﻿
/* #region **************************** GLOBAL ****************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Oswald:300,400,500,600,700');

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background-color: #fff;
    font-size: 16px;
    color: #555555;
}

a {
    color: #007CF5; 
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prod_inner .content{
    padding: 0 0;
}

img, iframe {
    max-width: 100%;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 500;
}

h1 {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 42px;
}

h2 {
    color: #002F5F;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:5px;
    text-transform:uppercase;
}

h3 {
    font-size: 24px;
    text-transform: capitalize;
}

h4 {
    font-size: 20px;
    text-transform: capitalize;
}

.wrapper .sfContentBlock ul{
    padding-left:15px;
}

.wrapper .sfContentBlock ul li {
    margin-bottom: 8px;
    position: relative;
    list-style:disc;
}

.wrapper .sfContentBlock ul li strong{
    color: #002F5F;
}

.wrapper .sfContentBlock ul {
    line-height: 26px;
}

h2 a {
    text-decoration: none;
}

.w__topinner .content .w__topinner_body .sfContentBlock h1 {
    color: #007CF5;
}

/* #endregion */
/* #region **************************** MASTER ****************************/

.white-bg {
    background-color: #fff;
}

.grey-bg {
    background-color: #f0f0f0;
}

.black-btn {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background: #000;
    color: #cccccc;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    display: inline-block;
    padding: 5px 10px;
    min-width: 165px;
    text-decoration: none;
    text-align: center;
}

    .black-btn:hover {
        background: #007CF5;
        color: #fff;
    }

.thank-block {
    margin: 50px 0;
    /*border-left: 2px solid green;*/
    box-sizing: border-box;
    /*background: #0080001a;*/
    padding: 20px 0;
}

.w__iconrow, .w__news {
    font-family: 'Oswald', 'Arial', 'sans-serif';
}

.w__header {
    border-top:none;
    background:#fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}

    .w__header .content {
        position: relative;
    }

.w__logo {
    position: relative;
    z-index: 1;
    min-height: 120px;
}

    .w__logo > div {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top:18px;
    }

.rdTable .w__logo > div {
    position: static;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.w__logo a {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: block;
    max-width: 190px;
}

    .w__logo a span {
        display: block;
        text-align: right;
    }

.w__quicklinks ul > li {
    float: left;
}

.w__quicklinks a {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #555555;
    display: block;
    position: relative;
}

.w__menu .CustomMenu > li:hover > a {
    background: #F4F4F4;
}

.w__menu a:hover:before {
    display: none;
}

.w__footer {
    background-color: #002F5F;
    color: #FFF;
    padding: 20px 0;
    padding-top:60px;
}

    .w__footer a {
        color: #FFF;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        text-decoration:none;
    }

        .w__footer a:hover {
            color: #a5a5a5;
        }

.w__footer_left .sfContentBlock p{
    margin-top:80px;
}
#share-buttons{
    display:flex;
    justify-content:right;
}

#share-buttons .icon-button {
    margin-right: 10px;
    width: 25px;
    height: 23px;
    line-height: 20px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    background-color:transparent;
    border-radius:5px;
    padding:4px;
}

#share-buttons .icon-button img{
    height:100%;
}

.sf-social-share li a.icon-button {
    margin-right: 2px;
    background-color: #59575c;
    width: 25px;
    height: 23px;
    line-height: 20px;
    font-size: 20px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

#share-buttons .icon-button em {
    color: #000;
}

#share-buttons .icon-button:hover em {
    color: #fff;
}


#share-buttons .icon-button.facebook:hover {
    background-color: #3B5998;
}

#share-buttons .icon-button.twitter:hover {
    background-color: #4099ff;
}

#share-buttons .icon-button.youtube:hover {
    background-color: #D72523;
}

#share-buttons .icon-button.linkedin:hover {
    background-color: #0084bf;
}

.w__footer_right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    margin-top:70px;
}

    .w__footer_right ul li {
        display: inline-block;
        padding-left: 18px;
        position: relative;
        color:#fff;
    }

        .w__footer_right ul li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 30px;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background: #FFF;
            left: 7px;
            top: 0;
            margin-top: -2px;
        }

        .w__footer_right ul li:last-child:before{
            display:block;
        }
        .w__footer_right ul li:first-child:before {
            display: none;
        }

.w__footer_left {
    font-size: 12px;
}

.w__footer_right {
    font-family: 'Oswald', 'Arial', 'sans-serif';
}

.w__footer_left img {
    vertical-align: middle;
    margin-right: 30px;
}

.w__quickmenu {
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 2;
}

table.rdTable .w__quickmenu {
    position: static;
}

.w__quickmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

    .w__quickmenu ul > li {
        float: left;
    }

.w__quickmenu a {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #004BB9;
    padding: 10px 6px;
    position: relative;
}

    .w__quickmenu a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        width: 1px;
        height: 16px;
        background-color: #C4C4C4;
    }

.w__quickmenu li:last-child a:after {
    display: none;
}

.top-widget {
    color: #555555;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
    min-width: 200px;
    min-height: 40px;
}

    .top-widget strong {
        font-weight: 400;
    }

    .top-widget a {
        color: #fff;
        text-transform: none;
        display: inline-block;
        margin-left: 10px;
    }

.arrow-top {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #69c341;
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
}

.arrow-bottom {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f00;
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
}

.arrow-equally {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 3px;
}

    .arrow-equally:before {
        content: "\f0dc";
    }

.w__p6_0 {
    padding: 60px 0;
}

.w__p4_0 {
    padding: 40px 0;
}

.w__p2_0 {
    padding: 20px 0;
}

.w__relative {
    position: relative;
}

.w__text_center {
    text-align: center;
}
/* #endregion */
/* #region **************************** HOME ****************************/

.slider-home {
    height: 760px;
    overflow: hidden;
}

.slider-home {
    background-image: url(images/ajax-loader.gif);
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    z-index: 1;
}

    .slider-home .sh_bg, .brandSlider, .product-slider {
        display: none;
    }

    .slider-home.single-slider .sh_bg {
        display: block;
    }

.bx-wrapper .slider-home .sh_bg, .bx-wrapper .brandSlider, .bx-wrapper .product-slider {
    display: block;
}

.bx-wrapper .slider-home {
    background-image: none;
}

.sh_bg {
    height: 760px;
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-position: center;
    background-position: center;
}

    .sh_bg .content {
        position: relative;
    }

.sh__body {
    background:rgba(0,0,0,0.4);
    padding: 30px;
    margin-top:70px;
    color: #fff;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 26px;
    font-weight: 300;
    width: 680px;
    position: absolute;
}

    .sh__body h2 {
        color: #FCD900;
        margin: 0;
        font-size: 66px;
        line-height: 70px;
    }

.sh_btn,
.dealerImportSubmit > input,
.hero_btn {
    text-decoration: none !important;
    border: 2px solid #004BB9;
    padding: 13px 26px;
    color: #004BB9 !important;
    display: inline-block;
    margin-top: 10px;
}

.dealerImportSubmit > input{
    background:#fff;
}

.sh_btn:hover,
.dealerImportSubmit > input:hover,
.hero_btn:hover{
    background: #004BB9;
    color: #fff !important;
}

.sh__body .sh_btn:hover {
    background: #004BB9;
    color: #fff;
}

.w__brand_industry .content .sf_colsOut .sfContentBlock .sh_btn {
    background: #002F5F;
}

.sh_description {
    margin: 20px 0;
    font-size: 48px;
    line-height:60px;
}

    .sh_description p {
        margin: 0;
        font-size:48px;
    }

.w__homeslider .sh__body .sh_btn,
.bx-wrapper .sh__body .sh_btn,
.slider-home.single-slider .sh__body .sh_btn,
.w__homeslider .sh__body .hero_btn,
.bx-wrapper .sh__body .hero_btn,
.slider-home.single-slider .sh__body .hero_btn{
    text-decoration: none !important;
    border: 2px solid #fff;
    padding: 13px 26px;
    color: #fff !important;
}

    .w__homeslider .sh__body .sh_btn:hover,
    .bx-wrapper .sh__body .sh_btn:hover,
    .slider-home.single-slider .sh__body .sh_btn:hover,
    .w__homeslider .sh__body .hero_btn:hover,
    .bx-wrapper .sh__body .hero_btn:hover,
    .slider-home.single-slider .sh__body .hero_btn:hover{
        background: #fff;
        color: #004BB9 !important;
    }

.w__homeslider .sfimageWrp {
    position: relative;
    height: 690px;
    overflow: hidden;
}

    .w__homeslider .sfimageWrp img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

.w__homeslider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 30px;
    background-image: url("./images/arrow_left.png");
    background-repeat: no-repeat;
    margin-top: -35px;
    background-size: cover;
    height: 90px;
    width: 50px;
}

.w__homeslider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 30px;
    background-image: url("./images/arrow_right.png");
    background-repeat: no-repeat;
    margin-top: -35px;
    background-size: cover;
    height: 90px;
    width: 50px;
}

