.highlights-container{
    background-color: #eaf8f6;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.highlights-container .background-container{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
}
.highlights-container .background-container .blog-edge {
    position: relative;
    top: 5px;
    width: 103%;
    height: auto;
    max-width: 103%;
}
.highlights-container .background-container .bottom-background-edge{
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.highlights{
    z-index: 2;
    position: relative;
    padding: 25px 0;
}

.highlights .cols {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.highlights .slide {
    width: 100%;
}

.highlights .cols .inner {
    position: relative;
    padding: 5px 15px;
}

.highlights .cols .top-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.highlights .top-row .large-image {
    /* width: 100%;
    background-color: #eee;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; */
}

.highlights .highlights-title-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 15px;
    width: 100%;
}
.highlights .highlights-title-cont > a:not(.highlight-button) {
    width: 100%;
}
.highlights .highlights-title-cont .highlight-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'Mundo Sans W01 Bold', sans-serif;
    color: #32bbab;
    font-size: 13px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.highlights .highlights-title-cont .highlight-subtitle {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Mundo Sans W01 Bold', sans-serif;
    color: #1d4357;
    font-size: 24px;
    line-height: 1.2;
}

.highlights .highlights-title-cont .highlight-button {
    font-size: 13px;
    background-color: #1d4357;
    color: #fff;
    font-family: 'Mundo Sans W01 Medium';
    padding: 8px 16px;
    border-radius: 100px;
    transition: color .2s ease, background-color .35s ease, padding .35s ease;
}
.highlights .highlights-title-cont .description {
    font-size: 20px;
    color: #1d4357;
    font-family: 'Mundo Sans W01 Regular';
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 105px;
}
.highlights .highlight-button .highlight-button-arrow {
    font-family: 'sunrise_internationalregular';
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 18px;
    line-height: .9;
    position: relative;
    top: 1px;
}

.highlights .cols .bottom-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.highlights .cols .bottom-row.no-url {
    justify-content: space-around;
}
.highlights .bottom-row .small-image {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    width: 100%;
    height: 0;
    padding-top: 66%;
}
.highlights .bottom-row .small-image:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 50%);
}

.highlights .bottom-row .slide .img-cont{
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.highlights .bottom-row .slide .img-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.highlights .bottom-row .content-section {
    position: absolute;
    left: 30px;
    bottom: 25px;
    transform: translateY(0);
    transition: transform .2s ease;
    padding-right: 35px;
}

.highlights .bottom-row .content-section h4 {
    text-shadow: 0 1px 15px rgba(0, 0, 0, 0.9);
    font-family: 'Mundo Sans W01 Bold';
    font-size: calc(19px + (24 - 19) * ((100vw - 320px) / (1024 - 320)));;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.highlights .bottom-row .content-section h4 a:hover{
    color: inherit;
}

.highlights .bottom-row .content-section .content-arrow {
    font-family:'sunrise_internationalregular';
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 30px;
    line-height: .5;
    position: relative;
    top: 5px;
}

.highlights .bottom-row .more-button {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.highlights .bottom-row .more-button img {
    width: 70px;
    margin-right: 15px;
}

.highlights .bottom-row .view-more {
    font-family: 'Mundo Sans W01 Bold';
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #1d4357;
    transition: color .35s ease, margin .35s ease;
}

.highlights .bottom-row .view-more i {
    margin-left: 8px;
    color: #32bbab;
    font-size: 17px;
    top: 1px;
    position: relative;
}

@media (min-width: 641px) {
    .highlights{
        padding: 50px 0;
    }
    .highlights-container .background-container .blog-edge {
        top: 4px;
    }
    .highlights .highlights-title-cont .highlight-button {
        font-size: 16px;
        padding: 13px 20px;
    }

    .highlights .highlight-button .highlight-button-arrow {

    }

    .highlights .bottom-row .content-section .content-arrow {
        font-size: 36px;
    }
}

@media(min-width: 1025px) {
    .highlights-container .background-container{
        height: 340px;
    }

    .highlights .highlights-title-cont .highlight-button {
        padding: 13px 20px;
    }
    .highlights .highlights-title-cont .highlight-button:hover {
        padding-left: 39px;
        padding-right: 39px;
        background-color: #32bbab;
        color: #1d4357;
    }

    .highlights .highlights-title-cont .highlight-title {
        font-size: 16px;
        letter-spacing: 3px;
        margin-bottom: 10px;

    }

    .highlights .highlights-title-cont .highlight-subtitle {
        font-size: 28px;
        margin-bottom: 21px;
    }

    .highlights .highlight-button .highlight-button-arrow {
        font-size: 24px;
        top: 3px;
    }
    .highlights .cols .top-row {
        margin-bottom: 25px;
    }
    .highlights .bottom-row .slide .img-cont::after {
        content: none;
    }
    .highlights .bottom-row .inner:hover .content-section {
        transform: translateY(-10px);
    }
    .highlights .bottom-row .content-section{
        bottom: 30px;
    }

    .highlights .bottom-row .content-section h4 {
        font-size: 24px;
    }
    .highlights .bottom-row .view-more {    
        font-size: 17px;
    }
    .highlights .bottom-row .view-more:hover {
        color: #32bbab;
    }
    .highlights .bottom-row .more-button {
        margin-bottom: 50px;
    }
    .highlights .bottom-row .more-button img {
        width: 79px;
        margin-right: 15px;
    }

    .highlights {
        max-width: 1200px;
        width: 100%;
        padding: 50px 20px;
        margin: 0 auto 40px;
    }

    .highlights .slide {
        width: auto;
        margin-right: 40px;
    }

    .highlights .bottom-row .slide {}

    .highlights .cols .inner {
        padding: 0;
    }

    .highlights .cols .top-row {
        flex-direction: row;
        margin-bottom: 50px;
    }

    .highlights .top-row .large-image {
        /* width: 660px;
        height: 440px; */
        padding-top: 0;
        border: 10px solid #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }

    .highlights .highlights-title-cont {
        width: 40%;
        padding: 0;
    }

    .highlights .highlights-title-cont .highlight-subtitle {
        font-size: 44px;
        line-height: 1.1em;
    }

    .highlights .cols .bottom-row {
        flex-direction: row;
        align-items: flex-end;
    }

    .highlights .bottom-row .small-image {
        width: 460px;
        height: 300px;
        padding: 20px;
    }

    .highlights .bottom-row .more-button {
        flex-direction: column;
        justify-content: initial;
        margin-top: 0;
    }

    .highlights .bottom-row .more-button img {
        margin-bottom: 23px;
        margin-right: 0;
    }

    .highlights .bottom-row .view-more:hover {
        margin-top: 15px;
    }
}
