body {
    font-family: Gillsans, sans-serif;
    color: #939393;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

* {
    outline: none;
}

.big-container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
}

.header {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #3385d0;
}

.content {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.content.header-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.content.banner-content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/banner-bg.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-left {
    width: 62%;
}

.heading {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Truenorthrough, sans-serif;
    color: #3385d0;
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.heading.heading-thanks {
    text-align: center;
}

.heading.center {
    text-align: center;
}

.paragraph {
    margin-bottom: 35px;
    color: #3385d0;
    font-size: 21px;
    line-height: 24px;
}

.grey {
    background: #f8f8f8;
    padding: 2% 4%;
    margin: 0 0 30px 0;
}

.grey .paragraph {
    margin: 0;
}

.paragraph.center {
    text-align: center;
}

.paragraph-10 {
    font-size: 18px;
    line-height: 24px;
    color: #6f6f6f;
    margin-bottom: 35px;
    margin-bottom: 0px;
}

.banner-right {
    position: relative;
    width: 34%;
    padding: 2%;
    background-color: #3385d0;
}

form {
    margin: 0 0 20px 0;
}

form .input-form {
    margin: 0 0 10px 0;
}

form .input-form input {
    font-size: 18px;
    color: #6f6f6f;
    font-family: 'Gillsansnova book';
    font-weight: 400;
    background: #fff;
    width: 100%;
    height: 50px;
    text-indent: 20px;
    border: 1px solid #fff;
    padding: 0;
}

form .cta {
    cursor: pointer;
    width: 100%;
    height: 50px;
    background: #3385d0;
    border: 1px solid #fff;
    color: #fff;
}

label.error {
    display: none !important;
}

.input-form.error input {
    border-color: red;
}

.input-form.valid input {
    border-color: green;
}

form .cta:hover {
    background: #fff;
    color: #3385d0;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Truenorthrough, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.paragraph-3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
}

.paragraph-4 {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

.paragraph-4:first-of-type {
    margin: 15px 0;
}

.footer {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f8f8f8;
}

.paragraph-5 {
    margin-bottom: 0px;
    color: #999;
    text-align: center;
}

.link {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 2px solid #b3b3b3;
    color: #999;
}

.link:hover {
    text-decoration: none;
}

.link-block {
    width: 220px;
}

.image {
    position: absolute;
    left: auto;
    top: auto;
    right: -35%;
    bottom: 0;
}

.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cta {
    width: 284px;
    height: 50px;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta.cta-blue {
    background-color: #3385d0;
    border: 1px solid transparent;
}

.cta.cta-blue:hover {
    background: #fff;
    color: #3385d0;
    border: 1px solid #3385d0;
}

.cta.cta-border {
    border: 1px solid #3385d0;
    background-color: #fff;
    color: #3385d0;
}

.cta.cta-border:hover {
    background: #3385d0;
    color: #fff;
}

.list-item {
    margin-right: 1%;
    margin-left: 1%;
}

.paragraph-6 {
    margin-bottom: 60px;
    text-align: center;
}

.banner-thanks {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/banner-bg-thanks.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-social {
    width: 220px;
    height: 50px;
    padding: 0px;
    border: 1px solid #7f674b;
    background-color: hsla(208.00000000000003, 0.00%, 100.00%, 1.00);
    color: #7f674b;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cta-social .fab {
    margin: 0 10px 0 0;
}

.cta-social .fas {
    margin: 0 10px 0 0;
}

.cta-social:hover {
    background: #7f674b;
    color: #fff;
}

.paragraph-7 {
    margin-bottom: 30px;
    font-family: 'Gillsansnova book', sans-serif;
    color: #6f6f6f;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.paragraph-8 {
    margin-bottom: 0px;
    text-align: center;
}

.sh_url_wr {
    margin: 0 auto 60px;
    width: 60%;
}

.sh_input {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0px 15px;
    background: #fff;
    border: 1px solid #3385d0;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gillsansnova book';
    font-weight: 400;
    color: #6f6f6f;
}

@media (max-width: 991px) {

    br {
        display: none;
    }

    .banner-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-left {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .banner-right {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .link-block {
        display: block;
        width: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    .image {
        position: static;
        display: block;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .grey {
        padding: 3%;
    }
}

@media (max-width: 767px) {
    .heading {
        font-size: 40px;
        line-height: 45px;
    }

    .paragraph {
        font-size: 20px;
    }

    .banner-right {
        width: 100%;
        padding: 4%;
    }

    .link-block {
        width: 180px;
    }

    .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list .list-item {
        margin-right: 0%;
        margin-bottom: 20px;
        margin-left: 0%;
    }

    .list-item.no-margin {
        margin-bottom: 0px;
    }

    .paragraph-6 {
        margin-bottom: 40px;
    }

    .sh_url_wr {
        width: 100%;
        margin: 0 auto 40px;
    }
}

@media (max-width: 479px) {
    .heading {
        font-size: 30px;
        line-height: 37px;
    }

    .paragraph {
        font-size: 18px;
        line-height: 22px;
    }

    .heading-2 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }

    .paragraph-3 {
        font-size: 18px;
        line-height: 22px;
    }

    .link {
        display: block;
        margin-left: 0px;
        padding-left: 0px;
        border-left-style: none;
    }

    .link-block {
        width: 160px;
    }

    .list {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cta.cta-blue {
        width: 100%;
    }

    .cta.cta-border {
        width: 100%;
    }

    .list-2 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cta-social {
        width: 100%;
    }

    .list-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-2 .list-item {
        margin-right: 0%;
        margin-bottom: 20px;
        margin-left: 0%;
    }

    .list-2 .list-item.no-margin {
        margin-bottom: 0px;
    }
}

@font-face {
    font-family: 'Truenorthrough';
    src: url('../fonts/TrueNorthRough-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gillsansnova book';
    src: url('../fonts/GillSansNova-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gillsans';
    src: url('../fonts/GillSans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
