/* caveat-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/Caveat/Caveat-regular.woff2') format('woff2');
}
  /* caveat-700 - latin */
  @font-face {
    font-display: swap;
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/Caveat/Caveat-bold.woff2') format('woff2');
}
.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;
}

.content-block-quote {
    margin: 2rem 0 3.5rem;
}

.content-block-quote__text {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    border-left: 6px solid #d9d9d9;
    padding-left: 1rem;
}

.content-block-quote__text p {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.content-block-quote__author {
    color: #808080;
    font-size: 1.2rem;
    padding: 0;
    text-align: right;
}

.content-block-quote__author::before {
    content: '\2014 ';
}

.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;
}

@media (min-width: 768px) {
    .position-md-sticky {
        position: sticky;
        top: 8rem;
    }
}