﻿@charset "UTF-8";
/* ------------------------------------------------------------------
Author: Edgar Olivares <eolivares@awareweb.com>
Author: Justin Herrera <jherrera@awareweb.com>
Author: Jen Rasmussen <jrasmussen@awareweb.com>
Version 1.4.9
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
Default Elements 
-------------------------------------------------------------------*/
body {
    font-family: 'Museo Sans W01_300', arial,sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.25em;
    color: #4c4c4c;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #000;
    margin: 10px 0;
}

ul {
    list-style: none;
}

h2, h3, h4, h5, h6, h7 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h1, h2, h5, h6 {
    font-family: 'Museo Slab W01_900',arial,sans-serif;
}

h3, h4, h7 {
    font-family: 'Museo Sans W01_900',arial,sans-serif;
}

h1 {
    font-size: 2.25em;
    letter-spacing: 0em;
    line-height: 40px
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.175em;
}

h4 {
    font-size: 1.875em;
    letter-spacing: 0em;
    line-height: 33px;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1.188em;
}

h7 {
    font-size: 1em;
}

h5 > span {
    font-weight: normal;
}

h6 > span {
    text-transform: none;
}

button,
input,
select,
textarea {
    font-family: arial,sans-serif;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Sub Section ----------------------------------------------------*/
a:link {
    color: #004a43;
    text-decoration: none;
}

a:visited {
    color: #004a43;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    border: none;
}

a:active {
}


/*-------------------------------------------------------------------
Structure Elements 
-------------------------------------------------------------------*/
#header, .inner_container, #content {
    position: relative;
}

#template-home {
    background: #fff;
}

.inner_container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

#html_templates {
    display: none;
}

#header, #footer {
    width: 100%;
}

#header {
    background: #fff;
    border-bottom: 6px solid #ffc000;
}
/*-------------------------------------------------------------------
Header
-------------------------------------------------------------------*/
#main-logo {
    padding: 27px 0 26px;
    display: table;
}

    #main-logo > img {
        display: block;
    }
/* Umbrella Nav ----------------------------------------------*/
.brand_label {
    font-family: 'Museo Sans W01_300', arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #143d8d;
    display: block;
    padding: 15px 12px 13px;
}

#brand-wrapper {
    width: 100%;
    background: #dcdcdc;
    border-bottom: 1px solid #c9c9c9;
}

#brand-tabs li {
    width: 104px;
    height: 48px;
    border-left: 1px solid #c9c9c9;
    position: relative;
    overflow: hidden;
}

    #brand-tabs li:last-child {
        border-right: 1px solid #c9c9c9;
    }

    #brand-tabs li > a {
        width: 100px;
        height: 48px;
        display: inline-block;
        text-indent: -9999px;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    #brand-tabs li:hover > a {
        background-position: 0 -48px !important;
    }

.active_tab {
    background-color: #fff;
    overflow: visible !important;
}

    .active_tab a {
        background-position: 0 -48px !important;
    }

.selected_tab {
    background-color: #fff;
    overflow: visible !important;
}

.coverb {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: 0;
}

/* Logos -------------------------------------------------*/
#brand-tabs li a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
/*-------------------------------------------------------------------
Navigation - Utility / Main
-------------------------------------------------------------------*/
#navigation > li {
    font-family: 'Museo Sans W01_700',arial,sans-serif;
}

#brand-tabs > li, #utility-nav > li, #main-nav > li {
    display: block;
    float: left;
}

#navigation #utility-nav li:last-child, #navigation #main-nav li:last-child a:not(.sublink) {
    padding-right: 0;
}

#utility-nav li a:hover,
#main-nav li a,
#main-nav li a.active,
#main-nav li:hover .mainlink {
    color: #ffc000;
}
/* Utility Nav ------------------------------------------*/
#utility-nav {
    height: 61px;
}

    #utility-nav > li {
        font-family: 'Museo Sans W03_300';
        font-size: 15px;
        color: #999;
        letter-spacing: -0.050em;
        padding: 10px 20px 28px;
    }

        #utility-nav > li > a {
            color: #999;
        }

        #utility-nav > li:nth-child(2) > a {
            color: #ffc000;
        }

    #utility-nav .search_icon, #utility-nav .dealerlocator_icon {
        display: inline-block;
        position: absolute;
        border: none;
    }

    #utility-nav #utility_search_wrapper {
        width: 100%;
        padding-left: 22px;
    }

    #utility-nav #utility_search {
        width: 100%;
        height: 21px;
        font-style: italic;
        display: none;
        border: none;
        outline: 0;
        padding: 2px 5px;
        background: #eee;
    }

        #utility-nav #utility_search:focus {
            outline: 0;
        }

.dealerlocator_icon {
    display: none !important;
}

#utility-nav #country {
    cursor: pointer;
}

    #utility-nav #country > div:first-child {
        position: relative;
    }

        #utility-nav #country > div:first-child span.triangle_dwn {
            display: none;
            position: absolute;
            bottom: -46px;
            left: 50%;
            margin-left: -12px;
            z-index: 211;
        }

.country_hover {
    background: #ffc000;
    color: #000 !important;
}
/* Billboard ----------------------------------------*/
.billboard {
    width: 76%;
    position: absolute;
    top: 57px;
    display: none;
    right: 0;
    background: #fff;
    border-top: 7px solid #ffc000;
    z-index: 210;
    padding: 3% 2%;
}

    .billboard h5 {
        font-size: 1.188em;
        color: #004a43;
        text-transform: capitalize;
    }

    .billboard .area {
        width: 25%;
        float: left;
        padding-right: 15px;
    }

        .billboard .area:last-of-type {
            padding-right: 0;
        }

        .billboard .area > ul {
            margin-top: 30px;
        }

            .billboard .area > ul li {
                font-family: helvetica,arial,sans-serif;
                letter-spacing: 0.050em;
                text-transform: capitalize;
                padding: 12px 0;
            }

                .billboard .area > ul li a {
                    color: #000;
                }
/* Main Nav ---------------------------------------------*/
#main-nav {
    float: right;
}

    #main-nav > li {
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        #main-nav > li > a {
            font-size: 1em;
            line-height: 16px;
            display: block;
            letter-spacing: -0.050em;
            color: #000;
            text-transform: capitalize;
            padding: 0px 25px 8px;
        }

        #main-nav > li .triangle_up {
            display: block;
            visibility: hidden;
            position: absolute;
            left: 50%;
            bottom: -5px;
            margin-left: -16px;
        }

        #main-nav > li:hover {
            overflow: visible;
        }

            #main-nav > li:hover .triangle_up {
                visibility: visible;
            }
    /* Drop Down ----------------------------------------*/
    #main-nav li .dropdown {
        width: 325px;
        position: absolute;
        top: 24px;
        left: 50%;
        border-top: 6px solid transparent;
        margin-left: -142px;
        z-index: 200;
    }

        #main-nav li .dropdown ul {
            width: 100%;
            display: table;
            background: #fff;
            border: 1px solid #7f7f7f;
        }

            #main-nav li .dropdown ul li {
                width: 100%;
                font-family: 'Museo Sans W01_500',arial,sans-serif;
                font-size: 1em;
                letter-spacing: -0.050em;
                display: block;
                border-bottom: 1px solid #d4d4d4;
            }

    #main-nav > li:last-child > .triangle_up {
        margin-left: -4px;
    }

    #main-nav li .dropdown ul li:first-child {
        border-top: none;
    }

    #main-nav li .dropdown ul li:last-child {
        border-bottom: none;
    }

    #main-nav li:last-child .dropdown ul li a {
        text-align: center;
        padding-right: 25px !important;
    }

    #main-nav li .dropdown .sublink {
        display: block;
        text-decoration: none;
        color: #004a43;
        padding: 30px 25px;
    }

    #main-nav li .dropdown .sublink-margin {
        margin-left: 100px;
    }

    #main-nav li .dropdown ul li:hover {
        background: #ffc000;
    }

#all-products-menu {
    width: 425px !important;
}

    #all-products-menu li img {
        position: relative !important;
        float: left !important;
        top: 16px !important;
        left: 25px !important;
    }

    #all-products-menu li:hover img {
        display: none !important;
    }

/* Drop Down with 2 menu items ------------------------ */
#main-nav li .dropdown li .two-menu {
    position: absolute;
    right: -999em;
    list-style: none;
    display: none;
    width: 525px;
    cursor: default;
}

    #main-nav li .dropdown li .two-menu .sublink {
        font-size: 18px;
        text-transform: uppercase;
        color: #000000 !important;
        padding: 25px 25px;
    }

#main-nav li .dropdown li:hover .two-menu {
    display: block;
}

#main-nav li:hover ul .two-menu {
    left: 424px;
    margin-top: -80px;
}

#main-nav li ul span.more {
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #ffc000;
    border-width: 0px 1px 1px 0px;
    transform: rotate(315deg);
    border-bottom-width: 2px;
    border-right-width: 2px;
    margin-top: -45px;
    float: right;
    margin-right: 25px;
}

#main-nav li:hover ul .two-menu div {
    display: block;
    float: left;
    margin: 9px 15px 0 15px;
    width: 58px;
    height: 50px;
    transition: ease-in-out width .25s, ease-in-out opacity .5s;
}

#main-nav li:hover ul .two-menu li:hover div {
    width: 0px;
    margin: 0;
    opacity: 0;
    background: none !important;
}



/*-------------------------------------------------------------------
Push Menu 
-------------------------------------------------------------------*/
#mobile_tray {
    width: 520px;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    right: -520px;
    bottom: 0;
    z-index: 800;
}

#tray_content {
    height: 100%;
    padding-top: 51px;
}

#tray_wrap {
    height: 100%;
    background: #fff;
}

#mobile_btn {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 52px;
    left: -120px;
    background: #fff;
    cursor: pointer;
}

    #mobile_btn span.mb {
        width: 44px;
        height: 33px;
        display: block;
        background-position: -163px -4px;
        margin: 43px auto 44px auto;
    }
/* For Push Menu To Work --------------------------------*/
.push_body {
    position: relative;
    left: 0;
    overflow: hidden;
}

