:root {
    --max_width_section: 57.5rem;
    --gutter_width: 5vw;
    --gutter_width_negative: -5vw;
    --max_width_wide: 87.5rem;
    --text_font: 'IBM Plex Sans', sans-serif;
    --heading_font: 'Source Serif Pro', serif;
    --red: #a90632;
    --tan: #f5efde;
    --gray: #4f4e45;
    --gray_dark: #1d1d19;
    --gray_medium: #939283;
    --gray_light: #f4f4f3;
    --primary_color: var(--red);
    --text_color: var(--gray);
    --border_color: var(--gray_medium);
    --border_radius: 6px;
    --overlay: #1e1d17;
    --button_font: var(--text_font);
    --button_font_weight: bold;
    --button_text_transform: uppercase;
    --button_border_radius: 0;
    --button_border_width: 0;
    --button_padding_v: 0.875rem;
    --button_padding_h: 1.5rem;
    --button_font_size: 0.875rem;
    --button_line_height: 1.428571428571;
    --field_background_color: white;
    --field_padding_v: 10px;
    --field_padding_h: 14px;
    --field_font: var(--heading_font);
    --field_font_size: 0.875rem;
    --field_line_height: 1.714285714285;
    --entry_header_spacing: 1.5rem;
}

body {
    font-size: 1rem;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    margin: 0;
}

h1 {
    margin: 0.25rem 0;
    font-size: 2rem;
    line-height: 1.375;
}

h2 {
    font-size: 1.5625rem;
    line-height: 1.48;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.5;
}

@media(min-width:45em) {
    :root {
        --button_font_size: 1rem;
        --button_line_height: 1.3125;
    }

    .site-main {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    h1 {
        margin-top: 0.5rem;
        margin-bottom: 0;
        font-size: 3.0625rem;
        line-height: 1.3877551;
    }
}

@media(min-width:64em) {}

h4 {
    font-size: 1.125rem;
    line-height: 1.22222;
}

h4.widget-title {
    margin-top: var(--space_xlarge);
    font-family: var(--text_font);
    font-weight: bold;
}

a.no-underline,
.menu a {
    text-decoration: none;
}

.button {}

.button:hover {}

button.arrow-forward:after {
    content: '\e904';
    display: inline-block;
    font-family: 'derryfield';
    font-size: 0.75em;
    margin-left: 0.5rem;
}

button.rounded,
.button.rounded {
    border-radius: 2.5em;
}

button.ghost,
.button.ghost {
    border-width: 2px;
    --button_padding_v: 12px;
    --button_padding_h: 22px;
}

.arrow-left>a,
a.arrow-left,
.arrow-right>a,
a.arrow-right {
    display: inline-flex;
    align-items: center;
}

.arrow-left>a::before,
a.arrow-left::before,
.arrow-right>a::after,
a.arrow-right::after {
    content: '\e904';
    font-family: 'derryfield';
    font-size: 0.75em;
    margin-left: 0.5rem;
}

.arrow-left>a::before,
a.arrow-left::before {
    transform: scale(-1);
    margin-left: 0;
    margin-right: 0.5rem;
}

.gform_button.button {
    padding-top: var(--field_padding_v);
    padding-bottom: var(--field_padding_v);
    font-size: var(--field_font_size);
    line-height: var(--field_line_height);
}

.gform_button.button .dficon-arrow-right {
    font-size: 12px;
    margin-left: 1em;
}

.auto-accordion-item {
    border-bottom: 1px solid var(--border_color);
}

button.accordion {
    border: none;
    padding: 0;
    margin: 1rem 0;
    text-transform: none;
    font-size: inherit;
    line-height: inherit;
}

.accordion-row-content :first-child {
    margin-top: 0;
}

@media(min-width:45em) {
    button.accordion {
        margin: 1.5rem 0;
    }
}

.menu {
    --link_text_decoration: none;
}

.menu a.underline {
    --link_text_decoraation: underline;
}

.menu a.link-color {
    color: var(--link_color);
}

.entry-header {
    margin: var(--entry_header_spacing) 0;
}

.entry-header-wrapper.content-page {
    max-width: var(--max_width_section);
}

.df-entry-content-wrapper {
    max-width: var(--max_width_section);
    margin: 0 auto;
}

.entry-footer-wrapper {
    max-width: var(--max_width_section);
}

.entry-header.visuallyhidden+.entry-content .df-entry-content-wrapper:not(:empty) {
    margin-top: var(--entry_header_spacing);
}

.archive-posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3.375rem;
}

