@import url("https://use.typekit.net/pln1smp.css");

/* Adelle Font */
/* Regular => Weight: 400, Font Style: normal */
/* Regular Italic => Weight: 400, Font Style: italic */
/* Bold => Weight: 700, Font Style: normal */
/* Bold Italic => Weight: 700, Font Style: italic */

.adelle-font {
    font-family: "Adelle", Georgia, serif;
}

/* Brother 1816 Font */
/* Regular => Weight: 400, Font Style: normal */
/* Regular Italic => Weight: 400, Font Style: italic */
/* Bold => Weight: 700, Font Style: normal */
/* Bold Italic => Weight: 700, Font Style: italic */

.brother-font {
    font-family: "Brother-1816", Arial sans-serif;
}

/* RESET */
html,
body {
    font-size: 20px;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.skipNav {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-family: "Brother-1816", Arial sans-serif;
    font-size: 1em;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -5em;
    padding: .5em;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    top: -20em;
    width: 10em;
    z-index: -1;

}

.skipNav:focus {
    top: 0;
    z-index: 9999;
}

#content {
    min-height: 40vh;
    padding-top: 7.3rem;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    width: 1px;

}

.center {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 78.5rem;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}

.calendar-view .center {
    max-width: 83rem;
}

.loader {
    animation: rotation 1s linear infinite;
    border: 5px solid #0762C8;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 48px;
    left: 0;
    position: absolute;
    margin: auto;
    right: 0;
    top: 6rem;
    width: 48px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

p,
ul li,
ol li {
    color: #141b4d;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    padding-top: 1em;

}

.simple-hero.event-hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 24rem;
}

.simple-hero.event-hero .centered-content-wrap {
    max-width: 67%;
}

.simple-hero p span.material-symbols-outlined {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-right: .5em;
    vertical-align: middle;
}

.simple-hero .share-wrap-inner {
    display: flex;
    flex-direction: row;
    font-family: "Brother-1816", Arial, sans-serif;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    position: relative;
}

.simple-hero .share-wrap-inner #tooltip {
    font-size: .7rem;
}

.simple-hero .share-wrap-inner .share-link {
    align-items: center;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2rem;
    text-decoration: none;
    transition: all .1s ease;
    width: 2rem;
}

.simple-hero .share-wrap-inner .share-link span.share-icon {
    height: 1rem;
    position: relative;
    width: 1rem;
}

.simple-hero .share-wrap-inner .share-link span.share-icon img {
    bottom: 0;
    display: block;
    filter: none;
    height: 100%;
    left: 0;
    margin: auto;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .1s ease;
    width: 100%;

}

.simple-hero .share-wrap-inner .share-link:hover {
    background: #fff;
    color: #0762C8;
}

.simple-hero .share-wrap-inner .share-link:hover span.share-icon img {
    /* filter: invert(63%) sepia(229%) saturate(1070%) hue-rotate(200deg) brightness(96%) contrast(107%); */
    filter: invert(26%) sepia(75%) saturate(6661%) hue-rotate(204deg) brightness(91%) contrast(94%);
}

ul li,
ol li {
    padding-top: 0;
}

ol li {
    padding-left: .3rem;
}

ul li::marker {
    color: #0762C8;
}

ol li::marker {
    font-weight: 700;
}

p a {
    color: inherit;
    font-size: 1em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .01em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;

}

p a:hover {
    opacity: .7;
}

h1,
.h1-style {
    font-family: "Adelle", Georgia, serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: .03em;
    ;
    line-height: 1.3em;
    margin: 0;
}

h2,
.h2-style {
    color: #141b4d;
    font-family: "Adelle", Georgia, serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;

}

h3,
.h3-style {
    color: #141b4d;
    font-family: "Brother-1816", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0;

}

h4,
.h4-style {
    color: #141b4d;
    font-family: "Adelle", Georgia, serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.4em;
    margin: .64em 0 0 0;
    padding: 0;
}

h5,
.h5-style {
    font-family: "Brother-1816", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2em;
    margin: .8em 0 0 0;
    padding: 0;
    text-transform: uppercase;
}

.gray-bg {
    background: #f5f4f4;
}

.dk-blue-bg {
    background: #141B4D;
}

.dk-blue-bg+.gray-bg,
.dk-blue-bg+.lt-blue-bg,
.dk-blue-bg+.dk-blue-bg,
.lt-blue-bg+.gray-bg,
.lt-blue-bg+.lt-blue-bg,
.lt-blue-bg+.dk-blue-bg,
.gray-bg+.gray-bg,
.gray-bg+.lt-blue-bg,
.gray-bg+.dk-blue-bg,
.interior-page-hero+.gray-bg,
.interior-page-hero+.lt-blue-bg,
.interior-page-hero+.dk-blue-bg {
    margin-top: 0;
}

.gray-bg:last-child,
.dk-blue-bg:last-child,
.lt-blue-bg:last-child,
.simple-hero.with-image:last-child {
    margin-bottom: 0;
}