.push_body, .menu_push {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.push_left {
    left: -520px;
    overflow: visible;
}

.menu_pushleft {
    right: 0;
}
/* Search BTN & BAR -------------------------------------*/
.search_btn_active, .search_bar {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#tray_content ul li .search_btn_active {
    width: 20px;
    height: 24px;
    max-width: 20px;
    max-height: 24px;
    border: none;
    position: absolute;
    top: 50%;
    background-position: 0 -48px;
    padding: 0;
    margin-top: -12px;
}

.search_wrapper {
    width: 100%;
    padding-left: 30px;
}

.search_bar {
    width: 100%;
    height: 46px;
    font-style: italic;
    border: none;
    color: #999;
    outline: 0;
    background: #eee;
    padding: 10px;
}
/*-------------------------------------------------------------------
General Expandables
-------------------------------------------------------------------*/
.drawer {
    display: none;
}
/* Umbrella Expandable ----------------------------------*/
#brand_mobile {
    cursor: pointer;
}

    #brand_mobile .drawer {
        width: 100%;
        position: absolute;
        z-index: 999;
        background: #fff;
    }

        #brand_mobile .drawer > ul > li {
            font-family: 'univers57',arial,sans-serif;
            font-size: 22px;
            line-height: 24px;
            color: #444;
            letter-spacing: -0.025em;
            border-bottom: 2px solid #c9c9c9;
        }

            #brand_mobile .drawer > ul > li:last-child {
                border-color: #dcdcdc;
            }

            #brand_mobile .drawer > ul > li > a {
                display: block;
                padding: 20px 20px 17px;
            }

                #brand_mobile .drawer > ul > li > a,
                #brand_mobile .drawer > ul > li > a:active,
                #brand_mobile .drawer > ul > li > a:visited {
                    color: #000;
                }

    #brand_mobile li .brand_label > .arrow_blue {
        position: absolute;
        top: 50%;
        margin-top: -4px;
        margin-left: 10px;
        display: inline-block;
    }

        #brand_mobile li .brand_label > .arrow_blue.open {
            background-position: -182px -60px;
        }
/* Push Menu Expandable ---------------------------------*/
#tray_wrap > .expand_btn,
#tray_wrap > .drawer > ul > li {
    width: 100%;
    font-family: 'univers67',arial,sans-serif;
    font-size: 1.188em;
    letter-spacing: -0.050em;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    padding: 50px 30px;
    border-top: 1px solid #c9c9c9;
}

#tray_wrap > .drawer > ul > li {
    padding-left: 78px;
}

#tray_wrap > .expand_btn .arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -6px;
}

#tray_wrap .drawer .sublink, #tray_wrap a {
    color: #000;
}

#tray_wrap > .drawer > ul > li:hover {
    background: #000;
}

    #tray_wrap > .drawer > ul > li:hover .sublink {
        color: #ffc000;
    }

#tray_wrap > .top_border {
    border-top: 7px solid #ffc000;
}

.selected {
    color: #ffc000;
    background: #000;
}
/*-------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
#footer {
    background: #b9bdc1;
    padding-bottom: 40px;
}

    #footer .nav, #footer .legal {
        width: 100%;
    }

    #footer .nav {
        background: #979ca3;
    }

#links, #social_bar {
    float: left;
}

#footer .nav p, #footer .nav .inner_container.cf > div {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -15px;
    clear: both;
}

    #footer .nav p a, #footer .nav .inner_container.cf > div a {
        color: #fff;
    }
/* Links ----------------------------------------------------*/
#links {
    width: 78%;
}

    #links > li {
        display: inline-block;
        padding: 30px 30px 30px 0;
    }

        #links > li > a {
            font-family: 'Museo Sans W01_500',arial,sans-serif;
            font-size: 1em;
            letter-spacing: -0.050em;
            color: #eee;
            text-transform: uppercase;
            text-decoration: none;
        }

            #links > li > a:hover {
                color: #ffc000;
            }
/* Social Bar -----------------------------------------------*/
#social_bar {
    width: 22%;
    text-align: right;
}

    #social_bar > li {
        margin-left: 32px;
        display: inline-block;
        padding: 30px 0 30px;
    }

        #social_bar > li:first-child {
            margin-left: 0;
        }

        #social_bar > li > a {
            width: 23px;
            height: 23px;
            display: inline-block;
            background-position: 0 0;
            background-repeat: no-repeat;
        }

            #social_bar > li > a:hover {
                background-position: 0 -23px !important;
            }
/* Legal ----------------------------------------------------*/
#footer .legal {
    padding: 22px 0 13px;
}

    #footer .legal ul li {
        font-size: 0.750em;
        line-height: 1.375em;
        letter-spacing: -0.035em;
        display: block;
        float: left;
        padding-right: 6px;
        border-right: 1px solid #757575;
        margin-right: 6px;
    }

        #footer .legal ul li:last-child {
            border: none;
        }

#footer .legal {
    padding: 22px 0;
}

#privacy_terms > li > a, #privacy_terms > ul > li > a:visited {
    color: #fff;
}

    #privacy_terms > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }

#copyrights {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.035em;
    color: #757575;
    padding-top: 7px;
}

/*-------------------------------------------------------------------
Sliders
-------------------------------------------------------------------*/
#slider-wrap {
    max-width: 1500px;
    background: #e9e9e9;
    position: relative;
    margin: 0 auto;
}

#thick_yellow_bar {
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    background: #ffc000;
    margin: 0;
    z-index: 90;
}

.cycle-slideshow {
    width: 100%;
    height: 645px;
    max-width: 1500px;
    overflow: hidden;
    margin: 0 auto;
}

    .cycle-slideshow .slide {
        width: 100%;
        height: 100%;
    }

        .cycle-slideshow .slide .slide_content {
            height: 100%;
            position: relative;
        }

            .cycle-slideshow .slide .slide_content img {
                position: absolute;
                left: 50%;
                margin-left: -750px;
            }

            .cycle-slideshow .slide .slide_content .inner_container {
                height: 100%;
                position: relative;
            }

            .cycle-slideshow .slide .slide_content .caption {
                width: 520px;
                height: auto;
                position: absolute;
                bottom: 0;
                left: 0;
                display: table;
                background: rgba(250,250,250,0.93);
            }

                .cycle-slideshow .slide .slide_content .caption .caption_content {
                    overflow: hidden;
                    padding: 58px 33px 108px 45px;
                }

                .cycle-slideshow .slide .slide_content .caption h1 {
                    color: #000;
                    margin-bottom: 15px;
                }

                    .cycle-slideshow .slide .slide_content .caption h1 > span {
                        color: #ffc000;
                        display: block;
                    }

                .cycle-slideshow .slide .slide_content .caption p {
                    color: #222;
                    line-height: 22px;
                    letter-spacing: -0.050em;
                    margin: 0 0 25px;
                }

                .cycle-slideshow .slide .slide_content .caption a {
                    float: right;
                }

                    .cycle-slideshow .slide .slide_content .caption a > span {
                        display: none;
                    }

    .cycle-slideshow .cycle-pager {
        position: absolute;
        left: 32%;
        bottom: 30px;
        z-index: 1000;
        text-align: center;
    }

        .cycle-slideshow .cycle-pager li {
            font-size: 60px;
            color: #959697;
            display: inline-block;
            cursor: pointer;
            margin: 0 5px;
        }

        .cycle-slideshow .cycle-pager .cycle-pager-active {
            color: #ffc000;
        }
/*-------------------------------------------------------------------
Splash
-------------------------------------------------------------------*/
.splash-wrap {
    width: 100%;
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
}

    .splash-wrap > img {
        border-bottom: 25px solid #ffc000;
    }

    .splash-wrap, .splash-wrap .content, .splash-wrap .content > span {
        width: 100%;
    }

        .splash-wrap .content {
            height: 100%;
            position: absolute;
            top: 0;
        }

            .splash-wrap .content > span, .splash-wrap .content > img {
                display: none;
            }

            .splash-wrap .content .inner_container, .splash-wrap .content .caption {
                height: 100%;
            }

            .splash-wrap .content .caption {
                width: 520px;
                height: 100%;
                position: relative;
                display: table;
            }

                .splash-wrap .content .caption .inner_content {
                    position: absolute;
                    bottom: 0;
                    background: rgba(250,250,250,0.93);
                    padding: 70px 55px;
                }

                    .splash-wrap .content .caption .inner_content h1 {
                        color: #000;
                        letter-spacing: -0.050em;
                        text-transform: capitalize;
                        margin-bottom: 16px;
                    }

                    .splash-wrap .content .caption .inner_content p {
                        line-height: 22px;
                        letter-spacing: -0.050em;
                        color: #000;
                    }

/* Product Detail Splash ---------------------------------------*/
.splash_wrap_pd {
    width: 100%;
    max-width: 1500px;
    padding-bottom: 192px;
    margin: 0 auto;
}

    .splash_wrap_pd .caption {
        width: 50%;
        position: absolute;
        top: 0;
    }

        .splash_wrap_pd .caption h1 {
            font-size: 80px;
            line-height: 90px;
            color: #fff;
            text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
            padding-top: 120px;
        }

        .splash_wrap_pd .caption .tt_image,
        .splash_wrap_pd .caption .tooltip {
            position: absolute;
        }

        .splash_wrap_pd .caption .tt_image {
            top: 25px;
            right: -568px;
        }

/* Breadcrumbs */
.splash-wrap .content #breadcrumbs {
    position: absolute;
}

    .splash-wrap .content #breadcrumbs > li,
    .splash-wrap .content #breadcrumbs > li > a {
        color: #fff;
    }

        .splash-wrap .content #breadcrumbs > li > a:hover {
            color: #ffc000;
        }

/* Video */
.splash-wrap.video {
    border-bottom: 25px solid #ffc000;
    margin-bottom: 25px;
}

    .splash-wrap.video > img {
        border: none;
    }

    .splash-wrap.video .content .caption,
    .splash-wrap.video.alt .content .caption {
        width: 45%;
        position: static;
    }

        .splash-wrap.video .content .caption .inner_content {
            background: none;
            position: static;
            display: table-cell;
            vertical-align: bottom;
            padding: 0;
        }

            .splash-wrap.video .content .caption .inner_content h1 {
                color: #000;
                font-size: 2.25em !important;
                line-height: 38px !important;
                text-transform: capitalize !important;
            }

            .splash-wrap.video .content .caption .inner_content p {
                width: 100%;
                color: #000;
                letter-spacing: -0.035em;
                line-height: 24px !important;
                font-size: 1em !important;
                margin-top: 20px;
            }

    .splash-wrap.video .video {
        position: absolute;
        top: 104px;
        right: 0;
        width: 50%;
    }

    .splash-wrap.video .content .caption .cta {
        margin-top: 20px;
        background: #004a43;
        color: #fff !important;
    }

        .splash-wrap.video .content .caption .cta:hover {
            background: #ffc000 !important;
            color: #000 !important;
        }

    .splash-wrap.video .bg {
        padding: 54px 50px 68px;
        background: #fff;
        background: rgba(250,250,250,0.93);
        margin-top: 0 !important;
        position: relative;
        bottom: -25px;
    }