.w__iconrow {
    background-color: #EBEAEA;
    padding: 30px 0;
    text-align: center;
}

    .w__iconrow img {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .w__iconrow a {
        font-size: 21px;
        font-weight: 300;
        color: #004BB9;
        text-transform: uppercase;
        display: block;
        text-decoration:none;
    }

    .w__iconrow a img.chevron {
        height: 20px;
        margin-left: 5px;
        width: auto;
        display: inline-block;
        top: 11px;
        position: relative;
    }

.w__featuredcontent {
    background-color: #fff;
    padding: 50px 0;
}

    .w__featuredcontent ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .w__featuredcontent ul li {
            float: left;
            width: 33%;
        }

            .w__featuredcontent ul li img {
                width: 100%;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

.w_featureblock {
    margin: 0 15px;
}

.w_featurewrapp {
    margin-left: -15px;
    margin-right: -15px;
}

    .w_featurewrapp a {
        color: #002F5F;
        text-decoration:none;
        font-size:31px;
    }

    .w_featurewrapp h3 {
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .w_featurewrapp .w_featureblock div:nth-child(2){
        margin-bottom:35px;
    }

    .w_featurewrapp .learnMore_btn {
        padding: 13px 26px;
        border: 2px solid #004BB9;
        color: #004BB9;
        font-size:21px;
        text-transform:uppercase;
    }

        .w_featurewrapp .learnMore_btn:hover {
            background: #004BB9;
            color: #fff;
        }

.w__brandlogo {
    padding: 40px 0;
    text-align: center;
}

.bx-wrapper {
    position: relative;
}

.bx-brand-wrapper {
    max-width: 1800px;
    margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 2;
}

    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -35px;
        width: 0;
        height: 0;
    }

    .bx-wrapper .bx-controls-direction a.bx-next {
        right: -35px;
        width: 0;
        height: 0;
    }

.brandSlider > div {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 50px;
    text-align: center;
}

    .brandSlider > div a {
        display: block;
        margin: 0 auto;
    }

.brandSlider img {
    margin: 0 auto;
    max-width: 80%;
}

.w__news {
    background-color: #002F5F;
    padding: 30px 0;
    color: #fff;
}

.news-block {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    color: #fff;
    text-align: left;
}

    .news-block ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-flex;
        display: flex;
    }

        .news-block ul li {
            float: left;
            width: 33%;
            padding-bottom: 25px;
            position: relative;
        }

    .news-block h2 {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        position: relative;
        font-weight: 400;
        color: #fff;
        padding-bottom:5px;
        border-bottom:1px solid #fff;
    }

.news-fpo {
    width: 80px;
    height: 80px;
    display: table;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #999;
    float: left;
    background-image: url('images/fpo/news-and-events-80x80.jpg');
    -ms-background-position: center;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
}

    .news-fpo span {
        display: table-cell;
        vertical-align: middle;
    }

.news-shortinfo {
    padding-left: 100px;
}

.news-block .sfnewsList, .news-block .sfeventsList {
    margin-top: 35px;
}

.news-block .news-data {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
    color: #FCD900;
}

.news-block .news-shortinfo {
    padding-left: 100px;
    padding-right: 30px;
}

.news-block .more {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    text-decoration:none;
    font-weight:bold;
}

    .news-block .more:after {
        content: ' ';
        display: inline-block;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 8px;
        width: 8px;
        transform: rotate(-45deg);
        position:relative;
        bottom:2px;
        left:5px;
    }

.news-block .news-title {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom:10px;
}

.w__news + .w__news {
    padding-top: 0;
    padding-bottom: 50px;
}

.w__stands {
    padding: 40px 0;
    background-color: #007CF5;
}

.w__stands_img .sfimageWrp {
    font-size: 0;
    overflow: hidden;
}

.w__stands h2 {
    margin: 0;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 25px;
}

.w__stands h2 a{
    color:#fff;
}

.learnMore_btn {
    padding: 13px 26px;
    border: 2px solid #004BB9;
    color: #004BB9;
    font-size: 21px;
    text-transform: uppercase;
    text-decoration:none;
}

.learnMore_btn:hover {
    color: #fff;
    background: #004BB9;
}

.w__stands_body {
    font-size: 18px;
    color: #fff;
}

    .w__stands_body > div {
        padding-right: 40px;
    }

    .w__stands_body ul {
        margin-top: 40px;
        color:#000;
        padding-left:14px;
    }

        .w__stands_body ul li {
            margin-bottom: 8px;
            position: relative;
            color: #000;
            list-style-image:none !important;
        }

.w__workwith {
    padding: 55px 0;
    text-align: left;
    font-size: 16px;
    color: #656565;
    line-height: 26px;
}

    .w__workwith h2 {
        margin: 0;
        font-weight: 400;
        color: #007CF5;
        margin-bottom: 25px;
        text-align: center;
    }

    .w__workwith .sfimageWrp {
        min-height: 235px;
        text-align: left;
        position: relative;
    }

    .w__workwith h3 {
        font-weight: 400;
        color: #002F5F;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.w__workblock > div {
    padding: 0 20px;
}

.w__workwith .w__workblock:nth-child(3) > div {
    padding-right:7px;
}

.w__worklink {
    margin-top: 10px;
}

.w__quicklinks {
    position: relative;
    z-index: 3;
}

    .w__quicklinks .w__search {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #F3F3F3;
        width: auto;
        padding-right: 40px;
        z-index: 2;
    }

        .w__quicklinks .w__search:before {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-bottom: 40px solid transparent;
            border-right: 35px solid #F3F3F3;
            left: -35px;
            top: 0;
            bottom: 0;
        }

        .w__quicklinks .w__search .fa.fa-search {
            background-color: #007CF5;
            color: #fff;
            padding: 10px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            font-size: 20px;
        }

.RadDock .w__quicklinks .w__search {
    position: static;
}

.w__quicklinks .sfsearchBox {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 0;
    border: 0;
    margin: 0;
}

    .w__quicklinks .sfsearchBox input.sfsearchTxt {
        padding: 6px;
        border: 1px solid #ccc;
        padding-right: 50px;
        font-size: 14px;
        min-width: 270px;
        outline: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        line-height: initial;
    }

    .w__quicklinks .sfsearchBox .k-autocomplete {
        height: auto;
        border: 0;
        width: 100%;
        display: block;
    }

    .w__quicklinks .sfsearchBox .sfsearchSubmit {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: #007CF5;
        font-family: 'Oswald', 'Arial', 'sans-serif';
        font-weight: 300;
        font-size: 14px;
        padding: 6px 3px;
        color: #fff;
    }

.k-animation-container {
    background-color: #fff;
    min-width: 268px;
}

.k-animation-container .k-popup {
    background: #fff !important;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 268px !important;
}

.k-list-container.k-popup ul li {
    cursor: pointer;
}

    .k-list-container.k-popup ul li:hover {
        background: #f6f6f6;
    }

.w__quicklinks.open-search .sfsearchBox {
    display: block;
}

.w__quicklinks .menu-small {
    line-height: 20px;
}

    .w__quicklinks .menu-small a {
        color: #fff;
        padding: 10px 8px;
        position: relative;
    }

        .w__quicklinks .menu-small a:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -8px;
            width: 1px;
            height: 16px;
            background-color: #fff;
        }

    .w__quicklinks .menu-small span {
        display: inline-block;
        font-family: 'Oswald', 'Arial', 'sans-serif';
        font-size: 14px;
        text-transform: uppercase;
        color: #b1b1b1;
        padding: 10px 12px;
    }

    .w__quicklinks .menu-small li:last-child a:after {
        display: none;
    }

.w__search .k-list-container.k-popup ul {
    margin-top: 5px;
}

.k-list-container.k-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
}

    .k-list-container.k-popup ul li {
        font-size: 14px;
        padding: 2px 6px;
    }
/* #endregion */
/* #region **************************** PRODUKT PAGE ****************************/
.w__breadcrumbs {
    background: #007CF5;
    color: #fff;
    padding: 10px 0;
}

    .w__breadcrumbs h1 {
        margin: 0;
    }

.sfBreadcrumbWrp a, .sfBreadcrumbNodeSeparator {
    font-size: 12px;
    color: #fff !important;
}

.sfBreadcrumbNodeSeparator {
    margin: 0 4px;
}