.dk-blue-bg.with-pattern:before {
    background: url(../images/hero-pattern.svg) repeat-x top left;
    background-size: auto 100%;
    content: '';
    left: 0;
    height: 5rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.lt-blue-bg {
    background: #0762C8;
}

.dk-blue-bg p,
.dk-blue-bg h2,
.dk-blue-bg .h2-style,
.dk-blue-bg h3,
.dk-blue-bg .h3-style,
.dk-blue-bg h4,
.dk-blue-bg .h4-style,
.dk-blue-bg h5,
.dk-blue-bg .h5-style,
.lt-blue-bg p,
.lt-blue-bg h2,
.lt-blue-bg .h2-style,
.lt-blue-bg h3,
.lt-blue-bg .h3-style,
.lt-blue-bg h4,
.lt-blue-bg .h4-style,
.lt-blue-bg h5,
.lt-blue-bg .h5-style {
    color: #fff;
}

.wp-block-button__link,
.wp-block-file__button,
.wp-block-button .wp-element-button,
.default-cta .wp-element-button,
a.default-cta,
button.default-cta,
span.default-cta {
    border: 2px solid #141B4D;
    border-radius: 2.5rem;
    background: transparent;
    color: #141b4d !important;
    display: inline-block;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5em;
    /* max-width: 15em; */
    min-width: 12em;
    padding: .5rem 1.2rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: all .2s ease;
    white-space: nowrap;
}

.standard-section-wrap .wp-block-button .wp-element-button {
    margin-top: 1.6rem;
    min-width: 7.5rem;
}

.dk-blue-bg .default-cta .wp-element-button,
.lt-blue-bg .default-cta .wp-element-button,
.dk-blue-bg .wp-element-button,
.lt-blue-bg .wp-element-button,
.dk-blue-bg a.default-cta,
.lt-blue-bg a.default-cta,
.dk-blue-bg span.default-cta,
.lt-blue-bg span.default-cta {
    border-color: #fff;
    color: #fff !important;
}

.wp-block-button__link:hover,
.wp-block-button .wp-element-button:hover,
.default-cta .wp-element-button:hover,
.default-cta .wp-element-button:hover,
a:hover .default-cta .wp-element-button,
a.default-cta:hover,
a:hover span.default-cta {
    background: #141B4D;
    color: #fff !important;
}

.dk-blue-bg .default-cta .wp-element-button:hover,
.dk-blue-bg .wp-element-button:hover,
.dk-blue-bg a.default-cta:hover,
.dk-blue-bg a:hover span.default-cta,
.dk-blue-bg a:hover .default-cta .wp-element-button,
.lt-blue-bg .default-cta .wp-element-button:hover,
.lt-blue-bg .wp-element-button:hover,
.lt-blue-bg a.default-cta:hover,
.lt-blue-bg a:hover span.default-cta,
.lt-blue-bg a:hover .default-cta .wp-element-button {
    background: #fff;
    color: #141b4d !important;
}

.icon-cta .wp-element-button {
    background: transparent;
    color: #141b4d;
    border: none;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.1em;
    max-width: unset;
    padding: .2em .5em .2em 2.5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.icon-cta .wp-element-button:hover {
    background: transparent;
    color: #0762C8 !important;
}

.icon-cta .wp-element-button:before {
    color: #141b4d;
    content: '\eaae';
    bottom: -.2em;
    font-size: 1.95em;
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'FILL' 0;
    font-weight: 400;
    left: 0;
    line-height: 1.25em;
    margin: auto;
    position: absolute;
    top: -.2em;
    transition: all .2s ease;
}

.icon-cta.play-icon .wp-element-button:before {
    content: '\e1c4';
}

.icon-cta:hover .wp-element-button:before {
    font-variation-settings: 'FILL' 1;
}

.large-cta {
    /* background: linear-gradient(0deg, #F5F4F4 0%, #F5F4F4 100%); */
    align-items: center;
    background: #fff;
    border-radius: .25em;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    gap: .8em;
    justify-content: flex-start;
    margin-top: 2.1rem;
    max-width: 28rem;
    padding: 1.5em 1.6em;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.large-cta.with-image {
    justify-content: flex-start;
    max-width: 33.5rem;
    padding: .7em .9em;
}

.large-cta .lg-cta-img {
    background: #d2d2d2;
    display: block;
    border-radius: .25rem;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 8.3rem;
}

.large-cta .lg-cta-img:before {
    content: '';
    display: block;
    padding: 53% 0 0 0;
    position: relative;
    width: 100%;
}

.lg-cta-img img {
    display: block;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: auto;
}

.large-cta .cta-content {
    display: inline-flex;
    flex-direction: column;
    gap: .5rem;
    max-width: 65%;
}

.large-cta .cta-title {
    color: #0762c8;
    font-family: "Adelle", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2em;

}

.large-cta .cta-text {
    color: #141b4d;
    font-family: "Brother-1816", Arial sans-serif;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.3em;
}

.large-cta .cta-arrow {
    border: 2px solid #0762c8;
    border-radius: 50%;
    height: 2rem;
    position: absolute;
    right: 1rem;
    transition: all .2s ease;
    width: 2rem;
}

.large-cta.with-image .cta-arrow {
    width: 2rem;
}

/* .large-media-wrap .large-cta .cta-arrow {
    width: 2.1rem;
} */
.large-cta:hover .cta-arrow {
    background: #0762c8;
}

.large-cta .cta-arrow span {
    bottom: 0;
    color: #0762c8;
    left: 0;
    line-height: 2rem;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .2s ease;
}

.large-cta:hover .cta-arrow span {
    color: #fff;
}

/* NAVIGATION */
.admin-bar .full-nav-wrap,
.logged-in .full-nav-wrap {
    top: 32px !important;
}

.full-nav-wrap {
    display: block;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
}

.top-nav {
    align-items: center;
    background: #0762c8;
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.top-nav .alert-wrap {
    display: block;
    max-width: 65%;
    width: 100%;
}

.alert-wrap.mobile-alert {
    display: none;
}

.top-nav .alert-wrap-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: .5em;
    margin: 0 auto;
    width: 100%;
}

.top-nav .alert-wrap-inner p {
    color: #fff;
    padding: 0;
}

.top-nav-link-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.6rem;
    /* margin-right: calc(((100vw - 82.7rem) / 2) * -1); */
    margin-right: 0;
}

.top-nav a {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: "Brother-1816", Arial sans-serif;
    font-size: .7rem;
    font-weight: 700;
    gap: .5rem;
    justify-content: space-between;
    line-height: 1.5em;
    padding: 1em 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.top-nav .top-nav-link-wrap:hover a {
    opacity: .6;
}

.top-nav .top-nav-link-wrap:hover a:hover {
    opacity: 1;
}

.top-nav a span {
    display: inline-block;
    height: 1.1rem;
    position: relative;
    vertical-align: middle;
    width: 1.1rem;
}

.top-nav a span img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.top-nav .lgbt-flag {
    height: 2.6rem;
    width: 1.4rem;
}

.top-nav .lgbt-flag img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
    width: 100%;
}

.main-nav {
    background: #141B4D;
    color: #fff;
    padding: .94rem 0;
}

.nav-center {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 83.8rem;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}

.main-nav .nav-center {
    gap: 10%;
}

.top-nav .nav-center {
    max-width: 100%;
    padding: 0 0 0 1rem;
}

.nav-logo {
    height: 2.4rem;
    display: block;
    max-width: 15rem;
    position: relative;
    width: 100%;
}

.nav-logo img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.nav-link-wrap {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
    justify-content: center;
    list-style-type: none;
    width: 40%;
}

.nav-link-wrap li {
    list-style-type: none;
}

.nav-link-wrap li a {
    color: #fff;
    font-family: "Adelle", Georgia, serif;
    font-size: .8rem;
    line-height: 1.2em;
    padding: 2.6em 0;
    position: relative;
    text-decoration: none;
}

.nav-link-wrap li.menu-item-has-children a {
    padding-right: 1rem;
}

.nav-link-wrap li.menu-item-has-children a.dropdown-toggle:after {
    bottom: 0;
    content: '\e5cf';
    font-family: "Material Symbols Outlined";
    font-size: 1.4em;
    height: 1.1rem;
    line-height: 1em;
    margin: auto;
    position: absolute;
    right: -.2em;
    top: 0;
}

.nav-link-wrap li.menu-item-has-children:hover a.dropdown-toggle:after {
    transform: rotate(180deg);
}

.nav-link-wrap .dropdown-menu {
    background: #141B4D;
    border: 1px solid rgba(255,255,255,.2);
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
    margin: 0;
    min-width: 8rem;
    padding: 1rem;
    position: absolute;
    top: 100%;
    top: calc(100% + .9rem);
    width: auto;
    z-index: 550;

}

.nav-link-wrap .menu-item-has-children:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.nav-link-wrap .dropdown-menu a,
.nav-link-wrap .menu-item-has-children:hover .dropdown-menu a {
    padding: .5rem .5rem .5rem 0;
    transition: all .2s ease;
}

.nav-link-wrap .dropdown-menu a:hover,
.nav-link-wrap .menu-item-has-children:hover .dropdown-menu a:hover {
    padding: .5rem 0 .5rem .5rem;
}

.nav-cta {
    appearance: none;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2.5rem;
    color: #fff;
    display: inline-flex;
    cursor: pointer;
    font-size: .7rem;
    gap: .5rem;
    line-height: 1.5em;
    padding: .8rem 2rem;
    text-transform: uppercase;
    width: 8.25rem;
    z-index: 100;
}

.hamburger {
    display: block;
    height: .9rem;
    overflow: hidden;
    position: relative;
    width: 1.1rem;
}

.hamburger .menu-bar {
    background: #fff;
    border-radius: .1em;
    height: .1rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s ease;
    width: 100%;
}

.hamburger .menu-bar.mb1 {
    top: 0;
}

.hamburger .menu-bar.mb2 {
    top: .4rem;
}

.hamburger .menu-bar.mb3 {
    top: .8rem;
}

.mega-open .hamburger .menu-bar.mb1 {
    top: .4rem;
    transform: rotate(45deg);
}

.mega-open .hamburger .menu-bar.mb2 {
    left: -100%;
    opacity: 0;
}

.mega-open .hamburger .menu-bar.mb3 {
    top: .4rem;
    transform: rotate(-45deg);
}

.mega-menu-wrap {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: block;
    height: 0;
    opacity: 0;
    padding: 3.25rem 4.75rem;
    position: absolute;
    top: -100%;
    transition: all .2s ease;
    visibility: hidden;
    width: 100vw;
    z-index: -1;
}

.mega-open .mega-menu-wrap {
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 0;
}

.mega-menu-wrap:before {
    background: #0762c8;
    bottom: 0;
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 22.25rem;

}

.mega-menu-wrap:after {
    background: url(../images/nav-deco.png) no-repeat bottom right;
    background-size: 100% auto;
    bottom: 0;
    content: '';
    height: 11.45rem;
    opacity: .25;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    width: 17.5rem;
    z-index: 0;
}

.mega-menu-wrap .nav-center {
    align-items: flex-start;
    gap: 7rem;
}

.mega-menu-left {
    flex: 0 0 73%;
}

.mega-menu-right {
    background: #0762C8;
    flex: 0 0 27%;
    padding: 0 2.5rem;
}

.mega-menu-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.35rem;
    list-style-type: none;
}

.mega-menu-inner li {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 23%;
    list-style-type: none;
    padding-top: 0;
}

.mega-menu-inner a {
    text-decoration: none;
}

.mega-menu-inner a.dropdown-toggle,
.mega-menu-inner li a {
    color: #141B4D;
    font-family: "Brother-1816", Arial sans-serif;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s ease;
}

.mega-menu-inner a.dropdown-toggle {
    cursor: default;

}

/* .mega-menu-inner a.dropdown-toggle:hover,
.mega-menu-inner li a:hover {
    opacity: .8;
} */

.mega-menu-inner li .dropdown-menu {
    padding: 0;
}

.mega-menu-inner .dropdown-menu li {
    width: 100%;
}

.mega-menu-inner .dropdown-menu a {
    font-family: "Adelle", Georgia, serif;
    font-weight: 400;
    opacity: 1;
    padding: .25rem .5rem .25rem 0;
    transition: all .2s ease;
    text-transform: none;
}

.mega-menu-inner .dropdown-menu a:hover {
    padding: .25rem 0 .25rem .5rem;
    opacity: 1;
}

.mega-menu-right .mega-menu-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    justify-content: space-between;

}

