.visuallyhidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
html .content-component .content-component--overlay {
    margin-top: 0;
    margin-bottom: 0;
}
html .banner.banner--split .default-text-dark .headline a {
    color: #000;
}
html .content-component .content, html .content-component .content p {
        font-size: .95rem;
    }
@media (min-width: 576px) {
    html .content-component .content, html .content-component .content p, html p {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    html .banner {
        min-height: 75vh;
        height: unset;
    }
    html main section:not(.section-no-space) {
        margin: 1.5rem 0;
        padding: 0;
    }
}
html main section:not(.section-no-space) {
    margin: 1rem 0;
    padding: 0;
}
html .content-component {
    margin: 1rem 0 !important;
    padding: 0 !important;
}
section h3:first-of-type, section h2:first-of-type {
    margin-top: 0;
}
html .archives .archive-year .archive-article .archive-article--image img {
    aspect-ratio: 1/1;
    object-position: center;
}
html .archive-article--image a {
    height: 100%;
    display: inline-block;
}
html .banner.banner--split .default-text-dark :where(.date, .headline, .subtext, .credits), html .banner.banner--with-overlay .default-text-dark :where(.date, .headline, .subtext, .credits) {
    color: #000;
}
html .default-text-dark em {
    color: inherit;
}
@media (max-width: 991.98px) {
    html .page-content:has(.video--container) {
         margin-top: 0; 
    }
}
html .banner.banner--with-video {
    /*gap: 0;*/
}
html .ratio:before {
    padding-top: 315px;
}
html .yt-loader {
    height: 100%;
    padding-top: 18%;
    margin-top: 0;
}
html .banner.banner--split .subtext, html .banner.banner--with-overlay .subtext, html .archives .archive-year .archive-article .archive-article--label, html .pull-quote blockquote, html .sidebar-component .sidebar-widget .sidebar-widget--header, html .sidebar-component .sidebar-widget .sidebar-widget--subheader, html .numbered-list .numbered-list--item .numbered-list--heading, html .content-component .heading, html .articles .article .article--heading{
    text-transform: none;
}
html .banner.banner--split .right img {
    width: 100%;
}
html .banner.banner--split .default-text-dark .date, html .banner.banner--with-overlay .default-text-dark .date {
    border-bottom: 1px solid black;
}
html .banner--grid.title-var img {
    max-width: 25%;
}
html .banner.banner--split .headline, html .banner.banner--with-overlay .headline, html .banner.banner--title h1 {
    text-transform: none;
}
html .banner.banner--title h1 {
    font-size: 4.5rem;
}
footer.main-footer {
    margin-top: 75px;
}
@media only screen and (min-width: 768px) {
    html .mx-md-auto {
        margin-right: 0;
        margin-left: 0;
    }
    
    html .sidebar-component .col-md-6 {
        width: 75%;
    }
    html .sidebar-component .content-sidecar {
        max-width: unset;
        width: 25%;
    }
}
iframe {
    max-width: 100%;
}
section.banner.banner--with-overlay.dark-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    opacity: 100%;
    z-index: 1;
}
section.banner.banner--with-overlay.light-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, white, transparent);
    opacity: 100%;
    z-index: 1;
}
html .banner.banner--with-overlay.light-overlay .headline a {
    color: black;
}
html .banner.banner--with-overlay.light-overlay .date {
    color: black;
    border-bottom: 1px solid black;
}
html .banner.banner--with-overlay.light-overlay .headline {
    color: black;
}
html .banner.banner--with-overlay.light-overlay .subtext {
    color: black;
}
html .banner.banner--with-overlay.light-overlay .credits {
    color: black;
}
.banner.banner--with-overlay .banner--grid {
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 510px) {
    section.banner.banner--with-overlay {
    padding-top: 30px;
}
}
.heading:has(img) + .content {
    margin-top: -2rem;
}
html .content-component.content-component--text-image .content-component--grid>div, html .content-component.content-component--text-quote .content-component--grid>div {
    width: 100%;
}
img.float-text-image-left {
    float: left;
    padding-right: 2rem;
}
img.float-text-image-right {
    float: right;
    padding-left: 2rem;
}

img.title-logo-left {
    position: relative;
    left: 0;
}
img.title-logo-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
img.title-logo-right {
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}

.default-text-dark * {
    color: #000;
}
.default-text-dark a{
    color: #005eb8;
}
html .content-component .content, html .content-component .content p {
    color: #000;
}

.default-text-light * {
    color: #fff !important;
}

@media only screen and (min-width: 768px) {
    html .banner.banner--split .left .container-lg {
        padding-left: 5rem;
    }
}

article.article {
    display: none;
}

.load-more {
    margin-bottom: 3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #EE332E;
    color: white;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    transition: all 250ms ease;
}

.load-more:hover {
    background: #ae162e;
}

.load-more:focus {
    outline: 4px solid #ae162e;
}

html a, html li, html p, html button {
    font-family: Titillium Web,sans-serif;
}