.single-brands .main-content-section p {
    padding-bottom: 25px;
}

.single-brands .main-content-section table {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
    text-rendering: optimizelegibility;
}

.single-brands .main-content-section table strong {
    font-weight: 500;
}

.inner-page-banner {
    background-color: #4E4F4F;
}

.inner-page-banner-inner {
    height: 100%;
}

.inner-page-banner-inner .container {
    height: 100%;
}

.footer-links a {
    text-transform: uppercase;
}

/* Form Styles
---------------------------------------------------------------------------- */
.gform-body .gfield {
    padding: 11px 0;
}

.gform-body input, .gform-body select, .gform-body textarea {
    background-color: #fff;
    border: 1px solid #ededed;
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.25s linear;
}

.gform-body input[type=checkbox] {
    float: left;
}

    .gform-body input[type=checkbox] ~ label {
        float: right;
        width: calc(100% - 50px);
    }

.gform-body .gfield_html_formatted, .gform-body label, .gform-body legend.gfield_label {
    font-size: 22px;
    color: #333;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: 400;
}

.gform-body .gfield_html_formatted {
    border: 0;
    margin: 0;
}

.gform-body legend.gfield_label {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
}

.gform-body .gchoice label {
    padding-left: 15px;
}

.gform-body select {
    position: relative;
    word-wrap: break-word;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi45MDEiIGhlaWdodD0iMTEuNDUzIiB2aWV3Qm94PSIwIDAgMjIuOTAxIDExLjQ1MyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyMy42NDEgLTIwMDQuMjU4KSI+PHBhdGggZD0iTS0xMDk0MC4zMSwyMTg3OS4wMzVsMTAuNzgyLDkuNzExLDEwLjc4MS05LjcxMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEyNjQuNjE5IC0xOTg3NC4wMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxZDQxNjgiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-background-size: 22px 10px;
    background-size: 22px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    padding: 8px 15px;
    display: block;
    overflow: hidden;
}

.gform-body select[multiple=multiple] {
    background-image: none;
    overflow: scroll;
    min-height: 145px;
    max-height: 145px;
    min-width: 100%;
    max-width: 100%;
}

.gform-body textarea {
    min-height: 145px;
    max-height: 145px;
    min-width: 100%;
    max-width: 100%;
}

.gform-body input:focus, 
.gform-body textarea:focus, 
.gform-body select:focus {
    outline: none ;
    border-color: #aaa ;
    color: #646464 ;
}

/* Address Field Styles
---------------------------------------------------------------------------- */
.gform-body .ginput_complex, 
.gform-body .ginput_complex > span {
    display: block;
    overflow: hidden;
    padding-left: 11px;
    padding-right: 11px;
}

    .gform-body .ginput_complex {
        margin: 0 -22px;
    }

    .gform-body .ginput_complex > span {
        padding-top: 11px;
        padding-bottom: 11px;
    }

        .gform-body .ginput_complex > span:first-child {
            padding-top: 0;
        }

    .gform-body .ginput_complex .ginput_full {
        clear: both;
    }

    .gform-body .ginput_complex .ginput_left, 
    .gform-body .ginput_complex .ginput_right {
        width: 50%;
        float: left;
    }

/* Button Styles
---------------------------------------------------------------------------- */
.gform_footer input[type=submit] {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    line-height: 1.15;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    font-weight: 900;
    background-color: #cf6459;
    border-color: #cf6459;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    width: 125px;
    padding: 11px 11px;
    margin: 20px 0 30px;
}


/* Form Submission Errors
---------------------------------------------------------------------------- */
.gform-body .gfield .gfield_required {
    font-weight: bold;
    padding: 0 5px;
    color: #c02b0a;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
    color: #c02b0a;
}

.gform_submission_error,
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper .gfield_validation_message:focus, .gform_wrapper .validation_message:focus {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14.992px;
    margin-top: 8px;
    padding: 12.992px 24px;
    color: #c02b0a;
    clear: both;
}

.gform_submission_error {
    font-weight:bold;
    background: #c02b0a;
    color: #fff;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a;
}

/* Hidden Fields / Labels
---------------------------------------------------------------------------- */
.gform-body .gform_validation_container, .gform-body .hidden_label .gfield_label, .gform-body .gform_hidden, .gform-body .state-salesforce {
    display: none;
}

.admin-bar .gform-body .state-salesforce {
    display: block;
}