.mega-menu-right .mega-menu-inner .link-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: .6rem;
    z-index: 50;
    ;
}

.mega-menu-right .link-list .nav-link {
    color: #fff;
    font-size: .7rem;
    font-family: "Brother-1816", Arial sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    padding: .85em 0 .85em 2.1em;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease;
}

.mega-menu-right .link-list .nav-link img {
    bottom: 0;
    display: block;
    height: 1rem;
    left: 0;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1rem;
}

.mega-menu-right:hover .link-list .nav-link {
    opacity: .6;
}

.mega-menu-right:hover .link-list .nav-link:hover {
    opacity: 1;
}

.mega-menu-right .social-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.4rem;
    justify-content: flex-start;
    z-index: 50;

}

.cookie-wrap {
    background: #0762C8;
    border-radius: .5rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    bottom: 1rem;
    display: block;
    left: 1rem;
    max-width: 95%;
    position: fixed;
    z-index: 500;
}

.cookie-wrap-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-start;
    padding: .5rem 1rem;
}

.cookie-wrap p {
    color: #fff;
    font-size: .8rem;
    padding-top: 0;
}

.cookie-wrap .cookie-link {
    display: block;
    position: relative;
}

.cookie-wrap .cookie-link span {
    display: inline-block;
    line-height: 1.3em;
    vertical-align: middle;
}

.wp-block-post-date {
    font-family: "Brother-1816", Arial, sans-serif;
    color: #0762C8;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;

}

.post-navigation-link-prev a,
.post-navigation-link-next a {
    color: #141B4D;
    font-family: "Adelle", Georgia, serif;
    font-size: .7rem;
    max-width: 12rem;
    text-decoration: none;
    transition: all .2s ease;
    width: 100%;
}

.post-navigation-link-next a:hover {
    color: #0762C8;
}

/* FOOTER */
.full-footer-wrap {
    background: #0762C8;
    color: #fff;
    padding: 2rem 0 1rem 0;
    width: 100vw;

}

.footer-center {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 83.5rem;
    padding: 0 1rem;
    width: 100%;
}

.footer-upper {
    padding: 0 0 2.7rem 0;
}

.footer-upper .footer-inner-wrap,
.footer-lower .footer-inner-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-upper .footer-inner-wrap {
    gap: 4.7rem;
    justify-content: space-between;
}

