.frame-type-sd_pageheader .pageheader-content {
    width: 100%;
}

#mainMenu.menu-main-accordion .additional-menu {
    margin-bottom: 0;
}

figure.image {
    position: relative;
}

figcaption {
    line-height: 1rem;
    padding: 0.5rem
}

.image-copyright {
    background: rgba(255,255,255,0.7);
    font-size: 10px;
    padding: 3px 7px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

blockquote, .blockquote {
    font-weight: 300;
    margin-bottom: 0.5rem;
}

blockquote p, .blockquote p {
    font-size: 1.5rem;
}

blockquote p:last-child, .blockquote p:last-child {
    margin-bottom: 0;
}

.spacer-before {
    border-top: 1px solid #808080;
    margin-top: 15px !important;
    padding-top: 15px !important;
}

.video-embed {

    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: calc(100vh - 170px);
        border: none;
    }
  }

@media (max-width: 576px) {
    .small-xs {
        font-size: 0.875em;
        line-height: 1.2;
    }
}

.img-fluid-height {
    max-height: 100%;
    width: auto;
}

@media (min-width: 992px) {
    .mt-lg-20, .my-lg-20 {
        margin-top: 2rem !important;
    }
}

.header-moved-out .hide-on-header-moved-out {
    opacity: 0;
    transition: all 0.5s ease;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

span.text-tiny,
.text-tiny {
    font-size: 0.7em;
}
span.text-small,
.text-small {
    font-size: 0.85em;
}
span.text-big,
.text-big {
    font-size: 1.3em;
}
span.text-huge,
.text-huge {
    font-size: 1.7em;
}

.text-decoration-underline {
    text-decoration: underline !important;
  }

form {
    --altcha-border-radius: 0;
    --altcha-checkbox-outline: none;
    --altcha-max-width: 220px;
}