html {
    font-family: var(--copy);
    font-size: 18px;
    line-height: 150%;
}

.asw .sep-page .list-view article .date,
.asw .sep-page .grid-view article .date,
.asw .sep-page .grid .search button,
.asw .sep-page .sep-calendar .search button,
.asw .sep-page .listing .search button,
.asw .sep-page .sep-calendar .eventCalendar-wrap .eventsCalendar-slider .eventsCalendar-monthWrap .eventsCalendar-daysList .eventsCalendar-day-header,
.asw .sep-page .sep-calendar .eventCalendar-wrap .eventsCalendar-slider .eventsCalendar-monthWrap .eventsCalendar-daysList li.dayWithEvents,
.asw .sep-page .sep-detail .event-description .single-event-image .overlay-counter,
.asw .sep-page .sep-detail .single-segments .segments-style .timeline,
.asw .sep-page .list-view .btn.btn-primary,
.asw .sep-page .list-view .btn.btn-primary:hover,
.asw .sep-page .grid-view .btn.btn-primary,
.asw .sep-page .grid-view .btn.btn-primary:hover,
.asw .sep-page .pagination li a:hover,
.asw .sep-page .pagination li span.current,
.asw .sep-page .pagination li span.current:hover {
    background-color: black;
}

a {
    color: var(--orange);
    text-decoration: none;
}

a:hover {
    color: var(--blue);
}

h1 {
    font: normal 2rem var(--heading);
    margin: 2rem auto;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 0.5rem;
}

h2 {
    font: normal 1.3rem var(--copy);
    margin: 2rem auto;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font: normal 1rem var(--heading);
    margin: 1rem 0;
    text-transform: uppercase;
    word-spacing: 0.5rem;
}

.clearfix:before,
.clearfix:after {
    clear: both;
    content: ' ';
    float: none;
    display: table;
    width: 100%;
}

.page-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: calc(100% - 2rem);
}

#homepage-hero,
#hero {
    position: relative;
}

.hero-image {
    background-position: center;
    background-size: cover;
    display: block;
    min-height: 460px;
    transition: all 500ms cubic-bezier(1, 0, 0, 1);
    width: 100%;
}

.nav-active .hero-image {
    min-height: 200px;
    transition: all 500ms cubic-bezier(1, 0, 0, 1);
}

.nav-container {
    background-color: var(--yellow);
    display: block;
    max-height: 45px;
    overflow: hidden;
    padding-top: 45px;
    transition: all 1s cubic-bezier(1, 0, 0, 1);
    position: relative;
    z-index: 1;
}

.nav-active .nav-container {
    max-height: 999vh;
    transition: all 1s cubic-bezier(1, 0, 0, 1);
}

.logo-container {
    background: url('../images/header-mobile.svg') center center no-repeat;
    background-size: auto;
    display: block;
    height: 130px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo-container .wrapper {
    align-items: center;
    display: grid;
    grid-template-columns: 2.5rem 1fr 2.5rem;
    height: 130px;
    margin: 0 auto;
    max-width: 1080px;
    width: calc( 100% - 2rem );
}

.main-menu-toggle {
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    justify-self: right;
}

.menu-open {
    display: inline-block;
}

.menu-close {
    color: var(--orange);
    display: none;
}

.nav-active .menu-close {
    display: inline-block;
}

.nav-active .menu-open {
    display: none;
}

.logo {
    justify-self: center;
}

.welcome-positioner {
    background-color: var(--blue);
    display: block;
    margin: 3px 0 0 0;
    width: 100%;
}

.welcome-positioner .text-container {
    color: white;
    margin: 0 auto;
    padding: 1rem 0;
    width: calc( 100% - 2rem );
    text-align: center;
}

.welcome-positioner .text-container h1 {
    display: block;
    font: normal 1rem var(--heading);
    letter-spacing: 1px;
    margin: 1rem auto;
}

.main-menu-container {
    padding: 100px 0 2rem 0;
}
#menu-main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul.sub-menu {
    list-style-type: none;
}

.menu a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.menu a:hover {
    color: var(--orange);
}

.menu ul {
    margin-left: 1rem;
}

.menu ul a {
    font-weight: normal;
    text-transform: none;
}

#searchform {
    display: grid;
    grid-template-columns: 1fr 2rem;
    grid-column-gap: 1rem;
    padding: 1rem 0;
}

#searchform input {
    appearance: none;
    border: 0;
    display: flex;
}

#searchform input:focus {
    outline: none;
}

#searchform input.field {
    background-color: white;
    border-radius: 20px;
    height: 40px;
    padding: 0 1rem;
}