.footer-left {
    flex: 0 0 40%;
    width: 40%;
}

.footer-logo {
    position: relative;
    height: auto;
    display: block;
    width: 15rem;
}

.footer-logo:before {
    content: '';
    display: block;
    padding: 120% 0 0 0;
    position: relative;
    width: 100%;

}

.footer-logo img {

    display: block;
    lefT: 0;
    height: auto;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;

}

.footer-headline {
    padding-right: 1rem;
    position: relative;
}

.footer-headline p {
    color: #fff;
    font-family: "Adelle", Georgia, serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2em;

}

.footer-right {
    display: flex;
    flex-direction: row;
    flex: 0 0 55%;
    justify-content: flex-start;
    gap: 6.5rem;
}

.footer-link-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex: 0 0 8.5rem;
    gap: .5rem;
    justify-content: flex-start;
    list-style-type: none;
}

.footer-link-list.split-list {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
    min-width: 60%;
    width: 100%;
}

.footer-link-list-inner {
    display: inline-flex;
    flex: 1 0 45%;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-start;
    list-style-type: none;
}

.footer-link-list-inner:last-child {
    padding-top: 1rem;
}

.footer-link {
    color: #fff;
    font-family: "Adelle", Georgia, serif;
    font-size: .8rem;
    line-height: 1.3em;
    padding: .2em .5em .2em 0;
    text-decoration: none;
    transition: all .2s ease;
}

.footer-link:hover {
    padding: .2em 0 .2em .5em;
}

.footer-link-list .footer-cta {
    border: 2px solid #fff;
    border-radius: 2.5rem;
    color: #fff;
    font-family: "Brother-1816", Arial sans-serif;
    font-size: .7rem;
    font-weight: 700;
    margin-top: 1.3rem;
    min-width: 11.85em;
    padding: .85rem 1rem .85rem 2.5rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
}

.footer-link-list .footer-cta:hover {
    color: #141B4D;
    background: #fff;
}

.footer-link-list .footer-cta img {
    bottom: 0;
    height: 1rem;
    left: 1rem;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1rem;
}

.footer-link-list .footer-cta:hover img {
    filter: invert(44%) sepia(70%) saturate(6088%) hue-rotate(203deg) brightness(102%) contrast(94%);
}

.footer-link.header {
    font-family: "Brother-1816", Arial sans-serif;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.5em;
    padding: 3em 0 0 0;
    text-transform: uppercase;
}

.footer-link.header:hover {
    padding: 3em 0 0 0;
    opacity: .5;
}

.footer-lower {
    border-top: 1px solid #fff;
    padding: 1.75rem 0 0 0;
}

.footer-upper .footer-inner-wrap {
    align-items: flex-start;
}

.footer-lower .footer-inner-wrap {
    align-items: center;
}

.footer-lower p.footer-copy {
    color: #fff;
    font-size: .7rem;
    line-height: 1.3em;
    padding: 0;
}

.footer-lower .social-links {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.6rem;
}

.footer-lower-links {
    align-items: center;
    display: inline-flex;
    flex: 0 0 30%;
    flex-direction: row;
    justify-content: space-between;

}

.footer-copy-link {
    color: #fff;
    font-family: "Adelle", Georgia, serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.1em;
    text-decoration: none;
}

/* MARGIN REDUCTION */
.centered-content-block.gray-bg+.section-wrap.gray-bg {
    margin-top: 0;
    padding-top: 0;
}

.page-sticky-nav+.section-wrap.dk-blue-bg,
.page-sticky-nav+.section-wrap.gray-bg,
.page-sticky-nav+.section-wrap.lt-blue-bg {
    margin-top: 0;
}

.centered-content-block+.section-wrap {
    margin-top: 6rem;
}

.gray-bg+.lt-blue-bg,
.gray-bg+.dk-blue-bg,
.dk-blue-bg+.gray-bg,
.dk-blue-bg+.lt-blue-bg,
.lt-blue-bg+.gray-bg,
.lt-blue-bg+.dk-blue-bg {
    margin-top: 0;
}

/* ARCHIVE STYLES */
.pagination {
    align-items: center;
    color: #141B4D;
    display: flex;
    flex-direction: row;
    font-family: "Adelle", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 1.5rem;
    justify-content: center;
    margin: 2rem auto 0 auto;
    position: relative;
    width: 100%;
}

.pagination a {
    color: #141B4D;
    text-decoration: none;
    text-align: center;
    width: 1.05rem;
}

.pagination a:hover {
    color: #0762c8;
}

.pagination a.page-numbers.prev,
.pagination a.page-numbers.next {
    font-size: 0;
    height: 1.2rem;
    position: relative;
    width: 1.2rem;
}

.pagination a.page-numbers.prev:before,
.pagination a.page-numbers.next:before {
    color: #141b4d;
    content: '\e5e1';
    font-family: "Material Symbols Outlined";
    font-size: .8rem;
    line-height: 1.7em;
    position: absolute;
}

.pagination a.page-numbers.prev:before {
    content: '\e5e0';
}

.pagination a.page-numbers.prev:hover:before,
.pagination a.page-numbers.next:hover:before {
    color: #0762c8;
}

.pagination span {
    color: #141B4D;
    position: relative;
    text-align: center;
    width: 1.05rem;
}

.pagination span.current:before {
    content: '';
    background: #0762c8;
    height: 2px;
    lefT: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 100%;
}

/* STANDARD PAGE STYLES */
.standard-section-wrap {
    display: block;
    margin: 6rem 0;
    position: relative;
}

.standard-section-wrap.event-content-wrap {
    margin: 3rem 0 6rem 0;
}

.standard-section-wrap.event-content-wrap div,
.standard-section-wrap.event-content-wrap p,
.standard-section-wrap.event-content-wrap * {
    font-family: "Brother-1816", Arial, sans-serif !important;
}

.standard-section-wrap .center,
.single-event .standard-section-wrap div {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 55vw;
    padding: 0 1rem;
}


.standard-section-wrap.full-width .center {
    max-width: 78.5rem;
}

.standard-section-wrap h1,
.standard-section-wrap .h1-style,
.standard-section-wrap h2,
.standard-section-wrap .h2-style,
.standard-section-wrap h3,
.standard-section-wrap .h3-style .standard-section-wrap h4,
.standard-section-wrap .h4-style,
.standard-section-wrap h5,
.standard-section-wrap .h5-style {
    color: #0762C8;
}
.single-news .standard-section-wrap h1 {
    color: #141b4d;
    font-family: "Adelle", Georgia, serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.4em;
}

.standard-section-wrap.full-width p {
    max-width: 55%;
}

