@media only screen and (min-width: 768px) {
    .transition, .main_header_new .inner .account_main_nav .phone_account .account .mobile_tab, .main_header_new .inner .account_main_nav .phone_account .account .mobile_tab:hover, .main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="submit"], .main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="submit"]:hover, .main_header_new .inner .account_main_nav .main_nav ul li a, .main_header_new .inner .account_main_nav .main_nav ul li a:hover, header.main_header_new p a,
    .main.new_layout p a,
    footer.main_footer_new p a,
    .popup p a, header.main_header_new .cta a,
    header.main_header_new .cta2 a,
    header.main_header_new input[type="submit"],
    .main.new_layout .cta a,
    .main.new_layout .cta2 a,
    .main.new_layout input[type="submit"],
    footer.main_footer_new .cta a,
    footer.main_footer_new .cta2 a,
    footer.main_footer_new input[type="submit"],
    .popup .cta a,
    .popup .cta2 a,
    .popup input[type="submit"], header.main_header_new .cta a:hover,
    header.main_header_new .cta2 a:hover,
    header.main_header_new input[type="submit"]:hover,
    .main.new_layout .cta a:hover,
    .main.new_layout .cta2 a:hover,
    .main.new_layout input[type="submit"]:hover,
    footer.main_footer_new .cta a:hover,
    footer.main_footer_new .cta2 a:hover,
    footer.main_footer_new input[type="submit"]:hover,
    .popup .cta a:hover,
    .popup .cta2 a:hover,
    .popup input[type="submit"]:hover, .popup .container .inner .closer, .popup .container .inner .closer:hover {
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease; } }

.vertical_align, .popup .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.bg_light {
    background: #fff; }

.main_header_new {
    background: #4E8DBC;
    color: #fff;
    left: 0;
    padding: 25px;
    /*position: fixed;*/
    position: relative !important;
    width: 100%;
    top: 0;
    z-index: 99;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
@media only screen and (max-width: 1200px) {
    .main_header_new {
        padding: 20px; } }
@media only screen and (max-width: 767px) {
    .main_header_new {
        padding: 20px 15px; } }
.main_header_new a {
    color: #fff;
    text-decoration: none; }
.main_header_new .inner .logo {
    float: left; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .logo {
        float: none; } }
.main_header_new .inner .account_main_nav {
    float: right; }
@media only screen and (min-width: 1201px) {
    .main_header_new .inner .account_main_nav {
        display: block !important; } }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav {
        display: none;
        float: none; } }
.main_header_new .inner .account_main_nav .phone_account .phone_fp_link {
    float: left;
    line-height: 18px;
    margin: 7px 30px 0 0;
    text-align: right; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .phone_fp_link {
        float: none;
        margin: 10px 30px 10px 0;
        text-align: left; } }
.main_header_new .inner .account_main_nav .phone_account .phone_fp_link .phone a {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .phone_fp_link .forgot_pw {
        display: none; } }
.main_header_new .inner .account_main_nav .phone_account .phone_fp_link .forgot_pw a {
    font-size: 12px;
    line-height: 12px; }
.main_header_new .inner .account_main_nav .phone_account .account {
    float: left; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .account {
        float: none; } }
.main_header_new .inner .account_main_nav .phone_account .account > div {
    float: left; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .account > div {
        float: none; } }
.main_header_new .inner .account_main_nav .phone_account .account .mobile_tab {
    display: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase; }
.main_header_new .inner .account_main_nav .phone_account .account .mobile_tab:hover {
    color: #354147; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .account .mobile_tab {
        display: block;
        margin: 4px 0; } }
@media only screen and (min-width: 1201px) {
    .main_header_new .inner .account_main_nav .phone_account .account .account_login {
        display: block !important; } }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .account .account_login {
        display: none;
        padding-bottom: 15px; } }
.main_header_new .inner .account_main_nav .phone_account .account .account_login input {
    float: left;
    margin-left: 13px; }
.main_header_new .inner .account_main_nav .phone_account .account .account_login input:first-child {
    margin-left: 0; }
.main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="text"],
.main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="password"] {
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    height: 50px;
    outline: none;
    padding: 10px;
    width: 170px; }
@media only screen and (max-width: 1300px) {
    .main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="text"],
    .main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="password"] {
        width: 150px; } }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="text"],
    .main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="password"] {
        float: none;
        width: 100%;
        margin: 10px 0 0; } }
.main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="submit"] {
    background: #354147;
    border: 0;
    border-radius: 2px;
    height: 50px; }
.main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="submit"]:hover {
    background: #192733; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .account .account_login input[type="submit"] {
        float: none;
        margin: 13px 0; } }
.main_header_new .inner .account_main_nav .phone_account .account .cta2 {
    float: left;
    margin: 0 0 0 13px; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .phone_account .account .cta2 {
        float: none;
        margin: 0; } }
.main_header_new .inner .account_main_nav .phone_account .account .cta2 a {
    height: 50px;
    padding: 15px 25px; }
.main_header_new .inner .account_main_nav .main_nav {
    margin-top: 20px; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .main_nav {
        margin-top: 0; } }
.main_header_new .inner .account_main_nav .main_nav ul {
    float: right;
    margin: 0;
    padding: 0; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .main_nav ul {
        float: none; } }
.main_header_new .inner .account_main_nav .main_nav ul li {
    float: left;
    margin-left: 50px;
    list-style: none; }
.main_header_new .inner .account_main_nav .main_nav ul li:first-child {
    margin-left: 0; }
@media only screen and (max-width: 1200px) {
    .main_header_new .inner .account_main_nav .main_nav ul li {
        float: none;
        margin: 0; } }
.main_header_new .inner .account_main_nav .main_nav ul li a {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase; }
.main_header_new .inner .account_main_nav .main_nav ul li a:hover {
    color: #354147; }
.main_header_new .hamburger {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    top: 35px;
    width: 35px;
    z-index: 9999; }
@media only screen and (max-width: 1200px) {
    .main_header_new .hamburger {
        display: block; } }
@media only screen and (max-width: 767px) {
    .main_header_new .hamburger {
        right: 15px; } }
@media only screen and (max-width: 450px) {
    .main_header_new .hamburger {
        top: 25px; } }
.main_header_new .hamburger span {
    background: #fff;
    display: block;
    height: 4px;
    margin-top: 7px;
    width: 100%; }
.main_header_new .hamburger.active span:first-child {
    transform: rotate(45deg);
    position: relative;
    left: 0;
    top: 9px; }
.main_header_new .hamburger.active span:nth-child(2) {
    opacity: 0; }
.main_header_new .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    left: 0;
    top: -13px; }

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }

body.guest-user, body.logged-in-user .page-main-full-width, body.logged-in-user .page-main {
    color: #192733;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    background: #fff;
}

body.cms-home [data-content-type='row'][data-appearance='contained'], body.cms-wholesale-new [data-content-type='row'][data-appearance='contained'], body.cms-about [data-content-type='row'][data-appearance='contained'], body.cms-brands [data-content-type='row'][data-appearance='contained'], body.cms-our-locations  [data-content-type='row'][data-appearance='contained'], body.cms-longtail-new [data-content-type='row'][data-appearance='contained'], body.cms-contact-us [data-content-type='row'][data-appearance='contained'] {
    max-width: 100% !important;
    padding: 0 !important; }
body.cms-home div[data-element="main"] > div,
body.cms-home .columns .column.main, body.cms-wholesale-new div[data-element="main"] > div,
body.cms-wholesale-new .columns .column.main, body.cms-about div[data-element="main"] > div,
body.cms-about .columns .column.main, body.cms-brands div[data-element="main"] > div,
body.cms-brands .columns .column.main, body.cms-our-locations  div[data-element="main"] > div,
body.cms-our-locations  .columns .column.main, body.cms-longtail-new div[data-element="main"] > div,
body.cms-longtail-new .columns .column.main, body.cms-contact-us div[data-element="main"] > div,
body.cms-contact-us .columns .column.main {
    margin: 0 !important;
    padding: 0 !important; }