/* Alt - No Background, h1 = thin font, p = thick font */
.splash-wrap.alt .content .caption {
    width: 65%;
    margin-right: 15px;
}
    /*	.splash-wrap.alt .content .caption .inner_content h1{
			margin:0;
			font-size: 32px;
			line-height: 36px;
			font-weight: normal;
			text-transform: none;
		}*/
    .splash-wrap.alt .content .caption .inner_content h1 {
        font-family: 'Museo Slab W01_900';
        font-size: 32px;
        line-height: 40px;
        text-transform: none;
        border: none;
        text-shadow: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .splash-wrap.alt .content .caption .inner_content p {
        background: none;
        width: 100%;
        padding: 0;
        font-size: 48px;
        line-height: 52px;
    }

    .splash-wrap.alt .content .caption .inner_content > * + * {
        margin-top: 25px;
    }

    .splash-wrap.alt .content .caption .cta {
        color: #ffc000;
    }

        .splash-wrap.alt .content .caption .cta:hover {
            background: #000;
        }

/*-------------------------------------------------------------------
Page Styles
-------------------------------------------------------------------*/
/* General Content A ----------------------------------------*/
#template-general #content {
    margin-bottom: 30px;
}
/* General Content B ----------------------------------------*/
#template-generalb #content {
    margin-bottom: 90px;
}

#template-generalb .rte {
    width: 100%;
}

    #template-generalb .rte .content {
        margin-top: 0;
    }

        #template-generalb .rte .content h5 {
            font-size: 19px;
            line-height: 20px;
            text-transform: capitalize;
            margin-bottom: 10px;
        }
/* Product Grid ---------------------------------------------*/
#template-product {
    background: #f1f1f1;
}

    #template-product h2 {
        font-size: 36px;
        text-transform: capitalize;
        color: #000;
        line-height: 55px;
        margin: 30px 0 20px;
    }

    #template-product #sidebar {
        float: left;
    }

.product-grid {
    width: 100%;
    padding-left: 390px;
    margin: 0 0 100px;
}

    .product-grid h6 {
        margin-bottom: 15px;
    }

    .product-grid .subtitle {
        width: 100%;
        color: #000;
        font-size: 30px;
        letter-spacing: -0.035em;
        overflow: hidden;
    }

        .product-grid .subtitle span {
            display: block;
            padding: 4px 0;
        }

        .product-grid .subtitle .pagination {
            width: auto;
            float: right;
        }

    .product-grid .content {
        overflow: hidden;
        margin-top: 30px;
    }

    .product-grid .product {
        width: 48%;
        float: left;
        margin-bottom: 30px;
        /**/
        padding-left: 0;
    }

        .product-grid .product:nth-child(2n+1) {
            margin-right: 4% !important;
        }

        .product-grid .product:hover h4 {
            color: #000;
            background: #ffc000;
        }

        .product-grid .product h4 {
            font-size: 24px;
            line-height: 30px;
            color: #eee;
            background: #626b71;
            /*padding: 17px 0 20px 20px;*/
            padding: 20px;
        }

        .product-grid .product div {
            min-height: 310px;
            background: (top, rgba(0,0,0,0.07) 0%,  
			rgba(0,0,0,0.07) 0%, rgba(0,0,0,0) 100%);
            border: 1px solid #bbb;
            border-top: none;
        }

            .product-grid .product div img {
                width: 100%;
                height: auto;
            }

            .product-grid .product div:last-child {
                padding: 30px 15px;
                color: #4c4c4c;
                font-family: 'UniversLTW01-57Condense_723821', arial, sans-serif;
                font-size: 18px;
                line-height: 24px;
            }

    .product-grid.static-product-grid {
        padding-left: 0;
        margin: 0 auto;
    }

        .product-grid.static-product-grid .content {
            width: 75%;
            margin: 0 auto;
        }

/* Pagination -----------------------------------------------*/
.pagination {
    width: 100%;
    overflow: hidden;
}

    .pagination ul {
        float: right;
    }

        .pagination ul li {
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 14px;
            font-weight: bold;
            float: left;
            display: block;
            border-right: 1px solid #eee;
        }

    .pagination .coveo-previous,
    .pagination .coveo-next {
        background: #b4babd;
        border: none;
    }

    .pagination ul li:hover,
    .pagination ul li.active {
        background: #ffc000;
    }

    .pagination ul li a {
        font-family: 'Univers LT W01_45 Light';
        color: #000;
        display: block;
        padding: 13px 16px;
    }

        .pagination ul li a:visited,
        .pagination ul li a:active {
            color: #000;
        }
/* Product Details ------------------------------------------*/
.heading {
    width: 100%;
    position: relative;
    padding: 35px 0 0;
}

    .heading h2 {
        font-size: 36px;
        line-height: 50px;
        text-transform: none;
        letter-spacing: -0.055em;
        color: #000;
    }

    .heading p {
        font-family: 'UniversLTW01-57Condense_723821';
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.035em;
        color: #000;
        margin-top: 10px;
    }

#template-pdetails .subpage_callouts {
    padding: 0 0 50px;
}
/* Product Detail Tabs -----------------------------------------*/
#pd_tabs {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

    #pd_tabs li {
        width: 33.3%;
        position: relative;
        text-transform: uppercase;
        text-align: center;
        display: block;
        float: left;
        background: #ebebec;
        border-bottom: 6px solid #ffc000;
    }

        #pd_tabs li a.active {
            color: #000;
            outline: 0;
            background: #ffc000;
        }

        #pd_tabs li a {
            font-family: 'Museo Slab W01_900';
            font-size: 24px;
            line-height: 28px;
            display: block;
            color: #616a72;
            text-transform: capitalize;
            padding: 30px 0;
        }

        #pd_tabs li a {
            border-left: 1px solid #b4babe;
        }

        #pd_tabs li:first-child a {
            border: none;
        }

        #pd_tabs li a.active span.icon {
            display: block;
        }

        #pd_tabs li span.icon {
            width: 36px;
            height: 18px;
            display: none;
            position: absolute;
            left: 50%;
            bottom: -24px;
            margin-left: -18px;
            background-position: -260px -28px;
            z-index: 20;
        }
/* Specs & Resources Section ------------------------------------*/
#specs .drawer p {
    font-style: italic;
    padding: 10px 0 50px;
}

#specs .specs_tbl {
    margin: 50px 0 0;
}

#resources .drawer ul {
    padding: 50px 0 20px;
}

#specs .specs_tbl td {
    padding: 10px 8px 10px 8px
}
/* PD Expandable -----------------------------------------------*/
#template-pdetails #content li > h6 {
    display: none;
    font-size: 32px;
    line-height: 34px;
    color: #000;
    cursor: pointer;
    text-transform: capitalize;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px;
}

    #template-pdetails #content li > h6 > .plus_minus {
        float: right;
    }

        #template-pdetails #content li > h6 > .plus_minus.open {
            background-position: -108px -92px;
        }
/* Content Grid ------------------------------------------------*/
#template-contentgrid .heading {
    padding: 15px 0 0;
}

#template-contentgrid #breadcrumbs {
    margin: 10px auto 18px;
}
/* Find Dealer ------------------------------------------------*/
#template-fdealer .heading {
    padding-bottom: 25px;
}

#page {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 50px;
}

    #page h4 {
        font-family: 'Museo Slab W01_900';
        font-weight: 500;
        line-height: 32px;
        color: #000;
        text-transform: capitalize;
        padding: 40px 0;
    }

.locator {
    position: relative;
}

.sidepanel {
    width: 360px;
    height: 730px;
    min-height: 400px;
    position: absolute;
    top: 0;
}

    .sidepanel .current_location {
        width: 100%;
        color: #fff;
        background: #626b72;
        padding: 20px 24px;
    }

        .sidepanel .current_location h3 {
            font-size: 30px;
            line-height: 28px;
            letter-spacing: -0.035em;
            text-transform: capitalize;
        }

        .sidepanel .current_location p {
            font-family: 'UniversLTW01-47LightCn';
            font-size: 22px;
            line-height: 28px;
            font-style: italic;
            text-transform: capitalize;
        }

    .sidepanel .results {
        height: 634px;
        padding: 20px 5px 20px 0;
        border: 1px solid #7f7f7f;
    }

        .sidepanel .results > div {
            height: 100%;
            overflow-y: auto;
        }

            .sidepanel .results > div::-webkit-scrollbar {
                width: 6px;
            }

            .sidepanel .results > div::-webkit-scrollbar-thumb {
                background-color: #7c7c7c;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
            }

.locationarea {
    width: 100%;
    padding-left: 360px;
}

.search .form {
    position: relative;
}

.search input[type=text] {
    width: 100%;
    height: 45px;
    border: 1px solid #d9d9d9;
    padding: 3px 120px 0 35px;
}

.search button[type=submit] {
    font-family: 'Museo Sans W01_900';
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #004a43;
    border: none;
    padding: 12px 45px 13px;
}

    .search button[type=submit]:hover {
        color: #000;
        background: #ffc000;
    }

.search span.search_icon {
    position: absolute;
    top: 14px;
    left: 12px;
}

.map_wrap {
    height: 685px;
}

.loading {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

    .loading p {
        display: inline-block;
        margin: 0 auto;
    }

.dealer-marker {
    color: #3773B1;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    background-color: #fff;
    border: solid 3px #54B3EC;
    border-radius: 50%;
    padding: 1px 5px 2px 5px;
}

.dealer-item-body {
    color: #000;
    padding: 0 20px;
    margin-bottom: 30px;
}

    .dealer-item-body h5 {
        font-size: 22px;
        font-weight: 500;
        color: #004a43;
        line-height: 28px;
        letter-spacing: -0.035em;
        text-transform: capitalize;
    }

    .dealer-item-body .address {
        font-weight: bold;
    }

    .dealer-item-body .phone a {
        color: #000;
    }

    .dealer-item-body .weburl a {
        color: #044fc0;
    }

    .dealer-item-body .address,
    .dealer-item-body .citystate,
    .dealer-item-body .phone {
        padding-bottom: 5px;
    }

.regionarea {
    position: relative;
}

    .regionarea > li {
        cursor: pointer;
        margin-bottom: 20px;
    }

    .regionarea li > h6 {
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        position: relative;
        text-transform: capitalize;
        background: #626b72;
        padding: 18px 15px;
    }

        .regionarea li > h6 span {
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -11px;
        }

    .regionarea li ul {
        background: #eee;
        padding: 15px;
    }

    .regionarea li > ul li {
        width: 25%;
        float: left;
    }

        .regionarea li > ul li > a {
            color: #000;
            display: block;
            padding: 8px 0;
        }

    .regionarea .toggle .plus_minus {
        width: 22px;
        height: 22px;
        background-position: -165px -98px;
    }

        .regionarea .toggle .plus_minus.open {
            background-position: -108px -98px;
        }

.infoWindowContainer div:nth-child(1) {
    border: none !important;
}

.infoWindowContainer div:nth-child(2) {
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}

.infoWindowContainer div:nth-child(3) {
    display: none !important;
}

.infoWindowContainer div:nth-child(4) {
    border-radius: 0 !important;
    border-bottom: 6px solid #ffc000;
    background-color: #004a43 !important;
}

#infowindow {
    color: #fff;
    position: relative;
}

    #infowindow h4 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #fff;
        padding: 0;
        margin-bottom: 10px;
    }

        #infowindow h4 > a,
        #infowindow h4 > a:visited {
            color: #fff;
        }

    #infowindow p {
        font-family: 'UniversLTW01-47LightCn';
        font-size: 16px;
        line-height: 22px;
        text-transform: normal;
    }

        #infowindow p > a {
            color: #fff;
        }
