/* Pilot responsive shell overrides for about page.
   Scoped under .pilot-shell to avoid affecting other pages. */

.pilot-shell {
    --shell-max: 1080px;
    --content-max: 880px;
    --space-1: 0.75rem;
    --space-2: 1rem;
    --space-3: 1.5rem;
}

.pilot-shell * {
    box-sizing: border-box;
}

.pilot-shell img {
    max-width: 100%;
    height: auto;
}

.pilot-shell body,
.pilot-shell {
    min-width: 0;
}

.pilot-shell {
    padding-top: clamp(24px, 4vw, 48px);
    margin: 0;
}

.pilot-shell #page {
    width: min(100%, var(--shell-max));
    min-height: 0;
    margin: 0 auto;
    padding: 0 var(--space-2) 48px;
}

.pilot-shell #site-header,
.pilot-shell .small-spacer,
.pilot-shell .two-column-layout,
.pilot-shell #site-footer-leaves,
.pilot-shell #site-footer {
    float: none;
    margin-right: 0;
}

.pilot-shell #site-header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pilot-shell #site-header-logo {
    width: min(400px, 90vw);
    margin: 0 auto;
    aspect-ratio: 423 / 250;
    overflow: hidden;
}

.pilot-shell #site-header-logo-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    transform: translateY(-25%);
}

.pilot-shell #pu20066 {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.pilot-shell #u20066,
.pilot-shell #u20362,
.pilot-shell #u20345,
.pilot-shell #u20365,
.pilot-shell #u2957 {
    display: none;
}

.pilot-shell .tb-nav {
    width: 100%;
    max-width: 640px;
    margin: var(--space-1) auto 0;
    position: relative;
    z-index: 50;
}

.pilot-shell .tb-nav-list,
.pilot-shell .tb-subnav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pilot-shell .tb-nav-list {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
}

.pilot-shell .tb-nav-item {
    position: relative;
    padding-bottom: 8px;
}

.pilot-shell .tb-nav-link {
    display: block;
    padding: 0.5rem 0.85rem;
    line-height: 1.18;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    color: #000;
    text-decoration: none;
}

.pilot-shell .tb-nav-link:hover,
.pilot-shell .tb-nav-link-active {
    color: #005cac;
}

.pilot-shell .tb-subnav {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translate(-50%, 6px);
    min-width: 170px;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.pilot-shell .tb-has-subnav:hover > .tb-subnav,
.pilot-shell .tb-has-subnav:focus-within > .tb-subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.pilot-shell .tb-subnav-link {
    display: block;
    padding: 0.45rem 0.65rem;
    text-align: center;
    font-size: 11px;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    color: #000;
    text-decoration: none;
    background-color: #f7f7f7;
}

.pilot-shell .tb-subnav-link:hover {
    color: #005cac;
}

.pilot-shell .tb-subnav-toggle {
    display: none;
}

.pilot-shell #menuu222 {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: var(--space-1) auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    overflow: visible;
}

.pilot-shell #menuu222,
.pilot-shell #menuu222 .MenuItemContainer,
.pilot-shell #site-footer-leaves,
.pilot-shell #site-footer,
.pilot-shell #site-footer-social,
.pilot-shell #site-footer-copyright {
    float: none !important;
}

.pilot-shell #menuu222 .MenuItemContainer {
    float: none !important;
    width: auto !important;
    min-height: 0 !important;
    margin-right: 0 !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    overflow: visible;
}

.pilot-shell #menuu222 .MenuItem,
.pilot-shell #menuu222 .MenuItem:hover,
.pilot-shell #menuu222 .MenuItem:active,
.pilot-shell #menuu222 .MenuItem.MuseMenuActive {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0.5rem 0.85rem !important;
}

.pilot-shell #menuu222 .MenuItemLabel,
.pilot-shell #menuu222 .MenuItem:hover .MenuItemLabel,
.pilot-shell #menuu222 .MenuItem:active .MenuItemLabel,
.pilot-shell #menuu222 .MenuItem.MuseMenuActive .MenuItemLabel {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

.pilot-shell #menuu222 .MenuItemContainer:hover > .SubMenu,
.pilot-shell #menuu222 .MenuItemContainer:focus-within > .SubMenu {
    display: block !important;
}

.pilot-shell #menuu222 .SubMenu {
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: 50% !important;
    transform: translateX(-50%);
    min-width: 170px;
    z-index: 40;
}

.pilot-shell #menuu222 .SubMenuView {
    width: 100% !important;
    background-color: #f7f7f7;
}

.pilot-shell #menuu222 .SubMenu .MenuItemContainer {
    width: 100% !important;
    background-color: #f7f7f7;
}

.pilot-shell #menuu222 .SubMenu .MenuItem,
.pilot-shell #menuu222 .SubMenu .MenuItem:hover,
.pilot-shell #menuu222 .SubMenu .MenuItem:active,
.pilot-shell #menuu222 .SubMenu .MenuItem.MuseMenuActive {
    background-color: #f7f7f7 !important;
}

.pilot-shell #u18853-2,
.pilot-shell #u18874-2 {
    visibility: visible !important;
}

