﻿/* ---------- GLOBAL STYLES ---------- */
.module {
    margin-bottom: 40px;
}

    .module li {
        margin-bottom: 8px;
    }

@media (min-width:768px) {
    .module.border-bottom {
        border-bottom: 1px #d8d8d8 solid;
        padding-bottom: 20px;
    }
}

/* ---------- HOME PAGE: BANNER ROTATOR ---------- */
.home-wrapper {
    margin: auto;
    overflow:hidden;
}

@media (min-width:1000px) {
    .home-wrapper {
        max-width: 1920px;
        min-width: 960px;
    }

    .tabbed-myetc {
        color: #fff;
        line-height: 40px;
        letter-spacing: 1px;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 5px 1px;
        background: rgb(255, 255, 255);
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }
}

/*mobile only hero*/
.mobile-hero {
    position: relative;
}

    .mobile-hero a {
        display: block;
    }

    .mobile-hero .caption {
        background: #000;
        background: rgba(0,0,0,0.7);
        bottom: 0;
        color: #fff;
        font-family: FrutigerLTCom-BlackCn, Arial;
        font-size: 29px;
        line-height: 32px;
        padding: 18px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

/* desktop only rotator */
.banner-rotator {
}

    .banner-rotator > .carousel {
        margin: auto;
        padding-bottom: 75px;
    }

        .banner-rotator > .carousel > .carousel-indicators {
        }

            .banner-rotator > .carousel > .carousel-indicators > li {
                border: 0;
                -webkit-box-shadow: inset 1px 1px 1px 2px rgba(0, 0, 0, 0.15);
                box-shadow: inset 1px 1px 1px 2px rgba(0, 0, 0, 0.15);
                height: 15px;
                vertical-align: middle;
                width: 15px;
            }

                .banner-rotator > .carousel > .carousel-indicators > li.active {
                    background-color: #00aeef;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    height: 15px;
                    vertical-align: middle;
                    width: 15px;
                }

        .banner-rotator > .carousel > .carousel-inner {
        }

            .banner-rotator > .carousel > .carousel-inner > .item {
                background-position: center;
                background-repeat: no-repeat;
                width: 100%;
            }

                .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption {
                    bottom: 0 !important;
                    left: 0 !important;
                    margin: auto;
                    padding-top: 45px;
                    right: 0 !important;
                    text-align: right;
                    text-shadow: none;
                    top: 0 !important;
                    width: 750px;
                    z-index: 10;
                }

                    .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container {
                        float: right;
                        padding-left: 30px;
                        padding-right: 30px;
                        width: 75%;
                    }

                        .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container > h1 {
                            float: right;
                            font-family: FrutigerLTCom-Black, Arial;
                            font-size: 50px;
                            line-height: 52px;
                            margin-bottom: 30px;
                            text-transform: uppercase;
                        }

                        .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container > .caption {
                            float: right;
                            width: 75%;
                        }

                            .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container > .caption > p {
                                font-family: FrutigerLTCom-Bold, Arial;
                                font-size: 18px;
                                line-height: 24px;
                                margin-bottom: 30px;
                            }

                            .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container > .caption > .btn-primary {
                                background-color: #cf102d;
                                border-color: #cf102d;
                            }

                                .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container > .caption > .btn-primary:hover {
                                    background-color: #990f24;
                                    border-color: #990f24;
                                }

                    .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.white {
                    }

                        .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.white > .container {
                        }

                            .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.white > .container > h1 {
                                color: #fff;
                            }

                            .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.white > .container > .caption {
                            }

                                .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.white > .container > .caption > p {
                                    color: #fff;
                                }

                    .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.black {
                    }

                        .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.black > .container {
                        }

                            .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.black > .container > h1 {
                                color: #000;
                            }

                            .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.black > .container > .caption {
                            }

                                .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption.black > .container > .caption > p {
                                    color: #000;
                                }


@media (min-width:1000px) {
    .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption {
        width: 960px;
    }

        .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container {
            padding-left: 15px;
            padding-right: 15px;
            width: 65%;
        }
}

.ie8 .banner-rotator {
}

    .ie8 .banner-rotator > .carousel {
    }

        .ie8 .banner-rotator > .carousel > .carousel-indicators {
        }

            .ie8 .banner-rotator > .carousel > .carousel-indicators > li {
                background: #ccc;
                border-radius: 50%;
                behavior: url(/Content/Styles/PIE.htc);
            }

                .ie8 .banner-rotator > .carousel > .carousel-indicators > li.active {
                    background-color: #679ac9;
                }

/* ---------- HOME PAGE: THREE COLUMN - WHAT'S HAPPENING AT ETC ---------- */
.three-boxes h2 {
    color: #000;
    font-family: FrutigerLTCom-BlackCn, Arial;
    font-size: 35px;
    margin: 10px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

featured-product .three-boxes h6 {
    color: #565656;
}

@media (max-width:767px) {
    .three-boxes .col-md-4 .widgetBody {
        margin-top: 40px;
    }

    .three-boxes .col-md-4:first-child .widgetBody {
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .three-boxes .col-md-4 {
        padding-bottom: 18px;
    }
}


.three-boxes h5 {
    margin-bottom: 12px;
}

/* ---------- HOME PAGE: FEATURED CONTENT ---------- */
.content-featured-carousel {
    position: relative;
}

    .content-featured-carousel a p {
        color: #565656;
    }

p.title,
p.title a,
a p.title,
p.sub-title,
a p.sub-title {
    color: #1191c2;
    font-family: FrutigerLTCom-Roman, Arial;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

p.sub-title,
a p.sub-title {
    padding-bottom: 8px;
}

.content-featured-carousel ul {
    display: block;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

@media (min-width:768px) {
    .content-featured-carousel ul {
        margin: 0 -15px;
        overflow: hidden;
        width: 990px;
    }

    .content-featured-carousel .carousel-inner {
        margin-left:15px; 
    }

        .content-featured-carousel ul.active {
            left: 0;
            width: 100%;
        }

        .content-featured-carousel ul li {
            display: block;
            float: left;
            margin: 0;
            padding: 0 15px;
            width: 25%;
        }

            .content-featured-carousel ul li:hover a {
                text-decoration: none;
            }

            .content-featured-carousel ul li:hover .learn-more {
                visibility: visible;
            }

    .content-featured-carousel .arrow {
        background-color: #fff;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
    }

        .content-featured-carousel .arrow > a {
            cursor: pointer;
            display: block;
            height: 61px;
            position: relative;
            top: 80px;
            width: 31px;
        }

    .content-featured-carousel .arrow-left {
        left: -16px !important;
        right: auto;
    }

        .content-featured-carousel .arrow-left > a {
            background-position: 0 -229px;
        }

            .content-featured-carousel .arrow-left > a:hover {
                background-position: 0 -290px;
            }

    .content-featured-carousel .arrow-right {
        left: auto;
        right: -16px;
    }

        .content-featured-carousel .arrow-right > a {
            background-position: 0 -168px;
        }

            .content-featured-carousel .arrow-right > a:hover {
                background-position: 0 -351px;
            }

    .content-featured-carousel .btn-arrow {
        background: #cf102d;
        border-color: #cf102d;
        position: relative;
    }

        .content-featured-carousel .btn-arrow:after,
        .content-featured-carousel .btn-arrow:before {
            border: solid transparent;
            content: " ";
            height: 0;
            pointer-events: none;
            position: absolute;
            top: 100%;
            width: 0;
        }

        .content-featured-carousel .btn-arrow:after {
            border-color: rgba(207, 16, 45, 0);
            border-top-color: #cf102d;
            border-width: 8px;
            left: 50%;
            margin-left: -8px;
        }

        .content-featured-carousel .btn-arrow:before {
            border-color: rgba(207, 16, 45, 0);
            border-top-color: #cf102d;
            border-width: 9px;
            left: 50%;
            margin-left: -9px;
        }

    .content-featured-carousel .learn-more {
        border-top: 8px solid #d4d4d4;
        margin-bottom: 10px;
        margin-top: 25px;
        text-align: center;
        visibility: hidden;
    }
}

.content-featured-carousel .content-featured-block {
    padding: 0;
}

.content-featured-block {
    padding: 0 15px;
}

    .content-featured-block > a {
        display: block;
        padding-bottom: 10px;
        position: relative;
    }

        .content-featured-block > a:hover .btn-play {
            cursor: pointer;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

@media (max-width:767px) {
    .content-featured-carousel {
        height: auto !important;
    }

        .content-featured-carousel .arrow {
            display: none;
        }

        .content-featured-carousel .carousel-inner .item {
            display: block !important;
            margin: 0;
        }

            .content-featured-carousel .carousel-inner .item > li {
                margin-bottom: 10px;
            }

                .content-featured-carousel .carousel-inner .item > li p {
                    margin: 0;
                    padding: 0;
                }

                .content-featured-carousel .carousel-inner .item > li .sub-title {
                    color: #474747;
                    font-size: 18px;
                    line-height: 24px;
                }

        .content-featured-carousel .carousel-inner > .item:first-child > li:first-child {
            margin-bottom: 50px;
        }

            .content-featured-carousel .carousel-inner > .item:first-child > li:first-child .sub-title {
                color: #428bca;
                font-size: 24px;
                text-align: center;
            }

            .content-featured-carousel .carousel-inner > .item:first-child > li:first-child img {
                display: block;
                margin-bottom: 5px;
                width: 100%;
            }

        .content-featured-carousel .content-featured-block .learn-more,
        .content-featured-carousel .content-featured-block img {
            display: none;
        }
}

/* ---------- ICONS -------- */
.sprite.question-mark {
    background-position: -28px -28px;
    height: 44px;
    width: 44px;
}

.sprite.globe {
    background-position: -28px -73px;
    height: 47px;
    width: 47px;
}

.sprite.support {
    background-position: -28px -120px;
    height: 36px;
    width: 38px;
}

.sprite.talk-bubbles {
    background-position: -33px -156px;
    height: 28px;
    width: 40px;
}

.sprite.white-papers {
    background-position: -31px -187px;
    height: 34px;
    width: 35px;
}

.sprite.book {
    background-position: -32px -222px;
    height: 31px;
    width: 41px;
}

.sprite.demo {
    background-position: -144px 0;
    height: 44px;
    width: 49px;
}

.sprite.comment {
    background-position: -33px -352px;
    height: 26px;
    width: 26px;
}

.post {
    background-position: -34px -382px;
    height: 35px;
    width: 33px;
}

/* ---------- CIRCLES -------- */
.circle {
    background: #328295;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
}

.ie8 .circle {
    behavior: url(/Content/Styles/PIE.htc);
}

.circle.small {
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.circle.green {
    background: #215f2f;
}

.circle.green-v2 {
    background: #3f7c47;
}

.circle.green-v3 {
    background: #5fb199;
}

.circle.green-v4 {
    background: #569e5e;
}

.circle.green-v5 {
    background: #97ba5b;
}

.circle.yellow {
    background: #cccc00;
}

.circle.blue {
    background: #376995;
}

.circle.purple {
    background: #663399;
}

.circle.orange {
    background: #e69500;
}

.circle.pink {
    background: #ffc0cb;
}

/* ---------- SUB NAV -------- */
.sub-nav {
    list-style-type: none !important;
}
.careers-nav {
    list-style-type: none !important;
}

.myetc-nav {
    list-style-type: none !important;
}


@media (min-width:1000px) {
    .sub-nav { /* !important, overriding bootstrap collapse, used on mobile */
        border-bottom: 9px solid #ededed;
        display: block !important;
        height: 46px !important;
        margin: 25px 0 !important;
    }

        .sub-nav li {
            display: block;
            float: left;
            margin: 0 5px 0 0;
            padding: 0;
            line-height: 21px;
        }

            .sub-nav li a {
                border-bottom: 9px solid #ededed;
                color: #565656;
                display: block;
                font-family: FrutigerLTCom-BoldCn, Arial;
                font-size: 13px;
                height: 46px;
                padding: 0 5px;
                text-transform: uppercase;
                outline: none;
            }

                .sub-nav li a:hover,
                .sub-nav li a:focus,
                .sub-nav li.active a:hover {
                    color: #cf102d;
                    text-decoration: none;
                }

            .sub-nav li.active a {
                color: #565656;
                border-color: #cf102d;
            }


        .sub-nav.table-style {
            display: table;
            width: 100%;
        }

            .sub-nav.table-style li {
                display: table-cell;
                margin: 0;
            }

        /* Carrers Nav */
       .careers-nav { /* !important, overriding bootstrap collapse, used on mobile */
        display: block !important;
        height: 46px !important;
        margin: 25px 0 !important;
        background-color: #21242a;
        margin-top: -100px;
        padding-left: 15px;
        padding-right: 15px;
        opacity: 0.9;
        color: #00aeef;
    }
        .careers-nav + .row {
            margin-top: -10px;
        }

        .careers-nav li {
            display: block;
            float: left;
            margin: 0 5px 0 0;
            padding: 0;
            line-height: 21px;
        }

            .careers-nav li a {
                display: block;
                color: #fff;
                font-family: FrutigerLTCom-BlackCn, Arial;
                font-size: 18px;
                padding: 0;
                height: 46px;
                padding: 10px 10px 10px 10px;
                outline: none;
            }

                .careers-nav li a:hover,
                .careers-nav li a:focus,
                .careers-nav li.active a:hover {
                color: #00aeef;
                text-decoration: none;
                }

            .careers-nav li.active a {
                color: #00aeef;
            }

        .careers-nav.table-style {
            display: table;
            width: 100%;
        }

            .careers-nav.table-style li {
                display: table-cell;
                margin: 0;
            }
        /* end Carrers Nav */

       /* MyETC Nav */
       .myetc-nav { /* !important, overriding bootstrap collapse, used on mobile */
        display: block !important;
        /*height: 46px !important;*/
        /*margin: 25px 0 !important;*/
        background-color: #21242a;
        margin-top: -100px;
        padding-left: 15px;
        padding-right: 15px;
        opacity: 0.9;
        color: #00aeef;
    }
        .myetc-nav + .row {
            margin-top: -10px;
        }

        .myetc-nav li {
            display: block;
            float: left;
            margin: 0 5px 0 0;
            padding: 0;
            line-height: 21px;
        }

            .myetc-nav li a {
                display: block;
                color: #fff;
                font-family: FrutigerLTCom-BlackCn, Arial;
                font-size: 15px;
                padding: 0;
                height: 46px;
                padding: 10px 10px 10px 10px;
                outline: none;
            }

                .myetc-nav li a:hover,
                .myetc-nav li a:focus,
                .myetc-nav li.active a:hover {
                color: #00aeef;
                text-decoration: none;
                }

            .myetc-nav li.active a {
                color: #00aeef;
            }

        .myetc-nav.table-style {
            display: table;
            width: 100%;
        }

            .myetc-nav.table-style li {
                display: table-cell;
                margin: 0;
            }
        /* end MyETC Nav */
}

/* end desktop */

/* mobile dropdown */
.tabbed-navigation .mobile-toggle {
    display: none;
}

.tabbed-navigation:after {
    clear: both;
    content: "";
    display: table;
}

.tabbed-careers .mobile-toggle {
    display: none;
}

.tabbed-careers:after {
    clear: both;
    content: "";
    display: table;
}

.tabbed-myetc .mobile-toggle {
    display: none;
}

.tabbed-myetc:after {
    clear: both;
    content: "";
    display: table;
}

@media (max-width:999px) {
    .tabbed-navigation {
        margin: 30px 0;
    }

        .tabbed-navigation .mobile-toggle {
            background: url(../Images/White_Arrow_bar.png) no-repeat #ffffff center right;
            border: 1px solid #ccc;
            border-bottom-color: transparent;
            border-radius: 4px 4px 0 0;
            color: #474747;
            display: block;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            padding: 0 15px;
            text-decoration: none;
            /*width: 300px;*/
			width:100%;
        }

            .tabbed-navigation .mobile-toggle.collapsed {
                border: 1px solid #ccc;
                border-radius: 4px;
            }

    .tabbed-careers {
        margin: 30px 0;
    }

        .tabbed-careers .mobile-toggle {
            background: url(../Images/White_Arrow_bar.png) no-repeat #ffffff center right;
            border: 1px solid #ccc;
            border-bottom-color: transparent;
            border-radius: 4px 4px 0 0;
            color: #474747;
            display: block;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            padding: 0 15px;
            text-decoration: none;
            width: 300px;
        }

            .tabbed-careers .mobile-toggle.collapsed {
                border: 1px solid #ccc;
                border-radius: 4px;
            }

    .tabbed-myetc {
        color: #fff;
        line-height: 40px;
        letter-spacing: 1px;
        width: 100%;
        margin: 30px 0;
        }

        .tabbed-myetc .mobile-toggle {
            background: url(../Images/White_Arrow_bar.png) no-repeat #ffffff center right;
            border: 1px solid #ccc;
            border-bottom-color: transparent;
            border-radius: 4px 4px 0 0;
            color: #474747;
            display: block;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            padding: 0 15px;
            text-decoration: none;
            width: 300px;
        }

            .tabbed-myetc .mobile-toggle.collapsed {
                border: 1px solid #ccc;
                border-radius: 4px;
            }

    .sub-nav {
        border-top: 1px solid #ccc;
        margin: 0 !important;
        max-width: 100% !important; /* override inline styles*/
        padding: 0;
        /* width: 300px !important; *//* override inline styles*/
		width: 100% !important; /* override inline styles*/

    }

        .sub-nav > li {
            border: 1px solid #ccc;
            border-top: 0;
            padding: 0 !important;
        }

            .sub-nav > li:last-child {
                border-radius: 0 0 4px 4px;
            }

            .sub-nav > li a,
            .sub-nav > li a:visited,
            .sub-nav > li a:active,
            .sub-nav > li a:focus {
                color: #474747;
                display: block;
                font-size: 14px;
                line-height: 14px;
                padding: 10px 15px;
            }

            .sub-nav > li.active a {
                background: #f1f1f1;
            }

            /* Careers nav */

        .careers-nav {
        border-top: 1px solid #ccc;
        margin: 0 !important;
        max-width: 100% !important; /* override inline styles*/
        padding: 0;
        width: 300px !important; /* override inline styles*/
        }

            .careers-nav > li {
                border: 1px solid #ccc;
                border-top: 0;
                padding: 0 !important;
            }

                .careers-nav > li:last-child {
                    border-radius: 0 0 4px 4px;
                }

                .careers-nav > li a,
                .careers-nav > li a:visited,
                .careers-nav > li a:active,
                .careers-nav > li a:focus {
                    color: #474747;
                    display: block;
                    font-size: 14px;
                    line-height: 14px;
                    padding: 10px 15px;
                }

                .careers-nav > li.active a {
                    background: #f1f1f1;
                }

            /* */

            /* MyETC nav */

        .myetc-nav {
        border-top: 1px solid #ccc;
        margin: 0 !important;
        max-width: 100% !important; /* override inline styles*/
        padding: 0;
        width: 300px !important; /* override inline styles*/
        }

            .myetc-nav > li {
                border: 1px solid #ccc;
                border-top: 0;
                padding: 0 !important;
            }

                .myetc-nav > li:last-child {
                    border-radius: 0 0 4px 4px;
                }

                .myetc-nav > li a,
                .myetc-nav > li a:visited,
                .myetc-nav > li a:active,
                .myetc-nav > li a:focus {
                    color: #474747;
                    display: block;
                    font-size: 14px;
                    line-height: 14px;
                    padding: 10px 15px;
                }

                .myetc-nav > li.active a {
                    background: #f1f1f1;
                }

            /* */
}

@media (max-width:480px) {
    .tabbed-navigation,
    .tabbed-navigation .mobile-toggle,
    .sub-nav {
        width: 100% !important; /* override inline styles */
    }
}

@media (max-width:480px) {
    .tabbed-careers,
    .tabbed-careers .mobile-toggle,
    .careers-nav {
        width: 100% !important; /* override inline styles */
    }
}

@media (max-width:480px) {
    .tabbed-myetc,
    .tabbed-myetc .mobile-toggle,
    .myetc-nav {
        width: 100% !important; /* override inline styles */
    }
}

/* ---------- PRODUCT FAMILY ---------- */
@media (max-width:767px) {
    .region-identifier {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    .region-identifier {
        text-align: right;
    }
}

.content-callout-list-region-identifier {
    float: right;
    margin-top: -70px;
    position:relative;
}

@media (max-width:767px) {
    .content-callout-list-region-identifier {
        float:none;
        margin-top:auto;
        position:unset;
    }
}


/* three/four/five columns - featured products */
.featured-products {
}

    .featured-products .row {
        margin-right: 0px;
    }

    .featured-products .row + .row {
        margin-top: 40px;
    }

    .featured-products a {
        display: block;
    }

        .featured-products a h3,
        .featured-products a h5,
        .featured-products a p {
            margin: 0;
        }

        .featured-products a h3 {
            color: #1191c2;
            font-family: FrutigerLTCom-BoldCn, Arial;
            padding-bottom: 10px;
            padding-top: 20px;
        }

        .featured-products a h5 {
            color: #000000;
            padding-bottom: 0;
            padding-top: 0;
        }

        .featured-products a img {
            display: block;
            width: 100%;
        }

        .featured-products a p {
            color: #565656;
            padding-bottom: 10px;
        }

        .featured-products a:hover {
            cursor: pointer;
            text-decoration: none;
        }



    .featured-products .col-md-3 a h3 {
        font-size: 21px;
    }

    .featured-products .col-md-3 a h5 {
        font-size: 16px;
    }

    .featured-products .col-5 a h3 {
        font-size: 21px;
    }

    .featured-products .col-5 a h5 {
        font-size: 14px;
    }

    .featured-products .col-5 a p {
        display: none;
    }

@media (max-width:767px) {
    .featured-products a {
        margin-bottom: 50px;
    }
}

@media (min-width:768px) {
    .featured-products a {
        padding-bottom: 86px;
        position: relative;
    }

        .featured-products a .caption {
            background-color: #fff;
            bottom: 0;
            position: absolute;
            width: 100%;
        }

        .featured-products a p {
            display: none;
        }

    .featured-products .col-md-12 a:hover p,
    .featured-products .col-md-6 a:hover p,
    .featured-products .col-md-4 a:hover p,
    .featured-products .col-md-3 a:hover p {
        display: block;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .featured-products a:hover .caption {
        border-bottom: 5px solid #efefef;
        padding-bottom: 15px;
    }

    .featured-products .col-md-12 a:hover .caption,
    .featured-products .col-md-6 a:hover .caption,
    .featured-products .col-md-4 a:hover .caption,
    .featured-products .col-md-3 a:hover .caption {
        bottom: -25px;
    }

    .featured-products .col-5 a:hover .caption {
        bottom: -5px;
    }

    .featured-products .col-md-12 a:hover .image,
    .featured-products .col-md-6 a:hover .image,
    .featured-products .col-md-4 a:hover .image,
    .featured-products .col-md-3 a:hover .image {
        overflow: hidden;
    }
}


/* one column - featured product */
.featured-product {
    position: relative;
}

    .featured-product.container {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .featured-product img {
        height: auto !important;
        max-width: 100% !important;
    }

@media (max-width:767px) {
    .carousel-caption {
        bottom: auto;
        color: #000;
        left: auto;
        padding-bottom: 0;
        position: relative;
        right: auto;
        text-align: left;
        text-shadow: none;
        top: auto;
    }

    .featured-product .black h1,
    .featured-product .black p,
    .featured-product .white h1,
    .featured-product .white p {
        color: #000;
    }
}

@media (min-width:768px) {
    .featured-product .carousel-caption {
        left: 40px !important;
        position: absolute;
        text-align: left;
        top: 30px;
    }

        .featured-product .carousel-caption h1 {
            float: none;
            font-size: 35px;
        }

    .featured-product .caption {
        float: left;
        width: 100%;
    }

    .featured-product .black h1,
    .featured-product .black p {
        color: #000;
    }

    .featured-product .white h1,
    .featured-product .white p {
        color: #fff;
    }
}

@media (min-width:1000px) {
    .featured-product .carousel-caption h1 {
        font-size: 50px;
    }
}

/* product group */
.product-group-icons {
}

@media (max-width:767px) {
    .product-group-icons .widgetBody {
        margin-bottom: 40px;
    }

    .product-group-icons .sprite {
        margin-bottom: 10px;
    }

    .product-group-icons .col-md-2,
    .product-group-icons .col-md-10 {
        padding: 0;
    }
}

@media (max-width:480px) {
    .news-article-carousel {
        margin-bottom: 40px;
    }

        .news-article-carousel .arrows {
            display: none;
        }

        .news-article-carousel .item {
            display: block;
            margin-bottom: 40px;
        }

        .news-article-carousel .carousel-inner .item .image-rotator {
            display: block;
        }

        .news-article-carousel .carousel-inner .item:first-child .image-rotator {
            display: block;
        }
}

@media (min-width:481) and (max-width:767px) {

    .news-article-carousel {
        margin-bottom: 40px;
    }

        .news-article-carousel .arrows {
            display: none;
        }

        .news-article-carousel .item {
            display: block;
            margin-bottom: 40px;
        }

        .news-article-carousel .carousel-inner .item .image-rotator {
            display: none;
        }

        .news-article-carousel .carousel-inner .item:first-child .image-rotator {
            display: block;
        }
}

/* image rotator */
.image-rotator {
    position: relative;
}

    .image-rotator .arrows {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .image-rotator .arrows > a {
            height: 46px;
            position: absolute;
            margin-top: -23px;
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            top: 50%;
            width: 23px;
        }

            .image-rotator .arrows > a:hover {
                cursor: pointer;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            }

        .image-rotator .arrows > .arrow-left {
            background-position: -33px -255px;
            left: 0;
        }

        .image-rotator .arrows > .arrow-right {
            background-position: -32px -303px;
            right: 0;
        }

/* resources list */
.resources .row {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .resources h4 {
        margin-bottom: 20px;
    }

    .resources h5 {
        margin: 10px 0 5px;
    }

    .resources .sprite {
        display: none;
    }
}

@media (min-width:768px) {
    .resources h5 {
        margin-top: 0;
    }
}

@media (min-width:1000px) {
    .resources .sprite {
        margin-left: 20px;
    }
}

/* ---------- PRODUCT LIST -------- */
.table-title {
    color: #679ac9;
    font-family: FrutigerLTCom-BoldCn, Arial;
    font-size: 23px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.list-circle {
    background: #679ac9;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.ie8 .list-circle {
    behavior: url(/Content/Styles/PIE.htc);
}

.list-circle:hover {
    background: #cf102d;
    -webkit-box-shadow: 1px 1px 5px 5px rgba(207, 16, 45, 0.4);
    box-shadow: 1px 1px 5px 5px rgba(207, 16, 45, 0.4);
}

.ie8 .list-circle:hover {
    box-shadow: 0 0 0 0 transparent;
}

p .list-circle:hover {
    background: #679ac9;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.list-circle.gray {
    background: #d8d8d8;
}

    .list-circle.gray:hover {
        background: #d8d8d8;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }

.first h5 {
    margin-top: 5px;
}

@media (max-width:767px) {
    .first h5 {
        margin: 5px;
    }
}

.back-to-top:hover {
    cursor: pointer;
}

.back-to-top span {
    background-position: -87px -425px;
    display: inline-block;
    height: 21px;
    margin: -5px 0 0 5px;
    text-transform: uppercase;
    vertical-align: top;
    width: 16px;
}

    .back-to-top span:hover {
        cursor: pointer;
    }

/* ---------- CONTACT US -------- */

@media (min-width:1000px) {
    .contact h4 {
        margin: 2px 0 10px -20px;
    }

    .contact h5 {
        margin: 5px 0 10px -5px;
    }
}

@media (min-width:768px) and (max-width:999px) {
    .contact .circle-container {
        float: none;
        width: 100%;
    }
}

@media (max-width:999px) {
    .contact .circle-container {
        margin-bottom: 5px;
    }
}

@media (max-width:767px) {
    .contact-featured img {
        margin-bottom: 10px;
    }

    .contact.module {
        margin-bottom: 0;
    }

        .contact.module > .col-md-4 {
            margin-top: 25px;
        }

    .contact-featured.module {
        margin-bottom: 0;
    }

    .location-title {
        margin-bottom: 5px;
    }

        .location-title .circle-container {
            float: left;
        }

        .location-title h4.location,
        .location-title h5.location {
            height: 26px;
            line-height: 26px;
            margin: 0;
        }
}

@media (max-width:767px) {
    [data-ux-pagebuilder="Column"] {
        width: 100%;
    }
}

.region-asia .circle-container, .region-europe .circle-container {
    display: none;
}

/* map */
.map-location {
    background-position: -87px -447px;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    width: 13px;
    vertical-align: top;
}

.map {
    background: url(../Images/contact-map.png) no-repeat left 65px;
    height: 450px;
    position: relative;
    width: 100%;
}

    .map .circle {
        float: left;
        margin-right: 5px;
    }

    .map div {
        width: 140px;
    }

    .map .content {
        color: #231f20;
        float: right;
        margin-top: 4px;
        width: 108px;
    }

    .map .headquarters {
        left: 250px;
        position: absolute;
        top: 50px;
    }

    .map .northeast {
        position: absolute;
        right: 50px;
        top: 108px;
    }

    .map .southeast {
        position: absolute;
        right: 95px;
        top: 275px;
    }

    .map .west {
        left: 40px;
        position: absolute;
        top: 315px;
    }

    .map .southwest {
        left: 245px;
        position: absolute;
        top: 289px;
    }

    .map p {
        margin: 5px 0 0;
    }

        .map p.uppercase,
        .map li {
            font-family: FrutigerLTCom-Condensed, Arial;
        }

    .map li {
        color: #565656;
        font-size: 11px;
        line-height: 16px;
        margin: 0;
        text-transform: uppercase;
    }

.circle-pos1 {
    background: none repeat scroll 0 0 #328295;
}

circle-pos2 {
    background: none repeat scroll 0 0 #3F7C47;
}

.circle-pos3 {
    background: none repeat scroll 0 0 #215F2F;
}

.circle-pos4 {
    background: none repeat scroll 0 0 #568e7f;
}

.circle-pos5 {
    background: none repeat scroll 0 0 #376995;
}

.office-location-image {
    margin-bottom: 10px;
}

/* ---------- SUPPORT -------- */
/* 7 columns - support article by product type */
.support-articles a h6 {
    color: #565656;
}

.support-image {
    display: table-cell;
    height: 95px;
    margin: auto;
    vertical-align: bottom;
    width: 1%;
}

    .support-image img {
        vertical-align: bottom;
    }

@media (max-width:767px) {
    .support-columns .col-7 .widgetBody,
    .support-columns .col-5 .widgetBody {
        margin-top: 30px;
    }
}

.support-bottom-right .widgetBody {
    margin-bottom: 20px;
}

/* 5 columns - support types, spectrum of colors/icons */
.support-spectrum span.sprite {
    display: block;
    height: 66px;
    margin: 0 auto 25px;
    width: 66px;
}

.support-spectrum .one .sprite {
    background-position: -75px 0;
}

.support-spectrum .one a h6 {
    color: #376793;
}

.support-spectrum .two .sprite {
    background-position: -75px -68px;
}

.support-spectrum .two a h6 {
    color: #378193;
}

.support-spectrum .three .sprite {
    background-position: -75px -136px;
}

.support-spectrum .three a h6 {
    color: #568d7d;
}

.support-spectrum .four .sprite {
    background-position: -75px -204px;
}

.support-spectrum .four a h6 {
    color: #407b47;
}

.support-spectrum .five .sprite {
    background-position: -75px -272px;
}

.support-spectrum .five a h6 {
    color: #40683c;
}

/* -----------FIND DEALER FORM ------------*/
.dealer-form.container {
    padding-left: 0;
    padding-right: 0;
}

.dealer-form ul {
    list-style-type: none;
    margin: 0;
}

@media (max-width:999px) {
    .dealer-form ul {
        margin-top: 30px;
    }

    .dealer-form .tool-tip {
        margin-left: 5px;
    }

    .dealer-form .prettycheckbox label {
        font-size: 13px;
    }
}

.dealer-form-postal-code {
    display: none;
}

/* ---------- FIND DEALER RESULTS -------- */

/* Dealer Results*/
@media (max-width:767px) {
    .dealer-map {
        display: none !important;
    }

    .map-column {
        height: auto !important;
    }
}

.dealer-map .map-container {
    height: 407px;
    width: 407px;
}

@media (min-width:1000px) {
    .dealer-map .map-container {
        height: 450px;
        width: 535px;
    }
}

#gmap-canvas img {
    max-width: none;
}

.gmap-labels {
    color: #ffffff;
    font-weight: bold;
}

.find-dealer-results {
}

    .find-dealer-results .legend {
    }

        .find-dealer-results .legend > div {
            display: inline-block;
            margin-right: 15px;
            white-space: nowrap;
        }

@media (max-width:767px) {
    .find-dealer-results .legend > div {
        display: block;
        margin: 0 0 10px;
    }
}

.find-dealer-results .legend .circle {
    font-weight: 600;
}

.find-dealer-results .map {
}

    .find-dealer-results .map > img {
        border: 1px solid #d8d8d8;
    }

.find-dealer-results ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .find-dealer-results ol > li {
        counter-increment: customlistcounter;
        margin-bottom: 30px;
    }

        .find-dealer-results ol > li .dealer-title {
            float: left;
            margin-left: 30px;
        }

            .find-dealer-results ol > li .dealer-title h5 {
                display: inline-block;
                margin-bottom: 10px;
                margin-right: 10px;
                vertical-align: middle;
            }

            .find-dealer-results ol > li .dealer-title .dealer-indicators {
                display: inline-block;
                margin-bottom: 10px;
                vertical-align: middle;
            }

                .find-dealer-results ol > li .dealer-title .dealer-indicators > span {
                }

                    .find-dealer-results ol > li .dealer-title .dealer-indicators > span + span {
                        margin-left: 5px;
                    }

        .find-dealer-results ol > li h5 {
            padding-top: 6px;
        }

        .find-dealer-results ol > li p {
            margin-left: 30px;
        }

        .find-dealer-results ol > li:before {
            border-right: 2px solid #aaaaaa;
            content: counter(customlistcounter);
            font-size: 22px;
            left: -30px;
            line-height: 16px;
            margin-top: 8px;
            padding: 0 8px 4px 8px;
            position: absolute;
            text-align: right;
            width: 67px;
        }

    .find-dealer-results ol:first-child {
        counter-reset: customlistcounter;
    }

/* search results */
.dealer-search-again {
    margin: 5px 0 30px;
}

.dealer-search-again a {
    color: #679ac9;
    font-family: FrutigerLTCom-Bold, Arial;
    font-size: 16px;
}

.dealer-search-again a:hover {
    text-decoration:none; 
}

.dealer-search-again a .glyphicon-plus {
        display: none;
    }

    .dealer-search-again a.collapsed .glyphicon-minus {
        display: none;
    }

    .dealer-search-again a.collapsed .glyphicon-plus {
        display: inline-block;
    }

.dealer-search-again .form h5 {
    margin-top:10px;
}

/* ---------- ARTICLE -------- */
.article {
}

    .article h1 {
        font-family: FrutigerLTCom-Roman, Arial;
        font-size: 28px;
        text-transform: none;
    }

    .article h2 {
        color: #231F20;
        font-family: FrutigerLTCom-Roman, Arial;
        font-size: 22px;
        margin: 15px 0 5px 0;
    }

        .article h2 > strong {
            font-family: FrutigerLTCom-BoldCn, Arial;
            font-weight: 500;
            text-transform: uppercase;
        }

    .article h3 {
        color: #231F20;
        font-family: FrutigerLTCom-Roman, Arial;
        font-size: 18px;
        margin: 15px 0 5px 0;
        text-transform: none;
    }

    .article h4 {
        color: #231f20;
        font-family: FrutigerLTCom-Roman, Arial;
        font-size: 16px;
        margin: 15px 0 5px 0;
    }

    .article h5 {
        color: #231f20;
        font-family: FrutigerLTCom-Roman, Arial;
        font-size: 14px;
        margin: 15px 0 5px 0;
    }

    .article h6 {
        color: #231f20;
        font-family: FrutigerLTCom-Roman, Arial;
        font-size: 13px;
        margin: 15px 0 5px 0;
    }

    .article ol,
    .article ul {
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: 0;
    }

        .article ol > li,
        .article ul > li {
            padding-bottom: 0;
            margin-bottom: 8px;
        }

    .article ul {
        list-style: disc;
        padding-left: 35px;
    }

    .article section {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .article table {
        table-layout: fixed;
        margin-bottom: 20px;
        width: 100%;
    }

        .article table > * {
        }

            .article table > * > tr {
            }

                .article table > * > tr > * {
                    padding: 8px;
                }

                    .article table > * > tr > *:first-child {
                        text-align: left;
                        border-left: none;
                    }

                    .article table > * > tr > *:last-child {
                        border-right: none;
                    }

                .article table > * > tr > th {
                    border-bottom: none;
                    border-left: #d8d8d8 1px solid;
                    border-right: #d8d8d8 1px solid;
                    border-top: #d8d8d8 1px solid;
                    font-size: 13px;
                    font-weight: normal;
                    text-align: center;
                }

                .article table > * > tr > td {
                    border-bottom: none;
                    border-left: #d8d8d8 1px solid;
                    border-right: #d8d8d8 1px solid;
                    border-top: #d8d8d8 1px solid;
                    font-size: 12px;
                    text-align: center;
                    vertical-align: middle;
                }

        .article table > thead {
        }

            .article table > thead > tr {
            }

                .article table > thead > tr > th {
                    background: #f2f2f2;
                    border-top: none;
                }

        .article table > tbody {
        }

            .article table > tbody > tr {
            }

                .article table > tbody > tr > th {
                    font-size: 15px;
                }


.image-caption {
    margin-top: 10px;
}

    .image-caption p {
        font-size: 11px;
    }

.right-sidebar .image-caption {
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
}

/* email/print */
.article .email-print {
    border-bottom: #d8d8d8 1px solid;
    height: 28px;
}

    .article .email-print a {
        color: #565656;
        display: inline-block;
        float: right;
        padding-bottom: 10px;
    }

/* comments */
.article .comments p {
    font-size: 11px;
}

.article .comments .author {
    color: #231f20;
    font-size: 13px;
    margin-bottom: 0px;
}

.article .comments .meta-data {
    margin-bottom: 5px;
}

.article .comments h6 {
    margin-top: 5px;
}

.article .comments h4 {
    margin: 0 0 15px;
}


/* ---------- ARTICLE: LEFT MENU -------- */

.left-menu [data-ux-pagebuilder="Column"] {
    float: none;
}

.left-menu h6 {
    color: #565656;
    font-family: FrutigerLTCom-BoldCn, Arial;
    font-size: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .left-menu ul li {
        margin: 0;
        padding: 0;
    }

        .left-menu ul li a {
            color: #565656;
        }

.left-menu > ul > li > a {
    color: #565656;
    display: block;
    font-size: 13px;
    margin: 8px 0;
    padding: 6px;
    text-transform: none;
}

.left-menu > ul > li:hover {
    cursor: pointer;
}

.left-menu > ul > li > a,
.left-menu > ul > li > a:hover,
.left-menu > ul > li > a.collapsed:hover {
    background: #e9e9e9;
    text-decoration: none;
}

    .left-menu > ul > li > a.collapsed {
        background: none;
    }

.left-menu > ul > li ul > li span {
    background-position: -66px -352px;
    display: inline-block;
    height: 10px;
    margin-right: 6px;
    width: 11px;
}

.left-menu > ul > li ul > li a.collapsed span {
    background-position: -66px -342px;
}

.left-menu ul.third {
    margin-left: 17px;
    margin-top: 5px;
}

    .left-menu ul.third li {
        border-bottom: 1px solid #d8d8d8;
        font-size: 12px;
        padding-bottom: 8px;
    }

.left-menu ul.open li li.open li a {
    font-size: 12px;
}

.left-menu ul.third li.selected a {
    color: #376793;
}


/* ---------- REGION SELECTOR -------- */
#region-selector .modal-dialog {
    width: 100%;
}

@media (min-width: 768px) {
    #region-selector .modal-dialog {
        width: 750px;
    }

    #region-selector .tab-content ul {
        float: left;
        width: 50%;
    }
}

@media (min-width:1000px) {
    #region-selector .modal-dialog {
        width: 960px;
    }
}

#region-selector .modal-body {
    text-align: left;
}

#region-selector .tab-pane {
    margin-left: -15px;
    margin-right: -15px;
}

    #region-selector .tab-pane:after {
        clear: both;
        content: "";
        display: table;
    }

#region-selector .tab-content ul {
    padding-left: 15px;
    padding-right: 15px;
}

#region-selector .button-row {
    text-align: right;
}

#region-selector h6 {
    font-family: FrutigerLTCom-Bold, Arial;
    margin: 0 0 5px;
}

#region-selector .styled-select {
    background: url(../Images/White_Arrow_bar.png) no-repeat #ffffff center right;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 38px;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 400px;
    position: relative;
    width: 100%;
}

    #region-selector .styled-select select:focus {
        outline: 0;
    }

    #region-selector .styled-select select {
        background: transparent;
        border: 0;
        border-radius: 0;
        color: #555555;
        height: 38px;
        font-size: 15px;
        line-height: 18px;
        margin-left: -1px;
        max-width: 400px;
        padding: 5px;
        padding-left: 10px;
        position: absolute;
        -webkit-appearance: none;
        width: 110%; 
    }

#region-selector .has-error .styled-select {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


#region-selector select::-ms-value {
    background: none;
    color: #42413D;
}

