/* Highlights Section */
.highlights-section-main { padding: 40px 0 40px; max-width: 100%; }
.highlights-section-main .highlights-slider { display: flex; flex-wrap: wrap; position: relative; justify-content: center; }
.highlights-section-main .highlights-box { 
    flex-basis: 20.5%; 
    flex-grow: 0; 
    padding: 15px; 
    margin: 0px 20px 40px 0px; 
    display: inline-block; 
    vertical-align: top;
    background: #f0f0f0;
 }
 .highlights-section-main .highlights-box .section-detail {text-align:center;}
.highlights-section-main .highlights-box .section-detail a { display: block; color: #2f32b9; }
.highlights-section-main .highlights-box .section-detail a:hover{ text-decoration: none !important }
.highlights-section-main .highlights-box .section-detail a:hover h4{text-decoration: underline; text-decoration-color: #c9c53b }
.highlights-section-main .highlights-box h4 { font-weight: 500; color: #2a2c2e; margin: 0 0 10px 0; font-family: 'Benton Sans Condensed', sans-serif; text-transform: inherit; }
.highlights-section-main .highlights-box h4 a { color: #2a2c2e }
.highlights-section-main .highlights-box p { margin: 0 }
.behind-scenes-main .behind-scenes-item:before{ content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.6); z-index: 99 }

.highlights-section-main .showRowItem_1 .highlights-box {
    flex-basis: 45.5%;
}
.highlights-section-main .showRowItem_2 .highlights-box {
    flex-basis: 41.5%;
}
.highlights-section-main .showRowItem_3 .highlights-box {
    flex-basis: 25.5%;
}
.highlights-section-main .showRowItem_4 .highlights-box {
    flex-basis: 16.5%;
}
.usefullinks_sec {
    margin-top: 40px;
    padding: 0px 40px;
}
.usefullinks_sec .justify-content-center {
    justify-content: left !important;
}
.usefullinks_inner {
    margin-top: 0px;
}
.usefullinks_inner {
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    min-height: 190px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.usefullinks_inner h4 {
    font-size: 20px;
}
.usefullinks_sec .usefullinks_inner p {
    padding: 0px;
}
.usefullinks_inner a {
    font-size: 14px;
    color: #4e8407;
    text-decoration: underline;
}
.usefullinks_inner {
    color: #212121;
}
/* Highlights CSS End */