body.cms-home .page-wrapper .page-footer, body.cms-wholesale-new .page-wrapper .page-footer, body.cms-about .page-wrapper .page-footer, body.cms-brands .page-wrapper .page-footer, body.cms-our-locations  .page-wrapper .page-footer, body.cms-longtail-new .page-wrapper .page-footer, body.cms-contact-us .page-wrapper .page-footer {
    margin-top: 0 !important; }
body.cms-home .nav-sections, body.cms-wholesale-new .nav-sections, body.cms-about .nav-sections, body.cms-brands .nav-sections, body.cms-our-locations  .nav-sections, body.cms-longtail-new .nav-sections, body.cms-contact-us .nav-sections {
    margin-bottom: 0 !important; }
body.scrolling-down .main_header_new {
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
header.main_header_new .clearfix::after,
.main.new_layout .clearfix::after,
footer.main_footer_new .clearfix::after,
.popup .clearfix::after {
    display: block;
    content: "";
    clear: both;
    display: table; }
header.main_header_new .container,
.main.new_layout .container,
footer.main_footer_new .container,
.popup .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
@media only screen and (max-width: 1201px) {
    header.main_header_new .container,
    .main.new_layout .container,
    footer.main_footer_new .container,
    .popup .container {
        max-width: 1170px; } }
@media only screen and (max-width: 991px) {
    header.main_header_new .container,
    .main.new_layout .container,
    footer.main_footer_new .container,
    .popup .container {
        max-width: 970px; } }
@media only screen and (max-width: 767px) {
    header.main_header_new .container,
    .main.new_layout .container,
    footer.main_footer_new .container,
    .popup .container {
        max-width: 750px; } }
header.main_header_new img,
.main.new_layout img,
footer.main_footer_new img,
.popup img {
    max-width: 100%; }

header.main_header_new h1,
header.main_header_new h2,
header.main_header_new h3,
header.main_header_new h4,
header.main_header_new h5,
.main.new_layout h1,
.main.new_layout h2,
.main.new_layout h3,
.main.new_layout h4,
.main.new_layout h5,
footer.main_footer_new h1,
footer.main_footer_new h2,
footer.main_footer_new h3,
footer.main_footer_new h4,
footer.main_footer_new h5,
.popup h1,
.popup h2,
.popup h3,
.popup h4,
.popup h5 {
    margin: 0 0 20px; }
header.main_header_new p + h2,
header.main_header_new p + h3,
header.main_header_new p + h4,
header.main_header_new p + h5,
header.main_header_new ul + h2,
header.main_header_new ul + h3,
header.main_header_new ul + h4,
header.main_header_new ul + h5,
header.main_header_new ol + h2,
header.main_header_new ol + h3,
header.main_header_new ol + h4,
header.main_header_new ol + h5,
.main.new_layout p + h2,
.main.new_layout p + h3,
.main.new_layout p + h4,
.main.new_layout p + h5,
.main.new_layout ul + h2,
.main.new_layout ul + h3,
.main.new_layout ul + h4,
.main.new_layout ul + h5,
.main.new_layout ol + h2,
.main.new_layout ol + h3,
.main.new_layout ol + h4,
.main.new_layout ol + h5,
footer.main_footer_new p + h2,
footer.main_footer_new p + h3,
footer.main_footer_new p + h4,
footer.main_footer_new p + h5,
footer.main_footer_new ul + h2,
footer.main_footer_new ul + h3,
footer.main_footer_new ul + h4,
footer.main_footer_new ul + h5,
footer.main_footer_new ol + h2,
footer.main_footer_new ol + h3,
footer.main_footer_new ol + h4,
footer.main_footer_new ol + h5,
.popup p + h2,
.popup p + h3,
.popup p + h4,
.popup p + h5,
.popup ul + h2,
.popup ul + h3,
.popup ul + h4,
.popup ul + h5,
.popup ol + h2,
.popup ol + h3,
.popup ol + h4,
.popup ol + h5 {
    margin: 50px 0 20px; }

header.main_header_new h1,
.main.new_layout h1,
footer.main_footer_new h1,
.popup h1 {
    font-size: 80px;
    font-weight: 200;
    line-height: 90px;
    margin-bottom: 35px;
    opacity: 0;
    position: relative;
    top: 15px;
    -webkit-animation: 1s ease 0s normal forwards 1 fade_up_in;
    animation: 1s ease 0s normal forwards 1 fade_up_in; }
@media only screen and (max-width: 1200px) {
    header.main_header_new h1,
    .main.new_layout h1,
    footer.main_footer_new h1,
    .popup h1,
    .contact-index-index .cms-brand-content .secondary .text h1{
        font-size: 65px;
        line-height: 76px; } }
@media only screen and (max-width: 991px) {
    header.main_header_new h1,
    .main.new_layout h1,
    footer.main_footer_new h1,
    .popup h1,
    .contact-index-index .cms-brand-content .secondary .text h1 {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 35px; } }
@media only screen and (max-width: 767px) {
    header.main_header_new h1,
    .main.new_layout h1,
    footer.main_footer_new h1,
    .popup h1,
    .contact-index-index .cms-brand-content .secondary .text h1{
        font-size: 43px;
        line-height: 54px;
        margin-bottom: 25px; } }

header.main_header_new h2,
.main.new_layout h2,
footer.main_footer_new h2,
.popup h2 {
    font-size: 57px;
    font-weight: 200;
    line-height: 68px;
    margin-bottom: 35px; }
@media only screen and (max-width: 1200px) {
    header.main_header_new h2,
    .main.new_layout h2,
    footer.main_footer_new h2,
    .popup h2 {
        font-size: 50px;
        line-height: 61px; } }
@media only screen and (max-width: 991px) {
    header.main_header_new h2,
    .main.new_layout h2,
    footer.main_footer_new h2,
    .popup h2 {
        font-size: 40px;
        line-height: 51px; } }
@media only screen and (max-width: 991px) {
    header.main_header_new h2,
    .main.new_layout h2,
    footer.main_footer_new h2,
    .popup h2 {
        font-size: 34px;
        line-height: 45px; } }

header.main_header_new h3,
.main.new_layout h3,
footer.main_footer_new h3,
.popup h3 {
    font-size: 27px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 25px; }
@media only screen and (max-width: 767px) {
    header.main_header_new h3,
    .main.new_layout h3,
    footer.main_footer_new h3,
    .popup h3 {
        font-size: 25px;
        line-height: 36px; } }
header.main_header_new h4,
.main.new_layout h4,
footer.main_footer_new h4,
.popup h4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
    header.main_header_new h4,
    .main.new_layout h4,
    footer.main_footer_new h4,
    .popup h4 {
        font-size: 21px;
        font-weight: 300;
        line-height: 32px; } }

header.main_header_new a,
.main.new_layout a,
footer.main_footer_new a,
.popup a {
    outline: none !important;
    text-decoration: none; }

header.main_header_new p,
.main.new_layout p,
footer.main_footer_new p,
.popup p {
    margin: 0 0 18px; }
header.main_header_new p:last-child,
.main.new_layout p:last-child,
footer.main_footer_new p:last-child,
.popup p:last-child {
    margin: 0; }
header.main_header_new p a,
.main.new_layout p a,
footer.main_footer_new p a,
.popup p a {
    color: #4E8DBC;
    font-weight: bold;
    text-decoration: underline; }

header.main_header_new ul li a,
header.main_header_new ol li a,
.main.new_layout ul li a,
.main.new_layout ol li a,
footer.main_footer_new ul li a,
footer.main_footer_new ol li a,
.popup ul li a,
.popup ol li a {
    text-decoration: underline; }

header.main_header_new div + p,
.main.new_layout div + p,
footer.main_footer_new div + p,
.popup div + p {
    margin-top: 30px !important; }

header.main_header_new section,
.main.new_layout section,
footer.main_footer_new section,
.popup section {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative; }
@media only screen and (max-width: 991px) {
    header.main_header_new section,
    .main.new_layout section,
    footer.main_footer_new section,
    .popup section {
        padding: 75px 0; } }