.standard-section-wrap.full-width .wp-block-columns p {
    max-width: 95%;
}

.standard-section-wrap.full-width p.has-text-align-center {
    margin: 0 auto;
}

.wp-block-group {
    box-sizing: border-box;
    margin: 6rem auto;
    display: block;
    padding: 0 1rem;
    max-width: 85vw;
    width: 100%;
}

.wp-block-details {
    border-top: 1px solid #141B4D;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin: .5rem 0 .5rem 0;
    padding: 1rem 0 1rem;
    position: relative;
    width: 100%;
}

.standard-section-wrap.full-width .wp-block-details {
    max-width: 95%;
}

.standard-section-wrap.full-width .wp-block-column .wp-block-details {
    max-width: 95%;
}

.wp-block-details:first-of-type,
.wp-block-details:first-child {
    margin-top: 2rem;
}

.wp-block-details:last-of-type,
.wp-block-details:last-child {
    border-bottom: 1px solid #141b4d;
    margin-bottom: 2rem;
}

.wp-block-details summary {
    color: #141b4d;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;

}

.wp-block-details summary::marker,
.wp-block-details summary::-webkit-details-marker {
    content: none;
    display: none;
}

.wp-block-details summary:after {
    content: "\e145";
    color: #0762C8;
    font-family: "Material Symbols Outlined";
    font-size: 1.2rem;
    font-weight: 400;
    position: absolute;
    right: 0;

}

.wp-block-details[open] summary:after {
    content: "\e15b";
}

.standard-section-wrap figure.is-type-video,
.standard-section-wrap figure.wp-block-image {
    /* margin: 3rem auto; */
    margin: 1rem auto 1rem auto;
}

.wp-block-image img {
    border-radius: .5rem;
    width: 100%;
}

.wp-block-image figcaption {
    color: #141B4D;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.1em;
}

.standard-section-wrap figure.wp-block-image.size-medium {
    width: 60%;
}

.standard-section-wrap figure.wp-block-image {
    border-radius: .5rem;
    overflow: hidden;
}

.standard-section-wrap .wp-block-column figure.wp-block-image {
    margin: 0;
}

.standard-section-wrap .wp-block-column figure.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
}

.standard-section-wrap figure.is-type-video iframe {
    border-radius: .5rem;
    height: auto;
    min-height: 500px;
    width: 100%;
}

.standard-section-wrap.full-width figure.is-type-video iframe {
    min-height: 800px;
}

.standard-section-wrap .wp-block-columns {
    margin: 2rem auto;
}

.standard-section-wrap .wp-block-columns a,
.standard-section-wrap .wp-block-file a {
    color: #0762C8;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
}

.standard-section-wrap .wp-block-columns a:hover,
.standard-section-wrap .wp-block-file a:hover {
    color: #141B4D;
}

.standard-section-wrap .wp-block-columns .wp-block-column:nth-child(2) .wp-block-post-navigation-link {
    text-align: right;
}

.standard-section-wrap.full-width .wp-block-columns {
    margin: 4rem auto;
}

.standard-section-wrap.full-width .wp-block-columns .wp-block-columns {
    margin: 0 0 1rem 0;
    width: 70%;
}

.standard-section-wrap .wp-block-table {
    display: flex;
    flex-direction: column-reverse;
    margin: 2rem auto;
}

.standard-section-wrap .wp-block-table figcaption {
    background: #0762C8;
    color: #fff;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .01em;
    ;
    padding: 1.25rem;
    text-align: center;
    text-transform: uppercase;

}

.standard-section-wrap .wp-block-table {
    border-collapse: collapse;
    font-family: "Brother-1816", Arial, sans-serif;
}

.standard-section-wrap .wp-block-table thead {
    background: rgba(7, 98, 200, 0.20);
    border-bottom: none;
}

.standard-section-wrap .wp-block-table td,
.standard-section-wrap .wp-block-table th {
    color: #141b4d;
    font-size: .7rem;
    padding: .5rem 1.25rem;
    text-align: left;
}

.standard-section-wrap .wp-block-table th {
    font-size: .8rem;
    font-weight: 600;
}

.standard-section-wrap .wp-block-search__label {
    font-size: 0;
}

.wp-block-search__inside-wrapper,
.search-page-wrap form {
    display: flex;
    gap: 1rem;
}

.search-page-wrap form {
    margin-bottom: 2rem;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.wp-block-search__inside-wrapper .wp-block-search__input,
input#filter_event_title,
.search-page-wrap form input#searchbox {
    background: #f5f5f5;
    border: none;
    border-bottom: 2px solid #0762C8;
    font-size: 1rem;
    font-family: "Brother-1816", Arial, sans-serif;
    font-weight: 400;
}

input#filter_event_title {
    border: 1px solid #c4c4c4;
    /* border-bottom: 2px solid #0762C8; */
    border-radius: 1.5rem;;
    height: auto;
    min-height: 3rem;
    min-width: 15rem;
    margin-top: -1.4rem;
    margin-top: 0;
    padding: .25rem 1rem;
    position: absolute;
    position: relative;
    right: 0;
    width: 100%;
}
input#filter_event_title:focus-visible {
    background: #fff;
}

.search-page-wrap form input#searchbox {
    width: 100%;
}

.wp-block-search__inside-wrapper .wp-block-search__button,
.search-page-wrap form input#searchsubmit {
    appearance: none;
    background: #fff;
    border: 2px solid #141B4D;
    border-radius: 2.5rem;
    color: #141b4d;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5em;
    padding: .25rem 1.2rem;

}

.wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background: #141B4D;
    color: #fff;

}

.search-page-wrap .search-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
}

.search-page-wrap .search-header .search-query {
    color: #141B4D;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;

}

.search-page-wrap .search-result {
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0;
    padding: 0 0 1rem 0;
    width: 100%;
}

.search-page-wrap .search-result:last-child {
    border-bottom: none;
}

.search-page-wrap .search-result .h5-style {
    color: #141B4D;
    display: inline-block;
    letter-spacing: 0;
    margin-top: 0;
    max-width: 75%;
    padding: 0 1rem 0 0;
    text-transform: none;
    transition: all .2s ease;
}

.search-page-wrap .search-result a:hover .h5-style {
    padding: 0 0 0 1rem;
}