.sfBreadcrumbWrp a {
    border: none !important;
    background: none !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.RadSiteMap .rsmFlow > .rsmItem,
.RadSiteMap .rsmFlow > span .rsmItem {
    float: left;
}

.RadSiteMap .rsmFlow > span .rsmItem {
    display: inline-block;
}

.RadSiteMap .rsmFlow {
    overflow: hidden;
}

.RadSiteMap .sfNoBreadcrumbNavigation a.rsmLink {
    cursor: default;
    font-weight:bold;
}

.w__topinner {
    font-size: 16px;
    padding: 25px 0;
}

    .w__topinner h2 {
        margin: 0;
        margin-bottom: 10px;
        color: #007CF5;
    }
.prod_inner{
    padding:0;
}
.prod_inner .content{
    max-width:none !important;
}
.prod_inner .white-bg{
    background:#fff;
    padding-left:20% !important;
}

.prod_inner .gray-bg {
    background: #F4F4F4;
    padding: 60px 20% 60px 60px !important;
}

    .prod_inner .w__topinner_body .sfContentBlock h1 {
        font-size: 36px;
        color: #007CF5;

    }

    .prod_inner .w__topinner_body .sfContentBlock h2 {
        font-size: 26px;
        color: #002F5F;
        text-transform:unset;
    }

    .w__topinner_body {
        line-height: 26px;
    }

    .w__topinner_body h2 {
        line-height: 30px;
    }

.w__topinner .content {
    display: table;
    width: 100%;
}

    .w__topinner .content .w__topinner_img,
    .w__topinner .content .w__topinner_body {
        float: none;
        display: table-cell;
        width: 50%;
        padding: 0;
        vertical-align: middle;
    }

        .w__topinner .content .w__topinner_img .sfimageWrp {
            margin-right: 20px;
        }

.w__slidergallery {
    background: #f0f0f0;
    padding: 35px 0;
}

.product-slider {
    text-align: center;
}

.w__slidergallery .bx-wrapper .bx-controls-direction a.bx-prev {
    border-right: 30px solid #007CF5;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    margin-top: -35px;
    left: -60px;
}

.w__slidergallery .bx-wrapper .bx-controls-direction a.bx-next {
    border-left: 30px solid #007CF5;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    margin-top: -35px;
    right: -60px;
}

.w__slidergallery_wrapp {
    width: 80%;
    margin: 0 auto;
    background: #e7e6e6;
    padding: 5px 0;
}

.w__slidergallery a {
    display: block;
    font-size: 0;
}

.w__testimonial {
    background: #002F5F;
    color: #cccccc;
    text-align: center;
    padding: 50px 0;
}

    .w__testimonial h4 {
        color: #FCD900;
        font-size: 31px;
        text-align:center;
    }

    .w__testimonial h2 {
        margin: 0;
        font-weight: 400;
        color: #007CF5;
        margin-bottom: 25px;
    }

    .w__testimonial .news-block h2 {
        color: #fff;
    }

    .w__testimonial .sfContentBlock {
        color: #fff;
    }

        .w__testimonial .news-block h2 span {
            background: #464646;
        }

    .w__testimonial h4, .w__news h4 {
        text-transform: none;
        font-weight: 400;
        margin: 0;
        margin-bottom: 10px;
        color: #fff;
    }

    .w__testimonial h4 {
        color: #FCD900;
    }

        .w__testimonial h6, .w__news h6 {
            font-size: inherit;
            font-weight: 400;
            margin: 0;
        }

.w__features_benefits {
    background: #f0f0f0;
    padding: 25px 0;
}

    .w__features_benefits .equal-htitle .sf_colsOut{
        box-sizing:border-box;
    }

    .w__features_benefits .equal-htitle .sf_2cols_1_50{
        padding-right:50px;
    }

    .w__features_benefits .equal-htitle h2 {
        color: #007CF5;
    }

    .w__features_benefits table {
        width: 100%;
        color: #666666;
    }

        .w__features_benefits table h2 {
            color: #007CF5;
            margin: 0;
        }

        .w__features_benefits table tr td {
            background: #fff;
            padding: 20px;
            vertical-align: top;
        }

        .w__features_benefits table tr:nth-child(odd) td {
            background: none;
        }

        .w__features_benefits table td ul {
            margin: 0;
        }

        .w__features_benefits table tr td:first-child {
            font-size: 24px;
            color: #000;
            font-family: 'Oswald', 'Arial', 'sans-serif';
        }


        .w__features_benefits table:not(.rdTable) ul li,
        .w__features_benefits .w__fb_right ul li {
            margin-bottom: 8px;
            position: relative;
            list-style-image: url(images/li.png);
        }

        .w__features_benefits .sf_colsOut .sfContentBlock h2{
            font-size:30px;
        }

        .w__features_benefits .sf_colsOut .sfContentBlock ul li{
            margin-bottom:25px;
        }

    .w__features_benefits .download_link,
    .w__features_benefits .black-btn {
        text-transform: uppercase;
        text-decoration: none;
        color: #004BB9;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        background: transparent;
        display: inline-block;
        padding: 0;
        background-image: url(/images/default-source/default-album/arrow_forward_ios.png?sfvrsn=4d0f1d6a_0);
        background-repeat: no-repeat;
        background-position: 100%;
        padding-right: 25px;
        overflow: visible;
        overflow-x: visible;
    }

        .w__features_benefits .download_link img,
        .w__features_benefits .black-btn img {
            height: 20px;
            margin-left: 5px;
            position: relative;
            top: 3px;
            display:none;
        }

.w__fb_right {
    padding-top: 25px;
}

    .w__fb_right > div {
        padding-left: 30px;
    }

.w__fb_video > div > div > .sfContentBlock:first-child h1,
.w__fb_video > div > div > .sfContentBlock:first-child h2,
.w__fb_video > div > div > .sfContentBlock:first-child h3 {
    margin-top: 0;
}

.w__fb_video {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
}

    .w__fb_video strong {
        color: #007CF5;
    }

    .w__fb_video iframe {
        margin: 10px 0;
    }

.w__fb_right h2 {
    color: #007CF5;
}

.w__fb_right a {
    margin: 5px 0;
    text-align: left;
    min-width: auto;
}

.w__fb_right .w__btn {
    text-align: center;
}

.w__relatedproducts {
    text-align: center;
    font-size: 12px;
    padding: 30px 0;
}

    .w__relatedproducts h2 {
        color: #007CF5;
        margin: 0;
        margin-bottom: 15px;
        text-align:left;
        font-size:30px;
    }

    .w__relatedproducts .sfimageWrp {
        position: relative;
        height: 140px;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .w__relatedproducts .sfimageWrp img {
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .w__relatedproducts .sf_colsOut .sfContentBlock h3 a {
        text-decoration: none;
        border: 2px solid #004BB9;
        padding: 13px 26px;
        color: #004BB9;
        white-space:pre;
    }

    .w__relatedproducts .sf_colsOut .sfContentBlock h3 a:hover {
        background: #004BB9;
        color:#fff;
    }

.w__contactus {
    background: #007CF5;
    color: #fff;
    padding: 80px 0;
}

    .w__contactus h2,
    .w__contactus h3 {
        margin: 0;
        margin-bottom: 25px;
        line-height: 32px;
    }

    .footer .w__contactus .f__contact_find .sfContentBlock a.contact_btn,
    .footer .w__contactus .f__contact_find .sfContentBlock .contact_btn,
    .w__contactus .f__contact_find .sfContentBlock .contact_btn,
    .blog_footer .content .w__cu_left .sfContentBlock a.sh_btn {
        color: #fff;
        background: transparent;
        display: inline-block;
        margin-top: 15px;
        padding: 13px 26px;
        border: 2px solid #fff;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        font-size: 16px;
    }

    .blog_footer .content .w__cu_left .sfContentBlock a.sh_btn{
        color:#fff !important;
    }

.footer .w__contactus .f__contact_find .sfContentBlock a.contact_btn:hover,
.footer .w__contactus .f__contact_find .sfContentBlock contact_btn:hover,
.w__contactus .f__contact_find .sfContentBlock .contact_btn:hover,
.blog_footer .content .w__cu_left .sfContentBlock a.sh_btn:hover {
    background: #fff;
    color: #007CF5;
}

        .blog_footer .content .w__cu_left .sfContentBlock a.sh_btn:hover {
            color: #007CF5 !important;
        }

        .w__cu_left {
            font-size: 14px;
            line-height: 22px;
        }

    .w__cu_left a {
        color: #fff;
    }

.w__cu_right > div {
    padding-left: 50px;
    border-left: 1px solid #000;
}

.w__cu_left strong {
    font-size: 18px;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
}

.w__cu_left > div {
    padding-right: 40px;
}

.w__contactus .f__customform .sfTxtLbl {
    display: none;
}

.f__customform .sfTxtLbl {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.f__customform input.sfTxt,
.f__customform textarea.sfTxt,
.f__customform div.sfTxt input,
.f__customform div.sfTxt textarea  {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.f__customform div.sfTxt label{
    display:none;
}

.f__customform input, .f__customform textarea, .f__customform .sfFormDropdown {
    border: 2px solid #004BB9;
}

.createDealerForm label{
    display:block;
    width:100%;
}

.f__customform .sfFormDropdown,
.f__customform .sfFormBox,
.f__customform .sfFormBlock {
    margin-bottom: 15px;
}

.f__customform .sfFormSubmit {
    text-align: right;
}

    .f__customform .sfFormSubmit input {
        font-family: 'Oswald', 'Arial', 'sans-serif';
        border: 2px solid #004BB9;
        color: #004BB9;
        background: #fff;
        padding: 13px 26px;
        text-transform: uppercase;
        cursor:pointer;
        font-size:24px;
    }

        .f__customform .sfFormSubmit input:hover {
            background: #004BB9;
            color: #fff;
        }

    .f__customform .sfCheckListBox input{
        position:relative;
        top:2px;
    }

    .f__customform .sfCheckListBox label{
        padding-left:10px;
    }

    .footer .f__customform input,
    .footer .f__customform textarea,
    .footer .f__customform .sfFormDropdown,
    .w__contactus .f__customform input,
    .w__contactus .f__customform textarea,
    .w__contactus .f__customform .sfFormDropdown
    {
        border:none;
    }

    .footer .f__customform .sfFormSubmit input,
    .w__contactus .f__customform .sfFormSubmit input,
    .w__contactus .f__customform input,
    .blog_footer #commentFormContainer input[type="submit"],
    .w__contactus .f__customform button[type="submit"]{
        font-family: 'Oswald', 'Arial', 'sans-serif';
        font-weight: 400;
        font-size: 24px;
        border: none;
        color: #fff;
        cursor: pointer;
        padding: 13px 26px;
        min-width: 140px;
        text-transform: uppercase;
        border: 2px solid #fff;
    }
        .w__contactus .f__customform input[type="submit"],
        .w__contactus .f__customform button[type="submit"] {
            background: transparent;
        }

        .footer .f__customform .sfFormSubmit input:hover,
        .w__contactus .f__customform .sfFormSubmit input:hover,
        .w__contactus .f__customform input,
        .blog_footer #commentFormContainer input[type="submit"]:hover {
            background: #fff;
            color: #007CF5;
        }

.sfCheckListBox,
.w__contactus .f__customform input[type="checkbox"]{
    margin-top:20px;
}

.sfCheckListBox label,
.w__contactus .f__customform input[type="checkbox"] label{
    font-size:14px;
}

.f__contact_find {
    margin-top: 25px;
}
/* #endregion */
/* #region **************************** INTERIOR PAGE ****************************/
.w__breadcrumbs_withimg {
    height: 290px;
    color: #fff;
    background-color: #007CF5;
    overflow:hidden;
}

    .w__breadcrumbs_withimg .content {
        position: relative;
        max-width:none;
        width:100%;
        padding:0;
    }

    .w__breadcrumbs_withimg h1 {
        margin: 0;
    }

    .w__breadcrumbs_withimg .sfimageWrp img{
        width:100%;
    }

.w__bw_wrapp {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
}

    .w__bw_wrapp img {
        display: none;
    }

.w__ib_left {
    background: #002F5F;
}

.w__interior_body {
    background-color: #002F5F;
    overflow: hidden;
}

.w__flex {
    display: flex;
}

.w__ib_right {
    line-height: 26px;
    color: #656565;
    /*margin-bottom: -9999rem;
    padding-bottom: 9999rem;*/
    margin-right: -9999rem;
    padding-right: 9999rem;
    background: #fff;
}

    .w__col1_center > div {
        padding: 0 40px;
        padding-top:50px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.w__ib_right .w__col1_center h1,
.sfPostDetails h1.sfPostTitle,
.blogPage .postContainer h1.sfpostTitle,
.sfpostDetails h1.sftitle{
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    color: #007CF5;
}

    .blogPage .postContainer h1.sfpostTitle a{
        text-decoration:none;
    }

    .w__col2 {
        color: #656565;
    }

    .w__col2 > div:first-child {
        padding-left: 40px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .w__col2.white-bg div > .sfContentBlock:first-child,
    .w__col2.white-bg div > .sfimageWrp:first-child {
        padding-top: 40px;
    }

    .w__col2.white-bg div > .sfContentBlock:last-child,
    .w__col2.white-bg div > .sfimageWrp:last-child {
        padding-bottom: 40px;
    }

    .w__col2:not(.white-bg) {
        padding: 50px 0;
    }

.w__ib_right h2,
.w__ib_right h3,
.w__ib_right h4 {
    line-height: 30px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 30px;
}

.w__ib_right h2,
.w__ib_right h3 {
    font-weight: 400;
}

.w__ib_right h2 {
    color: #007CF5;
}

    .w__ib_right h2 a {
        text-decoration: none;
    }

.w__ib_right .w__col1_center ul {
    text-align: left;
}

.w__ib_right .w__col1_center {
    margin-right: -9999rem;
    padding-right: 9999rem;
}

.w__ib_right .w__col2 {
    margin-right: -9999rem;
    padding-right: 9999rem;
}

.w__ib_left {
    color: #ccc;
    padding: 30px 0;
}

    .w__ib_left h2,
    .footer .w__contactus h2,
    .w__contactus h2{
        margin: 0;
        color: #fff;
        margin-bottom: 15px;
        margin-top: 25px;
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
    }

    .w__ib_left .sfNavWrp h2 a {
        color: #fff;
    }

    .w__ib_left .sfNavVertical {
        padding-left: 15px;
    }

        .w__ib_left .sfNavVertical a {
            color: #ccc;
        }

            .w__ib_left .sfNavVertical a:hover {
                color: #fff;
            }

        .w__ib_left .sfNavVertical li {
            margin: 10px 0;
        }

        .w__ib_left .sfNavVertical a.sfSel {
            font-weight: normal;
            position: relative;
        }

            .w__ib_left .sfNavVertical a.sfSel:before {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -3px;
                left: -15px;
                border: solid #007CF5;
                border-width: 0 2px 2px 0;
                display: inline-block;
                padding: 3px;
                vertical-align: middle;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -moz-transform: rotate (-45deg);
                -o-transform: rotate (-45deg);
                transform: rotate(-45deg);
            }

    .w__ib_left .sfContentBlock ul {
        list-style-image: url(images/li.png);
        padding-left: 25px;
    }

        .w__ib_left .sfContentBlock ul li {
            margin-bottom: 5px;
            position: relative;
        }

.w__ib_right > div > div:last-child .w__search_widget {
    margin-bottom: 250px;
}

.rdTable ul li {
    list-style: none;
}


.w__ib_left .sfContentBlock a {
    color: #ffffff;
}

    .w__ib_left .sfContentBlock a:hover {
        text-decoration: none;
    }

.w__ib_left .sfContentBlock iframe {
    height: 200px;
    margin: 10px 0;
}

.w__ib_left .w__testimonial {
    background: transparent;
    padding: 0;
    margin: 15px 0;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #a9a9a9;
    border-left: 3px solid #007CF5;
    padding-left: 15px;
    box-sizing: border-box;
}

    .w__ib_left .w__testimonial h5,
    .w__ib_left .w__testimonial h4,
    .w__ib_left .w__testimonial h3 {
        color: #ffffff;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
    }


.w__ibl_text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
}

    .w__ibl_text h3 {
        font-weight: 400;
        margin: 0;
        color: #fff;
        margin-bottom: 15px;
        margin-top: 15px;
        line-height: 28px;
        font-size: 20px;
    }

.w__ibl_iso {
    margin-top: 15px;
    color: #fbf5e0;
}

    .w__ibl_iso img {
        margin-bottom: 25px;
        width: 100%;
    }

.f__customform select {
    width: 100%;
    border: none;
    text-indent: 5px;
    background-color: #fff;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.w__contactus .f__customform select {
    width: 50%;
}

.w__ib_right a {
    color: #007CF5;
    text-decoration: underline;
}

.dealerAddress {
    margin: 20px 0;
    line-height: 26px;
    color: #656565 !important;
    text-decoration: none !important;
}

    .dealerAddress:hover {
        text-decoration: underline !important;
    }

    .w__ib_right a:hover {
        text-decoration: none;
    }

.w__ib_right .sfContentBlock:first-child > p:first-child,
.w__ib_right .sfContentBlock:first-child > h1:first-child,
.w__ib_right .sfContentBlock:first-child > h2:first-child,
.w__ib_right .sfContentBlock:first-child > ul:first-child {
    margin-top: 0;
}

.w__ib_right ul {
    list-style-image: none;
}

    .w__ib_right ul li {
        margin-bottom: 8px;
        position: relative;
    }


.w__ib_right strong {
    color: #424343;
}

.w__ib_right iframe {
    max-width: 100%;
}

.w__ib_right .w__testimonial {
    background: transparent;
    padding: 0;
    margin: 30px 0;
    text-align: left;
    font-size: 14px;
    color: #000;
    border-left: 3px solid #007CF5;
    padding-left: 20px;
    box-sizing: border-box;
}

    .w__ib_right .w__testimonial h5,
    .w__ib_right .w__testimonial h4,
    .w__ib_right .w__testimonial h3 {
        color: #007CF5;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 5px;
        margin-top: 0;
    }

.interior_row {
    padding: 0px 9999rem 0px 0px;
    margin-right: -9999rem;
}

    .interior_row > div {
        padding: 40px;
        box-sizing: border-box;
    }
/* #endregion */
/* #region **************************** BRAND PAGE ****************************/
.w__homeslider_brand {
    border-bottom: none;
}

.w__brand_industry {
    color: #666666;
    font-size: 20px;
    line-height: 30px;
    padding: 50px 0;
}

    .w__brand_industry h1 {
        margin: 0;
        font-size: 36px;
        font-weight: 400;
        color: #007CF5;
        margin-top:15px;
        margin-bottom: 50px;
    }

    .w__brand_industry h2 {
        font-size: 26px;
        color: #002F5F;
        margin-bottom:0px;
    }

    .w__brand_industry .sfContentBlock h4 {
        margin: 0;
        color: #002F5F;
    }

    .w__brand_industry .sfContentBlock p {
        margin-top: 0;
    }

.w__bi_block h3 a {
    line-height: 34px;
    text-decoration: none;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.w__bi_block p {
    margin-top: 0px;
}

.w__bi_block {
    font-size: 16px;
    line-height: 28px;
    padding-top: 28px;
}

    .w__bi_block .sfimageWrp img,
    .w__bi_block .sfContentBlock img {
        display: none;
    }



.w__testimonial.grey-bg {
    background: #f0f0f0;
    color: #666666;
}

    .w__testimonial.grey-bg h4 {
        color: #007CF5;
    }


.w__brand_4col {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    padding: 30px 0;
    color: #656565;
}

    .w__brand_4col h2 {
        color: #007CF5;
        margin: 0;
        margin-bottom: 15px;
    }

    .w__brand_4col .sfimageWrp {
        position: relative;
        height: 80px;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .w__brand_4col .sfimageWrp img {
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

.bb-image {
    position: relative;
}

    .bb-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
    }

    .bb-image:hover:before {
        background: rgba(0, 47, 95, 0.7);
    }
    .bb-image:hover a {
        color: #FCD900;
    }

    .bb-image a, .bb-image h2, .bb-image h3, .bb-image h1 {
        color: #fff;
    }

.w__brand_industry .sfBreadcrumbWrp a,
.sfBreadcrumbWrp a{
    color: #004BB9 !important;
}

.w__brand_industry .sfBreadcrumbNodeSeparator,
.sfBreadcrumbNodeSeparator{
    color: #004BB9 !important;
}


.bb-image {
    height: 210px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bb-image h2, .bb-image h3, .bb-image h1 {
        font-size: 28px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        position: absolute;
        top: 50%;
        display: table;
        height: 100%;
        width: 100%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/* #endregion */

/*******************LOCATORSTYLE*****************/
.w__dealer_detail .service p {
    margin-bottom: 0;
}

.w__dealer_detail .brand img {
    display: none;
}

/* #region **************************** CUSTOMMENU ****************************/
.w__menu {
    margin-top: 20px;
}

    .w__menu .CustomMenu a,
    .w__quickmenu a {
        text-decoration: none;
    }

    .w__menu .CustomMenu > li > a {
        font-family: 'Oswald', 'Arial', 'sans-serif';
        font-weight: 500;
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        color: #555555;
        display: block;
        padding: 30px 5px;
        padding-left:20px;
        display: flex;
        justify-content:center;
        flex-direction:column;
    }

        .w__menu .CustomMenu > li > a:before {
            content: "";
            position: absolute;
            background-color: #C4C4C4;
            width: 1px;
            height: 56px;
            right: -1px;
            top: 50%;
            margin-top: -28px;
        }

    .w__menu .CustomMenu > li:hover > a:before,
    .w__menu .CustomMenu > li:last-child > a:before {
        display: none;
    }

    .w__menu ul, .w__quicklinks ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .w__menu ul {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items:center;
    }

    .w__menu .CustomMenu > li {
        width: 20%;
        max-width: 20%;
        position:relative;
    }

.navigation ul.CustomMenu > li.dropdown {
    position: relative;
    width: 20%;
    max-width: 20%;
}


.CustomMenu > li > ul {
    position: absolute;
    z-index: 100;
    background: #F4F4F4;
    margin: 0;
    list-style: none;
    width: auto;
    left: 0;
    display: none;
    text-align: left;
}

.CustomMenu > li ul {
    min-width: 230px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.CustomMenu > li > ul > li > ul,
.CustomMenu > li > ul > li > ul > li > ul {
    display: none;
}

    .CustomMenu > li:hover > ul,
    .CustomMenu > li > ul > li:hover > ul,
    .CustomMenu > li > ul > li > ul > li:hover > ul {
        display: block;
    }




.CustomMenu > li > ul > li a {
    position: relative;
    z-index: 5;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #555555;
    display: block;
    padding: 10px 35px;
}

.CustomMenu > li > ul > li a {
    padding: 7px 15px;
}

.CustomMenu > li > ul > li > a {
    padding-right: 30px;
}

.CustomMenu > li > ul > li a:hover {
    background: #007CF5;
    color: #fff;
}

.CustomMenu > li > ul > li:hover > a,
.CustomMenu > li > ul > li.nav-megalevel > ul > li:hover > a,
.CustomMenu > li > ul > li.nav-megalevel > ul > li > ul > li > a:hover,
.CustomMenu > li > ul > li > ul > li > a:hover {
    background: #007CF5;
    color: #fff;
}

.CustomMenu > li > ul > li a.sfSel {
    background: #007CF5;
    color: #fff;
}

.CustomMenu > li > ul > li > ul > li > ul > li a.sfSel {
    background: none;
    color: #007CF5;
}

.CustomMenu .nav-dropdown > a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 14px;
    border: solid #555555;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate (-45deg);
    -o-transform: rotate (-45deg);
    transform: rotate(-45deg);
}

.CustomMenu .nav-dropdown:hover > a:before,
.CustomMenu .nav-dropdown > a.sfSel:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.CustomMenu > li > ul > li > ul > li > ul > li.nav-dropdown a:before {
    display: none;
}

.w__mobile_menu {
    position: relative;
}

.CustomMenu > li > ul li {
    position: relative;
}

.CustomMenu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0;
}

.CustomMenu > li > ul > li.nav-dropdown.nav-megalevel > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-height: 100%;
    width: auto;
}

.CustomMenu .nav-megalevel > a:before,
.CustomMenu > li > ul > li.nav-dropdown:not(.nav-megalevel) > ul > li > a:before {
    display: none;
}

.CustomMenu > li > ul > li.nav-dropdown:not(.nav-megalevel) > ul > li > ul {
    display: block;
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
    box-shadow: none;
}

    .CustomMenu > li > ul > li.nav-dropdown:not(.nav-megalevel) > ul > li > ul a {
        padding: 0;
        font-size: 16px;
        text-transform: none;
        font-weight: 200;
        letter-spacing: 1px;
    }

        .CustomMenu > li > ul > li.nav-dropdown:not(.nav-megalevel) > ul > li > ul a:hover {
            background: inherit;
            color: #007CF5;
        }

.CustomMenu .nav-megalevel > ul {
    position: static;
    display: block;
    box-shadow: none;
}

    .CustomMenu .nav-megalevel > ul > li > a {
        font-weight: 200;
        padding: 5px 25px;
        text-transform: capitalize;
    }

    .CustomMenu .nav-megalevel > ul > li > ul > li > a {
        font-weight: 400;
    }

.CustomMenu li > ul > li:not(.nav-megalevel) > ul > li a {
    font-weight: 400;
}

.CustomMenu .nav-dropdown-mega {
    position: static;
}

.CustomMenu .nav-megalevel .nav-dropdown-mega > ul {
    width: auto;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-height: 100%;
}

    .CustomMenu .nav-megalevel .nav-dropdown-mega > ul > li > ul {
        padding-left: 30px;
        padding-right: 10px;
        margin-bottom: 0;
        box-sizing: border-box;
        box-shadow: none;
    }

    .CustomMenu .nav-megalevel .nav-dropdown-mega > ul > li a {
        white-space: nowrap;
    }

    .CustomMenu .nav-megalevel .nav-dropdown-mega > ul > li > ul a {
        padding: 0;
        font-size: 16px;
        text-transform: none;
        font-weight: 200;
        letter-spacing: 1px;
    }

        .CustomMenu .nav-megalevel .nav-dropdown-mega > ul > li > ul a:hover {
            background: inherit;
            color: #007CF5;
        }

.CustomMenu li.nav-megalevel:hover > a {
    background: inherit;
    color: inherit;
}

.CustomMenu li.nav-megalevel > a:hover {
    background: #007CF5;
    color: #fff;
}


.CustomMenu .nav-megalevel .nav-dropdown-mega > ul > li > ul {
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
    box-shadow: none;
    display:list-item;
}

.CustomMenu > li > ul > li:nth-child(n+8) > ul {
    position: absolute;
    left: 100%;
    background: #fff;
    top: auto;
    bottom: 0;
}

#ctl00_ContentPlaceHolderContent_C006_RadCheckBoxList2 button {
    width: 33% !important;
}

.mobile-menu .header-toogle > a span {
    position: relative;
    display: block;
    top: 15px;
}

.mobile-menu .header-toogle > a {
    color: #fff;
    background: #FFF;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 50%;
    margin-left: -25px;
    top: 0;
    padding: 10px;
}

    .mobile-menu .header-toogle > a span,
    .mobile-menu .header-toogle > a span:after,
    .mobile-menu .header-toogle > a span:before {
        width: 100%;
        height: 5px;
        background-color: #505050;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .mobile-menu .header-toogle > a span:after,
        .mobile-menu .header-toogle > a span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -9px;
        }

        .mobile-menu .header-toogle > a span:after {
            top: 9px;
        }

.mobile-menu #menu {
    display: none;
}

.mm-menu {
    background: #FFF;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    background: #007CF5;
    text-transform: uppercase;
}

.mobile-menu {
    display: none;
}

.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.5);
}

.mm-listview a {
    font-size: 18px;
    text-transform: uppercase;
}

.mm-listview > li > a, .mm-listview > li > span {
    color: #555555;
    font-weight: 500;
}

.mm-listview > li:not(.mm-divider):after {
    border-bottom-color: #969696;
}

.mm-spacer a {
    color: #fff !important;
}

.mm-prev:after {
    content: "";
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: none;
}

.mm-home a, .mm-mainhome a {
    text-align: center;
}

.mm-listview > li.mm-home:not(.mm-divider):after,
.mm-listview > li.mm-mainhome:not(.mm-divider):after {
    border: none;
}

.mm-listview img {
    max-height: 65px;
    max-width: 150px;
}
/* #endregion **************************** CUSTOMMENU ****************************/
/* #region **************************** VERTICAL MENU ****************************/
.myVerticalMenu {
    visibility: hidden;
}

    .myVerticalMenu.k-group {
        visibility: visible;
    }

.k-icon.k-i-expand, .k-icon.k-i-collapse {
    position: relative;
}

    .k-icon.k-i-expand:before, .k-icon.k-i-collapse:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: 50%;
        margin-left: -5px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
    }

    .k-icon.k-i-expand:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate (-45deg);
        -o-transform: rotate (-45deg);
        transform: rotate(-45deg);
    }

    .k-icon.k-i-collapse:before {
        margin-top: -6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate (45deg);
        -o-transform: rotate (45deg);
        transform: rotate(45deg);
    }

.k-treeview .k-in {
    margin: 0;
    border: 0;
    color: #fff !important;
    white-space: normal;
}

.k-treeview .k-item:hover > div > .k-in,
.k-treeview .k-item .k-in.sfSel {
    color: #FCD900 !important;
}

.k-treeview .k-item {
    margin: 10px 0;
}

div.k-treeview {
    overflow: visible;
    white-space: normal;
}
/* #endregion **************************** VERTICAL MENU ****************************/

/* #region **************************** EVENT PAGE ****************************/
.w__es_item {
    margin-bottom: 25px;
}

.w__event_sublist .w__es_title {
    margin: 0;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

    .w__event_sublist .w__es_title a {
        color: #fff;
        text-decoration: none;
    }

        .w__event_sublist .w__es_title a:hover {
            color: lightgray;
        }

.w__event_sublist .sfeventMetaInfo {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 8px;
    color: #8e8e8e;
}

    .w__event_sublist .sfeventMetaInfo strong {
        display: none;
    }

.sfeventDetails h1 {
    margin-top: 0;
    font-weight: 400;
}

.sfeventDetails ul {
    margin-top: 15px;
    list-style-image: url(images/li.png);
}

    .sfeventDetails ul li {
        margin-bottom: 8px;
        position: relative;
    }

/* #endregion **************************** EVENT PAGE ****************************/

/* #region **************************** TIMELINE PAGE ****************************/


.w__timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

    .w__timeline ul {
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

        .w__timeline ul li {
            margin: 0;
            display: block;
            width: 50%;
            float: left;
            position: static;
        }

            .w__timeline ul li:nth-child(even) {
                /*float: right;
                clear: right;*/
                margin-top: 40px;
            }

            .w__timeline ul li:nth-child(odd) {
                clear: left;
                margin-bottom: 40px;
            }

            .w__timeline ul li:nth-child(even) .w__tl_item {
                margin-left: 30px;
            }

            .w__timeline ul li:nth-child(odd) .w__tl_item {
                margin-right: 30px;
            }

            .w__timeline ul li .w__tl_item {
                position: relative;
            }

                .w__timeline ul li .w__tl_item:hover {
                    text-decoration: none;
                }



    .w__timeline .time {
        width: 2px;
        height: 100%;
        background-color: #e4e4e4;
        position: absolute;
        top: 0;
        z-index: 0;
        left: 50%;
        margin-left: -1px;
    }

        .w__timeline .time span {
            width: 2px;
            height: 0;
            background-color: #007CF5;
            position: absolute;
            top: 0;
            z-index: 0;
            transition: all .4s ease-in-out;
            max-height: 100%;
        }

.w__tl_image {
    background: #d8d8d8;
    position: relative;
    font-size: 0;
    line-height: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.w__tl_image_h {
    height: 125px;
}

.w__tl_item.active .w__tl_image,
.w__tl_item:hover .w__tl_image {
    filter: none;
    transition-delay: .4s;
}

.w__tl_body {
    padding: 30px;
    padding-left: 26px;
    background-color: #fff;
    color: #555;
    font-size: 14px;
    line-height: 22px;
    border-left: 4px solid #fff;
}



.w__tl_item.active .w__tl_body,
.w__tl_item:hover .w__tl_body {
    border-left: 4px solid #007CF5;
    transition: all .8s ease-in-out;
}

.w__tl_body h4 {
    margin: 0;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 26px;
}

.w__tl_body a {
    color: #007CF5;
}

.w__tl_date {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 22px;
    color: #b3b3b3;
    margin-bottom: 20px;
}

.w__tl_item.active .w__tl_date,
.w__tl_item:hover .w__tl_date {
    color: #007CF5;
}

.w__timeline ul li .w__tl_item:after {
    content: "";
    position: absolute;
    top: 125px;
    width: 25px;
    height: 2px;
    margin-top: -2px;
    background: #e4e4e4;
}

.w__timeline ul li .w__tl_item.active:after,
.w__timeline ul li .w__tl_item:hover:after {
    background: #007CF5;
    transition-delay: .4s;
}

.w__timeline ul li:nth-child(even) .w__tl_item:after {
    left: -30px;
}

.w__timeline ul li:nth-child(odd) .w__tl_item:after {
    right: -30px;
}

.w__timeline ul li .w__tl_image span {
    font-size: 50px;
    line-height: 75px;
    font-family: 'Oswald', 'Arial', 'sans-serif';
    background-color: #969696;
    color: transparent;
    text-shadow: 0 2px 3px #ffffff;
    text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -44px;
}

.w__timeline ul li:nth-child(even) .w__tl_image span {
    left: 15px;
}

.w__timeline ul li:nth-child(odd) .w__tl_image span {
    right: 15px;
}

.w__ib_right .w__timeline ul li:before {
    display: none;
}

div.sf_colsOut.sf_2cols_2_75.w__ib_right {
    min-height: 550px;
}
/* #endregion **************************** TIMELINE PAGE ****************************/
/* #region **************************** ​CUSTOM checkbox ****************************/
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #ababab;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    border: 1px solid #7d7d7d;
}

.control input:checked ~ .control__indicator {
    background: #007CF5;
    border: 1px solid #007CF5;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #751b2b;
    border: 1px solid #751b2b;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate (45deg);
    -o-transform: rotate (45deg);
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #000;
            background: #ccc;
        }

        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

.sfRadioList input[type="radio"] {
    display: none;
}

    .sfRadioList input[type="radio"] + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        .sfRadioList input[type="radio"] + label:before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            height: 16px;
            width: 16px;
            border-radius: 50%;
            border: 1px solid #999;
            background: #fff;
        }

    .sfRadioList input[type="radio"]:checked + label:before {
        border: 1px solid #007CF5;
    }

    .sfRadioList input[type="radio"]:checked + label:after {
        content: "";
        position: absolute;
        left: 4px;
        top: 6px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #007CF5;
    }

.sfError {
    color: red;
    font-size: 14px;
}

.w__contactus .sfError {
    color: yellow;
}

.sfFormRadiolist {
    padding: 5px 10px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    background: #fff;
}

    .sfFormRadiolist input.sfTxt {
        border: 1px solid #dcd9d9;
    }

/* #endregion **************************** ​CUSTOM checkbox ****************************/


/* #region **************************** IE 10+ ****************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .w__timeline ul li .w__tl_image span {
        background-color: transparent;
        color: rgb(158, 158, 158);
        text-shadow: none;
    }

    #body .w__dropdown .selected, .w__dropdown li {
        line-height: 15px;
    }
}
/* #endregion **************************** IE 10+ ****************************/

/* #region ************************* Search Results **************************************/
.search-results {
    margin-top: 50px;
}

    .search-results .sf_1col_1_100 fieldset.sfsearchBox {
        padding: 1.35em 0.625em 0.75em;
    }

        .search-results .sf_1col_1_100 fieldset.sfsearchBox input.sfsearchSubmit {
            border: none;
            background-color: #007CF5;
            text-transform: uppercase;
            color: #ffffff;
            margin-top: 8px;
            font-family: 'Oswald', 'Arial', 'sans-serif';
        }

        .search-results .sf_1col_1_100 fieldset.sfsearchBox span.sfsearchTxt {
            width: 90%;
            display: inline-block;
            margin-right: 10px;
        }

    .search-results .sf_1col_1_100 dl.sfsearchResultsWrp dt {
        padding: 8px 8px 8px 12px;
    }

        .search-results .sf_1col_1_100 dl.sfsearchResultsWrp dt.alt {
            background-color: #f0f0f0;
        }

    .search-results .sf_1col_1_100 dl.sfsearchResultsWrp dd {
        -webkit-margin-start: 0;
        padding: 0 8px 0 40px;
    }

        .search-results .sf_1col_1_100 dl.sfsearchResultsWrp dd.alt {
            background-color: #f0f0f0;
        }

        .search-results .sf_1col_1_100 dl.sfsearchResultsWrp dd.sfsearchResultHighLighter {
            padding-bottom: 8px;
        }

    .search-results .sf_1col_1_100 .sf_pagerNumeric {
        padding-bottom: 20px;
    }

        .search-results .sf_1col_1_100 .sf_pagerNumeric a {
            padding-right: 12px;
        }
/* #endregion ********************** Search Results **************************************/

.w__features_benefits .sf_cols .sf_colsOut:first-child .sfContentBlock ul{
    padding-right:40px;
}

/* #region ************************* PPC Page **************************************/
.w__contactus.w__ppc_form {
    padding: 40px 0;
    text-align: center;
}

    .w__contactus.w__ppc_form h2 {
        margin-bottom: 10px;
    }

    .w__contactus.w__ppc_form .f__customform .sfFormSubmit input {
        font-size: 16px;
        padding: 9px;
        width: 100%;
        min-width: inherit;
    }

    .w__contactus.w__ppc_form .sfFormCheckboxlist {
        text-align: left;
    }

.sfpostDetails .sfCategoriesList{
    list-style-type:none;
}

.w__ppc_headline {
    padding: 60px 0;
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 36px;
}

    .w__ppc_headline h2 {
        font-size: 36px;
        line-height: 45px;
        font-weight: 400;
        color: #000;
        margin-bottom: 20px;
    }

    .w__ppc_headline h3 {
        color: #000;
    }

.w__ppc_ico {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
}

    .w__ppc_ico .sfimageWrp {
        min-height: 130px;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
    }

        .w__ppc_ico .sfimageWrp img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 100%;
        }

.w__ppc_bottom {
    padding: 60px 0;
}

    .w__ppc_bottom .sfimageWrp {
        margin-bottom: 15px;
    }

/*.w__ppc_header .w__logo img {
    width: 220px;
}*/

.w__ppc_header .w__logo {
    min-height: 112px;
}

    .w__ppc_header .w__logo a {
        max-width: 100%;
    }

    .w__ppc_header .w__logo > div {
        padding: 0;
    }
/*.w__logo > div {
    position: static;
    -ms-transform: translateY(-50%);
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    transform: initial;
    padding: 20px 0;
}*/

.w__header.w__ppc_header .w__phone {
    position: absolute;
    bottom: 0;
    right: 15px;
    text-align: right;
    font-size: 26px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #007CF5;
    width: auto !important;
    color: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 3;
    max-width: 400px;
}

.w__phone a {
    color: #fff;
}

.w__phone > div.sf_colsIn {
    margin: 0;
}

.w__phone h2 {
    margin: 0;
    font-size: 20px;
}

.w__ppc_top {
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .w__ppc_top img {
        display: none;
    }

    .w__ppc_top .sfimageWrp {
        height: 590px;
    }
/* #endregion ********************** PPC Page **************************************/


/* #region ************************* Other style **************************************/

.table100 {
    width: 100%;
    table-layout: fixed;
}

    .table100 th,
    .table100 td {
        padding: 10px 15px;
    }

    .table100 thead th {
        color: #000;
    }

    .table100 tbody tr:first-child {
        background-color: #fff;
        font-weight: 600;
        border-bottom: 1px solid #d6d6d6;
        border-top: 1px solid #d6d6d6;
    }

    .table100 tbody tr td:first-child {
        border-right: 1px solid #d6d6d6;
        text-align: right;
    }

.grey-bg .table100 tbody tr td:first-child {
    background: rgba(240,240,240,1);
    background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(50%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 50%);
    background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 50%);
    background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 50%);
    background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1 );
}