@media only screen and (max-width: 767px) {
    header.main_header_new section,
    .main.new_layout section,
    footer.main_footer_new section,
    .popup section {
        padding: 50px 0; } }
@media only screen and (min-width: 1201px) {
    header.main_header_new section.extra_padding, header.main_header_new body.home section.hero, body.home header.main_header_new section.hero,
    header.main_header_new body.cms-home section.hero, body.cms-home header.main_header_new section.hero, header.main_header_new body.home section.coverage, body.home header.main_header_new section.coverage,
    header.main_header_new body.cms-home section.coverage, body.cms-home header.main_header_new section.coverage, header.main_header_new body.home section.parts, body.home header.main_header_new section.parts,
    header.main_header_new body.cms-home section.parts, body.cms-home header.main_header_new section.parts, header.main_header_new body.home section.create_account, body.home header.main_header_new section.create_account,
    header.main_header_new body.cms-home section.create_account, body.cms-home header.main_header_new section.create_account, header.main_header_new body.home section.brands, body.home header.main_header_new section.brands,
    header.main_header_new body.cms-home section.brands, body.cms-home header.main_header_new section.brands,
    .main.new_layout section.extra_padding,
    .main.new_layout body.home section.hero,
    body.home .main.new_layout section.hero,
    .main.new_layout body.cms-home section.hero,
    body.cms-home .main.new_layout section.hero,
    .main.new_layout body.home section.coverage,
    body.home .main.new_layout section.coverage,
    .main.new_layout body.cms-home section.coverage,
    body.cms-home .main.new_layout section.coverage,
    .main.new_layout body.home section.parts,
    body.home .main.new_layout section.parts,
    .main.new_layout body.cms-home section.parts,
    body.cms-home .main.new_layout section.parts,
    .main.new_layout body.home section.create_account,
    body.home .main.new_layout section.create_account,
    .main.new_layout body.cms-home section.create_account,
    body.cms-home .main.new_layout section.create_account,
    .main.new_layout body.home section.brands,
    body.home .main.new_layout section.brands,
    .main.new_layout body.cms-home section.brands,
    body.cms-home .main.new_layout section.brands,
    footer.main_footer_new section.extra_padding,
    footer.main_footer_new body.home section.hero,
    body.home footer.main_footer_new section.hero,
    footer.main_footer_new body.cms-home section.hero,
    body.cms-home footer.main_footer_new section.hero,
    footer.main_footer_new body.home section.coverage,
    body.home footer.main_footer_new section.coverage,
    footer.main_footer_new body.cms-home section.coverage,
    body.cms-home footer.main_footer_new section.coverage,
    footer.main_footer_new body.home section.parts,
    body.home footer.main_footer_new section.parts,
    footer.main_footer_new body.cms-home section.parts,
    body.cms-home footer.main_footer_new section.parts,
    footer.main_footer_new body.home section.create_account,
    body.home footer.main_footer_new section.create_account,
    footer.main_footer_new body.cms-home section.create_account,
    body.cms-home footer.main_footer_new section.create_account,
    footer.main_footer_new body.home section.brands,
    body.home footer.main_footer_new section.brands,
    footer.main_footer_new body.cms-home section.brands,
    body.cms-home footer.main_footer_new section.brands,
    .popup section.extra_padding,
    .popup body.home section.hero,
    body.home .popup section.hero,
    .popup body.cms-home section.hero,
    body.cms-home .popup section.hero,
    .popup body.home section.coverage,
    body.home .popup section.coverage,
    .popup body.cms-home section.coverage,
    body.cms-home .popup section.coverage,
    .popup body.home section.parts,
    body.home .popup section.parts,
    .popup body.cms-home section.parts,
    body.cms-home .popup section.parts,
    .popup body.home section.create_account,
    body.home .popup section.create_account,
    .popup body.cms-home section.create_account,
    body.cms-home .popup section.create_account,
    .popup body.home section.brands,
    body.home .popup section.brands,
    .popup body.cms-home section.brands,
    body.cms-home .popup section.brands {
        padding: 150px 0; } }
header.main_header_new section.bg_top_center,
.main.new_layout section.bg_top_center,
footer.main_footer_new section.bg_top_center,
.popup section.bg_top_center {
    background-position: top center; }
header.main_header_new section .container,
.main.new_layout section .container,
footer.main_footer_new section .container,
.popup section .container {
    position: relative;
    z-index: 2; }
