.contentRender_name_plugins_collections_template_custom_imagebox_grid {
    position: relative;
}

.imagebox_grid {
    max-width: 1250px;
    margin: 0 auto;
}

.imagebox_grid .background {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/includes/public/assets/shared/beige-cutout.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.imagebox_grid .imagebox_grid-title {
    font-family: 'sunrise_internationalregular';
    font-size: 40px;
    line-height: 40px;
    color: #21475a;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
}

.imagebox_grid .cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imagebox_grid .cols .slide {
    margin-bottom: 30px;
    padding: 0 20px;
}

.imagebox_grid .slide .img-cont {
    margin-bottom: 8px;
}

.imagebox_grid .slide .content-section .title a,
.imagebox_grid .slide .content-section .title {
    font-family: 'Mundo Sans W01 Bold';
    font-size: 24px;
    color: #21475a;
}

.imagebox_grid .slide .content-section .description {
    font-family: 'Mundo Sans W01 Regular';
    font-size: 16px;
    color: #21475a;
}

.imagebox_grid .slide .content-section .read-more {
    font-size: 14px;
    background-color: #1d4357;
    color: #fff;
    font-family: 'Mundo Sans W01 Medium';
    padding: 5px 20px;
    border-radius: 100px;
    text-transform:uppercase;
    transition: color .2s ease, background-color .35s ease, padding .35s ease;
}

.imagebox_grid .slide .content-section .read-more-arrow {
    font-family:'sunrise_internationalregular';
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 24px;
    line-height: .9;
    position: relative;
    top: 3px;
}

@media(min-width: 641px) {
    .imagebox_grid .cols {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .imagebox_grid .cols .slide {
        margin-bottom: 50px;
        width: 50%;
    }

    .imagebox_grid .slide .content-section .read-more {
        padding:5px 20px;
    }

    .imagebox_grid .imagebox_grid-title {
        font-size: 72px;
        line-height: 48px;
        margin-bottom: 30px;
    }
}

@media(min-width: 1025px) {
    .imagebox_grid .cols .slide {
        width: 33.33%;
    }

    .imagebox_grid .slide .content-section .read-more:hover {
        padding-left: 39px;
        padding-right: 39px;
        background-color: #32bbab;
        color: #1d4357;
    }
}

/* Meetings & Sports Themes Styles */
.meetings .imagebox_grid .background,
.sports .imagebox_grid .background {
    background: #ececec;
    height: 145px;
    top: 70px;
}

.meetings .imagebox_grid .imagebox_grid-title,
.sports .imagebox_grid .imagebox_grid-title {
    font-family: 'Mundo Sans W01 Bold';
    font-size: 40px;
    line-height: 64px;
    color: #c41d37;
}

.meetings .imagebox_grid .slide .content-section .title,
.sports .imagebox_grid .slide .content-section .title,
.meetings .imagebox_grid .slide .content-section .title a,
.sports .imagebox_grid .slide .content-section .title a {
    color: #214093;
}

.sports .imagebox_grid .slide .content-section .title,
.sports .imagebox_grid .slide .content-section .title a {
    font-family: rockwell, sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
}

.meetings .imagebox_grid .slide .content-section .description a,
.sports .imagebox_grid .slide .content-section .description a {
    color: #c41d37;
}

.meetings .imagebox_grid .slide .content-section .read-more,
.sports .imagebox_grid .slide .content-section .read-more {
    background-color: #214093;
    padding-top: 8px;
    padding-bottom: 5px;
    text-transform: none;
    font-size: 16px;
    display: inline-block;
}

.meetings .imagebox_grid .slide .content-section .read-more:hover,
.sports .imagebox_grid .slide .content-section .read-more:hover {
    color: #fff;
}

.meetings .imagebox_grid .slide .content-section .read-more-arrow,
.sports .imagebox_grid .slide .content-section .read-more-arrow {
    font-size: 0;
    background-image: url(/includes/public/assets/shared/right-arrow-white.png);
    height: 10px;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    top: -9px;
}

@media (min-width: 641px) {
    .meetings .imagebox_grid .slide,
    .sports .imagebox_grid .slide {
        margin-bottom: 100px;
    }
}