.headerContainer::after {
    display: none; /** Header nav needs no border if banner is there to separate it from rest of the page */
}

.heroBanner {
    position: relative;
    max-width: 1440px;
    margin: auto;
    background: #f1f5fb no-repeat 50% 50%;
    background-size: cover;
}

.heroBanner__contentWrapper {
    padding: 2em 1em 0;
    overflow: auto;
}

@media screen and (max-width: 767px) {
    .heroBanner__image {
        padding-top: 50%;
        background-size: cover;
    }

    .heroBanner--flat .heroBanner__image {
    padding-top: 36%;
    }

    .heroBanner__content {
        padding: 1em 1em .5em;
    }
}

.heroBanner__title {
    position: static;
    margin: 0;
    line-height: 1;
    color: inherit;
}

.heroBanner__text {
    margin-top: 1em;
    font-size: 1.5rem;
    line-height: 1.15;
}

.heroBanner__layoverLink {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    text-indent: -999em;
}

.heroBanner__link,
.heroBanner__link:hover {
    margin-top: 1em;
    text-decoration: none;
}

.heroBanner__ribbon,
.heroBanner__ribbonArticle {
    max-width: 1440px;
    margin: auto;
    text-shadow: none;
    color: #565016;
    background: rgba(251, 248, 231, 0.92);
}

.heroBanner__ribbon {
    padding: .5em 1em;
    margin-top: .5em;
    text-align: center;
}

.heroBanner__ribbon p {
    display: inline;
}

.heroBanner__ribbon::after {
    content: '\00a0\2193';
    font-family: var(--fam-icon);
}

.heroBanner__ribbonArticle {
    display: none;
    max-height: 4em;
}

.heroBanner__ribbon.show::after {
    position: absolute;
    right: 1em;
    top: 1em;
    content: '\00D7';
}

.heroBanner__ribbon.show {
    position: relative;
    padding: 0;
}

.heroBanner__ribbon.show > * {
    display: none;
}

.heroBanner__ribbon.show + .heroBanner__ribbonArticle {
    display: block;
    padding: 2em;
    max-height: 40em;
    transition: all .3s ease-out;
}

.heroBanner__ribbonArticle > * {
    max-width: 70em;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .heroBanner {
        height: 50vw;
        max-height: 780px;
    }

    .heroBanner--flat {
        height: 36vw;
        max-height: 568px;
    }

    .heroBanner__picture {
        display: none;
    }

    .heroBanner__contentWrapper--left {
        padding-right: 50%;
    }

    .heroBanner__contentWrapper--center {
        padding-right: 25%;
        padding-left: 25%;
        text-align: center;
    }

    .heroBanner__contentWrapper--right {
        padding-left: 50%;
        text-align: right;
    }

    .heroBanner__content {
        padding: 1em 3em;
    }

    .heroBanner--bright {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

    .heroBanner--dark {
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .heroBanner__title {
        margin-top: 0;
        font-size: calc(1vw + 2.5rem);
        hyphens: auto;
    }
}

/**
 * social media big buttons
 */

.heroBanner__socialMedia {
    display: none;
}

.heroBanner__socialMedia a {
    text-decoration: none;
    color: inherit;
    opacity: .8;
}

.heroBanner__socialMedia a:hover {
    opacity: 1;
}

.heroBanner__socialMedia a::before {
    margin: 0 .2em 0 0;
    font-size: 2.5em;
    text-shadow: none;
}

@media screen and (min-width: 1024px) {
    .heroBanner__socialMedia {
        display: block;
        padding: 0 .5em 1em 1em;
        text-align: right;
        position: absolute;
        bottom: 0;
    }

    .heroBanner__socialMedia--right {
        right: 0;
    }
}
