.tracking-frame { display: none; visibility: hidden; }

.sponsor {
    opacity: 0.4;
}

/* Keep every legacy section inside the viewport. The old stylesheet gives
   sections a fixed 950px width, which otherwise overflows narrow windows. */
.section {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    width: calc(100% - 30px);
}

.section.row {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 950px;
    width: calc(100% - 30px);
}

.section.row::after {
    clear: both;
    content: "";
    display: table;
}

.papyrus.wide {
    box-sizing: border-box;
    max-width: 100%;
}

.papyrus.wide > img {
    height: auto;
    max-width: 100%;
}

.section.contact {
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-wrap: anywhere;
}


/* Native layout grid. It preserves the existing class names while removing Bootstrap. */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row::before,
.row::after {
    display: none;
}

.row > [class*="col-"] {
    flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

/* Some legacy templates nest columns inside another column instead of placing
   them directly below .row. Keep those layouts responsive without Bootstrap. */
[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"] {
    box-sizing: border-box;
    min-height: 1px;
}

.col-xs-3 { float: left; width: 25%; }
.col-xs-4 { float: left; width: 33.333333%; }
.col-xs-6 { float: left; width: 50%; }
.col-xs-12 { float: left; width: 100%; }

.row > .col-3 { flex-basis: 25%; max-width: 25%; }
.row > .col-4 { flex-basis: 33.333333%; max-width: 33.333333%; }
.row > .col-6 { flex-basis: 50%; max-width: 50%; }
.row > .col-9 { flex-basis: 75%; max-width: 75%; }
.row > .col-12 { flex-basis: 100%; max-width: 100%; }
.row > .col-xs-3 { flex-basis: 25%; max-width: 25%; }
.row > .col-xs-4 { flex-basis: 33.333333%; max-width: 33.333333%; }
.row > .col-xs-6 { flex-basis: 50%; max-width: 50%; }
.row > .col-xs-12 { flex-basis: 100%; max-width: 100%; }

@media (min-width: 768px) {
    .col-sm-3 { float: left; width: 25%; }
    .col-sm-4 { float: left; width: 33.333333%; }
    .col-sm-6 { float: left; width: 50%; }
    .col-sm-9 { float: left; width: 75%; }
    .col-sm-12 { float: left; width: 100%; }
    .row > .col-sm-3 { flex-basis: 25%; max-width: 25%; }
    .row > .col-sm-4 { flex-basis: 33.333333%; max-width: 33.333333%; }
    .row > .col-sm-6 { flex-basis: 50%; max-width: 50%; }
    .row > .col-sm-9 { flex-basis: 75%; max-width: 75%; }
    .row > .col-sm-12 { flex-basis: 100%; max-width: 100%; }
}

@media (min-width: 992px) {
    .col-md-3 { float: left; width: 25%; }
    .col-md-4 { float: left; width: 33.333333%; }
    .col-md-6 { float: left; width: 50%; }
    .col-md-9 { float: left; width: 75%; }
    .col-md-12 { float: left; width: 100%; }
    .row > .col-md-3 { flex-basis: 25%; max-width: 25%; }
    .row > .col-md-4 { flex-basis: 33.333333%; max-width: 33.333333%; }
    .row > .col-md-6 { flex-basis: 50%; max-width: 50%; }
    .row > .col-md-9 { flex-basis: 75%; max-width: 75%; }
    .row > .col-md-12 { flex-basis: 100%; max-width: 100%; }
}

.lightwidget-widget {
    display: block;
    min-width: 100%;
    width: 100% !important;
}

/* Event rows must remain horizontal even when legacy page styles are present. */
.event-row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.event-row > .col-3,
.event-row > .col-sm-3,
.event-row > .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.event-row > .col-6,
.event-row > .col-sm-6,
.event-row > .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.event-row > .col-9,
.event-row > .col-sm-9,
.event-row > .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

/* The values heading belongs above the four cards, not inside their columns. */
.value > center {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.value > br {
    display: none;
}

@media (max-width: 767px) {
    .vibes-columns > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .event-row > .col-3,
    .event-row > .col-sm-3,
    .event-row > .col-md-3,
    .event-row > .col-6,
    .event-row > .col-sm-6,
    .event-row > .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .event-row > [class*="col-"] {
        margin-bottom: 12px;
        text-align: center;
    }

    .event-row .button {
        box-sizing: border-box;
        display: block;
        margin: 0;
        width: 100%;
    }

    .event-row h2 {
        line-height: 1.1;
        margin: 0 0 2px;
    }

    .event-row h4 {
        line-height: 1.15;
        margin: 0 0 8px;
    }

    .event-row > .col-6,
    .event-row > .col-sm-6,
    .event-row > .col-md-6 {
        line-height: 1.35;
    }

    .event-row .desktop-break + br {
        display: none;
    }

    .value > .col-3,
    .value > .col-sm-3,
    .value > .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

#nav-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 55px;
    padding: 0;
    width: 55px;
}

.nav-list.is-open {
    display: block;
}

.footer-newsletter-link {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

.ease {
    opacity: 0;
    transition: opacity 1s ease;
}

.ease.is-visible {
    opacity: 1;
}

.moretext.is-expanded,
.moretext-interviews.is-expanded,
.tab_content.is-active {
    display: block;
}

[hidden] {
    display: none !important;
}

.reveal-ready .reCenter,
.reveal-ready .popUp,
.reveal-ready .tagLine,
.reveal-ready .hug {
    opacity: 0;
    transform: translateY(10%) scale(0.92);
}

.reveal-ready .reLeft {
    opacity: 0;
    transform: translateX(-40%) scale(0.9);
}

.reveal-ready .reRight {
    opacity: 0;
    transform: translateX(40%) scale(0.9);
}

.reveal-ready .reCenter,
.reveal-ready .reLeft,
.reveal-ready .reRight,
.reveal-ready .popUp,
.reveal-ready .tagLine,
.reveal-ready .hug {
    transition: opacity 1s ease var(--reveal-delay, 0ms), transform 1s ease var(--reveal-delay, 0ms);
}

.reveal-ready .is-revealed {
    opacity: 1;
    transform: none;
}

.glightbox-container {
    z-index: 1000000;
}

.application-frame {
    border: 0;
    display: block;
    min-height: 100dvh;
    width: 100%;
}

body#application {
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.error-page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 70vh;
    padding: 8rem 1.5rem;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 767px) {
    .sponsor > .col-xs-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%;
    }

    .newsletter-social-links {
        align-items: center;
        display: flex;
        float: none;
        justify-content: center;
        margin: 0 auto;
        width: 70%;
    }

    .newsletter-social-links > [class*="col-"] {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 3px;
        width: 33.333%;
    }
}