/* Individual Dealer ------------------------------------------*/
#template-idealer #breadcrumbs {
    margin-top: 12px;
}

#template-idealer #page {
    padding-top: 20px;
}

#template-idealer .locationarea {
    height: 500px;
}

#template-idealer .map_wrap,
#template-idealer .sidepanel {
    height: 100%;
}

    #template-idealer .sidepanel .results {
        height: 432px;
    }

#template-idealer .locator {
    margin-bottom: 50px;
}

#template-idealer .dealers {
    background: #eee;
}

    #template-idealer .dealers h5 {
        font-size: 19px;
        line-height: 22px;
        letter-spacing: -0.035em;
        color: #fff;
        background: #626b72;
        padding: 28px 15px;
    }

    #template-idealer .dealers .colx3 {
        padding: 30px 20px;
    }

        #template-idealer .dealers .colx3 > li {
            min-height: 200px;
            padding-right: 10px;
        }

#template-idealer .dealer-item p {
    color: #000;
}

#template-idealer #page h4.dheading {
    display: none !important;
}
/* Social Media -----------------------------------------------*/
#template-social .splash-wrap {
    height: auto;
    margin-bottom: 60px;
}

    #template-social .splash-wrap > img {
        position: static;
        margin-left: 0;
    }

    #template-social .splash-wrap .content {
        display: none;
    }

#template-social .sm h4 {
    text-transform: capitalize;
}

#template-social .sm h4,
#template-social .sm p {
    color: #000;
    padding-bottom: 25px;
}

#template-social .sm p {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 60px;
}

#template-social .colx2 h6 {
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
}

#template-social .colx2 > li {
    padding-bottom: 60px;
}

#template-social .social {
    display: inline-block;
}

    #template-social .social > li {
        float: left;
        padding-bottom: 10px;
        margin-right: 10px;
    }

        #template-social .social > li > a:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }
/* Contact ----------------------------------------------------*/
#template-contact .splash-wrap .content,
#template-contact .splash-wrap #yellow_bar_smll {
    display: none;
}

#template-contact .splash-wrap {
    height: auto;
    margin-bottom: 25px;
}

    #template-contact .splash-wrap > img {
        position: static;
        margin: 0;
    }

#template-contact #demo_request_form {
    overflow: hidden;
}

#template-contact div[id$="_fieldContainer"],
#template-contact .fieldContainer {
    overflow: hidden;
    background-color: #eee;
    padding: 30px 25px;
    margin-bottom: 10px;
}

    #template-contact div[id$="_fieldContainer"] div:nth-child(odd) .scfSectionBorderAsFieldSet,
    #template-contact .fieldContainer .scfSectionTwoColumn:first-of-type {
        padding-right: 25px;
    }

#template-contact .scfTitleBorder {
    font-family: 'Museo Slab W01_900';
    font-size: 36px;
    line-height: 38px;
    color: #222325;
    margin-bottom: 20px;
}

#template-contact .scfIntroBorder {
    font-family: arial;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    margin-bottom: 23px;
}

    #template-contact .scfIntroBorder p.strong {
        font-weight: bold;
    }

#template-contact .scfSectionBorderAsFieldSet, #template-contact .scfSectionTwoColumn {
    float: left;
    border: none;
    width: 50%; /*uncomment this out to fix the WFFM forms 101119*/
}

    #template-contact .scfSectionBorderAsFieldSet:first-child, #template-contact .scfSectionTwoColumn:first-child {
        padding-right: 25px; /**/
    }

/*#template-contact .scfSectionTwoColumn {
    width: 50%;
}*/

#template-contact .scfDropListBorder,
#template-contact .scfSingleLineTextBorder,
#template-contact .scfMultipleLineTextBorder {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}

#template-contact .scfMultipleLineTextLabel,
#template-contact .scfSingleLineTextLabel,
#template-contact .scfDropListLabel,
#template-contact form label {
    font-family: 'Museo Sans W01_900';
    font-size: 16px;
    line-height: 18px;
    color: #000;
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#template-contact .scfMultipleLineTextBox,
#template-contact .scfSingleLineTextBox,
#template-contact .scfDropList,
#template-contact form input,
#template-contact form select {
    width: 100%;
    height: 45px;
    font-style: italic;
    display: block;
    border: none;
    padding: 0 12px;
    border: 1px solid #aaa;
}

#template-contact .scfDropListGeneralPanel {
    min-height: 45px;
    position: relative;
    clear: both;
}

#template-contact select.scfDropList {
    height: 52px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    margin: 0;
}

#template-contact div.scfDropList,
#template-contact .dropList {
    height: 52px;
    border-bottom: 7px solid #ffc000;
    background-color: #fff;
    padding: 14px 12px;
}

#template-contact .dropList {
    height: 0;
    padding: 0;
}

    #template-contact div.scfDropList:after,
    #template-contact .dropList:after {
        width: 0;
        height: 0;
        position: absolute;
        bottom: -12px;
        right: 16px;
        content: '';
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #ffc000;
    }

#template-contact .scfMultipleLineTextBox {
    height: 140px;
    padding: 12px;
}

#template-contact .scfRequired {
    font-family: arial,helvetica,sans-serif;
    color: red;
    float: none;
    margin-left: 2px;
}

#template-contact .scfSubmitButton {
    width: 270px;
    height: 45px;
    max-width: 100%;
    font-family: 'Museo Sans W01_900';
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background-color: #004a43;
}

    #template-contact .scfSubmitButton:hover {
        color: #fff;
        background-color: #ffc000;
    }

#template-contact .scfFooterBorder, #template-contact .scfFooterBorder p {
    font-style: italic;
    color: red;
    margin-bottom: 10px;
}

#template-contact .scfSubmitButtonBorder {
    display: inline-block;
    margin-top: 30px;
}

#template-contact .recent_activity {
    background-color: #626b71;
    padding: 50px 0;
}

    #template-contact .recent_activity h4 {
        color: #fff;
    }

    #template-contact .recent_activity img {
        margin-bottom: 20px;
    }

    #template-contact .recent_activity p {
        font-family: 'Museo Sans W01_500';
        font-size: 22px;
        line-height: 24px;
        color: #fff;
    }

        #template-contact .recent_activity p > a {
            color: #ffc000;
            text-decoration: none;
        }

        #template-contact .recent_activity p a:hover {
            text-decoration: underline;
        }

    #template-contact .recent_activity .timestamp {
        font-family: arial;
        font-size: 16px;
        line-height: 18px;
        color: #a7a7a7;
    }

#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfSingleLineTextBorder:nth-child(2),
#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfSingleLineTextBorder:nth-child(5),
#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfDropListBorder:nth-child(7),
#template-contact div[id$="_fieldContainer"] div:nth-child(2) .scfSectionBorderAsFieldSet .scfDropListBorder:nth-child(4),
#template-contact .fieldContainer .scfSectionTwoColumn:nth-child(1) .scfSingleLineTextBorder:nth-child(2),
#template-contact .fieldContainer .scfSectionTwoColumn:nth-child(1) .scfSingleLineTextBorder:nth-child(5),
#template-contact .fieldContainer .scfSectionTwoColumn:nth-child(1) .scfSingleLineTextBorder:nth-child(8) {
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfSingleLineTextBorder:nth-child(3),
#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfDropListBorder:nth-child(6),
#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfSingleLineTextBorder:nth-child(8),
#template-contact div[id$="_fieldContainer"] div:nth-child(2) .scfSectionBorderAsFieldSet .scfSubmitButtonBorder:nth-child(5),
#template-contact .fieldContainer .scfSectionTwoColumn:nth-child(1) .scfSingleLineTextBorder:nth-child(3),
#template-contact .fieldContainer .scfSectionTwoColumn:nth-child(2) .scfDropListBorder:nth-child(4) {
    width: 48.5%;
    float: left;
}

#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfSingleLineTextBorder:nth-child(2),
#template-contact .fieldContainer .scfSectionTwoColumn:nth-child(1) .scfSingleLineTextBorder:nth-child(2) {
    margin-bottom: 19px;
}

#template-contact .fieldContainer .scfSectionTwoColumn:nth-child(1) .scfSingleLineTextBorder:nth-child(2) {
    margin-bottom: 31px;
}

#template-contact form label.required:after {
    content: "*";
    color: red;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    margin-left: 1px;
}

.bg_image #template-contact.form-background .caption {
    display: block;
    top: 15%
}

    .bg_image #template-contact.form-background .caption .inner_content {
        padding: 60px 40px
    }

        .bg_image #template-contact.form-background .caption .inner_content h1 {
            margin-bottom: 0
        }

.bg_image #template-contact.form-background div[id$="_fieldContainer"] div:nth-child(2n+1) .scfSectionBorderAsFieldSet {
    padding-right: 0
}

.bg_image #template-contact.form-background .scfSectionBorderAsFieldSet {
    float: none;
}

.bg_image #template-contact.form-background form label {
    margin-top: 10px
}

.bg_image #template-contact.form-background .scfIntroBorder {
    margin-bottom: 0
}

#template-contact.form-background .scfFooterBorder {
    display: none;
}

#template-contact.form-background .scfSubmitButtonBorder {
    width: 170px;
    margin-top: 20px;
}

/* Contact Thank You ------------------------------------------*/
#template-contact .scfThankYouMsg {
    /*background-color: #eee;*/
    /*padding: 185px 25%;*/
    background: rgba(250,250,250,0.93);
    padding: 40px 0;
}

    #template-contact .scfThankYouMsg h1 {
        font-family: 'Museo Slab W01_900';
        font-size: 30px;
        line-height: 33px;
        color: #000;
        margin-bottom: 15px;
    }

    #template-contact .scfThankYouMsg p {
        margin-bottom: 20px;
    }

    #template-contact .scfThankYouMsg a {
        font-family: 'Museo Sans W01_900';
        font-size: 16px;
        line-height: 18px;
        display: inline-block;
        color: #fff;
        border: none;
        text-transform: uppercase;
        background-color: #004a43;
        padding: 12px 40px 11px;
    }

/*-------------------------------------------------------------------
Side Bar
-------------------------------------------------------------------*/
#sidebar {
    width: 336px;
    position: relative;
}

    #sidebar > span {
        width: 24px;
        height: 49px;
        position: absolute;
        top: 42px;
        right: -24px;
        background-position: -118px -40px
    }

    #sidebar .search_filters {
        width: 100%;
        background: #ebebed;
    }
