/*
 * OAF Site Shell 1.0.0-rc.20 (unchanged rc.17 recovery baseline)
 * Lightweight, server-rendered WordPress-style masthead for XenForo 1.5.
 */

.oafSiteShellActive #logoBlock {
    display: none !important;
}

.oafSiteShellActive #header,
.oafSiteShellActive .oafSiteShell {
    background: #050505 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.oafSiteShellActive .oafSiteShell {
    color: #fff;
    height: 78px;
    min-height: 78px;
}

.oafSiteShellActive .oafSiteShell__inner,
.oafSiteShellActive .oafSiteShell__inner > .pageContent {
    height: 78px;
    min-height: 78px;
}

.oafSiteShellActive .oafSiteShell__inner {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 97% !important;
}

.oafSiteShellActive .oafSiteShell__inner > .pageContent {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    width: 100%;
}

.oafSiteShellActive .oafSiteShell__brand {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 272px;
    height: 78px;
    min-width: 165px;
    padding-right: 18px;
}

.oafSiteShellActive .oafSiteShell__brand img {
    display: block;
    height: 46px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    width: 272px;
}

/* Daily Spotlight ------------------------------------------------------- */

.oafSiteShellActive .oafSpotlight {
    align-self: center;
    background: #111518;
    border: 1px solid rgba(255, 255, 255, .22);
    border-left: 3px solid #4db2ec;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 650px;
    height: 54px;
    margin-left: auto;
    max-width: 58vw;
    min-width: 360px;
    position: relative;
}

.oafSiteShellActive .oafSpotlight__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.oafSiteShellActive .oafSpotlight__item {
    align-items: center;
    box-sizing: border-box;
    display: none;
    height: 52px;
    justify-content: space-between;
    min-width: 0;
    padding: 0 10px;
}

.oafSiteShellActive.oafSpotlightDay0 .oafSpotlight__item[data-oaf-index="0"],
.oafSiteShellActive.oafSpotlightDay1 .oafSpotlight__item[data-oaf-index="1"],
.oafSiteShellActive.oafSpotlightDay2 .oafSpotlight__item[data-oaf-index="2"],
.oafSiteShellActive.oafSpotlightDay3 .oafSpotlight__item[data-oaf-index="3"],
.oafSiteShellActive.oafSpotlightDay4 .oafSpotlight__item[data-oaf-index="4"],
.oafSiteShellActive.oafSpotlightDay5 .oafSpotlight__item[data-oaf-index="5"],
.oafSiteShellActive.oafSpotlightDay6 .oafSpotlight__item[data-oaf-index="6"],
.oafSiteShellActive.oafSpotlightDay7 .oafSpotlight__item[data-oaf-index="7"],
.oafSiteShellActive.oafSpotlightDay8 .oafSpotlight__item[data-oaf-index="8"],
.oafSiteShellActive.oafSpotlightDay9 .oafSpotlight__item[data-oaf-index="9"],
.oafSiteShellActive.oafSpotlightDay10 .oafSpotlight__item[data-oaf-index="10"] {
    display: flex;
}

.oafSiteShellActive .oafSpotlight.is-interactive .oafSpotlight__item {
    display: none !important;
}

.oafSiteShellActive .oafSpotlight.is-interactive .oafSpotlight__item.is-active {
    display: flex !important;
}

.oafSiteShellActive .oafSpotlight__copy {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 8px 0 2px;
}

