  /*==============+
| GLOBAL STYLES |
+==============*/
.main-swiper-container {
    height: auto;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.bg-swiper-feature-thumbs {
    background: #003595;
}
    @media (min-width: 992px) {
        .bg-swiper-feature-thumbs {
            background: #FFFFFF;
        }
    }

/*===========+
| NAVIGATION |
+===========*/
.swiper-prev:after, .swiper-container-rtl .swiper-next:after,
.swiper-next:after, .swiper-container-rtl .swiper-prev:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.15em;
    color: #FFFFFF;
    background: #003595;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-prev:hover:after, .swiper-container-rtl .swiper-next:hover:after,
.swiper-next:hover:after, .swiper-container-rtl .swiper-prev:hover:after {
    color: #003595;
    background: #FFD200;
}

.swiper-prev:after, .swiper-container-rtl .swiper-next:after {
    content: "\F0D9";
    padding: 15px 23px 15px 18px;
}

.swiper-next:after, .swiper-container-rtl .swiper-prev:after {
    content: "\F0DA";
    padding: 15px 18px 15px 23px;
}

.swiper-prev,
.swiper-next {
    position: absolute;
    top: 50%;
    height: 44px;
    margin-top: -22px;
    z-index: 1;
    cursor: pointer;
}

.swiper-prev {
    left: 10px;
}

.swiper-next {
    right: 10px;
}

.swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled {
    display: none;
}

/*===========+
| PAGINATION |
+===========*/
.swiper-feature-gallery .swiper-pagination-bullet {
    opacity: .5;
    background: #ffffff;
}

.swiper-feature-gallery .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffde00;
}

/*=========+
| CAPTIONS |
+=========*/
.swiper-caption-container {
    text-align: left;
    position: absolute;
    width: 300px;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 0px solid red;
}
    @media (min-width: 321px) {
        .swiper-caption-container {
            top: 68%;
        }
    }
    @media (min-width: 576px) {
        .swiper-caption-container {
            width: 370px;
        }
    }
    @media (min-width: 768px) {
        .swiper-caption-container {
            width: auto;
            top: 55%;
            left: 0;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.3+0,0+100 */
            background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
            padding: 30px;
            transform: translate(0, 0);
        }
    }
    @media (min-width: 992px) {
        .video-bg-container .swiper-caption-container {
            top: 55%;
        }
    }
    @media (orientation: landscape) and (max-height: 736px) {
        .video-bg-container .swiper-caption-container {
            top: 55%;
        }
    }

.swiper-caption-container .swiper-caption {
    padding: 0;
}

.swiper-caption {
    font-family: 'Roboto Slab', serif;
    font-size: 0.9em;
}
    @media (min-width: 768px) {
        .swiper-caption {
            font-size: 1em;
        }
    }

.hero .swiper-caption .heading-color:after {
    background: #FFD200;
}

.hero .heading-color,
    .hero a:not(.btn) {
        color: #FFFFFF;
    }
    .hero .link-text {
        color: #FFFFFF;
    }

.swiper-photo .swiper-caption-container,
.swiper-feature-gallery .swiper-caption-container {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: transparent;
}
.swiper-photo .swiper-caption-container,
.swiper-feature-gallery .swiper-caption-container {
    top: 80%;
}
.swiper-content-v .swiper-feature-gallery .swiper-caption-container {
    top: 89%;
}
    @media (min-width: 576px) {
        .swiper-photo .swiper-caption-container,
        .swiper-feature-gallery .swiper-caption-container {
            top: 90%;
        }   
    }

/*================+
| FEATURE SWIPERS |
+================*/
.swiper-feature-slides {
    height: 90%;
    width: 100%;
}
    @media (min-width: 992px) {
        .swiper-feature-slides {
            height: 90%;
        }
    }

.swiper-slide .swiper-content {
    height: 200px;
    overflow-y: auto;
}
    @media (min-width: 576px) {
        .swiper-slide .swiper-content {
            height: 300px;
        }
    }
    @media (min-width: 768px) {
        .swiper-slide .swiper-content {
            height: 400px;
        }
    }
    @media (min-width: 992px) {
        .swiper-slide .swiper-content {
            height: 500px;
        }
    }
    @media (min-width: 1200px) {
        .swiper-slide .swiper-content {
            height: 600px;
        }
    }

.swiper-slide .swiper-content a {
    position: relative;
    z-index: 3;
}

.swiper-slide .swiper-content-v,
.swiper-slide.swiper-photo.swiper-content-v {
    height: 516px;
    overflow-x: hidden;
    overflow-y: auto;
}
    @media (min-width: 768px) {
        .swiper-slide .swiper-content-v,
        .swiper-slide.swiper-photo.swiper-content-v {
            height: 400px;
        }
    }
    @media (min-width: 992px) {
        .swiper-slide .swiper-content-v,
        .swiper-slide.swiper-photo.swiper-content-v {
            height: 500px;
        }
    }
    @media (min-width: 1200px) {
        .swiper-slide .swiper-content-v,
        .swiper-slide.swiper-photo.swiper-content-v {
            height: 600px;
        }
    }

/* Bottom Shadow (Visual cue to keep scrolling on mobile) */
@media (max-width: 1199px) {
    .swiper-slide .swiper-content:before,
    .swiper-slide .swiper-content-v:before {
        width: 100%;
        height: 15px;
        position: absolute;
        bottom: 0;
        content: '';
        z-index: 2;
        background:
        /* Shadow covers */
        linear-gradient(rgba(255,255,255,0), transparent 70%) 0 100%,
        
        /* Shadows */
        radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
        radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
        background:
            /* Shadow covers */
            linear-gradient(transparent 30%, rgba(255,255,255,0)),
            linear-gradient(rgba(255,255,255,0), transparent 70%) 0 100%,
            
            /* Shadows */
            radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;

        /* Opera doesn't support this in the shorthand */
        background-attachment: local, local, scroll, scroll;
    }
}

/* Navigation Labels */
.swiper-feature-thumbs {
    height: 64px;
    box-sizing: border-box;
    padding: 10px 0;
}

.nav-label,
.swiper-feature-thumbs .swiper-slide-thumb-active .nav-label {
    background: #003595;
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    padding: 20px;
}
    @media (min-width: 992px) {
        .swiper-feature-thumbs .swiper-slide-thumb-active,
        .swiper-feature-thumbs .swiper-slide-thumb-active .nav-label {
            background: #003595;
        }

        .swiper-feature-thumbs .swiper-slide-thumb-active .nav-label {
            color: #FFFFFF;
        }

        .swiper-feature-thumbs .nav-label {
            background: #FFFFFF;
            color: #000000;
        }
    }

.nav-label-bold-text {
    color: #FFD200;
}
    @media (min-width: 992px) {
        .swiper-feature-thumbs .swiper-slide-thumb-active .nav-label-bold-text {
            color: #FFD200;
        }

        .nav-label-bold-text {
            color: #003595;
        }
    }

/* Featured Article */
.swiper-slide.swiper-photo, .featured-article-photo {
    min-height: 200px;
}
    @media (min-width: 576px) {
        .swiper-slide.swiper-photo, .featured-article-photo {
            min-height: 300px;
        }
    }
    @media (min-width: 768px) {
        .swiper-slide.swiper-photo, .featured-article-photo {
            min-height: 400px;
        }
    }
    @media (min-width: 992px) {
        .swiper-slide.swiper-photo, .featured-article-photo {
            min-height: 500px;
        }
    }
    @media (min-width: 1200px) {
        .swiper-slide.swiper-photo, .featured-article-photo {
            min-height: 600px;
        }
    }