html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

h1 {
    font-size: 28px !important;
}

h2 {
    font-size: 21px !important;
}

h3 {
    font-size: 16px !important;
}

h3 + hr + p {
    margin-bottom: 35px !important;
}

.pt-3 .row h3 {
    padding-top: 0;
}

.pt-3 .row h2 + p {
    margin-bottom: 15px;
}

/*Parsley Validation */

.parsley-error,
.parsley-error:focus,
.parsley-error:active,
.parsley-error + label,
.parsley-error + label + label,
.parsley-error + label + label + label,
.parsley-error + label + label + label + label {
    border-color: #dc4405 !important;
    border-width: 1px;
}

.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    color: #dc4405;
    padding-top: 5px;
}


#recaptcha-alert .validation-summary-errors {
    background: #e4e2e0;
    border-radius: 10px;
    padding: 10px;
}

#recaptcha-alert .validation-summary-errors ul {
    background: white;
    border-radius: 7px;
    height: auto;
    padding: 14px 24px 14px 24px;
    margin-bottom: 0;
    position: relative;
}

#recaptcha-alert .validation-summary-errors ul:before {
    background: #ed8b1e;
    padding-top: 0;
    padding-left: 6px;
    font-size: 24px;
    color: white;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    content: '\f071';
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
}

#recaptcha-alert .validation-summary-errors ul li {
    display: block;
    line-height: 2;
    margin-left: 45px;
}

#recaptcha-alert .validation-summary-errors ul li:before {
    padding-top: 5px;
    color: #47423c;
    font-family: halisws-bold;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.1;
    content: 'Recaptcha Failed';
    display: block;
}

.progressbar li {
    width: 25%;
}

#countdownTimer {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

label.no-bold {
    font-weight: normal;
}

.borderbottom {
    margin-bottom: 20px;
}

.bordertop {
    margin-top: 20px;
}

.advice {
    /* color: #ed8b00;*/
    font-weight: bold;
}