button, .button, input[type="submit"] {
    text-transform: uppercase;
    font-family:'Nunito Sans', sans-serif;
    background: #3f4749;
    color:#fff;
}

.n2-ss-button-container a:hover,
button:hover, .button:hover, input[type="submit"]:hover {
    background-color: #B1B3B4 !important;
}

input#place_order,
a.checkout-button.button.alt.wc-forward:hover,
button.single_add_to_cart_button.button.alt:hover {
    background: #7F8082 !important;
}

button.active, input[type="submit"].active,
.button.active {
    background: #b1b3b5;
}

.button-block {
    display: block;
    text-align: center;
}

.homepage-widgets .button {
    background:#302A2B;
    color:#fff;
    text-transform: uppercase;
    font-family:'Nunito Sans', sans-serif;
}

@media (max-width:768px) {
    .homepage-widgets .button {
        display: block;
        text-align:center;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label[for] {
    cursor: pointer;
}

.has-checkbox-ui {
    display: none;
}

.has-checkbox-ui + .checkbox-ui {
    display: block;
}

.has-checkbox-ui + .checkbox-ui:before {
    background:url(../img/checkbox-on.png) no-repeat 100px 100px;
    content:"";
    height:1px;
    width:1px;
    display: block;
    left:0;
    position: absolute;
    z-index:0;
}

.has-checkbox-ui + .checkbox-ui:after {
    content:"";
    height:18px;
    width:22px;
    background:url(../img/checkbox-off.png) no-repeat 0 0;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
}

.has-checkbox-ui:checked + .checkbox-ui:after {
    background-image:url(../img/checkbox-on.png)
}

.before .has-checkbox-ui + .checkbox-ui:after {
    background:url(../img/checkbox-on.png) no-repeat 100px 100px;
    content:"";
    height:1px;
    width:1px;
    display: block;
    left:0;
    position: absolute;
    z-index:0;
}

.before .has-checkbox-ui + .checkbox-ui:before {
    content:"";
    height:18px;
    width:22px;
    background:url(../img/checkbox-off.png) no-repeat 0 0;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
    position: static;
}

.before .has-checkbox-ui:checked + .checkbox-ui:before {
    background-image:url(../img/checkbox-on.png)
}

form.standard-form {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    line-height:1;
}

form.standard-form .form-group {
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-bottom:22px;
}

form.standard-form hr {
    margin-bottom:22px;
    background: #000;
}

form.standard-form .form-group.contains-checkbox {
    display: block;
}

form.standard-form .form-group.contains-textarea {
    align-items: flex-start;
}

form.standard-form .form-group.contains-textarea label.label {
    padding-top:5px;
}

form.standard-form .form-group label.label {
    display: block;
    max-width:100%;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color:#9d1c20;
    font-weight: 700;
    font-size:1.3em;
}

form.standard-form .form-group.contains-checkbox label.label {
    margin-bottom: 35px;
}

form.standard-form .form-group.contains-single-checkbox label.label,
form.standard-form .form-group.contains-single-checkbox .form-element {
    display: inline-block;
    width: auto !important;
}

form.standard-form .form-group.contains-single-checkbox .form-element {
    white-space: nowrap;
    margin-left:14px;
}

form.standard-form .form-group label.label .description {
    font-size: 16px;
    text-transform: none;
    display: block;
    color: #3f4749;
    font-weight:normal;
}

form.standard-form .form-element {
    width:100%;
}

form.standard-form .form-group.contains-checkbox ul {
    list-style:none;
    padding:0;
    margin:0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

form.standard-form .form-group.contains-checkbox li {
    width:50%;
    margin-bottom:16px;
}

form.standard-form.checkbox-3-column .form-group.form-group.contains-checkbox li {
    width:33.3333%;
}

form.standard-form .form-element .file-button {
    padding: 5px 30px;
    background:#302a2b;
}

form.standard-form .form-links {
    text-align: left;
    margin-bottom:20px;
    margin-top:30px;
}

form.standard-form .form-links a:last-child {
    float:right;
}

.dealer-list .search .search-element,
form.standard-form .form-group .form-select,
form.standard-form .form-group .form-text {
    background: transparent;
    border:solid 1px #d9dbdc;
    box-sizing: border-box;
    width:100%;
    max-width:100%;
    height:42px;
    padding-left:1em;
}

form.standard-form .form-group textarea.form-text {
    height:200px;
    padding:1em;
}

form.standard-form .form-group .form-select {
    width:auto;
}

form.standard-form .form-actions {
    text-align: center;
    border-top:solid 1px #61696a;
    padding-top:45px;
    margin-top:20px;
}

form.standard-form .form-actions .button {
    vertical-align: top;
    width:180px;
    box-sizing: border-box;
    font-weight: 700;
    padding-top:0.6em;
    padding-bottom:0.6em;
    background:#30292b;
    margin-right:16px;
}

form.standard-form .form-actions .button:last-child {
    margin-right:0;
}

form.standard-form a:not(.button) {
    color:#ed1c24;
    text-decoration: none;
}

form.standard-form .disclaimer {
    font-style:italic;
    font-weight:700;
    text-align: center;
    color:#9d1c20;
    font-size:1.3em;
}

form.standard-form .disclaimer-2 {
    font-style:italic;
    text-align: center;
    color:#9d1c20;
    margin-left:auto;
    margin-right:auto;
    max-width:450px;
    width:100%;
    margin-bottom:25px;
    line-height: 1.5;
}

@media (min-width:768px) {
    form.standard-form .form-group:not(.block-label) label.label {
        width:372px;
    }

    form.standard-form .form-group.block-label {
        display: block;
    }

    form.standard-form .form-group.contains-checkbox label.label {
        width:100%;
    }
}

@media (max-width:768px) {
    form.standard-form .form-group {
        display: block;
    }

    form.standard-form .form-group label.label {
        width:auto;
        margin-bottom:5px;
    }

    form.standard-form .form-links {
        padding-left:0;
    }

    form.standard-form .form-actions .button {
        margin-right:0;
        margin-bottom:20px;
    }

    form.standard-form .form-actions .button:last-child {
        margin-bottom:0;
    }

    form.standard-form .form-group.contains-checkbox ul {
        display: block;
        padding-left:16px;
    }

    form.standard-form .form-group.contains-checkbox li {
        width:100%;
    }

    form.standard-form.checkbox-3-column .form-group.form-group.contains-checkbox li {
        width:100%;
    }
}

#html .page-template-tpl-contact-us .sidebar {
    width:210px;
    flex-grow:0;
    text-align: left;
    line-height:1.1;
    font-size: 1.2em;
}

#html .page-template-tpl-contact-us .sidebar img {
    width:auto;
    margin-left:auto;
    width:167px;
    height:auto;
}

#html .page-template-tpl-contact-us .sidebar .widget {
    margin-bottom:16px;
}

#html .page-template-tpl-contact-us .sidebar .widget:last-child {
    color:#ed1c24;
    font-family: 'Bebas Neue', 'Roboto Condensed', sans-serif;
    font-size:1.3em;
    margin-bottom:0;
}

@media (min-width:768px) {
    #html .page-template-tpl-contact-us .standard-form {
        max-width:666px;
        margin-left:auto;
        margin-right:auto;
    }
    #html .page-template-tpl-contact-us .form-group:not(.contains-checkbox) label.label {
        width:163px !important;
    }
}

@media (max-width:768px) {
    #html .page-template-tpl-contact-us .sidebar img {
        margin-right: auto;
    }

    #html .page-template-tpl-contact-us .sidebar {
        width:100%;
        text-align: center;
    }
}

.g-recaptcha {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom:35px;
}