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

:root {
    --default-color: #a11b1b;
    --secondary-color: #d12323;
    --link-color: #d12323;
    --panel-color: #f5f5f5;
    --panel-color-highlight: #c2c2c2;
    --form-header-color: #ddd;
    --form-border-color: #aaa;
    --background-color: #fff;
    --text-color: rgba(0, 0, 0, 1);
    --text-color-hover: rgba(0, 0, 0, 0.6);
    --muted-text-color: #888;
    --separator-color: #eee;
    --separator-color-distinct: #d6d6d6;
    --nav-background-color: rgba(250,250,250,.95);
    --nav-icon-color: rgba(33,33,33,.2);
    --sidenav-background-color: #fff;
    --gradient-button-background-color: #fff;
    --gradient-button-background-color-hover: #fff;
    --gradient-button-color: #a11b1b;
    --gradient-button-color-hover: #d12323;
    --font-weight-bold: bold;
    --background-fade-color-start: #f0f0f0;
    --swiper-navigation-color: white;
}

[data-theme="dark"] {
    --default-color: #a11b1b;
    --secondary-color: #d12323;
    --link-color: #e04848;
    --panel-color: #333;
    --panel-color-highlight: #666;
    --form-border-color: #333;
    --form-header-color: #333;
    --background-color: #111;
    --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;
    --nav-background-color: rgba(38,38,38,.95);
    --nav-icon-color: #777;
    --sidenav-background-color: rgba(38,38,38,1);
    --gradient-button-background-color: rgba(161, 27, 27, 0.5);
    --gradient-button-background-color-hover: rgba(161, 27, 27, 0.8);
    --gradient-button-color: #fff;
    --gradient-button-color-hover: #fff;
    --font-weight-bold: normal;
    --background-fade-color-start: #444;
}


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

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