.pilot-shell .two-column-layout {
    width: min(100%, var(--content-max));
    margin: var(--space-3) auto;
    padding: 0;
    display: flex;
    gap: var(--space-3);
    align-items: flex-start;
}

.pilot-shell .left-column {
    flex: 0 1 320px;
}

.pilot-shell .right-column {
    flex: 1 1 420px;
}

.pilot-shell #u19865-first-block,
.pilot-shell #u19865-about-section {
    color: #7f7f7f;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.54;
    text-align: justify;
}

.pilot-shell #u19865-first-block p,
.pilot-shell #u19865-about-section p {
    margin: 0 0 0.8rem;
}

.pilot-shell #u19865-2,
.pilot-shell #u19865-14 {
    margin: 0 0 0.7rem;
    color: #24577a;
    font-size: 1.58rem;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-align: left;
}

.pilot-shell #site-footer-leaves {
    width: max-content;
    margin: 2rem auto 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
    display: block;
    clear: both;
}

.pilot-shell #site-footer-leaves-image {
    display: block;
    margin: 0 auto;
}

.pilot-shell #site-footer {
    width: min(100%, var(--content-max));
    margin: 0.5rem auto 0;
    padding: 0.5rem 0 1rem;
    text-align: center;
}

.pilot-shell #site-footer-copyright {
    width: 100%;
}

.pilot-shell #site-footer-copyright,
.pilot-shell #site-footer-copyright-text {
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.18;
    letter-spacing: 1px;
    color: #7f7f7f;
    text-align: center;
}

.pilot-shell #site-footer-empty-row,
.pilot-shell #u10080-4,
.pilot-shell #site-footer-hook {
    width: 100%;
    margin-left: 0;
    left: 0;
    min-height: 0;
}

.pilot-shell #site-footer-social {
    margin: 0.25rem auto 0;
    width: 170px;
    min-height: 70px;
    position: relative;
    display: block;
}

.pilot-shell #social-instagram-bg,
.pilot-shell #social-facebook-bg,
.pilot-shell #social-pinterest-bg,
.pilot-shell #social-instagram-icon,
.pilot-shell #social-pinterest-icon,
.pilot-shell #social-facebook-icon {
    float: none !important;
    margin: 0 !important;
    margin-right: 0 !important;
    position: absolute;
}

.pilot-shell #social-instagram-bg {
    left: 0;
    top: 1px;
}

.pilot-shell #social-facebook-bg {
    left: 53px;
    top: 0;
}

.pilot-shell #social-pinterest-bg {
    left: 105px;
    top: 0;
}

.pilot-shell #social-instagram-icon {
    left: 12px;
    top: 20px;
}

.pilot-shell #social-pinterest-icon {
    left: 118px;
    top: 20px;
}

.pilot-shell #social-facebook-icon {
    left: 62px;
    top: 17px;
}

@media (max-width: 900px) {
    .pilot-shell #page {
        padding-left: var(--space-1);
        padding-right: var(--space-1);
    }

    .pilot-shell .two-column-layout {
        flex-direction: column;
        gap: var(--space-2);
        margin-top: var(--space-2);
    }

    .pilot-shell .left-column,
    .pilot-shell .right-column {
        flex: 1 1 auto;
        width: 100%;
    }

    .pilot-shell #u19865-2,
    .pilot-shell #u19865-14 {
        font-size: 1.4rem;
    }
}

@media (max-width: 640px) {
    .pilot-shell {
        padding-top: 100px;
    }

    .pilot-shell .tb-nav-list {
        display: block;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }

    .pilot-shell .tb-nav-item {
        width: 100%;
        padding-bottom: 0;
        border-bottom: 1px solid #efefef;
    }

    .pilot-shell .tb-nav-item:last-child {
        border-bottom: 0;
    }

    .pilot-shell .tb-nav-link {
        min-height: 46px;
        padding: 0.72rem 0.95rem;
        display: flex;
        align-items: center;
        font-size: 13px;
        letter-spacing: 0.7px;
        text-transform: lowercase;
    }

    .pilot-shell .tb-subnav {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        min-width: 0;
        border: 0;
        border-top: 1px solid #e9e9e9;
        background-color: #fafafa;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
    }

    .pilot-shell .tb-nav-item.is-open > .tb-subnav {
        display: block;
    }

    .pilot-shell .tb-has-subnav:hover > .tb-subnav,
    .pilot-shell .tb-has-subnav:focus-within > .tb-subnav {
        transform: none;
    }

    .pilot-shell .tb-subnav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0.65rem 0.95rem 0.65rem 1.35rem;
        font-size: 12px;
        background-color: #fafafa;
    }

    .pilot-shell .tb-subnav-link:hover,
    .pilot-shell .tb-subnav-link:active,
    .pilot-shell .tb-subnav-link:focus-visible,
    .pilot-shell .tb-nav-link:active,
    .pilot-shell .tb-nav-link:focus-visible {
        background-color: #f1f5f8;
    }

    .pilot-shell #menuu222 {
        justify-content: center;
    }

    .pilot-shell #menuu222 .MenuItemContainer {
        width: calc(50% - 0.2rem);
    }

    .pilot-shell #menuu222 .SubMenu {
        display: none !important;
    }
}