.search-page-wrap .search-result a.search-result-link {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.search-page-wrap .search-result .read-more-link {
    color: #0762C8;
    display: block;
    font-family: "Brother-1816", Arial, sans-serif;
    font-weight: 700;
    float: right;
    text-transform: uppercase;
    position: relative;
    transition: all .2s ease;
}

.search-page-wrap .search-result a .read-more-link:before {
    background: #0762C8;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.search-page-wrap .search-result a:hover .read-more-link,
.search-page-wrap .search-result a:hover {
    color: #141B4D;

}

/* GRAVITY FORMS STYLES */
.gform_heading h2,
.gform_heading .gform_title,
.standard-section-wrap .gform_heading h2,
.standard-section-wrap .gform_heading .gform_title {
    color: #141B4D;
    font-size: 1.6rem;
}

.gform_wrapper,
.standard-section-wrap .gform_wrapper {
    margin: 0 auto;
    max-width: 30rem;
}

.gfield_label,
.gform-field-label,
.standard-section-wrap .gfield_label,
.standard-section-wrap .gform-field-label {
    color: #141B4D;
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.6em;
}

.gform-field-label,
.standard-section-wrap .gform-field-label {
    font-size: .7rem !important;
}

.ginput_container input,
.ginput_container textarea,
.ginput_container select {
    background-color: #f5f5f5 !important;
    border: none !important;
    border-bottom: 2px solid #0762C8 !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Brother-1816", Arial, sans-serif !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
    width: 100% !important;
}

.ginput_container select {
    border: 2px solid #0762c8 !important;
}

.ginput_container .gchoice label {
    font-family: "Brother-1816", Arial, sans-serif;
    font-size: .8rem;
}

.ginput_container input[type="checkbox"],
.ginput_container .gchoice input {
    border: 2px solid #0762c8 !important;
    cursor: pointer;
}

.ginput_container input[type="radio"],
.ginput_container .gchoice input[type="radio"] {
    border-radius: 50% !important;
}

.gform_footer input[type="submit"] {
    border: 2px solid #141B4D !important;
    border-radius: 2.5rem !important;
    box-sizing: border-box !important;
    background: transparent !important;
    color: #141b4d !important;
    display: inline-block !important;
    font-family: "Brother-1816", Arial, sans-serif !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    min-width: 12em !important;
    padding: .5rem 1.2rem !important;
    position: relative !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all .2s ease !important;
    white-space: nowrap !important;
}

.gform_footer input[type="submit"]:hover {
    background: #141b4d !important;
    color: #fff !important;
}

@media screen and (max-width: 1800px),
print {

    /* DEFAULTS */
    .center,
    .standard-section-wrap.full-width .center {
        max-width: 62.8rem;
    }
}

@media screen and (max-width: 1500px),
print {

    /* DEFAULTS */
    #content {
        padding-top: 5.7rem;
    }

    .dk-blue-bg.with-pattern:before {
        height: 4rem;
    }

    .center {
        /* max-width: 60.5rem; */
        max-width: 58.5rem;
    }

    h1,
    .h1-style {

        font-size: 3rem;
    }

    h2,
    .h2-style {
        font-size: 2.4rem;


    }

    h3,
    .h3-style {
        font-size: 1.8rem;

    }

    h4,
    .h4-style {
        font-size: 1.4rem;
    }

    h5,
    .h5-style {
        font-size: 1rem;
    }

    .large-cta.with-image {
        max-width: 26.8rem;
    }

    .large-cta .lg-cta-img {
        width: 6.7rem;
    }

    .large-cta .cta-title {
        font-size: 1.1rem;
    }

    .large-cta .cta-arrow,
    .large-cta.with-image .cta-arrow {
        height: 1.6rem;
        width: 1.6rem;
    }

    .large-cta .cta-arrow span {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    /* .large-cta.with-image .cta-arrow {
        width: 2rem;
    } */
    .centered-content-block+.section-wrap {
        margin-top: 5rem;
    }

    /* NAVIGATION */
    .nav-center {
        max-width: 60rem;
    }

    .nav-logo {
        height: 2.7rem;
        max-width: 15rem;
    }

    .nav-cta {
        padding: .7rem 1.5rem;
        width: 7.25rem;
    }

    .top-nav-link-wrap {
        gap: 1.2rem;
        /* margin-right: calc(((100vw - 57.7rem) / 2) * -1); */
        /* margin-right: -1rem; */
    }

    .mega-menu-wrap {
        padding: 3rem 4.25rem;
    }

    .mega-open .mega-menu-wrap {
        top: 7.2rem;
    }

    .mega-menu-inner {
        gap: 1.1rem;
    }

    .mega-menu-wrap .nav-center {
        gap: 2rem;
        padding-left: 0;
    }

    .mega-menu-wrap:before {
        width: 29%;
    }

    .mega-menu-right {
        padding: 0 0 0 1.5rem;
    }

    .mega-menu-inner a.dropdown-toggle,
    .mega-menu-inner li a {
        font-size: .7rem;
    }

    /* FOOTER */
    .footer-center {
        max-width: 62rem;
    }

    .footer-link-list.split-list {
        flex-direction: column;
        gap: 1rem;
        flex: auto;
    }

    .footer-link-list-inner {
        flex: auto;
    }

    .footer-link-list-inner:last-child {
        padding-top: 0;
    }

    .footer-lower-links {
        flex: 0 0 36%;
    }

    /* STANDARD PAGE STYLES */
    .standard-section-wrap {
        margin: 5rem 0;
    }

    .standard-section-wrap .center,
    .single-event .standard-section-wrap div {
        max-width: 65vw;
    }

    .standard-section-wrap.full-width .center {
        /* max-width: 100%; */
        max-width: 58rem;
    }

    .standard-section-wrap.full-width p {
        max-width: 65%;
    }

    /* .standard-section-wrap.full-width .wp-block-details {
        max-width: 65%;
    } */
    /* SEARCH */
    .search-page-wrap .search-header .search-query {
        font-size: 1.8rem;
    }

    input#filter_event_title {
        min-width: 40rem;
        min-width: 100%;
    }
}

@media screen and (max-width: 1200px),
print {

    /* DEFAULTS */
    .center {
        max-width: 100%;
        /* max-width: calc(100vw - 2.4rem); */
        padding: 0 1.2rem;
    }

    .dk-blue-bg.with-pattern:before {
        height: 3.5rem;
    }

    h1,
    .h1-style {
        font-size: 2.5rem;
    }

    h2,
    .h2-style {
        font-size: 2rem;
    }

    h3,
    .h3-style {
        font-size: 1.6rem;

    }

    h4,
    .h4-style {
        font-size: 1.2rem;
        margin-top: .3em;
    }

    h5,
    .h5-style {
        font-size: 1rem;
    }

    .large-cta.with-image {
        max-width: 65%;
    }

    .centered-content-block+.section-wrap {
        margin-top: 4rem;
    }

    /* NAVIGATION */
    .full-nav-wrap {
        display: flex;
        flex-direction: column;
    }

    .full-nav-wrap.mega-open {
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
    }

    .top-nav {
        order: 1;
    }

    .main-nav {
        order: 0;
        padding: .2rem 0;
    }

    .nav-link-wrap {
        /* background: #fff;
        flex-direction: column;
        position: absolute;
        top: 6.35rem;
        width: 100vw; */
        display: none;
    }

    .nav-logo {
        max-width: 13rem;
    }

    .nav-center {
        max-width: 100%;
    }

    .nav-cta {
        line-height: 1.6em;
        padding: .4rem 1.5rem;
        width: 6.95rem;
    }

    .hamburger {
        height: .7rem;
        margin-top: .15rem;
        width: .9rem;
    }

    .hamburger .menu-bar.mb1 {
        top: .15rem;
    }

    .mega-open .hamburger .menu-bar.mb1 {
        top: .3rem;
    }

    .hamburger .menu-bar.mb2 {
        top: .35rem;
    }

    .hamburger .menu-bar.mb3 {
        top: .6rem;
    }

    .mega-open .hamburger .menu-bar.mb3 {
        top: .3rem;
    }

    .top-nav .alert-wrap {
        max-width: 48%;
    }

    /* .top-nav-link-wrap {
        margin-right: calc(((100vw - 43rem) / 2) * -1);
        margin-right: -1rem;
    } */
    .mega-menu-wrap {
        order: 2;
        box-shadow: none;
        padding: 1.6rem 1.2rem;
    }

    .mega-open .mega-menu-wrap {
        overflow-x: hidden;
        padding-bottom: 0;
        top: 5.7rem;
    }

    .mega-menu-wrap .nav-center {
        flex-direction: column;
        gap: 1.8rem;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .mega-menu-wrap:before {
        display: none;

    }

    .mega-menu-wrap .mega-menu-right {
        position: relative;
    }

    .mega-menu-wrap .mega-menu-right:before {
        background: #0762c8;
        content: '';
        height: 100%;
        left: -20%;
        margin: auto;
        position: absolute;
        right: -20%;
        top: 0;
        width: 120vw;
    }

    .mega-menu-left,
    .mega-menu-right {
        flex: 1 0 100%;
        width: 100%;
    }

    .mega-menu-inner {
        flex-direction: column;
        gap: 0;
        padding-left: 0;
    }

    .mega-menu-inner li {
        border-bottom: 1px solid #b6b4b4;
        padding: .5em 0;
    }

    .mega-menu-inner li:last-child {
        border-bottom: none;
    }

    .mega-menu-inner a.dropdown-toggle {
        position: relative;
    }

    .mega-menu-inner a.dropdown-toggle:hover,
    .mega-menu-inner li a:hover {
        opacity: 1;
    }

    .mega-menu-inner a.dropdown-toggle:after {
        bottom: 0;
        color: inherit;
        content: '\e313';
        font-family: "Material Symbols Outlined";
        font-size: 1.2em;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;

    }

    .mega-menu-inner .dropdown-menu {
        display: none;
    }

    .menu-item-has-children.open .dropdown-menu {
        display: block;
    }

    .mega-menu-inner a.dropdown-toggle,
    .mega-menu-inner li a {
        font-size: 1rem;
    }

    .mega-menu-inner li ul a {
        font-size: .8rem;
    }

    .mega-menu-wrap .mega-menu-right {
        padding: 2.1rem 0 1.1rem 0;
    }

    .mega-menu-right .mega-menu-inner {
        gap: 2rem;
    }

    .mega-menu-wrap:after {
        height: 15rem;
        background-size: auto 100%;
        width: 27rem;
    }

    /* FOOTER */
    .footer-center {
        max-width: 90%;
    }

    .footer-upper .footer-inner-wrap {
        gap: 3rem;
    }

    .footer-left {
        flex: 0 0 30%;
        width: 30%;
    }

    .footer-logo {
        width: 12rem;
    }

    .footer-right {
        gap: 5rem;
        flex: 0 0 60%;
    }

    .footer-link-list {
        /* flex: 0 0 6.5rem; */
        flex: 0 0 40%;
    }

    .footer-headline {
        padding-right: 0;
    }

    .footer-headline p {
        font-size: 1.9rem;
    }

    .footer-lower .footer-inner-wrap {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;

    }

    /* STANDARD PAGE STYLES */
    .standard-section-wrap {
        margin: 4rem 0;
    }

    .standard-section-wrap.full-width .wp-block-columns {
        margin: 2rem auto;
    }

    .standard-section-wrap figure.wp-block-image.size-medium {
        width: 80%;
    }

    .standard-section-wrap.full-width .wp-block-columns .wp-block-columns {
        width: 100%;
    }

    .standard-section-wrap .center,
    .single-event .standard-section-wrap div {
        max-width: 75vw;
    }

    .standard-section-wrap.full-width .center {
        /* max-width: calc(100vw - 2.4rem); */
        max-width: 100%;
    }

    .standard-section-wrap figure.is-type-video iframe {
        min-height: 300px;
    }

    .standard-section-wrap.full-width p {
        max-width: 75%;
    }

    /* .standard-section-wrap.full-width .wp-block-details {
        max-width: 75%;
    } */
    /* SEARCH */
    .search-page-wrap .search-header .search-query {
        font-size: 1.6rem;
    }

    .event-search-block {
        margin: 0 auto;
        position: relative;
        width: 100%;
    }

    input#filter_event_title {
        left: 0;
        margin: auto;
        min-height: 2rem;
        min-width: 10rem;
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 900px),
print {

    /* DEFAULTS */


    #content {
        /* padding-top: 2.4rem; */
        /* padding-top: 2.8rem; */
        padding-top: 2.9rem;
    }

    h1,
    .h1-style {
        font-size: 2rem;
    }

    h2,
    .h2-style {
        font-size: 1.6rem;
    }

    h3,
    .h3-style {
        font-size: 1.2rem;

    }

    h4,
    .h4-style {
        font-size: 1.2rem;
    }

    h5,
    .h5-style {
        font-size: .8rem;
    }

    .large-cta.with-image {
        justify-content: flex-start;
        max-width: 100%;
    }

    .large-cta .cta-title {
        font-size: 1rem;
    }

    .large-cta .cta-arrow,
    .large-cta.with-image .cta-arrow {
        height: 1.5rem;
        width: 1.5rem;
    }

    .large-cta.with-image .cta-arrow {
        border-color: #fff;
        position: absolute;
        left: 2.25rem;
    }

    .large-cta .lg-cta-img {
        width: 4.4rem;
    }

    .large-cta .lg-cta-img:before {
        padding: 100% 0 0 0;
    }

    .large-cta .cta-arrow span {
        font-size: .9rem;
        line-height: 1.5rem;

    }

    .large-cta.with-image .cta-arrow span {
        color: #fff;
    }

    .dk-blue-bg.with-pattern:before {
        display: none;
    }

    .centered-content-block+.section-wrap {
        margin-top: 3rem;
    }

    /* NAVIGATION */
    .top-nav {
        display: none;
    }

    .mega-open .top-nav {
        display: flex;
    }

    .top-nav .no-mobile {
        display: none;
    }

    .top-nav .lgbt-flag {
        bottom: 0;
        display: block;
        height: 2.4rem;
        right: 0;
        position: absolute;
        top: 0;
        width: 1.35rem;
    }

    .nav-cta {
        border: none;
        padding: .9rem .75rem;
        width: auto;

    }

    .hamburger {
        height: 1rem;
        margin-top: 0;
        width: 1rem;
    }

    .hamburger .menu-bar.mb1 {
        top: .1rem;
    }

    .hamburger .menu-bar.mb2 {
        top: .45rem;
    }

    .hamburger .menu-bar.mb3 {
        top: .8rem
    }

    .nav-cta #menu-text {
        display: none;
    }

    .top-nav {
        justify-content: center;
    }

    .top-nav .alert-wrap {
        display: none;
    }

    .alert-wrap.mobile-alert {
        background: #0762C8;
        display: block;
        position: relative;
        width: 100%;
    }

    .mega-open .alert-wrap.mobile-alert {
        display: none;
    }

    .alert-wrap.mobile-alert .alert-wrap-inner {
        padding: .5rem 1rem;
    }

    .alert-wrap.mobile-alert .alert-wrap-inner p,
    .alert-wrap.mobile-alert .alert-wrap-inner a {
        display: inline-block;
        color: #fff;
        font-family: "Brother-1816", Arial, sans-serif;
        font-size: .8rem;
        padding: 0;
        vertical-align: middle;
    }

    .alert-wrap.mobile-alert .alert-wrap-inner a {
        text-decoration: none;
        font-weight: 700;
    }

    .mega-menu-wrap {
        padding: 1.2rem;
    }

    .mega-open .mega-menu-wrap {
        top: 5.7rem;
    }

    .mega-menu-right .mega-menu-inner .link-list {
        gap: 0;
    }

    .cookie-wrap {
        max-width: 91%;
        width: 100%
    }

    .cookie-wrap-inner {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: .5rem;
    }

    .cookie-wrap p {
        width: 55%;
    }

    .cookies-wrap-inner .default-cta {
        min-width: 10em;
    }

    /* FOOTER */
    .footer-upper .footer-inner-wrap {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-left,
    .footer-right {
        flex: 1 0 100%;
        width: 100%;
    }

    .footer-logo {
        width: 9.7rem;
    }

    .footer-headline {
        padding-right: 3rem;
    }

    .footer-headline p {
        font-size: 1.6rem;
    }

    .footer-link-list {
        justify-content: flex-start;
        flex: 1 0 45%;
    }

    /* STANDARD PAGE STYLES */
    .standard-section-wrap {
        margin: 3rem 0;
    }

    .standard-section-wrap.full-width .wp-block-columns {
        margin: 0 auto;
    }

    .standard-section-wrap.full-width .wp-block-columns .wp-block-columns .wp-block-column {
        flex-grow: 0;
        flex-basis: 45% !important;
    }

    .standard-section-wrap .center,
    .single-event .standard-section-wrap div {
        max-width: 85vw;
    }

    .standard-section-wrap.full-width .center {
        max-width: 100%;
    }

    .standard-section-wrap.full-width p {
        max-width: 100%;
    }

    .standard-section-wrap.full-width .wp-block-details {
        max-width: 100%;
    }

    .standard-section-wrap .wp-block-table td,
    .standard-section-wrap .wp-block-table th {
        min-width: 8rem;
    }

    .standard-section-wrap.full-width figure.is-type-video iframe {
        min-height: 400px;
    }

    /* SEARCH */
    .wp-block-search__inside-wrapper,
    .search-page-wrap form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wp-block-search__inside-wrapper .wp-block-search__input,
    .search-page-wrap form input#searchbox {
        width: 100%;
    }

    .search-page-wrap .search-header .search-query {
        font-size: 1.2rem;
    }

    .search-page-wrap .search-result .h5-style,
    .search-page-wrap .search-result a:hover .h5-style {
        padding: 0;
    }

    .simple-hero.event-hero {
        min-height: 14rem;
        padding-top: 6rem;
    }

    .simple-hero.event-hero .centered-content-wrap .h1-style,
    .simple-hero.event-hero .centered-content-wrap h1 {
        font-size: 1.8rem;
    }

    .simple-hero.event-hero .centered-content-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px),