.slide-inner .archive-posts {
    display: block;
}

.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.df-post-terms {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.428571428571;
}

.entry-title.archive {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

.post-thumbnail-link {
    display: block;
}

.post-thumbnail-link img {
    width: 100%;
}

@media(min-width:45em) {
    .archive-posts {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1.5rem;
    }

    .type-post .post-thumbnail-link img {
        object-fit: cover;
        height: 250px;
    }

    .entry-title.archive {
        font-size: 1.5625rem;
        line-height: 1.44;
    }
}

@media(min-width:64em) {
    .archive-posts {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 2.5rem;
        grid-row-gap: 4rem;
    }

    .post-thumbnail-link img {
        height: 330px;
    }

    .entry-title.archive {
        font-size: 2rem;
        line-height: 1.375;
    }
}

.ft-sticky-cta {
    -webkit-position: sticky;
    position: sticky;
    bottom: 0;
    z-index: 12;
}

.menu.actions.sticky_cta {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu.actions.sticky_cta li {
    border-right: 1px solid #D3555C;
    margin: 0;
    text-align: center;
    width: 100%;
}

.menu.actions.sticky_cta li:last-child {
    border-right: none;
}

.menu.actions.sticky_cta li a {
    background-color: var(--link_color);
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: var(--space_normal);
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.menu.actions.sticky_cta li a:hover {
    background-color: #FFF;
    color: var(--link_color);
}

.menu.actions.sticky_cta li a {
    font-size: 1rem;
    position: relative;
}

.menu.actions.sticky_cta li a:after {
    display: none;
}

.has-ft-popup .ft-popup .ft-popup-content {
    max-width: var(--max_width_wide);
}

.show-in-popup img {
    margin-right: 6%;
    margin-bottom: var(--space_normal);
}

.show-in-popup-content h3 {
    font-size: 2rem;
    line-height: 1.375;
}

.close-ft-popup:focus {
    outline: none;
}

.close-ft-popup-text {
    color: #757575;
    font-size: 2.5em;
}

.show-in-popup-content a.button {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    color: var(--link_color);
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
    text-transform: none;
    transition: all 0.5s ease;
}

.show-in-popup-content a.button:hover {
    border-bottom: 2px solid var(--link_color);
}

.show-in-popup-content a.button:after {
    right: -2em;
}

@media (min-width:45em) {
    .show-in-popup-content h3 {
        font-size: 2.5rem;
        line-height: 1.35;
    }

    .show-in-popup-content p {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

@media (min-width:64em) {
    a[data-popup-trigger^="ft-popup-trigger-cards-lightbox"]+div {
        min-height: inherit;
    }

    .show-in-popup[id^="image-block-"] {
        display: flex;
        align-items: center;
    }

    .show-in-popup img {
        max-width: 425px;
        width: 50%;
        margin: 0;
    }

    .show-in-popup-content {
        width: 44%;
        margin-left: auto;
    }

    div[id^="cards-lightbox"] .show-in-popup-content {
        margin: 0 auto;
        max-width: 768px;
        width: 100%;
    }
}

@media (min-width:75em) {}

@media (min-width:80em) {}

@media (min-width:93.75em) {}

.tribe-events-nav-pagination {
    display: none;
}

.tribe-events-c-subscribe-dropdown__button-text {
    background-color: inherit;
    color: inherit;
}

archive-filter-nav .post_tag {
    display: none;
}

.archive-post {
    position: relative;
}

.archive-posts.tribe_events {
    grid-area: schedule;
    gap: var(--space_normal);
    grid-template-columns: 1fr;
}

.archive-posts.tribe_events .archive-post {
    border: 1px solid var(--border_color);
    border-radius: var(--border_radius);
    padding: var(--space_big) var(--space_normal);
}

.archive-posts.tribe_events .archive-post-inner {
    position: relative;
    height: 100%;
}

.archive-posts.tribe_events .archive-post .event-date-time {
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}

.archive-posts.tribe_events .archive-post .event-content {
    margin: var(--space_big) 0;
    font-size: 1rem;
}

.archive-posts.tribe_events .archive-post .event-title {
    font: inherit;
    margin: 1em 0;
}

.archive-posts.tribe_events .archive-post .home-away {
    position: absolute;
    top: 3px;
    right: 0;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid var(--border_color);
    border-radius: 50px;
    line-height: 1.4rem;
    width: 70px;
    text-align: center;
}

.archive-posts.tribe_events .archive-post .event-link {
    margin: 0;
}

.archive-posts.tribe_events .archive-post .event-link a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
}

@media (min-width:45em) {
    .archive-posts.tribe_events {
        gap: var(--space_big);
    }

    .archive-posts.tribe_events .archive-post {
        padding: var(--space_xlarge) var(--space_xxbig);
    }
}

@media (min-width:64em) {
    .archive-posts.tribe_events {
        margin-top: var(--space_xxxxxlarge);
        grid-template-columns: 1fr 1fr 1fr;
    }

    .archive-posts.tribe_events .archive-post {
        padding: var(--space_xbig) var(--space_big);
    }

    .archive-posts.tribe_events .archive-post-inner article {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .archive-posts.tribe_events .archive-post .event-content {
        margin: var(--space_big) 0 auto 0;
    }

    .archive-posts.tribe_events .archive-post .event-content :first-child {
        margin-top: 0;
    }

    .archive-posts.tribe_events .archive-post .event-link a {
        font-size: 1rem;
    }
}

@media (min-width:75em) {
    .archive-posts.tribe_events {
        gap: var(--space_xlarge);
    }

    .archive-posts.tribe_events .archive-post {
        padding: var(--space_xlarge) var(--space_xxbig);
    }
}

#post-1773 .ftps-header {
    max-width: 72.5em !important;
}

#post-1773 .ftps-section-title {
    text-align: left;
}

#content .tribe-events {
    margin: var(--ftps_space_v) 0;
    padding: 0 var(--gutter_width);
}

#content .tribe-events .tribe-events-calendar-month__multiday-event-bar {
    background-color: var(--link_color);
    color: #fff;
}

#content .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
    height: 40px;
}