@media (max-width:767px) {
    #region-selector {
        background: #000;
        background: rgba(0,0,0,.5);
    }

    #region-selector .modal-header img {
        margin-bottom:15px;
    }

        #region-selector .mobile-country-list {
            margin-bottom: 30px;
        }

            #region-selector .mobile-country-list li {
                font-size: 13px;
            }

        #region-selector .mobile-country-toggle {
            color: #1191c2;
            font-family: FrutigerLTCom-Bold, Arial;
            font-size: 14px;
            display: inline-block;
        }

            #region-selector .mobile-country-toggle:hover,
            #region-selector .mobile-country-toggle:focus {
                text-decoration: none;
            }

            #region-selector .mobile-country-toggle .glyphicon-plus {
                display: none;
            }

            #region-selector .mobile-country-toggle.collapsed .glyphicon-minus {
                display: none;
            }

            #region-selector .mobile-country-toggle.collapsed .glyphicon-plus {
                display: inline-block;
            }

        #region-selector #mobileCountryList > div {
            padding: 10px 0 0;
        }
}

@media (max-width:400px) {
    #region-selector .styled-select select {
        font-size: 12px;
    }
}


/* ---------- VIDEO CALLOUT WIDGET -------- */
.video-callout {
}

    .video-callout > a {
        display: block;
        position: relative;
    }

        .video-callout > a:hover .btn-play {
            cursor: pointer;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

/* video modal */
.video-modal .modal-header {
    padding: 5px 15px;
}

    .video-modal .modal-header:after {
        clear: both;
        content: "";
        display: table;
    }

modal-header .close {
    margin: 0;
}

/* ---------- IMAGE CALLOUT -------- */
.image-callout .modal-content {
    display: inline-block;
    text-align: left;
}

.image-callout .modal-dialog {
    text-align: center;
    width: auto;
}

/* ---------- PRODUCT GROUP HERO FEATURE ---------- */
.product-group-hero-feature {
}

/* ---------- PRODUCT DOCUMENTATION ---------- */
.product-documentation {
}

    .product-documentation table {
        table-layout: auto;
        width: 100%;
    }

/* ---------- PRODUCT DOCUMENTATION LISTING ---------- */
.product-documentation-listing .filtering {
    margin-bottom: 45px;
}

    .product-documentation-listing .filtering span {
        font-family: 'FrutigerLTCom-Condensed', FrutigerLTCom-Roman, Arial;
    }

    .product-documentation-listing .filtering .top-row {
        margin-bottom: 20px;
    }

        .product-documentation-listing .filtering .top-row span {
            display: block;
            margin-bottom: 5px;
        }

    .product-documentation-listing .filtering .bottom-row span,
    .product-documentation-listing .filtering .bottom-row a {
        float: left;
    }

    .product-documentation-listing .filtering .bottom-row a {
        color: #3e94c8;
        margin: 0 5px;
    }

        .product-documentation-listing .filtering .bottom-row a:hover {
            cursor: pointer;
            text-decoration: none;
        }

        .product-documentation-listing .filtering .bottom-row a.active {
            color: #474747;
        }

            .product-documentation-listing .filtering .bottom-row a.active:hover {
                cursor: default;
            }

.product-documentation-listing .listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-documentation-listing .listing li {
    margin-bottom: 15px;
}

    .product-documentation-listing .listing li a.title {
        color: #3e94c8;
        display: block;
        font-size: 18px;
    }

    .product-documentation-listing .listing li span {
        display: inline-block;
        font-family: 'FrutigerLTCom-Bold', Arial;
        font-size: 13px;
        line-height: 13px;
        margin-right: 8px;
        vertical-align: middle;
    }

@media (max-width:479px) {
    .product-documentation-listing .filtering .top-row > div {
        margin-bottom: 15px;
    }
}

@media (min-width:480px) {
    .product-documentation-listing .filtering .top-row > div {
        float: left;
        width: 33.3333333%;
    }
}

@media (min-width:768px) {
    .product-documentation-listing .filtering .form-control {
        font-size: 12px;
        padding: 6px;
    }
}

@media (min-width:1000px) {
    .product-documentation-listing .filtering .form-control {
        font-size: 13px;
    }
}


/* ---------- PRODUCT DOCUMENTATION SEARCH ---------- */

.product-documentation-search-results {
}

    .product-documentation-search-results > table {
    }

        .product-documentation-search-results > table tr {
        }

            .product-documentation-search-results > table tr > td:first-child {
                background-image: url("/Content/Images/fileicon-txt.png");
                background-position: 8px 50%;
                background-repeat: no-repeat;
                padding-left: 32px;
            }

            .product-documentation-search-results > table tr.doc,
            .product-documentation-search-results > table tr.docx {
            }

                .product-documentation-search-results > table tr.doc > td:first-child,
                .product-documentation-search-results > table tr.docx > td:first-child {
                    background-image: url("/Content/Images/fileicon-doc.png");
                }

            .product-documentation-search-results > table tr.pdf {
            }

                .product-documentation-search-results > table tr.pdf > td:first-child {
                    background-image: url("/Content/Images/fileicon-pdf.png");
                }

/* ---------- GLOBAL PRODUCT LIST ---------- */
.global-product-list {
}

/*.global-product-list .sub-nav {
        border: 0;
        margin-bottom: 40px;
        margin-left: 0;
        margin-top: 20px;
        padding: 0;
    }

        .global-product-list .sub-nav li {
            float: none;
            padding-bottom: 0;
        }

            .global-product-list .sub-nav li a {
                display: block;
                text-align: center;
            }*/

/* ---------- MENU LINK LIST ---------- */

.article > .left-menu {
}

    .article > .left-menu ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .article > .left-menu ul .collapse {
            display: none;
            margin: 0;
            padding: 0;
        }

        .article > .left-menu ul > li {
            display: block;
        }

            .article > .left-menu ul > li > a {
                display: block;
                margin: 0;
                padding: 6px;
            }

                .article > .left-menu ul > li > a:hover {
                    background-color: #E9E9E9;
                    text-decoration: none;
                }

            .article > .left-menu ul > li + li {
                margin-top: 8px;
            }

/* ---------- SUPPORT TOPIC TREE ---------- */

.support-topic-tree {
}

    .support-topic-tree a {
        cursor: pointer;
        display: inline !important;
        padding: 0 !important;
    }

        .support-topic-tree a:hover {
            background-color: transparent !important;
            text-decoration: underline !important;
        }

    .support-topic-tree > ul {
        margin: 0;
    }

        .support-topic-tree > ul > li {
            cursor: default;
            margin: 8px 0 0 0;
            padding: 0;
        }

            .support-topic-tree > ul > li > a {
            }

            .support-topic-tree > ul > li ul {
                margin: 0 0 0 17px !important;
                overflow: hidden;
            }

                .support-topic-tree > ul > li ul > li {
                    cursor: default;
                    margin: 8px 0 0 0;
                    padding: 0;
                }

                    .support-topic-tree > ul > li ul > li > a {
                    }

                    .support-topic-tree > ul > li ul > li:last-child {
                        padding-bottom: 8px;
                    }

                    .support-topic-tree > ul > li ul > li.article {
                        font-size: 12px;
                    }

                        .support-topic-tree > ul > li ul > li.article + li.article {
                            border-top: 1px solid #d8d8d8;
                            padding-top: 8px;
                        }

                        .support-topic-tree > ul > li ul > li.article.selected {
                        }

                            .support-topic-tree > ul > li ul > li.article.selected > a {
                                color: #376793;
                            }

    .support-topic-tree .topic {
    }

        .support-topic-tree .topic span.sprite {
            margin-right: 0;
            padding-right: 17px;
        }

/* ---------- PRODUCTS RELATED ---------- */
.related-products .related-product {
    margin-bottom: 60px;
}

    .related-products .related-product .name {
        font-family: FrutigerLTCom-Bold, Arial;
        font-size: 1.3em;
        margin-bottom: .3em;
        display: block;
    }

@media (max-width:767px) {
    .related-products .related-product .image {
        display: block;
        margin-bottom: 10px;
    }
}

@media (min-width:768px) {
    .related-products .related-product {
        margin-bottom: 30px;
        overflow: hidden;
    }

        .related-products .related-product .image {
            float: left;
            width: 200px;
        }

        .related-products .related-product .details {
            margin-left: 220px;
        }
}

/* ---------- NEWS ROLLUP ---------- */
.news-rollup {
}

    .news-rollup .news-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        .news-rollup .news-item .title {
            color:#474747;
            display: block;
            font-family: FrutigerLTCom-Black, Arial;
            margin-bottom: 15px;
            font-size: 24px;
            line-height:30px;
        }

            .news-rollup .news-item .title:hover {
                text-decoration: none;
            }
             
        .news-rollup .news-item .preview-thumbnail {
            margin-bottom: 15px;
        }



@media (min-width:768px) {
    .news-rollup .news-item .title {
        font-size: 20px;
        line-height:26px;
    }

    .news-item p {
        line-height: 25px;
    }

    .news-rollup .news-item .preview-thumbnail {

    }
}

/* ---------- TAXONOMY FILTER ---------- */
.taxonomy-filter {
    margin-bottom: 20px;
}

    .taxonomy-filter .mobile-toggle {
        display: none;
    }

@media (max-width:767px) {
    .taxonomy-filter .mobile-toggle {
        display: block;
    }
}

@media (min-width:768px) {
    .taxonomy-filter .mobile-toggle {
        display: none !important;
    }

    .taxonomy-filter .filters {
        display: block !important; /* incase resizes from mobile with it collapsed*/
        height: auto !important;
    }
}

@media (max-width:767px) {
    .taxonomy-filter .mobile-toggle {
        color: #679ac9;
        font-family: FrutigerLTCom-Bold, Arial;
        font-size: 14px;
        display: inline-block;
    }

    .taxonomy-filter .filters {
        margin-top: 10px;
    }

    .taxonomy-filter h5 {
        display: none;
    }

    .taxonomy-filter .filters a {
        font-size: 12px;
        line-height: 20px;
    }

    .taxonomy-filter .mobile-toggle:hover,
    .taxonomy-filter .mobile-toggle:focus {
        text-decoration: none;
    }

    .taxonomy-filter .mobile-toggle .glyphicon-plus {
        display: none;
    }

    .taxonomy-filter .mobile-toggle.collapsed .glyphicon-minus {
        display: none;
    }

    .taxonomy-filter .mobile-toggle.collapsed .glyphicon-plus {
        display: inline-block;
    }
}

.taxonomy-filter .filters a {
    display: block;
    margin-bottom: 10px;
}

    .taxonomy-filter .filters a .fake-checkbox {
        border: 1px solid #ccc;
        border-radius: 3px 3px 3px 3px;
        width: 20px;
        height: 20px;
        background: url(../Images/sprite-checkbox.png) top left no-repeat;
        display: block;
        float: left;
        cursor: pointer;
        margin: 0;
        margin-right: 10px;
    }

    .taxonomy-filter .filters a.is-selected {
        background-position: 0 -40px;
    }

        .taxonomy-filter .filters a.is-selected .fake-checkbox {
            background-position: 0 -40px;
        }


/* ---------- PRESS RELEASES ROLLUP ---------- */
.press-releases-rollup {
}

    .press-releases-rollup h5 {
        margin-bottom: 10px;
    }

    .press-releases-rollup .press-release {
        margin-bottom: 10px;
    }

        .press-releases-rollup .press-release .date {
            color: #aaa;
            display: block;
            font-size: .85em;
            text-transform: uppercase;
        }

        .press-releases-rollup .press-release .title {
            font-size: 1.1em;
        }


/* ---------- EVENT FEATURED ---------- */
.event-featured {
    overflow: hidden;
}

    .event-featured .date {
        border: 5px solid #b4743b;
        text-align: center;
    }

        .event-featured .date .month {
            background: #ce161d;
            color: #fff;
            font-size: 14px;
            line-height: 14px;
            padding: 5px 0;
            text-transform: uppercase;
        }

        .event-featured .date .day {
            color: #444444;
            font-size: 45px;
            line-height: 40px;
            padding: 8px 8px 5px;
        }

    .event-featured .view-all {
        margin-top: 18px;
        padding-left: 40px;
    }

@media (max-width:999px) {
    .event-featured .col-md-4,
    .event-featured .col-md-8 {
        width: 100%;
    }

    .event-featured .date {
        width: 40%;
    }
}

@media (max-width:767px) {
    .event-featured {
        margin-bottom: 40px;
    }

        .event-featured .date {
            display: none;
        }
}

/* ---------- EVENT ROLLUP ---------- */
.event-rollup .event {
    margin-bottom: 20px;
}

    .event-rollup .event .date-venue .date {
        color: #aaa;
        font-size: .85em;
        text-transform: uppercase;
    }

    .event-rollup .event .title {
        font-size: 1.2em;
    }

@media (min-width:768px) {
    .event-rollup .event {
        margin-bottom: 10px;
        overflow: hidden;
    }

        .event-rollup .event .date-venue {
            float: left;
            margin-right: 3%;
            text-align: right;
            width: 17%;
        }

        .event-rollup .event .teaser {
            float: left;
            width: 80%;
        }

        .event-rollup .event .title {
            font-size: 1.5em;
        }
}

/* ---------- EVENT PAGE ---------- */
.event .event-header {
    margin: 30px 0;
}

.event .details .date,
.event .details .venue-name,
.event .details .venue-address {
    display: block;
}

.event .details .date {
    color: #000;
    font-family: FrutigerLTCom-Bold, Arial;
    font-size: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media (min-width:1000px) {
    .event .image {
        float: left;
        margin: 0 20px 10px 0;
    }
}

@media (max-width:999px) {
    .event .image {
        margin-bottom: 15px;
    }
}

/* ---------- SEARCH RESULTS PAGE ---------- */
.search-input {
    margin: 25px 0;
}

.search-results {
}

    .search-results .title {
        font-family: FrutigerLTCom-Bold, Arial;
        font-weight: normal;
        margin-top: 20px;
    }

    .search-results .link {
        color: green;
    }

    .search-results .link A {
        color: green;
    }
    .search-results .summary {
    }

.search-results-facets {
    margin-bottom: 25px;
}

    .search-results-facets h6 {
        margin: 0;
        margin-top: 25px;
    }

    .search-results-facets ul {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .search-results-facets ul li {
            display: block;
            margin: 0;
            margin-top: 10px;
            padding: 0;
        }

        .search-results-facets ul ul {
        }

            .search-results-facets ul ul ul {
                padding-left: 15px;
            }

    .search-results-facets .selected > a {
        font-weight: bold;
    }

        .search-results-facets .selected > a:hover {
            text-decoration: none;
        }

@media (min-width:768px) {
    .search-results-facets .mobile-toggle {
        display: none !important;
    }

    #searchRefiners {
        display: block !important; /* incase resizes from mobile with it collapsed*/
        height: auto !important;
    }
}

@media (max-width:767px) {
    .search-results-facets .mobile-toggle {
        color: #679ac9;
        font-family: FrutigerLTCom-Bold, Arial;
        font-size: 14px;
        display: inline-block;
    }

        .search-results-facets .mobile-toggle:hover,
        .search-results-facets .mobile-toggle:focus {
            text-decoration: none;
        }

        .search-results-facets .mobile-toggle .glyphicon-plus {
            display: none;
        }

        .search-results-facets .mobile-toggle.collapsed .glyphicon-minus {
            display: none;
        }

        .search-results-facets .mobile-toggle.collapsed .glyphicon-plus {
            display: inline-block;
        }

    .search-results-facets ul li {
        font-size: 12px;
    }

        .search-results-facets ul li h6 {
            font-size: 13px;
        }
}

.search-results-pager {
    margin: 25px 0;
}

.searchresultssuggested
{
    margin-left: -15px;
}

.searchresultssuggested ul {
    margin-left: 0;
    list-style-type: none;
}

    .searchresultssuggested ul li {
        border-left: 3px solid #ef841e;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
        line-height: normal;
        margin-bottom: 20px;
        padding: 10px;
    }

        .searchresultssuggested ul li:last-child {
            margin-bottom: 40px;
        }

        .searchresultssuggested ul li a {
            display: block;
            margin-bottom: 5px;
            text-decoration: none;
            font-family: FrutigerLTCom-Bold, Arial;
        }

            .searchresultssuggested ul li a:hover {
                text-decoration: underline;
            }

/* ---------- PRODUCT SUPPORT TOPICS ---------- */
.product-support-topic-tree .sub-topics {
    margin-left: 20px;
}

.product-support-topic-tree .name {
    margin: 0;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

.product-support-topic-tree > div > .name {
    margin-top: 20px;
}

.product-support-topic-tree {
}

    .product-support-topic-tree a {
        cursor: pointer;
        display: inline !important;
        padding: 0 !important;
    }

        .product-support-topic-tree a:hover {
            background-color: transparent !important;
            text-decoration: underline !important;
        }

    .product-support-topic-tree > ul {
        margin: 0;
    }

        .product-support-topic-tree > ul > li {
            cursor: default;
            margin: 15px 0 0 0;
            padding: 0;
            list-style-type: none;
        }

            .product-support-topic-tree > ul > li > a {
                color: #565656;
                text-decoration: none;
            }

                .product-support-topic-tree > ul > li > a:hover {
                    text-decoration: underline;
                    color: #565656;
                }

            .product-support-topic-tree > ul > li > ul > li > a {
                color: #565656;
                text-decoration: none;
            }

                .product-support-topic-tree > ul > li > ul > li > a:hover {
                    text-decoration: underline;
                    color: #376793;
                }

            .product-support-topic-tree > ul > li ul {
                margin: 0 0 0 17px !important;
                overflow: hidden;
            }

                .product-support-topic-tree > ul > li ul > li {
                    cursor: default;
                    margin: 8px 0 0 0;
                    padding: 0;
                }

                    .product-support-topic-tree > ul > li ul > li:last-child {
                        padding-bottom: 8px;
                    }

                    .product-support-topic-tree > ul > li ul > li.article {
                        font-size: 12px;
                    }

                        .product-support-topic-tree > ul > li ul > li.article + li.article {
                            border-top: 1px solid #d8d8d8;
                            padding-top: 8px;
                        }

                        .product-support-topic-tree > ul > li ul > li.article.selected {
                        }

                            .product-support-topic-tree > ul > li ul > li.article.selected > a {
                                color: #376793;
                            }

    .product-support-topic-tree .topic {
    }

        .product-support-topic-tree .topic span.sprite {
            margin-right: 0;
            padding-right: 17px;
        }

    .product-support-topic-tree ul li span {
        background-position: -66px -352px;
        display: inline-block;
        height: 10px;
        margin-right: 6px;
        width: 11px;
    }

    .product-support-topic-tree ul li a.collapsed span {
        background-position: -66px -342px;
    }


/* MYETC: Registered Products Form */
.form-group.register-product {
    margin-top: 60px;
}

.form-group.registered-products label,
.form-group.registered-products input[type="button"] {
    vertical-align: middle;
}

.form-group.registered-products input[type="button"] {
    margin: 0 0 0 20px;
}

@media (max-width:767px) {
    .form-group.registered-products input[type="button"] {
        display: block;
        margin: 0 0 25px 0;
    }
}

/* NEWS ARTICLE */
.news-article h1 {
    font-family:FrutigerLTCom-Black, Arial;
    font-size: 36px;
    line-height: 41px;
}

@media (min-width:768px) {
    .news-article h1 {
        width: 100%;
    }
}

.news-article p {
    font-family: FrutigerLTCom-Light, Arial;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

/* MY ETC SUPPORT */
.support-multipleSeriesListing {
    margin-bottom:30px;
}

@media (max-width:767px) {
    .support-multipleSeriesListing {
        overflow-x:auto;
        overflow-y:hidden; 
        width:100%;
    }
}

/* ---------- SEARCH LISTING ---------- */
.search-listing .filtering {
    margin-bottom: 45px;
}

    .search-listing .filtering span {
        font-family: 'FrutigerLTCom-Condensed', FrutigerLTCom-Roman, Arial;
    }

    .search-listing .filtering .top-row {
        margin-bottom: 20px;
    }

        .search-listing .filtering .top-row span {
            display: block;
            margin-bottom: 5px;
        }

    .search-listing .filtering .bottom-row span,
    .search-listing .filtering .bottom-row a {
        float: left;
    }

    .search-listing .filtering .bottom-row a {
        color: #3e94c8;
        margin: 0 5px;
    }

        .search-listing .filtering .bottom-row a:hover {
            cursor: pointer;
            text-decoration: none;
        }

        .search-listing .filtering .bottom-row a.active {
            color: #474747;
        }

            .search-listing .filtering .bottom-row a.active:hover {
                cursor: default;
            }

.search-listing .listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-listing .listing li {
    margin-bottom: 25px;
}

    .search-listing .listing li a.title {
        color: #3e94c8;
        display: block;
        font-size: 18px;
    }

    .search-listing .listing li span {
        display: inline-block;
        font-family: 'FrutigerLTCom-Bold', Arial;
        font-size: 13px;
        line-height: 13px;
        margin-right: 8px;
        vertical-align: middle;
    }

@media (max-width:479px) {
    .search-listing .filtering .top-row > div {
        margin-bottom: 15px;
    }
}

@media (min-width:480px) {
    .search-listing .filtering .top-row > div {
        float: left;
        width: 25.0%;
    }
}

@media (min-width:768px) {
    .search-listing .filtering .form-control {
        font-size: 12px;
        padding: 6px;
    }
}

@media (min-width:1000px) {
    .search-listing .filtering .form-control {
        font-size: 13px;
    }
}

.etc-tree .ektron-ui-tree .selected > .hitLocation > .selectionLocation > .textWrapper {
    background: #00ffff none repeat scroll 0 0;
    border: 1px solid #c5dbec;
    color: #123456;
    font-weight: bold;
}