#searchform input.submit {
    background: transparent url(../images/search-solid.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.asw .sep-page {
    margin: 1rem auto;
    max-width: 1080px;
    padding: 0;
    width: calc( 100% - 2rem );
}

.asw .listing .list-view {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.asw .sep-page .row {
    margin: 0;
}

.asw .sep-page .list-view article {
    background: transparent;
    float: none;
    margin: 0;
}

.asw .sep-page .container {
    margin: 0;
    padding: 0;
    position: relative;
}

.asw .sep-page .list-view article figure img {
    height: 0;
    position: absolute;
    width: 0;
}

.event-card-image {
    background-position: center;
    background-size: cover;
    padding-top: 66.6%;
}

.event-grid-content {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.asw .sep-page .list-view article .date {
    background: transparent;
    left: auto;
    padding: 0 1rem;
    top: auto;
}

.asw .sep-page .list-view article .date .date-style {
    display: block;
    opacity: 0.85;
    padding: 0;
    position: static;
    text-align: left;
    transform: none;
    font: normal 1.5rem/1.25rem var(--heading);
    text-transform: uppercase;
}

.asw .sep-page .list-view article .description {
    background-color: rgba(255,255,255,0.85);
    padding: 1rem;
}

.asw .sep-page .event-grid-content h3 {
    color: black;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
}

.asw .sep-page .event-grid-content h3 a {
    color: black;
}

.event-grid-content .time {
    display: none;
}

.asw .sep-page .list-view .event-card-image a {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.program-tiles {
    margin: 0 auto;
    max-width: 100%;
    width: calc( 100% - 2rem );
}

.tiles-grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.program-tile {
    background-color: black;
    height: 0;
    overflow: hidden;
    padding-top: 375px;
    position: relative;
}

.program-tile a {
    display: block;
    color: white;
    font-size: .88rem;
    height: 100%;
    left: 0;
    line-height: normal;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

.program-logo-container {
    align-items: center;
    display: flex;
    height: calc( 100% - 4rem );
    justify-content: center;
}

.program-logo-container img {
    max-width: 150px;
    width: calc( 100% - 2rem );
}

.program-description {
    max-height: 0;
    overflow: hidden;
}

.program-name {
    bottom: 0;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
}

.posts-grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
}

.posts-grid .thumbnail {
    background-position: center;
    background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 66.6%;
}

.timestamp {
    margin: 0.5rem 0;
    opacity: 0.5;
    text-transform: uppercase;
}

.read-more-link {
    display: block;
    margin: 0.5rem 0;
    text-transform: uppercase;
}

.branded-cta {
    align-items: center;
    border-bottom: 10px solid black;
    box-shadow: 2px 2px 0 rgba(0,0,0,0);
    display: flex;
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 1rem;
    min-height: 110px;
    padding: 0 100px 0 1rem;
    position: relative;
    text-transform: uppercase;
    transition: all 250ms linear;
    width: 100%;
}

.branded-cta:hover {
    box-shadow: 2px 2px 0 rgba(0,0,0,0.5);
    transform: translate(-2px,-2px);
    transition: all 250ms linear;
}

.branded-cta:after {
    background: transparent url('../images/button-logo.svg') center bottom no-repeat;
    background-size: contain;
    bottom: -2px;
    content: ' ';
    height: 42px;
    position: absolute;
    right: 1rem;
    width: 60px;
}

.branded-cta.Orange {
    background-color: var(--orange);
    color: white;
}

.branded-cta.Blue {
    background-color: var(--blue);
    color: white;
}

.branded-cta.Sand {
    background-color: var(--sand);
    color: black;
}

.branded-cta.Yellow {
    background-color: var(--yellow);
    color: black;
}

.footer-columns {
    border-top: 10px solid black;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    margin: 2rem auto;
    padding: 2rem 0;
}

footer h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

footer p {
    margin-bottom: 1rem;
}

#mc_embed_signup input {
    border: 0;
    appearance: none;
    display: flex;
    font: normal 1rem var(--copy);
    height: 40px;
    padding: 0 1.5rem;
    width: 100%;
}

#mc_embed_signup input:focus {
    outline: none;
}

#mc_embed_signup input[type=email] {
    border-bottom: 2px solid black;
    margin-bottom: 5px;
}

#mc_embed_signup input[type=submit] {
    background-color: black;
    color: white;
    cursor: pointer;
    justify-content: center;
    text-transform: uppercase;
}

#mc_embed_signup input[type=submit]:hover {
    background-color: var(--orange);
}

