.container {
    max-width: 1120px;
}



.contact-header {
    padding: 34px 0;
    color: #fff;
    background: #122951;
}

.contact_content .contact_left_section .social {
    margin-top: 30px
}

.contact_content .contact_left_section .btn-danger {
    padding: 7px 16px !important;
    font-size: 0.9em !important;
    color: #fff;
    border-radius: 2px;
    border: 2px solid transparent;
}

.contact_content .contact_left_section .btn-danger:hover {
    background: #122951 !important;
    color: #fff;
    border: 2px solid #415373 !important;
}

.contact_content .contact_left_section .social li {
    list-style-type: none;
    display: inline-block;
}

.contact_content .contact_left_section .social li a {
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 1.4em;
    display: inline-block;
    text-align: center !important;
    opacity: 1;
    border: 0;
    text-decoration: none;
}

.contact_content ul.social li a:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.contact_content ul.social li.twitter a {
    background: #00aced;
    line-height: 1.3em;
}

.contact_content ul.social li.facebook a {
    background: #3b5998;
    line-height: 1.3em;
}

.contact_content ul.social li a,
.contact_content .contact ul.social li a {
    padding: 3px 0 0 0;
    border-radius: 2px;
}

.contact_content .contact_left_section {}

.contact_content .contact_left_section {
    background-color: #fff;
    padding: 70px;
    margin: 0 0 30px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact_content .contact_right_section {
    background-color: #fff;
    padding: 70px;
    margin: 0 0 30px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.contact_content h2,
.gform_heading h3 {
    border-bottom: 1px solid #e4e8eb;
    margin: 0 0 18px;
    padding: 0 0 12px;
    font-size: 30px !important;
    font-weight: 700 !important;

}

.request_content h2 {
    margin: 0 0 40px !important;
}


p.lead {
    font-weight: 400;
    line-height: 1.5666em;
    font-size: 1.2em;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

.quote_right_section h2 {
    border-bottom: 0 !important;
}

.contact_content h5 span {
    width: 100px;
    display: inline-block;
    font-weight: 300;
    font-size: 1em !important;
}

.contact_content hr {}

.contact_content .hours {
    color: #9fa6a9;
    text-transform: none;
    font-size: 0.96em;
    font-weight: 500;
    line-height: 1.3;
}

.contact_content .hours p {
    margin-bottom: 10px;
}

.contact_gform_wrapper ul li {
    list-style-type: none;
}



/*---------*/
.contact_gform_wrapper .gfield_checkbox input[type=checkbox] {}

.contact_gform_wrapper .gfield_checkbox label {
    text-transform: uppercase;
    font-weight: 700;
    color: #122951;
}

.contact_gform_wrapper [type="checkbox"]:checked,
.contact_gform_wrapper [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.contact_gform_wrapper [type="checkbox"]:checked+label,
.contact_gform_wrapper [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
}

.contact_gform_wrapper [type="checkbox"]:checked+label:before,
.contact_gform_wrapper [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #122951;
    border-radius: 0;
    background: #fff;
}

.contact_gform_wrapper [type="checkbox"]:checked+label:after,
.contact_gform_wrapper [type="checkbox"]:not(:checked)+label:after {
    content: '\f00c';
    font-family: FontAwesome;
    width: 0;
    height: 0;
    color: #cc0017;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact_gform_wrapper [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.contact_gform_wrapper [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*---------*/

.contact_gform_wrapper .gfield_label,
.gfield_radio label {
    color: #122951;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px !important;
    text-transform: uppercase;
}

.contact_gform_wrapper .gfield_radio li input[type=radio] {
    zoom: 1.5;
    margin-top: 0 !important;
}

.gfield_radio label {
    padding-left: 28px !important;
    margin-left: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
    font-weight: 700 !important;
    background: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 18px !important;
    border: 2px solid #e4e8eb;
    border-radius: 2px;
    font-size: 1.2em !important;
    margin: 0 !important;
    line-height: 1.5;
}

.name_first label,
.name_last label {
    text-transform: uppercase;
    color: #122951;
    margin: 1px 0 9px 1px;
    display: block;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap;
}

.gform_wrapper ul li.gfield {
    margin: 10px 0 !important;
}

.contact_gform_wrapper input[type="submit"],
.gform_button {
    padding: 9px 24px;
    background: #cc0911;
    color: #fff;
    margin: 15px 0 0 0;
    border: 2px solid transparent;
    border-radius: 2px;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: -0.05em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact_gform_wrapper input[type="submit"]:hover,
.contact_gform_wrapper input[type="submit"]:focus,
.gform_button:focus,
.gform_button:hover {
    background: #122951 !important;
    color: #fff !important;
    border: 2px solid #415373 !important;
}

.contact-header.request-quote {
    padding: 50px 0 109px;
}

.contact-info {
    color: #122951
}

.contact-info h3 {
    font-size: 2.2em;
}

.contact-info h3 span {
    font-weight: 100;
}

.contact-info .btn {
    margin: 15px 0 0 0;
    background: #cc0911;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: -0.05em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-info .btn:hover {
    text-decoration: none;
    background: #122951;
    color: #fff;
    border: 2px solid #415373;
}

.contact-info .row {
    padding: 30px 0 0 0;
}

.contact-info h4 {
    margin: 0 0 10px;
    font-size: 1.5em;
}

.contact-info h4 span.bold {
    font-weight: 700;
}

.contact-info h4 span.wid {
    font-weight: 300;
}

.contact-info span.wid {
    width: 100px;
    float: left;
}

.contact-info i {
    font-size: 0.966em;
    padding: 0 12px 0 0;
}

.contact-info i.fa-map-marker {
    font-size: 3.266em;
    color: #b5bcbf;
    padding: 0;
}

.hours {
    font-size: 0.925em;
    margin: 20px 0 0 0;
}

.hours p {
    margin: 0 0 9px 0;
    line-height: 1.2em;
    color: #9fa6a9;
    text-transform: none;
    font-weight: 500;
}


@media only screen and (min-width: 641px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
    }

    .gform_wrapper .gform_footer input[type=submit] {
        font-size: 1em;
        width: auto;
        margin: 0 16px 0 0;
    }
}


.gform_wrapper ul.gfield_radio li {
    width: 50%;
    float: left;
    margin: 20px 0 40px !important;
    display: inline-block;
}
.gform_wrapper form.flexed-radio-buttons ul.gfield_radio {
	display: flex;
}
.gform_wrapper form.flexed-radio-buttons ul.gfield_radio > li {
	flex: 1 0 auto;
	width: auto;
	float: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 4px solid #cc0017;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after{
    content: '';
    width: 6px;
    height: 6px;
    background: #cc0017;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.contact_content.request_content {
    margin-top: -84px !important;
}




@media (max-width: 991px) {
    .contact-header .f-55 {
        font-size: 40px;
    }

    .contact-header .text-right {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .contact-header .f-55 {
        font-size: 35px;
    }

    .contact-header.request-quote .f-55 {
        font-size: 48px;
    }

    .contact-header .text-right {
        text-align: left !important;
    }

    .contact_content .contact_left_section,
    .contact_content .contact_right_section {
        padding: 40px;
    }

    .request-quote {
        padding: 40px 0 !important;
    }

    .request-quote .mb-20 {
        margin-bottom: 0 !important;
    }

    .contact_content.request_content {
        margin-top: 40px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .contact_content .contact_left_section,
    .contact_content .contact_right_section {
        padding: 30px;
    }


    .contact_content.request_content {
        margin-top: -72px !important;
    }

    .contact-header.request-quote {
        padding: 44px 0 90px;
    }

}

ul#gform_fields_6 li.gchoice {
    position: inherit !important;
}

ul#gform_fields_6 #field_6_9 label {
    margin-top: 7px;
}