/* EVENTS HIGHLIGHTS */
.events-highlights-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align:  center;
    padding: 35px 0 0;
}
.events-highlights-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 33%;
    z-index: 0;
    background-image: url("/includes/public/assets/images/texture-blue.jpg");
}
@media only screen and (min-width: 1020px) and (max-width: 1457px) {
    .events-highlights-wrapper::before {
        bottom: 40%;
    }
}
.events-highlights-wrapper.layout-blog::before {
    bottom: 40%;
}
.events-highlights-wrapper.layout-blog .eh-arrows {
    bottom: 43%;
}
.events-highlights-wrapper a.sh-more-link:hover {
    border: #f65631 2px solid;
    background: #fff;
    color: #f65631;
}
.events-highlights-wrapper h2 {
    font-family:'Sofia Rough W00 Black Two';
    font-size:  50px;
    position:  relative;
    text-align:  center;
    color: #fff;
    margin-bottom: 25px;
}
.events-highlights-wrapper a.sh-more-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:  14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    position:  relative;
    display: inline-block;
    padding: 13px 15px 12px;
    background-color: #f65631;
    margin-bottom: 40px;
    border: 2px solid #f65631;
}
.events-highlights-wrapper a.sh-more-link::after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 5px;
}
.events-highlights-wrapper figure {
    position: relative;
    z-index: 5;
    text-align:  left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.9375rem;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    margin-bottom: 60px;
    pointer-events: none;
}
.events-highlights-wrapper > figure::before {
    content: '';
    display: block;
    position: absolute;
    left: 0.9375rem;
    right: calc(0.9375rem + 20px);
    top: 20px;
    bottom: 20px;
    background-color: #fff;
    z-index: 0;
}
.events-highlights-wrapper > figure::after {
    content: '';
    display: block;
    position: absolute;
    left: 0.9375rem;
    right: 0.9375rem;
    top: 0px;
    bottom: 0px;
    border: 2px solid #fff;
    z-index: 0;
}
.events-highlights-wrapper figure a {
    display: block;
    flex: 0 0 49.7%;
    pointer-events:  auto;
}
.events-highlights-wrapper figure img {
    width: 100%;
    z-index: 5;
    position: relative;
}
.events-highlights-wrapper figcaption {
    position: relative;
    padding: 20px 30px;
}
.events-highlights-wrapper figcaption h3 {
    font-family: 'Sofia Rough W00 Black Two';
    font-size: 42px;
    line-height: 1.15;
    color:  #02678e;
    margin:  0;
    padding:  0;
    margin-bottom: 6px;
}
.events-highlights-wrapper figcaption h3::before {
    content: "";
    display: block;
    height: 5px;
    width: 50%;
    background-color: #f1592a;
    margin-bottom: 20px;
}
.events-highlights-wrapper figure h4.next-date {
    font-family:'Sofia Rough W00 Black Two';
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 0.9375rem;
    text-align: center;
    background-color: #29b3be;
    z-index: 5;
    color: #fff;
    width: 80px;
    height: 80px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    flex-flow:  column;
}
.events-highlights-wrapper .eh-slider figure h4.next-date {
    height: 62px;
    width: 62px;
    margin-left: 15px;
}
.events-highlights-wrapper h4.next-date i:first-child {
    display: block;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    margin:  0;
    padding:  0;
}
.events-highlights-wrapper h4.next-date i:last-child {
    display: block;
    font-style: normal;
    font-size: 45px;
    margin: 0;
    padding: 0;
    line-height: 0.8;
}
.events-highlights-wrapper figcaption p {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1;
}
.events-highlights-wrapper figcaption p.location::before {
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #f1592a;
    font-size: 1.3em;
    line-height: 0;
}
.events-highlights-wrapper .eh-slider {
    position: relative;
    z-index: 5;
}
.events-highlights-wrapper .eh-slider figure > a,
.events-highlights-wrapper .eh-slider figure > picture {
    display: inline-block;
    pointer-events:  auto;
    border-bottom: 5px solid #f1592a;
}
.events-highlights-wrapper .eh-slider figcaption {
    padding: 20px 0;
}
.events-highlights-wrapper .eh-slider h3::before {
    display: none;
}
.events-highlights-wrapper .eh-slider figure {position:  relative;left: -65px;}
.events-highlights-wrapper .eh-slider  figure img {
    width: 100%;
}
.events-highlights-wrapper .eh-slider h4.next-date i:first-child {
    font-size: 16px;
}
.events-highlights-wrapper .eh-slider h4.next-date i:last-child {
    font-size: 35px;
}
.events-highlights-wrapper .eh-slider h3 {
    font-size: 28px;
    line-height: 1;
}
.events-highlights-wrapper .eh-arrows {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 33%; /*Change Me*/
    width: 100%;
    /* height: 0; */
    z-index:  10;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    pointer-events:  none;
}
.events-highlights-wrapper .eh-arrows .slick-arrow {
    cursor: pointer;
    width: 41px;
    height: 41px;
    background-color: #f65631;
    font-size: 36px;
    display: flex !important;
    align-items:  center;
    justify-content:  center;
    color: #fff;
    z-index: 10;
    transform: translateY(50%);
    opacity: 0;
}
.events-highlights-wrapper:hover .eh-arrows .slick-arrow {
    opacity: 1;
    pointer-events:  auto;
}
.events-highlights-wrapper .eh-arrows .slick-arrow:hover {
    background-color: #f6c44b;
}
.events-highlights-wrapper .eh-arrows .slick-prev {
    left : 0;
}
.events-highlights-wrapper .eh-arrows .slick-next {
    right: 0;
}
@media only screen and (min-width: 64.063em) {
    .events-highlights-wrapper > figure {
        max-height: 348px;
    }
}
@media only screen and (max-width: 64em) {
    .events-highlights-wrapper figcaption h3 {
        font-size: 28px;
        line-height: 1;
    }
    .events-highlights-wrapper .eh-arrows {
        display: none;
    }
}
@media only screen and (max-width: 40em) {
    .events-highlights-wrapper::before {
        bottom: 35%;
    }
    .events-highlights-wrapper {
        padding: 30px 0 0;
    }
    .events-highlights-wrapper h2 {
        font-size: 34px;
        line-height:  1.17;
        margin-bottom: 20px;
    }
    .events-highlights-wrapper a.sh-more-link {
        margin-bottom: 32px;
    }
    .events-highlights-wrapper figure {
        display: block;
        margin-bottom:  40px;
    }
    .events-highlights-wrapper > figure::before {
        content: '';
        display: block;
        position: absolute;
        left: calc(0.9375rem + 10px);
        right: calc(0.9375rem + 10px);
        top: 20px;
        bottom: 10px;
        background-color: #fff;
        z-index: 0;
    }
    .events-highlights-wrapper > figure::after {
        content: '';
        display: block;
        position: absolute;
        left: 0.9375rem;
        right: 0.9375rem;
        top: 0px;
        bottom: 0px;
        border: 2px solid #fff;
        z-index: 0;
    }
    .events-highlights-wrapper > figure h4.next-date {
        height: 62px;
        width: 62px;
        margin-left: 0.9375rem;
    }
    .events-highlights-wrapper h4.next-date i:first-child {
        font-size: 16px;
        line-height: 1.2;
    }
    .events-highlights-wrapper h4.next-date i:last-child {
        font-size: 35px;
        line-height: 0.8;
    }
    .events-highlights-wrapper figcaption {
        position: relative;
        padding: 15px 20px 20px;
    }
    .events-highlights-wrapper figcaption h3 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .events-highlights-wrapper figcaption p {
        margin-bottom: 15px;
    }
    .events-highlights-wrapper .eh-slider figure {
        margin-left: 0px;
        padding: 0px 15px;
        padding-right: 5px;
        left: -37px;
    }
    .events-highlights-wrapper .eh-slider {
        position: relative;
        z-index: 5;
        margin-right: -1px;
    }
    .events-highlights-wrapper .eh-slider h4.next-date i:first-child {
        font-size: 12px;
    }
    .events-highlights-wrapper .eh-slider h4.next-date i:last-child {
        font-size: 24px;
    }
    .events-highlights-wrapper .eh-slider figure h4.next-date {
        height: 51px;
        width: 51px;
    }
    .events-highlights-wrapper .eh-slider h3 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
        word-break: break-word;
    }
    .events-highlights-wrapper .eh-slider p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