.email-field {
    display: block;
    position: relative;
}

.email-field:before {
    content: '\f0e0';
    font: 600 .85rem 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 15px;
}

.social-links {
    display: flex;
    margin-top: 1rem;
    width: auto;
}

.social-links a {
    color: black;
    display: block;
    font-size: 2rem;
    margin-right: 1rem;
}

.social-links a:hover {
    color: var(--orange);
}

.copyright {
    text-align: center;
}

.copyright a {
    color: black;
}

.footer-logo img {
    display: block;
    margin: 1rem auto;
    max-width: 150px;
}

.nav-newsletter-signup #mc_embed_signup input[type=email] {
    background-color: rgba(255,255,255,0.5);
    border: 0;
    margin: 0;
    padding: 0 2.5rem;
}

.nav-newsletter-signup .email-field:before {
    left: 1rem;
}

.nav-newsletter-signup {
    margin-top: 1rem;
}

.nav-support-button a {
    align-items: center;
    background-color: var(--orange);
    display: flex;
    color: white;
    height: 40px;
    margin-top: 1rem;
    justify-content: center;
    text-transform: uppercase;
}

.page-content h1 {
    font: normal 1.33rem var(--heading);
    margin: 2rem auto;
    text-align: center;
    text-transform: uppercase;
}

.subnavigation {
    background-color: rgba(0,0,0,0.65);
    bottom: 0;
    color: white;
    display: block;
    font: bold 0.88rem var(--copy);
    position: absolute;
    width: 100%;
}

.subnavigation a {
    color: white;
    font-weight: normal;
}

.subnavigation a:hover {
    color: var(--yellow);
}

.subnavigation ul {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    max-width: 1080px;
    width: calc( 100% - 2rem );
}

.subnavigation li {
    cursor: pointer;
    display: block;
    padding: 0.5rem 0;
}

.child-links {
    max-height: 0;
    overflow: hidden;
    transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
}

.subnav-active .child-links {
    max-height: 99999px;
    transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
}

.child-links ul {
    margin: 0;
}

