/**
 * Hero image
 */

.at-heroImage {
    position: relative;
    background: transparent no-repeat center center;
    background-size: cover;
}

.at-heroImage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 70vh;
    z-index: 10;
}

.at-heroImage__content--small {
    height: 24em;
}

.at-heroImage--hasOverlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 60, 88, .7);
}

.at-hero-content {
    max-width: 450px;
    padding-top: 4em;
    padding-bottom: 4em;
}

.at-heroImage h2,
.at-heroImage h3 {
    color: #193c58;
}

.at-heroImage__content--titleWhite h2,
.at-heroImage__content--titleWhite h3 {
    color: #fff;
    text-shadow: 0 0 4px rgba(27, 27, 27, 0.8);
}

.at-heroImage h2 {
    margin-bottom: .7em;
    font-size: 1.7em;
}

.at-heroImage h3 {
    max-width: 36em;
    margin-bottom: 2em;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5em;
}

.at-hero-content__titleLine + .at-hero-content__titleLine {
    display: block;
    margin-top: 1em;
}

.at-heroImage .button {
    padding: 10px 18px;
}

.at-heroImage .button-pri {
    margin-right: .6em;
    margin-bottom: .5em;
    background-color: #008944;
}

.at-heroImage .button-pri:hover {
    background-color: #007333;
}

.at-heroImage .button-sec {
    color: #193c58;
    background-color: #f0f3f6;
    box-shadow: 0 0 2px #7d99b7 inset;
}

.at-heroImage .button-sec:hover {
    color: #1a75b0;
    background-color: #fff;
}