/* Filter ---------------------------------------------------*/
.search_filters {
    padding: 25px;
    margin-bottom: 25px;
}
    /* Reset All ------------------------------------------------*/
    .search_filters input[type="reset"] {
        line-height: 18px;
        color: #000;
        float: right;
        background: none;
        border: none;
    }
    /* Search ---------------------------------------------------*/
    .search_filters .search {
        width: 74.5%;
        display: inline-block;
        margin-bottom: 20px;
    }

        .search_filters .search .searchbtn {
            width: 13px;
            height: 14px;
            float: left;
            background-position: -2px -1px;
            border: none;
        }

        .search_filters .search input[type="text"] {
            width: 190px;
            height: auto;
            color: #000;
            float: left;
            cursor: pointer;
            font-style: italic;
            background: none;
            border: none;
            padding: 0 5px;
        }
    /* Expandables ----------------------------------------------*/
    .search_filters > ul > li {
        color: #fff;
        cursor: pointer;
        background: #fff;
        margin-bottom: 30px;
    }

        .search_filters > ul > li > h6 {
            position: relative;
            margin-bottom: 0;
            border-bottom: 6px solid #ffc000;
            padding: 12px 9px 10px;
        }

    .search_filters h6 {
        font-size: 16px;
        text-transform: capitalize;
        color: #000;
        margin-bottom: 10px;
    }

        .search_filters h6 span {
            position: absolute;
        }

            .search_filters h6 span.icon {
                width: 22px;
                height: 11px;
                bottom: -17px;
                right: 10px;
                background-position: -128px -25px;
            }

            .search_filters h6 span.open {
                bottom: 0;
                background-position: -127px -6px;
            }

            .search_filters h6 span.indicator {
                width: 44px;
                font-size: 28px;
                color: #fff;
                top: 0;
                right: 0;
                float: right;
                display: none;
                text-align: center;
                background: #b8bec0;
                padding: 11px 0;
            }

    .search_filters > ul li > ul {
        border: 1px solid #7f878c;
    }

        .search_filters > ul li > ul li {
            font-family: 'Museo Sans W01_500';
            color: #000;
            line-height: 24px;
            letter-spacing: -0.050em;
            text-transform: capitalize;
            background: #fff;
            /*border-bottom:1px solid #7e8082;*/
        }

            .search_filters > ul li > ul li:last-child {
                border: none;
            }

            .search_filters > ul li > ul li:hover,
            .search_filters > ul li > ul li.active { /*color:#fff;*/
                background: #ffc000;
            }
/* Drawer -----------------------------------------------*/
.expandables .drawer {
    display: block;
    position: absolute;
    left: -9999px;
}

.expandables .open > .drawer {
    position: static;
}
/* Options ----------------------------------------------*/
.search_filters .option label {
    cursor: pointer;
    display: block;
    padding: 18px 25px;
}

.search_filters .option input[type="checkbox"] {
    display: none;
}
/* Range Sliders --------------------------------------------*/
.range_slider {
    margin-bottom: 20px;
}

    .range_slider .nstSlider {
        width: 100%;
        height: 43px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        background: #626b71;
        border-top: 1px solid #6c6c6d;
        border-bottom: 1px solid #acacad;
    }

        .range_slider .nstSlider .bar {
            height: 100%;
            position: absolute;
            top: 0;
            background: #ffc000;
        }

        .range_slider .nstSlider .leftGrip,
        .range_slider .nstSlider .rightGrip {
            width: 44px;
            height: 44px;
            position: absolute;
            top: -1px;
        }

        .range_slider .nstSlider .leftGrip {
            background-position: -209px -134px;
        }

        .range_slider .nstSlider .rightGrip {
            background-position: -256px -134px;
        }

    .range_slider > ul {
        overflow: hidden;
        margin-top: 12px;
    }

        .range_slider > ul li {
            width: 50%;
            color: #000;
            float: left;
            display: block;
        }

            .range_slider > ul li:nth-child(2) {
                text-align: right;
            }

    .range_slider.mlh > ul li:after {
        content: ' ft';
    }

/*-------------------------------------------------------------------
Bread Crumbs
-------------------------------------------------------------------*/
#breadcrumbs {
    width: 100%;
    margin: 20px auto 18px;
}

    #breadcrumbs > li {
        font-size: 14px;
        display: inline-block;
    }

        #breadcrumbs > li > a {
            color: #aaa;
        }

            #breadcrumbs > li > a:hover {
                color: #000;
            }

/*-------------------------------------------------------------------
Page Indicator
-------------------------------------------------------------------*/
.indicator-container {
    width: 100%;
    max-width: 1500px;
    ;
    margin: 0 auto;
}

    .indicator-container > div {
        width: 32px;
        position: relative;
        float: right;
    }

#indicator {
    position: absolute;
    z-index: 800;
}

    #indicator li {
        width: 32px;
        height: 31px;
        background-position: -196px -52px;
        border-bottom: 1px solid #90989e;
    }

        #indicator li:last-child {
            border-bottom: none;
        }

        #indicator li.current {
            background-position: -266px -52px;
        }

        #indicator li.icon {
            display: block;
        }

        #indicator li a {
            width: 100%;
            height: 100%;
            display: block;
        }

/*-------------------------------------------------------------------
Custom Form Elements
-------------------------------------------------------------------*/
.checkbox > h6 {
    margin-bottom: 18px;
}

.checkbox > ul {
    overflow: hidden;
}

.checkbox + .checkbox {
    margin-top: 25px;
}

.checkbox .option {
    width: 50%;
    float: left;
    position: relative;
}

    .checkbox .option label {
        color: #616b71;
        cursor: default;
        padding: 6px 10px 6px 40px;
    }

    .checkbox .option input[type="checkbox"] {
        width: 32px;
        height: 32px;
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-appearance: none;
        background-position: 0 -130px;
    }

    .checkbox .option.active input[type="checkbox"] {
        background-position: -33px -130px;
    }

/*-------------------------------------------------------------------
Tables
-------------------------------------------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
}

tr:nth-of-type(odd) {
    color: #fff;
    background-color: #eee;
}

th {
    font-family: arial;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #2d2d2d;
}

td {
    color: #000;
}

td, th {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #bbb;
    padding: 10px;
}

/*-------------------------------------------------------------------
Callouts / Other Custom Elements/Features
-------------------------------------------------------------------*/
/* Intro Area ---------------------------------------------------*/
#intro-area {
    background: #eaeaea;
    padding: 45px 0;
    display: none;
}

    #intro-area p {
        font-family: 'Museo Sans W01_300',arial,sans-serif;
        font-size: 30px;
        line-height: 40px;
        color: #393939;
        letter-spacing: -0.050em;
    }
/* Home Callouts ------------------------------------------------*/
.horizontal .callout {
    width: 30.5%;
    min-height: 515px;
    position: relative;
}

    .horizontal .callout:nth-child(2) {
        margin-right: 8.5%;
    }

    .horizontal .callout .content {
        height: 100%;
    }

    .horizontal .callout .image {
        position: absolute;
        background: transparent !important;
    }

    .horizontal .callout:nth-child(1) .image {
        bottom: 0;
        left: -116px;
        z-index: 3;
    }

    .horizontal .callout:nth-child(2) .image {
        text-align: center;
        position: static;
        z-index: 2;
    }

    .horizontal .callout:nth-child(3) .image {
        bottom: 0;
        right: -145px;
        z-index: 1;
    }

    .horizontal .callout:nth-child(2) .content .inner_content {
        padding-left: 0;
        margin: 0 auto;
    }

    .horizontal .callout .content > span {
        display: none !important;
    }

    .horizontal .callout .content .inner_content {
        width: 252px;
        position: relative;
        z-index: 4;
        padding: 47px 0 30px 15px;
    }

        .horizontal .callout .content .inner_content h4,
        .horizontal .callout .content .inner_content p {
            letter-spacing: -0.050em;
            line-height: 23px;
        }

        .horizontal .callout .content .inner_content h4 {
            font-family: 'Museo Slab W01_700',arial,sans-serif;
            font-size: 20px;
            text-transform: none;
            border-bottom: 2px solid #ebebeb;
            padding-bottom: 10px;
        }

            .horizontal .callout .content .inner_content h4 > span {
                display: none;
            }

        .horizontal .callout .content .inner_content p {
            color: #000;
            padding: 10px 0;
        }

        .horizontal .callout .content .inner_content .cta {
            float: right;
            color: #ffc000;
            padding: 0;
        }

            .horizontal .callout .content .inner_content .cta > span {
                display: none;
            }
/* Vertical Callouts --------------------------------------------*/
.vertical.callout .inner_content {
    background: #b7bec0;
    position: relative;
    padding: 26px 25px 20px;
}

    .vertical.callout .inner_content h4 {
        font-family: 'Museo Slab W01_900';
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 15px;
    }

    .vertical.callout .inner_content p {
        width: 300px;
        font-family: 'Museo Sans W03_300',arial,sans-serif;
        color: #000;
        margin-bottom: 18px;
    }

    .vertical.callout .inner_content a {
        min-width: 218px;
    }

        .vertical.callout .inner_content a:hover {
            background: #0d0d0d;
        }

        .vertical.callout .inner_content a .arrow_lm {
            display: none;
        }

    .vertical.callout .inner_content span.icon {
        width: 37px;
        height: 19px;
        position: absolute;
        bottom: -19px;
        background-position: -26px -70px;
    }

.vertical.callout:nth-of-type(odd) .inner_content span.icon {
    right: 30px;
}

.vertical.callout:nth-of-type(even) .inner_content span.icon {
    left: 30px;
}