#content .tribe-events .tribe-events-calendar-month__calendar-event {
    margin-bottom: 15px;
}

#content .tribe-events .tribe-events-calendar-month__calendar-event-title,
#content .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    line-height: 1.1;
    font-size: 0.85rem;
}

.tribe-events .datepicker table tr td.active.active,
.tribe-events .datepicker table tr td span.active.active {
    background-color: var(--link_color);
    background-image: none;
    border-radius: 0;
}

.tribe-events .tribe-events-c-view-selector__list-item--active {
    border-bottom: 4px solid var(--link_color);
}

#content .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
    padding: 0;
}

#content .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link,
#content .tribe-events .tribe-events-c-top-bar__today-button,
#content .tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    text-decoration: none;
}

#content .tribe-events .tribe-events-calendar-month__body {
    border-top: 1px solid var(--border_color);
    border-left: 1px solid var(--border_color);
}

.tribe-events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-date-link {
    color: #fff;
    background: var(--link_color);
    padding: 5px 5px 3px;
    text-decoration: none;
}

.post-type-archive-tribe_events .tribe-events-tooltip-theme {
    display: none !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link {
    font-family: var(--text_font);
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
}

.tribe-events h2 {
    font-size: 2rem;
    line-height: 1.375;
    margin-bottom: var(--space_big);
}

.tribe-events>div>div>.tribe-common-g-row {
    border-bottom: 1px solid #939283;
    display: flex;
    margin-bottom: var(--space_normal);
    padding-bottom: var(--space_normal);
}

.tribe-events .tribe-common-g-col {
    margin-right: var(--space_normal);
    padding: 0 !important;
}

.tribe-events .tribe-common-g-col .tribe-events-calendar-list__event-details,
.tribe-events .tribe-common-g-col.tribe-events-calendar-latest-past__event-details {
    width: 100%;
}

.tribe-events .tribe-common-g-col .tribe-events-calendar-list__event,
.tribe-events .tribe-common-g-col .tribe-events-calendar-latest-past__event {
    display: block;
    margin: 0;
}

.tribe-events .tribe-common-g-col>time {
    background-color: var(--link_color);
    color: white;
    padding: var(--space_xsmall) var(--space_normal);
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tribe-events .tribe-events-duration {
    margin-bottom: var(--space_xsmall);
}

.tribe-events .list-date .list-dayname,
.ecp-shortcode .list-date .list-daynumber {
    background-color: var(--link_color);
    color: #FFF;
}

.tribe-events .list-date .list-dayname {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75;
    padding: 0;
}

.tribe-events .list-date .list-daynumber {
    font-family: var(--heading_font);
    font-size: 2rem;
    line-height: 1;
}

.tribe-events .list-info {
    float: none;
    margin: 0;
}

.tribe-events h2.tribe-events-title {
    margin-bottom: var(--space_xsmall);
}

.tribe-events .tribe-events-title a {
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--heading_color);
    text-decoration: none;
}

.tribe-events .tribe-events-register a {
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.75;
    text-decoration: none;
    transition: all 0.5s ease;
}

.tribe-events .tribe-events-register a:hover {
    border-bottom: 1px solid var(--link_color);
}

.tribe-events .tribe-common-g-col .tribe-events-calendar-list__event-description,
.tribe-events .tribe-events-calendar-list__event-venue,
.tribe-common.tribe-events .tribe-events-calendar-latest-past__event-description,
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.tribe-common.tribe-events .tribe-events-l-container {
    max-width: var(--max_width_wide);
}

.tribe-events>div>div>.tribe-common-g-row {
    padding-bottom: var(--space_big);
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-row,
.tribe-common.tribe-events .tribe-events-calendar-latest-past__event-row {
    margin: 0 0 var(--space_medium);
}

.tribe-events-calendar-list__event-date-tag-month,
.tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 16px;
    line-height: 1.75;
    text-transform: uppercase;
}

.tribe-events-calendar-list__event-date-tag-daynum,
.tribe-events-calendar-latest-past__event-date-tag-daynum {
    font-family: var(--heading_font);
    font-size: 31px;
    line-height: 1.42;
}

.tribe-events-calendar-list__event-date-tag-datetime,
.tribe-events-calendar-latest-past__event-date-tag-datetime {
    font-size: 14px;
    line-height: 1.42857;
}

.tribe-events-calendar-list__event-title,
.tribe-events-calendar-latest-past__event-title {
    font-size: 25px;
    line-height: 1.44;
}

.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev {
    align-items: center;
    display: flex;
    flex: none;
    flex-wrap: wrap;
    justify-content: center;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-common button[disabled],
.tribe-common input[disabled] {
    background-color: transparent;
    color: var(--link_color);
    font-weight: normal;
    text-transform: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
    text-decoration: underline;
}

.tribe-common.tribe-events .tribe-events-c-search__input {
    border: 1px solid var(--border_color);
    border-radius: 0;
    font-family: var(--text_font);
    font-size: 1rem;
    padding: 0.625rem 0.75rem;
}

.tribe-common.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    padding: var(--button_padding_v, var(--space_xsmall)) var(--button_padding_h, var(--space_small));
}

.tribe-common.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row,
.tribe-common.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin: 0 0 var(--space_medium);
}

