.at-header {
    background: #f2f9fb;
}

.at-header__visual {
    position: relative;
    overflow: hidden;
    max-height: 80vh;
}

.at-header--longRead .at-header__visual {
    padding-top: 12em;
}

.at-header--standard .at-header__visual {
    padding-right: 4%;
    padding-left: 4%;
}

.at-header__visual--hasImage {
    padding-top: 50px;
}

.at-header--standard .at-header__visual--hasImage {
    padding-bottom: 50px;
}

.at-header--standard .at-header__visual--hasMore {
    padding-bottom: 90px;
}

.at-header__imageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.has-js .at-header__imageWrapper {
    opacity: 0;
}

.at-header__image {
    position: absolute;
    top: 0;
    will-change: top;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translateX(-50%); /* IE 9 */
    transform: translateX(-50%); /* IE 10, Fx 16+, Op 12.1+ */
    min-height: 100%;
    max-width: 10000px;
    min-width: 100%; /** bug fix for smaller images */
}

.has-js .at-header__imageWrapper--ready {
    -webkit-animation: at-header-imageTween .7s forwards;
    animation: at-header-imageTween .7s forwards;
}

.has-js  .at-header__visual--hasImage .at-header__imageWrapper--ready + .at-header__textWrapper--hasTitle {
    margin-top: -40px;
    -webkit-animation: at-header-textTween .7s .3s forwards;
    animation: at-header-textTween .7s .3s forwards;
}

.at-header__textWrapper {
    position: relative;
    text-align: center;
    display: table;
}

.at-header--longRead .at-header__textWrapper {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 3em;
}

.at-header__longReadType {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: -2.8em;
    font-size: 1.1em;
    font-family: 'Futurapt Bold', sans-serif;
    text-transform: uppercase;
}

.at-header--standard .at-header__visual--noImage .at-header__textWrapper {
    max-width: 55em;
    margin-right: auto;
    margin-left: auto;
}

.at-header--standard .at-header__visual--hasImage .at-header__textWrapper {
    min-width: 50%;
    max-width: 25em;
    padding: 10px 15px;
    text-align: left;
}

.at-header__text {
    display: table-cell;
    vertical-align: middle;
}

.at-header__icon {
    display: block;
    max-width: 200px;
    margin: 2em auto .8em;
    border-radius: 100%;
    background-color: #fff;
}

.at-header__sector {
    font-size: 90%;
    text-transform: uppercase;
}

.at-header__mainTitle {
    margin: 0 0 .3em;
    line-height: 1.05;
    font-size: 1.5em;
}

.at-header__mainTitle:first-child {
    margin-top: 1.6em;
}

.at-header--longRead .at-header__mainTitle {
    width: 90%;
    max-width: 16em;
    margin: auto;
}

.at-header__visual--hasImage .at-header__mainTitle em {
    color: #f9a702;
}

.at-header__more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.at-header__moreBackground {
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -1542px;
}

.at-headerContent {
    overflow: hidden;
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
}

.at-header__visual + .at-headerContent {
    padding-top: 1em;
}

.at-header__intro--bold {
    position: relative;
    max-width: 36em;
    margin: 0 auto;
    padding-bottom: 1px;
}

.at-header__intro--bold p {
    font-family: 'Futurapt Bold', sans-serif;
    font-size: 1.3em;
    letter-spacing: -.03em;
    word-break: break-word;
    color: #0081ab;
}

.at-header__bodyWrapper {
    overflow: hidden;
    max-width: 34em;
    max-height: 0;
    margin: auto;
    text-align: left;
    line-height: 1.4;
    opacity: 0;
    transition: all .5s ease-in-out .2s;
    will-change: max-height;
}

.no-js .at-header__bodyWrapper {
    max-height: none;
    opacity: 1;
}

.at-header__seeMore {
    display: block;
    width: 100%;
    margin: 1em 0 1em;
    text-decoration: none;
    transition: transform .1s ease-out;
}

.no-js .at-header__seeMore {
    display: none;
}

.at-header__seeMore:hover {
    transform: translateY(2px);
}

.seeMoreLink--active .at-header__seeMore:hover {
    transform: translateY(-2px);
}

.at-header .u-seeMore--close,
.seeMoreLink--active .u-seeMore--open {
    display: none;
}

.seeMoreLink--active .u-seeMore--close {
    display: inline;
}

.seeMoreLink--active .at-header__bodyWrapper {
    max-height: 1000px;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .at-header__visual--hasImage {
        padding-top: 90px;
    }

    .at-header--standard .at-header__visual--hasImage {
        padding-bottom: 90px;
    }

    .at-header--standard .at-header__visual--hasMore {
        padding-bottom: 130px;
    }

    .at-header--standard .at-header__visual--hasImage .at-header__textWrapper {
        padding-right: 30px;
        padding-left: 30px;
    }

    .at-header--longRead .at-header__textWrapper {
        padding-bottom: 4em;
    }

    .at-header__mainTitle {
        font-size: 2.45em;
    }

    .at-header__more {
        height: 89px;
    }
}

@media screen and (min-width: 1200px) and (min-height: 800px) {
    .at-header--standard .at-header__visual--hasImage .at-header__textWrapper {
        min-height: 18em;
    }
}

@-webkit-keyframes at-header-imageTween {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes at-header-imageTween {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes at-header-textTween {
    0% {
        background-color: rgba(0,43,92,0);
    }
    100% {
        background: rgba(0,43,92,0.5);
    }
}
@keyframes at-header-textTween {
    0% {
        background-color: rgba(0,43,92,0);
    }
    100% {
        background: rgba(0,43,92,0.5);
    }
}