.grey-bg .table100 tbody tr td:last-child {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 50%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 50%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 50%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 50%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1 );
}

.grey-bg .table100 tbody tr:hover {
    background: #f9f9f9;
}

.RadCaptcha .sfFormCaptcha > div, .RadCaptcha .sfFormCaptcha > p {
    display: inline-block;
    vertical-align: top;
}

.RadCaptcha .sfFormCaptcha > div {
    width: 30%;
}

.ppc-captcha .RadCaptcha .sfFormCaptcha > div {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}

.RadCaptcha .sfFormCaptcha > p {
    width: 70%;
    margin: 0;
}

.ppc-captcha .RadCaptcha .sfFormCaptcha > p {
    width: auto;
    margin: 0;
}

    .ppc-captcha .RadCaptcha .sfFormCaptcha > p input {
        display: block;
    }

.RadCaptcha .sfFormCaptcha {
    width: 100%;
}

    .RadCaptcha .sfFormCaptcha .rcRefreshImage {
        display: block;
    }

.w__contactus .RadCaptcha .sfFormCaptcha .rcRefreshImage{
    color:#fff;
}

.ppc-captcha .RadCaptcha .sfFormCaptcha .rcRefreshImage {
    text-align: left;
}

.ppc-captcha .sfError {
    display: none;
}