.vertical.callout + .vertical.callout {
    margin-top: 30px;
}
/* Subpage Callouts ---------------------------------------------*/
.subpage_callouts {
    padding: 50px 0;
}

    .subpage_callouts .callout {
        width: 32.43%;
        height: 458px;
        min-height: 400px;
        margin-right: 1.3% !important;
    }

        .subpage_callouts .callout:nth-child(3) {
            margin-right: 0 !important;
        }

        .subpage_callouts .callout .content .images,
        .subpage_callouts .callout .content .inner_content {
            position: absolute;
        }

        .subpage_callouts .callout .content .images {
            width: 100%;
            height: 190px;
            overflow: hidden;
        }

        .subpage_callouts .callout:nth-child(1) .content .images,
        .subpage_callouts .callout:nth-child(3) .content .images {
            bottom: 0;
        }

        .subpage_callouts .callout:nth-child(2) .content .inner_content {
            height: 290px;
            bottom: 0;
            padding-left: 15px;
        }

        .subpage_callouts .callout .content .inner_content {
            width: auto;
            height: 268px;
            background: #b3babd;
            padding: 20px 15px;
        }

            .subpage_callouts .callout .content .inner_content h4 {
                font-family: 'Museo Slab W01_900';
                font-size: 32px;
                line-height: 36px;
                text-transform: capitalize;
                color: #fff;
                border: none;
                padding: 0;
            }

            .subpage_callouts .callout .content .inner_content span {
                width: 37px;
                height: 19px;
                position: absolute;
            }

        .subpage_callouts .callout:nth-child(1) .content .inner_content span,
        .subpage_callouts .callout:nth-child(3) .content .inner_content span {
            right: 73px;
            bottom: -19px;
            background-position: -26px -70px;
        }

        .subpage_callouts .callout:nth-child(2) .content .inner_content span {
            top: -19px;
            left: 30px;
            background-position: -26px -49px;
        }

        .subpage_callouts .callout .content .inner_content .cta {
            color: #fff;
            float: none;
            position: absolute;
            bottom: 30px;
            padding: 15px 26px;
        }

/*Subpage Promotions*/
.subpage_promotions {
    padding: 50px 0;
}

    .subpage_promotions .promotion {
        height: 600px;
        margin: 15px;
    }

    .subpage_promotions .promotion-many {
        max-width: 400px;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

.promotion-center-horizontal {
    text-align: center
}

.subpage_promotions .promotion-single {
    height: 400px;
}

.promotion-single-center {
    overflow: auto;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.subpage_promotions .promotion .content .images {
    height: 250px;
    overflow: hidden;
}

.subpage_promotions .promotion .content .inner_content {
    height: 250px;
    background: #fff;
    padding: 10px
}

    .subpage_promotions .promotion .content .inner_content p {
        color: #fff;
    }

    .subpage_promotions .promotion .content .inner_content h4 {
        color: #fff;
    }

    .subpage_promotions .promotion .content .inner_content span {
        width: 37px;
        height: 19px;
        top: auto;
        left: auto;
        bottom: -19px;
        right: 30px;
    }

.subpage_promotions .promotion-single .content .images {
    height: 400px;
    overflow: hidden;
    float: left;
    width: 60%
}

.subpage_promotions .promotion-single .content .inner_content {
    height: 400px;
    background: #fff;
    padding: 10px;
    float: left;
    width: 40%
}
/*-------------------------------------------------------------------
Components
-------------------------------------------------------------------*/
.img-responsive {
    max-width: 100%;
    display: block;
}
/* RTE ------------------------------------------------------*/
.rte {
    width: 100%;
}

    .rte .inner_container > img,
    .rte .inner_container > iframe {
        margin: 0 0 40px 40px;
    }

    .rte .content h5,
    .rte .content p {
        margin-bottom: 25px;
    }

    .rte .content > a,
    .rte .content > a:active,
    .rte .content > a:visited {
        color: #044fc0;
    }

    .rte .content h5 {
        text-transform: none;
        color: #000;
        font-size: 1.875em;
        line-height: 32px;
        letter-spacing: -0.035em;
    }

    .rte .content ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .rte .content ol {
        list-style-type: decimal;
        list-style-position: inside;
    }

    .rte .image {
        width: 50%;
        max-width: 600px;
        display: table-cell;
        vertical-align: middle;
    }

        .rte .image > img {
            width: 100%;
        }
    /* This is for IE10 & IE11 */
    /* with callout --------------------------------------------*/
    .rte .callout {
        margin: 0 0 20px 80px;
    }

        .rte .callout .content {
            width: 472px;
            height: 472px;
            position: relative;
        }

            .rte .callout .content .images, .rte .callout .content .inner_content {
                width: 100%;
                position: absolute;
            }

            .rte .callout .content .images {
                height: 248px;
                top: 0;
            }

            .rte .callout .content .inner_content {
                bottom: 0;
            }

            .rte .callout .content .inner_content {
                height: 224px;
                background: #b3babd;
                padding: 26px 25px 22px;
            }

                .rte .callout .content .inner_content h4,
                .rte .callout .content .inner_content p {
                    margin-bottom: 18px;
                }

                .rte .callout .content .inner_content p {
                    width: 300px;
                    font-family: 'Museo Sans W03_300',arial,sans-serif;
                    color: #000;
                }

                .rte .callout .content .inner_content h4 {
                    font-family: 'Museo Slab W01_900',arial,sans-serif;
                    text-transform: capitalize;
                    color: #fff;
                }

                .rte .callout .content .inner_content > span {
                    width: 56px;
                    height: 28px;
                    position: absolute;
                    top: -28px;
                    left: 68px;
                    background-position: -158px 0;
                }

                .rte .callout .content .inner_content .cta .arrow_lm {
                    display: none;
                }
    /* with overview --------------------------------------------*/
    .rte .overview {
        padding: 50px 120px
    }

        .rte .overview h4 {
            text-transform: capitalize;
            margin-bottom: 15px
        }

        .rte .overview.black {
            color: #000
        }


/* With Photo ----------------------------------------------*/
#template-pdetails .rte {
    max-width: 1170px;
    margin: 0 auto;
}

    #template-pdetails .rte .content {
        display: table-cell;
        vertical-align: middle;
        padding: 10% 3%;
        margin: 0;
    }

        #template-pdetails .rte .content h2 {
            font-family: 'Museo Slab W01_900';
            font-size: 32px;
            line-height: 34px;
            font-weight: 500;
            color: #ffc000;
            text-transform: capitalize;
            letter-spacing: -0.035em;
            margin-bottom: 20px;
        }

        #template-pdetails .rte .content p {
            color: #222;
            font-style: italic;
            padding-left: 15px;
        }

            #template-pdetails .rte .content p:nth-child(2) {
                font-style: normal;
                padding-left: 0;
            }

    #template-pdetails .rte + .rte {
        border-top: 2px solid #e6e6e6;
    }
/* Pull & Inline Quote --------------------------------------*/
.inline_quote {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 28px;
    color: #000;
}

.pull_quote {
    margin: 0;
}

    .pull_quote .inner_container {
        background: #eee;
        padding: 30px 35px;
        width: 100%;
        max-width: 1500px;
    }

    .pull_quote p {
        font-size: 26px;
        color: #000;
        line-height: 42px;
        letter-spacing: -0.035em;
    }

        .pull_quote p:nth-child(1) {
            font-family: 'Museo Slab W01_900',arial,sans-serif;
            margin: 0 !important;
        }

        .pull_quote p:nth-child(2) {
            font-family: 'Museo Sans W01_500',arial,sans-serif;
            font-size: 24px;
            margin: 12px 0 15px !important;
        }

    .pull_quote ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .pull_quote ol {
        list-style-type: decimal;
        list-style-position: inside;
    }

#template-pdetails .pull_quote {
    width: 100%;
    max-width: 1500px;
    background: #eee;
    margin: 0 auto;
}
/* Video Block --------------------------------------------------*/
.video_block {
    max-width: 1170px;
    background: #eee;
    padding: 20px;
    margin: 0 auto 40px;
}

    .video_block .inner_container {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .video_block a.vthumb {
        float: left;
        margin-right: 35px;
    }

    .video_block p {
        font-size: 30px;
        line-height: 32px;
        color: #000;
    }

        .video_block p:nth-child(2) {
            font-family: 'Museo Slab W01_900';
            font-size: 32px;
            font-weight: bold;
            line-height: 34px;
            text-transform: capitalize;
            padding-top: 5px;
            padding-bottom: 20px;
            margin: 0;
        }

        .video_block p:nth-child(3) {
            font-family: 'Museo Sans W03_300';
            text-transform: none;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }

    .video_block a.cta > span {
        display: none;
    }

    .video_block ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .video_block ol {
        list-style-type: decimal;
        list-style-position: inside;
    }
/* BG Image ----------------------------------------------------*/
.bg_image {
    width: 100%;
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
}

    .bg_image ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .bg_image ol {
        list-style-type: decimal;
        list-style-position: inside;
    }

    .bg_image > img {
        border-bottom: 25px solid #ffc000;
    }

    .bg_image .content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .bg_image .inner_container {
        height: 100%;
    }

    .bg_image .caption {
        width: 570px;
        height: 100%;
        position: relative;
        display: table;
    }

        /*        .bg_image .caption .valign {*/
        /*            position: absolute;*/
        /*            right: 15px;*/
        /*            bottom: 0;*/
        /*        }*/

        .bg_image .caption .inner_content {
            background: rgba(250,250,250,0.93);
            padding: 54px 50px 68px;
        }

            .bg_image .caption .inner_content h1, .bg_image .caption .inner_content p {
                color: #000;
            }

            /*	.bg_image .caption .inner_content h1{font-size:32px;line-height:38px;text-transform:capitalize;margin-bottom:20px;} */
            .bg_image .caption .inner_content h1 {
                font-family: 'Museo Slab W01_900';
                font-size: 32px;
                color: #000;
                line-height: 40px;
                text-transform: capitalize;
                border: none;
                text-shadow: none;
                padding-bottom: 0;
                margin-bottom: 15px;
            }

            .bg_image .caption .inner_content p {
                letter-spacing: -0.035em;
                line-height: 24px;
            }

            .bg_image .caption .inner_content .cta {
                padding: 13px 58px;
                margin-top: 22px;
            }

#splash.bg_image .caption .inner_content h1, #splash.bg_image .caption .inner_content p {
    color: #fff;
}

#splash.bg_image .caption .inner_content .cta {
    background-color: #ffc000;
}

/* Photo Embed --------------------------------------------------*/
.photo_embed {
    width: 100%;
    max-width: 1170px;
    padding: 1.25em 0;
    margin: 0 auto;
}

    .photo_embed ul {
        list-style-type: disc;
        padding-left: 15px;
    }

    .photo_embed ol {
        list-style-type: decimal;
        list-style-position: inside;
    }

    .photo_embed .inner_container {
        height: 100%;
    }

    .rte + .photo_embed,
    .photo_carousel + .photo_embed,
    .photo_embed + .photo_embed {
        border-top: 2px solid #e6e6e6;
    }

    .photo_embed + .pull_quote {
        border: none;
    }

    .photo_embed .photo {
        width: 50%;
        height: 100%;
        margin: 70px 0;
    }

        .photo_embed .photo img {
            width: 100%;
            height: auto;
        }
    /* with callout -----------------------------------------------*/
    .photo_embed .callout {
        width: 40%;
        height: 100%;
    }

        .photo_embed .callout .content .inner_content {
            width: auto;
            position: static;
            padding: 70px 0;
        }

            .photo_embed .callout .content .inner_content h4 {
                font-family: 'Museo Slab W01_900';
                font-size: 32px;
                color: #000;
                line-height: 40px;
                text-transform: capitalize;
                border: none;
                text-shadow: none;
                padding-bottom: 0;
                margin-bottom: 15px;
            }