.oafSiteShellActive .oafSpotlight__eyebrow {
    color: #75c5ef;
    display: block;
    font: 600 10px/1.1 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    letter-spacing: .08em;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.oafSiteShellActive .oafSpotlight__title {
    background: transparent;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font: 600 15px/1.1 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-decoration: none !important;
    text-overflow: ellipsis;
    text-shadow: none !important;
    white-space: nowrap;
}

.oafSiteShellActive .oafSpotlight__title:hover,
.oafSiteShellActive .oafSpotlight__title:focus {
    color: #75c5ef !important;
    outline: 0;
}

.oafSiteShellActive .oafSpotlight__action {
    background: transparent;
    border: 1px solid rgba(117, 197, 239, .65);
    border-radius: 2px;
    color: #e8f6fd !important;
    cursor: pointer;
    flex: 0 0 auto;
    font: 600 11px/1 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 7px 9px;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
}

.oafSiteShellActive .oafSpotlight__action:hover,
.oafSiteShellActive .oafSpotlight__action:focus {
    background: #12679a;
    border-color: #75c5ef;
    color: #fff !important;
    outline: 0;
}

.oafSiteShellActive .oafSpotlight__control {
    align-items: center;
    background: transparent;
    border: 0;
    color: #bddbea;
    cursor: pointer;
    display: flex;
    flex: 0 0 30px;
    font: 300 27px/1 Arial, Helvetica, sans-serif;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.oafSiteShellActive .oafSpotlight__control:hover,
.oafSiteShellActive .oafSpotlight__control:focus {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    outline: 0;
}

.oafSiteShellActive .oafSpotlight__control--previous {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.oafSiteShellActive .oafSpotlight__control--next {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.oafSiteShellActive .oafSpotlight__status {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

/* Legacy publication menu ---------------------------------------------- */

.oafSiteShellActive .oafSiteShell__nav {
    background: #101316;
    border-top: 3px solid #4db2ec;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .34);
    display: none;
    max-height: calc(100vh - 110px);
    max-width: calc(100vw - 30px);
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 78px;
    width: 300px;
    z-index: 10010;
}

.oafSiteShellActive .oafSiteShell__nav.is-open {
    display: block;
}

.oafSiteShellActive .oafSiteShell__links,
.oafSiteShellActive .oafSiteShell__moreLinks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.oafSiteShellActive .oafSiteShell__links {
    display: block;
}

.oafSiteShellActive .oafSiteShell__item {
    display: block;
    margin: 0;
    position: relative;
}

.oafSiteShellActive .oafSiteShell__link,
.oafSiteShellActive .oafSiteShell__moreToggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
    box-sizing: border-box;
    color: #f3f5f6 !important;
    cursor: pointer;
    display: flex;
    font-family: Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    justify-content: space-between;
    letter-spacing: normal;
    line-height: 1;
    padding: 14px 18px;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    white-space: normal;
}

.oafSiteShellActive .oafSiteShell__link:hover,
.oafSiteShellActive .oafSiteShell__link:focus,
.oafSiteShellActive .oafSiteShell__moreToggle:hover,
.oafSiteShellActive .oafSiteShell__moreToggle:focus,
.oafSiteShellActive .oafSiteShell__item--more.is-open > .oafSiteShell__moreToggle {
    background: rgba(255, 255, 255, .07);
    color: #fff !important;
    outline: 0;
}

.oafSiteShellActive .oafSiteShell__chevron {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    height: 7px;
    margin: -4px 0 0 9px;
    transform: rotate(45deg);
    width: 7px;
}

.oafSiteShellActive .oafSiteShell__moreLinks {
    background: #171c20;
    display: none;
    min-width: 0;
    padding: 0;
    position: static;
}

.oafSiteShellActive .oafSiteShell__item--more.is-open > .oafSiteShell__moreLinks {
    display: block;
}

.oafSiteShellActive .oafSiteShell__moreLinks a {
    background: #171c20;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #eef5f8 !important;
    display: block;
    font-family: Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    padding: 12px 28px;
    text-decoration: none !important;
    text-shadow: none !important;
}

.oafSiteShellActive .oafSiteShell__moreLinks a:hover,
.oafSiteShellActive .oafSiteShell__moreLinks a:focus {
    background: #12679a;
    color: #fff !important;
    outline: 0;
}

.oafSiteShellActive .oafSiteShell__menuToggle {
    align-items: center;
    align-self: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font: 600 14px/1 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    gap: 9px;
    margin: 0;
    padding: 10px 12px;
    text-transform: uppercase;
}

.oafSiteShellActive .oafSiteShell__menuToggle:hover,
.oafSiteShellActive .oafSiteShell__menuToggle:focus,
.oafSiteShellActive .oafSiteShell__menuToggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, .07);
    border-color: #4db2ec;
    outline: 0;
}

.oafSiteShellActive .oafSiteShell__menuIcon,
.oafSiteShellActive .oafSiteShell__menuIcon::before,
.oafSiteShellActive .oafSiteShell__menuIcon::after {
    background: currentColor;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 18px;
}

.oafSiteShellActive .oafSiteShell__menuIcon::before {
    left: 0;
    position: absolute;
    top: -6px;
}

.oafSiteShellActive .oafSiteShell__menuIcon::after {
    left: 0;
    position: absolute;
    top: 6px;
}

/* Email choices and invitation ---------------------------------------- */

.oafUpdatesOpen body,
.oafInviteOpen body {
    overflow: hidden;
}

.oafSiteShellActive .oafUpdatesDialog[hidden] {
    display: none !important;
}

.oafSiteShellActive .oafUpdatesDialog {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 30000;
}

.oafSiteShellActive .oafUpdatesDialog__backdrop {
    background: rgba(0, 0, 0, .76);
    border: 0;
    cursor: default;
    inset: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.oafSiteShellActive .oafUpdatesDialog__panel {
    background: #fff;
    border-top: 4px solid #4db2ec;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    color: #1d2a33;
    max-height: calc(100vh - 32px);
    max-width: calc(100vw - 32px);
    overflow-y: auto;
    padding: 22px 24px 20px;
    position: relative;
    width: 520px;
}

.oafSiteShellActive .oafUpdatesDialog__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.oafSiteShellActive .oafUpdatesDialog__heading h2 {
    color: #0c537d;
    font: 600 24px/1.2 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0;
}

.oafSiteShellActive .oafUpdatesDialog__close {
    background: transparent;
    border: 0;
    color: #52636e;
    cursor: pointer;
    font: 30px/1 Arial, Helvetica, sans-serif;
    margin: -6px -8px 0 12px;
    padding: 4px 8px;
}

.oafSiteShellActive .oafUpdatesDialog__intro {
    color: #52636e;
    font: 14px/1.45 "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 10px 0 16px;
}

.oafSiteShellActive .oafUpdatesDialog__choices {
    display: grid;
    gap: 9px;
}

.oafSiteShellActive .oafUpdatesDialog__choices a {
    background: #f5f8fa;
    border: 1px solid #c5d5de;
    color: #0c537d !important;
    display: block;
    padding: 11px 13px;
    text-decoration: none !important;
}

.oafSiteShellActive .oafUpdatesDialog__choices a:hover,
.oafSiteShellActive .oafUpdatesDialog__choices a:focus {
    background: #edf5f9;
    border-color: #4db2ec;
    outline: 0;
}

.oafSiteShellActive .oafUpdatesDialog__choices strong,
.oafSiteShellActive .oafUpdatesDialog__choices span {
    display: block;
}

.oafSiteShellActive .oafUpdatesDialog__choices strong {
    font: 600 15px/1.25 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
}

.oafSiteShellActive .oafUpdatesDialog__choices span {
    color: #52636e;
    font: 13px/1.35 "Segoe UI", Arial, Helvetica, sans-serif;
    margin-top: 2px;
}

.oafSiteShellActive .oafInviteDialog[hidden] {
    display: none !important;
}

.oafSiteShellActive .oafInviteDialog {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 30000;
}

.oafSiteShellActive .oafInviteDialog__backdrop {
    background: rgba(0, 0, 0, .76);
    border: 0;
    cursor: default;
    inset: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.oafSiteShellActive .oafInviteDialog__panel {
    background: #fff;
    border-top: 4px solid #4db2ec;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    color: #1d2a33;
    max-height: calc(100vh - 32px);
    max-width: calc(100vw - 32px);
    overflow-y: auto;
    padding: 22px 24px 20px;
    position: relative;
    width: 520px;
}

.oafSiteShellActive .oafInviteDialog__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.oafSiteShellActive .oafInviteDialog__heading h2 {
    color: #0c537d;
    font: 600 24px/1.2 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0;
}

.oafSiteShellActive .oafInviteDialog__close {
    background: transparent;
    border: 0;
    color: #52636e;
    cursor: pointer;
    font: 30px/1 Arial, Helvetica, sans-serif;
    margin: -6px -8px 0 12px;
    padding: 4px 8px;
}

.oafSiteShellActive .oafInviteDialog__intro {
    color: #52636e;
    font: 14px/1.45 "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 10px 0 16px;
}

.oafSiteShellActive .oafInviteDialog label {
    color: #263945;
    display: block;
    font: 600 13px/1.2 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 12px 0 5px;
}

.oafSiteShellActive .oafInviteDialog input,
.oafSiteShellActive .oafInviteDialog textarea {
    background: #fff;
    border: 1px solid #b8c8d1;
    border-radius: 2px;
    box-sizing: border-box;
    color: #18242d;
    font: 15px/1.4 "Segoe UI", Arial, Helvetica, sans-serif;
    padding: 9px 10px;
    width: 100%;
}

.oafSiteShellActive .oafInviteDialog textarea {
    min-height: 126px;
    resize: vertical;
}

.oafSiteShellActive .oafInviteDialog__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 16px;
}

.oafSiteShellActive .oafInviteDialog__primary,
.oafSiteShellActive .oafInviteDialog__secondary {
    border-radius: 2px;
    cursor: pointer;
    font: 600 13px/1 Raleway, "Segoe UI", Arial, Helvetica, sans-serif;
    padding: 11px 14px;
}

.oafSiteShellActive .oafInviteDialog__primary {
    background: #12679a;
    border: 1px solid #12679a;
    color: #fff;
}

.oafSiteShellActive .oafInviteDialog__secondary {
    background: #f5f8fa;
    border: 1px solid #b8c8d1;
    color: #0c537d;
}

.oafSiteShellActive .oafInviteDialog__status {
    color: #52636e;
    font: 13px/1.35 "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
    min-height: 18px;
}

.oafSiteShellActive .oafSpotlight__control:focus-visible,
.oafSiteShellActive .oafSpotlight__title:focus-visible,
.oafSiteShellActive .oafSpotlight__action:focus-visible,
.oafSiteShellActive .oafSiteShell__menuToggle:focus-visible,
.oafSiteShellActive .oafSiteShell__link:focus-visible,
.oafSiteShellActive .oafSiteShell__moreToggle:focus-visible,
.oafSiteShellActive .oafSiteShell__moreLinks a:focus-visible,
.oafSiteShellActive .oafUpdatesDialog button:focus-visible,
.oafSiteShellActive .oafUpdatesDialog a:focus-visible,
.oafSiteShellActive .oafInviteDialog button:focus-visible,
.oafSiteShellActive .oafInviteDialog input:focus-visible,
.oafSiteShellActive .oafInviteDialog textarea:focus-visible {
    outline: 3px solid rgba(238, 181, 44, .88);
    outline-offset: 2px;
}

@media (max-width: 1018px) {
    .oafSiteShellActive .oafSiteShell__inner > .pageContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .oafSiteShellActive .oafSiteShell__nav {
        left: 0;
        max-width: none;
        right: 0;
        width: 100%;
    }

    .oafSiteShellActive .oafSpotlight {
        flex-basis: 590px;
        max-width: 60vw;
    }
}

@media (max-width: 800px) {
    .oafSiteShellActive .oafSiteShell,
    .oafSiteShellActive .oafSiteShell__inner,
    .oafSiteShellActive .oafSiteShell__inner > .pageContent,
    .oafSiteShellActive .oafSiteShell__brand {
        height: 66px;
        min-height: 66px;
    }

    .oafSiteShellActive .oafSiteShell__inner > .pageContent {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .oafSiteShellActive .oafSiteShell__brand {
        flex-basis: 220px;
        min-width: 170px;
        padding-right: 12px;
    }

    .oafSiteShellActive .oafSiteShell__brand img {
        height: 40px;
        width: 220px;
    }

    .oafSiteShellActive .oafSiteShell__nav {
        top: 66px;
    }

    .oafSiteShellActive .oafSpotlight {
        flex: 1 1 auto;
        height: 48px;
        max-width: 62vw;
        min-width: 270px;
    }

    .oafSiteShellActive .oafSpotlight__item {
        height: 46px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .oafSiteShellActive .oafSpotlight__eyebrow {
        font-size: 9px;
        margin-bottom: 3px;
    }

    .oafSiteShellActive .oafSpotlight__title {
        font-size: 13px;
    }

    .oafSiteShellActive .oafSpotlight__action {
        font-size: 10px;
        padding: 6px 7px;
    }
}

@media (max-width: 600px) {
    .oafSiteShellActive .oafSiteShell__brand {
        flex-basis: 184px;
        min-width: 145px;
    }

    .oafSiteShellActive .oafSiteShell__brand img {
        height: 34px;
        width: 184px;
    }

    .oafSiteShellActive .oafSpotlight {
        max-width: calc(100% - 145px);
        min-width: 0;
    }

    .oafSiteShellActive .oafSpotlight__eyebrow,
    .oafSiteShellActive .oafSpotlight__action {
        display: none;
    }

    .oafSiteShellActive .oafSpotlight__title {
        font-size: 12px;
        white-space: normal;
    }

    .oafSiteShellActive .oafSpotlight__control {
        flex-basis: 27px;
    }
}

@media (max-width: 420px) {
    .oafSiteShellActive .oafSiteShell__inner > .pageContent {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .oafSiteShellActive .oafSiteShell__brand {
        flex-basis: 148px;
        min-width: 125px;
        padding-right: 8px;
    }

    .oafSiteShellActive .oafSiteShell__brand img {
        height: 29px;
        width: 148px;
    }

    .oafSiteShellActive .oafSpotlight {
        max-width: calc(100% - 125px);
    }

    .oafSiteShellActive .oafSpotlight__copy {
        padding-left: 4px;
        padding-right: 4px;
    }

    .oafSiteShellActive .oafSpotlight__title {
        font-size: 11px;
    }

    .oafSiteShellActive .oafSpotlight__control {
        flex-basis: 23px;
        font-size: 23px;
    }

    .oafSiteShellActive .oafSiteShell__menuToggle {
        padding-left: 9px;
        padding-right: 9px;
    }

    .oafSiteShellActive .oafUpdatesDialog__panel {
        max-height: calc(100vh - 16px);
        max-width: calc(100vw - 16px);
        padding: 18px 16px 16px;
    }

    .oafSiteShellActive .oafUpdatesDialog__heading h2 {
        font-size: 20px;
    }

    .oafSiteShellActive .oafInviteDialog__panel {
        max-height: calc(100vh - 16px);
        max-width: calc(100vw - 16px);
        padding: 18px 16px 16px;
    }

    .oafSiteShellActive .oafInviteDialog__heading h2 {
        font-size: 20px;
    }

    .oafSiteShellActive .oafInviteDialog__actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oafSiteShellActive .oafSiteShell *,
    .oafSiteShellActive .oafSiteShell *::before,
    .oafSiteShellActive .oafSiteShell *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