.ppc-captcha {
    padding-top: 10px;
}

.bx-wrapper.bx-padding {
    padding: 0 40px;
}

.sps-block {
    text-align: center;
    position: relative;
}

    .sps-block a {
        display: block;
        font-size: 0;
    }

.bx-wrapper.bx-sps .bx-controls-direction a.bx-prev {
    border-right: 20px solid #bdbdbd;
}

.bx-wrapper.bx-sps .bx-controls-direction a.bx-next {
    border-left: 20px solid #bdbdbd;
}

.sps-block .sps_text {
    display: block;
    position: absolute;
    left: 12px;
    bottom: 0;
    background: rgba(22,26,36,.9);
    text-align: center;
    padding: 10px 25px;
}

.sps-block .sps_title {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 18px;
    line-height: 21px;
    display: block;
    text-transform: uppercase;
}

.sps-block .sps_description {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 21px;
    display: block;
    margin-top: 5px;
}

.k-nodata {
    background: #fff;
}
/* #endregion ********************** Other style **************************************/

@media (min-width: 1024px) and (max-width: 1300px) {
    .sh__body {
        left: 80px;
    }
}


/* Styles added by PLOW-Tyoung on 1/10/2020 for styling the new blog*/
.white_bg {
    background: #ffffff !important;
}