@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: 'Roboto';
    src: url('../lib/fonts/Roboto-Black.woff2') format('woff2'), url('../lib/fonts/Roboto-Black.woff') format('woff'), url('../lib/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../lib/fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../lib/fonts/Roboto-BlackItalic.woff') format('woff'), url('../lib/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

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

@font-face {
    font-family: 'Roboto';
    src: url('../lib/fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../lib/fonts/Roboto-MediumItalic.woff') format('woff'), url('../lib/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto';
    src: url('../lib/fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../lib/fonts/Roboto-ThinItalic.woff') format('woff'), url('../lib/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

strong {
    font-weight: 400 !important;
}

body {
    font-family: 'Roboto', 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;
    }

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

.z-index-2000 {
    z-index: 2000;
}

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

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

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: #333;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }

.rendered-body {
    margin-top: 184px;
    overflow: hidden;
}

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

.display-flex {
    display: flex;
}

.uppercase {
    text-transform: uppercase;
}

.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;
    text-transform: uppercase;
    background-color: var(--gradient-button-background-color) !important;
    color: var(--gradient-button-color) !important;
    border: 2px solid !important;
}

    .gradient-button.dark {
        border-image: linear-gradient(to right, #a11b1b 0%, #d12323 100%) !important;
        border-image-slice: 1 !important;
        background-color: rgba(161, 27, 27, 0.8) !important;
        color: #fff !important;
    }

    .gradient-button.nav {
        background-color: var(--default-color);
        background-image: linear-gradient(to right, var(--default-color) 0%,var(--secondary-color) 100%);
        border-radius: 3px;
        color: #fff !important;
        border: none;
        text-transform: initial !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(161, 27, 27, 1) !important;
        color: #fff !important;
    }

    .gradient-button.nav:hover {
        background-color: var(--default-color);
        background-image: linear-gradient(to right, var(--default-color) 0%,var(--secondary-color) 100%);
        color: #fff !important;
    }

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

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

.dark-background .slick-dots li button:before {
    color: white;
}

.mode-toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .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(--nav-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(--nav-icon-color);
    }

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

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

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

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

.page-width-content {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.page-width-full {
    width: 100%;
    max-width: 100%;
}

/*WELCOME MESSAGE*/
.welcome-message {
    color: #b3b3b3;
}

    .welcome-message .upper {
        font-size: 28px;
    }

    .welcome-message .lower {
        font-size: 48px;
        text-transform: uppercase;
        padding-left: 48px;
        font-family: 'Julius Sans One', sans-serif;
        font-weight: 200;
    }
/*WELCOME MESSAGE*/

.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;
}

/*NAVIGATION*/
.nav-menu {
    background-color: var(--nav-background-color);
}

    .nav-menu.blackout {
        background-color: #1a1a1a;
        color: white;
        border-bottom: none;
        box-shadow: none;
    }

    .nav-menu .nav-bar.top-bar {
        height: 120px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .nav-menu .nav-bar.top-bar .top-bar-items {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .nav-menu .nav-bar.top-bar .command-compass img {
            width: 90px;
        }

        .nav-menu .nav-bar.top-bar .right-side-links {
            margin-left: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .nav-menu .nav-bar.top-bar .right-side-links .menu-icons a:hover {
                color: var(--nav-icon-color);
            }

    .nav-menu.blackout .nav-bar.top-bar .right-side-links .menu-icons a:hover {
        color: white;
    }

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

    .nav-menu .nav-bar.top-bar .right-side-links .right-side-link {
        margin-left: 36px;
    }

        .nav-menu .nav-bar.top-bar .right-side-links .right-side-link.social-icons {
            height: 30px;
            padding-top: 5px;
        }

        .nav-menu .nav-bar.top-bar .right-side-links .right-side-link a:hover {
            color: var(--text-color);
        }

    .nav-menu.blackout .nav-bar.top-bar .right-side-links .right-side-link a:hover {
        color: white;
    }

    .nav-menu .nav-bar.top-bar .right-side-links .right-side-link .social-icon, .menu-icon {
        color: #999;
        font-size: 20px;
        margin-right: 3px;
    }

    .nav-menu.blackout .nav-bar.top-bar .right-side-links .right-side-link .social-icon, .nav-menu.blackout .nav-bar .right-side-links .right-side-link .social-icon .menu-icon {
        color: #999;
    }

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

        .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);
    }

    .nav-menu .command-name {
        font-family: 'Cinzel', serif;
        font-size: 20px;
        color: var(--text-color);
        padding: 0;
    }

    .nav-menu.blackout .command-name {
        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 {
        background-color: #141414;
        font-size: 14px;
    }

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

        .nav-menu .nav-bar.bottom-bar .desktop-menu .media-room {
            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 .description {
                height: 36px;
            }

        .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: 1000 !important;
            left: 0;
            right: 0;
            background-color: white;
        }

            .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 .menu-item {
            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: 80px;
            display: none;
            border-bottom: 3px solid var(--secondary-color);
            background-color: var(--background-color);
            opacity: 1;
        }

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

            .nav-menu .nav-bar.bottom-bar .mobile-menu .first-level-item {
                border-top: 1px solid var(--separator-color) !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;
                color: var(--text-color);
            }

            .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 {
            height: 80px;
            z-index: 1;
            position: absolute;
        }

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

.photo {
    position: relative;
    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, var(--default-color) 0%, var(--secondary-color) 100%);
}

.home-container {
    padding-bottom: 80px;
}

    .home-container .home-panel {
        padding: 35px 0;
    }

        .home-container .home-panel.dark-background {
            background: linear-gradient(90deg, rgba(11,11,11,1) 0%, rgba(37,37,37,1) 33%, rgba(37,37,37,1) 66%, rgba(11,11,11,1) 100%);
        }

        .home-container .home-panel.diminished {
            background: #151515;
        }

    .home-container .home-content {
        margin-top: 24px;
    }

        .home-container .home-content header {
            border-bottom: 1px solid var(--separator-color-distinct);
            margin: 80px 0 40px 0;
        }

            .home-container .home-content header h1 {
                margin: 0;
                position: relative;
                display: inline-block;
                font-family: 'Julius Sans One', sans-serif !important;
                font-size: 36px;
            }

                .home-container .home-content header h1:after {
                    background-color: var(--secondary-color);
                    bottom: -1px;
                    content: '';
                    display: inline-block;
                    height: 1px;
                    left: 0;
                    position: absolute;
                    width: 101%;
                }

        .home-container .home-content .home-content-block {
            border-top: 1px solid var(--separator-color);
            padding-top: 20px;
        }

/*HOME ROTATOR*/
.home-rotator {
    width: 1600px;
}

    .home-rotator .swiper-slide {
        width: 1200px;
        height: 720px;
    }


    .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(--background-color);
    border-bottom: 1px solid var(--background-color);
}

    .feature-modules .feature .photo:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
    }

    .feature-modules .feature .photo:hover:before {
        background: linear-gradient(to right, rgba(161, 27, 27, .6) 0%,rgba(209, 35, 35, .6) 100%);
    }

.feature-modules .feature .photo-text {
    color: white;
    font-weight: 400;
}
/*FEATURE MODULES*/

/*LATEST NEWS*/
.latest-news > div {
    padding: 0;
}

.latest-news .photo {
    height: 287.44px;
    background-color: var(--panel-color);
}

.latest-news .more-in-headlines-links .more-in-latest-news {
    text-transform: uppercase;
    padding: 10px 5px;
    background-color: var(--panel-color);
    letter-spacing: 3px;
    color: var(--text-color);
}

.latest-news .more-in-headlines-links .more-in-headlines-link {
    border-bottom: 1px solid var(--separator-color);
    padding: 6px 0;
    line-height: normal;
}
/*LATEST NEWS*/


/*LATEST PRESS RELEASES*/
.latest-press-releases {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
}

    .latest-press-releases .container {
        display: flex;
    }

        .latest-press-releases .container .press-release {
            width: 100%;
            background-color: var(--panel-color);
            position: relative;
            /*            border-top: 5px solid;
            border-image-source: linear-gradient(to right, var(--default-color), var(--secondary-color));
            border-image-slice: 1;*/
            box-sizing: border-box
        }

        .latest-press-releases .container:last-of-type .press-release {
            border: none;
        }

        .latest-press-releases .container .photo {
            height: 240px;
        }

        .latest-press-releases .container .press-release .description {
            padding-bottom: 32px;
        }

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

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

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

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

            .latest-press-releases .container .view-more i {
                font-size: 64px
            }
/*LATEST PRESS RELEASES
            
                
/*BIOGRAPHIES*/
.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: 80px;
            border-image: linear-gradient(to right, var(--default-color) 0%,var(--secondary-color) 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: 400;
        }
/*BIOGRAPHIES*/

/*JUICER*/
.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, .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;
        text-transform: uppercase;
        background: var(--gradient-button-background-color) !important;
        color: var(--gradient-button-color) !important;
        transition: none !important;
    }

        .juicer-feed .j-paginate:hover, .juicer-button:hover {
            background: 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-meta a:hover {
        color: var(--secondary-color) !important;
    }
/*JUICER*/

/*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 .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;
    }

.see-more a {
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px !important;
    cursor: pointer;
    background-color: transparent;
    width: 150px;
    display: block;
    text-transform: uppercase;
    margin: 50px auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*LATEST VIDEOS*/

/*MODAL*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    right: 0;
    bottom: 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) */
.map-modal {
    padding-top: 0;
}

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

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

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

            .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;
            }

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

                .map-modal .map-control.country-panels .country-group .show-countries.central-europe {
                    background-color: rgba(181, 28, 28, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.eastern-europe {
                    background-color: rgba(13, 71, 161, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.levant {
                    background-color: rgba(255, 236, 61, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.northern-europe {
                    background-color: rgba(0, 99, 102, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southeastern-europe {
                    background-color: rgba(73, 20, 138, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southern-europe {
                    background-color: rgba(28, 95, 32, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southwestern-asia {
                    background-color: rgba(230, 80, 0, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southwestern-europe {
                    background-color: rgba(136, 14, 79, 0.75);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.western-europe {
                    background-color: rgba(26, 34, 127, 0.75);
                }

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

                .map-modal .map-control.country-panels .country-group .show-countries.central-europe:hover {
                    background-color: rgba(181, 28, 28, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.eastern-europe:hover {
                    background-color: rgba(13, 71, 161, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.levant:hover {
                    background-color: rgba(255, 236, 61, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.northern-europe:hover {
                    background-color: rgba(0, 99, 102, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southeastern-europe:hover {
                    background-color: rgba(73, 20, 138, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southern-europe:hover {
                    background-color: rgba(28, 95, 32, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southwestern-asia:hover {
                    background-color: rgba(230, 80, 0, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.southwestern-europe:hover {
                    background-color: rgba(136, 14, 79, 0.95);
                }

                .map-modal .map-control.country-panels .country-group .show-countries.western-europe:hover {
                    background-color: rgba(26, 34, 127, 0.95);
                }

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

    .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);
    }

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

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

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

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

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

    .map-modal .modal-content .legend {
        line-height: 18px;
        color: #555;
    }

        .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;
    }

        .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;
                }

            .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;
            }

                .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 {
                        font-weight: 400;
                        font-size: 1.1rem;
                        padding: 6px 0;
                    }

                    .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.eucom.mil/Img/40500/Cover/d-day-76th-anniversary-flypast);
    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.65);
            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*/


/*COMPONENTS*/
.components {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

    .components .component-panel {
        display: flex;
        width: 33.33333333%;
        justify-content: center;
        margin-bottom: 48px;
    }

    .components .component {
        display: flex;
    }

        .components .component:hover {
            background-color: var(--panel-color);
        }

    .components a:hover {
        color: unset;
    }

    .components .component .photo {
        height: 150px;
        min-width: 150px;
        text-align: center;
    }

        .components .component .photo img {
            width: unset;
        }

    .components .component .text {
        margin-left: 16px;
        width: 333.33px;
    }

        .components .component .text hr {
            width: 80px;
            border-image: linear-gradient(to right, var(--default-color) 0%,var(--secondary-color) 100%) !important;
            border-image-slice: 1 !important;
            border-width: 3px !important;
        }

        .components .component .text .full-name {
            letter-spacing: 1.5px;
        }
/*COMPONENTS*/

/*SPOTLIGHTS*/
.spotlights .spotlight {
    display: flex;
    flex-direction: row;
}

    .spotlights .spotlight .text {
        margin-left: 12px;
        width: 100%;
        margin-right: 24px;
    }

    .spotlights .spotlight .photo {
        width: 192px;
        min-width: 192px;
        height: 120px;
    }

    .spotlights .spotlight .text .label {
        font-size: 14px;
        letter-spacing: 3px;
        font-family: 'Josefin Sans', sans-serif;
        color: var(--muted-text-color);
        border-bottom: 1px solid;
        margin-bottom: 12px;
        border-image: linear-gradient(to bottom, var(--default-color) 0%,var(--secondary-color) 100%) !important;
        border-image-slice: 1 !important;
        border-width: 3px !important;
        width: 48px;
        padding-bottom: 6px;
    }

    .spotlights .spotlight .title {
        color: white;
        font-size: 20px;
    }
/*SPOTLIGHTS*/

/*FOOTER*/
footer {
    background-color: rgba(33, 33, 33, 0.9);
    padding: 40px 0;
    position: relative;
    border-top: 10px solid var(--separator-color-distinct);
    min-height: 385px;
    font-size: 18px;
}

    footer .footer-content {
        display: flex;
        flex-direction: row;
    }

        footer .footer-content .footer-col {
            border-right: 1px solid #B6B6B6;
            padding: 0 40px;
            min-height: 305px;
        }

            footer .footer-content .footer-col:first-of-type {
                border-left: 1px solid #B6B6B6;
            }

    footer .compass-tilt {
        position: absolute;
        left: 40px;
        bottom: 0;
        z-index: -1;
    }

    footer .contact-us {
        color: white;
    }

        footer .contact-us a {
            margin-top: 20px;
            border: 2px solid white;
            cursor: pointer;
            outline: none;
            background-color: rgba(33,33,33,.66);
            color: #fff;
        }

            footer .contact-us a:hover {
                background-color: rgba(255, 255, 255, 0.05) !important;
                color: white !important;
            }

    footer .header {
        text-transform: uppercase;
        color: white;
        font-size: 20px;
        padding-bottom: 20px;
    }

    footer .links ul {
        padding-left: 0;
        margin-top: -10px;
    }

    footer .links li {
        list-style-type: none;
        padding-top: 10px;
    }

        footer .links li a {
            color: #B6B6B6;
        }

    footer .follow-us {
    }

        footer .follow-us .block {
        }

            footer .follow-us .block span {
                background-color: #222;
                width: 68px;
                height: 68px;
                text-align: center;
                font-size: 40px;
                border-radius: 34px;
                padding-top: 14px;
                color: #fff;
                margin-bottom: 20px;
                margin-right: 20px;
            }
/*FOOTER*/

/*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*/

/*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);
}
/*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);
        font-size: 12px;
    }
/*RELATED*/

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

    .page-content .main {
        margin-top: 48px;
        border-top: 1px solid var(--separator-color-distinct);
        padding-top: 24px;
    }

    .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;
    }

    .page-content .main {
        margin-top: 48px;
        border-top: 1px solid var(--separator-color-distinct);
        padding-top: 24px;
    }

    .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;
    }

.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: 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: -80px;
    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;
        }

.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: 12px;
        font-family: 'Playfair Display', serif;
    }

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

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

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

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

/*Bright red: var(--secondary-color), Default red: var(--default-color)*/
/*TAGS*/
.tags {
    margin: 16px 0;
}

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

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

/*FORMS*/
.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);
    margin-bottom: 24px;
}

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

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

.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 fieldset legend {
    border-bottom: 1px solid var(--separator-color);
    color: var(--muted-text-color);
}

.contact.form-content .triple-card {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.contact.form-content .single-card-col {
    padding: 24px;
}

.contact.form-content .triple-card-col {
    flex: 1;
    text-align: center;
    padding: 24px 12px;
}

.contact.form-content .triple-card-col:first-child {
    padding-left: 24px;
}

.contact.form-content .triple-card-col:last-child {
    padding-right: 24px;
}

    .contact.form-content .triple-card-col .border-inset {
        border-right: 1px solid var(--form-header-color);
        padding-right: 24px;
    }

    .contact.form-content .triple-card-col:last-child .border-inset {
        border-right: none;
        padding-right: 0;
    }

.contact.form-content .margin-bottom {
    margin-bottom: 36px;
}

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

.contact.form-content .form-card header {
    background-color: var(--form-header-color);
    padding: 6px 0;
}

    .contact.form-content .form-card p {
        font-size: 14px;
        height: 64px;
    }

.form-page {
    position: relative;
    margin-bottom: 64px;
}

    .form-page .banner {
        background-position: center;
        background-size: cover;
    }

        .form-page .banner .details {
            color: white;
            padding: 160px 0;
            text-align: center;
        }

        .form-page .banner .title {
            font-size: 80px;
        }
/*FORMS*/

/*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-color: #222;
            background-image: linear-gradient(to right, #222 0%, #808080 100%);
            border: none;
            color: white;
            font-size: 24px;
            line-height: 24px;
            border-radius: 3px;
            cursor: pointer;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            padding: 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 {
        padding: 8px 16px;
    }

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

        .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: 0 4px 20px;
}

.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*/
/*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 {
        background-color: #1a1a1a;
        height: 400px;
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 80%);
        position: relative;
    }

        .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: 4rem;
                font-weight: 500;
                line-height: 1.2em;
                text-shadow: 0 0 10px rgba(0,0,0,0.3);
                font-family: 'Julius Sans One', sans-serif;
                margin: 0;
            }

.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(--link-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 .news-items .content-link .created-on {
            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: 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: -14px;
                    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;
            font-weight: bold;
            padding: 1em 2.2em;
        }
/*NEWS*/

/*SPOTLIGHT*/
.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.1rem;
            letter-spacing: 6px;
            text-transform: uppercase;
            font-family: 'Julius Sans One', 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: 0;
        }

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

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

        .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 {
        padding: 6px 24px;
        display: inline-block;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: 3px;
        font-size: 20px;
        color: var(--text-color) !important;
    }

        .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: 1.5px;
            z-index: 1;
            background-color: var(--separator-color-distinct);
        }

    .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: linear-gradient(90deg, rgba(11,11,11,1) 0%, rgba(37,37,37,1) 33%, rgba(37,37,37,1) 66%, rgba(11,11,11,1) 100%);
        padding: 80px 0 120px;
        margin-bottom: -80px;
    }

        .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*/

/*TICKER*/
.ticker {
    display: flex;
    width: 200%;
    overflow: hidden;
}

    .ticker:hover {
        animation-play-state: paused;
    }

    .ticker .ticker-content {
        display: flex;
        margin: 5px 0;
        transform: translateX(0%);
        animation: ticker 30s linear infinite;
        align-items: center;
        flex: 1;
    }

    .ticker .ticker-item {
        margin-right: 5px;
        font-size: large;
    }

@keyframes ticker {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
