﻿/*Bright blue:  var(--secondary-color), Default blue:  var(--default-color)*/

:root {
    --default-color: #085394;
    --secondary-color: #0c7cdf;
    --link-color: #5aaef6;
    --gradient-default-color: #053157;
    --gradient-secondary-color: #0859a0;
    --gradient-accent-color: #08a04f;
    --home-background-color: #16181d;
    --panel-color: #323743;
    --background-color: #1f2229;
    --text-color: rgba(255, 255, 255, 1);
    --text-color-hover: rgba(255, 255, 255, 0.6);
    --muted-text-color: #9c9c9c;
    --separator-color: #2e2e2e;
    --separator-color-distinct: #474747;
    --menu-background-color-light: #323743;
    --menu-background-color-dark: #272b34;
    --menu-icon-color: rgba(255, 255, 255, 1);
    --menu-text-color-muted: #0964b3;
    --gradient-button-background-color: rgba(8, 84, 150, 0.5);
    --gradient-button-background-color-hover: rgba(8, 84, 150, 0.8);
    --gradient-button-color: #fff;
    --gradient-button-color-hover: #fff;
    --font-weight-bold: normal;
    --background-fade-color-start: #464d5d;
}

[data-theme="light"] {
    --default-color: #085394;
    --secondary-color: #0c7cdf;
    --link-color: #0c7cdf;
    --gradient-default-color: #085394;
    --gradient-secondary-color: #0c7cdf;
    --gradient-accent-color: #0cdf6f;
    --home-background-color: #e6e6e6;
    --panel-color: #f5f5f5;
    --background-color: #fff;
    --text-color: rgba(0, 0, 0, 1);
    --text-color-hover: rgba(0, 0, 0, 0.6);
    --muted-text-color: #aaa;
    --separator-color: #eee;
    --separator-color-distinct: #d6d6d6;
    --menu-background-color-light: #323743;
    --menu-background-color-dark: #272b34;
    --menu-icon-color: rgba(255, 255, 255, 1);
    --menu-text-color-muted: #0964b3;
    --gradient-button-background-color: transparent;
    --gradient-button-background-color-hover: #fff;
    --gradient-button-color: #085394;
    --gradient-button-color-hover: #0c7cdf;
    --font-weight-bold: bold;
    --background-fade-color-start: #f0f0f0;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('../lib/fonts/OpenSans-SemiBoldItalic.woff') format('woff'), url('../lib/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-Italic.woff2') format('woff2'), url('../lib/fonts/OpenSans-Italic.woff') format('woff'), url('../lib/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-LightItalic.woff2') format('woff2'), url('../lib/fonts/OpenSans-LightItalic.woff') format('woff'), url('../lib/fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../lib/fonts/OpenSans-SemiBold.woff') format('woff'), url('../lib/fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('../lib/fonts/OpenSans-BoldItalic.woff') format('woff'), url('../lib/fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-Regular.woff2') format('woff2'), url('../lib/fonts/OpenSans-Regular.woff') format('woff'), url('../lib/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('../lib/fonts/OpenSans-ExtraBoldItalic.woff') format('woff'), url('../lib/fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-Bold.woff2') format('woff2'), url('../lib/fonts/OpenSans-Bold.woff') format('woff'), url('../lib/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-Light.woff2') format('woff2'), url('../lib/fonts/OpenSans-Light.woff') format('woff'), url('../lib/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../lib/fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../lib/fonts/OpenSans-ExtraBold.woff') format('woff'), url('../lib/fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../lib/fonts/Cinzel-Regular.woff') format('woff');
    src: url('../lib/fonts/Cinzel-Light.woff2') format('woff2');
    src: url('../lib/fonts/Cinzel-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Alegreya Sans SC';
    src: url('../lib/fonts/AlegreyaSansSC-Thin.woff') format('woff');
    src: url('../lib/fonts/AlegreyaSansSC-Thin.woff2') format('woff2');
    src: url('../lib/fonts/AlegreyaSansSC-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

strong {
    font-weight: var(--font-weight-bold) !important;
}

.w3-select {
    border-bottom: none;
}

.w3-input {
    border-bottom: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    font-weight: 300;
}

    body a {
        text-decoration: none;
    }

        body a:hover {
            color: var(--link-color);
        }


    body.modal-open {
        overflow-y: hidden;
        height: 100vh;
    }

.body a {
    color: var(--link-color);
    text-decoration: underline;
}

hr {
    border-top: 1px solid var(--separator-color-distinct);
}

.inset {
    padding: 40px;
    background: linear-gradient(to bottom, var(--background-color) 0%, var(--home-background-color) 80%);
}

    .inset.no-gradient {
        background: var(--background-color);
    }

textarea:focus, input:focus, button:focus {
    outline: none;
}

#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: var(--panel-color);
    border-radius: 10px;
}

#style-7::-webkit-scrollbar {
    width: 10px;
    background-color: var(--panel-color);
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

    fieldset legend {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 21px;
        line-height: inherit;
        color: var(--muted-text-color);
        border: 0;
        border-bottom: 1px solid var(--separator-color);
    }

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.uppercase {
    text-transform: uppercase;
}

.mode-toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-right: 40px;
    margin-top: 6px;
}

    .mode-toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .mode-toggle .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--menu-icon-color);
        -webkit-transition: .4s;
        transition: .4s;
    }

        .mode-toggle .slider:before {
            position: absolute;
            content: "";
            height: 13px;
            width: 13px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .mode-toggle input:checked + .slider {
        background-color: var(--menu-icon-color);
    }

        .mode-toggle input:checked + .slider:before {
            background-color: #333;
        }

    .mode-toggle input:focus + .slider {
        box-shadow: 0 0 1px var(--menu-icon-color);
    }

    .mode-toggle input:checked + .slider:before {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
    }

.nav-menu .nav-bar.bottom-bar .mobile-menu.open {
    background-color: var(--background-color);
    color: var(--text-color);
}

.page-width-home {
    width: 1600px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.page-width-content {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
}

.page-width-spotlight {
    width: 1480px;
    max-width: 1480px;
    margin: 0 auto;
}

.page-width-full {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

.gradient-button {
    border-image: linear-gradient(to right, var(--default-color) 0%, var(--secondary-color) 100%) !important;
    border-image-slice: 1 !important;
    border-width: 2px !important;
    color: var(--gradient-button-color) !important;
    text-transform: uppercase;
    background-color: var(--gradient-button-background-color) !important;
    border: 1px solid;
    text-decoration: none !important;
    cursor: pointer;
}

    .gradient-button.dark {
        border-image: linear-gradient(to right, var(--default-color) 0%, var(--secondary-color) 100%) !important;
        border-image-slice: 1 !important;
        background-color: rgba(8, 84, 150, 0.8) !important;
        color: #fff !important;
    }

    .gradient-button:hover {
        background-color: var(--gradient-button-background-color-hover) !important;
        color: var(--gradient-button-color-hover) !important;
    }

    .gradient-button.dark:hover {
        background-color: rgba(8, 84, 150, 1) !important;
        color: #fff !important;
    }

.display-flex {
    display: flex;
}

.slick-dots li.slick-active button:before {
    color: var(--text-color);
}

.slick-dots li button:before {
    color: var(--text-color);
}

.photo {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .photo img {
        object-position: center;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.section-tag {
    color: white;
    background: linear-gradient(to right, rgba(8,83,148,1) 0%,rgba(12,124,223,1) 100%);
}

.preview-warning {
    background-color: #f44336;
    text-align: center;
    color: white;
    font-size: 12px;
    letter-spacing: 3px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.nav-menu {
    height: 97px;
}

    .nav-menu .nav-bar.top-bar {
        background-color: var(--menu-background-color-dark);
    }

        .nav-menu .nav-bar.top-bar .top-nav-link {
            padding-left: 40px;
            padding-top: 5px;
            font-size: 13px;
        }

            .nav-menu .nav-bar.top-bar .top-nav-link a {
                color: var(--menu-icon-color);
                font-weight: 300;
            }

        .nav-menu .nav-bar.top-bar .menu-icons a {
            padding-left: 40px;
            padding-top: 5px;
            color: var(--menu-icon-color);
            font-size: 13px;
            font-weight: 300;
        }

        .nav-menu .nav-bar.top-bar .menu-icons .options-container {
            display: flex;
        }

            .nav-menu .nav-bar.top-bar .menu-icons .options-container:hover {
                background-color: unset !important;
                color: unset !important;
            }

        .nav-menu .nav-bar.top-bar .social-icons, .menu-icons {
            font-size: 20px;
            float: right;
            display: flex;
        }

            .nav-menu .nav-bar.top-bar .social-icons .options-container:hover {
                background-color: unset !important;
                color: unset !important;
            }

            .nav-menu .nav-bar.top-bar .social-icons a {
                color: var(--menu-icon-color);
            }

            .nav-menu .nav-bar.top-bar .social-icons i {
                margin-right: 8px;
            }

        .nav-menu .nav-bar.top-bar .popup {
            background-color: #4e525a;
            padding: 4px;
            top: 30px;
        }

            .nav-menu .nav-bar.top-bar .popup a {
                color: white;
                font-size: 16px;
            }

        .nav-menu .nav-bar.top-bar .theme-option.active {
            border: 3px solid var(--secondary-color);
        }

.command-name {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    margin: 2px 0 0 52px;
    color: white;
}

.nav-menu .nav-bar .page-width-content {
    padding: 0;
}

.nav-menu .nav-bar.bottom-bar {
    overflow: unset;
}

    .nav-menu .nav-bar.bottom-bar .command-crest {
        position: relative;
        bottom: 27px;
    }

        .nav-menu .nav-bar.bottom-bar .command-crest a {
            padding: 0 1em 0 0;
            position: relative;
            display: block;
        }

.nav-menu .nav-bar.bottom-bar {
    background-color: var(--menu-background-color-light);
    border-bottom: 3px solid var(--secondary-color);
    height: 67px;
    font-size: 14px;
}

    /*DESKTOP MENU*/
    .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room h6 {
        text-transform: uppercase;
        font-size: 14px;
    }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .news-by-section {
        width: 200px;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .news-by-section li {
            padding: 6px 0;
            font-size: 14px;
            color: var(--secondary-color);
        }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room {
        width: 520px;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room .gray-inset {
            background-color: #f5f5f5;
            padding: 12px 12px 24px 12px;
            border: 1px solid #d9d9d9;
        }

            .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room .gray-inset .media-item-group {
                padding: 12px 12px 0 12px
            }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .special-category .header {
        padding: 8px 0;
        font-weight: 600;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .special-category .header a {
            color: var(--secondary-color);
        }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room .gray-inset .media-item-group .media-item {
        width: 50%;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room .gray-inset .media-item-group .media-item .padding {
            padding: 0 12px;
        }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room .gray-inset .media-item-group .media-item a {
            font-size: 14px;
            line-height: 14px;
            text-decoration: none;
            color: var(--secondary-color);
        }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room .gray-inset .media-item-group .media-item div {
            font-size: 12px;
        }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room .dropdown-content .from-the-media-room .gray-inset .media-item-group .divider {
        height: 1px;
        margin: 12px 0;
        overflow: hidden;
        background-color: var(--separator-color-distinct);
    }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .dropdown-content {
        margin-top: 64px;
        border-bottom: 3px solid var(--default-color);
        z-index: 10;
        left: 0;
        right: 0;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .dropdown-content .menu-container {
            display: flex;
            flex-wrap: nowrap;
            padding: 24px 0 48px;
        }

            .nav-menu .nav-bar.bottom-bar .desktop-menu .dropdown-content .menu-container .second-level-items {
                border-right: 1px solid #eee;
                width: 25%;
            }

                .nav-menu .nav-bar.bottom-bar .desktop-menu .dropdown-content .menu-container .second-level-items:first-child {
                    border-left: 1px solid #eee;
                }

                .nav-menu .nav-bar.bottom-bar .desktop-menu .dropdown-content .menu-container .second-level-items .second-level-item {
                    padding: 8px 0;
                    color: var(--secondary-color);
                    font-weight: 600;
                }

            .nav-menu .nav-bar.bottom-bar .desktop-menu .dropdown-content .menu-container .third-level-items .third-level-item {
                padding: 4px 0;
            }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .first-level-item {
        height: 64px;
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .first-level-item.highlight {
            color: #5aaef6;
        }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .parent-items {
        display: flex;
        flex-direction: row;
        background-color: transparent;
        color: white;
        font-weight: 300;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .parent-items:hover .first-level-item {
            background-color: white;
            border-top: 3px solid var(--default-color);
        }

    .nav-menu .nav-bar.bottom-bar .parent-items:hover .dropdown-content {
        clip-path: polygon(-50% 0, 150% 0, 150% 150%, -50% 150%);
    }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .parent-items:hover .separator {
        border: none;
    }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .menu-item .separator {
        border-right: 1px solid rgba(255, 255, 255, 0.33);
        padding: 8px 16px;
    }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .menu-item:nth-child(1) .separator {
        border-left: 1px solid rgba(255, 255, 255, 0.33);
    }

    .nav-menu .nav-bar.bottom-bar .desktop-menu .search {
        margin: 4px 18px;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .search .fa-search {
            margin-top: 16px;
            color: white;
        }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .search .search-input {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid white;
            outline-width: 0;
            padding-left: 0;
            color: white;
        }

            .nav-menu .nav-bar.bottom-bar .desktop-menu .search .search-input::-webkit-input-placeholder {
                color: white;
                opacity: .7;
                font-style: italic;
            }
    /*DESKTOP MENU*/

    .nav-menu .nav-bar.bottom-bar .toggle-nav {
        height: 64px;
    }

        .nav-menu .nav-bar.bottom-bar .toggle-nav:hover {
            background-color: transparent !important;
            color: white !important;
        }

    /*MOBILE MENU*/
    .nav-menu .nav-bar.bottom-bar .mobile-menu {
        top: 94px;
        display: none;
        border-bottom: 3px solid #085394;
    }

        .nav-menu .nav-bar.bottom-bar .mobile-menu.open {
            width: 100%;
            display: block;
            position: absolute !important;
        }

        .nav-menu .nav-bar.bottom-bar .mobile-menu .first-level-item {
            border-top: 1px solid #efefef !important;
            color: var(--link-color);
            padding: 16px 0 0 0;
            margin-top: 8px;
            margin-bottom: 4px;
        }

            .nav-menu .nav-bar.bottom-bar .mobile-menu .first-level-item:first-child {
                border-top: none !important;
                margin-top: 0;
            }

        .nav-menu .nav-bar.bottom-bar .mobile-menu .second-level-item {
            padding: 8px 4px;
        }

        .nav-menu .nav-bar.bottom-bar .mobile-menu .home-block {
            position: relative;
        }

        .nav-menu .nav-bar.bottom-bar .mobile-menu .menu-icons {
            position: absolute;
            right: 0;
            top: 8px;
        }

            .nav-menu .nav-bar.bottom-bar .mobile-menu .menu-icons a {
                color: var(--muted-text-color);
                font-size: 14px;
                margin-left: 12px;
            }

        .nav-menu .nav-bar.bottom-bar .mobile-menu .popup {
            background-color: var(--panel-color);
            top: 38px;
            left: 14px;
            padding: 4px;
        }

            .nav-menu .nav-bar.bottom-bar .mobile-menu .popup a {
                color: var(--text-color);
                margin: 0;
            }

        .nav-menu .nav-bar.bottom-bar .mobile-menu .theme-option.active {
            border: 3px solid var(--secondary-color);
        }

    .nav-menu .nav-bar.bottom-bar .toggle-mobile-nav:hover {
        background-color: transparent !important;
        color: white !important
    }
/*MOBILE MENU*/

.gradient-wedge {
    top: 0;
    left: -216px;
    right: -216px;
    height: 400px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 80%);
    position: absolute;
    background: linear-gradient(150deg, var(--gradient-default-color) 15%, var(--gradient-secondary-color) 50%, var(--gradient-accent-color) 94%);
    z-index: -1;
}

.push-margin-bottom {
    margin-bottom: 40px !important;
}

.home-container .home-content {
    position: relative;
}

    .home-container .home-content header h1 {
        font-size: 6rem;
        line-height: 1.2em;
        color: white;
        text-align: center;
        font-family: 'Alegreya Sans SC', sans-serif;
    }

/*HOME ROTATOR*/
.home-rotator {
    width: 2000px;
    margin-top: 40px;
    margin-bottom: 40px;
}

/*    .home-rotator .swiper-slide {
        width: 1500px;
        height: 900px;
    }*/

    .home-rotator {
        width: 1500px;
        height: 900px;
    }

    .home-rotator .photo {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

        .home-rotator .photo .filter {
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 100%);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .home-rotator .photo-text {
        width: 60%;
        color: white;
        bottom: 30px;
    }

        .home-rotator .photo-text .title {
            font-weight: 600;
            margin-top: 12px;
        }

    .home-rotator a:hover {
        color: var(--text-color);
    }

    .home-rotator .swiper-pagination-bullet {
        background: #fff;
    }

    .home-rotator .swiper-slide-prev a,
    .home-rotator .swiper-slide-next a {
        pointer-events: none;
    }
/*HOME ROTATOR*/

/*FEATURE MODULES*/
.feature-modules .feature .photo {
    width: 100%;
    height: 263.72px;
    border-left: 1px solid var(--separator-color);
}

.feature-modules .feature .photo-text {
    color: white;
}

    .feature-modules .feature .photo-text .title {
        font-weight: 600;
        font-size: 20px;
    }
/*FEATURE MODULES*/

/*SPOTLIGHTS*/
.spotlights {
    width: 100%;
    margin-bottom: 40px;
}

    .spotlights .spotlight {
        position: relative;
    }

        .spotlights .spotlight .blur {
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            filter: brightness(80%);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

            .spotlights .spotlight .blur::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                backdrop-filter: blur(10px); /* apply the blur */
                pointer-events: none; /* make the overlay click-through */
            }

        .spotlights .spotlight .container {
            display: flex;
            flex-direction: row;
            height: 530px;
            align-items: center;
            justify-content: center;
        }

            .spotlights .spotlight .container .text {
                background: rgba(5, 49, 87, 0.5);
                margin-right: 20px;
                padding: 40px;
                position: relative;
                color: white;
            }

                .spotlights .spotlight .container .text:hover {
                    color: white;
                }

                .spotlights .spotlight .container .text .label {
                    position: absolute;
                    top: -20px;
                    background-color: var(--default-color);
                    font-size: 18px;
                    text-transform: uppercase;
                    padding: 8px 16px;
                    letter-spacing: 3px;
                }

                .spotlights .spotlight .container .text .title {
                    font-size: 42px;
                    margin-bottom: 12px;
                }

                .spotlights .spotlight .container .text hr {
                    width: 60px;
                    border-width: 3px !important;
                    border-color: white;
                }

                .spotlights .spotlight .container .text .description {
                    font-size: 20px;
                }

            .spotlights .spotlight .container .photo {
                width: 600px;
                height: 450px;
                margin-left: 20px;
            }
/*SPOTLIGHTS*/


/*LATEST MEDIA RELEASES*/
.latest-mr {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .latest-mr .container {
        display: flex;
    }

        .latest-mr .container h3 {
            font-weight: 600;
        }

        .latest-mr .container:first-child {
            padding-left: 0;
        }

        .latest-mr .container:last-child {
            padding-right: 0;
        }

        .latest-mr .container .media-release {
            width: 100%;
            background-color: var(--panel-color);
            position: relative;
            box-sizing: border-box;
        }

        .latest-mr .container:last-of-type .media-release {
            border: none;
        }

        .latest-mr .container .media-release .photo {
            width: 100%;
            height: 260px;
        }

        .latest-mr .container .media-release .description p {
            padding-bottom: 64px;
            font-size: 16px;
        }

        .latest-mr .container .media-release .release-date {
            position: absolute;
            bottom: 8px;
            font-size: 14px;
            color: #999;
        }

        .latest-mr .container .view-more {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

            .latest-mr .container .view-more .text {
                font-size: 32px;
                padding: 8px;
            }

                .latest-mr .container .view-more .text span {
                    text-transform: uppercase;
                    font-size: 26px;
                }

            .latest-mr .container .view-more i {
                font-size: 64px;
                padding: 12px 0;
            }
/*LATEST MEDIA RELEASES*/


/*NEWS SECTIONS*/
.news-sections {
    display: flex;
    background-color: var(--menu-background-color-dark);
    padding: 36px 0;
    margin: 0 -16px 0;
}

    .news-sections .news-section {
        flex-grow: 1;
        width: .333333333%;
        padding: 0 64px;
        border-right: 1px var(--separator-color-distinct) solid;
    }

        .news-sections .news-section a {
            color: white;
        }

        .news-sections .news-section .name {
            text-align: center;
            color: white;
        }

        .news-sections .news-section .description {
            color: var(--muted-text-color);
            line-height: 3em;
        }
/*NEWS SECTIONS*/

/*SOCIAL MEDIA*/
.social-media {
    margin-bottom: 24px;
}

.juicer-feed {
    font-size: 13px !important;
}

    .juicer-feed li.feed-item {
        border: 1px solid var(--separator-color) !important;
    }

        .juicer-feed li.feed-item .j-poster {
            background-color: var(--panel-color) !important;
        }

            .juicer-feed li.feed-item .j-poster h3 {
                color: var(--text-color) !important;
            }

        .juicer-feed li.feed-item .j-text {
            background-color: var(--panel-color) !important;
        }

            .juicer-feed li.feed-item .j-text .j-message {
                color: var(--text-color) !important;
            }

                .juicer-feed li.feed-item .j-text .j-message a {
                    color: var(--muted-text-color) !important;
                }

                    .juicer-feed li.feed-item .j-text .j-message a:hover {
                        color: var(--secondary-color) !important;
                    }

    .juicer-feed h1.referral {
        display: none !important;
    }

    .juicer-feed .j-paginate {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .juicer-feed .j-paginate, .juicer-button {
        border-image: linear-gradient(to right, var(--default-color) 0%, var(--secondary-color) 100%) !important;
        border-image-slice: 1 !important;
        border-width: 2px !important;
        color: var(--gradient-button-color) !important;
        text-transform: uppercase;
        background-color: var(--gradient-button-background-color) !important;
        transition: none !important;
    }

        .juicer-feed .j-paginate:hover, .juicer-button:hover {
            background-color: var(--gradient-button-background-color-hover) !important;
            color: var(--gradient-button-color-hover) !important;
        }

    .juicer-feed .j-loading {
        border: 4px solid var(--secondary-color);
    }

        .juicer-feed .j-loading:before {
            background-color: var(--secondary-color) !important;
        }

    .juicer-feed .j-message {
        font-family: 'Droid', sans-serif;
    }
/*SOCIAL MEDIA*/


/*LATEST VIDEOS*/
.video-thumbnails .photo {
    width: 100%;
    cursor: pointer;
}

    .video-thumbnails .photo.primary {
        height: 675px;
    }

    .video-thumbnails .photo.secondary {
        height: 337.5px;
    }

    .video-thumbnails .photo.primary .text {
        font-weight: 800;
    }

    .video-thumbnails .photo.secondary .text {
        font-weight: 600;
    }

    .video-thumbnails .photo .play {
        background-color: transparent;
    }

        .video-thumbnails .photo .play:before {
            content: "\f04b";
            color: white;
            font-family: 'Font Awesome 5 Free';
            opacity: .5;
            font-style: normal;
            font-weight: 900;
        }

    .video-thumbnails .photo.primary .play:before {
        font-size: 80px;
    }

    .video-thumbnails .photo.secondary .play:before {
        font-size: 40px;
    }

    .video-thumbnails .photo .white-border {
        width: 33%;
        height: 33%;
        border: 1px solid white;
    }
/*LATEST VIDEOS*/

/*MODAL*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.95); /* Black w/ opacity */
}

/* Modal Content (Map) */
.africa-map .infographic-modal {
    z-index: 2;
    padding-top: 0;
    align-items: center;
    justify-content: center;
    background-color: black;
}

    .africa-map .infographic-modal img {
        max-width: 1000px;
    }

.africa-map .map-modal {
    padding-top: 0;
}

    .africa-map .map-modal .modal-content {
        margin: auto;
        display: block;
        width: 100%;
        height: 100vh;
    }

    .africa-map .map-modal .map-control.country-panels {
        position: absolute;
        z-index: 1000;
        left: 80px;
        top: 15px;
        width: 220px;
    }

.africa-map.aid-map .map-modal .map-control.country-panels {
    width: 360px;
    height: 760px;
}

.africa-map.aid-map .map-modal .hide-pointer {
    cursor: default;
}

.africa-map .map-modal .map-control.country-panels .country-group {
    margin-bottom: 12px;
}

    .africa-map .map-modal .map-control.country-panels .country-group .countries {
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 15px rgba(255,255,255,0.2);
        display: none;
    }

.africa-map.aid-map .map-modal .map-control.country-panels .country-group .countries {
    height: 760px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.africa-map.aid-map .map-modal .map-control.country-panels .show-countries {
    background-color: rgba(8, 83, 148, 0.90);
}

    .africa-map.aid-map .map-modal .map-control.country-panels .show-countries:hover {
        background-color: rgba(8, 83, 148, 0.90) !important;
        cursor: default;
    }

    .africa-map.aid-map .map-modal .map-control.country-panels .show-countries:hover {
        color: white !important;
    }

.africa-map.aid-map .map-modal .map-control.country-panels .country-group .countries a {
    width: 50%;
}

.africa-map .map-modal .map-control.country-panels .country-group .show-countries {
    outline: none;
}

.africa-map.aid-map .map-modal .map-control.country-panels .country-group .show-countries {
    text-transform: unset;
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.north-africa {
    background-color: rgba(79, 181, 125, 0.75);
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.west-africa {
    background-color: rgba(208, 17, 39, 0.75);
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.east-africa {
    background-color: rgba(0, 127, 255, 0.75);
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.central-africa {
    background-color: rgba(254, 219, 77, 0.75);
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.southern-africa {
    background-color: rgba(224, 82, 6, 0.75);
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.alliance {
    background-color: rgba(255, 255, 255, 0.75);
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.north-africa:hover {
    background-color: rgba(79, 181, 125, 0.95) !important;
    color: white !important;
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.west-africa:hover {
    background-color: rgba(208, 17, 39, 0.95) !important;
    color: white !important;
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.east-africa:hover {
    background-color: rgba(0, 127, 255, 0.95) !important;
    color: white !important;
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.central-africa:hover {
    background-color: rgba(254, 219, 77, 0.95) !important;
    color: white !important;
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.southern-africa:hover {
    background-color: rgba(224, 82, 6, 0.95) !important;
    color: white !important;
}

.africa-map.region-map .map-modal .map-control.country-panels .country-group .show-countries.alliance:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: black !important;
}

.africa-map.region-map .map-modal .modal-content .map-control.country-info {
    margin: 56px 15px 0 0;
    color: white;
    width: 440px;
    background-color: white;
    padding: 20px;
    opacity: .9;
    color: black;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

    .africa-map.region-map .map-modal .modal-content .map-control.country-info .fact-box {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 12px;
    }

        .africa-map.region-map .map-modal .modal-content .map-control.country-info .fact-box ul li {
            border: none;
            padding: 4px 8px;
        }

    .africa-map.region-map .map-modal .modal-content .map-control.country-info h4 {
        margin: 0 0 12px;
    }

    .africa-map.region-map .map-modal .modal-content .map-control.country-info .body {
        width: 100%;
        max-height: 240px;
        margin-top: 24px;
    }

        .africa-map.region-map .map-modal .modal-content .map-control.country-info .body p {
            margin-bottom: 0;
        }

/*RELATED CONTENT*/
.africa-map.region-map .map-modal .modal-content .map-control.related-content {
    display: flex;
    flex-direction: column;
}

    .africa-map.region-map .map-modal .modal-content .map-control.related-content .header {
        margin: 0;
        margin-bottom: 6px;
    }

    .africa-map.region-map .map-modal .modal-content .map-control.related-content .content-link {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .africa-map.region-map .map-modal .modal-content .map-control.related-content .content-link .photo {
            width: 120px;
            height: 80px;
        }

        .africa-map.region-map .map-modal .modal-content .map-control.related-content .content-link .title {
            margin-left: 12px;
            font-size: 14px;
        }
/*RELATED CONTENT*/

.africa-map.region-map .map-modal .modal-content .legend {
    line-height: 18px;
    color: var(--separator-color-distinct);
}

    .africa-map.region-map .map-modal .modal-content .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

/* Modal Content (Video) */
.video-modal {
    padding-top: 120px;
}

.video-modal .modal-content {
    margin: auto;
    display: block;
    max-width: 60%;
}

    .video-modal .modal-content .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

        .video-modal .modal-content .video-wrapper .embedded-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* Modal Content (Image Gallery) */
.gallery-modal {
    background-color: rgba(0,0,0,0.80) !important;
    padding-top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
}

    .gallery-modal .display-flex {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .gallery-modal .modal-content {
        width: 80%;
        max-width: 80%;
        height: 80vh;
        background-color: black;
        overflow: hidden;
    }

.image-feature-container .gallery-modal .modal-content {
    height: unset;
}

.gallery-modal .modal-content .image-feature {
    padding: 20px;
    background-color: black;
    height: 100%;
    box-sizing: border-box;
}

    .gallery-modal .modal-content .image-feature .image-frame {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    .gallery-modal .modal-content .image-feature .image-pane {
        width: 75%;
        min-width: 75%;
        overflow: hidden;
    }

        .gallery-modal .modal-content .image-feature .image-pane .black-background {
            background-color: black;
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gallery-modal .modal-content .image-feature .image-pane .photo.portrait {
            width: 60%;
            margin: 0 auto;
        }

        .gallery-modal .modal-content .image-feature .image-pane .photo {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .gallery-modal .modal-content .image-feature .image-pane .photo img {
            max-height: calc(80vh - 40px);
            max-width: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
        }

.image-feature-container .gallery-modal .modal-content .image-feature .image-pane .photo img {
    height: unset;
}

.gallery-modal .gallery-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    pointer-events: none;
    z-index: 2000;
}

.gallery-modal .swiper-button-next,
.gallery-modal .swiper-button-prev {
    color: white;
    pointer-events: auto;
    top: 50%;
}

.gallery-modal .swiper-button-prev {
    left: 30px;
}

.gallery-modal .swiper-button-next {
    right: 20px;
}

.gallery-modal .modal-content .image-feature .caption-pane {
    width: 25%;
    min-width: 25%;
    margin-left: 20px;
    background-color: #262626;
    padding: 20px;
    align-self: normal;
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.image-feature-container .gallery-modal .modal-content .image-feature .caption-pane {
    height: unset;
}

.gallery-modal .modal-content .image-feature .caption-pane .top {
    font-weight: 200;
    font-size: 1.2rem;
    height: 70%;
    overflow-y: auto;
}

    .gallery-modal .modal-content .image-feature .caption-pane .top::-webkit-scrollbar {
        width: 8px;
    }

    .gallery-modal .modal-content .image-feature .caption-pane .top::-webkit-scrollbar-track {
        background-color: #262626;
    }

    .gallery-modal .modal-content .image-feature .caption-pane .top:hover::-webkit-scrollbar-thumb {
        background-color: #1a1a1a;
        border-radius: 4px;
    }

    .gallery-modal .modal-content .image-feature .caption-pane .top::-webkit-scrollbar-thumb:hover {
        background-color: #1a1a1a;
    }

.gallery-modal .modal-content .image-feature .caption-pane .bottom {
    border-top: 1px solid #adadad;
    color: #adadad;
    margin-top: 26px;
    padding-top: 16px;
    height: 30%;
}

    .gallery-modal .modal-content .image-feature .caption-pane .bottom .social {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 12px 0;
    }

        .gallery-modal .modal-content .image-feature .caption-pane .bottom .social .at-share-btn {
            border: 1px solid #adadad;
            border-radius: 32px !important;
        }

        .gallery-modal .modal-content .image-feature .caption-pane .bottom .social > span {
            text-transform: uppercase;
            font-size: 1.1rem;
            margin-right: 12px;
        }

    .gallery-modal .modal-content .image-feature .caption-pane .bottom .text {
        padding: 6px 0;
        font-weight: 400;
        font-size: 1.1rem;
    }

        .gallery-modal .modal-content .image-feature .caption-pane .bottom .text a {
            color: unset;
            text-decoration: none;
        }

    .gallery-modal .modal-content .image-feature .caption-pane .bottom div i {
        margin-right: 12px;
    }

    .gallery-modal .modal-content .image-feature .caption-pane .bottom div:last-child {
        padding-bottom: 0;
        width: 100%;
    }

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.map-modal .close {
    color: white;
    z-index: 1000;
    top: 5px;
    right: 15px;
    line-height: 40px;
}

    .map-modal .close:hover,
    .map-modal .close:focus {
        color: var(--separator-color);
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/*MODAL*/


/*IMAGE GRID*/
.background-cover {
    position: relative;
    background-image: url(https://www.hoa.africom.mil/Img/22713/cover/humanitarian-aid);
    text-align: center;
    color: #eee;
    background-color: #242424;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.mask {
    padding-top: 75px;
    background: rgba(0,0,0,0.85);
}

.banner-wrap {
    position: relative;
    padding: 3rem 30px 5rem;
}

    .banner-wrap .banner h1 {
        font-size: 6rem;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        font-weight: 600;
    }

    .banner-wrap .banner p {
        max-width: 900px;
        margin: 0 auto;
        color: #ebebeb;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        line-height: 1.5;
        font-size: 20px;
    }

    .banner-wrap .social-top {
        display: block;
        text-align: center;
        padding: 20px 0 0;
    }

        .banner-wrap .social-top .at-share-btn {
            border: 1px solid white;
            border-radius: 32px !important;
            margin-right: 8px;
        }

    .banner-wrap a.page-down {
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 50%;
        color: #fff;
        font-size: 36px;
        width: 66px;
        height: 66px;
        padding: 13px 0;
        text-align: center;
        border-radius: 0 0 33px 33px;
        transform: translate(-50%, 0);
        overflow: hidden;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

.grid-wrap {
    padding: 0 8px 8px;
    padding-top: 80px;
    max-width: 2000px;
    margin: 0 auto;
}

    .grid-wrap .photo-grid .photo {
        width: 25%;
        height: 300px;
        padding: 8px
    }

        .grid-wrap .photo-grid .photo .hover-overlay-layer {
            display: block;
            opacity: 0;
            position: absolute;
            top: 8px;
            bottom: 8px;
            left: 8px;
            right: 8px;
            z-index: 900;
            color: white;
            text-align: center;
            background: rgba(0, 0, 0, 0.20);
            transition: all .3s;
            cursor: pointer;
        }

            .grid-wrap .photo-grid .photo .hover-overlay-layer:hover {
                opacity: 1;
            }

            .grid-wrap .photo-grid .photo .hover-overlay-layer .hover-overlay-center {
                display: block;
                position: absolute;
                font-size: 1.5rem;
                line-height: 1.5rem;
                top: 50%;
                left: 50%;
                width: 100%;
                transform: translate(-50%, -50%);
            }

                .grid-wrap .photo-grid .photo .hover-overlay-layer .hover-overlay-center .hover-overlay-icon {
                    margin: 0 0 1rem;
                    line-height: 2rem;
                    font-size: 2rem;
                }
/*IMAGE GRID*/


/*BIOS*/

.bios {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

    .bios .bio-panel {
        display: flex;
    }

        .bios .bio-panel.top {
            width: 50%;
            margin-bottom: 48px;
            justify-content: flex-start;
        }

            .bios .bio-panel.top:first-child {
                justify-content: flex-end;
            }

        .bios .bio-panel.bottom {
            width: 33.333333333%;
            justify-content: center;
        }

    .bios .bio {
        display: flex;
        width: 533.33px;
    }

        .bios .bio:hover {
            background-color: var(--panel-color);
        }

    .bios a:hover {
        color: unset;
    }

    .bios .bio .photo {
        width: 200px;
        height: 200px;
        min-width: 200px;
        min-height: 200px;
        border-radius: 100px;
        background-size: 200px !important;
        background-position: top !important;
    }

    .bios .bio .text {
        margin-left: 16px;
        width: 333.33px;
    }

        .bios .bio .text hr {
            width: 60px;
            border-image: linear-gradient(to right, rgba(8,83,148,1) 0%,rgba(12,124,223,1) 100%) !important;
            border-image-slice: 1 !important;
            border-width: 3px !important;
        }

        .bios .bio .text .full-name {
            letter-spacing: 1.5px;
        }

        .bios .bio .text .branch-of-service {
            padding-top: 8px;
            font-style: italic;
            color: var(--muted-text-color);
        }

        .bios .bio .text .position-title {
            font-weight: 600;
        }
/*BIOS*/

/*MISSION STATEMENT*/
.mission-statement .text {
    margin: 40px;
    width: 1200px;
}

.mission-statement .header {
    font-size: 3em;
    font-family: 'Cinzel', serif;
}

.mission-statement .statement {
    padding-left: 24px;
    padding-top: 12px;
    font-size: 24px;
}

.mission-statement .buttons {
    text-align: right;
    margin-top: 24px;
}

.mission-statement .buttons a {
    margin-left: 12px;
}

.mission-statement > div {
    margin: 0 -16px;
}

.mission-statement .photo {
    height: 700px;
}
/*MISSION STATEMENT*/

/*CORNERSTONES*/
.cornerstones {
    background-image: url('../img/mission-background-blue.jpg');
    background-position: top;
    color: white;
    background-size: cover;
    height: 500px;
    align-items: center;
    display: flex;
}

    .cornerstones .message {
        padding-left: 40px;
    }

        .cornerstones .message .title {
            text-align: left;
            font-size: 36px;
            text-transform: uppercase;
            padding-left: 20px;
            font-family: 'Cinzel', serif;
        }

        .cornerstones .message h3 {
            text-align: left;
            width: 80%;
            margin-left: 60px;
            line-height: 42px;
        }

    .cornerstones .campaign-narrative {
        height: 330px;
        position: relative;
        border-left: 2px solid white;
    }

        .cornerstones .campaign-narrative h2 {
            width: 80%;
            color: #E9E9EB;
            font: 400 36px/1.4 'cardo';
            font-style: italic;
            text-indent: -40px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
/*CORNERSTONES*/

/*FOOTER*/
footer {
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
}

    footer .news-sections-footer-item {
        display: inline-block;
        text-align: center;
        background-color: var(--menu-text-color-muted);
        color: white;
        font-size: 32px;
        padding: 24px;
    }


        footer .news-sections-footer-item:first-child {
            background-color: #095ca5;
        }

        footer .news-sections-footer-item:last-child {
            background-color: #0a6cc2;
        }

        footer .news-sections-footer-item:hover {
            color: white;
        }

.footer {
    min-height: 280px;
    background-color: var(--menu-background-color-light);
    padding: 0 120px;
}

    .footer .links {
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }

    .footer .section ul {
        padding-left: 0;
    }

    .footer .section li {
        list-style: none;
        padding: 4px 0;
    }

    .footer .section .header {
        min-height: 28px;
    }

        .footer .section .header a {
            text-transform: uppercase;
            color: white;
        }

footer li a {
    color: var(--menu-icon-color);
}

    footer li a:hover {
        color: var(--menu-icon-color);
    }

footer .bottom {
    text-align: center;
    font-size: 16px;
    border-top: 1px solid var(--menu-icon-color);
    padding: 30px 0;
    font-weight: 300;
}

    footer .bottom a {
        color: var(--menu-icon-color);
    }

    footer .bottom .options-container:hover {
        background-color: unset !important;
        color: unset !important;
    }

footer .social-media-block {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--menu-icon-color);
}

    footer .social-media-block .tile {
        width: 80px;
        height: 80px;
        background-color: var(--menu-background-color-dark);
        margin-right: 20px;
        color: white;
        font-size: 40px;
        text-align: center;
        line-height: 80px;
    }

    footer .social-media-block a:last-child .tile {
        margin-right: 0;
    }

footer .bottom .popup {
    bottom: 48px;
    background-color: #4e525a;
    padding: 4px;
}

    footer .bottom .popup a {
        color: white;
    }

footer .bottom .theme-option.active {
    border: 3px solid var(--secondary-color);
}
/*FOOTER*/

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #4e525a;
    position: absolute;
    left: 60px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #4e525a;
    position: absolute;
    left: 60px;
    top: -21px
}

/*ATTRIBUTION*/
.media-release-content .attribution {
    margin: 20px 0;
    border-top: 1px solid var(--separator-color-distinct);
    border-bottom: 1px solid var(--separator-color-distinct);
    padding: 20px 0;
}

    .media-release-content .attribution .comma {
        margin-left: -4px;
    }

    .media-release-content .attribution span.indent {
        margin-left: 20px;
    }

    .media-release-content .attribution strong {
        text-transform: uppercase;
    }
/*ATTRIBUTION*/

/*VIDEO CONTENT */
.video-content .photo {
    width: 400px;
    height: 300px;
    cursor: pointer;
}

    .video-content .photo .play {
        background-color: transparent;
    }

        .video-content .photo .play:before {
            content: "\f04b";
            color: white;
            font-family: 'Font Awesome 5 Free';
            opacity: .5;
            font-style: normal;
            font-weight: 900;
            font-size: 40px;
        }

    .video-content .photo.primary .play:before {
        font-size: 80px;
    }

    .video-content .photo.secondary .play:before {
        font-size: 40px;
    }

    .video-content .photo .white-border {
        width: 33%;
        height: 33%;
        border: 1px solid white;
    }
/*VIDEO CONTENT */

/*AUDIO CONTROLS */
.audio-controls {
    margin-top: 24px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .audio-controls .mirrors i {
        font-size: 24px;
        margin-left: 18px;
        color: var(--text-color);
    }
/*AUDIO CONTROLS */

/*BREADCRUMBS*/
.page-content .breadcrumbs .page-title {
    color: var(--link-color);
}

.page-content .breadcrumbs .social {
    float: right;
}
/*BREADCRUMBS*/

/*RELATED*/
.related {
    list-style: none;
    padding: 0;
    margin-left: 80px;
    text-align: left;
}

    .related .header {
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px 5px;
        background-color: var(--panel-color);
    }

    .related li {
        padding: 15px 5px;
        border-bottom: 1px solid var(--separator-color) !important;
        font-size: 12px;
    }
/*RELATED*/

/*IMAGES*/
.attached-images .photo {
    overflow: hidden;
}

.attached-images .gallery-caption {
    color: var(--muted-text-color);
}

.attached-images .photo img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.attached-images > .photo {
    max-height: 425px;
}

    .attached-images > .photo.audio-thumbnail img {
        transition: none;
    }

    .attached-images > .photo img {
        transition: all .25s ease-out;
    }

    .attached-images > .photo.audio-thumbnail:hover img {
        transform: none;
    }

    .attached-images > .photo:hover img {
        transform: scale(1.1);
    }

.attached-images .photo .overlay-layer {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.20);
    transition: all .3s;
    cursor: pointer;
}

    .attached-images .photo .overlay-layer .overlay-center {
        display: block;
        position: absolute;
        font-size: 3rem;
        line-height: 3rem;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

        .attached-images .photo .overlay-layer .overlay-center .overlay-icon {
            margin: 0 0 1rem;
            line-height: 3.5rem;
            font-size: 3.5rem;
        }
/*IMAGES*/

/*CONTENT*/
.page-content {
    margin-bottom: 48px;
}

    .page-content .related.child-page {
        margin-bottom: 24px;
    }

    .page-content .description, .media-release-content .description {
        color: var(--muted-text-color);
    }

    .page-content .body, .media-release-content .body {
        font-size: 18px;
        line-height: 32px;
    }

        .page-content .body p {
            margin-top: 0;
        }

    .page-content .media-release-content .body {
        margin-top: 40px;
    }

    .media-release-content .title-desc .title, .page-content .title-desc .title {
        font-size: 38px;
        font-weight: 800;
        line-height: 1.5;
    }

    .media-release-content .title-desc .description, .page-content .title-desc .description {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        border-bottom: 1px solid var(--separator-color-distinct);
        padding-bottom: 12px;
        margin-bottom: 24px;
    }

.media-release-content .title-desc .description {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.media-release-content {
    margin: 48px auto;
}

    .media-release-content .quote-box {
        float: right;
        width: 50%;
        display: none;
        padding: 24px;
        margin-top: 12px;
        margin-left: 12px;
        margin-bottom: -6px;
        position: relative;
    }

        .media-release-content .quote-box::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f10d";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--secondary-color);
            font-size: 24px;
        }

        .media-release-content .quote-box::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f10e";
            position: absolute;
            right: 0;
            bottom: 0;
            color: var(--secondary-color);
            font-size: 24px;
        }

        .media-release-content .quote-box .quote {
            font-size: 28px;
            line-height: 1.5;
            color: var(--text-color);
            font-style: italic;
            padding: 18px;
            font-family: 'Playfair Display', serif;
            background-color: var(--panel-color);
            margin: 6px;
        }

            .media-release-content .quote-box .quote hr {
                width: 120px;
                margin: 12px auto;
                border-top: 1px solid var(--separator-color-distinct);
            }

    .media-release-content .recommended {
        align-self: center;
    }

    .media-release-content .recommended {
        display: flex;
        flex-direction: column;
        margin-left: 80px;
    }

        .media-release-content .recommended .header {
            font-size: 13px;
            text-transform: uppercase;
            border-top: 1px solid var(--separator-color-distinct);
            padding: 5px 0 30px 0;
            font-weight: var(--font-weight-bold);
        }

        .media-release-content .recommended .content-link {
            padding: 10px 0;
            border-bottom: 1px solid var(--separator-color);
            display: flex;
            flex-direction: row;
            align-items: center;
        }


            .media-release-content .recommended .content-link .photo {
                width: 120px;
                height: 80px;
            }

            .media-release-content .recommended .content-link .title {
                margin-left: 12px;
            }

.siblings {
    background-color: var(--panel-color);
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: -40px;
    position: relative;
}

    .siblings .header {
        background-color: var(--background-color);
        color: var(--text-color);
        padding: 8px 24px;
        font-size: 18px;
        position: absolute;
        top: -64px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-transform: uppercase;
        text-align: center;
    }

        .siblings .header a {
            color: var(--link-color);
        }

    .siblings .sibling {
        margin: 0 20px 40px;
        color: var(--text-color);
    }

        .siblings .sibling .photo {
            margin-bottom: 24px;
            width: 100%;
            height: 220px;
        }

        .siblings .sibling .title {
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .siblings .sibling .description {
            font-size: 18px;
            line-height: 1.5;
            margin-bottom: 12px;
        }
/*CONTENT*/

/*MEDIA RELEASE IMAGE*/
.media-release-content .background {
    background-color: black;
}

    .media-release-content .background .photo {
        width: 100%;
        height: 425px;
        max-height: 425px;
    }

        .media-release-content .background .photo.portrait {
            width: 40%;
            margin: 0 auto;
        }
/*MEDIA RELEASE IMAGE*/

/*TAGS*/
.tags {
    margin: 16px 0;
}

    .tags .tag {
        margin: 0 6px 12px 0;
        background-color: var(--panel-color);
        color: var(--text-color);
    }

        .tags .tag:hover {
            background-image: linear-gradient(to right, var(--default-color) 0%, var(--secondary-color) 100%);
            color: white !important;
        }
/*TAGS*/


/*SEARCH RESULTS*/
.search-results .info {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .search-results .info .count {
        width: 50%;
    }

    .search-results .info .filter-form {
        width: 50%;
    }

        .search-results .info .filter-form span {
            display: flex;
            flex-direction: row;
            align-items: center;
            position: relative;
            justify-content: center;
        }

        .search-results .info .filter-form .filter-input {
            width: 220px;
            border: 1px solid var(--separator-color-distinct) !important;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            padding: 6px;
            background-color: var(--background-color);
            color: var(--text-color);
        }

        .search-results .info .filter-form .filter-results {
            width: 36px;
            height: 36px;
            background-image: linear-gradient(to right, #323743 0%, #323743 100%);
            border: none;
            color: white;
            font-size: 28px;
            line-height: 28px;
            border-radius: 3px;
            cursor: pointer;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.search-results .search-result {
    margin: 0 4px;
    border-bottom: 1px solid var(--separator-color-distinct);
}

    .search-results .search-result:nth-of-type(2) {
        border-top: 1px solid var(--separator-color-distinct);
    }

    .search-results .search-result .content-type {
        letter-spacing: 2px;
        color: var(--muted-text-color);
    }


    .search-results .search-result .created-on span:first-child {
        margin-right: 24px;
    }


    .search-results .search-result .photo {
        height: 220px;
    }

    .search-results .search-result .text .created-on {
        color: var(--muted-text-color);
    }

    .search-results .search-result .text {
        padding: 8px 16px;
    }

        .search-results .search-result .text.no-padding {
            padding: 0;
        }

.search-results .pagination-links .active {
    background: linear-gradient(to right, var(--default-color) 0%,var(--secondary-color) 100%) !important;
    color: white;
}

.search-results .feed-panels {
    margin-bottom: 16px;
    margin: 0 4px 16px;
}

.search-results .feed-panel-header {
    box-sizing: content-box;
    background-color: var(--panel-color);
    color: var(--text-color);
    display: flex;
    flex-direction: row;
    border: 1px solid var(--separator-color);
    border-bottom: 0;
    margin-top: 16px;
    min-height: 30px;
    text-align: left;
}

    .search-results .feed-panel-header .protocol {
        padding: 2px 16px;
        flex-grow: 1;
        font-size: 20px;
    }

    .search-results .feed-panel-header .copy-feed-url {
        padding: 2px 10px;
        background-color: transparent;
        border: 0 solid var(--separator-color-distinct);
        border-left-width: 1px;
        color: var(--muted-text-color);
        cursor: pointer;
        display: flex;
        align-items: center;
        line-height: normal;
    }

.search-results .feed-panel {
    font-size: .875rem;
    overflow: auto;
    border: 1px solid var(--separator-color);
    background-color: var(--background-color);
    font-smooth: auto;
    padding: 1rem;
    margin: 1rem 0 0;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    margin-top: 0;
    line-height: 0;
}

    .search-results .feed-panel .text {
        position: relative;
        border: 0;
        padding: 0;
        display: block;
        line-height: 19px;
    }

/* ===== AUDIO LIST ===== */

.search-results .audio-list h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    line-height: 1.5;
}

.search-results .audio-list p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 2;
}

.search-results .audio-list span {
    margin-right: 12px;
}

.search-results .audio-list img {
    width: 100%;
    padding: 12px 12px 0 12px;
    height: 430px;
    object-fit: cover;
}

.search-results .audio-list i {
    font-size: 42px;
    margin-right: 12px;
}


.search-results .audio-list .w3-container {
    padding: 16px;
}

.search-results .audio-list .icons {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.search-results .audio-list .w3-col {
    margin-bottom: 1.5em;
    min-width: 300px;
}

/* ----- AUDIO LIST ----- */

.search-results .image-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .search-results .image-grid .card {
        background: var(--panel-color);
        position: relative;
        padding: 8px;
        width: 260px;
        height: 320px;
        margin-bottom: 20px;
        border: 1px solid var(--separator-color-distinct);
    }

    .search-results .image-grid a:first-child .card {
        margin-left: 0;
    }

    .search-results .image-grid a:nth-child(4n+4) .card {
        margin-right: 0;
    }

    .search-results .image-grid .card:hover {
        background: linear-gradient(to bottom, var(--panel-color) 60%,var(--background-color) 100%);
        transition: background 200ms ease;
    }

    .search-results .image-grid .card .photo {
        height: 180px;
        transition: height 200ms ease;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top !important
    }

    .search-results .image-grid .card:hover .photo {
        height: 140px;
        transition: height 200ms ease;
    }

    .search-results .image-grid .card .photo:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
    }

    .search-results .image-grid .card:hover .photo:before {
        background: transparent;
    }

    .search-results .image-grid .card .title {
        margin-top: 8px;
        letter-spacing: 2px;
        font-size: 14px;
        max-height: 100px;
        overflow: hidden;
        font-weight: var(--font-weight-bold);
    }

    .search-results .image-grid .card:hover .title {
        margin-top: 8px;
        color: var(--muted-text-color);
    }

    .search-results .image-grid .card .view-gallery {
        display: none;
        font-size: 12px;
        letter-spacing: 3px;
        position: absolute;
        bottom: 8px;
        text-transform: uppercase;
        font-family: "Josefin Sans", sans-serif;
        color: var(--link-color);
        font-weight: var(--font-weight-bold);
    }

    .search-results .image-grid .card:hover .view-gallery {
        display: block;
    }
/*SEARCH RESULTS*/

/*FORMS*/
.form-content {
    margin-top: 40px;
    margin-bottom: 80px;
}

    .form-content header {
        background-color: var(--panel-color);
        color: var(--text-color);
        border-bottom: none !important;
    }

    .form-content .aside {
        border: 1px solid var(--separator-color);
    }

    .form-content a {
        color: var(--link-color);
    }

    .form-content .aside .expand-header {
        cursor: pointer;
    }

    .form-content .aside address {
        margin-bottom: 12px;
    }

    .form-content .form-border {
        border: 1px solid var(--separator-color-distinct);
    }

    .form-content input, select, textarea {
        background-color: var(--panel-color);
        color: var(--text-color);
    }

    .form-content label {
        font-weight: var(--font-weight-bold);
    }

        .form-content label .important {
            font-style: italic;
            color: var(--muted-text-color);
        }

    .form-content fieldset legend {
        border-bottom: 1px solid var(--separator-color);
        color: var(--muted-text-color);
    }
/*FORMS*/

/*JQUERY ELLIPSIS*/
.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}
/*JQUERY ELLIPSIS*/


/*NEWS AND SECTION PAGES*/
.news-page {
    background: linear-gradient(to bottom, var(--background-fade-color-start) 0%, var(--background-color) 80%);
    margin-bottom: -80px;
    position: relative;
}

    .news-page .header-background {
        height: 400px;
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 80%);
        position: relative;
        background: linear-gradient(150deg, var(--default-color) 15%, var(--secondary-color) 50%, #0cdf6f 94%);
        margin: 0 -20px;
    }

        .news-page .header-background header {
            color: white;
            position: absolute;
            top: calc(50% - 80px);
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .news-page .header-background header h1 {
                font-size: 5.5rem;
                font-weight: 500;
                line-height: 1.2em;
                text-shadow: 0 0 10px rgba(0,0,0,0.3);
                font-family: Alegreya Sans SC, sans-serif;
                margin: 0;
            }

    .news-page .inset {
        padding: 0;
        background: var(--background-color);
    }

.page-wrap {
    background-color: var(--background-color);
    padding: 48px;
    min-height: 60vh;
    position: relative;
    top: -160px;
}

    .page-wrap .news-items .content-link .content-type {
        color: var(--secondary-color);
        font-size: 18px;
    }

    .page-wrap .news-items .content-link {
        margin-top: 24px;
    }

        .page-wrap .news-items .content-link .title {
            font-size: 1.5rem;
            line-height: 1.2em;
            color: var(--text-color);
        }

    .page-wrap .menu-bar {
        margin-bottom: 48px;
        display: flex;
        border-radius: 4px;
    }

        .page-wrap .menu-bar .menu-item {
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: 2px;
            font-weight: bold;
            padding: 15px 10px;
            position: relative;
            flex-grow: 2;
            border: none;
            color: #666;
            color: var(--muted-text-color);
            transition: all 0.25s;
            background-color: var(--panel-color);
        }

            .page-wrap .menu-bar .menu-item:first-of-type {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }


            .page-wrap .menu-bar .menu-item:last-of-type {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
            }

            .page-wrap .menu-bar .menu-item:hover {
                cursor: pointer;
            }

            .page-wrap .menu-bar .menu-item:not(.active):hover {
                background-color: var(--panel-color-highlight);
                color: var(--text-color-hover);
                z-index: 100;
                transition: all 0.5s;
            }

            .page-wrap .menu-bar .menu-item.active {
                background: linear-gradient(to bottom, var(--default-color) 0%, var(--secondary-color) 100%);
                color: white;
            }

                .page-wrap .menu-bar .menu-item.active:hover {
                    color: white !important;
                }

                .page-wrap .menu-bar .menu-item.active:after {
                    content: "";
                    z-index: 100;
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    border-top: 15px solid var(--secondary-color);
                    bottom: -15px;
                    left: calc(50% - 15px);
                }

    .page-wrap .action-bar {
        display: flex;
        justify-content: center;
        margin-top: 48px;
    }

        .page-wrap .action-bar .load-more {
            font-size: 17px;
            padding: 1em 2.2em;
        }
/*NEWS*/

/*REDIRECT*/
.prompt-for-redirect {
    margin-top: 64px;
    height: 60vh;
}

    .prompt-for-redirect .url {
        border: 1px solid var(--separator-color-distinct);
        font-size: 24px;
        padding: 24px 36px;
        margin-bottom: 18px;
    }

    .prompt-for-redirect .directions {
        border-bottom: 1px solid var(--separator-color);
        padding-bottom: 24px;
    }

    /*    .prompt-for-redirect .directions .forward {
        float: right;
    }*/

    .prompt-for-redirect .seconds-left {
        color: #f44336;
    }
/*REDIRECT*/

/*SPOTLIGHT PAGE*/
.spotlight-page {
    position: relative;
}

    .spotlight-page .banner * {
        color: white;
    }

    .spotlight-page .banner .details {
        padding: 72px 0;
    }

    .spotlight-page .banner .media-room.details {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 420px;
    }

    .spotlight-page .banner {
        background-position: center;
        background-size: cover;
        min-height: 440px;
    }

        .spotlight-page .banner .details .label {
            font-size: 1.3rem;
            letter-spacing: 10px;
            text-transform: uppercase;
            font-weight: 800;
            font-family: 'Alegreya Sans SC', sans-serif;
        }

        .spotlight-page .banner .media-room.details .label {
            font-size: 3rem;
        }

        .spotlight-page .banner .details hr {
            border-image: linear-gradient(to right, var(--default-color) 0%,var(--secondary-color) 100%) !important;
            border-image-slice: 1 !important;
            border-width: 5px !important;
            width: 60px;
        }

        .spotlight-page .banner .details .title {
            font-size: 3rem;
            max-width: 50%;
        }

        .spotlight-page .banner .description {
            font-size: 1.4rem;
            padding: 12px 0;
            max-width: 50%;
            text-align: justify;
        }

    .spotlight-page .section {
        margin-bottom: 80px;
    }

        .spotlight-page .section:last-child {
            margin-bottom: 40px;
        }

        .spotlight-page .section .w3-col.l4 {
            padding-left: 40px;
        }

    .spotlight-page .spotlight-feature {
        position: relative;
        padding-top: 40px;
    }

        .spotlight-page .spotlight-feature .label {
            display: block;
            position: relative;
            text-align: right;
            margin: 0;
            padding: 0 0 2px;
            margin-bottom: 24px;
        }

        .spotlight-page .spotlight-feature .page-width-full .label {
            margin: 0 96px 24px;
        }

    .spotlight-page .spotlight-featue .label:first-child {
        margin-right: 48px
    }

    .spotlight-page .spotlight-feature .label span {
        border: 2px solid var(--default-color);
        color: var(--gradient-button-color) !important;
        background-color: var(--gradient-button-background-color) !important;
        border-bottom: none;
        padding: 6px 24px;
        font-weight: 800;
        display: inline-block;
        Font-family: 'Alegreya Sans SC', sans-serif;
        letter-spacing: 3px;
        font-size: 20px;
    }

        .spotlight-page .spotlight-feature .label span::before {
            content: "";
            display: block;
            position: absolute;
            top: -1px;
            left: -54px;
            width: 0;
            height: 0;
        }

        .spotlight-page .spotlight-feature .label span::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            z-index: 1;
            background-color: var(--default-color);
        }

    .spotlight-page .spotlight-feature .gradient-wedge {
        top: -1px;
    }

    .spotlight-page .spotlight-feature .content-type {
        color: var(--link-color);
        text-transform: uppercase;
    }

    .spotlight-page .spotlight-feature .separator {
        margin: 0 8px;
        color: var(--separator-color-distinct);
    }

    .spotlight-page .spotlight-feature .created-on {
        font-size: 14px;
    }

    .spotlight-page .spotlight-feature .press-products {
        border: 1px solid var(--separator-color-distinct);
        padding: 12px 24px;
        background-color: var(--panel-color);
    }

        .spotlight-page .spotlight-feature .press-products .press-product {
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--separator-color-distinct);
        }

            .spotlight-page .spotlight-feature .press-products .press-product:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

            .spotlight-page .spotlight-feature .press-products .press-product .title {
                margin: 6px 0 12px;
            }

    .spotlight-page .spotlight-feature .articles {
    }

        .spotlight-page .spotlight-feature .articles .article {
            margin-bottom: 24px;
            padding-bottom: 24px;
            border-bottom: 1px solid var(--separator-color-distinct);
        }

            .spotlight-page .spotlight-feature .articles .article .text {
                padding-left: 24px;
            }

                .spotlight-page .spotlight-feature .articles .article .text .title {
                    margin: 6px 0 12px;
                }

                .spotlight-page .spotlight-feature .articles .article .text .description {
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }

    .spotlight-page .spotlight-feature .images {
    }

    .spotlight-page .spotlight-feature .articles .photo {
        max-height: 230px;
        height: 230px;
    }

    .spotlight-page .grid-wrap {
        padding: 0;
    }

        .spotlight-page .grid-wrap .photo-grid .photo {
            height: 240px;
            max-height: 240px;
            width: 24.58%;
            padding: 0;
            margin-bottom: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            background-color: black;
        }

            .spotlight-page .grid-wrap .photo-grid .photo img {
                width: 100%;
                height: auto;
            }

            .spotlight-page .grid-wrap .photo-grid .photo.portrait img {
                height: 240px;
                width: auto;
            }

            .spotlight-page .grid-wrap .photo-grid .photo .hover-overlay-layer {
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }

                .spotlight-page .grid-wrap .photo-grid .photo .hover-overlay-layer .hover-overlay-center {
                    font-size: 1.3rem;
                    line-height: 1.4rem;
                    padding: 0 8px;
                }

            .spotlight-page .grid-wrap .photo-grid .photo .hover-overlay-layer {
                background: rgba(0, 0, 0, 0.70);
            }

    .spotlight-page .videos {
        background-color: var(--default-color);
        background-color: #133b5f;
        padding: 80px 0 120px;
    }

        .spotlight-page .videos .video-rotator-container {
            margin-left: 96px;
        }

        .spotlight-page .videos .photo {
            width: 800px;
            height: 450px;
            cursor: pointer;
        }

            .spotlight-page .videos .photo .play {
                background-color: transparent;
            }

                .spotlight-page .videos .photo .play:before {
                    content: "\f04b";
                    color: white;
                    font-family: 'Font Awesome 5 Free';
                    opacity: .5;
                    font-style: normal;
                    font-weight: 900;
                }

                .spotlight-page .videos .photo .play:before {
                    font-size: 80px;
                }

    .spotlight-page .label-arrows {
        position: relative;
    }

        .spotlight-page .label-arrows .arrows {
            position: absolute;
            margin: 0px 110px;
            top: 18px;
            z-index: 1000;
        }

            .spotlight-page .label-arrows .arrows .slick-arrow {
                width: 40px;
                height: 40px;
            }

            .spotlight-page .label-arrows .arrows .slick-next:before {
                font-size: 40px;
                content: "\f105";
                font-family: 'Font Awesome 5 Free';
                color: var(--text-color);
                font-weight: 900;
                margin-left: 48px;
            }

            .spotlight-page .label-arrows .arrows .slick-prev:before {
                font-size: 40px;
                content: "\f104";
                font-family: 'Font Awesome 5 Free';
                color: var(--text-color);
                font-weight: 900;
            }

/*SPOTLIGHT PAGE*/

/*AIRSTRIKES*/
.airstrikes .read-more + .read-more {
    margin-top: 6px;
}

.airstrikes table.w3-table td {
    vertical-align: middle;
}

.airstrikes .accordion-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    background-color: var(--home-background-color);
    height: 120px;
}

    .airstrikes .accordion-banner .banner-caret {
        transition: transform 0.2s ease;
    }

    /* rotate the caret when expanded */
    .airstrikes .accordion-banner[aria-expanded="true"] .banner-caret {
        transform: rotate(180deg);
    }