.gray_bg {
    background: #f0f0f0 !important;
}

.customPostList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    padding-left: 0;
    list-style: none;
    list-style-type: none;
    margin-top: 50px;
}

.customPostListItem {
    display: block;
    width: 33%;
    padding-left: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

    .customPostListItem div div img {
        border: 5px solid gray;
    }

    .customPostListItem .sfpostTitle a {
        color: #000;
        text-decoration: underline;
        font-size: 22px;
    }

        .customPostListItem .sfpostTitle a:hover {
            color: gray;
        }

    .customPostListItem p {
        padding-right: 20px;
    }

.sfpostsList {
    list-style: none;
    list-style-image: none;
}

.sfpostListItem {
    margin-bottom: 50px;
    list-style: none;
    list-style-image: none;
}

.listItemContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0;
}

.sfeventsListTitleCityDateContent .sflistitem {
    width: 100%;
    padding: 50px 0;
}

.postItemBorder,
.sfeventsListTitleCityDateContent .sflistitem {
    border-bottom: 1px solid gray;
}

    .postItemBorder:last-child,
    .sfeventsListTitleCityDateContent .sflistitem:last-child {
        border-bottom: none;
    }

.postImage {
    width: 25%;
}

.postContainer {
    width: 70%;
}

.postContainerFullWidth {
    width: 100%;
}

