/* UTILS */
/* gold */
/* gray */
/* dark gray */
/* black */
/* white */
.content-grid-wrapper { margin: 100px 0; }

.content-grid-wrapper .content-grid-headline { text-align: center; color: #918531; margin: 0 auto; max-width: 916px; }

.content-grid-wrapper .content-grid-intro { text-align: center; margin: 0 auto; }

.content-grid-wrapper .content-grid-items-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 100px 0; border-top: 1px solid #D4D4D4; border-bottom: 1px solid #D4D4D4; }

.content-grid-wrapper .content-grid-items-wrapper.content-grid-columns-2 .content-grid-single-item-wrapper { width: 50%; }

.content-grid-wrapper .content-grid-items-wrapper.content-grid-columns-3 .content-grid-single-item-wrapper { width: 33%; }

@media only screen and (max-width: 600px) { .content-grid-wrapper .content-grid-items-wrapper.content-grid-columns-3 .content-grid-single-item-wrapper { width: 50%; } }

.content-grid-wrapper .content-grid-items-wrapper.content-grid-columns-4 .content-grid-single-item-wrapper { width: 25%; }

@media only screen and (max-width: 600px) { .content-grid-wrapper .content-grid-items-wrapper.content-grid-columns-4 .content-grid-single-item-wrapper { width: 50%; } }

.content-grid-wrapper .content-grid-items-wrapper.content-grid-columns-5 .content-grid-single-item-wrapper { width: 20%; }

@media only screen and (max-width: 600px) { .content-grid-wrapper .content-grid-items-wrapper.content-grid-columns-5 .content-grid-single-item-wrapper { width: 50%; } }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper { padding: 0 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 140px; }

@media only screen and (max-width: 600px) { .content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper { padding: 25px 25px 25px 25px; } }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper:first-of-type { padding-left: 0; }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper:last-of-type { padding-right: 0; }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper a { text-decoration: none; color: inherit; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper a:hover { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper a:hover img { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper h3 { text-align: center; }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper .content-grid-single-text-wrapper { text-align: center; }

.content-grid-wrapper .content-grid-items-wrapper .content-grid-single-item-wrapper img { max-width: 100%; width: auto; height: auto; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