.category-content .photo_embed .callout .content .inner_content h4 {
    color: #ffc000;
}

.photo_embed .callout .content .inner_content p {
    display: block;
    padding: 0;
}

.photo_embed .callout .content .inner_content .cta {
    color: #fff;
    padding: 13px 58px;
    margin-top: 24px;
    float: none;
}
/* Recent Activity ----------------------------------------------*/
.recent_activity {
    width: 100%;
    max-width: 1500px;
    display: table;
    background: #eaeaea;
    padding: 50px 0;
    margin: 0 auto;
}

    .recent_activity img {
        float: left;
        margin-right: 20px;
    }

    .recent_activity h4 {
        text-transform: capitalize;
    }

    .recent_activity h4,
    .recent_activity p {
        color: #000;
        padding-bottom: 20px;
    }

    .recent_activity p {
        font-size: 18px;
        line-height: 22px;
    }

    .recent_activity ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .recent_activity ol {
        list-style-type: decimal;
        list-style-position: inside;
    }

    .recent_activity .timestamp {
        font-style: italic;
        padding-bottom: 0;
    }
/* Video ---------------------------------------------------------*/
.video_container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video_container iframe,
    .video_container object,
    .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/*-------------------------------------------------------------------
Column Grids 
-------------------------------------------------------------------*/
.colx2 > li {
    width: 50%;
    float: left;
    display: block;
}
/* 3 Column ------------------------------------------------------*/
.colx3 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

    .colx3 > li {
        width: 33.3%;
        float: left;
        display: block;
    }

    .colx3 .contentblock {
        width: 360px;
        min-height: 510px;
        display: block;
        color: #fff;
        float: left;
        position: relative;
        background: #ebebec;
        overflow: hidden;
        border: 1px solid #bbb;
        margin: 0 15px 30px;
    }

        .colx3 .contentblock .content {
            color: #000;
            padding: 20px 25px 80px;
        }

            .colx3 .contentblock .content h4 {
                font-family: 'Museo Slab W01_900';
                font-size: 24px;
                font-weight: 500;
                line-height: 32px;
                letter-spacing: -0.035em;
                text-transform: capitalize;
                position: relative;
                padding: 0 0 10px;
            }

        .colx3 .contentblock h4:before,
        .colx3 .contentblock h4:after {
            content: '';
            position: absolute;
            top: -40px;
            right: 5px;
            width: 0;
            height: 0;
            border-left: 19px solid transparent;
            border-right: 19px solid transparent;
            border-bottom: 20px solid #ebebec;
            z-index: 4;
        }

        .colx3 .contentblock .content p {
            font-family: 'Museo Sans W03_300';
            line-height: 20px;
            padding: 0 0 25px;
        }

        .colx3 .contentblock .content .buttons {
            width: 86%;
            position: absolute;
            bottom: 22px;
        }

            .colx3 .contentblock .content .buttons .cta {
                width: 100%;
            }

                .colx3 .contentblock .content .buttons .cta:nth-child(2) {
                    margin-top: 10px;
                }

/*-------------------------------------------------------------------
Carousels
-------------------------------------------------------------------*/
.carousel {
    width: 100%;
    max-width: 1090px;
    position: relative;
    margin: 40px auto;
}

    .carousel h4.subhead {
        font-size: 22px;
        line-height: 30px;
        color: #000;
        padding-bottom: 8px;
    }

        .carousel h4.subhead a {
            font-family: arial;
            font-size: 14px;
            font-weight: normal;
            line-height: 14px;
            color: #044fc0;
            float: right;
            text-transform: capitalize;
            margin-top: 12px;
        }

    .carousel .sbwrapper {
        width: 100%;
        display: table;
        position: relative;
    }

    .carousel .contentblock {
        max-width: 350px;
        display: block;
        float: left;
        padding: 0 10px;
        margin: 0;
    }

        .carousel .contentblock > div {
            overflow: hidden;
        }

        .carousel .contentblock .content {
            min-height: 193px;
            position: relative;
            background: #ebebec;
            padding: 15px;
        }

            .carousel .contentblock .content h4 {
                font-size: 25px;
                line-height: 28px;
                color: #000;
            }

            .carousel .contentblock .content h5 {
                font-size: 20px;
                line-height: 24px;
                color: #393939;
                padding-bottom: 5px;
            }

            .carousel .contentblock .content p {
                padding-bottom: 58px;
            }

            .carousel .contentblock .content a.cta {
                position: absolute;
                bottom: 15px;
            }

                .carousel .contentblock .content a.cta > span {
                    display: none;
                }

    .carousel .careerblock {
        width: 350px;
        display: block;
        float: left;
        padding: 0 10px;
    }

        .carousel .careerblock > div {
            overflow: hidden;
            padding: 50px 40px;
        }

        .carousel .careerblock .content h6 {
            color: #000;
            line-height: 28px;
            padding-bottom: 20px;
        }

        .carousel .careerblock .content p {
            padding-bottom: 5px;
        }

        .carousel .careerblock .content a {
            text-decoration: underline;
            text-transform: capitalize;
        }

    .carousel .pagination {
        width: 100%;
        height: 60px;
        display: block;
        overflow: visible;
        position: absolute;
        top: 50%;
        margin-top: -30px;
    }

        .carousel .pagination a {
            position: absolute;
            border-top: 30px solid transparent;
            border-bottom: 30px solid transparent;
            transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

    .carousel .carou_prev {
        width: 0;
        height: 0;
        left: -35px;
        border-right: 25px solid #b3babd;
    }

    .carousel .carou_next {
        width: 0;
        height: 0;
        right: -35px;
        border-left: 25px solid #b3babd;
    }

    .carousel .carou_prev:hover {
        border-right: 25px solid #ffc000;
    }

    .carousel .carou_next:hover {
        border-left: 25px solid #ffc000;
    }

    .carousel .carou_prev.disabled {
        cursor: default;
        border-right: 25px solid #eee !important;
    }

    .carousel .carou_next.disabled {
        cursor: default;
        border-left: 25px solid #eee !important;
    }

    .carousel + .video_block,
    .carousel + .photo_embed,
    .carousel + .rte {
        margin-top: 40px;
    }
/* Photo Carousel ---------------------------------------------*/
.photo_carousel {
    width: 100%;
    max-width: 1170px;
    display: table;
    padding: 60px 0;
    margin: 0 auto;
}

    .photo_carousel > div {
        width: 50%;
        height: auto;
        position: relative;
    }

    .photo_carousel .cycle-slideshow {
        height: 100%;
    }

        .photo_carousel .cycle-slideshow > img {
            width: 100%;
            height: auto;
        }

    .photo_carousel .caption {
        width: 100%;
        height: 100%;
        display: table !important;
    }

        .photo_carousel .caption > div {
            height: 100%;
            display: table-cell;
            vertical-align: middle;
            padding-left: 35px;
            padding-right: 35px;
        }

        .photo_carousel .caption h4,
        .photo_carousel .caption p {
            color: #000;
        }

        .photo_carousel .caption h4 {
            text-transform: capitalize;
            padding-bottom: 20px;
        }

    .photo_carousel .cycle-pager {
        width: 100%;
        font-size: 55px;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 10px;
        z-index: 101;
    }

        .photo_carousel .cycle-pager span {
            cursor: pointer;
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .photo_carousel span.cycle-pager-active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .photo_carousel .cycle-arrows {
        width: 100%;
        height: 60px;
        display: block;
        overflow: visible;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        z-index: 100;
    }

        .photo_carousel .cycle-arrows a {
            position: absolute;
            border-top: 30px solid transparent;
            border-bottom: 30px solid transparent;
            transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

    .photo_carousel .prev2 {
        width: 0;
        height: 0;
        left: 10px;
        border-right: 25px solid #fff;
    }

    .photo_carousel .next2 {
        width: 0;
        height: 0;
        right: 10px;
        border-left: 25px solid #fff;
    }

    .photo_carousel .prev2:hover {
        border-right: 25px solid #ffc000;
    }

    .photo_carousel .next2:hover {
        border-left: 25px solid #ffc000;
    }

    .photo_carousel .prev2.disabled {
        cursor: default;
        border-right: 25px solid #eee !important;
    }

    .photo_carousel .next2.disabled {
        cursor: default;
        border-left: 25px solid #eee !important;
    }

    .photo_carousel + .photo_embed,
    .photo_embed + .photo_carousel {
        border-top: 2px solid #e6e6e6;
    }

/*-------------------------------------------------------------------
Buttons
-------------------------------------------------------------------*/
.cta {
    font-family: 'Museo Sans W01_900',arial,sans-serif;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 15px 17px;
}

    .cta.default {
        color: #fff;
        background-color: #004a43;
    }

        .cta.default:hover {
            color: #000;
            background-color: #ffc000;
        }

        .cta.default:disabled {
            color: #eee;
            background-color: #004a43;
        }

    .cta .arrow_lm {
        position: relative;
        top: 2px;
        margin-left: 11px;
    }

    .cta > span {
        display: none !important;
    }
/* Live Chat Btn -----------------------------------------------*/
#livechat {
    font-family: 'Museo Sans W01_700',arial,sans-serif;
    position: fixed;
    top: 209px;
    left: -35px;
    z-index: 850;
    background: #979ca3;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*-------------------------------------------------------------------
Icons
-------------------------------------------------------------------*/
.icon {
    display: inline-block;
    overflow: hidden;
    background: url('../images/sprite.png') no-repeat;
    text-indent: -999px;
}

.triangle_up {
    width: 33px;
    height: 16px;
    max-width: 33px;
    max-height: 16px;
    background-position: -122px -5px;
}

.triangle_dwn {
    width: 24px;
    height: 12px;
    background-position: -149px 0;
}

.search_icon {
    width: 20px;
    height: 17px;
    background-position: 3px 1px;
}

.search_active {
    background-position: -2px -22px;
}

.dealerlocator_icon {
    width: 20px;
    height: 17px;
    background-position: -15px 1px;
}

.arrow {
    width: 20px;
    height: 12px;
    background-position: -96px -6px;
}

.expanded-arrw {
    background-position: -75px -6px;
}

.arrow_lm {
    width: 9px;
    height: 16px;
    background-position: -37px 0;
}

.plus_minus {
    width: 35px;
    height: 36px;
    background-position: -159px -92px;
}

.arrow_blue {
    width: 8px;
    height: 7px;
    background-position: -182px -68px;
}

/*-------------------------------------------------------------------
Tooltips
-------------------------------------------------------------------*/
.tooltip {
    display: inline-block;
    background: #004a43;
    position: relative;
    border-bottom: 6px solid #ffc000;
    box-shadow: 0 1px 0 #c6910e;
    -moz-box-shadow: 0 1px 0 #c6910e;
    -webkit-box-shadow: 0 1px 0 #c6910e;
}

    .tooltip:before, .tooltip:after {
        content: '';
        position: absolute;
        bottom: -17px;
        left: 50%;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid rgba(0,0,0,0.1);
        z-index: 1;
    }

    .tooltip:after {
        bottom: -17px;
        margin-left: -12px;
        border-top: 12px solid #ffc000;
    }

    .tooltip a {
        display: block;
        padding: 15px 16px;
    }

    .tooltip .tt_plus {
        width: 16px;
        height: 18px;
        display: block;
        background-position: -3px -74px;
    }

    .tooltip .info {
        width: 270px;
        position: absolute;
        bottom: -6px;
        right: -38px;
        pointer-events: none;
        text-indent: 0;
        background: #004a43;
        border-bottom: 6px solid #ffc000;
        box-shadow: 0 1px 0 #c6910e;
        -moz-box-shadow: 0 1px 0 #c6910e;
        -webkit-box-shadow: 0 1px 0 #c6910e;
        padding: 15px 18px;
        z-index: 1;
    }

        .tooltip .info h6 {
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            color: #fff;
            letter-spacing: -0.035em;
        }

        .tooltip .info p {
            font-family: 'Museo Sans W03_300';
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: -0.035em;
        }

/*-------------------------------------------------------------------
Modal
-------------------------------------------------------------------*/
.modal-overlay {
    opacity: .65;
    filter: alpha(opacity=65);
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-header {
    background: #000;
    color: #fff;
    padding: 14px 20px 16px;
    margin-bottom: 24px;
    font-size: 23px;
    line-height: 35px;
}

.modal-container {
    top: 100px; /* Default Position if too large for browser window */
    width: 600px;
    margin: 0 0 0 -300px;
    background: #000;
    position: absolute;
    left: 50%;
    z-index: 1001;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.3);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.3);
}

.modal-content {
    position: relative;
    padding: 22px 3px 3px;
    color: #333;
}
/* Default: .modal-close{position:absolute;top:-14px;right:-14px;text-indent:-9999px;z-index:10;}*/

/* Utility Classes */
.modal-container.modal-iframed {
    width: 700px;
    margin: 0 0 0 -350px;
}

    .modal-container.modal-iframed .modal-header {
        margin: 0;
    }

/* Custom For This Example */
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

    .modal-close .close {
        display: block;
        width: 22px;
        height: 22px;
        background: #000;
        color: #fff;
        text-align: center;
        line-height: 22px;
        text-decoration: none;
    }

        .modal-close .close:hover {
            background: #fff;
            color: #000;
        }

#modal-iframe {
    height: 450px;
}

    #modal-iframe iframe {
        height: 100%;
        border: none;
    }