.postContainer .byLine p {
    margin: 0;
    line-height: 16px;
}

.sfpostAuthorAndDate.sfmetainfo.authorLine {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.authorImg {
    width: 10%;
}

.authorInfo {
    width: 87%;
}

    .authorInfo p {
        margin: 0;
        font-weight: bold;
    }

        .authorInfo p:first-child {
            margin-bottom: 5px;
        }

.postDate {
    margin: 10px 0 30px 0;
}
/*.blog_comment{
    display:none;
}*/
.sfBreadcrumbWrp ul.rsmFlow {
    padding: 0;
    margin: 0 !important;
    font-size: 16px;
    color: #004BB9;
}

.sfcommentsCounterWrp {
    display: none;
}

.w__interior_body .content .w__flex .w__ib_left h2 span a{
    color:#fff;
}

.sidebar_list,
.blogPage .sfNavList,
.postCategoryList {
    color: #fff;
    list-style: none;
    list-style-image: none;
    padding: 0 !important;
    margin: 0;
    margin-bottom: 10px !important;
}

.sfpostsList {
    padding: 0 !important;
}

.sidebar_list li a,
.postCategoryList li a {
    color: #fff;
    text-decoration: none;
}

.sidebar_list li,
.blogPage .sfNavList li a,
.postCategoryList li {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

    .sidebar_list li a:hover,
    .blogPage .sfNavList li a:hover {
        text-decoration: underline;
        font-weight: bold;
    }

.blogPage .w__flex .w__ib_left ul li a
{
    color:#fff;
    text-decoration:none;
}

.blogPage .w__ib_right{
    background:#fff;
}

    .blogPage .w__ib_right > div.sf_colsIn {
        margin-right: -9999rem !important;
        padding-right: 9999rem;
        padding-top:50px;
        background:#fff;
    }

.bold_font {
    font-weight: 800;
}

#sendCommentTrigger {
    cursor: pointer;
}

.hideItem {
    display: none;
}

.showItem {
    display: block;
}

.blueText {
    color: #345c9a !important;
}

.postContainer .sfpostSummary {
    margin: 16px 0;
}

.blogPostListTitle {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.wrapper .w__interior_body .content .w__flex .w__ib_left ul.postCategoryList{
    display:none;
}

.blogPage .w__flex .w__ib_left ul,
.wrapper .w__interior_body .content .w__flex .w__ib_left ul {
    list-style-type: none;
    list-style-image: none;
    padding-left: 0;
}

    .wrapper .w__interior_body .content .w__flex .w__ib_left ul li a{
        color:#fff;
        text-decoration:none;
        padding-left:10px;
    }

    .readMore,
    .postCategories a,
    .sfpostFullStory.sffullstory {
        font-weight: 600;
        text-decoration: none !important;
    }

.readMore, .sfpostFullStory.sffullstory {
    text-transform: uppercase;
    font-size: 18px;
}

.postCategories,
.categorySocial {
    margin: 20px 0;
}

    .postCategories a {
        font-size: 13px;
        text-transform: uppercase;
    }

.postContainer ul.list-inline.sf-social-share {
    padding-left: 0 !important;
    padding-inline-start: 0;
    margin-top:20px;
}

.postShareIcons {
    display: flex;
    list-style: none;
    flex-direction: row;
}

    .postShareIcons li {
        margin-right: 10px;
        list-style: none;
    }

.blogPostData {
    list-style-image: none;
    list-style-type:disc;
}

    .blogPostData li {
        margin-bottom: 8px;
        position: relative;
        list-style-type: disc;
    }

        .blogPostData li strong {
            color: #424343;
            font-weight: bold;
        }



.sfcommentsFieldsList {
    list-style-type: none;
    padding-left: 0;
}

.sfCommentsField table.k-editor {
    border-spacing: 0px !important;
}

.sfcommentsListWrp .sfcommentsList {
    list-style: none;
    list-style-type: none;
    padding-left: 0px;
}

    .sfcommentsListWrp .sfcommentsList li {
        margin-bottom: 30px;
        background: #fff;
        padding: 30px;
        border: 1px solid #dbdbdb;
    }

        .sfcommentsListWrp .sfcommentsList li div.sfcommentText {
            margin-top: 40px;
        }

.sfcommentsListWrp .sfcommentAuthorAvatar,
.sfcommentsFormWithAvatarWrp .sfcommentAuthorAvatar {
    display: none;
}

.sfcommentsField .sfFieldWrp {
    margin: 20px 0;
}

.sfTxt.sfNavClassesInput {
    margin-left: 15px;
}

.sfcommentsSubmitBtn {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 24px;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    min-width: 140px;
    text-transform: uppercase;
}

.sfcommentsTitle,
.sfSubscribeToEmailLnk {
    display: none;
}

.sfcommentsSubmitBtn:hover {
    background: #fff;
    color: #000;
}

.sfcommentsFormWrp .
table.k-editor {
    border-spacing: 0px !important;
}

fieldset.sfcommentsForm {
    border: none;
    padding: 0;
}
/*#ctl00_ContentPlaceHolderContent_C002_detailBlogPostsFrontend_ctl00_ctl00_SingleItemContainer_ctrl0_ctl03_ctl00_ctl00_submitForm {
    display: none;
}*/
.postShareIcons {
    padding-left: 0;
}

.blogPage {
    box-sizing: border-box;
}

    .blogPage .white_bg {
        padding: 0 15px;
        box-sizing: border-box;
    }

.commentRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .commentRow.commentButton {
        flex-direction: row-reverse;
    }

#comment {
    width: 65%;
    height: 150px;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
}

#commentAuthor,
#commentAuthorEmail,
#commentAuthorTitle {
    width: 32%;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
}

#ContentPlaceHolderContent_T41F19FA7013_commentSubmit {
    font-family: 'Oswald', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 24px;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    text-transform: uppercase;
}

    #ContentPlaceHolderContent_T41F19FA7013_commentSubmit:hover {
        background: #fff;
        color: #000;
    }

span.commentAuthor,
span.commentDate {
    text-transform: capitalize;
    font-weight: bold;
}

div.commentText {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #656565;
}