print {

    /* NAVIGATION */
    .admin-bar .full-nav-wrap,
    .logged-in .full-nav-wrap {
        top: 0 !important;
    }

    .cookie-wrap p {
        width: 100%;
    }

    /*FOOTER */
    .footer-right {
        flex-direction: column;
        gap: 0;
    }

    .footer-lower-links {
        flex: 1 0 100%;
        flex-wrap: wrap;
        gap: 1.2rem;
        justify-content: center;
    }

    .large-cta.with-image .cta-arrow {
        height: 1.5rem;
        left: 2.3rem;
        right: auto;
        width: 1.5rem;
    }

    .large-cta.with-image .cta-arrow span {
        font-size: .7rem;
        line-height: 1.5rem;
    }

    .centered-content-block+.section-wrap {
        margin-top: 2.4rem;
    }
    .centered-content-block + .section-wrap.gray-bg {
        margin-top: 0;
    }

    .standard-section-wrap .wp-block-column figure.wp-block-image.size-medium {
        width: 100%;
    }

    .standard-section-wrap.full-width .wp-block-columns .wp-block-columns {
        gap: .5rem;
        margin: 0;
    }

    .standard-section-wrap.full-width .wp-block-columns .wp-block-columns .wp-block-column {
        flex-grow: 1;
        flex-basis: 50% !important;
    }

    /* STANDARD PAGE STYLES */
    .standard-section-wrap {
        margin: 2.4rem 0;
    }

    .standard-section-wrap .center,
    .single-event .standard-section-wrap div {
        max-width: 100%;
    }
   

    .standard-section-wrap.full-width .center {
        max-width: 100%;
    }

    .standard-section-wrap.full-width figure.is-type-video iframe {
        min-height: 300px;
    }

    .simple-hero.event-hero .centered-content-wrap .h1-style,
    .simple-hero.event-hero .centered-content-wrap h1 {
        font-size: 1.25rem;
    }
}
