/* JS: jQuery Tab Style */
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #F4F4F4;
    color: #222;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    margin: 0 12px;
}
.dl-tabs--parent ul.tabs li {
    color: #737B7D;
    background: none;
    font-size: 50px;
    line-height: 56px;
    border-left: 1px solid rgba(0,0,0,0.3);
    border-radius: 0px;
    padding: 0 40px;
}
.dl-tabs--parent ul.tabs li:first-child {
    border-left: none;
}
.dl-tabs--parent ul.tabs li.current {
    color: #000000;
    background: none;
}
ul.tabs li.current {
    background: #D82A31;
    color: #FFF;
}

.tab-content {
    display: none;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}
/* JS: Slider */
.dl-arrow__left {
    background: url(../images/arrow-slide-left.svg) !important;
}
.dl-arrow__right {
    background: url(../images/arrow-slide-right.svg) !important;
}
.slick-prev:before,
.slick-next:before {
    content: ''!important;
}
.slick-prev, .slick-next {
    width: 20px!important;
    height: 32px!important;
}
.slick-prev {
    left: -65px!important;
}
.slick-next {
    right: -65px!important;
}
.slick-track {
    margin:auto;
}
/* Solid border */
hr.solid {
    border-top: 1px solid #737B7D;
}
/* Global Styling HTML */
.dl-text--center {
    text-align: center;
}
.dl-text--transform {
    text-transform: uppercase;
}
.dl-heading {
    font-weight: bold;
    font-size: 80px;
    line-height: 93px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.dl-sub-heading {
    font-weight: bold;
    font-size: 50px;
    line-height: 56px;
    color: #000000;
}
.dl-small-heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
}
.dl-grid {
    padding: 77px 0 120px;
}
.dl-grid--white {
    background: #ffffff;
}
.dl-list {
    list-style: none;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.dl-list li {
    display: inline-block;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
}
.dl-btn input[type="button"] {
    padding: 14px 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    background: #FFFFFF;
    color: #221F20;
}
.dl-btn.dl-btn--black input[type="button"] {
    background: #221F20;
    color: #ffffff;
}
.dl-btn.dl-btn--white input[type="button"] {
    background: #FFFFFF;
    color: #221F20;
}
.dl-btn.dl-btn--border input[type="button"] {
    border: 1px solid #393D42;
    box-sizing: border-box;
}
/* Margin & Padding */
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
/* Colors */
.dl-color--black {
    color: #000000;
}
.dl-color--red {
    color: #D82A31;
}
.dl-color--gray {
    color: #737B7D;
}
.dl-bg--white {
    background-color: #fff;
}

.dl-tabs__switch.tabs {
    text-align: center;
    text-transform: uppercase;
}
.dl-breakline {
    background:#F4F4F4;
    height: 2px;
    width: 80%;
}
.dl-flex--center {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* WPML */
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    border: none;
}
.wpml-ls {
    background: url('../images/dropdown-wpml.png') right center no-repeat;
}
.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    background: none;
}
.wpml-ls-legacy-dropdown-click {
    width: 50px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: 0;
}
.wpml-ls-legacy-dropdown-click a {
    background: none;
    border: none;
}
.menu-toggle.toggled .ast-menu2-svg {
    display: none;
}
br.sp {
    display: none;
}
.post-slider-carousel {
    padding: 0 35px!important;
}
.post-slider-carousel .swiper-button-prev,
.post-slider-carousel .swiper-button-next {
    background: none;
}
.post-slider-carousel .swiper-button-prev:after,
.post-slider-carousel .swiper-button-next:after {
    color: #C3CBCD;
    font-size: 32px!important;
   
}
.post-slider-carousel .swiper-button-prev:after {
    left: -15px;
}
.post-slider-carousel .swiper-button-next:after {
    right: -15px;
}
@media screen and (max-width: 768px) {
    .post-slider-carousel {
        padding: 0 10px!important;
    }
    .dl-tabs--parent ul.tabs li {
        font-size: 25px;
        line-height: 30px;
        padding: 0 8px;
        border-left: 0;
        display: block;
        margin: 15px 0;
    }
    .dl-mobile-footer {
        width: 100%!important;
    }
    br.sp {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .dl-tabs--parent ul.tabs li {
        font-size: 32px;
        line-height: 35px;
        text-align: center;
    }
}
@media screen and (max-width: 920px) {
    footer .footer-link ul {
        text-align: left;
    }
    footer h2 {
        text-align: left;
    }
    ul.tabs li {
        font-size: 14px;
        line-height: 16px;
    }
    .dl-grid {
        padding: 30px;
    }
    .dl-heading {
        font-size: 40px;
        line-height: 55px;
    }
    .dl-sub-heading  {
        font-size: 30px;
        line-height: 36px;
    }
    .dl-small-heading {
        font-size: 28px;
        line-height: 30px;
    }
    .dl-list li {
        float: none;
    }
    .dl-btn input[type="button"] {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 18px;
    }
    /* Slider Prev & Next */
    .slick-prev {
        left: -15px !important;
    }
    .slick-next {
        right: -15px !important;
    }
}
@media screen and (min-width: 920px) and (max-width: 1400px) {
/* Slider Prev & Next */
    .slick-prev {
        left: -25px !important;
    }
    .slick-next {
        right: -25px !important;
    }
    .related-program__listing {
        padding: 0 40px;
    }
}