@media (max-width: 767.98px) {

    .header {
        padding-bottom: 50px;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    .hi {
        margin-top: 100px;
    }

}

@media (min-width: 768px) {

    .header {
        padding-bottom: 100px;
        height: auto;
        width: 100%;
        position: relative;
    }
    
    .hi {
        margin-top: 142px;
    }
    
    .header__heading-1 {
        margin-top: 50px;
    }
    
    .img--margin-top {
        margin-top: -142px;
    }

}

@media (min-width: 992px) {
    
    .content__heading-2 {
        margin-top: 10px;
    }
    
}

.header {
    background: #ffffff;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #004c81;
    text-transform: uppercase;
}

.header__heading-1 span {
    display: block;
}

.header p, .content p, .faq p, .form p {
    font-size: 1.6rem;
    color: #383838;
}

.header__image {
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.header__img-1 {
    top: 150px;
    right: 0;
    z-index: 1;
}

.header__img-2 {
    max-width: 240px !important;
    top: 0;
    right: 0;
    z-index: 2;
}

.header__span {
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #004c81;
    line-height: 2.6rem;
    display: block;
}

.header__span a, .header__span a:focus {
    color: #004c81;
    text-decoration: none;
}

.header__span a:hover {
    text-decoration: underline;
}

.header__shadow {
    background: url(../images/shadow-dark-1.png) repeat-x left bottom;
    height: 261px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.content {
    position: relative;
}

.content--padding, .faq--padding, .form--padding {
    padding: 60px 0;
}

.content__heading-2, .faq__heading-2, .form__heading-2 {
    margin-bottom: 20px;
    font-size: 3rem;
    color: #004c81;
}

.content__image {
    height: auto;
    max-width: 100%;
}

.content__img-1 {
    top: -100px;
    left: 0;
}

.faq {
    background-color: #f6f6f6;
}