.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-c-view-selector__content {
    background-color: white;
}

.tribe-common.tribe-events .tribe-events-c-messages__message {
    font-weight: bold;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.tribe-common.tribe-events .tribe-events-c-messages__message>svg {
    margin-right: var(--space_normal);
}

@media (min-width:45em) {
    .tribe-events .tribe-mini-calendar-event {
        margin-bottom: var(--space_big);
        padding-bottom: var(--space_big);
    }

    .tribe-events .list-date {
        margin: 0 var(--space_big) 0 0;
    }

    .tribe-events h2 {
        font-size: 3.75rem;
        line-height: 1.433333;
        margin-bottom: var(--space_xlarge);
    }

    .tribe-events .tribe-events-title a {
        font-size: 1.5rem;
    }
}

@media (min-width:64em) {
    .tribe-common.tribe-events .tribe-events-l-container {
        padding-left: 0;
        padding-right: 0;
    }

    .tribe-events-calendar-list,
    .tribe-events-calendar-latest-past {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tribe-events .tribe-events-calendar-list__month-separator,
    .tribe-events>div>div>.tribe-events-calendar-latest-past__heading {
        flex-basis: 100%;
    }

    .tribe-events>div>div>.tribe-common-g-row {
        flex-basis: calc(50% - 20px);
    }

    .tribe-events>div>div>.tribe-common-g-row:nth-of-type(odd) {
        margin-right: var(--space_xlarge);
    }

    .tribe-events>div>div>.tribe-common-g-row:nth-of-type(even) {
        margin-bottom: var(--tec-spacer-4);
    }
}

.tribe-events-notices ul {
    list-style: none;
}

.tribe-events-notices ul li {
    padding: .5rem .75rem;
    border: 1px solid #CCC;
    border-radius: .25rem;
    background-color: #F7F7F7;
}

.single-tribe_events .bb-field {
    margin: .25rem 0;
}

.site-header {
    padding: 0 var(--gutter_width);
    --header_height: 87px;
}

.site-header-wrap {
    display: flex;
    border-bottom: 1px solid var(--border_color);
    align-items: center;
    height: var(--header_height);
}

.site-branding {
    flex-basis: 192px;
    margin: 1rem 0;
}

.site-logo {}

.custom-logo-link {
    display: block;
    position: relative;
    z-index: 12;
    color: inherit;
}

.custom-logo-link svg {
    max-width: 100%;
    height: auto;
}

.logo-text path {
    fill: currentColor;
}

.df-header-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.df-header-msa-login {
    display: none;
}

button.df-header-search-toggle {
    display: block;
    padding: 4px;
    background-color: transparent;
    color: inherit;
    font-size: 1.5rem;
    position: relative;
    z-index: 12;
}

.df-header-search-toggle .toggled-off-text {
    display: block;
}

.df-header-search-toggle .toggled-on-text {
    display: none;
}

.df-header-search-toggle[aria-expanded="true"] .toggled-off-text {
    display: none;
}

.df-header-search-toggle[aria-expanded="true"] .toggled-on-text {
    display: block;
}

.df-header-search-form {
    opacity: 0;
    background: white;
    transition: opacity .25s ease-out;
}

.df-header-search-form.toggled-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    padding: var(--header_height) var(--gutter_width) var(--space_xlarge);
    z-index: 10;
}

.search-form {
    display: flex;
    border: 1px solid var(--border_color);
    margin: 4.125rem auto 0;
    max-width: 800px;
}

.search-form label {
    flex-grow: 1;
}

.search-form input {
    border: none;
    border-radius: 0;
    padding: 1rem 0.5rem;
    font-family: var(--text_font);
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 700;
}

.search-form input:focus-visible {
    outline: 1px dotted;
    outline-offset: 0;
}

.search-form button {
    padding: 0 0.5rem;
    background-color: transparent;
    color: inherit;
    margin-left: 1rem;
}

.has-hero-first .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.has-hero-first .site-header-wrap {
    border-bottom: 0;
}

.has-hero-first .site-logo,
.has-hero-first .df-header-search-toggle,
.has-hero-first .mobile-menu-toggle {
    color: white;
}

.has-hero-first.menu-open .site-logo,
.has-hero-first.menu-open .df-header-search-toggle,
.has-hero-first.menu-open .mobile-menu-toggle,
.has-hero-first.search-open .site-logo,
.has-hero-first.search-open .df-header-search-toggle,
.has-hero-first.search-open .mobile-menu-toggle {
    color: inherit;
}

.site-navigation {
    margin-left: 1rem;
}

.mobile-menu-toggle {
    display: block;
    font-size: 1.5rem;
    width: 34px;
    height: 34px;
    color: inherit;
    padding: 0 4px;
    position: relative;
    z-index: 12;
}

.navicon-bar {
    height: 3px;
    border-radius: 3px;
    margin: 4px 0;
    background-color: currentColor;
}

.toggled>.navicon-bar {
    display: none;
}

.mobile-menu-toggle.toggled::after {
    content: "\e902";
    font-family: 'derryfield' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-menu {
    background-color: white;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    padding: var(--header_height) var(--gutter_width) var(--space_xlarge);
}

.mobile-menu.toggled-on {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
}

.menu.primary {
    font-size: 1.25rem;
    line-height: 1.5;
}

.primary>li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.primary>li+li {
    border-top: 1px solid var(--border_color);
}

.primary>li>a {
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.sub-menu-toggle {
    padding: 0;
    width: 32px;
    height: 32px;
    margin-left: auto;
    line-height: 1;
    background-color: transparent;
    color: inherit;
    border-radius: 16px;
    border: 1px solid currentColor;
}

.sub-menu-toggle::after {
    font-family: 'derryfield' !important;
}

.primary>li>.sub-menu-toggle[aria-expanded="false"]::after {
    content: "\e905";
}

.primary>li>.sub-menu-toggle[aria-expanded="true"]::after {
    content: "\e906";
}

.primary>li>.sub-menu-toggle::after {
    font-size: 0.8em;
}

.primary>li>.sub-menu {
    flex-basis: 100%;
}

.site-header .sub-menu li {
    padding: 4px 0;
}

.site-header .sub-menu li:first-child {
    padding-top: 8px;
}

.site-header .sub-menu li:last-child {
    padding-bottom: 0;
}

.df-menu-widgets a.button {
    display: block;
    text-align: center;
    margin: 0.5rem 0 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.df-menu-widgets section.widget_text:not(.widget_custom_html) p>a>strong {
    color: var(--gray);
    font-size: 1.25rem;
    line-height: 1.5;
}

.df-menu-widgets section.widget_text:not(.widget_custom_html) {
    max-width: 320px;
}

.df-menu-desktop-widgets {
    display: none;
}

.visuallyhidden-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    left: -9999em;
}

@media(min-width:45em) {
    .site-header {
        --header_height: 128px;
    }

    .site-branding {
        flex-basis: 295px;
        margin: 1.5rem 0;
    }

    .site-navigation {
        margin-left: 1.5rem;
    }

    .search-form {
        margin-top: 9rem
    }

    .search-form input {
        font-size: 1.9375rem;
        line-height: 1.42;
        padding: 1rem 0.75rem;
    }

    .search-form button {
        padding: 0 1.25rem;
        font-size: 1.5rem;
    }
}

@media(min-width:64em) {
    .site-header {
        padding-top: 1rem;
    }

    .site-header-wrap {
        max-width: var(--max_width_wide);
        margin: 0 auto;
    }

    .menu.primary {
        margin-top: 1rem;
    }

    .df-menu-widgets a.button[href*="myschoolapp"] {
        display: none;
    }

    .df-header-msa-login {
        display: block;
        position: relative;
        z-index: 12;
    }

    .df-header-msa-login a.button {
        font-size: 0.875rem;
        line-height: 1.3;
        padding: var(--space_small) var(--space_big);
    }

    .has-hero-first .df-header-msa-login a.button {
        color: white;
    }

    .has-hero-first.menu-open .df-header-msa-login a.button,
    .has-hero-first.search-open .df-header-msa-login a.button {
        color: inherit;
    }

    .df-header-search {
        margin-left: 1.5rem;
    }
}

@media (min-width:85em) {
    .site-navigation {
        margin-left: 2rem;
    }

    .df-header-search {
        margin-left: 2rem;
    }

    .df-menu-widgets-wrapper {
        display: flex;
        max-width: var(--max_width_wide);
        margin: 0 auto;
    }

    .menu.primary,
    .df-menu-widgets,
    .df-menu-desktop-widgets {
        margin-top: 3rem;
    }

    .df-menu-widgets p {
        margin-top: 0;
    }

    .df-menu-desktop-widgets {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .df-menu-desktop-widgets section {
        margin-bottom: 1.25rem;
    }

    .df-menu-desktop-widgets a {
        font-weight: bold;
        font-size: 1.5625rem;
        line-height: 1.44;
        text-transform: uppercase;
        white-space: nowrap;
        color: var(--link_color);
        text-decoration: none;
    }

    .df-menu-desktop-widgets a.give-now {
        display: block;
        width: 100%;
        padding-top: 80px;
        background-color: white;
        background-image: url(../images/DERshield_all201.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto 60%;
        margin-bottom: 1rem;
    }

    .df-menu-desktop-widgets a.give-now span {
        display: block;
        background-color: var(--link_color);
        color: white;
        padding: 0.15rem 1rem;
        border-radius: 0;
        position: relative;
    }

    .df-menu-desktop-widgets a.give-now::before {}

    .mobile-menu .menu {
        flex-grow: 1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 2rem;
        grid-column-gap: 5rem;
    }

    .primary>li+li {
        border-top: none;
    }

    .sub-menu-toggle {
        display: none;
    }

    .mobile-menu .menu>li {
        padding: 0;
        display: block;
    }

    .mobile-menu .menu>li>.sub-menu {
        position: static;
        visibility: visible;
        opacity: 1;
    }

    .primary>li>a {
        font-weight: bold;
        font-size: 1.5625rem;
        line-height: 1.44;
    }

    .sub-menu li a {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .visuallyhidden-mobile {
        display: block;
        position: relative;
    }
}

:root {
    --ftps_space_v: var(--space_xxxlarge);
}

.entry-header:not(.visuallyhidden)+.ft-page-sections .ftps:first-child {
    margin-top: 0;
}

.ftps-header {
    max-width: var(--max_width_section);
}

.ftps-section-title {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.9375rem;
    line-height: 1.4193548387;
}

@media(min-width:45em) {
    :root {
        --ftps_space_v: 7.5rem;
    }

    .ftps.ftps-first-in-position-default:not(.ftps-navigation),
    .ftps.after-navigation {
        margin-top: 6.5rem;
    }

    .ftps-header {
        margin-bottom: 4rem;
    }

    .ftps-section-title {
        font-size: 3.8125rem;
        line-height: 1.4098360;
    }
}

@media(min-width:64em) {}

.site-footer {
    padding: 3rem var(--gutter_width);
    background-color: var(--gray_dark);
    color: white;
    text-align: center;
}

.footer-top {
    padding-bottom: 3rem;
    border-bottom: 1px solid;
    margin-bottom: 3rem;
}

.footer-top-title {
    margin-bottom: 1.5rem;
    font-family: var(--heading_font);
    font-size: 1.5625rem;
    line-height: 1.44;
}

.footer-top-links li+li {
    margin-top: 1rem;
}

.footer-top-links a {
    display: block;
}

.footer-logo {
    margin: 1rem 0;
}

.footer-logo .custom-logo-link {
    display: inline-block;
    width: 80px;
}

.footer-contact-title {
    font-weight: bold;
}

.footer-contact a {
    color: inherit;
    text-decoration: none;
}

.footer-contact-address {
    margin: 0.25rem 0;
    font-style: inherit;
}

.footer-contact-phone {
    display: block;
    margin: 0.25rem 0;
}

.footer-contact-bullet {
    display: none;
}

.footer-contact-email {
    display: block;
    margin: 0.25rem 0;
}

.footer-menu {
    margin-top: 3rem;
}

.footer-menu li {
    margin: 0.25rem 0;
}

.footer-social {
    margin-top: 3rem;
    font-size: 1.5rem;
}

@media(min-width:45em) {
    .site-footer {
        padding-top: 3.625rem;
        text-align: inherit;
    }

    .footer-top {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }

    .footer-top-title {
        max-width: 35rem;
        margin-bottom: 1.875rem;
        font-size: 2.4375rem;
        line-height: 1.384615384615;
    }

    .footer-top-links .menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 2.5rem;
    }

    .footer-top-links li+li {
        margin: 0;
    }

    .footer-top-links a {
        text-align: center;
    }

    .footer-bottom {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-logo-contact {
        display: flex;
        align-items: center;
        margin-right: 1.5rem;
        flex-basis: 50%;
    }

    .footer-contact {
        margin-left: 1.5rem;
    }

    .footer-menu {
        margin-top: 0;
        margin-left: auto;
    }
}

@media(min-width:64em) {
    .site-footer-inner {
        max-width: var(--max_width_wide);
        margin: 0 auto;
    }

    .footer-top {
        display: flex;
        align-items: center;
    }

    .footer-top-title {
        margin-bottom: 0;
        margin-right: 1.5rem;
        flex-basis: 43%;
    }

    .footer-top-links {
        margin-left: auto;
        flex-basis: min(67%, 700px);
    }

    .footer-bottom {
        flex-wrap: nowrap;
    }

    .footer-logo-contact {
        flex-basis: auto;
    }

    .footer-contact-phone,
    .footer-contact-bullet,
    .footer-contact-email {
        display: inline;
    }

    .footer-menu {
        margin-right: 1.5rem;
    }

    .footer-social {
        margin-top: 0;
        margin-left: auto;
    }
}

@media(min-width:66em) {
    .footer-contact-bullet {
        padding: 0 0.5em;
    }
}

:root {
    --ftps_space_v: var(--space_xxxlarge);
}

.entry-header:not(.visuallyhidden)+.ft-page-sections .ftps:first-child {
    margin-top: 0;
}

.ftps-header {
    max-width: var(--max_width_section);
}

.ftps-section-title {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.9375rem;
    line-height: 1.4193548387;
}

@media(min-width:45em) {
    :root {
        --ftps_space_v: 7.5rem;
    }

    .ftps.ftps-first-in-position-default:not(.ftps-navigation),
    .ftps.after-navigation {
        margin-top: 6.5rem;
    }

    .ftps-header {
        margin-bottom: 4rem;
    }

    .ftps-section-title {
        font-size: 3.8125rem;
        line-height: 1.4098360;
    }
}

@media(min-width:64em) {}