/* Match Responsive Menu to the shared homepage navigation. */
body #rmp-container-6577,
body #rmp-menu-wrap-6577,
body #rmp-menu-wrap-6577 .rmp-menu,
body #rmp-menu-wrap-6577 .rmp-submenu {
    background: #001b31 !important;
}
body #rmp-menu-wrap-6577 .rmp-menu-item-link {
    box-sizing: border-box;
    height: auto !important;
    min-height: 44px;
    padding: 12px 22px !important;
    border: 0 !important;
    background: transparent !important;
    color: #ffdc73 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    letter-spacing: .15px !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    text-decoration: none !important;
    text-shadow: 0 0 8px #ffca4138;
    white-space: normal !important;
}
body #rmp-menu-wrap-6577 .rmp-menu-item-link:hover {
    background: #ffffff12 !important;
}
body #rmp-menu-wrap-6577 .rmp-menu-item-link[aria-current="page"] {
    background: #ff243822 !important;
    box-shadow: inset 4px 0 #ff2438 !important;
}
body #rmp-menu-title-6577,
body #rmp-menu-title-6577 .rmp-menu-title-link {
    color: #ffdc73 !important;
    background: transparent !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: center;
}
body #rmp-menu-additional-content-6577 {
    padding: 24px 16px 12px !important;
}
.orzel-home-link {
    display: block;
    position: relative;
    flex-shrink: 0;
    touch-action: manipulation;
}
body #rmp-menu-additional-content-6577 .orzel-home-link {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}
body #rmp-menu-additional-content-6577 .orzel-home-link img {
    display: block;
    width: 185px;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.orzel-home-link img { pointer-events: none; }
body #rmp-container-6577 a:focus-visible {
    outline: 2px solid #ffdc73 !important;
    outline-offset: -3px;
}
body #rmp_menu_trigger-6577 {
    background: #001b31 !important;
    color: #ffdc73 !important;
    border: 1px solid #d6b46944 !important;
}
body #rmp_menu_trigger-6577 .responsive-menu-pro-inner,
body #rmp_menu_trigger-6577 .responsive-menu-pro-inner::before,
body #rmp_menu_trigger-6577 .responsive-menu-pro-inner::after {
    background-color: #ffdc73 !important;
}

/* The theme's logo above subpage content is separate from its menu. */
.mobile_top_logo > a.orzel-home-link {
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
}
.mobile_top_logo > a.orzel-home-link:focus-visible {
    outline: 2px solid #ffdc73;
    outline-offset: 3px;
}

/* One brand component across page headers, sidebars and mobile drawers. */
body a.orzel-brand-link {
    display: block !important;
    position: relative;
    width: 185px !important;
    max-width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 0 !important;
    overflow: visible !important;
    cursor: pointer;
    pointer-events: auto !important;
    touch-action: manipulation;
}
body a.orzel-brand-link img.orzel-brand-logo {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
}
body a.orzel-brand-link:focus-visible {
    outline: 2px solid #ffdc73;
    outline-offset: 4px;
}
@media (max-width: 650px) {
    body a.orzel-brand-link { width: 135px !important; }
}