.subnav-toggle {
    display: inline-block;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.subnav-active .subnav-toggle {
    transform: rotateZ(180deg);
}

.asw .sep-page .list-view article .date {
    background-color: transparent;
}

.events-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.events-grid-image {
    background-color: var(--yellow);
    background-position: center;
    background-size: cover;
    display: block;
    height: 0;
    padding-top: 50%;
    position: relative;
}

.events-grid-image:after {
    background: linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    content: ' ';
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.events-grid-date {
    bottom: -5px;
    color: white;
    font: normal 1.25rem var(--heading);
    left: 1rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.events-grid h3 {
    font-size: 1rem;
    font-weight: bold;
}

.archive .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.archive .grid article a {
    background-position: center;
    background-size: cover;
    display: block;
    height: 0;
    padding-top: 66.6%;
    position: relative;
}

.archive .grid article .content {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.archive .grid article:hover .content {
    background-color: black;
}

.archive .grid article h2 {
    color: white;
    margin: 0 auto;
    padding: 1rem;
}

.related-events .description {
    background-color: black;
    margin-top: 2px;
    padding: 0.25rem 1rem;
}

.related-events .description a {
    color: white;
}

.related-events .events-grid-column:hover .description {
    background-color: var(--orange);
}

.event-start-date {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

.page-content ul {
    margin: 1rem;
}

.page-content p {
    margin-bottom: 1rem;
}

.contact-form input:not([type=checkbox]), .contact-form textarea {
    border: 0;
    border-bottom: 2px solid black;
    display: flex;
    height: 40px;
    margin-bottom: 1rem;
    width: 100%;
}

.contact-form input:not([type=checkbox]):focus, .contact-form textarea:focus {
    background-color: #EDEDED;
    outline: none;
    padding: 0 0.25rem;
}

.contact-form textarea {
    border: 2px solid black;
    height: 100px;
    padding: 0.25rem;
}

.contact-form input[type=submit] {
    background: var(--orange);
    border: 0;
    color: white;
    justify-content: center;
    letter-spacing: 1px;
    font: normal 1rem var(--heading);
    text-transform: uppercase;
}

.asw .wpcf7-form-control-wrap {
    display: block;
    margin: 1rem auto;
}

.asw .wpcf7-list-item {
    display: block;
    margin: 0.25rem 0;
}

.asw .wpcf7-list-item label {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.asw .wpcf7-list-item label input[type=checkbox] {
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
}

.asw .wpcf7-list-item label input span:before {
    background-color: #EDEDED;
    content: ' ';
    display: block;
    height: 0.5rem;
    width: 0.5rem;
}

.asw .wpcf7-list-item input:before {
    background-color: #EDEDED;
    content: ' ';
    display: inline-block;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
}

.asw .wpcf7-list-item input:checked:before {
    background: var(--orange);
}

.pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.pagination a,
.pagination span {
    display: block;
    margin: 0 0.25rem;
}

.posts-grid h2 {
    margin: 0.5rem 0;
    text-align: left;
    font: normal 1rem var(--heading);
}

.press-links {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
}

.press-entry .thumb {
    background-position: center;
    background-size: cover;
    display: block;
    min-height: 200px;
    position: relative;
}

.press-entry .thumb:after {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    bottom: 0;
    content: ' ';
    height: 2rem;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.press-entry .source {
    bottom: -0.25rem;
    color: white;
    font: normal 1rem var(--heading);
    left: 1rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.press-entry h2 {
    margin: 0.5rem 0;
    text-align: left;
}

.press-entry .press-link {
    display: block;
    text-align: right;
}

.post .post-container,
.post-width {
    margin: 0 auto;
    max-width: 800px;
}

#alert_banner {
    background-color: var(--orange);
    color: white;
    text-align: center;
    padding: 0.5rem;
}

#alert_banner a {
    color: var(--yellow);
}

.asw .wp-block-search input,
.asw .wp-block-search button {
    align-items: center;
    border: 0;
    display: flex;
    height: 40px;
    margin: 0;
    font: normal 1rem var(--copy);
}

.asw .wp-block-search input {
    background-color: #EDEDED;
    text-indent: 1rem;
}

.asw .wp-block-search button {
    cursor: pointer;
    background-color: var(--yellow);
    padding: 0 1rem;
}

.google-calendar-ical {
    display: table;
    margin: 1rem 0;
    width: 100%;
}

.google-calendar-ical a {
    display: inline-block;
    margin-left: 1rem;
}

.home .upcoming-events .pagination {
    display: none;
}

.home .upcoming-events p,
.home .latest-posts p {
    display: block;
    text-align: center;
}

a.button {
    background-color: var(--orange);
    color: white;
    display: table;
    font: bold 1rem var(--heading);
    letter-spacing: 0.1rem;
    margin: 0 auto;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    width: auto;
}

a.button:hover {
    background-color: black;
}

.grid-thumb {
    background-color: #EDEDED;
    background-position: center;
    background-size: cover;
    color: white;
    padding-top: 50%;
    position: relative;
}

.grid-thumb .date {
    font: normal 1.25rem var(--heading);
    bottom: -5px;
    left: 1rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.grid-thumb:after {
    background: linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    content: ' ';
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.grid-cell .title,
.sep-page h3 {
    color: black;
    font: normal 1.25rem var(--copy);
    margin: 0.5rem 0;
    text-transform: none;
}

.grid-cell:hover .title,
.sep-page .events-grid-column:hover .description h3 a {
    color: var(--orange);
} 

.events-query-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.grecaptcha-badge {
	display: none !important;
}

.page.contact .grecaptcha-badge {
	display: block;
}

.asw .sep-page h2,
.asw .sep-page .h2 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.upcoming-events {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.post-navigation {
    align-items: center;
    border-top: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    width: 100%;
}

.post-navigation .divider {
    width: 1rem;
}

.post-nav-link {
    align-items: center;
    display: flex;
}

.post-nav-link a {
    display: block;
    font-size: 0.75rem;
    line-height: normal;
}

.post-nav-link.next a {
    margin-right: 0.5rem;
    text-align: right;
}

.post-nav-link.prev a {
    margin-left: 0.5rem;
}

.hero-video {
    position: relative;
}

.hero-video video {
    margin-top: 2.5rem;
    width: 100%;
}

.hero-video .buttons label {
    display: none;
}

.hero-video .buttons {
    position: absolute;
    top: 6rem;
    right: 1rem;
    font-size: 2rem;
    display: flex;
}

.hero-video .buttons span {
    color: white;
    cursor: pointer;
    margin-left: 10px;
}

.hero-video .buttons span:hover {
    color: var(--orange);
}

.hero-video span.audio-off {
    display: none;
}

.unmuted .hero-video span.audio-on {
    display: none;
}

.unmuted .hero-video span.audio-off {
    display: block;
}

.hero-video-content {
    background-color: var(--sand);
    margin: -0.5rem 0 0 0;
    padding: 1rem 0;
    text-align: center;
}

.hero-video-content h1 {
    margin: 0 0 1rem 0;
}