/*-------------------------------------------------------------------
Contact Tab
-------------------------------------------------------------------*/
#contact_tab {
    position: fixed;
    bottom: 0;
    right: 50px;
    text-align: right;
    width: 300px;
    z-index: 1000;
}

    #contact_tab .toggle {
        display: inline-block;
        background: #004a43;
        color: #fff;
        padding: 8px 0;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        text-decoration: none;
        border: 2px solid #004a43;
        border-bottom: none;
        width: 120px;
        text-align: center;
        position: relative;
    }

        #contact_tab.open .toggle,
        #contact_tab.animating .toggle,
        #contact_tab .toggle:hover {
            color: #004a43;
            background: #fff;
            border-color: #999;
        }

            #contact_tab.open .toggle:after,
            #contact_tab.animating .toggle:after,
            #contact_tab .toggle:hover:after {
                content: '';
                width: 116px;
                position: absolute;
                bottom: -2px;
                left: 0;
                height: 2px;
                background: #fff;
            }

    #contact_tab .content {
        border: 2px solid #999;
        background: #fff;
        border-bottom: 0;
        text-align: left;
        display: none;
    }

        #contact_tab .content > div {
            padding: 30px 20px;
            background: #fff;
        }

            #contact_tab .content > div + div {
                background: #004a43;
                padding: 20px;
                min-height: 80px;
            }

            #contact_tab .content > div > a:link {
                font-weight: bold;
                display: inline-block;
                margin-top: 5px;
            }

            #contact_tab .content > div > a:visited {
                color: #004a43;
            }

            #contact_tab .content > div > a:hover {
                color: #000;
            }

            #contact_tab .content > div img {
                display: block;
                width: 100%;
            }

            #contact_tab .content > div + div > p {
                color: #fff;
                font-size: 14px;
            }

/*-------------------------------------------------------------------
Misc. Classes 
-------------------------------------------------------------------*/
.nopad {
    padding: 0 !important;
}

.hide {
    display: none;
}

.static-product-grid {
    width: 100%;
    /*padding: 0 350px;
    margin: 0 0 100px;*/
    max-width: 1000px;
    margin: 0 auto 100px;
}

.valign {
    display: table-cell;
    vertical-align: middle;
}

.static-product-grid .static-product {
    /*width: 400px;*/
    float: left;
    margin-bottom: 30px;
    margin-left: 0;
    /*padding-left: 36px;*/
}

.static-product-grid h4 {
    text-align: center;
    margin-top: 30px;
}

.error {
    color: red;
}

.success {
    color: green;
}

.hr {
    border-bottom: 1px solid black;
    margin: 10px 0;
}

img.float-left {
    float: left;
    margin: 0 20px 20px 0;
    width: 40%;
}

img.float-right {
    float: right;
    margin: 0 0 20px 20px;
    width: 40%;
}

#splash .inner_content {
    background: transparent;
}

.key-descriptor {
    border-right: solid #ffc000;
    padding: 0px 15px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
}

    .key-descriptor:last-child {
        border-right: none;
    }

.key-descriptor-section {
    position: absolute;
    right: 100px;
    bottom: 100px;
}

#splash .cta {
    margin-right: 30px;
}

.category-content h4 {
    color: #ffc000;
}

.promotion-form {
    background: #eee;
    padding: 30px;
}

#promotion-home {
    background: #eee;
}

.promotion-callouts {
    padding-top: 40px;
}

    .promotion-callouts > h3 {
        text-align: center;
    }

.promotion-callouts {
    padding-top: 50px;
}

    .promotion-callouts h3 {
        /*color: #000;*/
        /**/
        font-family: 'Museo Slab W01_900',arial,sans-serif;
        color: #232325;
        text-transform: capitalize;
        font-weight: normal;
        margin-bottom: 20px;
        line-height: 1;
    }


.subpage_promotions {
    padding: 0 0 50px;
}

    .subpage_promotions .promotion {
        height: auto;
        margin: 15px 0;
    }

        .subpage_promotions .promotion .content .inner_content {
            background: #fff;
            position: relative;
            z-index: 10;
        }

            .subpage_promotions .promotion .content .inner_content h3 {
                color: #000;
                font-family: 'Museo Slab W01_900',arial,sans-serif;
            }


            .subpage_promotions .promotion .content .inner_content p {
                color: #000;
                margin-bottom: 15px;
            }

.promotion-detail h4, .promotion-detail p {
    color: #000000;
    margin-bottom: 10px;
}

.subpage_promotions .promotion-many {
    max-width: auto;
    width: 31%;
    border: 1px solid #bbbbbb;
    margin-right: 2%;
}

    .subpage_promotions .promotion-many:last-child {
        margin-right: 0;
    }

    .subpage_promotions .promotion-many .content .images {
        position: relative;
        z-index: 2;
        height: auto;
    }

        .subpage_promotions .promotion-many .content .images img {
            width: 100%;
            height: auto;
        }

    .subpage_promotions .promotion-many .content .inner_content {
        height: 230px;
        padding: 20px;
    }

        .subpage_promotions .promotion-many .content .inner_content .arrow-up {
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 20px solid white;
            position: absolute;
            top: -20px;
            right: 30px;
        }

        .subpage_promotions .promotion-many .content .inner_content h3 {
            text-transform: capitalize;
            font-weight: normal;
            margin-bottom: 15px;
            line-height: 1;
        }

        .subpage_promotions .promotion-many .content .inner_content .cta {
            position: absolute;
            bottom: 20px;
        }


#template-contact.form-background div[id$="_fieldContainer"] {
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

#template-contact.form-background .scfMultipleLineTextLabel,
#template-contact .scfSingleLineTextLabel,
#template-contact .scfNumberLabel,
#template-contact .scfTelephoneLabel,
#template-contact .scfEmailLabel,
#template-contact .scfDatePickerLabel,
#template-contact .scfCheckBoxListLabel,
#template-contact .scfRadioButtonListLabel,
#template-contact .scfFileUploadLabel,
#template-contact .scfDropListLabel {
    color: #000
}

#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfSingleLineTextBorder:nth-child(2),
#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfSingleLineTextBorder:nth-child(5),
#template-contact div[id$="_fieldContainer"] div:nth-child(1) .scfSectionBorderAsFieldSet .scfDropListBorder:nth-child(7),
#template-contact div[id$="_fieldContainer"] div:nth-child(2) .scfSectionBorderAsFieldSet .scfDropListBorder:nth-child(4) {
    width: 100%;
}

#template-contact > .promotion-form .form-background .scfMultipleLineTextLabel, #template-contact > .promotion-form .scfSingleLineTextLabel,
#template-contact > .promotion-form .scfNumberLabel, #template-contact > .promotion-form .scfTelephoneLabel,
#template-contact > .promotion-form .scfEmailLabel, #template-contact > .promotion-form .scfDatePickerLabel,
#template-contact > .promotion-form .scfCheckBoxListLabel, #template-contact > .promotion-form .scfRadioButtonListLabel,
#template-contact > .promotion-form .scfFileUploadLabel, #template-contact > .promotion-form .scfDropListLabel {
    color: #000;
}

#template-error a:link, #template-error a:visited {
    color: #ffc000;
    text-decoration: none;
}

#main-nav > li.active .triangle_up {
    visibility: visible;
}

#main-nav > li.active > a {
    color: #ffc000;
}

.error-headline {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 20px
}

#template-error .bg_image .caption .inner_content {
    padding: 56px 50px 250px;
}

#template-error .bg_image .caption {
    width: 570px;
    height: auto;
    position: absolute;
    display: table;
    bottom: 0;
}

#template-contact .bg_image .caption .inner_content {
    padding: 56px 50px 115px;
}

#template-contact .bg_image .caption {
    width: 570px;
    height: auto;
    position: absolute;
    display: table;
    bottom: 0;
}

#homepage-overview h4 {
    color: #ffc000;
    margin-bottom: 10px;
    font-family: 'Museo Sans W01_700',arial,sans-serif;
}

.promotion h4 {
    text-transform: none;
}

.promotion-detail-inner {
    padding: 50px 120px;
}

.home-overview-inner {
    padding: 50px 120px;
}
