.tiles {
    margin-bottom: 25px;
}

.tiles .cols {
    display: block
}

.tiles .cols .slide {
    border: 1px solid #fff;
}

.tiles .slide .inner {
    position: relative;
}

.tiles .slide .inner img { width: 100%;}

.tiles .slide .img-cont:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    overflow: hidden;
}

.tiles .slide .content-section {
    position: absolute;
    left: 0;
    bottom: 35px;
    padding: 0 45px;
}

.tiles .slide .content-section .read-more-arrow {
    font-family: 'sunrise_internationalregular';
}

.tiles .content-section h4,
.tiles .content-section h4 a {
    font-family: 'Mundo Sans W01 Bold';
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.tiles .content-section h4 img,
.tiles .content-section h4 a img {
    height: 15px;
    margin-left: 8px;
}

@media(min-width: 641px) {
    .tiles .content-section h4,
    .tiles .content-section h4 a {
        font-size: 28px;
        line-height: 28px;
    }
}

@media(min-width: 1025px) {
    .tiles .cols {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tiles .cols .slide {
        width: 50%;
    }
}


/* Meetings & Sports Themes Styles */
.meetings .tiles .slide .content-section,
.sports .tiles .slide .content-section {
    max-width: 500px;
}

.meetings .tiles .slide .content-section h4,
.sports .tiles .slide .content-section h4 {
    line-height: 1.3;
}

.sports .tiles .slide .content-section h4 {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.meetings .tiles .slide .content-section .read-more-arrow,
.sports .tiles .slide .content-section .read-more-arrow {
    font-size: 0;
    background-image: url(/includes/public/assets/shared/right-arrow-white.png);
    height: 15px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
}

@media (min-width: 641px) {
    .meetings .tiles,
    .sports .tiles {
        margin-bottom: 50px;
    }
}