header.main_header_new section .bg_image,
.main.new_layout section .bg_image,
footer.main_footer_new section .bg_image,
.popup section .bg_image {
    background-size: cover;
    background-position: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
header.main_header_new section .transparent_overlay,
.main.new_layout section .transparent_overlay,
footer.main_footer_new section .transparent_overlay,
.popup section .transparent_overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
header.main_header_new section img + h1,
.main.new_layout section img + h1,
footer.main_footer_new section img + h1,
.popup section img + h1 {
    margin-top: 30px; }
header.main_header_new section h1 + img,
.main.new_layout section h1 + img,
footer.main_footer_new section h1 + img,
.popup section h1 + img {
    margin-bottom: 30px; }
header.main_header_new section .fade_in,
.main.new_layout section .fade_in,
footer.main_footer_new section .fade_in,
.popup section .fade_in {
    opacity: 0; }
header.main_header_new section .fade_up_in,
.main.new_layout section .fade_up_in,
footer.main_footer_new section .fade_up_in,
.popup section .fade_up_in {
    opacity: 0;
    position: relative;
    top: 15px; }
header.main_header_new section.trigger .fade_in,
.main.new_layout section.trigger .fade_in,
footer.main_footer_new section.trigger .fade_in,
.popup section.trigger .fade_in {
    -webkit-animation: 2s ease 0s normal forwards 1 fade_in;
    animation: 2s ease 0s normal forwards 1 fade_in; }
header.main_header_new section.trigger .fade_up_in,
.main.new_layout section.trigger .fade_up_in,
footer.main_footer_new section.trigger .fade_up_in,
.popup section.trigger .fade_up_in {
    -webkit-animation: 2s ease 0s normal forwards 1 fade_up_in;
    animation: 2s ease 0s normal forwards 1 fade_up_in; }

header.main_header_new button,
.main.new_layout button,
footer.main_footer_new button,
.popup button {
    margin: 0; }

header.main_header_new .text_center,
.main.new_layout .text_center,
footer.main_footer_new .text_center,
.popup .text_center {
    text-align: center; }

header.main_header_new .cta,
header.main_header_new .cta2,
.main.new_layout .cta,
.main.new_layout .cta2,
footer.main_footer_new .cta,
footer.main_footer_new .cta2,
.popup .cta,
.popup .cta2 {
    margin-top: 50px; }
header.main_header_new .cta.has_arrow a span,
header.main_header_new .cta2.has_arrow a span,
.main.new_layout .cta.has_arrow a span,
.main.new_layout .cta2.has_arrow a span,
footer.main_footer_new .cta.has_arrow a span,
footer.main_footer_new .cta2.has_arrow a span,
.popup .cta.has_arrow a span,
.popup .cta2.has_arrow a span {
    display: inline-block;
    vertical-align: middle; }
header.main_header_new .cta.has_arrow a span.arrow,
header.main_header_new .cta2.has_arrow a span.arrow,
.main.new_layout .cta.has_arrow a span.arrow,
.main.new_layout .cta2.has_arrow a span.arrow,
footer.main_footer_new .cta.has_arrow a span.arrow,
footer.main_footer_new .cta2.has_arrow a span.arrow,
.popup .cta.has_arrow a span.arrow,
.popup .cta2.has_arrow a span.arrow {
    line-height: 12px;
    margin-left: 8px; }

header.main_header_new .cta a,
header.main_header_new .cta2 a,
header.main_header_new input[type="submit"],
.main.new_layout .cta a,
.main.new_layout .cta2 a,
.main.new_layout input[type="submit"],
footer.main_footer_new .cta a,
footer.main_footer_new .cta2 a,
footer.main_footer_new input[type="submit"],
.popup .cta a,
.popup .cta2 a,
.popup input[type="submit"] {
    background: #4E8DBC;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 25px 50px;
    position: relative;
    text-transform: uppercase; }
header.main_header_new .cta a:hover,
header.main_header_new .cta2 a:hover,
header.main_header_new input[type="submit"]:hover,
.main.new_layout .cta a:hover,
.main.new_layout .cta2 a:hover,
.main.new_layout input[type="submit"]:hover,
footer.main_footer_new .cta a:hover,
footer.main_footer_new .cta2 a:hover,
footer.main_footer_new input[type="submit"]:hover,
.popup .cta a:hover,
.popup .cta2 a:hover,
.popup input[type="submit"]:hover {
    background: #192733;
    color: #fff !important; }

header.main_header_new input[type="submit"],
.main.new_layout input[type="submit"],
footer.main_footer_new input[type="submit"],
.popup input[type="submit"] {
    padding: 15px 25px; }

header.main_header_new .cta2 a,
.main.new_layout .cta2 a,
footer.main_footer_new .cta2 a,
.popup .cta2 a {
    background: none;
    border: 2px solid; }
header.main_header_new .cta2 a:hover,
.main.new_layout .cta2 a:hover,
footer.main_footer_new .cta2 a:hover,
.popup .cta2 a:hover {
    border: 2px solid #192733;
    background: #192733; }

header.main_header_new .text_light,
.main.new_layout .text_light,
footer.main_footer_new .text_light,
.popup .text_light {
    color: #fff; }
header.main_header_new .text_light a,
.main.new_layout .text_light a,
footer.main_footer_new .text_light a,
.popup .text_light a {
    color: #fff; }

header.main_header_new .blocks .block,
.main.new_layout .blocks .block,
footer.main_footer_new .blocks .block,
.popup .blocks .block {
    float: left;
    margin-bottom: 0;
    margin-left: 6%;
    width: 23%; }
@media only screen and (max-width: 1200px) {
    header.main_header_new .blocks .block,
    .main.new_layout .blocks .block,
    footer.main_footer_new .blocks .block,
    .popup .blocks .block {
        width: 26%; } }
@media only screen and (max-width: 991px) {
    header.main_header_new .blocks .block,
    .main.new_layout .blocks .block,
    footer.main_footer_new .blocks .block,
    .popup .blocks .block {
        margin-left: 10%;
        width: 25%; } }
@media only screen and (max-width: 767px) {
    header.main_header_new .blocks .block,
    .main.new_layout .blocks .block,
    footer.main_footer_new .blocks .block,
    .popup .blocks .block {
        float: none;
        margin: 40px 0 0;
        width: 100%; }
    header.main_header_new .blocks .block:first-child,
    .main.new_layout .blocks .block:first-child,
    footer.main_footer_new .blocks .block:first-child,
    .popup .blocks .block:first-child {
        margin-top: 0; } }
header.main_header_new .blocks .block:first-child,
.main.new_layout .blocks .block:first-child,
footer.main_footer_new .blocks .block:first-child,
.popup .blocks .block:first-child {
    margin-left: 0; }
header.main_header_new .blocks .block .icon,
.main.new_layout .blocks .block .icon,
footer.main_footer_new .blocks .block .icon,
.popup .blocks .block .icon {
    margin-bottom: 10px; }

body.home section.hero,
body.cms-home section.hero {
    background: #354147;
    color: #fff;
    overflow: hidden; }
body.home section.hero h1,
body.cms-home section.hero h1 {
    margin-bottom: 50px; }
@media only screen and (min-width: 768px) {
    body.home section.hero .blocks,
    body.cms-home section.hero .blocks {
        font-size: 21px; } }
body.home section.hero .blocks .block,
body.cms-home section.hero .blocks .block {
    opacity: 0;
    -webkit-animation: 2.5s ease 0s normal forwards 1 fade_in;
    animation: 2.5s ease 0s normal forwards 1 fade_in; }
body.home section.hero .blocks .block:first-child,
body.cms-home section.hero .blocks .block:first-child {
    animation-delay: 0.2s; }
body.home section.hero .blocks .block:nth-child(2),
body.cms-home section.hero .blocks .block:nth-child(2) {
    animation-delay: 0.4s; }
body.home section.hero .blocks .block:nth-child(3),
body.cms-home section.hero .blocks .block:nth-child(3) {
    animation-delay: 0.6s; }
body.home section.hero .cta,
body.cms-home section.hero .cta {
    opacity: 0;
    -webkit-animation: 2.5s ease 0s normal forwards 1 fade_in;
    animation: 2.5s ease 0s normal forwards 1 fade_in;
    animation-delay: 0.75s; }
body.home section.hero .bg_image,
body.cms-home section.hero .bg_image {
    background-position: top center;
    opacity: 0;
    transform: scale(1.1);
    -webkit-animation: 2s ease 0s normal forwards 1 zoom_out;
    animation: 2s ease 0s normal forwards 1 zoom_out; }

body.home section.coverage,
body.cms-home section.coverage {
    background: #2B353A;
    background-size: 100%;
    color: #fff;
    position: relative; }
body.home section.coverage a,
body.cms-home section.coverage a {
    color: #fff; }
body.home section.coverage .inner h2,
body.cms-home section.coverage .inner h2 {
    max-width: 75%; }
@media only screen and (max-width: 991px) {
    body.home section.coverage .inner h2,
    body.cms-home section.coverage .inner h2 {
        max-width: 800px; } }
body.home section.coverage .inner p,
body.cms-home section.coverage .inner p {
    max-width: 50%; }
@media only screen and (max-width: 991px) {
    body.home section.coverage .inner p,
    body.cms-home section.coverage .inner p {
        max-width: 550px; } }
body.home section.coverage .inner .logos,
body.cms-home section.coverage .inner .logos {
    margin-top: 150px;
    text-align: left; }
@media only screen and (max-width: 1200px) {
    body.home section.coverage .inner .logos,
    body.cms-home section.coverage .inner .logos {
        margin: 80px auto 0;
        max-width: 900px;
        text-align: center; } }
body.home section.coverage .inner .logos .logo,
body.cms-home section.coverage .inner .logos .logo {
    display: inline-block;
    float: none;
    margin: 0 48px 20px 0;
    vertical-align: middle; }
body.home section.coverage .inner .logos .logo:last-child,
body.cms-home section.coverage .inner .logos .logo:last-child {
    margin-right: 0; }
@media only screen and (max-width: 1250px) {
    body.home section.coverage .inner .logos .logo,
    body.cms-home section.coverage .inner .logos .logo {
        margin: 0 55px 20px 0; } }
@media only screen and (max-width: 1200px) {
    body.home section.coverage .inner .logos .logo,
    body.cms-home section.coverage .inner .logos .logo {
        margin: 20px; } }
body.home section.coverage .inner .logos .logo img,
body.cms-home section.coverage .inner .logos .logo img {
    max-height: 45px;
    max-width: 150px;
    opacity: 0.6; }
body.home section.coverage .coverage_map,
body.cms-home section.coverage .coverage_map {
    opacity: 0;
    position: absolute;
    right: -15px;
    text-align: right;
    top: -135px;
    z-index: 1; }
@media only screen and (max-width: 1200px) {
    body.home section.coverage .coverage_map,
    body.cms-home section.coverage .coverage_map {
        top: -125px; } }
@media only screen and (max-width: 991px) {
    body.home section.coverage .coverage_map,
    body.cms-home section.coverage .coverage_map {
        top: -84px; } }
body.home section.coverage .coverage_map img,
body.cms-home section.coverage .coverage_map img {
    width: 975px; }
@media only screen and (max-width: 1200px) {
    body.home section.coverage .coverage_map img,
    body.cms-home section.coverage .coverage_map img {
        width: 900px; } }
@media only screen and (max-width: 991px) {
    body.home section.coverage .coverage_map img,
    body.cms-home section.coverage .coverage_map img {
        max-width: 600px;
        width: 600px; } }
body.home section.coverage.trigger .coverage_map,
body.cms-home section.coverage.trigger .coverage_map {
    -webkit-animation: 3s ease 0s normal forwards 1 fade_left_in;
    animation: 3s ease 0s normal forwards 1 fade_left_in; }

body.home section.parts,
body.cms-home section.parts {
    overflow: hidden; }
@media only screen and (min-width: 768px) {
    body.home section.parts .inner,
    body.cms-home section.parts .inner {
        float: right;
        max-width: 50%; } }
@media only screen and (min-width: 768px) {
    body.home section.parts .appliance_grid,
    body.cms-home section.parts .appliance_grid {
        left: 0;
        position: absolute;
        top: 10%;
        width: 45%;
        z-index: 1; } }
@media only screen and (max-width: 767px) {
    body.home section.parts .appliance_grid,
    body.cms-home section.parts .appliance_grid {
        display: block;
        left: 0;
        margin-top: 40px;
        top: 0; }
    body.home section.parts .appliance_grid img,
    body.cms-home section.parts .appliance_grid img {
        max-width: 100%; } }
body.home section.create_account,
body.cms-home section.create_account {
    background: #F1F1F1;
    padding-bottom: 100px; }
body.home section.create_account a,
body.cms-home section.create_account a {
    color: #192733; }
body.home section.create_account .inner,
body.cms-home section.create_account .inner {
    max-width: 60%; }
@media only screen and (max-width: 991px) {
    body.home section.create_account .inner,
    body.cms-home section.create_account .inner {
        max-width: 750px; } }
body.home section.create_account .inner .cta2 a,
body.cms-home section.create_account .inner .cta2 a {
    color: #192733; }
body.home section.create_account .image,
body.cms-home section.create_account .image {
    margin-top: 50px;
    padding: 0 15px;}
body.home section.create_account .image img,
body.cms-home section.create_account .image img {
    width: 100%; }

body.home section.brands,
body.cms-home section.brands {
    background: #4E8DBC;
    color: #fff;
    text-align: center; }
body.home section.brands a,
body.cms-home section.brands a {
    color: #fff; }
body.home section.brands .inner h3,
body.cms-home section.brands .inner h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0 auto;
    max-width: 900px; }

body.brands section.brands,
body.cms-brands section.brands {
    padding-bottom: 0; }
body.brands section.brands .inner h1,
body.cms-brands section.brands .inner h1 {
    max-width: 1100px; }

body.brands section.lists .list,
body.cms-brands section.lists .list {
    margin-top: 75px;
    padding: 0; }
body.brands section.lists .list:first-child,
body.cms-brands section.lists .list:first-child {
    margin-top: 0; }
body.brands section.lists .list .header,
body.cms-brands section.lists .list .header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
body.brands section.lists .list .header h4,
body.cms-brands section.lists .list .header h4 {
    float: left;
    margin: 0; }
/*body.brands section.lists .list .header a,*/
/*body.cms-brands section.lists .list .header a {*/
    /*color: #4E8DBC;*/
    /*float: right;*/
    /*line-height: 14px;*/
    /*margin-top: 13px; }*/
/*body.brands section.lists .list .header a:hover,*/
/*body.cms-brands section.lists .list .header a:hover {*/
    /*color: #354147; }*/
body.brands section.lists .list .items,
body.cms-brands section.lists .list .items {
    margin-top: 25px;
    padding: 0 10px; }
body.brands section.lists .list .items ul,
body.cms-brands section.lists .list .items ul {
    margin: 0;
    padding: 0; }
@media only screen and (min-width: 768px) {
    body.brands section.lists .list .items ul,
    body.cms-brands section.lists .list .items ul {
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4;
        column-gap: 20px; } }
@media only screen and (max-width: 767px) {
    body.brands section.lists .list .items ul,
    body.cms-brands section.lists .list .items ul {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px; } }
body.brands section.lists .list .items ul li,
body.cms-brands section.lists .list .items ul li {
    list-style: none; }

.logos {
    margin-top: 70px;
    text-align: center; }
@media only screen and (max-width: 1250px) {
    .logos {
        margin-top: 60px; } }
@media only screen and (max-width: 991px) {
    .logos {
        margin-top: 30px; } }
@media only screen and (max-width: 767px) {
    .logos {
        margin-top: 20px; } }
.logos .logo {
    display: inline-block;
    float: none;
    margin: 0 0 40px 92px;
    vertical-align: middle; }
@media only screen and (min-width: 1201px) {
    .logos .logo:nth-child(5n+1) {
        margin-left: 0; } }
@media only screen and (max-width: 1250px) {
    .logos .logo {
        margin: 20px 40px; } }
@media only screen and (max-width: 991px) {
    .logos .logo {
        margin: 20px 30px; } }
@media only screen and (max-width: 767px) {
    .logos .logo {
        margin: 20px; }
    .logos .logo img {
        max-height: 35px;
        max-width: 125px; } }
body.cms-about section.main_copy img {
    position: relative;
    z-index: 1; }

@media only screen and (min-width: 768px) {
    body.cms-about section.main_copy .text {
        margin-top: -100px;
        max-width: 60%;
        position: relative;
        z-index: 2; } }

/*CMS -location Page */
@media only screen and (min-width: 992px) {
    body.locations section.main_copy .inner .text_stats .text,
    body.cms-our-locations  section.main_copy .inner .text_stats .text {
        float: left;
        width: 45%; } }

@media only screen and (min-width: 992px) {
    body.locations section.main_copy .inner .text_stats .stats,
    body.cms-our-locations  section.main_copy .inner .text_stats .stats {
        float: right;
        width: 47%; } }

@media only screen and (max-width: 991px) {
    body.locations section.main_copy .inner .text_stats .stats,
    body.cms-our-locations  section.main_copy .inner .text_stats .stats {
        margin-top: 40px; } }

body.locations section.main_copy .inner .text_stats .stats .stat,
body.cms-our-locations  section.main_copy .inner .text_stats .stats .stat {
    border-top: 1px solid;
    float: left;
    margin-left: 5%;
    width: 30%; }
body.locations section.main_copy .inner .text_stats .stats .stat:first-child,
body.cms-our-locations  section.main_copy .inner .text_stats .stats .stat:first-child {
    margin-left: 0; }
body.locations section.main_copy .inner .text_stats .stats .stat h3,
body.cms-our-locations  section.main_copy .inner .text_stats .stats .stat h3 {
    margin: 15px 0 10px; }
body.locations section.main_copy .inner .text_stats .stats .stat p,
body.cms-our-locations  section.main_copy .inner .text_stats .stats .stat p {
    line-height: 25px; }

body.locations section.map,
body.cms-our-locations  section.map {
    background: #F1F1F1;
    overflow: hidden;
    padding: 0 0 15px; }
body.locations section.map iframe,
body.cms-our-locations  section.map iframe {
    margin: -33px 0 0;
    padding: 0;
    width: 100%; }
@media only screen and (max-width: 767px) {
    body.locations section.map iframe,
    body.cms-our-locations  section.map iframe {
        height: 400px !important;
        margin: -60px 0 0; } }
body.locations section.map .link,
body.cms-our-locations  section.map .link {
    font-size: 14px;
    padding: 0 15px;
    text-align: center; }
body.locations section.map .link a,
body.cms-our-locations  section.map .link a {
    color: #192733; }

body.locations section.locations .location,
body.cms-our-locations  section.locations .location {
    margin-top: 80px; }
@media only screen and (max-width: 767px) {
    body.locations section.locations .location,
    body.cms-our-locations  section.locations .location {
        margin-top: 30px; } }
body.locations section.locations .location:first-child,
body.cms-our-locations  section.locations .location:first-child {
    margin-top: 0; }
body.locations section.locations .location .title h4,
body.cms-our-locations  section.locations .location .title h4 {
    border-bottom: 1px solid #737373;
    padding-bottom: 10px;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    body.locations section.locations .location .title h4,
    body.cms-our-locations  section.locations .location .title h4 {
        font-weight: 400; } }
body.locations section.locations .location .blocks,
body.cms-our-locations  section.locations .location .blocks {
    margin-top: 35px; }
@media only screen and (max-width: 767px) {
    body.locations section.locations .location .blocks,
    body.cms-our-locations  section.locations .location .blocks {
        margin-top: 15px; } }
body.locations section.locations .location .blocks .block,
body.cms-our-locations  section.locations .location .blocks .block {
    margin-left: 5%;
    width: 30%; }
@media only screen and (min-width: 768px) {
    body.locations section.locations .location .blocks .block,
    body.cms-our-locations  section.locations .location .blocks .block {
        margin-top: 40px; }
    body.locations section.locations .location .blocks .block:first-child, body.locations section.locations .location .blocks .block:nth-child(2), body.locations section.locations .location .blocks .block:nth-child(3),
    body.cms-our-locations  section.locations .location .blocks .block:first-child,
    body.cms-our-locations  section.locations .location .blocks .block:nth-child(2),
    body.cms-our-locations  section.locations .location .blocks .block:nth-child(3) {
        margin-top: 0; }
    body.locations section.locations .location .blocks .block:nth-child(3n+1),
    body.cms-our-locations  section.locations .location .blocks .block:nth-child(3n+1) {
        clear: left;
        margin-left: 0; } }
@media only screen and (max-width: 767px) {
    body.locations section.locations .location .blocks .block,
    body.cms-our-locations  section.locations .location .blocks .block {
        border-top: 1px solid #ddd;
        float: none;
        margin: 20px 0 0;
        padding-top: 17px;
        width: 100%; }
    body.locations section.locations .location .blocks .block:first-child,
    body.cms-our-locations  section.locations .location .blocks .block:first-child {
        border-top: 0;
        padding: 0;
        margin: 0; } }
body.locations section.locations .location .blocks .block a,
body.cms-our-locations  section.locations .location .blocks .block a {
    color: #4E8DBC;
    text-decoration: none; }
body.locations section.locations .location .blocks .block:first-child,
body.cms-our-locations  section.locations .location .blocks .block:first-child {
    margin-left: 0; }
body.locations section.locations .location .blocks .block h4,
body.cms-our-locations  section.locations .location .blocks .block h4 {
    margin-bottom: 10px; }
body.locations section.locations .location .blocks .block .dc,
body.cms-our-locations  section.locations .location .blocks .block .dc {
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    padding: 5px 10px; }
body.locations section.locations .location .blocks .block ul,
body.cms-our-locations  section.locations .location .blocks .block ul {
    margin: 0;
    padding: 0; }
body.locations section.locations .location .blocks .block ul li,
body.cms-our-locations  section.locations .location .blocks .block ul li {
    list-style: none;
    margin: 0 0 5px; }
@media only screen and (max-width: 991px) {
    body.locations section.locations .location .blocks .block ul li a,
    body.cms-our-locations  section.locations .location .blocks .block ul li a {
        word-break: break-all; } }
/* CMS location page end */


body.wholesale .inner img,
body.cms-wholesale-new .inner img {
    width: 100%; }


/* contact us page */
body.contact-index-index {
    background: #fff;
}

body.contact-index-index .cms-brand-content.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

body.contact-index-index .cms-brand-content.container.cms-text-form{
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.contact-index-index .cms-brand-content .main.contact-left .form.contact {
    min-width: 100%;
}
.contact-index-index .cms-brand-container .cms-brand-content .secondary{
    top:0;
}
.contact-index-index .cms-brand-content .secondary {
    float: left;
    width: 50%;
}

@media screen and (min-width: 767px) and (max-width: 990px) {
    body.contact-index-index .cms-brand-content #text-content{
        float: left;
        width: 48% !important;
    }
}

body.contact section.text_form .inner .text,
body.contact-index-index section.text_form .inner .text {
    float: left;
    width: 48%; }

@media only screen and (max-width: 767px) {
    body.contact section.text_form .inner .text,
    body.contact-index-index section.text_form .inner .text {
        float: none;
        width: 100%; }
    body.contact-index-index .cms-brand-content .secondary.longpage{
        background-color: #fff;
    }
    body.contact-index-index .cms-brand-content .secondary.longpage .text{
        padding: 0px 0px 0px 20px;
    }
    body.contact-index-index .cms-brand-content .main.contact-left{
        background: #fff;
    }
    body.contact-index-index .cms-brand-container{width: 100%;}
    body.contact-index-index .page-main .columns .form.contact .fieldset {
        margin: 0 0 20px;
        padding: 29px;
        background: #F1F1F1;
        min-width: 100%;
    }
    .custom-cms-button .primary {
        width: 100%;
    }
}
@media only screen and (max-width: 390px) {
    body.contact-index-index .cms-brand-content .secondary.longpage .text{
        padding: 0;
    }
    body.contact-index-index .page-main .columns .form.contact .fieldset {
        padding: 15px;
    }
    .contact-index-index .cms-brand-content .main.contact-left{
        padding: 5px;
    }
    .contact-index-index .cms-brand-content .actions-toolbar .primary .action{
        width: auto;
    }
    .contact-index-index .cms-brand-content .main.contact-left .field.note.no-label{
        padding-top: 19px;
    }
    .custom-cms-button .primary.t-center {
        text-align: center;
    }
    .custom-cms-button .primary.w-auto {
        width: auto !important;
    }
}


body.contact-index-index .fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after{
    color: #ED7937;
    font-size: 18px;
}
body.contact section.text_form .inner .text h1,
body.contact-index-index .secondary .longpage section.text_form .inner .text h1 {
    margin-bottom: 20px; }
body.contact section.text_form .inner .text h3,
body.contact-index-index .secondary .longpage section.text_form .inner .text h3 {
    margin-bottom: 20px; }
body.contact section.text_form .inner .text .phone a,
body.contact-index-index .secondary .longpage section.text_form .inner .text .phone a {
    color: #4E8DBC;
    font-size: 27px;
    font-weight: 300;
    line-height: 38px; }
body.contact section.text_form .inner .form{
    background: #F1F1F1;
    float: right;
    padding: 30px;
    width: 48%; }
@media only screen and (max-width: 767px) {
    body.contact section.text_form .inner .form,
    body.contact-index-index section.text_form .inner .form {
        float: none;
        margin-top: 50px;
        width: 100%; } }
body.contact section.text_form .inner .form h3,
body.contact-index-index section.text_form .inner .form h3 {
    margin-bottom: 20px; }
body.contact section.text_form .inner .form form a,
body.contact-index-index section.text_form .inner .form form a {
    color: #4E8DBC; }
body.contact section.text_form .inner .form form .input,
body.contact-index-index section.text_form .inner .form form .input {
    margin-top: 20px; }
body.contact section.text_form .inner .form form .input:first-child,
body.contact-index-index section.text_form .inner .form form .input:first-child {
    margin-top: 0; }
body.contact section.text_form .inner .form form .input label,
body.contact-index-index section.text_form .inner .form form .input label {
    display: block; }
body.contact section.text_form .inner .form form .input label .req,
body.contact-index-index section.text_form .inner .form form .input label .req {
    color: #ED7937; }
body.contact section.text_form .inner .form form .input input[type="text"],
body.contact section.text_form .inner .form form .input input[type="email"],
body.contact section.text_form .inner .form form .input textarea,
body.contact-index-index section.text_form .inner .form form .input input[type="text"],
body.contact-index-index section.text_form .inner .form form .input input[type="email"],
body.contact-index-index section.text_form .inner .form form .input textarea {
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 100%; }
body.contact section.text_form .inner .form form .input input[type="checkbox"],
body.contact-index-index section.text_form .inner .form form .input input[type="checkbox"] {
    margin-right: 10px; }
.popup {
    display: none;
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99; }
.popup .container {
    position: relative;
    z-index: 2; }
.popup .container .inner {
    background: #354147;
    border-radius: 10px;
    color: #fff;
    padding: 40px;
    position: relative; }
.popup .container .inner a {
    color: #4E8DBC; }
.popup .container .inner a:hover {
    color: #ccc; }
@media only screen and (min-width: 768px) {
    .popup .container .inner .left,
    .popup .container .inner .right {
        display: inline-block;
        vertical-align: middle; } }
@media only screen and (min-width: 768px) {
    .popup .container .inner .left {
        border-right: 1px solid #737373;
        padding-right: 14%;
        width: 64%; } }
.popup .container .inner .left h2 {
    margin-bottom: 0; }
.popup .container .inner .left .cta {
    margin: 40px 0; }
@media only screen and (max-width: 767px) {
    .popup .container .inner .left .cta {
        margin: 25px 0; } }
.popup .container .inner .left .cta a {
    color: #fff; }
@media only screen and (min-width: 768px) {
    .popup .container .inner .right {
        padding-left: 30px;
        width: 35%; } }
@media only screen and (max-width: 767px) {
    .popup .container .inner .right {
        border-top: 1px solid #737373;
        margin-top: 30px;
        padding-top: 30px; } }
.popup .container .inner .closer {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2; }
.popup .container .inner .closer:hover {
    color: #ccc; }

.trans_bg {
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

/* MAGENTO TEMPLATE OVERRIDES */
main.page-main-full-width,
main.page-main {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important; }
main.page-main-full-width [data-content-type='row'][data-appearance='contained'],
main.page-main-full-width .page-title-wrapper,
main.page-main [data-content-type='row'][data-appearance='contained'],
main.page-main .page-title-wrapper {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
    /*background: #fff;*/
}
@media only screen and (max-width: 1201px) {
    main.page-main-full-width [data-content-type='row'][data-appearance='contained'],
    main.page-main-full-width .page-title-wrapper,
    main.page-main [data-content-type='row'][data-appearance='contained'],
    main.page-main .page-title-wrapper {
        max-width: 1170px; } }
@media only screen and (max-width: 991px) {
    main.page-main-full-width [data-content-type='row'][data-appearance='contained'],
    main.page-main-full-width .page-title-wrapper,
    main.page-main [data-content-type='row'][data-appearance='contained'],
    main.page-main .page-title-wrapper {
        max-width: 970px; } }
@media only screen and (max-width: 767px) {
    main.page-main-full-width [data-content-type='row'][data-appearance='contained'],
    main.page-main-full-width .page-title-wrapper,
    main.page-main [data-content-type='row'][data-appearance='contained'],
    main.page-main .page-title-wrapper {
        max-width: 750px; } }
main.page-main-full-width [data-content-type='row'][data-appearance='contained'] > div,
main.page-main-full-width .page-title-wrapper > div,
main.page-main [data-content-type='row'][data-appearance='contained'] > div,
main.page-main .page-title-wrapper > div {
    padding: 0 !important; }
main.page-main-full-width [data-content-type='row'][data-appearance='contained'] dl dt,
main.page-main-full-width .page-title-wrapper dl dt,
main.page-main [data-content-type='row'][data-appearance='contained'] dl dt,
main.page-main .page-title-wrapper dl dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 30px; }
main.page-main-full-width .page-title-wrapper,
main.page-main .page-title-wrapper {
    margin-bottom: 30px;
    margin-top: 70px; }
@media only screen and (max-width: 767px) {
    main.page-main-full-width .page-title-wrapper,
    main.page-main .page-title-wrapper {
        margin-top: 50px; } }
main.page-main-full-width .right-column-img-content,
main.page-main .right-column-img-content {
    margin-top: 20px !important; }

.cms-page-view .page-main .columns,
.cms-no-route .page-main .columns,
.page-with-filter .page-main .columns,
.catalog-category-view .page-main .columns,
.brand-view-index .page-main .columns,
.quickorder-index-index .page-main .columns,
.customer-account-forgotpassword .page-main .columns,
.negotiable_quote-quote-send .page-main .columns,
.contact-index-index .page-main .columns,
.partslookup-result-index .page-main .columns,
.partslookup-index-index .page-main .columns,
.standardreturns-index-view .page-main .columns,
.returnrequest-index-index .page-main .columns {
    padding: 0 !important; }

.homepage-content .main,
.cms-brand-content .main {
    width: 67%; }
@media only screen and (max-width: 767px) {
    .homepage-content .main,
    .cms-brand-content .main {
        width: 100% !important; } }

.homepage-content .secondary,
.cms-brand-content .secondary {
    right: 0;
    width: 25%; }
@media only screen and (max-width: 767px) {
    .homepage-content .secondary,
    .cms-brand-content .secondary {
        width: 100% !important; } }

.homepage-content .secondary .ribbon .triangle,
.cms-brand-content .secondary .ribbon .triangle {
    display: none !important; }

.homepage-content .right-gray-bg,
.cms-brand-content .right-gray-bg {
    margin-right: 0 !important; }

.cms-brand-container .cms-brand-content .main {
    padding: 30px 0; }

.nav-sections {
    margin-bottom: 0 !important; }

.cms-page-view .page-main h1,
.cms-no-route .page-main h1,
.page-with-filter .page-main h1,
.catalog-category-view .page-main h1,
.brand-view-index .page-main h1,
.quickorder-index-index .page-main h1,
.customer-account-forgotpassword .page-main h1,
.negotiable_quote-quote-send .page-main h1,
.contact-index-index .page-main h1,
.partslookup-result-index .page-main h1,
.partslookup-index-index .page-main h1,
.standardreturns-index-view .page-main h1,
.returnrequest-index-index .page-main h1 {
    background: none;
    color: #192733;
    font-size: 50px;
    font-weight: 200;
    line-height: 61px;
    margin-bottom: 10px;
    padding: 0; }
@media only screen and (max-width: 991px) {
    .cms-page-view .page-main h1,
    .cms-no-route .page-main h1,
    .page-with-filter .page-main h1,
    .catalog-category-view .page-main h1,
    .brand-view-index .page-main h1,
    .quickorder-index-index .page-main h1,
    .customer-account-forgotpassword .page-main h1,
    .negotiable_quote-quote-send .page-main h1,
    .contact-index-index .page-main h1,
    .partslookup-result-index .page-main h1,
    .partslookup-index-index .page-main h1,
    .standardreturns-index-view .page-main h1,
    .returnrequest-index-index .page-main h1 {
        font-size: 40px;
        line-height: 51px; } }
@media only screen and (max-width: 767px) {
    .cms-page-view .page-main h1,
    .cms-no-route .page-main h1,
    .page-with-filter .page-main h1,
    .catalog-category-view .page-main h1,
    .brand-view-index .page-main h1,
    .quickorder-index-index .page-main h1,
    .customer-account-forgotpassword .page-main h1,
    .negotiable_quote-quote-send .page-main h1,
    .contact-index-index .page-main h1,
    .partslookup-result-index .page-main h1,
    .partslookup-index-index .page-main h1,
    .standardreturns-index-view .page-main h1,
    .returnrequest-index-index .page-main h1 {
        font-size: 34px;
        line-height: 45px; } }

body main h2 strong,
body main h3 strong,
body main h4 strong,
body main h5 strong {
    font-weight: 200; }

body main h2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 51px;
    margin: 40px 0 20px; }
body main h2:first-child {
    margin-top: 0; }
@media only screen and (max-width: 991px) {
    body main h2 {
        font-size: 34px;
        line-height: 45px; } }
@media only screen and (max-width: 767px) {
    body main h2 {
        font-size: 25px;
        line-height: 36px; } }

body main h3 {
    font-size: 34px;
    font-weight: 200;
    line-height: 45px;
    /*margin: 35px 0 15px;*/
}
body main h3:first-child {
    margin-top: 0; }
@media only screen and (max-width: 991px) {
    body main h3 {
        font-size: 25px;
        line-height: 36px; } }
@media only screen and (max-width: 767px) {
    body main h3 {
        font-size: 21px;
        line-height: 32px; } }

body main h4,
body main h5 {
    font-size: 25px;
    font-weight: 200;
    line-height: 36px;
    /*margin: 35px 0 15px;*/
}
body main h4:first-child,
body main h5:first-child {
    margin-top: 0; }
@media only screen and (max-width: 991px) {
    body main h4,
    body main h5 {
        font-size: 21px;
        line-height: 32px; } }

.homepage-content .right-gray-bg,
.cms-brand-content .right-gray-bg {
    font-size: 15px;
    line-height: 26px; }

.homepage-content,
.cms-brand-content {
    font-size: 18px;
    line-height: 30px; }

.page-header {
    border: 0 !important;
    margin: 0 !important; }

.homepage-content .secondary .ribbon,
.cms-brand-content .secondary .ribbon {
    padding: 20px 15px; }

.homepage-content .secondary .ribbon .heading-l3,
.cms-brand-content .secondary .ribbon .heading-l3 {
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 10px; }

.homepage-content .secondary .ribbon .callus,
.cms-brand-content .secondary .ribbon .callus {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    margin-top: 0; }

.homepage-content .secondary .ribbon .callus a,
.cms-brand-content .secondary .ribbon .callus a {
    font-weight: 400; }

.homepage-content .right-gray-bg,
.cms-brand-content .right-gray-bg {
    padding: 15px 15px 20px; }

@media only screen and (max-width: 991px) {
    .homepage-content .secondary,
    .cms-brand-content .secondary {
        float: none;
        margin: 0;
        top: 0 !important;
        width: 100% !important; }
    body.contact-index-index .cms-brand-content.container.cms-text-form{
        padding: 43px 0;
    }
}

.homepage-content .secondary .secondary-inner,
.cms-brand-content .secondary .secondary-inner {
    padding: 0 !important; }
.homepage-content .secondary .secondary-inner > div,
.cms-brand-content .secondary .secondary-inner > div {
    padding: 0; }

@media screen and (min-width: 768px) {
    .cms-brand-container .cms-brand-content .brand-image {
        margin: 7px 30px 20px 0; } }

/* promotion page css */
body.cms-promotions {
    background: #fff; }
body.cms-promotions .column.main {
    padding-top: 0; }
body.cms-promotions .column.main h1 {
    font-size: 50px;
    font-weight: 200;
    line-height: 61px;
    margin-bottom: 10px;
    padding: 0; }
@media only screen and (max-width: 991px) {
    body.cms-promotions .column.main h1 {
        font-size: 40px;
        line-height: 51px; } }
@media only screen and (max-width: 767px) {
    body.cms-promotions .column.main h1 {
        font-size: 34px;
        line-height: 45px; }

}
body.cms-promotions .column.main p,
body.cms-promotions .column.main ul,
body.cms-promotions .column.main ol {
    font-size: 18px;
    line-height: 30px; }
body.cms-promotions .column.main img {
    left: 0 !important;
    max-width: 100% !important;
    position: relative !important;
    top: 0 !important;
    transform: none !important; }
body.cms-promotions .column.main [data-content-type='row'][data-appearance='contained'] {
    margin-top: 40px; }
body.cms-promotions .column.main .promo-products-grid {
    padding: 0 !important; }
body.cms-promotions .column.main .promo-products-grid .promo-image-wrapper {
    background: #fff !important;
    height: auto !important;
    margin-bottom: 20px;
    min-height: 250px;
    padding: 20px;
    text-align: center;
    width: 100% !important; }
@media only screen and (max-width: 991px) {
    body.cms-promotions .column.main .promo-products-grid .promo-image-wrapper {
        min-height: 230px; } }
@media only screen and (max-width: 767px) {
    body.cms-promotions .column.main .promo-products-grid .promo-image-wrapper {
        min-height: 0; } }
body.cms-promotions .column.main .promo-products-grid .promo-image-wrapper img {
    display: inline-block; }
body.cms-promotions .column.main .promo-products-grid .product-item-details .attribute {
    position: relative;
    top: 0; }
body.cms-promotions .column.main .promo-banner .promo-banner-content {
    padding: 40px 25px 50px !important;
    top: 0; }
body.cms-promotions .column.main .promo-banner .wholesale-price {
    border-radius: 0 !important;
    bottom: 0;
    padding: 40px 25px 0 !important;
    position: relative;
    text-align: left; }
body.cms-promotions .column.main .products-grid .product-items {
    font-size: 0; }
body.cms-promotions .column.main .products-grid .product-items .product-item {
    background: #eee !important;
    font-size: 18px;
    line-height: 31px;
    margin: 0 0 2% 2% !important;
    padding: 20px !important;
    width: 32%; }
body.cms-promotions .column.main .products-grid .product-items .product-item:nth-child(3n+1) {
    margin-left: 0 !important; }
@media only screen and (max-width: 767px) {
    body.cms-promotions .column.main .products-grid .product-items .product-item {
        display: block;
        float: none;
        margin: 0 0 20px 0 !important;
        max-width: 100% !important;
        width: 100% !important; } }
body.cms-promotions .column.main .block-products-list {
    margin-bottom: 0; }
body.cms-promotions .column.main .products-grid .product-item-info {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important; }
body.cms-promotions .column.main .promo-products-grid .product-items {
    font-size: 0; }
body.cms-promotions .column.main .promo-products-grid .product-items > li {
    background: #eee;
    font-size: 18px;
    line-height: 31px;
    margin: 0 0 2% 2% !important;
    min-height: 440px;
    padding: 20px !important;
    width: 32%; }
body.cms-promotions .column.main .promo-products-grid .product-items > li:nth-child(3n+1) {
    margin-left: 0 !important; }

@media only screen and (min-width: 1180px) {
    .custom-cms-button {
        float: right;
        margin-right: 90px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1179px) {
    .custom-cms-button {
        float: right;
        margin-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .custom-cms-button {
        float: right;
        margin-right: 16px;
    }
}

@media only screen and (max-width: 767px) {
    body.cms-promotions .column.main .promo-products-grid .product-items > li {
        display: block;
        float: none;
        margin: 0 0 20px 0 !important;
        max-width: 100% !important;
        width: 100% !important; } }
body.cms-promotions .column.main .promo-logo {
    display: none !important; }
body.cms-promotions .column.main .price-container ul.prices > li {
    display: block;
    max-width: 100%;
    padding: 0 !important; }
body.cms-promotions .column.main .product-image-wrapper {
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important; }
body.cms-promotions .column.main .product-image-wrapper .product-image-photo {
    position: relative; }
body.cms-promotions .column.main .products-grid .product-item-info:hover,
body.cms-promotions .column.main .products-grid .product-item-info.active {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 9; }
body.cms-promotions .column.main .products-grid .product-item-inner {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    right: 0 !important;
    z-index: 2; }
body.cms-promotions .column.main .product-item .product-image-container {
    width: 100% !important; }
body.cms-promotions .column.main .product-item .product-image-container img {
    width: 100% !important; }
body.cms-promotions .column.main .block.widget .products-grid .product-item .product-item-inner,
body.cms-promotions .column.main .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
body.cms-promotions .column.main .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none !important;
    margin: 0 !important; }
body.cms-promotions .column.main .abs-visually-hidden-desktop-s,
body.cms-promotions .column.main .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0 !important;
    clip: unset !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    width: auto !important; }

/* END MAGENTO TEMPLATE OVERRIDES */
.qa {
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99; }
.qa img {
    opacity: 0.75; }

@keyframes zoom_out {
    0% {
        opacity: 0;
        transform: scale(1.1); }
    100% {
        opacity: 1;
        transform: scale(1); } }

@-webkit-keyframes zoom_out {
    0% {
        opacity: 0;
        transform: scale(1); }
    100% {
        opacity: 1;
        transform: scale(1); } }

@keyframes fade_up_in {
    0% {
        opacity: 0;
        top: 15px; }
    100% {
        opacity: 1;
        top: 0; } }

@-webkit-keyframes fade_up_in {
    0% {
        opacity: 0;
        top: 15px; }
    100% {
        opacity: 1;
        top: 0; } }

@keyframes fade_in {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@-webkit-keyframes fade_in {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@keyframes fade_left_in {
    0% {
        opacity: 0;
        right: -15px; }
    100% {
        opacity: 1;
        right: 0; } }

@-webkit-keyframes fade_left_in {
    0% {
        opacity: 0;
        right: -15px; }
    100% {
        opacity: 1;
        right: 0; } }