div.individualComment {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.hideSlider {
    display: none;
}

.commentFooter {
    display: none;
}

.commentList {
    background: #fff;
}

#commentsWidget,
.blog_footer {
    display: none;
}

.RadDock .blog_footer{
    display:block;
}

.sfpostListItem .sf-social-share {
    display: flex;
    list-style: none;
}

    .sfpostListItem .sf-social-share li {
        margin: 0 15px 0 0;
    }


@media only screen and (max-width:768px) {
    .customPostList {
        flex-wrap: wrap;
    }

    .customPostListItem {
        width: 45%;
    }

    .blogPage .white_bg {
        padding: 0 15px;
    }
}

@media only screen and (max-width:550px) {
    customPostList {
        flex-direction: column;
    }

    .customPostListItem {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 50px
    }
}
/* END BLOG STYLES */
/* BEGIN ECOMMERCE STYLES */
.sfsearchBox {
    border: none;
    margin-top: 30px;
}

.sfSingleItemPriceCol,
.sfItmPriceCol,
.sfRegPrice,
.sfShoppingCartCouponEntryField,
.sfShoppingCartTotal,
.sfTotalRowWrp,
.sfCheckoutBtn {
    display: none;
}

.sfItmQuantityCol span {
    display: none;
}

.sfsearchBox span input {
    width: 85%;
}

    .sfsearchBox span input[type="submit"] {
        width: 10%;
        margin-left: 2%;
    }

.requestQuoteForm {
    padding-right: 15%;
}

    .requestQuoteForm div div.sf-fieldWrp input,
    .requestQuoteForm div div.sf-fieldWrp textarea {
        width: 100%;
        margin-bottom: 15px;
    }

.prodTopWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.prodInner {
    width: 50%;
}

    .prodInner.prodLeft {
        padding-right: 30px;
    }

    .prodInner.prodRight {
        padding-left: 30px;
    }

.sfproductMainImgWrp a img {
    width: 100%;
}

.sfproductImgsListWrp ul.sfproductImgsList {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sfproductImgsListWrp ul.sfproductImgsList li {
        list-style: none;
        width: 33%;
        padding: 10px;
    }

.filterContainer {
    padding: 20px;
}

.filterSection p {
    font-weight: bold;
}

.filterSection input {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.filterSection label {
    display: block;
    padding-left: 5px;
    margin-bottom: 15px;
}

#filterSubmit {
    background: #000;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px 15px;
    margin-top: 25px;
}

#loader {
    height: 75px;
    width: 75px;
    display: none;
    position: absolute;
}

.relatedContainer {
    margin-top: 50px;
    margin-bottom: 40px;
}

.relatedGrid {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

    .relatedGrid .relatedProduct {
        width: 30%;
        height: 100%;
    }

.relProdImg {
    width: 80%;
    height: 280px;
    margin: 0 auto;
}

.relatedProduct h4 {
    text-align: center;
}

.relProdBtns {
    width: 80%;
    margin: 0 auto;
}

    .relProdBtns button {
        float: left;
        font-size: 14px;
        background: #000;
        border: none;
        outline: none;
        color: #fff;
    }

    .relProdBtns a {
        float: right;
        font-size: 16px;
    }

.sfproductOptionsList {
    list-style: none;
    padding: 0;
}

    .sfproductOptionsList .sfproductOption {
        margin-bottom: 20px;
    }

.sfproductOption div select {
    width: 100%;
}

.sfProductInventoryWrp {
    margin-bottom: 20px;
}

.sfAddToCartBtn {
    float: right;
    background: transparent;
    border: none;
    outline: none;
    padding: 13px 26px;
    color: #007CF5;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #007CF5;
}

    .sfAddToCartBtn:hover {
        background: #007CF5;
        color:#fff;
    }

ul.sfproductsList {
    display: flex !important;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    flex-wrap: wrap;
}

    ul.sfproductsList li {
        width: 33% !important;
        margin-bottom: 25px;
    }

        ul.sfproductsList li div a img {
            width: 80% !important;
            margin-left: 10% !important;
        }

        ul.sfproductsList li h2 {
            text-align: center !important;
        }

div.sfproductTmbWrp {
    min-height: 215px;
}

ul.sfproductsList li div.sfcommentsThreadRatingWrp {
    display: none;
}

p.thankText {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 85px;
    font-size: 18px;
    font-weight: bold;
}

.product_search_results .sf_pagerNumeric a {
    margin: 20px 10px;
}

.sfCatalogPager .sf_pagerNumeric a {
    margin: 20px 10px;
}

.urlField {
    display: none;
}

.prodLandingHero {
    font-size: 0px;
}

    .prodLandingHero img {
        width: 100%;
    }

#viewCartBtn {
    margin-top: 30px;
}

    #viewCartBtn a {
        float: right;
    }

/* END ECOMMERCE STYLES */
.w__bi_block h3.noLinkWidget {
    line-height: 34px;
    text-decoration: none;
    height: inherit !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 155px 10px 0 10px;
}

.filterPagination {
    text-decoration: none;
}

.activePage {
    font-weight: bold;
    text-decoration: underline;
}

.supremeSearchImg {
    height: 200px;
    width: 200px;
    margin-top: 40px;
}

.existingDealer,
.location-addresses{
    display: none;
}

.existingDealer select,
.location-addresses select{
    width:100%;
}

.w__filter_bs .checkbox-group button[value="Wabash"]{
    display:none !important;
}
/*.sf_colsOut.sf_2cols_2_75{
    position:relative !important;
    top: -4455px;
}*/

.locationSearchBtn {
    font-size: 18px;
    background: #fff;
    border: 2px solid #007CF5;
    color: #007CF5;
    padding: 13px 26px;
    text-transform: uppercase;
    margin-top: 20px;
}

    .locationSearchBtn:hover {
        background: #007CF5;
        color: #fff;
    }

@media only screen and (max-width:1650px) {
    .prod_inner .white-bg {
        padding:60px !important;
        padding-left:60px !important;
        box-sizing:border-box;
    }

    .prod_inner .gray-bg {
        padding: 60px 60px 60px 60px !important;
        box-sizing: border-box;
    }
}

select.selectAnnouncement,
select.selectAnnouncement:focus,
select.selectAnnouncement:focus-visible {
    border: 2px solid #007CF5 !important;
    border-radius: 0 !important;
}

/*****************Dealer Page Form******************/

.dealer_info_container{
    display:flex;

}
.dealer_info_container .dealer_form_col {
    padding: 40px;
    box-sizing:border-box;
}
.dealer_info_container .dealer_form_col h2{
    text-transform:unset;
}
.dealer_info_container .dealer_form_col .no_label label,
.dealer_info_container .dealer_form_col .no_label.sf-Checkboxes strong {
    display: none;
}
.dealer_info_container .dealer_form_col .no_label.sf-Checkboxes label{
    display:block;
}
.dealer_info_container .sf-fieldWrp input:not(input[type="checkbox"]) {
    width: 95%;
    border: 2px solid #007CF5;
    padding:5px;
    margin:5px 0;
}
.dealer_info_container .sf-fieldWrp button[type="submit"],
.dealer_info_container .sf-fieldWrp button[type="button"] {
    padding: 8px 10px;
    font-size: 14px;
    background: transparent;
    color: #007CF5;
    border: 2px solid #007CF5;
}
.dealer_info_container .sf-fieldWrp button[type="submit"]:hover,
.dealer_info_container .sf-fieldWrp button[type="button"]:hover{
    color: #fff;
    background: #007CF5;
}

#mobile_location_title{
    display:none;
}


/*****************END Dealer Page Form******************/


/*****************BEGIN Landing Page Styles******************/
.campaign-hero div{
    margin:0;
    padding:0;
    border:none;
    box-sizing:border-box;
}

.campaign-banner-text {
    background: #FCD502;
    text-transform:uppercase;
}

    .campaign-banner-text h1,
    .campaign-banner-text h2 {
        text-transform: uppercase;
        text-align: center;
        color: #022E5E;
    }

.campaign-content .campaign-left > div{
    padding:50px;
}

.campaign-content .campaign-left h2 {
    font-size: 34px;
    color: #007CF5;
}

.campaign-content .campaign-left p {
    font-size: 20px;
    font-weight: bold;
    color: #696969;
}

    .campaign-content .campaign-left p a {
        font-size: 10px;
        color: #696969;
        text-decoration:none;
    }
    .campaign-content .campaign-left p a:hover {
        text-decoration: underline;
    }

.campaign-content .campaign-left .sfimageWrp{
    margin-top:50px;
    margin-bottom:50px;
}

.campaign-content .campaign-right {
    background: #022E5E;
    color:#fff;
}

    .campaign-content .campaign-right h1,
    .campaign-content .campaign-right h2,
    .campaign-content .campaign-right h3,
    .campaign-content .campaign-right h4,
    .campaign-content .campaign-right h5,
    .campaign-content .campaign-right h6,
    .campaign-content .campaign-right p{
        color:#fff;
    }
	
	.campaign-content .campaign-right .sfFormSubmit{
		margin-bottom:30px;
	}
	
.campaign-content .campaign-right > div {
    padding: 50px 50px 0 50px;
}

.campaign-form{
    width:100%;
}
.campaign-form label{
    display:none;
}
.campaign-form input[type="text"],
.campaign-form input[type="email"],
.campaign-form select {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 8px;
    box-sizing: border-box;
    height: 40px;
    color: rgb(85, 85, 85);
}

.campaign-form p[data-sf-role="error-message"]{
    color:#fff;
}

.campaign-form .sf-Checkboxes{
    color:#fff;
}

.campaign-form .city-field{
    padding-right:20px;
}

    .campaign-form .sf-Checkboxes label{
        display:block;
        color:#fff;
    }

    .campaign-form .sf-Checkboxes > div  {
        display: inline-block;
        width:100%;
        color: #fff;
        margin-top:10px;
    }

    .campaign-form button[type="submit"] {
        width: 100%;
        margin-top: 24px;
        background: #FCD502;
        font-size: 24px;
        font-weight: bold;
        color: #022E5E;
        text-transform:uppercase;
        text-align: center;
        cursor:pointer;
        box-sizing:border-box;
        height:40px;
        margin-bottom:20px;
    }

.campaign-callout .callout-left {
    box-sizing: border-box;
    padding-right: 50px;
}

.campaign-callout .callout-right h2{
    font-size:24px;
}
.campaign-callout .callout-right p{
    font-weight:bold;
    font-size:18px;
    line-height:20px;
}

.campaign-callout .callout-right .find-your-dealer-btn {
    font-size: 24px;
    font-weight: bold;
    background: #FCD502;
    color: #022E5E;
    text-transform: uppercase;
    text-align: center;
    text-decoration:none;
    padding:5px 20px;
    cursor:pointer;
}

.terms_copy{
    padding:50px 10%;
    box-sizing:border-box;
}

.campaign-hero .sfimageWrp img,
.thank-you-hero img{
    display:block;
}

.wabash-notifications strong{
    display:none;
}

.campaign_form_hidden{
    display:none;
}

.sf_5cols_2_20 .sf_5cols_2in_20, .sf_5cols_3_20 .sf_5cols_3in_20, .sf_5cols_4_20 .sf_5cols_4in_20, .sf_5cols_5_20 .sf_5cols_5in_20 {
    margin-left:0 !important;
}

/*****************END Landing Page Styles******************/

.existingDealer #Dropdown-1{
    width:100%;
}

.section-edit-btn{
    display:none;
}
.additionalDetails textarea{
    width:100%;
    height:100px;
}
#add-service {
    margin-top: 22px;
    font-size: 15px;
    padding: 0px 10px;
}

.mobile-table-img-link {
    display: none;
}

.centered-img > img{
    width:100%;
    margin:0 auto;
}

.dealer_info_form{
    display:none;
}

.shortened_hero{
	margin-bottom:50px;
}

.shortened_hero .sfimageWrp{
	height:375px;
}
