body.boxed {
    background-color: rgb(1, 38, 62);
    background-image: url('/static/images/hcc_landing/tall_background_1.png') !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
}
body.boxed #all, body.boxed .body_content, body.boxed .box {
    background: none;
}

.body_section {
    min-height: auto;
}


.blue_header {
    margin: 40px 0 40px 0;
    text-align: left;
}

.blue_header h2 {
    color: #4f226c;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 60px;
}

.blue_header h3 {
    color: rgb(219, 133, 34);
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 0 35px;
}

.blue_header h2.contact-lead {
    margin-top: 25px;
    margin-left: 10px;
    font-size: 40px;
}

.line_header {
    overflow: hidden;
    text-align: center;
    color: #4f226c;
    font-weight: 400;
    font-size: 25px;
}

.line_header:before,
.line_header:after {
    background-color: #4f226c;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.line_header:before {
    right: 0.5em;
    margin-left: -50%;
}

.line_header:after {
    left: 0.5em;
    margin-right: -50%;
}

.form-control {
    width: 98%;
    font-size: 25px;
    font-weight: 300;
    color: #4f226c;
    border-radius: 10px;
    padding: 15px 0 15px 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.form-control::placeholder {
    color: #4f226c;
}

.form-control.form-submit {
    width:100%;
    color: #fff;
    background-color: #4f226c;
    border: none;
    line-height: 0;
    font-weight: 300;
    font-size: 25px;
    padding: 23px 0;
}

.checkbox_center {
    width: 100%;
    text-align: center;
}

.checkbox_center input[type=checkbox] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: 15px;
}

.form-check-label {
    color: #4f226c;
    font-size: 25px;
    vertical-align: middle;
    padding-top: 5px;
}

.forgot_password {
    color: #4f226c;
    font-size: 25px;
    width: 100%;
    text-align: right;
    display: block;
}

textarea.form-control.contact-input {
    padding: 10px 20px;
    height: 150px;
    max-width: 100%;
}

.contact-white {
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    margin: 20px 0 20px 20px;
    font-weight: 300;
}

.form-control.form-submit.contact-submit {
    display: inline-block;
    width: 240px;
    margin: 10px 0 0 0;
    float: right;
    height: 78px;
}

.invalid-feedback {
    color: #e6e6e6;
}

.mobile_nav {
    display: none;
}

@media only screen and (max-width: 1200px) {
   .form-control.form-submit.contact-submit {
       width: 145px;
   }

}


@media only screen and (max-width: 575px) {
    .mobile_nav {
        display: block !important;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .header_body_right {
        display: none;
        width: auto !important;
    }

    .header_body_right .menu .mega {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 10px;
        border-bottom: 1px solid grey;
        text-align: left;
        height: auto;
    }

    .header_body_right .menu .mega br {
        display: none;
    }

    .mobile_hide {
        display: none;
    }

    .blue_header h3.demo_subheader {
        margin: 0;
    }

    .form-control.form-submit.contact-submit {
        width: 100%;
        display: block;
    }
}
