
body {
    font-family: "Roboto Condensed", serif;
    line-height: 1.6;
    background-color: #FFF;
    color: #003767;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
img, svg {
    vertical-align: middle;
}
.container {
    width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
}
.d-flex {
    display: flex;
}
.hero-d-flex-columns {
    flex-direction: column;
}
.primary-section {
    background-color: #003767;
    color: #9AB4C9;
    padding: 3em 0 0 0;
}
.welcome-section {
    padding-bottom: 2em;
}

.welcome-section h1 {
    color: #FAA519;
    font-size: 46px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.welcome-section h2 {
    color: #FFF;
    font-size: 27px;
    line-height: 1;
}
.welcome-section p {
    line-height: 19.8px;
}
.welcome-section span {
    display: none;
}
.welcome-section .d-flex {
    align-items: center;
}
.welcome-section .box-divider {
    border-left: 1px solid #FFF;
    padding-left: 1em;
    margin-left: 1em;
}
.form-section {
    padding: 1em 0 0;
    position: relative;
}
.form-section::after {
    content: '';
    background-color: #EFEFEF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 0;
}
 
.form-section .box-form {
    background-color: #FFF;
    color: #003767;
    padding: 2em 1em;
    margin-bottom: 2em;
    z-index: 1;
}

.form-section .box-form .embed-form {
    margin-top: 1rem;
}

.form-section .box-form .wufoo-form-container {
    padding-right: 6px;
}
.form-section .box-form h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.form-section .box-form span {
    color: #286BA0;
}

.form-section .box-img span {
    color: #FFF;
    display: block;
}
.form-section .box-img img {
    z-index: 1;
    position: relative;
    margin: 2em 0 0 1em;
    width: 100%;
}

.form-section .d-flex .box-form {
    width: 100%;
}


/* ------------- Responsive ----------------- */

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .welcome-section h1 {
        font-size: 58px;
    }
    .welcome-section h2 {
        font-size: 34px;
    }
    .welcome-section p {
        font-size: 23px;
        line-height: 1;
        margin-bottom: 1rem;
    }
    .welcome-section span {
        display: block;
        font-size: 16px;
        color: #FFF;
        line-height: 1;
    }
    .welcome-section .box-divider {
        padding-left: 2em;
        margin-left: 2em;
    }

    .welcome-section {
        padding-bottom: 1em;
    }

    
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .welcome-section .box-divider {
        padding-left: 4em;
        margin-left: 4em;
    }
    .welcome-section h1 {
        font-size: 75px;
    }
    .welcome-section h2 {
        font-size: 45px;
    }
    .welcome-section p {
        font-size: 26px;
    }
    .welcome-section span {
        font-size: 18px;
        line-height: 1.3;
    }
    .form-section {
        padding: 5em 0 0;
    }
    .form-section .box-form {
        padding: 2em 2em 0 2em;
    }
    .form-section .box-form h2{
        font-size: 43px;
    }
    .hero-d-flex-columns {
        flex-direction: row;
    }

    .form-section .d-flex .box-form {
        width: 50%;
    }

    .form-section .d-flex .box-img {
        display: flex;
        flex-direction: column-reverse;
        width: 50%;
    }
    .form-section .d-flex .box-img span {
        display: none;
    }

    .form-section::after {
        height: 45%;
    }
    .form-section .box-form {
        order: 2;
    }
    .welcome-section {
        padding-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .welcome-section .box-divider {
        padding-left: 6em;
        margin-left: 6em;
    }
    .welcome-section h1 {
        font-size: 95px;
    }
    .welcome-section h2 {
        font-size: 58px;
    }
    .welcome-section p {
        font-size: 32px;
    }

    .form-section .d-flex .box-img {
        display: flex;
        flex-direction: column-reverse;
        width: 50%;
    }
}
@media only screen and (max-width: 781px) {
    .group-counter .wp-block-column:first-child {
        padding-top: 20px !important;
    }
}
