@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,700);
.view-products.view-display-id-page .views-field-field-product-featured-image{
    border:1px solid #7e7e7e
}
.dealer-search-form h3{
    text-align:center;
    font-size:70px;
    margin-top:-30px
}
@media only screen and (min-width:539px){
    .dealer-search-form h3{
        color:#fff
    }
}
#block-system-main .search-form .form-search{
    background:#fcfcfc
}
img.center{
    margin:auto;
    display:block
}
body:after{
    content:"small";
    display:none
}
@media only screen and (min-width:1025px) and (min-height:481px){
    body:after{
        content:"large"
    }
}
.gallery-tiles .field-content,.gallery-tiles [class*=gallery-tile_] .content{
    overflow:hidden;
    border:1px solid #fff
}
.gallery-tiles .field-content img,.gallery-tiles [class*=gallery-tile_] picture{
    display:block;
    -webkit-transition-duration:.3s;
    -webkit-transition-property:transform;
    -o-transition-duration:.3s;
    transition-duration:.3s;
    -webkit-transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform;
    -webkit-transition-timing-function:linear;
    -o-transition-timing-function:linear;
    transition-timing-function:linear
}
.gallery-tiles .field-content:focus img,.gallery-tiles .field-content:hover img,.gallery-tiles [class*=gallery-tile_]:focus picture,.gallery-tiles [class*=gallery-tile_]:hover picture{
    -webkit-transform:scale(1.1) translateZ(0);
    transform:scale(1.1) translateZ(0)
}
.gallery-tiles .no-csstransforms3d .field-content:focus img,.gallery-tiles .no-csstransforms3d .field-content:hover img,.gallery-tiles .no-csstransforms3d [class*=gallery-tile_]:focus picture,.gallery-tiles .no-csstransforms3d [class*=gallery-tile_]:hover picture{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.csstransitions .dettached-header #header{
    position:fixed;
    visibility:hidden;
    opacity:0
}
.csstransitions #header.header--show{
    display:block;
    visibility:visible;
    opacity:1;
    -webkit-transition:visibility 0s,opacity .3s linear;
    -o-transition:visibility 0s,opacity .3s linear;
    transition:visibility 0s,opacity .3s linear
}
.csstransitions #header.header--hide{
    visibility:hidden;
    opacity:0;
    -webkit-transition:visibility 0s .3s,opacity .3s linear;
    -o-transition:visibility 0s .3s,opacity .3s linear;
    transition:visibility 0s .3s,opacity .3s linear
}
#content-header{
    margin-top:0
}
.csstransitions .dettached-header #content-header{
    margin-top:47px
}
@media only screen and (min-width:420px){
    .csstransitions .dettached-header #content-header{
        margin-top:65px
    }
}
@media only screen and (min-width:769px){
    .csstransitions #header{
        position:relative
    }
}
@media only screen and (min-width:900px){
    .csstransitions .dettached-header #content-header{
        margin-top:100px
    }
}
@media only screen and (min-width:769px){
    .csstransitions #block-views-rotatos-block-home-hero .slick-slider h2,.csstransitions #block-views-rotatos-block-home-hero .slick-slider p{
        -moz-osx-font-smoothing:grayscale
    }
    .csstransitions #block-views-rotatos-block-home-hero .slick-slider h2{
        opacity:0;
        -webkit-transform:translateY(-20px) translateZ(0);
        transform:translateY(-20px) translateZ(0);
        -webkit-transition-property:opacity,transform;
        -webkit-transition-property:opacity,-webkit-transform;
        -o-transition-property:opacity,transform;
        transition-property:opacity,transform;
        transition-property:opacity,transform,-webkit-transform;
        -webkit-transition-duration:.5s;
        -o-transition-duration:.5s;
        transition-duration:.5s;
        -webkit-transition-timing-function:ease-out;
        -o-transition-timing-function:ease-out;
        transition-timing-function:ease-out
    }
    .csstransitions #block-views-rotatos-block-home-hero .slick-slider p{
        opacity:0;
        -webkit-transition-property:opacity;
        -o-transition-property:opacity;
        transition-property:opacity;
        -webkit-transition-duration:.5s;
        -o-transition-duration:.5s;
        transition-duration:.5s
    }
    .csstransitions #block-views-rotatos-block-home-hero .slick-slider .animate-in h2{
        opacity:1;
        -webkit-transform:translateY(0) translateZ(0);
        transform:translateY(0) translateZ(0)
    }
    .csstransitions #block-views-rotatos-block-home-hero .slick-slider .animate-in p{
        opacity:1
    }
}
button,input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#e18f19;
    border:0;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-family:"Alegreya Sans",sans-serif;
    font-size:1em;
    -webkit-font-smoothing:antialiased;
    font-weight:600;
    padding:0 1.5em;
    text-decoration:none;
    -webkit-transition:background-color 150ms ease;
    -o-transition:background-color 150ms ease;
    transition:background-color 150ms ease;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    vertical-align:middle;
    white-space:nowrap;
    height:50px;
    line-height:50px;
    text-transform:uppercase
}
button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{
    background-color:#b47214;
    color:#fff
}
button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{
    cursor:not-allowed;
    opacity:.5
}
button:disabled:hover,input[type=button]:disabled:hover,input[type=reset]:disabled:hover,input[type=submit]:disabled:hover{
    background-color:#e18f19
}
fieldset{
    background-color:#f9f9f9;
    border:1px solid #e5e5e5;
    margin:0 0 .75em;
    padding:1.5em
}
input,label,select{
    display:block;
    font-family:"Alegreya Sans",sans-serif;
    font-size:1em
}
label{
    font-weight:400;
    margin-bottom:.2em;
    font-size:24px
}
label.required::after{
    content:"*"
}
label abbr{
    display:none
}
input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{
    background-color:#fff;
    border:1px solid #e5e5e5;
    border-radius:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-family:"Alegreya Sans",sans-serif;
    font-size:1em;
    margin-bottom:.75em;
    padding:.5em;
    -webkit-transition:border-color 150ms ease;
    -o-transition:border-color 150ms ease;
    transition:border-color 150ms ease;
    width:100%;
    max-width:100%;
    height:50px;
    line-height:50px
}
input:not([type]):hover,input[type=color]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=datetime]:hover,input[type=email]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,select:hover,textarea:hover{
    border-color:#b7b7b7
}
input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{
    outline:0
}
input:not([type]):disabled,input[type=color]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=datetime]:disabled,input[type=email]:disabled,input[type=month]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=week]:disabled,select:disabled,textarea:disabled{
    background-color:#f2f2f2;
    cursor:not-allowed
}
input:not([type]):disabled:hover,input[type=color]:disabled:hover,input[type=date]:disabled:hover,input[type=datetime-local]:disabled:hover,input[type=datetime]:disabled:hover,input[type=email]:disabled:hover,input[type=month]:disabled:hover,input[type=number]:disabled:hover,input[type=password]:disabled:hover,input[type=search]:disabled:hover,input[type=tel]:disabled:hover,input[type=text]:disabled:hover,input[type=time]:disabled:hover,input[type=url]:disabled:hover,input[type=week]:disabled:hover,select:disabled:hover,textarea:disabled:hover{
    border:1px solid #e5e5e5
}
textarea{
    resize:vertical;
    height:auto;
    line-height:1.2;
    padding:.5em
}
input[type=search],select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
input[type=checkbox],input[type=radio]{
    display:inline;
    margin-right:.375em
}
input[type=checkbox]+label,input[type=radio]+label{
    display:inline-block
}
input[type=file]{
    width:100%
}
select{
    background:#fff url(../../../../all/themes/corebrands/img/icon-caret-down.png) no-repeat 96% center;
    padding:0 1em;
    min-widht:200px
}
.grippie{
    display:none!important
}
#admin-menu-search input{
    height:auto;
    line-height:1
}
ol,ul{
    list-style-type:none;
    padding:0
}
dl,input[type=file]{
    margin-bottom:.75em
}
dl dt{
    font-weight:700;
    margin-top:.75em
}
dd,dl dd,ol,ul{
    margin:0
}
.container::after,.item-list .pager::after,.item-list::after,ul.quicktabs-tabs::after{
    clear:both;
    content:"";
    display:table
}
ul.quicktabs-tabs a{
    border:1px solid #e5e5e5;
    background:#fff;
    text-transform:uppercase;
    padding:1em 4em;
    color:#7e7e7e;
    font-weight:700;
    display:block;
    text-align:center
}
ul.quicktabs-tabs a:hover{
    background:#000;
    border-color:#000;
    color:#fff
}
ul.quicktabs-tabs li{
    margin:0 .5em 0 0;
    padding:0;
    display:block;
    float:left
}
ul.quicktabs-tabs li.active a{
    background:#e5e5e5
}
ul.quicktabs-tabs li.active a:hover{
    background:#e5e5e5;
    border-color:#e5e5e5;
    color:#7e7e7e
}
.quicktabs_main{
    margin-top:.5em
}
.item-list .pager{
    padding-top:3em
}
.item-list .pager li{
    padding:0;
    margin:0 -4px 0 0;
    font-size:1.5em
}
@media (max-width:768px){
    .item-list .pager li.pager-current{
        display:inline-block
    }
}
.item-list .pager li a,.item-list .pager li.pager-current{
    padding:.5em 1em;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5
}
.item-list .pager li a{
    display:inline
}
@media (max-width:768px){
    .item-list .pager li a{
        display:inline-block
    }
}
.item-list .pager li.pager-ellipsis,.item-list .pager li.pager-first,.item-list .pager li.pager-last{
    display:none
}
.item-list .pager li.first a,.item-list .pager li.pager-previous a{
    border-left:1px solid #e5e5e5
}
.item-list .pager li.pager-current{
    background:#000;
    font-weight:400;
    color:#fff
}
table{
    border-collapse:collapse;
    -webkit-font-feature-settings:"kern","liga","tnum";
    font-feature-settings:"kern","liga","tnum";
    margin:.75em 0;
    table-layout:fixed;
    width:100%
}
td,th{
    font-size:1.125em
}
th{
    font-weight:700;
    text-transform:uppercase;
    text-align:left;
    letter-spacing:1px;
    border-bottom:1px solid #acacac;
    padding:.75em 0
}
th,th a{
    color:#7e7e7e
}
th a:hover{
    color:#000
}
td{
    border-bottom:1px solid #e5e5e5;
    padding:1em 0
}
td,th,tr{
    vertical-align:middle
}
td.active,tr.even,tr.odd{
    background:0 0
}
@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){
    table.responsive-table,table.responsive-table tbody,table.responsive-table td,table.responsive-table th,table.responsive-table thead,table.responsive-table tr{
        display:block
    }
    table.responsive-table thead tr{
        position:absolute;
        top:-9999px;
        left:-9999px
    }
    table.responsive-table tbody td{
        border:0;
        border-top:1px solid #eee;
        position:relative;
        padding-top:2em;
        padding-left:1em;
        padding-bottom:.5em
    }
    table.responsive-table tbody td:first-child{
        border-top:none
    }
    table.responsive-table tbody td:before{
        position:absolute;
        top:.25em;
        left:1em;
        right:1em;
        white-space:nowrap;
        overflow:hidden;
        -o-text-overflow:ellipsis;
        text-overflow:ellipsis;
        content:attr(title);
        color:#ccc
    }
}
table.striped-table{
    width:100%;
    max-width:100%
}
table.striped-table>thead>tr>th{
    padding:.5em;
    line-height:inherit;
    border:1px solid #dcdcdc
}
table.striped-table>tbody>tr>td,table.striped-table>tbody>tr>th,table.striped-table>tfoot>tr>td,table.striped-table>tfoot>tr>th,table.striped-table>thead>tr>td{
    padding:.5em;
    line-height:inherit;
    vertical-align:top;
    border:1px solid #dcdcdc;
    color:#474747
}
table.striped-table>thead>tr>th{
    vertical-align:bottom;
    border-bottom:2px solid #dcdcdc;
    background-color:#eee;
    color:#666
}
table.striped-table>tbody+tbody{
    border-top:2px solid #dcdcdc
}
table.striped-table>tbody>tr:nth-of-type(odd){
    background-color:#fafafa
}
table.striped-table table{
    background-color:#fff
}
body,h1,h2,h3,h4,h5,h6{
    font-family:"Alegreya Sans",sans-serif
}
body{
    color:#474747;
    -webkit-font-feature-settings:"kern","liga","pnum";
    font-feature-settings:"kern","liga","pnum";
    line-height:1.5
}
h1,h2,h3,h4,h5,h6{
    line-height:1.2;
    margin:0 0 .25em
}
body,h5,h6{
    font-size:1em
}
h1{
    font-weight:300;
    font-size:3.75em
}
h2,h3{
    font-weight:400
}
h2{
    color:#000;
    font-size:3em
}
@media (max-width:769px){
    h2{
        font-size:2em
    }
}
h3{
    font-size:2.125em
}
@media (max-width:769px){
    h3{
        font-size:1.3em
    }
}
h4{
    font-weight:700;
    font-size:1.5em
}
@media (max-width:769px){
    h4{
        font-size:1.4em
    }
}
p{
    margin:0 0 .75em;
    font-size:1.2em
}
p.large-intro{
    color:#7e7e7e;
    font-size:1.75em
}
a{
    color:#e18f19;
    text-decoration:none;
    -webkit-transition:color 150ms ease;
    -o-transition:color 150ms ease;
    transition:color 150ms ease
}
a:active,a:focus,a:hover{
    color:#a96b13
}
a.color-button{
    float:right;
    border:1px solid #000;
    line-height:normal;
    padding-left:15px
}
a.color-button::after{
    content:">";
    font-size:2.5em;
    padding:0 20px;
    margin-left:15px
}
hr{
    border-bottom:1px solid #e5e5e5;
    border-left:0;
    border-right:0;
    border-top:0;
    margin:1.5em 0
}
img,picture{
    margin:0;
    max-width:100%;
    height:auto
}
.field-type-image{
    line-height:initial
}
#header #block-menu-block-1.menu-accordion ul ul,.hidden{
    display:none
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .text-wrapper,.view-products.view-display-id-page .view-display-id-block_products_tier3 .text-wrapper{
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    position:absolute;
    top:50%
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
*,::after,::before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
.container{
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
    padding:0 1em
}
#header{
    position:fixed;
    top:0;
    left:0;
    z-index:5;
    width:100%;
    background:#fff;
    background:rgba(255,255,255,.9)
}
#header .container{
    position:relative
}
#header #logo{
    float:left
}
@media screen and (min-width:540px){
    #header #logo{
        height:65px
    }
}
@media screen and (min-width:900px){
    #header #logo{
        height:100px
    }
}
#header #secondary-menu{
    float:right;
    display:inline
}
#header #secondary-menu .links,#header #secondary-menu li{
    float:left
}
#header #secondary-menu li a{
    height:47px;
    font-size:.7em;
    line-height:1.5em;
    padding:15px 9px;
    color:#000;
    display:block;
    font-weight:300;
    border-left:1px solid #d1d1d1
}
@media screen and (min-width:540px){
    #header #secondary-menu li a{
        padding:0 1em;
        width:auto;
        height:65px;
        line-height:65px;
        font-size:1.125em
    }
}
@media screen and (min-width:900px){
    #header #secondary-menu li a{
        padding:1.5em 2em;
        height:100px;
        font-size:1.375em;
        line-height:inherit
    }
}
#block-quicktabs-product-details ul.quicktabs-tabs li a:hover,#block-quicktabs-product-details ul.quicktabs-tabs li.active a,#block-quicktabs-showcase-details ul.quicktabs-tabs li a:hover,#block-quicktabs-showcase-details ul.quicktabs-tabs li.active a,#content-area .sub-menu .content a:hover,#header #secondary-menu li a.active-trail,#header #secondary-menu li a:hover,a.color-button::after{
    background:#000;
    color:#fff
}
@media screen and (min-width:420px){
    #header #secondary-menu .links{
        float:right
    }
}
#header #header-region{
    background:#7e7e7e;
    position:absolute;
    top:47px;
    left:0;
    margin:0 1em;
    width:calc(100% - 2em);
    color:#d1d1d1;
    z-index:100;
    display:none
}
@media screen and (min-width:540px){
    #header #header-region{
        top:65px
    }
}
@media screen and (min-width:900px){
    #header #header-region{
        top:100px
    }
}
#header #menu-trigger{
    float:right
}
#header #menu-trigger .icon{
    color:#fff;
    display:block;
    text-align:center;
    cursor:pointer;
    font-size:1.5em;
    padding-top:8px;
    width:38px;
    height:47px
}
@media screen and (min-width:540px){
    #header #menu-trigger .icon{
        font-size:2.5em;
        width:90px;
        height:65px
    }
}
@media screen and (min-width:900px){
    #header #menu-trigger .icon{
        font-size:3em;
        padding-top:25px;
        color:#fff;
        width:140px;
        height:100px
    }
}
#header #menu-trigger .open-menu{
    background:#000
}
#header #menu-trigger .open-menu:before{
    opacity:1;
    -webkit-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s
}
#header #menu-trigger .close-menu{
    position:absolute;
    top:0;
    right:16px
}
@media screen and (min-width:540px){
    #header #menu-trigger .close-menu{
        right:18px
    }
}
@media screen and (min-width:900px){
    #header #menu-trigger .close-menu{
        right:16px
    }
}
#header #menu-trigger .close-menu:before,#header #menu-trigger.open .close-menu:before,#header #menu-trigger.open .open-menu:before{
    opacity:0;
    -webkit-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s
}
#header #menu-trigger.open .close-menu:before{
    opacity:1
}
#header #block-menu-block-1:not(.menu-accordion) span.nolink{
    font-size:1.75em;
    display:block;
    margin-bottom:1em
}
#header #block-menu-block-1:not(.menu-accordion) .content{
    width:90%;
    margin:0 5% 3em
}
#header #block-menu-block-1:not(.menu-accordion) .content::after{
    clear:both;
    content:"";
    display:table
}
#header #block-menu-block-1:not(.menu-accordion) .content li{
    list-style:none;
    margin:0;
    padding:0
}
#header #block-menu-block-1:not(.menu-accordion) .content li.expanded{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:23.23176%;
    border-right:1px solid #d1d1d1;
    height:325px;
    padding-left:1.5%
}
#header #block-menu-block-1:not(.menu-accordion) .content li.expanded:last-child{
    margin-right:0
}
#header #block-menu-block-1:not(.menu-accordion) .content li.expanded.last{
    border:0
}
#header #block-menu-block-1:not(.menu-accordion) .content a{
    color:#e5e5e5;
    line-height:2.25
}
#header #block-menu-block-1:not(.menu-accordion) .content a.active,#header #block-menu-block-1:not(.menu-accordion) .content a:hover{
    color:#000
}
#header #block-menu-block-1.menu-accordion{
    height:auto;
    max-height:calc(100vh - 92px)
}
@media (max-width:768px){
    #header #block-menu-block-1.menu-accordion{
        overflow:scroll
    }
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion{
        height:auto
    }
}
#header #block-menu-block-1.menu-accordion span.nolink{
    border-bottom:1px solid #707070;
    border-top:1px solid #707070;
    position:relative;
    display:block;
    line-height:45px;
    padding:0 15px
}
#header #block-menu-block-1.menu-accordion span.nolink:after{
    position:absolute;
    content:"+";
    display:block;
    width:45px;
    height:45px;
    border-left:1px solid #555;
    right:0;
    top:0;
    text-align:center;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size:1.3em
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion span.nolink{
        font-size:1.4375em;
        display:block;
        border:0;
        margin-bottom:.5em;
        padding:0
    }
    #header #block-menu-block-1.menu-accordion span.nolink:after{
        display:none
    }
}
@media screen and (min-width:1080px){
    #header #block-menu-block-1.menu-accordion span.nolink{
        font-size:1.75em;
        margin-bottom:1em
    }
}
#header #block-menu-block-1.menu-accordion span.nolink.open:after{
    content:"-"
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion ul ul{
        display:block
    }
}
#header #block-menu-block-1.menu-accordion .content::after{
    clear:both;
    content:"";
    display:table
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion .content{
        width:100%;
        padding:0;
        margin:1.5%;
        overflow-y:hidden
    }
}
@media screen and (min-width:1080px){
    #header #block-menu-block-1.menu-accordion .content{
        width:90%;
        margin:0 5% 3em
    }
}
#header #block-menu-block-1.menu-accordion .content a{
    color:#d1d1d1;
    line-height:1.3
}
#block-views-news-block .views-field-title a,#header #block-menu-block-1.menu-accordion .content a.active,#header #block-menu-block-1.menu-accordion .content a:hover{
    color:#000
}
#header #block-menu-block-1.menu-accordion .content li{
    list-style:none;
    margin:0;
    padding:0
}
#header #block-menu-block-1.menu-accordion .content li.expanded{
    position:relative
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion .content li.expanded{
        border-right:1px solid #d1d1d1;
        float:left;
        display:block;
        margin-right:2.35765%;
        width:23.23176%;
        padding-left:1.5%;
        padding-bottom:99999px;
        margin-bottom:-99999px
    }
    #header #block-menu-block-1.menu-accordion .content li.expanded:last-child{
        margin-right:0
    }
}
@media screen and (min-width:1080px){
    #header #block-menu-block-1.menu-accordion .content li.expanded{
        padding-left:1.5%
    }
}
#header #block-menu-block-1.menu-accordion .content li.expanded.last{
    border:0
}
#header #block-menu-block-1.menu-accordion .content li.expanded .expand-trigger{
    position:absolute;
    right:0;
    top:0;
    width:45px;
    border-left:1px solid #7a7a7a;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size:1.3em;
    text-align:center
}
#header #block-menu-block-1.menu-accordion .content li.expanded .expand-trigger:hover{
    cursor:pointer
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion .content li.expanded .expand-trigger{
        top:-2px;
        right:6%;
        border:0
    }
}
#header #block-menu-block-1.menu-accordion .content li.expanded li{
    padding:3px 30px;
    background:#595959;
    border-bottom:1px solid #7a7a7a
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion .content li.expanded li{
        padding:0;
        border:0;
        background:0 0;
        margin-bottom:15px
    }
}
#header #block-menu-block-1.menu-accordion .content li.expanded li.expanded{
    float:none;
    width:100%;
    margin-bottom:0
}
@media screen and (min-width:768px){
    #header #block-menu-block-1.menu-accordion .content li.expanded li.expanded{
        margin-bottom:15px
    }
}
#header #block-menu-block-1.menu-accordion .content li.expanded li ul{
    padding-left:20px;
    margin-top:5px;
    display:none!important
}
#header #block-menu-block-1.menu-accordion .content li.expanded li ul li{
    margin-bottom:0;
    border:0;
    padding:0
}
#header #block-menu-block-1.menu-accordion .content li.expanded li.open ul{
    display:block!important
}
#main{
    margin-top:47px
}
@media screen and (min-width:540px){
    #main{
        margin-top:65px
    }
}
@media screen and (min-width:768px){
    #main{
        margin-top:0
    }
}
#content-wrapper{
    margin-top:47px
}
@media screen and (min-width:540px){
    #content-wrapper{
        margin-top:65px
    }
}
@media screen and (min-width:769px){
    #content-wrapper{
        margin-top:0
    }
}
.content .no-sidebars,.no-sidebars #content-wrapper{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:100%
}
.no-sidebars #content-wrapper:last-child,.one-sidebar.sidebar-first #content-wrapper:last-child,.one-sidebar.sidebar-second #content-wrapper:last-child{
    margin-right:0
}
.one-sidebar.sidebar-first #content-wrapper{
    margin-left:25.58941%
}
.one-sidebar.sidebar-first #content-wrapper,.one-sidebar.sidebar-second #content-wrapper,.two-sidebars #content-wrapper{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:74.41059%
}
.two-sidebars #content-wrapper{
    width:48.82117%;
    margin-left:25.58941%
}
.content .no-sidebars:last-child,.content .one-sidebar.sidebar-second:last-child,.two-sidebars #content-wrapper:last-child{
    margin-right:0
}
#content-area,.node-page header{
    position:relative
}
.content .one-sidebar.sidebar-second,.content .sidebar-right{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:100%
}
@media screen and (min-width:768px){
    .content .one-sidebar.sidebar-second{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:74.41059%
    }
    .content .one-sidebar.sidebar-second:last-child{
        margin-right:0
    }
}
.content .sidebar-right{
    padding:1em 0
}
#sidebar-first:last-child,.content .sidebar-right:last-child,.one-sidebar #sidebar-first:last-child{
    margin-right:0
}
@media screen and (min-width:768px){
    .content .sidebar-right{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:23.23176%
    }
    .content .sidebar-right:last-child{
        margin-right:0
    }
}
#sidebar-second img,.content .sidebar-right img{
    height:auto!important
}
#sidebar-first,#sidebar-second{
    padding:1em;
    float:left;
    display:block;
    width:23.23176%
}
#sidebar-first{
    margin-left:-76.76824%;
    margin-right:2.35765%
}
.one-sidebar #sidebar-first{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:23.23176%;
    margin-left:-102.35765%
}
#sidebar-second{
    margin-right:0
}
#sidebar-second:last-child{
    margin-right:0
}
#footer{
    color:#e5e5e5;
    overflow:hidden
}
#footer #footer-main{
    background:#474747;
    padding:50px 3%
}
#footer #footer-main p{
    margin:0;
    line-height:25px
}
#footer #footer-main p img{
    vertical-align:middle;
    height:auto!important
}
#footer #block-cb-dealer-cb-dealer-search h2,#footer #footer-main p a,#footer .block-p6-helper #ui-footer-nav a,body.node-type-cb-showcase #content-header .back-links a.back-link{
    color:#fff
}
@media screen and (min-width:768px){
    #footer .block-p6-helper{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:48.82117%
    }
    #footer .block-p6-helper:last-child{
        margin-right:0
    }
}
#footer .block-p6-helper #ui-footer-nav{
    padding-left:15px
}
#footer .block-p6-helper #ui-footer-message a{
    color:#7e7e7e
}
.footer-meta .footer-meta-col{
    display:inline-block;
    width:30%;
    margin-right:2%;
    vertical-align:top;
    min-width:200px;
    margin-bottom:10px
}
@media (max-width:768px){
    .footer-meta .footer-meta-col{
        width:100%
    }
}
.footer-logo-left{
    padding-top:1em;
    padding-bottom:20px;
    width:100%;
    text-align:center
}
@media screen and (min-width:768px){
    .footer-logo-left{
        text-align:left
    }
}
@media screen and (min-width:900px){
    .footer-logo-left{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:23.23176%;
        padding-bottom:0
    }
    .footer-logo-left:last-child{
        margin-right:0
    }
}
.footer-logo-left img{
    margin-left:15px
}
.copyright{
    padding-top:35px
}
@media screen and (min-width:768px){
    .copyright{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:48.82117%
    }
    .copyright:last-child{
        margin-right:0
    }
}
.footer-logo-right{
    text-align:center
}
@media screen and (min-width:768px){
    .footer-logo-right{
        display:block;
        width:23.23176%;
        margin-right:0;
        text-align:right;
        float:right
    }
    .footer-logo-right:last-child{
        margin-right:0
    }
}
@media screen and (min-width:900px){
    .footer-logo-right{
        padding-top:0
    }
}
.social-links{
    background:#7e7e7e;
    padding:1em 0;
    color:#fff;
    border-bottom:2px solid #fff;
    border-top:2px solid #fff
}
@media screen and (min-width:768px){
    .social-links{
        padding:2em 0
    }
}
.social-links .content{
    text-align:center
}
.social-links .content li{
    display:inline;
    padding:0 4%
}
@media (max-width:450px){
    .social-links .content li{
        padding:0 1%
    }
}
.social-links .content a{
    color:#fff;
    font-size:2em;
    margin-right:.5em;
    line-height:1px
}
@media screen and (min-width:768px){
    .social-links .content a{
        margin-right:1em
    }
}
.social-links .content a:hover{
    color:#d1d1d1
}
@media (max-width:768px){
    #block-p6-helper-footer{
        text-align:center;
        padding-bottom:20px
    }
    #block-p6-helper-footer .ui-footer-nav{
        display:block
    }
}
.node-cb-rotato .text-wrapper .more-link{
    font-size:.75em
}
.node-cb-rotato .text-wrapper .more-link,.view-products.view-display-id-page .view-display-id-block_products_tier1 .more-link{
    text-transform:uppercase;
    color:#e5e5e5;
    padding:.5em .75em;
    border:1px solid #e5e5e5;
    font-weight:300
}
.node-cb-rotato .text-wrapper .more-link:hover,.view-products.view-display-id-page .view-display-id-block_products_tier1 .more-link:hover{
    color:#fff;
    border-color:#fff
}
#block-quicktabs-product-details #quicktabs-tabpage-product_details-2 ol,#block-quicktabs-product-details #quicktabs-tabpage-product_details-2 ul,.node ol,.node ul,.views-row .views-field-body ol,.views-row .views-field-body ul{
    margin:1em 0
}
.node ul li,.views-row .views-field-body ul li{
    list-style:disc;
    margin-left:1em
}
#block-views-news-block .views-field-title h3,.node ol li ol,.node ol li ul,.node ul li ol,.node ul li ul,.views-row .views-field-body ol li ol,.views-row .views-field-body ol li ul,.views-row .views-field-body ul li ol,.views-row .views-field-body ul li ul{
    margin:.5em 0
}
.node ul li li,.views-row .views-field-body ul li li{
    list-style:circle;
    margin-left:.5em
}
.node ul li li li,.views-row .views-field-body ul li li li{
    list-style:square
}
.node ol li,.views-row .views-field-body ol li{
    list-style:decimal;
    margin-left:1em
}
.node ol li li,.views-row .views-field-body ol li li{
    list-style:lower-alpha;
    margin-left:.5em
}
.field-collection-container,.field-collection-view{
    margin:0;
    padding:0;
    border:0
}
.node-page .field-name-field-page-introduction{
    font-size:1.75em;
    color:#7e7e7e;
    text-align:center;
    padding:1em 0
}
@media screen and (min-width:768px){
    .node-page .field-name-field-page-introduction{
        font-size:1.75em
    }
}
.node-page .field-name-field-page-introduction h2{
    font-size:2em;
    margin:0
}
@media screen and (min-width:768px){
    .node-page .field-name-field-page-introduction h2{
        font-size:3em;
        margin:0 0 .75em
    }
}
.node-page .field-name-field-page-introduction .field-items{
    padding:0 10%
}
.node-page .field-name-body{
    margin-bottom:6em
}
#block-views-rotatos-block-home-hero .text-wrapper .next-moment,.node-page.has-results .field-name-field-page-hero,.node-page.has-results .field-name-field-page-introduction{
    display:none
}
.node-cb-rotato{
    background:#000;
    position:relative
}
.node-cb-rotato .text-wrapper{
    width:100%;
    padding:0 5%;
    color:#fff;
    z-index:2
}
.node-cb-rotato .text-wrapper h2{
    line-height:1;
    font-weight:300;
    font-size:1.25em;
    margin-bottom:.25em;
    color:#fff
}
@media screen and (min-width:420px){
    .node-cb-rotato .text-wrapper h2{
        font-size:2.5em
    }
}
@media screen and (min-width:900px){
    .node-cb-rotato .text-wrapper h2{
        font-size:3.75em;
        margin-bottom:.45em
    }
}
.node-cb-rotato .text-wrapper .field-name-body{
    font-size:.875em
}
@media screen and (min-width:420px){
    .node-cb-rotato .text-wrapper .field-name-body{
        font-size:1em
    }
}
@media screen and (min-width:900px){
    .node-cb-rotato .text-wrapper .field-name-body{
        font-size:1.5em
    }
}
.node-cb-rotato .field-name-field-rotato-square{
    width:100%;
    float:none
}
@media (min-width:667px) and (max-width:768px){
    .node-cb-rotato .field-name-field-rotato-square{
        width:50%
    }
}
.node-cb-rotato .field-type-image{
    width:100%;
    float:none
}
@media screen and (min-width:768px){
    .node-cb-rotato .field-type-image{
        width:66%;
        float:right
    }
    .node-cb-rotato .field-type-image.field-name-field-rotato-transparent{
        width:100%;
        float:none
    }
}
.node-cb-rotato.moment_transparent .text-wrapper{
    background:rgba(0,0,0,.6)
}
.node-cb-rotato.moment_transparent .text-wrapper h2{
    text-transform:uppercase
}
.node-cb-rotato .views-row-odd .moment_transparent .text-wrapper{
    right:110px;
    left:auto
}
.node-cb-rotato .views-row-even .moment_transparent .text-wrapper{
    right:auto;
    left:90px
}
.node-cb-rotato.font-dark h2,.node-cb-rotato.font-dark p{
    color:#474747
}
@media screen and (min-width:900px){
    .node-cb-rotato.bg-dark{
        background:#474747
    }
}
.node-cb-rotato.bg-dark .next-moment,.node-cb-rotato.bg-dark .next-moment:hover{
    color:#fff!important
}
#block-quicktabs-showcase-details ul.quicktabs-tabs li a,.node-cb-rotato.bg-light{
    background:#e5e5e5
}
.node-cb-rotato.bg-light .more-link{
    border-color:#7e7e7e;
    color:#7e7e7e
}
.node-cb-rotato.bg-light .more-link:hover{
    border-color:#333;
    color:#333
}
#block-views-rotatos-block-home-hero{
    background:#000
}
@media screen and (min-width:420px) and (max-width:767px){
    #block-views-rotatos-block-home-hero .text-wrapper{
        background:rgba(0,0,0,.5)!important
    }
    #block-views-rotatos-block-home-hero .text-wrapper h2,#block-views-rotatos-block-home-hero .text-wrapper p{
        color:#fff!important
    }
}
#block-views-rotatos-block-home-hero .text-wrapper{
    width:100%;
    padding:5%
}
@media screen and (min-width:420px){
    #block-views-rotatos-block-home-hero .text-wrapper{
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        position:absolute;
        top:50%;
        left:0
    }
}
@media screen and (min-width:600px){
    #block-views-rotatos-block-home-hero .text-wrapper{
        width:50%
    }
}
@media screen and (min-width:900px){
    #block-views-rotatos-block-home-hero .text-wrapper{
        width:50%;
        text-align:center;
        padding:0 5%;
        background:0 0
    }
}
#block-views-rotatos-block-home-hero .text-wrapper h2{
    margin-bottom:.25em
}
@media screen and (min-width:420px){
    #block-views-rotatos-block-home-hero .text-wrapper h2{
        font-size:1.875em;
        margin-bottom:.45em
    }
}
@media screen and (min-width:600px){
    #block-views-rotatos-block-home-hero .text-wrapper h2{
        font-size:2.5em
    }
}
@media screen and (min-width:900px){
    #block-views-rotatos-block-home-hero .text-wrapper h2{
        font-size:3.75em;
        margin-bottom:.75em
    }
}
#block-views-rotatos-block-home-hero .font-dark h2,#block-views-rotatos-block-home-hero .font-dark p,.view.gallery-tiles .tile article a{
    color:#474747
}
#block-views-rotatos-block-home-hero .field-type-image{
    width:100%;
    float:none
}
@media screen and (min-width:768px){
    #block-views-rotatos-block-home-hero .field-name-field-rotato-square{
        width:50%;
        float:right
    }
    #block-views-rotatos-block-home-hero .field-name-field-rotato-transparent{
        width:100%;
        float:none
    }
}
#block-views-rotatos-block-home-hero .hero_full_short .text-wrapper,.view.gallery-tiles .tile-4 a:hover .text-wrapper{
    background:0 0
}
@media screen and (min-width:420px){
    #block-views-rotatos-block-home-hero .hero_full_short .text-wrapper{
        width:80%;
        font-size:x-small;
        top:50px;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
        text-align:left
    }
}
@media screen and (min-width:600px){
    #block-views-rotatos-block-home-hero .hero_full_short .text-wrapper{
        font-size:inherit;
        width:70%
    }
}
@media screen and (min-width:768px){
    #block-views-rotatos-block-home-hero .hero_full_short .text-wrapper{
        font-size:inherit;
        width:70%;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%)
    }
}
@media screen and (min-width:900px){
    #block-views-rotatos-block-home-hero .hero_full_short .text-wrapper{
        font-size:inherit;
        width:70%
    }
}
#block-quicktabs-showcase-details ul.quicktabs-tabs,.moments-static .moment_transparent .text-wrapper:before,.moments-static .next-moment,.moments-static .text-wrapper:before,.node-type-cb-product h1,.parallax-mirror{
    display:none
}
.moments-static{
    margin-bottom:3em
}
.moments-static .text-wrapper{
    width:100%;
    float:none;
    text-align:center;
    padding:5%
}
.moments-static .field-type-image{
    width:100%;
    float:none
}
.moments-static .text-wrapper h2{
    font-size:1.7em
}
.moments-static .moment_transparent .text-wrapper{
    padding:50px
}
.moments-static .moment_transparent,.moments-static .moment_transparent .field-type-image{
    visibility:inherit
}
@media screen and (min-width:768px){
    .moments-static .text-wrapper{
        width:60%;
        padding:2%;
        float:left;
        text-align:left
    }
    .moments-static .field-type-image{
        float:left;
        width:40%
    }
    .moments-static .views-row-odd .text-wrapper{
        float:left
    }
    .moments-static .views-row-even .text-wrapper{
        float:right
    }
    .moments-static .text-wrapper h2{
        font-size:1.375em
    }
    .moments-static .moment_transparent{
        visibility:inherit
    }
    .moments-static .moment_transparent .text-wrapper{
        position:absolute;
        left:auto;
        right:0;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        max-width:420px
    }
    .moments-static .moment_transparent .text-wrapper .field-name-body,.moments-static .moment_transparent .text-wrapper h2{
        text-align:left
    }
    .moments-static .moment_transparent .field-type-image{
        float:none;
        width:100%
    }
    .moments-static .views-row-odd .moment_transparent .text-wrapper{
        right:110px;
        left:auto
    }
    .moments-static .views-row-even .moment_transparent .text-wrapper{
        right:auto;
        left:90px
    }
}
@media screen and (min-width:900px){
    .moments-static .field-type-image{
        width:50%
    }
    .moments-static .text-wrapper{
        padding:3%;
        width:50%
    }
    .moments-static .text-wrapper .field-name-body{
        font-size:1em
    }
    .moments-static .moment_transparent,.moments-static .moment_transparent .text-wrapper{
        visibility:inherit
    }
    .moments-static .moment_transparent .field-type-image{
        width:100%
    }
    .moments-static .views-row-odd .moment_transparent .text-wrapper{
        right:110px;
        left:auto
    }
    .moments-static .views-row-even .moment_transparent .text-wrapper{
        right:auto;
        left:90px
    }
}
@media screen and (min-width:1175px){
    .moments-static .views-row{
        margin-bottom:.5em
    }
    .moments-static .text-wrapper{
        width:34%
    }
    .moments-static .field-type-image{
        width:66%
    }
    .moments-static .text-wrapper .field-name-body{
        font-size:1.25em;
        text-align:center
    }
    .moments-static .moment_transparent,.moments-static .moment_transparent .text-wrapper{
        visibility:inherit
    }
    .moments-static .moment_transparent .field-type-image{
        width:100%
    }
    .moments-static .views-row-odd .moment_transparent .text-wrapper{
        right:110px;
        left:auto
    }
    .moments-static .views-row-even .moment_transparent .text-wrapper{
        right:auto;
        left:90px
    }
}
@media screen and (min-width:1024px){
    .moments-static .text-wrapper h2{
        font-size:2.8125em
    }
}
@media screen and (min-width:1460px){
    .moments-static .text-wrapper{
        padding:5%
    }
    .moments-static .text-wrapper .field-name-body{
        font-size:1.5em
    }
    .moments-static .text-wrapper h2{
        font-size:3.75em
    }
}
@media only screen and (min-width:1025px) and (min-height:581px){
    .moments-static .views-row{
        margin-bottom:0
    }
    .moments-static .view-mode-full{
        position:relative;
        height:100vh
    }
    .moments-static .view-mode-full>.content{
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0
    }
    .moments-static .view-mode-full .next-moment{
        display:block;
        position:absolute;
        left:0;
        bottom:0;
        overflow:hidden;
        cursor:pointer;
        width:100%;
        color:#7e7e7e;
        text-transform:uppercase;
        text-align:center;
        font-size:1em;
        line-height:1
    }
    .moments-static .view-mode-full .next-moment:focus,.moments-static .view-mode-full .next-moment:hover{
        color:#474747
    }
    .moments-static .view-mode-full .next-moment::after{
        content:'\25BE';
        display:block;
        line-height:1
    }
    .moments-static .field-type-image{
        width:67%;
        background-color:transparent!important;
        display:block;
        position:relative;
        z-index:1
    }
    .moments-static .field-type-image.field-name-field-rotato-transparent{
        width:100%
    }
    .moments-static .text-wrapper{
        position:absolute;
        left:auto;
        right:0;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        width:33%
    }
    .moments-static .text-wrapper h2{
        font-size:2.5em;
        text-align:center
    }
    .moments-static .text-wrapper p{
        font-size:.75em
    }
    .moments-static .text-wrapper::before{
        content:'';
        display:block;
        margin:0 auto 1em;
        background-repeat:no-repeat;
        background-size:100%;
        background-position:0 0
    }
    .moments-static .views-row-even .text-wrapper,.moments-static .views-row-odd .text-wrapper{
        float:right
    }
    .moments-static .field-type-image,.moments-static .field-type-image .field-item,.moments-static .field-type-image .field-items{
        height:100%
    }
    .moments-static .field-type-image img{
        display:none
    }
    .moments-static .text-wrapper .more-link,.moments-static .text-wrapper p{
        opacity:0;
        -webkit-transition-duration:.5s;
        -webkit-transition-property:opacity;
        -o-transition-duration:.5s;
        transition-duration:.5s;
        -o-transition-property:opacity;
        transition-property:opacity
    }
    .moments-static .text-wrapper:before{
        -webkit-transform:scale(0);
        -webkit-transform-origin:50% 50%;
        -webkit-transition-duration:.3s;
        -webkit-transition-delay:.25s;
        -webkit-transition-timing-function:cubic-bezier(.29,1.84,1,.93);
        -ms-transform:scale(0);
        transform:scale(0);
        -ms-transform-origin:50% 50%;
        transform-origin:50% 50%;
        -o-transition-duration:.3s;
        transition-duration:.3s;
        -o-transition-delay:.25s;
        transition-delay:.25s;
        -o-transition-timing-function:cubic-bezier(.29,1.84,1,.93);
        transition-timing-function:cubic-bezier(.29,1.84,1,.93)
    }
    .moments-static .section--activated .text-wrapper:before{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    .moments-static .section--activated .text-wrapper .more-link,.moments-static .section--activated .text-wrapper p{
        opacity:1
    }
    .moments-static .section--activated .text-wrapper .more-link a:hover,.moments-static .section--activated .text-wrapper p a:hover{
        color:#fff;
        border:0;
        background-color:#000
    }
    .moments-static .section--activated .text-wrapper p{
        -webkit-transition-delay:.6s;
        -o-transition-delay:.6s;
        transition-delay:.6s
    }
    .moments-static .section--activated .text-wrapper .more-link{
        -webkit-transition-delay:1.1s;
        -o-transition-delay:1.1s;
        transition-delay:1.1s
    }
    .parallax-mirror{
        display:block
    }
}
@media only screen and (min-width:1025px) and (min-height:681px){
    .moments-static .text-wrapper h2{
        font-size:3em!important
    }
    .moments-static .text-wrapper p{
        font-size:.875em!important
    }
    .moments-static .field-type-image .next-moment{
        bottom:0
    }
}
.slick-slide img{
    width:100%
}
.slick-slide:focus{
    outline:0
}
.with-arrows .slick-slide{
    padding:0 75px
}
.slick-dots{
    top:2em;
    right:5%;
    width:300px;
    text-align:right
}
@media (max-width:420px){
    .slick-dots{
        bottom:11em;
        top:auto;
        width:auto
    }
}
@media screen and (min-width:420px){
    .slick-dots{
        top:auto;
        bottom:2em
    }
}
.slick-dots li{
    width:auto;
    height:auto
}
.slick-dots li button{
    background:#ebeaea;
    border-radius:50%;
    width:18px;
    height:18px
}
.slick-dots li button:before{
    content:""
}
.slick-dots li.slick-active{
    border-radius:50%;
    padding:2px;
    border:0
}
#header #secondary-menu ul ul.dealer-sub-menu li a:hover,.slick-dots li.slick-active button{
    background:#7e7e7e
}
.slick-next,.slick-prev{
    height:45px;
    width:45px;
    margin-top:-30px;
    z-index:4;
    color:#d1d1d1;
    margin-left:0;
    margin-right:0
}
@media screen and (min-width:768px){
    .slick-next,.slick-prev{
        height:50px;
        width:50px;
        margin-right:2%;
        margin-left:2%
    }
}
@media screen and (min-width:900px){
    .slick-next,.slick-prev{
        height:60px;
        width:60px
    }
}
.slick-next:before,.slick-prev:before{
    font-family:"core-brands";
    font-size:35px;
    text-transform:none;
    font-weight:300;
    color:#d1d1d1!important;
    opacity:1;
    padding:0
}
@media screen and (min-width:768px){
    .slick-next:before,.slick-prev:before{
        font-size:50px
    }
}
@media screen and (min-width:900px){
    .slick-next:before,.slick-prev:before{
        font-size:60px
    }
}
.slick-next:hover,.slick-next:hover:before,.slick-prev:hover,.slick-prev:hover:before{
    color:#000!important
}
.slick-prev{
    left:0
}
.slick-prev:before{
    content:"n"
}
.slick-next{
    right:0
}
.slick-next:before{
    content:"m"
}
#block-views-news-block{
    text-align:center
}
#block-views-news-block .views-field-field-news-date{
    font-size:1.125em;
    font-weight:400
}
#block-views-news-block .views-field-field-description{
    font-size:1.75em;
    font-weight:300
}
#block-views-news-block-1{
    margin:3em 0 6em
}
#block-views-news-block-1 .views-row{
    padding:4em 0;
    border-bottom:1px solid #e5e5e5
}
.node-cb-news.node-teaser .field-name-field-news-image{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:23.23176%
}
.node-cb-news.node-teaser .field-name-field-news-image:last-child,.node-cb-news.node-teaser .text-wrapper.no-image:last-child,.node-cb-news.node-teaser .text-wrapper:last-child{
    margin-right:0
}
.node-cb-news.node-teaser .text-wrapper{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:74.41059%
}
.node-cb-news.node-teaser .text-wrapper.no-image{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:82.94039%
}
.node-cb-news.node-teaser .field-name-field-news-date{
    font-size:1.125em;
    margin-bottom:1em
}
.node-cb-news.node-teaser h2{
    font-size:2.125em;
    margin-bottom:.5em;
    font-weight:300
}
.node-cb-news.node-teaser .field-name-field-description{
    font-size:1.75em
}
#block-quicktabs-showcase-details ul.quicktabs-tabs li.last,.node-cb-blog.view-mode-full .content-right .blog-author p,.node-cb-news.node-teaser .field-name-field-description p,.node-cb-press.node-teaser .field-name-field-description p,.node-cb-press.view-mode-full .content-right .press-author p{
    margin:0
}
.view.gallery-tiles .tile-group{
    width:100%
}
@media screen and (min-width:700px){
    .view.gallery-tiles .tile-group{
        width:25%;
        float:left
    }
}
.view.gallery-tiles .tile{
    position:relative;
    width:100%
}
@media screen and (min-width:400px){
    .view.gallery-tiles .tile{
        width:50%;
        float:left
    }
}
@media screen and (min-width:700px){
    .view.gallery-tiles .tile{
        width:100%;
        float:none
    }
}
.view.gallery-tiles .tile img{
    display:block;
    margin:0;
    max-width:100%;
    height:auto
}
.view.gallery-tiles .tile article,.view.gallery-tiles .tile-4 a{
    position:relative;
    z-index:1;
    display:block
}
.view.gallery-tiles .tile article>.content{
    margin:0;
    padding:0
}
#block-views-pages-block h3 a:hover,#block-views-showcase-details-block-3 h3 a:hover,.view-product-details.multiple-items h3 a:hover,.view.gallery-listing h2 a:hover,.view.gallery-tiles .tile article a:hover{
    color:#000
}
.view.gallery-tiles .tile article .border{
    position:absolute;
    border:6px solid #fff;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:2
}
.view.gallery-tiles a .text-wrapper{
    background:#e5e5e5;
    background:rgba(255,255,255,.8);
    text-align:center;
    padding:1em;
    position:absolute;
    left:0;
    bottom:6px;
    width:100%
}
.view.gallery-tiles a .text-wrapper h4{
    font-weight:400;
    font-size:1.125em;
    margin:0;
    line-height:1
}
.view.gallery-tiles a:hover .text-wrapper{
    background:rgba(255,255,255,.95)
}
@media screen and (min-width:700px){
    .view.gallery-tiles .tile-group.last{
        width:50%
    }
    .view.gallery-tiles .tile-4,.view.gallery-tiles .tile-5{
        float:left;
        width:50%
    }
    .view.gallery-tiles .tile-hr{
        clear:both
    }
}
.view.gallery-tiles .tile-4 article>.content{
    padding:2em;
    background:#e5e5e5
}
.view.gallery-tiles .tile-4 img{
    border-radius:50%
}
.view.gallery-tiles .tile-4 .text-wrapper{
    background:0 0;
    padding:0;
    top:50%;
    margin-top:-30px;
    position:absolute;
    text-align:center;
    width:100%;
    left:0
}
.view.gallery-tiles .tile-4 .text-wrapper h2{
    color:#fff;
    margin:0;
    font-weight:300
}
.view.gallery-tiles .tile-4 a{
    z-index:5
}
.node-cb-press.view-mode-full .content-right .press-author .views-row::after,.view.gallery-listing .view-content::after{
    clear:both;
    content:"";
    display:table
}
.view.gallery-listing .views-row{
    margin-bottom:1em;
    width:100%
}
@media screen and (min-width:0px) and (max-width:419px){
    .view.gallery-listing .views-row{
        display:block;
        margin-right:7.42297%;
        width:100%;
        float:left
    }
    .view.gallery-listing .views-row:last-child{
        margin-right:0
    }
}
@media screen and (min-width:420px) and (max-width:767px){
    .view.gallery-listing .views-row{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:46.28851%
    }
    .view.gallery-listing .views-row:last-child{
        margin-right:0
    }
    .view.gallery-listing .views-row:nth-child(2n){
        margin-right:0
    }
    .view.gallery-listing .views-row:nth-child(2n+1){
        clear:left
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .view.gallery-listing .views-row{
        float:left;
        display:block;
        margin-right:3.16844%;
        width:31.22104%;
        margin-bottom:2em
    }
    .view.gallery-listing .views-row:last-child{
        margin-right:0
    }
    .view.gallery-listing .views-row:nth-child(3n){
        margin-right:0
    }
    .view.gallery-listing .views-row:nth-child(3n+1){
        clear:left
    }
}
@media screen and (min-width:900px){
    .view.gallery-listing .views-row{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:23.23176%
    }
    .view.gallery-listing .views-row:last-child{
        margin-right:0
    }
    .view.gallery-listing .views-row:nth-child(4n){
        margin-right:0
    }
    .view.gallery-listing .views-row:nth-child(4n+1){
        clear:left
    }
}
.view.gallery-listing h2{
    font-size:1.5em;
    text-align:center
}
.view.gallery-listing h2 a{
    color:#333
}
#block-views-showcase-details-block-carousel{
    background:#000
}
#block-views-showcase-details-block-carousel .slick-slide{
    opacity:.5
}
#block-views-showcase-details-block-carousel .slick-slide .views-field-field-showcase-image{
    border-right:2px solid transparent;
    border-left:2px solid transparent
}
#block-views-showcase-details-block-carousel .slick-slide.slick-active{
    opacity:1
}
#block-views-showcase-details-block-carousel .slick-slide.slick-active .views-field-field-showcase-image{
    border-right:2px solid #fff;
    border-left:2px solid #fff
}
#block-views-pages-block,#block-views-showcase-details-block-3,.view-product-details.multiple-items{
    margin-top:5em
}
#block-views-pages-block h2,#block-views-showcase-details-block-3 h2,.view-product-details.multiple-items h2{
    font-size:3.75em;
    font-weight:300
}
#block-views-pages-block .slick-next,#block-views-pages-block .slick-prev,#block-views-showcase-details-block-3 .slick-next,#block-views-showcase-details-block-3 .slick-prev,.view-product-details.multiple-items .slick-next,.view-product-details.multiple-items .slick-prev{
    margin:0;
    top:40%
}
#block-views-pages-block .slick-prev:before,#block-views-showcase-details-block-3 .slick-prev:before,.view-product-details.multiple-items .slick-prev:before{
    content:"j";
    padding:0
}
#block-views-pages-block .slick-next:before,#block-views-showcase-details-block-3 .slick-next:before,.view-product-details.multiple-items .slick-next:before{
    content:"i";
    padding:0
}
#block-views-pages-block .slick-list,#block-views-showcase-details-block-3 .slick-list,.view-product-details.multiple-items .slick-list{
    width:95%;
    margin:auto
}
#block-views-pages-block h3,#block-views-product-details-block-related h3,#block-views-showcase-details-block-3 h3,.view-product-details.multiple-items h3{
    font-weight:400;
    font-size:1.375em;
    margin:1em 0;
    text-align:center
}
#block-cb-dealer-cb-dealer-search-results a.phone,#block-views-pages-block h3 a,#block-views-product-details-block-related h3 a,#block-views-showcase-details-block-3 h3 a,.node-cb-faq .faq-question a,.page-search #block-system-main .content h2,.page-search-node #block-system-main .content h2,.view-product-details.multiple-items h3 a{
    color:#474747
}
#block-views-pages-block .field-name-body,#block-views-showcase-details-block-3 .field-name-body,.view-product-details.multiple-items .field-name-body{
    text-align:center;
    font-size:1.125em;
    line-height:1.1
}
.view-product-details{
    margin-top:0
}
.node-cb-showcase .view-mode-full h2{
    text-align:center;
    margin:1.25em 0
}
.node-cb-showcase .view-mode-full .field-name-body{
    font-size:1.75em;
    color:#7e7e7e;
    text-align:center;
    padding:0 10%;
    margin:2em 0;
    line-height:1.2
}
#block-quicktabs-showcase-details{
    margin:1em 0 4em
}
#block-quicktabs-showcase-details ul.quicktabs-tabs li{
    width:33%;
    margin:0 .5% 0 0
}
@media (max-width:768px){
    #block-quicktabs-showcase-details ul.quicktabs-tabs li{
        width:50%
    }
}
@media (max-width:768px){
    #block-quicktabs-showcase-details ul.quicktabs-tabs li a{
        padding:1em
    }
}
#block-quicktabs-showcase-details .quicktabs-tabpage{
    background:#e5e5e5;
    padding:2em 10%;
    line-height:1.1;
    font-size:1.125em
}
#block-views-showcase-details-block-4 .slick-slide{
    margin-right:6px
}
#block-quicktabs-gallery-tab ul.quicktabs-tabs a{
    padding:.5em 1em
}
@media screen and (min-width:768px){
    #block-quicktabs-gallery-tab ul.quicktabs-tabs a{
        padding:1em 4em
    }
}
#block-quicktabs-gallery-tab ul.quicktabs-tabs li{
    width:100%;
    margin-bottom:.5em;
    padding:0;
    display:block;
    float:left
}
@media screen and (min-width:420px){
    #block-quicktabs-gallery-tab ul.quicktabs-tabs li{
        width:auto;
        margin:0 .5em 0 0
    }
}
body.node-type-cb-showcase #content-header h1{
    padding-bottom:0
}
body.node-type-cb-showcase #content-header .back-links{
    background-color:#000;
    padding:0 40px 40px
}
@media (max-width:768px){
    body.node-type-cb-showcase #content-header .back-links{
        padding:0 20px 20px
    }
}
.node-cb-press.node-teaser .field-name-field-press-image{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:23.23176%
}
#block-views-videos-block .views-row:last-child,.node-cb-press.node-teaser .field-name-field-press-image:last-child,.node-cb-press.node-teaser .text-wrapper.no-image:last-child,.node-cb-press.node-teaser .text-wrapper:last-child{
    margin-right:0
}
.node-cb-press.node-teaser .text-wrapper{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:74.41059%
}
.node-cb-press.node-teaser .text-wrapper.no-image{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:82.94039%
}
.node-cb-press.node-teaser .field-name-field-press-date{
    font-size:1.125em;
    margin-bottom:1em
}
.node-cb-press.node-teaser h2{
    font-size:2.125em;
    margin-bottom:.5em;
    font-weight:300
}
.node-cb-press.node-teaser .field-name-field-description{
    font-size:1.75em
}
.node-cb-press.view-mode-full .content-main{
    padding:1.5em 0
}
@media screen and (min-width:0px) and (max-width:767px){
    .node-cb-press.view-mode-full .content-main{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%
    }
    .node-cb-press.view-mode-full .content-main:last-child{
        margin-right:0
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .node-cb-press.view-mode-full .content-main{
        float:left;
        display:block;
        margin-right:3.16844%;
        width:65.61052%
    }
    .node-cb-press.view-mode-full .content-main:last-child{
        margin-right:0
    }
}
@media screen and (min-width:900px){
    .node-cb-press.view-mode-full .content-main{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:65.88078%
    }
    .node-cb-press.view-mode-full .content-main:last-child{
        margin-right:0
    }
}
.node-cb-press.view-mode-full .content-right{
    padding:1.5em 0
}
@media screen and (min-width:0px) and (max-width:767px){
    .node-cb-press.view-mode-full .content-right{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%
    }
    .node-cb-press.view-mode-full .content-right:last-child{
        margin-right:0
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .node-cb-press.view-mode-full .content-right{
        float:left;
        display:block;
        width:31.22104%;
        margin-right:0
    }
    .node-cb-press.view-mode-full .content-right:last-child{
        margin-right:0
    }
}
@media screen and (min-width:900px){
    .node-cb-press.view-mode-full .content-right{
        float:left;
        display:block;
        width:31.76157%;
        margin-right:0
    }
    .node-cb-press.view-mode-full .content-right:last-child{
        margin-right:0
    }
}
.node-cb-press.view-mode-full .content-right .block{
    margin-bottom:2em;
    padding:0 7%;
    border-left:1px solid #e5e5e5
}
.node-cb-blog.view-mode-full .content-right h3,.node-cb-press.view-mode-full .content-right h3{
    font-size:1.875em
}
.node-cb-press.view-mode-full .content-right .press-author{
    background:#e5e5e5;
    padding:2em 7%
}
.node-cb-press.view-mode-full .content-right .press-author .views-field-field-user-photo{
    float:left
}
.node-cb-press.view-mode-full .content-right .press-author .views-field-field-user-name{
    font-weight:700
}
.node-cb-press.view-mode-full .content-right .press-author .author-meta{
    margin-left:100px
}
.node-cb-press.view-mode-full .content-right .press-related{
    font-size:1.125em;
    line-height:1
}
.node-cb-press.view-mode-full .content-right .press-related .views-row{
    margin-bottom:2em
}
.node-cb-press.view-mode-full .content-right .press-related .views-field-field-press-date,.node-cb-press.view-mode-full .content-right .press-related .views-field-field-user-name{
    font-weight:700
}
.node-cb-press.view-mode-full .content-right .press-related .views-field-title{
    margin-top:1em
}
.node-cb-blog.view-mode-full a.back-link,.node-cb-press.view-mode-full a.back-link{
    font-size:1.5em;
    font-weight:300
}
.node-cb-blog.view-mode-full a.back-link i.icon:before,.node-cb-press.view-mode-full a.back-link i.icon:before{
    float:left;
    margin-top:4px
}
.node-cb-press.view-mode-full .field-name-field-press-date{
    font-size:1.125em;
    font-weight:700;
    margin:1em 0 1.5em
}
.node-cb-press.view-mode-full h1{
    font-size:1.875em;
    color:#474747;
    font-weight:400
}
.node-cb-press.view-mode-full .field-name-field-press-body{
    font-size:1.125em
}
#block-views-press-releases-block{
    margin:0 0 6em
}
#block-views-press-releases-block .views-row{
    padding:4em 0;
    border-bottom:1px solid #e5e5e5
}
.node-cb-testimonial{
    text-align:center;
    padding:3em 5%
}
@media screen and (min-width:768px){
    .node-cb-testimonial{
        padding:6em 10%;
        margin-top:6em
    }
}
.node-cb-testimonial .field-name-body h2{
    margin-bottom:.5em
}
.node-cb-product-hub .field-name-field-hub-products .field-item h3 a,.node-cb-testimonial .field-name-body p{
    color:#7e7e7e
}
.node-cb-testimonial .testimonial-name{
    font-weight:700;
    font-size:1.375em
}
#block-views-videos-block{
    margin:6em 0 2em
}
#block-views-blog-block .view-content::after,#block-views-blog-block-1 .content::after,#block-views-videos-block .view-content::after,#content-area .sub-menu .content::after,#footer #block-cb-dealer-cb-dealer-search::after,.block-bean::after,.node-cb-blog.view-mode-full .content-right .blog-author .views-row::after,.node-cb-product-hub .field-name-field-category-section::after,.node-cb-product.view-mode-full .field-name-field-product-image::after,.view-products.view-display-id-page .view-content::after{
    clear:both;
    content:"";
    display:table
}
#block-views-videos-block .views-row{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%;
    text-align:center
}
#block-views-videos-block .icon{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    text-align:center;
    font-size:6em;
    color:#e5e5e5;
    line-height:1;
    margin-top:-42px
}
#block-views-videos-block .image-wrapper{
    position:relative;
    display:block
}
#block-views-product-details-block-related h3 a:hover,#block-views-videos-block .image-wrapper:hover .icon,.node-cb-faq .faq-question a:hover,.node-cb-product-hub .field-name-field-hub-products .field-item h3 a:hover,.view-products.view-display-id-page .views-field-title a:hover{
    color:#000
}
.node-cb-video h2{
    font-size:1.875em;
    color:#7e7e7e;
    margin:1em 0
}
.node-cb-video .field-name-body{
    font-size:1.125em
}
#block-views-blog-block-1 .content{
    position:relative;
    color:#fff
}
@media screen and (min-width:900px){
    #block-views-blog-block-1 .content{
        background:#474747
    }
}
#block-views-blog-block-1 .views-field-field-blog-image{
    line-height:8px;
    width:100%;
    float:none;
    text-align:center
}
@media screen and (min-width:900px){
    #block-views-blog-block-1 .views-field-field-blog-image{
        border-left:0;
        width:50%;
        float:right
    }
}
#block-views-blog-block-1 .text-wrapper{
    width:100%;
    padding:5%;
    text-align:center;
    background:#474747
}
@media screen and (min-width:900px){
    #block-views-blog-block-1 .text-wrapper{
        width:50%;
        padding:0 5%;
        background:0 0;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        position:absolute;
        top:50%;
        left:0
    }
}
#block-views-blog-block-1 .text-wrapper h3{
    font-weight:400;
    font-size:3em;
    line-height:1;
    margin-bottom:.5em
}
#block-views-blog-block-1 .text-wrapper .views-field-body{
    font-size:1.5em;
    line-height:1.1;
    margin-bottom:1.5em
}
#block-views-blog-block-1 .text-wrapper .more-link{
    text-transform:uppercase;
    border:1px solid #7e7e7e;
    padding:.5em 1em;
    color:#7e7e7e
}
#block-views-blog-block-1 .text-wrapper .more-link:hover,.node-cb-product-hub .field-name-field-category-section .field-name-field-ph-link a:hover{
    color:#fff;
    border-color:#fff
}
#block-views-blog-block{
    margin:4em 0
}
#block-views-blog-block .views-row{
    margin-bottom:3em
}
@media screen and (min-width:0px) and (max-width:419px){
    #block-views-blog-block .views-row{
        display:block;
        margin-right:7.42297%;
        width:100%;
        float:left
    }
    #block-views-blog-block .views-row:last-child{
        margin-right:0
    }
}
@media screen and (min-width:420px) and (max-width:767px){
    #block-views-blog-block .views-row{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:46.28851%
    }
    #block-views-blog-block .views-row:last-child{
        margin-right:0
    }
    #block-views-blog-block .views-row:nth-child(2n){
        margin-right:0
    }
    #block-views-blog-block .views-row:nth-child(2n+1){
        clear:left
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    #block-views-blog-block .views-row{
        float:left;
        display:block;
        margin-right:3.16844%;
        width:31.22104%;
        margin-bottom:2em
    }
    #block-views-blog-block .views-row:last-child{
        margin-right:0
    }
    #block-views-blog-block .views-row:nth-child(3n){
        margin-right:0
    }
    #block-views-blog-block .views-row:nth-child(3n+1){
        clear:left
    }
}
@media screen and (min-width:900px){
    #block-views-blog-block .views-row{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:31.76157%
    }
    #block-views-blog-block .views-row:last-child{
        margin-right:0
    }
    #block-views-blog-block .views-row:nth-child(3n){
        margin-right:0
    }
    #block-views-blog-block .views-row:nth-child(3n+1){
        clear:left
    }
}
.node-cb-blog.view-mode-teaser .blog-author-name,.node-cb-blog.view-mode-teaser .field-name-field-blog-date{
    font-weight:700;
    font-size:1.125em
}
.node-cb-blog.view-mode-teaser h2{
    font-size:1.875em;
    font-weight:300;
    margin:.75em 0
}
.node-cb-blog.view-mode-teaser .field-name-body{
    font-size:1.125em
}
.node-cb-blog.view-mode-full .content-main{
    padding:1.5em 0
}
@media screen and (min-width:0px) and (max-width:767px){
    .node-cb-blog.view-mode-full .content-main{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%
    }
    .node-cb-blog.view-mode-full .content-main:last-child{
        margin-right:0
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .node-cb-blog.view-mode-full .content-main{
        float:left;
        display:block;
        margin-right:3.16844%;
        width:65.61052%
    }
    .node-cb-blog.view-mode-full .content-main:last-child{
        margin-right:0
    }
}
@media screen and (min-width:900px){
    .node-cb-blog.view-mode-full .content-main{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:65.88078%
    }
    .node-cb-blog.view-mode-full .content-main:last-child{
        margin-right:0
    }
}
.node-cb-blog.view-mode-full .content-right{
    padding:1.5em 0
}
@media screen and (min-width:0px) and (max-width:767px){
    .node-cb-blog.view-mode-full .content-right{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%
    }
    .node-cb-blog.view-mode-full .content-right:last-child{
        margin-right:0
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .node-cb-blog.view-mode-full .content-right{
        float:left;
        display:block;
        width:31.22104%;
        margin-right:0
    }
    .node-cb-blog.view-mode-full .content-right:last-child{
        margin-right:0
    }
}
@media screen and (min-width:900px){
    .node-cb-blog.view-mode-full .content-right{
        float:left;
        display:block;
        width:31.76157%;
        margin-right:0
    }
    .node-cb-blog.view-mode-full .content-right:last-child{
        margin-right:0
    }
}
.node-cb-blog.view-mode-full .content-right .block{
    margin-bottom:2em;
    padding:0 7%;
    border-left:1px solid #e5e5e5
}
.node-cb-blog.view-mode-full .content-right .blog-author{
    background:#e5e5e5;
    padding:2em 7%
}
.node-cb-blog.view-mode-full .content-right .blog-author .views-field-field-user-photo{
    float:left
}
.node-cb-blog.view-mode-full .content-right .blog-author .views-field-field-user-name{
    font-weight:700
}
.node-cb-blog.view-mode-full .content-right .blog-author .author-meta{
    margin-left:100px
}
.node-cb-blog.view-mode-full .content-right .blog-related,.node-cb-faq .faq-answer{
    font-size:1.125em;
    line-height:1
}
.node-cb-blog.view-mode-full .content-right .blog-related .views-row,.view-products.view-display-id-page .product-category-hero img{
    margin-bottom:2em
}
.node-cb-blog.view-mode-full .content-right .blog-related .views-field-field-blog-date,.node-cb-blog.view-mode-full .content-right .blog-related .views-field-field-user-name{
    font-weight:700
}
.node-cb-blog.view-mode-full .content-right .blog-related .views-field-title{
    margin-top:1em
}
.node-cb-blog.view-mode-full .field-name-field-blog-date{
    font-size:1.125em;
    font-weight:700;
    margin:1em 0 1.5em
}
.node-cb-blog.view-mode-full h2{
    font-size:1.875em;
    color:#474747
}
.node-cb-blog.view-mode-full .field-name-field-blog-body{
    font-size:1.125em
}
.node-cb-faq .faq-question h3{
    font-size:1.875em;
    margin-bottom:0
}
.node-cb-faq .faq-question span.title{
    float:left;
    margin-right:.5em
}
.node-cb-faq .faq-question span.icon{
    float:left;
    margin-top:4px
}
.node-cb-faq .faq-answer{
    display:none
}
#block-views-faq-block{
    margin:3em 0
}
#block-views-faq-block .views-row{
    margin-bottom:2em;
    padding-bottom:2em;
    border-bottom:1px solid #e5e5e5
}
#block-views-faq-block .views-row-first{
    margin-top:2em;
    padding-top:2em;
    border-top:1px solid #e5e5e5
}
.view-products.view-display-id-page .product-category-intro{
    font-size:1.75em;
    color:#7e7e7e;
    text-align:center;
    padding:0 10%;
    margin:0
}
.view-products.view-display-id-page h2,.view-products.view-display-id-page h3{
    font-size:30px
}
.view-products.view-display-id-page .views-field-title{
    text-align:center;
    font-size:24px
}
.view-products.view-display-id-page .views-field-title a{
    color:#333
}
.bean-page-section .group-text-wrapper p,.view-products.view-display-id-page .views-field-field-product-introduction{
    font-size:1.125em
}
.view-products.view-display-id-page .views-field-field-product-featured-image{
    line-height:8px
}
.view-products.view-display-id-page .view-content{
    position:relative;
    margin-top:2em
}
.view-products.view-display-id-page .view-display-id-block_products_tier1,.view-products.view-display-id-page .view-display-id-block_products_tier2,.view-products.view-display-id-page .view-display-id-block_products_tier3{
    margin-bottom:2em
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .views-row{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:100%;
    margin-bottom:1em;
    background:#474747
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .views-row:last-child{
    margin-right:0
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .views-field-field-product-featured-image{
    width:50%;
    float:left
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .views-field-field-product-featured-image img{
    border-top:1px solid #7e7e7e;
    border-left:1px solid #7e7e7e;
    border-bottom:1px solid #7e7e7e
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .text-wrapper{
    width:50%;
    padding:2em 10%;
    left:auto;
    right:0;
    color:#fff;
    text-align:center;
    font-weight:300;
    line-height:1.2
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .text-wrapper h2{
    color:#fff;
    font-size:3em
}
#block-quicktabs-product-details .field-content h3,.view-products.view-display-id-page .view-display-id-block_products_tier1 .text-wrapper p{
    font-size:1.5em
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .text-wrapper .views-field-view-node{
    margin-top:2em
}
.view-products.view-display-id-page .view-display-id-block_products_tier1 .more-link{
    font-size:1.1em;
    margin-top:.5em
}
.view-products.view-display-id-page .view-display-id-block_products_tier2 .views-row{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%;
    margin-bottom:1em
}
.view-products.view-display-id-page .view-display-id-block_products_tier2 .views-row:last-child{
    margin-right:0
}
.view-products.view-display-id-page .view-display-id-block_products_tier2 .views-row:nth-child(2n){
    margin-right:0
}
.view-products.view-display-id-page .view-display-id-block_products_tier2 .views-row:nth-child(2n+1){
    clear:left
}
.view-products.view-display-id-page .view-display-id-block_products_tier2 .views-field-field-product-featured-image img{
    border-top:1px solid #7e7e7e;
    border-left:1px solid #7e7e7e;
    border-right:1px solid #7e7e7e
}
.view-products.view-display-id-page .view-display-id-block_products_tier2 .text-wrapper{
    background:#e5e5e5;
    padding:2em 10%;
    height:230px
}
.view-products.view-display-id-page .view-display-id-block_products_tier3 .views-row{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%;
    position:relative;
    margin-bottom:1em
}
.view-products.view-display-id-page .view-display-id-block_products_tier3 .views-row:last-child{
    margin-right:0
}
.view-products.view-display-id-page .view-display-id-block_products_tier3 .views-row:nth-child(2n){
    margin-right:0
}
.view-products.view-display-id-page .view-display-id-block_products_tier3 .views-row:nth-child(2n+1){
    clear:left
}
.view-products.view-display-id-page .view-display-id-block_products_tier3 .views-field-field-product-featured-image{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%
}
#footer #block-cb-dealer-cb-dealer-search .form-item:last-child,.view-products.view-display-id-page .view-display-id-block_products_tier3 .views-field-field-product-featured-image:last-child{
    margin-right:0
}
.view-products.view-display-id-page .view-display-id-block_products_tier3 .views-field-field-product-featured-image img,.view-products.view-display-id-page>.view-content .field-name-field-product-featured-image img{
    border:1px solid #7e7e7e
}
.view-products.view-display-id-page .view-display-id-block_products_tier3 .text-wrapper{
    width:50%;
    padding:0 5%;
    left:auto;
    right:0
}
.view-products.view-display-id-page>.view-content{
    margin-bottom:3em
}
.view-products.view-display-id-page>.view-content .views-row{
    margin-bottom:2em
}
@media screen and (min-width:0px) and (max-width:419px){
    .view-products.view-display-id-page>.view-content .views-row{
        display:block;
        margin-right:7.42297%;
        width:100%;
        float:left
    }
    .view-products.view-display-id-page>.view-content .views-row:last-child{
        margin-right:0
    }
}
@media screen and (min-width:420px) and (max-width:767px){
    .view-products.view-display-id-page>.view-content .views-row{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:46.28851%
    }
    .view-products.view-display-id-page>.view-content .views-row:last-child{
        margin-right:0
    }
    .view-products.view-display-id-page>.view-content .views-row:nth-child(2n){
        margin-right:0
    }
    .view-products.view-display-id-page>.view-content .views-row:nth-child(2n+1){
        clear:left
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .view-products.view-display-id-page>.view-content .views-row{
        float:left;
        display:block;
        margin-right:3.16844%;
        width:31.22104%;
        margin-bottom:2em
    }
    .view-products.view-display-id-page>.view-content .views-row:last-child{
        margin-right:0
    }
    .view-products.view-display-id-page>.view-content .views-row:nth-child(3n){
        margin-right:0
    }
    .view-products.view-display-id-page>.view-content .views-row:nth-child(3n+1){
        clear:left
    }
}
@media screen and (min-width:900px){
    .view-products.view-display-id-page>.view-content .views-row{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:23.23176%
    }
    .view-products.view-display-id-page>.view-content .views-row:last-child{
        margin-right:0
    }
    .view-products.view-display-id-page>.view-content .views-row:nth-child(4n){
        margin-right:0
    }
    .view-products.view-display-id-page>.view-content .views-row:nth-child(4n+1){
        clear:left
    }
}
.view-products.view-display-id-page>.view-content .views-row h3{
    margin:.3em 0 0;
    text-align:center
}
.node-cb-product.view-mode-full .feature-wrapper{
    position:relative;
    margin-bottom:1em
}
@media screen and (min-width:900px){
    .node-cb-product.view-mode-full .feature-wrapper{
        background:#000
    }
}
.node-cb-product.view-mode-full .feature-wrapper .text-wrapper{
    width:100%;
    padding:5%;
    text-align:center
}
@media screen and (min-width:900px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper{
        width:50%;
        padding:0 5%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        position:absolute;
        top:50%;
        left:0
    }
}
.node-cb-product.view-mode-full .feature-wrapper .text-wrapper h2{
    margin-bottom:.25em;
    font-size:1.875em;
    font-weight:300;
    line-height:1;
    padding-top:10px
}
@media screen and (min-width:420px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper h2{
        margin-bottom:.45em
    }
}
@media screen and (min-width:600px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper h2{
        font-size:2.5em
    }
}
@media screen and (min-width:900px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper h2{
        font-size:3.75em;
        margin-bottom:.75em;
        color:#fff
    }
}
.node-cb-product.view-mode-full .feature-wrapper .text-wrapper .field-name-field-product-model{
    margin-bottom:10px;
    color:#000
}
@media screen and (min-width:420px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper .field-name-field-product-model{
        margin-bottom:.45em;
        font-size:1.2em
    }
}
@media screen and (min-width:600px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper .field-name-field-product-model{
        font-size:1.8em
    }
}
@media screen and (min-width:900px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper .field-name-field-product-model{
        font-size:2.4em;
        color:#fff
    }
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper .field-name-field-product-introduction{
        color:#fff;
        font-size:1.25em
    }
}
@media screen and (min-width:1175px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper .field-name-field-product-introduction{
        font-size:1.5em
    }
}
@media screen and (min-width:1460px){
    .node-cb-product.view-mode-full .feature-wrapper .text-wrapper .field-name-field-product-introduction{
        font-size:1.875em
    }
}
.node-cb-product.view-mode-full .feature-wrapper .field-name-field-product-featured-image{
    border:1px solid #e5e5e5;
    width:100%;
    float:none;
    text-align:center
}
@media screen and (min-width:900px){
    .node-cb-product.view-mode-full .feature-wrapper .field-name-field-product-featured-image{
        border-left:0;
        width:50%;
        float:right
    }
}
#block-quicktabs-product-details .views-field-field-product-specs dl,.node-cb-product.view-mode-full .field-name-field-product-image{
    margin-bottom:2em
}
.node-cb-product.view-mode-full .field-name-field-product-image .field-item{
    margin-bottom:1em
}
@media screen and (min-width:0px) and (max-width:419px){
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:46.28851%
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:last-child{
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(2n){
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(2n+1){
        clear:left
    }
}
@media screen and (min-width:420px) and (max-width:767px){
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:46.28851%
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:last-child{
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(2n){
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(2n+1){
        clear:left
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item{
        float:left;
        display:block;
        margin-right:3.16844%;
        width:31.22104%;
        margin-bottom:2em
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:last-child{
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(3n){
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(3n+1){
        clear:left
    }
}
@media screen and (min-width:900px){
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:23.23176%
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:last-child{
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(4n){
        margin-right:0
    }
    .node-cb-product.view-mode-full .field-name-field-product-image .field-item:nth-child(4n+1){
        clear:left
    }
}
#block-quicktabs-product-details{
    margin:1em 0 4em
}
#block-quicktabs-product-details .field-content ol,#block-quicktabs-product-details .field-content ul{
    margin:1em 0 1em 1em
}
#block-quicktabs-product-details .field-content ol li,#block-quicktabs-product-details .field-content ul li{
    list-style:disc;
    margin-bottom:.5em
}
#block-quicktabs-product-details .field-content ol li ul,#block-quicktabs-product-details .field-content ul li ul{
    margin:.25em 0 0 2em
}
#block-quicktabs-product-details .field-content ol li ul li,#block-quicktabs-product-details .field-content ul li ul li{
    list-style:circle
}
#block-quicktabs-product-details .field-content h2{
    font-size:2em
}
#block-quicktabs-product-details .field-content h4{
    font-size:1.1em
}
#block-quicktabs-product-details ul.quicktabs-tabs li{
    margin:0 .5% .5% 0;
    width:100%
}
@media screen and (min-width:768px){
    #block-quicktabs-product-details ul.quicktabs-tabs li{
        width:auto;
        margin-bottom:0
    }
    #block-quicktabs-product-details ul.quicktabs-tabs li.last{
        margin:0
    }
}
#block-quicktabs-product-details ul.quicktabs-tabs li a{
    background:#e5e5e5
}
#block-quicktabs-product-details .quicktabs-tabpage{
    background:#e5e5e5;
    padding:2em 10%;
    line-height:1.1;
    font-size:1.125em
}
#block-quicktabs-product-details #quicktabs-tabpage-product_details-2{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:2em 5%
}
#block-quicktabs-product-details .views-field-field-product-model,#block-quicktabs-product-details .views-field-nothing{
    font-weight:400;
    font-size:1.5em;
    display:inline-block;
    margin-bottom:.5em
}
#block-quicktabs-product-details .views-field-field-product-specs .Specification,#block-quicktabs-product-details .views-field-field-product-specs .specification{
    font-size:1.5em;
    font-weight:400
}
#block-quicktabs-product-details .views-field-field-product-specs .spec-list li{
    list-style:none!important;
    padding:5px 20px;
    margin:0!important
}
#block-quicktabs-product-details .views-field-field-product-specs .spec-list li:nth-child(2n+1){
    background:#fafafa
}
#block-quicktabs-product-details .views-field-field-product-specs .spec-list .spec-name{
    display:inline-block;
    width:49%;
    vertical-align:top
}
#block-quicktabs-product-details .views-field-field-product-specs .spec-list .spec-data{
    display:inline-block;
    width:50%
}
#block-views-product-details-block-related .slick-next,#block-views-product-details-block-related .slick-prev{
    margin:0;
    top:40%
}
#block-views-product-details-block-related .slick-prev:before{
    content:"j";
    padding:0
}
#block-views-product-details-block-related .slick-next:before{
    content:"i";
    padding:0
}
#block-views-product-details-block-related .slick-list{
    width:95%;
    margin:auto
}
.views-field-field-product-image a{
    outline:0
}
#block-cb-dealer-cb-dealer-search-results h3{
    font-size:1.5em;
    line-height:1;
    margin:0
}
#block-cb-dealer-cb-dealer-search-results .dealer-elite{
    line-height:1;
    text-transform:uppercase;
    font-size:1em;
    color:#999
}
#footer #block-cb-dealer-cb-dealer-search{
    padding:4em 0;
    background:#000
}
#footer #block-cb-dealer-cb-dealer-search input[type=email],#footer #block-cb-dealer-cb-dealer-search input[type=text]{
    background:0 0;
    color:#fff;
    border:1px solid #fff;
    height:60px;
    padding:1em;
    text-transform:uppercase
}
#footer #block-cb-dealer-cb-dealer-search input[type=email]::-webkit-input-placeholder,#footer #block-cb-dealer-cb-dealer-search input[type=text]::-webkit-input-placeholder{
    color:#fff
}
#footer #block-cb-dealer-cb-dealer-search input[type=email]:-moz-placeholder,#footer #block-cb-dealer-cb-dealer-search input[type=email]::-moz-placeholder,#footer #block-cb-dealer-cb-dealer-search input[type=text]:-moz-placeholder,#footer #block-cb-dealer-cb-dealer-search input[type=text]::-moz-placeholder{
    color:#fff
}
#footer #block-cb-dealer-cb-dealer-search input[type=email]:-ms-input-placeholder,#footer #block-cb-dealer-cb-dealer-search input[type=text]:-ms-input-placeholder{
    color:#fff
}
#footer #block-cb-dealer-cb-dealer-search input[type=submit]{
    background:#fff;
    color:#000;
    width:80%;
    margin:2em auto;
    display:block;
    height:60px;
    padding-top:5px;
    clear:both
}
@media screen and (min-width:768px){
    #footer #block-cb-dealer-cb-dealer-search input[type=submit]{
        width:40%
    }
}
#footer #block-cb-dealer-cb-dealer-search .form-item{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:100%
}
@media screen and (min-width:768px){
    #footer #block-cb-dealer-cb-dealer-search .form-item{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:31.76157%
    }
    #footer #block-cb-dealer-cb-dealer-search .form-item:last-child{
        margin-right:0
    }
}
#footer #block-cb-dealer-cb-dealer-search .form-item-zip-code{
    margin-right:0
}
#content-area .dealer-search-form{
    position:absolute;
    top:48%;
    left:10%;
    width:80%
}
@media (min-width:540px) and (max-width:990px){
    #content-area .dealer-search-form{
        top:35%
    }
}
@media (max-width:539px){
    #content-area .dealer-search-form{
        top:2em;
        margin-bottom:2em;
        width:100%;
        left:0;
        position:relative
    }
}
#content-area .dealer-search-form h2,#skip{
    display:none
}
#content-area .dealer-search-form .form-item{
    width:25%;
    float:left;
    padding-right:5px;
    margin:0
}
@media (min-width:540px) and (max-width:990px){
    #content-area .dealer-search-form .form-item{
        width:50%
    }
}
@media (max-width:539px){
    #content-area .dealer-search-form .form-item{
        width:100%
    }
}
#content-area .dealer-search-form .form-item input{
    background:#fff
}
#content-area .dealer-search-form .form-submit{
    width:25%;
    float:left
}
@media (min-width:540px) and (max-width:990px){
    #content-area .dealer-search-form .form-submit{
        width:50%
    }
}
@media (max-width:539px){
    #content-area .dealer-search-form .form-submit{
        width:100%
    }
}
#content-area .has-results .dealer-search-form{
    position:relative;
    margin-top:3em
}
.node-cb-product-hub .field-name-body{
    font-size:1.75em;
    color:#7e7e7e;
    text-align:center;
    padding:2em 0
}
@media screen and (min-width:768px){
    .node-cb-product-hub .field-name-body{
        font-size:1.75em;
        padding:1em 0
    }
}
.node-cb-product-hub .field-name-body h2{
    font-size:2em;
    margin:0
}
@media screen and (min-width:768px){
    .node-cb-product-hub .field-name-body h2{
        font-size:3em;
        margin:0 0 .75em
    }
}
.node-cb-product-hub .field-name-body .field-items{
    padding:0 10%
}
.node-cb-product-hub .field-name-field-category-section>.field-items>.field-item{
    padding:0;
    margin:0 0 2em;
    background:#474747;
    color:#fff
}
@media screen and (min-width:540px){
    .node-cb-product-hub .field-name-field-category-section>.field-items>.field-item{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:48.82117%
    }
    .node-cb-product-hub .field-name-field-category-section>.field-items>.field-item:last-child{
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-category-section>.field-items>.field-item:nth-child(2n){
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-category-section>.field-items>.field-item:nth-child(2n+1){
        clear:left
    }
}
.node-cb-product-hub .field-name-field-category-section .field-name-field-ph-description{
    padding:2em 5%
}
.node-cb-product-hub .field-name-field-category-section .field-name-field-ph-description p{
    font-size:1.125em;
    min-height:135px
}
.node-cb-product-hub .field-name-field-category-section .field-name-field-ph-description h2{
    color:#fff
}
.node-cb-product-hub .field-name-field-category-section .field-name-field-ph-link{
    text-align:center;
    margin-bottom:3em
}
.node-cb-product-hub .field-name-field-category-section .field-name-field-ph-link a{
    color:#bfbfbf;
    padding:.5em 3em;
    text-transform:uppercase;
    border:1px solid #bfbfbf
}
.node-cb-product-hub .field-name-field-listing-title h2{
    color:#474747;
    text-align:center
}
.node-cb-product-hub .field-name-field-hub-products{
    margin-bottom:3em
}
.node-cb-product-hub .field-name-field-hub-products .field-item{
    margin-bottom:2em
}
@media screen and (min-width:0px) and (max-width:419px){
    .node-cb-product-hub .field-name-field-hub-products .field-item{
        display:block;
        margin-right:7.42297%;
        width:100%;
        float:left
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:last-child{
        margin-right:0
    }
}
@media screen and (min-width:420px) and (max-width:767px){
    .node-cb-product-hub .field-name-field-hub-products .field-item{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:46.28851%
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:last-child{
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:nth-child(2n){
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:nth-child(2n+1){
        clear:left
    }
}
@media screen and (min-width:762px) and (max-width:899px){
    .node-cb-product-hub .field-name-field-hub-products .field-item{
        float:left;
        display:block;
        margin-right:3.16844%;
        width:31.22104%;
        margin-bottom:2em
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:last-child{
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:nth-child(3n){
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:nth-child(3n+1){
        clear:left
    }
}
@media screen and (min-width:900px){
    .node-cb-product-hub .field-name-field-hub-products .field-item{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:23.23176%
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:last-child{
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:nth-child(4n){
        margin-right:0
    }
    .node-cb-product-hub .field-name-field-hub-products .field-item:nth-child(4n+1){
        clear:left
    }
}
.node-cb-product-hub .field-name-field-hub-products .field-item h3{
    margin:1em 0 0
}
.node-cb-product-hub .field-name-field-hub-products .field-name-field-product-featured-image{
    background:#fff
}
.node-cb-product-hub .field-name-field-hub-products .field-name-field-product-featured-image img{
    border:1px solid #7e7e7e;
    padding:20px
}
#content-header .section-title,#content-header h1{
    color:#fff;
    background:#000;
    font-size:2.5em;
    padding:.4em .7em;
    margin:0
}
@media (max-width:768px){
    #content-header .section-title,#content-header h1{
        padding:.5em
    }
}
.get-started-block{
    padding:0 2em
}
.front .node-page .field-name-body{
    text-align:center;
    padding:0 5%;
    margin:1em 0 0
}
@media screen and (min-width:768px){
    .front .node-page .field-name-body{
        margin:3em 0 0
    }
}
.front .node-page .field-name-body h2{
    line-height:1;
    margin-bottom:.25em
}
.front .node-page .field-name-body p{
    font-size:1.75em;
    color:#7e7e7e;
    max-width:none
}
.page-search #block-system-main .content,.page-search-node #block-system-main .content{
    padding-bottom:30px;
    padding-top:30px;
    min-height:450px
}
#search-api-page-search-form{
    margin:30px 0
}
.field-name-body p{
    max-width:1100px
}
.block>h2,.views-exposed-form label{
    font-weight:300
}
.views-exposed-form .views-exposed-widget input[type=submit]{
    text-transform:uppercase;
    height:50px;
    margin-top:41px;
    border:0
}
#block-search-api-page-node-index,#block-search-form{
    position:relative
}
#block-search-api-page-node-index input[type=search],#block-search-api-page-node-index input[type=text],#block-search-form input[type=search],#block-search-form input[type=text]{
    background:0 0;
    font-size:1em;
    font-weight:300;
    height:45px;
    width:100%;
    margin:0;
    border:1px solid #555;
    line-height:45px
}
@media screen and (min-width:420px){
    #block-search-api-page-node-index input[type=search],#block-search-api-page-node-index input[type=text],#block-search-form input[type=search],#block-search-form input[type=text]{
        border:1px solid #e5e5e5
    }
}
@media screen and (min-width:768px){
    #block-search-api-page-node-index input[type=search],#block-search-api-page-node-index input[type=text],#block-search-form input[type=search],#block-search-form input[type=text]{
        font-size:2em;
        height:80px;
        width:80%;
        margin:2em 10%;
        line-height:inherit
    }
}
#block-search-api-page-node-index input[type=submit],#block-search-form input[type=submit]{
    font-family:"core-brands";
    content:"p";
    position:absolute;
    top:0;
    right:0;
    background:0 0;
    color:#000;
    padding:0;
    text-align:center;
    font-size:1.2em;
    height:45px;
    width:45px
}
#block-search-api-page-node-index input[type=submit]{
    text-transform:none
}
@media screen and (min-width:768px){
    #block-search-api-page-node-index input[type=submit],#block-search-form input[type=submit]{
        line-height:1;
        font-size:2em;
        height:80px;
        right:10%;
        width:80px
    }
}
#protected-node-enterpassword{
    margin:3em 10%
}
#protected-node-enterpassword input[type=submit]{
    margin-right:1em
}
.block>h2{
    color:#474747;
    text-align:center;
    font-size:3.75em
}
#content-area .sub-menu{
    margin-bottom:4em
}
#content-area .sub-menu h2{
    margin-bottom:.5em
}
#content-area .sub-menu .content li{
    list-style:none;
    padding:0;
    width:100%;
    margin:0 0 .6em
}
@media screen and (min-width:420px){
    #content-area .sub-menu .content li{
        width:47.64235%;
        margin-right:2.35765%;
        float:left
    }
}
@media screen and (min-width:768px){
    #content-area .sub-menu .content li{
        width:23.23176%;
        margin-bottom:0
    }
}
#content-area .sub-menu .content li:last-child{
    margin-right:0
}
#content-area .sub-menu .content a{
    background:#e5e5e5;
    padding:.5em 2em;
    text-transform:uppercase;
    display:block;
    text-align:center;
    color:#474747;
    font-weight:700;
    font-size:1.25em
}
@media screen and (min-width:768px){
    #content-area .sub-menu .content a{
        padding:1.5em 2em
    }
}
#block-views-news-block h3{
    font-size:1.5em
}
#block-views-news-block p{
    font-size:.7em
}
#block-views-testimonials-block-1 .field-name-body p{
    max-width:none;
    font-size:1.5em
}
.bean-page-section{
    margin-bottom:1em
}
.bean-page-section .group-text-wrapper{
    background:#e5e5e5;
    padding:2em 5%
}
.bean-page-section .group-text-wrapper h2{
    color:#474747;
    font-size:1.875em
}
#block-quicktabs-see-elan ul.quicktabs-tabs{
    padding:6px
}
#block-quicktabs-see-elan ul.quicktabs-tabs li{
    width:100%;
    margin:0
}
@media screen and (min-width:420px){
    #block-quicktabs-see-elan ul.quicktabs-tabs li{
        width:50%;
        margin:0;
        float:left
    }
}
@media screen and (min-width:768px){
    #block-quicktabs-see-elan ul.quicktabs-tabs li{
        width:calc(50% - 6px);
        margin-right:12px
    }
}
#block-quicktabs-see-elan ul.quicktabs-tabs li a{
    padding:1em 0;
    text-align:center
}
#block-block-2{
    text-align:center
}
@media screen and (min-width:768px){
    #block-block-2{
        text-align:left
    }
}
#header #logo{
    padding-top:0;
    padding-left:0;
    width:100%;
    margin-left:0;
    margin-top:10px;
    max-width:90px;
    height:auto
}
@media screen and (min-width:540px){
    #header #logo{
        max-width:125px;
        margin-top:15px
    }
}
@media screen and (min-width:900px){
    #header #logo{
        margin-left:25px;
        margin-top:20px;
        max-width:194px
    }
}
#block-menu-menu-dealer-portal{
    display:none
}
#header #header-region{
    background:#474747
}
#header #secondary-menu ul li.menu-610 a.dealer-expanded,#header #secondary-menu ul li.menu-610 a:hover{
    background:#fff;
    color:#ff8200
}
#header #secondary-menu ul ul.dealer-sub-menu{
    display:none;
    position:absolute;
    background:#474747;
    top:100px;
    right:156px;
    min-width:197px
}
#header #secondary-menu ul ul.dealer-sub-menu li{
    float:none;
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0
}
#header #secondary-menu ul ul.dealer-sub-menu li a{
    border:0;
    padding:.82em 0;
    color:#fff;
    height:auto;
    font-size:1.275em;
    text-align:center
}
#header #secondary-menu ul ul.dealer-sub-menu li.first a,#header #secondary-menu ul ul.dealer-sub-menu li.first a:hover{
    border-bottom:1px solid #aaa;
    background:url(http://s29.postimg.org/ll7bd83z7/arrow_down.png) no-repeat;
    background-size:20px;
    background-position:center -1px
}
@media only screen and (max-width:539px){
    #header #secondary-menu ul ul.dealer-sub-menu{
        top:47px;
        right:16px;
        min-width:188px
    }
    #header #secondary-menu ul ul.dealer-sub-menu li a{
        padding:10px 0;
        font-size:.875em;
        line-height:25px
    }
}
@media only screen and (min-width:540px) and (max-width:899px){
    #header #secondary-menu ul ul.dealer-sub-menu{
        top:65px;
        right:105px;
        min-width:175px
    }
    #header #secondary-menu ul ul.dealer-sub-menu li a{
        padding:0;
        font-size:1.1em;
        line-height:63px
    }
}
#block-search-form input[type=submit]{
    text-transform:none
}
#block-quicktabs-see-elan ul.quicktabs-tabs li.last,#block-views-news-block .slick-next,#block-views-news-block .slick-prev,.pg-loading-logo-header{
    margin:0
}
#block-views-rotatos-block-moment-static .slick-dots{
    bottom:3em;
    top:auto
}
@media screen and (min-width:420px){
    #block-views-rotatos-block-home-hero .text-wrapper{
        background:0 0
    }
}
@media only screen and (min-width:1025px) and (min-height:581px){
    .moments-static .views-row-1 .text-wrapper:before,.moments-static .views-row-2 .text-wrapper:before{
        width:60px;
        height:56.19px;
        background-image:url(../../../../all/themes/corebrands/img/icon-presets.png);
        background-position:50% 50%;
        background-repeat:no-repeat
    }
    html.svg .moments-static .views-row-1 .text-wrapper:before{
        background-image:url(../../../../all/themes/corebrands/img/svg/icon-presets.svg)
    }
    .moments-static .views-row-2 .text-wrapper:before{
        height:60px;
        background-image:url(../../../../all/themes/corebrands/img/icon-remote.png)
    }
    html.svg .moments-static .views-row-2 .text-wrapper:before{
        background-image:url(../../../../all/themes/corebrands/img/svg/icon-remote.svg)
    }
    .moments-static .views-row-3 .text-wrapper:before,.moments-static .views-row-4 .text-wrapper:before{
        width:48px;
        height:54px;
        background-image:url(../../../../all/themes/corebrands/img/icon-lock.png);
        background-position:50% 50%;
        background-repeat:no-repeat
    }
    html.svg .moments-static .views-row-3 .text-wrapper:before{
        background-image:url(../../../../all/themes/corebrands/img/svg/icon-lock.svg)
    }
    .moments-static .views-row-4 .text-wrapper:before{
        width:60px;
        height:43.38px;
        background-image:url(../../../../all/themes/corebrands/img/icon-wifi.png)
    }
    html.svg .moments-static .views-row-4 .text-wrapper:before{
        background-image:url(../../../../all/themes/corebrands/img/svg/icon-wifi.svg)
    }
}
#block-views-rotatos-block-moment-static .moments-static .view-content{
    background:#e5e5e5
}
