.header-container .panel-header {
    z-index: 11;
}

.imagebox {
    padding-left: 15px;
    padding-right: 15px;
}

.imagebox,
.imagebox .img-cont {
    position: relative;
}

.imagebox .slide {
    margin-bottom: 30px;
}

.imagebox .slide .inner {
    position: relative;
}

.imagebox .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;
}

.imagebox .img-cont img {
    display: block;
    width: 100%;
    border-radius: var(--rounded-md);
}

.imagebox h4,
.imagebox h4 a {
    color: #fff;
    font-weight: bold;
    transition: opacity .1s;
    pointer-events: all;
}

.imagebox h4 a:hover {
    opacity: .7;
}

.imagebox .content-section {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.imagebox .content-section p {
    color: #fff;
}

.imagebox .content-section .read-more {
    color: #008CBA;
    font-weight: bold;
    display: inline-block;
    /* IE, requires any display property other than inline to work
	 with pointer events all here */
    pointer-events: all;
    transition: opacity .1s;
}

.imagebox .content-section .read-more:hover {
    opacity: .7;
}

@media (min-width: 40em) {
    .panel-two-col .imagebox {
        margin-bottom: 0;
    }
}

@media (min-width: 64em) {
    .imagebox {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .imagebox .cols {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .imagebox .cols .slide {
        width: 50%;
        padding-left: 15px;
        padding-right: 16px;
    }

    .imagebox h4 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 900;
    }

    .imagebox .content-section p {
        font-size: 17px;
        line-height: 27px;
    }
}
/*--Customization--*/
/*--GENERAL--*/
.background {
    background: var(--cream-f7);
}
.imagebox.highlights {
    padding: 0px 24px;
    padding-top: 96px;
    padding-bottom: 25px;
    margin-bottom: 3px;
    background-color: var(--cream-f7);
}
.imagebox.highlights .slide {
    margin-bottom: 20px;
}
/*--HEADER--*/
.imagebox.highlights .widget-header {
    padding: 20px 0px;
    padding-bottom: 44px;
}
.imagebox.highlights .widget-header .widget-header-inner {
    text-align: center;
    /* padding: 27px 0px; */
}
.imagebox.highlights .widget-header .widget-title {
    font-size: 30px;
    font-family: var(--font-gothic);
    text-transform: uppercase;
    color: var(--black-2f);
    font-weight: 900;
    margin-bottom: 8px;
    position: relative;
}
.imagebox.highlights .widget-header .widget-title:after {
    content: "";
    background: url("/includes/public/assets/shared/icon-compass.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 55px;
    height: 60px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    margin: -19px 0px;
}
.imagebox.highlights .widget-header .widget-description {
    font-size: 15px;
    font-family: var(--font-gothic);
    color: var(--black-2f);
    line-height: 1.67;
    margin-bottom: 25px;
}
.imagebox.highlights .widget-header .widget-view-all {
    background: var(--orange-eb);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white);
    text-transform: uppercase;
    padding: 14px 24px;
    border-radius: var(--rounded-full);
    margin: 15px;
}
.imagebox.highlights .widget-header a.widget-view-all:hover {
    text-decoration: none;
    outline: 2px solid var(--orange-eb);
    background: var(--white);
    color: var(--orange-eb);

}
/*--IMAGE--*/
.imagebox.highlights .img-cont {
    outline: 5px solid var(--white);
    border-radius: var(--rounded-md);
    overflow: hidden;
}
.imagebox.highlights .slide:hover .img-cont img {
    transform: scale(1.3);
}
.imagebox.highlights .slide:hover .img-cont::after {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}
.imagebox.highlights .img-cont img,
.imagebox.highlights .img-cont::after {
    border-radius: var(--rounded-md);
}
/*--CONTENT--*/
.imagebox.highlights .content-section {
    width: 100%;
    padding: 15px 16px;
}
.imagebox.highlights .content-section h4 {
    font-size: 18px;
    line-height: 1;
}
.imagebox.highlights .content-section h4 a:hover {
    opacity: 1;
    text-decoration: none;
}
.imagebox.highlights .content-section h4 .icon {
    color: var(--orange-eb);
    margin-left: 5px;    
    vertical-align: middle;
    line-height: 1.1;
}
.imagebox.highlights .shared-play-button {
    background: var(--white);
    color: var(--blue-22);
}
/*--ARROW--*/ 

@media screen and (min-width:55em) {
    /*--GENERAL--*/
    .imagebox.highlights {
        display: grid;
        grid-template-columns: .95fr 1fr;
        padding: 0px 20px;
        padding-top: 50px;
        padding-bottom: 35px;
        padding-left: 0px;
    }
    .imagebox.highlights{
        background: var(--cream-f7);
    }
    .imagebox.highlights .cols .slide {
        margin-bottom: 20px;
        padding-left: 20px;
    }
    /*--HEADER--*/
    .imagebox.highlights .widget-header {
        align-self: center;
        padding: 0px 25px;
        margin: 0 auto;
    }
    
    .imagebox.highlights .widget-header .widget-title:after {
        top: -10%;
    }
    .imagebox.highlights .widget-header .widget-view-all {
        font-size: 14px;
        padding: 18px 32px;
        letter-spacing: 1.5px;
    }
    /*--IMAGE--*/
    /*--CONTENT--*/
    .imagebox.highlights .cols .slide:hover {
        /* padding-left: 30px; */
        /* padding-right: 33px; */
        transform: translateX(-20px);
    }
    .imagebox.highlights .content-section {
        padding: 12px 16px;
    }
    .imagebox.highlights .content-section h4 {
        font-size: 22px;
    }
    .imagebox.highlights .content-section h4 .icon {
        margin-left: 8px;
    }
    /*--BUTTON--*/
    /*--ARROW--*/
}

@media screen and (min-width:64em) {
    .imagebox.highlights {
        margin-bottom: 6px;
    }
    /*--GENERAL--*/
    .imagebox.highlights .widget-header .widget-title {
        font-size: 45px;
        line-height: 1;
        margin-bottom: 16px;
        letter-spacing: 2.5px;
    }
    .imagebox.highlights .widget-header .widget-description {
        font-size: 16px;
        margin-bottom: 45px;
        line-height: 1.4;
    }
    /*--HEADER--*/
    .imagebox.highlights .widget-header {
        
padding: 0px 12px;
        
padding-right: 90px;
        
padding-top: 41px;
    }
    .imagebox.highlights .widget-header .widget-title:after {
        top: -80%;
    }
    /*--IMAGE--*/
    /*--CONTENT--*/
    .imagebox.highlights .cols {
        flex-direction: column;
    }
    .imagebox.highlights .cols .slide {
        padding-left: 44px;
        width: 100%;
        padding-right: 20px;
        transform: translateX(0px);
        transition: transform 200ms ease;
    }
    /*--BUTTON--*/
    /*--ARROW--*/
}