@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

/*! * Based on Bootstrap v4.0.0 (https://getbootstrap.com) */
.filter-light {
    overflow: hidden;
    position: relative;
    color: #fff;
}
.filter-light:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff aa;
}
h1 {
    margin: 20px 0;
    color: #04539b;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 10px solid rgba(0, 0, 0, .1);
}
.nf-form-cont .nf-next {
    background: #000;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    font-size: 1.3rem;
}
.nf-form-cont .nf-next:hover {
    background: #04539b;
}
.nf-form-cont .nf-previous {
    background: #000;
    color: #fff;
    border: 0px;
    padding: 10px 30px;
    font-size: 1.3rem;
}
.nf-form-cont .nf-previous:hover {
    background: #04539b;
}
.nf-form-cont .nf-form-fields-required {
    margin: 20px 0px;
}
.nf-form-cont #nf-field-21 {
    background: #d51515;
    color: #fff;
    padding: 9px 37px;
    font-size: 1.2rem;
    font-weight: bold;
}
.nf-form-cont #nf-field-21:hover {
    background: #04539b FF;
}
a {
    color: #04539b;
}
a:hover {
    color: #000;
}


.filter-light {
    overflow: hidden;
    position: relative;
    color: #212529
}

.filter-light:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgba(248,249,250,.75)
}

input#gform_submit_button_2 {
    background: #ffffff !important;
    color: #04539B !important;
    border: 2px solid #04539B !important;
}

input#gform_submit_button_2:hover {
    background: #04539B !important;
    color: #ffffff !important;
}

div#field_2_7 {
    border-bottom: 5px solid #04539B;
}

div#field_2_14 {
    border-bottom: 5px solid #04539B;
}


div#field_2_15 {
    border-bottom: 5px solid #04539B;
}

