﻿/* Small devices */
@media only screen and (max-width: 600px) {
    .rendered-body {
        padding: 0 8px;
        margin-top: 79px;
    }

    .dark-background.home-panel {
        padding: 10px;
        margin: 0 -8px;
    }

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

    .nav-menu .command-name {
        line-height: 62px;
        font-size: 14px;
        position: absolute;
        width: 100%;
        text-align: center;
        color: white;
    }

    .page-width-content {
        max-width: 100%;
        width: 100%;
        padding: 12px;
    }

    .page-width-home {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

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

    .welcome-message .lower {
        font-size: 24px;
    }

    .home-rotator {
        width: 100%;
        margin-bottom: 48px !important;
        margin-top: 24px;
        padding-bottom: 40px;
    }

        .home-rotator .photo {
            height: 226px;
        }

        .home-rotator .photo-text {
            width: 100%;
        }

    .home-container .home-content header {
        padding: 0 !important;
        margin: 40px 0 20px;
    }

        .home-container .home-content header h1 {
            padding-left: 12px;
            font-size: 24px;
        }

    .feature-modules .feature {
        margin-bottom: 12px;
        border-bottom: 1px solid var(--separator-color);
        padding-bottom: 12px;
    }

        .feature-modules .feature .photo {
            width: 120px;
            height: 80px;
            border: none;
            float: left;
            margin-right: 6px
        }

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

    .spotlights .spotlight {
        margin-bottom: 8px;
        border-bottom: 1px solid var(--separator-color);
        padding-bottom: 24px;
    }

    .spotlights a:last-child .spotlight {
        margin-bottom: 0;
    }

    .spotlights .spotlight .text {
        margin: 0;
    }

    .spotlights .spotlight .photo {
        display: none;
    }

    .spotlights .spotlight .title {
        font-size: 18px;
    }

    .latest-news .photo {
        height: 240px;
    }

    .latest-news .more-in-headlines-links .more-in-latest-news {
        display: none;
    }

    .latest-news .more-in-headlines-links .more-in-headlines-link {
        border-top: 1px solid var(--separator-color);
        border-bottom: none;
    }

    .latest-news .more-in-headlines-links .more-in-headlines-link:last-child {
        border-bottom: 1px solid var(--separator-color);
    }

    .latest-press-releases {
        display: block;
    }

        .latest-press-releases .container {
            margin-bottom: 16px;
        }

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

    .juicer-feed .j-loading-wrapper, .juicer-feed .j-paginate {
        margin: 0 auto !important;
    }

    .media-release-content .video-thumbnails .photo {
        height: 220px !important;
        width: 100% !important;
    }

    .video-thumbnails .photo.primary {
        height: 40vh;
    }

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

    .video-modal .modal-content {
        max-width: 100%;
        padding: 0 20px;
        margin: 100px 0;
    }

    .bios {
        display: block;
    }

        .bios .photo.primary {
            height: 40vh;
            background-position: top center !important;
        }

        .bios .photo-text {
            border-bottom: 1px solid var(--separator-color);
        }

        .bios .name-rank {
            color: var(--muted-text-color);
        }

        .bios .name {
            padding: 6px 0;
            border-bottom: 1px solid var(--separator-color);
        }

    .components {
        display: block;
    }

        .components .photo.primary {
            height: 40vh;
            background-position: top center !important;
        }

        .components .name {
            padding: 6px 0;
            border-bottom: 1px solid var(--separator-color);
        }

        .components .name:first-child {
            border-top: 1px solid var(--separator-color);
        }

    footer {
        font-size: 16px;
        padding: 0 8px;
        margin: 0;
    }

        footer .footer-content {
            flex-direction: column;
        }

            footer .footer-content .footer-col {
                border: none;
                padding: 12px 6px;
                min-height: unset;
                border-bottom: 1px solid #B6B6B6;
                border-left: 0 !important;
            }

        footer .contact-us a {
            margin: 16px 0;
        }

        footer .follow-us .block span {
            width: 48px;
            height: 48px;
            font-size: 24px;
            margin-bottom: 10px;
            margin-right: 10px;
        }

    .page-content {
        margin-bottom: 12px;
    }

        .media-release-content .title-desc .title, .page-content .title-desc .title {
            font-size: 28px;
        }

        .media-release-content .title-desc .description, .page-content .title-desc .description {
            font-size: 14px;
        }

    .media-release-content .attribution {
        margin: 12px 0;
        padding: 12px 0;
    }

        .media-release-content .attribution span:not(:first-child) {
            display: none;
        }

        .media-release-content .attribution .social, .page-content .breadcrumbs .social {
            display: none;
        }

    .media-release-content .quote-box {
        width: 60%;
        padding: 18px;
        margin-top: 8px;
        margin-left: 8px;
        margin-bottom: -4px;
        position: relative;
    }

        .media-release-content .quote-box::before {
            font-size: 18px;
        }

        .media-release-content .quote-box::after {
            font-size: 18px;
        }

        .media-release-content .quote-box .quote {
            font-size: 22px;
        }

            .media-release-content .quote-box .quote hr {
                width: 80px;
            }

    .related {
        margin: 0;
    }

    .attached-images .slide .background .photo {
        height: 100%;
    }

        .attached-images .slide .background .photo.portrait {
            width: 100%;
        }

    .attached-images .slider-nav {
        display: none;
    }

    .attached-images .slide .photos-count {
        font-size: 16px;
        padding: 5px 0;
    }

    .attached-images .slide .caption .description {
        font-size: 11px;
    }

    .attached-images .slide .caption .download-image {
        margin-top: 12px;
    }

    .tags {
        margin: 0;
        margin-top: 20px;
    }

        .tags .tag {
            margin: 0 3px 6px 0;
        }

    .search-results {
        padding: 12px;
    }

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

        .search-results .title {
            font-size: 32px;
        }

        .search-results .content-type {
            font-size: 13px;
        }

        .search-results .search-result .title {
            font-size: 18px;
            margin-top: 0;
            font-weight: 500;
        }

        .search-results .search-result .photo {
            height: 16vh;
        }

        .search-results .image-column .photo .title {
            font-size: 14px;
        }

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

            .search-results .search-result .text .created-on {
                font-size: 12px;
                margin-top: 0;
                margin-bottom: 6px;
            }

            .search-results .search-result .text.no-padding h5 {
                height: unset;
            }

            .search-results .search-result .text h5 {
                font-size: 14px;
            }

        .search-results .info {
            flex-direction: column;
        }

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

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

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

        .search-results .image-grid {
            flex: 100%;
            max-width: 100%;
            flex-direction: column;
            flex-wrap: unset;
            justify-content: unset;
        }

            .search-results .image-grid .card {
                width: 100%;
                height: unset;
            }

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

    .banner-wrap .banner h1 {
        font-size: 3.5rem;
    }

    .gallery-modal {
        overflow: scroll;
    }

        .gallery-modal .display-flex {
            align-items: flex-start;
            margin-top: 80px;
        }

        .gallery-modal .modal-content {
            width: 100%;
            max-width: 100%;
            height: 50vh;
        }

            .gallery-modal .modal-content .image-feature {
                border: none;
            }

                .gallery-modal .modal-content .image-feature .image-frame {
                    flex-direction: column;
                }

                .gallery-modal .modal-content .image-feature .image-pane .photo img {
                    height: 50vh;
                }

                .gallery-modal .modal-content .image-feature .caption-pane {
                    height: unset;
                    border-left: none;
                }

                .gallery-modal .modal-content .image-feature .image-pane {
                    width: 100%;
                    min-width: 100%;
                }

                .gallery-modal .modal-content .image-feature .caption-pane {
                    width: 100%;
                    min-width: 100%;
                    justify-content: flex-start;
                    border: none;
                }

                    .gallery-modal .modal-content .image-feature .caption-pane .top {
                    }

    .section-content {
        padding: 12px;
    }

        .section-content header {
            padding: 0 !important;
        }

            .section-content header h1 {
                font-size: 28px;
            }

            .section-content header h4 {
                font-size: 16px;
            }

    .page-wrap {
        padding: 16px;
        top: unset;
    }

        .page-wrap .menu-bar {
            flex-direction: column;
            border-radius: 0;
            margin-bottom: 0;
        }

            .page-wrap .menu-bar .menu-item.active:after {
                display: none;
            }

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

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

    .news-page {
        background: white;
        margin-bottom: 0;
    }

        .news-page .header-background {
            height: 120px;
            clip-path: unset;
            margin-top: 80px;
        }

            .news-page .header-background header {
                top: 50%;
            }

                .news-page .header-background header h1 {
                    font-size: 2.5rem;
                }

    .page-wrap .news-items {
        padding: 0;
        margin: 0;
    }

    .page-wrap .action-bar {
        margin-top: 32px;
    }

    .page-wrap .news-items .content-link {
        padding: 0 16px;
    }

        .page-wrap .news-items .content-link .title {
            font-size: 1.2rem;
        }

        .page-wrap .news-items .content-link .content-type {
            font-size: 16px;
        }

    .grid-wrap .photo-grid .photo {
        width: 100%;
        height: 240px;
    }

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

    .siblings {
        margin-top: 40px;
        margin-bottom: -40px;
    }

        .siblings .sibling {
            margin: 0 0 40px;
        }

        .siblings .header {
            top: -100px;
        }

    .video-content .photo {
        width: 100%;
    }

    .spotlight-page .spotlight-feature .page-width-full .label {
        margin-left: 0;
        margin-right: 0;
    }

    .spotlight-page .banner {
        margin: -4px -8px;
    }

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

            .spotlight-page .banner .details .label {
                font-size: 1.1rem;
            }

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

        .spotlight-page .banner .description {
            max-width: 100%;
            font-size: 1.2rem;
        }

    .page-width-spotlight {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .spotlight-page .spotlight-feature .articles .article .text {
        padding-top: 12px;
        padding-left: 0;
    }

    .spotlight-page .spotlight-feature .articles .article {
        padding-bottom: 0;
    }

    .spotlight-page .section .w3-col.l4 {
        padding-left: 8px;
        margin-bottom: 24px;
    }

    .spotlight-page .grid-wrap .photo-grid .photo {
        height: 250px;
        max-height: 250px;
        width: 100%;
    }

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

    .spotlight-page .videos .video-rotator-container {
        margin: 0 20px 20px;
    }

    .spotlight-page .videos {
        margin: 0 -8px;
        margin-bottom: -40px;
    }

        .spotlight-page .videos .video {
            padding: 0;
        }

        .spotlight-page .videos .photo {
            width: 100%;
            height: 270px;
        }

        .spotlight-page .videos .title {
            font-size: 18px !important;
        }

    .spotlight-page .label-arrows .arrows .slick-next:before {
        margin-left: 0;
    }

    .spotlight-page .label-arrows .arrows .slick-arrow.slick-next {
        right: 0;
        left: 30px;
    }

    .spotlight-page .label-arrows .arrows {
        margin: 0 16px;
    }

    .contact.form-content .triple-card {
        flex-direction: column;
        border: none;
    }

    .contact.form-content .single-card-col,
    .contact.form-content .triple-card-col {
        padding: 16px; /* Adjust padding for mobile */
        text-align: center; /* Ensure text is centered */
        width: 100%; /* Full width for each card */
    }

    .contact.form-content .triple-card-col {
        border: 1px solid var(--header-color);
        margin-bottom: 18px;
    }

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

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

        .contact.form-content .triple-card-col .border-inset {
            border-right: none; /* Remove right borders in vertical layout */
            padding-bottom: 16px; /* Bottom padding for separation */

        }

        .contact.form-content .triple-card-col:last-child .border-inset {
            border-bottom: none; /* No bottom border for the last card */
        }


    .contact.form-content .form-card:first-child {
        margin-bottom: 18px;
    }

    .contact.form-content .form-card h3 {
        font-size: 20px;
    }

    .form-page .banner .details {
        padding: 60px 10px; /* Adjust padding for mobile */
        font-size: 24px; /* Smaller font size for the title */
    }

    .contact.form-content .margin-bottom {
        margin-bottom: 0;
    }

    .form-page {
        margin-bottom: 0px;
    }

    .form-page .banner .title {
        font-size: 48px;
    }

    .form-page .banner {
        margin: 0 -8px;
        margin-bottom: 18px;
    }
}

/* Medium devices (tablets) */
@media only screen and (min-width: 601px) and (max-width: 992px) {
    .rendered-body {
        margin-top: 80px;
    }

    .dark-background.home-panel {
        padding: 10px;
    }

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

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

    .nav-menu .command-name {
        line-height: 62px;
        font-size: 24px;
        color: white;
        text-align: center;
    }

    .page-width-content {
        max-width: 100%;
        width: 100%;
        padding: 24px;
    }

    .page-width-home {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

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

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

    .welcome-message .lower {
        font-size: 36px;
    }

    .home-rotator {
        width: 100%;
        margin-bottom: 24px !important;
        margin-top: 24px;
    }

        .home-rotator .photo {
            width: 100%;
            height: 500px;
        }

        .home-rotator .photo-text {
            width: 60%;
        }

    .home-container .home-content header {
        padding: 0 !important;
        margin: 40px 0 20px;
    }

        .home-container .home-content header h1 {
            font-size: 28px;
            padding-left: 12px;
        }

    .spotlights .spotlight {
        margin-bottom: 12px;
    }

    .spotlights a:last-child .spotlight {
        margin-bottom: 0;
    }

    .spotlights .spotlight .title {
        font-size: 18px;
    }

    .feature-modules .feature .photo {
        height: 160px;
    }

    .feature-modules .feature .photo-text {
        font-size: 18px !important;
        text-align: left;
        font-weight: 300;
    }

    .latest-news .news-feature {
        padding-right: 12px;
    }

    .latest-press-releases .container .view-more .text {
        font-size: 24px
    }

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

    .latest-press-releases .container .view-more i {
        font-size: 48px
    }

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

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

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

    .video-modal .modal-content {
        max-width: 80%;
    }

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

    .bios .bio {
        margin: 0;
        width: unset;
    }

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

    .bios .bio-panel {
        margin-bottom: 24px;
    }

        .bios .bio-panel.commander {
            justify-content: center;
            width: 100%;
        }

    .bios .bio .text {
        font-size: 14px;
        margin-left: 12px;
        width: unset;
    }

    .components .component {
        margin: 0;
        width: unset;
        display: flex;
        flex-direction: row;
    }

    .components .component-panel .component .photo {
        width: 160px;
        height: 160px;
        min-width: 160px;
        min-height: 160px;
        border-radius: 80px;
        background-size: 160px !important;
        background-position: top !important;
        flex-basis: auto;
    }

    .components .component-panel {
        margin-bottom: 24px;
        width: 50%;
        justify-content: left;
    }

    .components .component .text {
        font-size: 14px;
        margin-left: 12px;
        width: unset;
    }

    .footer {
        padding: 0 60px;
    }

        .footer .social-media-block {
            padding: 24px 0;
        }

            .footer .social-media-block .tile {
                width: 60px;
                height: 60px;
                margin-right: 15px;
                font-size: 30px;
                line-height: 60px;
            }

    .page-content .title-desc {
        margin-bottom: 24px;
    }

        .media-release-content .title-desc .title, .page-content .title-desc .title {
            font-size: 36px;
        }

        .media-release-content .title-desc .description, .page-content .title-desc .description {
            font-size: 16px;
        }

    .media-release-content .attribution {
        margin: 16px 0;
        padding: 16px 0;
    }

        .media-release-content .attribution span.comma {
            display: none;
        }

        .media-release-content .attribution span.affiliation {
            display: none;
        }

        .media-release-content .attribution span.location {
            display: none;
        }

    .page-content .body, .media-release-content .body {
        margin-top: 0 !important;
    }

    .page-content .related {
        margin-left: 0;
    }

    .siblings {
        margin-bottom: -38px;
    }

    .search-results .feed-panels {
        margin: 0 0 20px;
    }

    .search-results .created-on {
        margin: 0;
    }

    .search-results .content-type {
        font-size: 16px;
    }

    .search-results .search-result .title {
        font-size: 24px;
        font-weight: 500;
    }

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

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

        .search-results .search-result .text h5 {
            margin-top: 0;
            font-size: 16px;
        }

    .search-results .image-grid .card {
        width: 218px;
        height: 276px;
    }

        .search-results .image-grid .card .title {
            max-height: 66px;
        }

    .section-content {
        padding: 12px;
    }

    footer {
        padding: 9px;
        font-size: 14px;
        min-height: unset;
        margin: 0px -10px;
    }

        footer .follow-us .block span {
            background-color: #333;
            width: 34px;
            height: 34px;
            text-align: center;
            font-size: 20px;
            border-radius: 17px;
            padding-top: 7px;
            color: #fff;
            margin-bottom: 10px;
            margin-right: 10px;
        }

        footer .compass-tilt {
            height: 280px;
            top: -6px;
            bottom: unset;
        }

        footer .footer-content .footer-col {
            padding: 12px 8px;
            min-height: unset;
        }

    .page-wrap {
        padding: 0;
        top: 0;
    }

        .page-wrap .menu-bar {
            margin-bottom: 24px;
        }

            .page-wrap .menu-bar .menu-item.active:after {
                bottom: -14px;
            }

            .page-wrap .menu-bar .menu-item.active:after {
                display: none;
            }

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

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

    .news-page {
        background: white;
        margin-bottom: 0;
    }

        .news-page .header-background {
            height: 200px;
            clip-path: unset;
        }

            .news-page .header-background header {
                top: 50%;
            }

    .page-wrap .news-items .content-link {
        padding: 0;
    }

    .page-wrap .news-items {
        padding: 24px;
        margin: 0;
    }

    .close {
        top: 8px;
        right: 32px;
    }

    .grid-wrap .photo-grid .photo {
        width: 50%;
        height: 260px;
    }

    .grid-wrap .photo-grid .photo.portrait img {
        height: 260px;
        width: auto;
    }

    .gallery-modal {
        overflow: scroll;
    }

        .gallery-modal .display-flex {
            align-items: flex-start;
            margin-top: 80px;
        }

        .gallery-modal .modal-content {
            width: 100%;
            max-width: 100%;
            height: 50vh;
        }

            .gallery-modal .modal-content .image-feature {
                border: none;
            }

                .gallery-modal .modal-content .image-feature .image-frame {
                    flex-direction: column;
                }

                .gallery-modal .modal-content .image-feature .image-pane .photo img {
                    height: 50vh;
                }

                .gallery-modal .modal-content .image-feature .caption-pane {
                    height: unset;
                    border-left: none;
                }

                .gallery-modal .modal-content .image-feature .image-pane {
                    width: 100%;
                    min-width: 100%;
                }

                .gallery-modal .modal-content .image-feature .caption-pane {
                    width: 100%;
                    min-width: 100%;
                    justify-content: flex-start;
                    border: none;
                }

    .spotlight-page .banner {
        margin: 0 -20px;
    }

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

            .spotlight-page .banner .details .label {
                font-size: 1.1rem;
            }

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

        .spotlight-page .banner .description {
            max-width: 80%;
            font-size: 1.2rem;
        }

    .spotlight-page .section .w3-col.l4 {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .page-width-spotlight {
        width: unset;
        max-width: unset;
        margin: unset;
    }

    .spotlight-page .spotlight-feature {
        padding-left: 20px;
        padding-right: 20px;
    }

    .spotlight-page .spotlight-feature .label span {
        font-size: 20px;
    }

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

    .spotlight-page .spotlight-feature .articles .article .text .title {
        font-size: 18px;
    }

    .spotlight-page .spotlight-feature .articles .article .text .description {
        -webkit-line-clamp: 3;
        font-size: 14px;
    }

    .spotlight-page .spotlight-feature .press-products .press-product .title {
        font-size: 14px;
    }

    .spotlight-page .grid-wrap .photo-grid .photo {
        height: 154px;
        max-height: 154px;
        width: 32.6%;
    }

    .spotlight-page .spotlight-feature .page-width-full .label {
        margin-left: 0;
        margin-right: 0;
    }

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

    .spotlight-page .videos .video-rotator-container {
        margin: 0 20px 20px;
    }

    .spotlight-page .videos {
        margin: 0 -20px;
        margin-bottom: -40px;
    }

        .spotlight-page .videos .video {
            padding: 0 20px;
        }

        .spotlight-page .videos .photo {
            width: 480px;
            height: 270px;
        }

        .spotlight-page .videos .title {
            font-size: 24px !important;
        }

    .spotlight-page .label-arrows .arrows {
        margin: 0 16px;
    }

        .spotlight-page .label-arrows .arrows .slick-arrow.slick-next {
            right: 0;
            left: -15px;
        }


    .contact.form-content .triple-card {
        flex-direction: column;
        border: none;
    }

    .contact.form-content .single-card-col,
    .contact.form-content .triple-card-col {
        padding: 16px; /* Adjust padding for mobile */
        text-align: center; /* Ensure text is centered */
        width: 100%; /* Full width for each card */
    }

    .contact.form-content .triple-card-col {
        border: 1px solid var(--header-color);
        margin-bottom: 18px;
    }

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

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

        .contact.form-content .triple-card-col .border-inset {
            border-right: none; /* Remove right borders in vertical layout */
            padding-bottom: 16px; /* Bottom padding for separation */
        }

        .contact.form-content .triple-card-col:last-child .border-inset {
            border-bottom: none; /* No bottom border for the last card */
        }


    .contact.form-content .form-card:first-child {
        margin-bottom: 18px;
    }

    .contact.form-content .form-card h3 {
        font-size: 20px;
    }

    .form-page .banner .details {
        padding: 60px 10px; /* Adjust padding for mobile */
        font-size: 24px; /* Smaller font size for the title */
    }

    .contact.form-content .margin-bottom {
        margin-bottom: 0;
    }

    .form-page {
        margin-bottom: 0px;
    }

        .form-page .banner .title {
            font-size: 48px;
        }

        .form-page .banner {
            margin: 0 -8px;
            margin-bottom: 18px;
        }
}

/* Extra large mobile devices (laptops and large tablets) / Different range */
@media only screen and (min-width: 993px) and (max-width: 1400px) {
    .rendered-body {
        margin-top: 0;
    }

    .transition-block {
        margin: 0 -8px;
    }

    .w3-top {
        position: static;
        z-index: 0;
    }
    
    .nav-menu .nav-bar.top-bar {
        padding: 0 12px;
        height: 90px;
    }

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

    .nav-menu .command-name {
        font-size: 16px;
    }

    .nav-menu .nav-bar.top-bar .right-side-links .right-side-link {
        margin-left: 28px;
        font-size: 14px;
    }

    .nav-menu .nav-bar.bottom-bar {
        font-size: 12px;
    }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .first-level-item {
            height: 48px;
        }

        .nav-menu .nav-bar.bottom-bar .desktop-menu .dropdown-content {
            margin-top: 48px;
            z-index: 100;
        }

    .home-rotator {
        width: 100%;
        margin: 24px 0;
    }

    .home-rotator .photo {
        height: 720px;
    }

    .bios .bio {
        margin: 0;
        width: calc(100vw * 1/4);
    }

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

    .bios .bio-panel {
        margin-bottom: 24px;
    }

        .bios .bio-panel.commander {
            margin: 0 auto 24px;
        }

    .bios .bio .text {
        font-size: 14px;
        margin-left: 12px;
        width: unset;
    }

    .components .component {
        margin: 0;
        width: calc(100vw * 1/4);
        display: flex;
        flex-direction: row;
    }

    .components .component-panel .component .photo {
        width: 160px;
        height: 160px;
        min-width: 160px;
        min-height: 160px;
        border-radius: 80px;
        background-size: 160px !important;
        background-position: top !important;
        flex-basis: auto;
    }

    .components .component-panel {
        margin-bottom: 24px;
        justify-content: left;
    }

    .components .component .text {
        font-size: 14px;
        margin-left: 12px;
        width: unset;
    }

    .form-page .banner {
        margin: 0 -8px;
    }
}

/* Extra large mobile devices (laptops and large tablets) */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .rendered-body {
        padding: 0 8px;
    }

    .dark-background.home-panel {
        padding: 20px;
    }

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

    .page-width-content {
        width: 100%;
        max-width: 100%;
        padding: 12px;
    }

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

    .welcome-message .lower {
        font-size: 42px;
    }

    .feature-modules .feature .photo-text {
        font-size: 18px !important;
    }

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

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

    .bios .bio .photo {
        width: 180px;
        height: 180px;
        min-width: 180px;
        min-height: 180px;
        border-radius: 90px;
        background-size: 180px !important;
    }

    .bios .bio-panel.top .bio {
        width: 388.975px;
    }

    .bios .bio-panel.bottom .bio {
        width: 100%;
    }

    .bios .bio .text {
        margin-left: 8px;
        width: 166.665px;
        width: unset;
    }

        .bios .bio .text hr {
            margin: 10px 0;
        }

        .bios .bio .text .branch-of-service {
            display: none;
        }

    .footer .links {
        justify-content: space-between;
    }

    .page-content .related {
        margin-left: 40px;
    }

    .media-release-content .recommended {
        margin-left: 24px;
    }

    .media-release-content .attribution span.location {
        display: none;
    }

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

    .tags {
        margin: 48px 0 0;
    }

    .section-content {
        padding: 12px;
    }

    .spotlights .spotlight .photo {
        width: 150px;
        min-width: 150px;
        height: 94px;
    }

    .spotlights .spotlight .text .label {
        font-size: 13px;
    }

    .spotlights .spotlight .title {
        color: white;
        font-size: 16px;
    }

    .search-results .image-grid .card {
        width: 230px;
        height: 276px;
    }

        .search-results .image-grid .card .title {
            max-height: 64px;
        }

    .grid-wrap .photo-grid .photo {
        width: 50%;
    }

    .close {
        top: 24px;
        right: 24px;
    }

    .gallery-modal .modal-content {
        width: 90%;
        max-width: 90%;
        height: 66.66vh;
    }

        .gallery-modal .modal-content .image-feature {
            border: 15px solid black;
        }

            .gallery-modal .modal-content .image-feature .image-pane .photo img {
                height: 66.66vh;
            }

            .gallery-modal .modal-content .image-feature .caption-pane {
                height: 66.66vh;
                border-left: 15px solid black;
            }

            .gallery-modal .modal-content .image-feature .image-pane {
                width: 66.66%;
                min-width: 66.66%;
            }

            .gallery-modal .modal-content .image-feature .caption-pane {
                width: 33.33%;
                min-width: 33.33%;
            }

                .gallery-modal .modal-content .image-feature .caption-pane .top {
                    font-size: 1rem;
                }

    .spotlight-page .banner {
        margin: 0 -20px;
    }

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

            .spotlight-page .banner .details .label {
                font-size: 1.1rem;
            }

            .spotlight-page .banner .details .title {
                font-size: 2.8rem;
            }

        .spotlight-page .banner .description {
            max-width: 70%;
            font-size: 1.2rem;
        }

    .page-width-spotlight {
        width: unset;
        max-width: unset;
        margin: unset;
    }

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

    .spotlight-page .spotlight-feature .label span {
        font-size: 16px;
    }

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

    .spotlight-page .spotlight-feature .articles .article .text .title {
        font-size: 18px;
    }

    .spotlight-page .spotlight-feature .articles .article .text .description {
        -webkit-line-clamp: 3;
        font-size: 14px;
    }

    .spotlight-page .spotlight-feature .press-products .press-product .title {
        font-size: 14px;
    }

    .spotlight-page .grid-wrap .photo-grid .photo {
        height: 154px;
        max-height: 154px;
        width: 24.36%;
    }

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

    .spotlight-page .videos {
        margin: 0 -20px;
        margin-bottom: -80px;
    }

        .spotlight-page .videos .photo {
            width: 640px;
            height: 360px;
        }

    .spotlight-page .spotlight-feature .page-width-full .label {
        margin-left: 0;
        margin-right: 0;
    }

    .spotlight-page .videos .video-rotator-container {
        margin: 0 20px 20px;
    }

    .spotlight-page .videos .video {
        padding: 0 20px;
    }

    .spotlight-page .label-arrows .arrows {
        margin: 0 16px;
    }

        .spotlight-page .label-arrows .arrows .slick-next:before {
            margin-left: 0;
        }

    .spotlight-page .label-arrows .arrows {
        margin: 0 16px;
    }

        .spotlight-page .label-arrows .arrows .slick-arrow.slick-next {
            right: 0;
            left: 30px;
        }

    .form-page .banner {
        margin: 0 -8px;
    }

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

}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .nav-menu .nav-bar.top-bar {
        padding: 0 12px;
    }

    .dark-background.home-panel {
        padding: 20px;
    }

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

    .grid-wrap .photo-grid .photo {
        height: 220px;
    }

    .grid-wrap .photo-grid .photo.portrait img {
        height: 220px;
        width: auto;
    }

    .gallery-modal .modal-content .image-feature .caption-pane .bottom .social > span {
        display: none;
    }

    .spotlight-page {
        padding: 0 20px;
    }

    .spotlight-page .banner {
        margin: 0 -20px;
    }

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

            .spotlight-page .banner .details .label {
                font-size: 1.1rem;
            }

            .spotlight-page .banner .details .title {
                font-size: 2.8rem;
            }

        .spotlight-page .banner .description {
            max-width: 70%;
            font-size: 1.2rem;
        }

    .page-width-spotlight {
        width: unset;
        max-width: unset;
        margin: unset;
    }

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

    .spotlight-page .spotlight-feature .label span {
        font-size: 16px;
    }

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

    .spotlight-page .spotlight-feature .articles .article .text .title {
        font-size: 18px;
    }

    .spotlight-page .spotlight-feature .articles .article .text .description {
        -webkit-line-clamp: 3;
        font-size: 14px;
    }

    .spotlight-page .spotlight-feature .press-products .press-product .title {
        font-size: 14px;
    }

    .spotlight-page .grid-wrap .photo-grid .photo {
        height: 220px;
        max-height: 220px;
        width: 24.36%;
    }

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

    .spotlight-page .videos {
        margin: 0 -20px;
        margin-bottom: -80px;
    }

        .spotlight-page .videos .photo {
            width: 640px;
            height: 360px;
        }

    .spotlight-page .spotlight-feature .page-width-full .label {
        margin-left: 0;
        margin-right: 0;
    }

    .spotlight-page .videos .video-rotator-container {
        margin: 0 20px 20px;
    }

    .spotlight-page .videos .video {
        padding: 0 20px;
    }

    .spotlight-page .label-arrows .arrows {
        margin: 0 16px;
    }

        .spotlight-page .label-arrows .arrows .slick-next:before {
            margin-left: 0;
        }

    .spotlight-page .label-arrows .arrows {
        margin: 0 16px;
    }

        .spotlight-page .label-arrows .arrows .slick-arrow.slick-next {
            right: 0;
            left: 30px;
        }
}
