﻿/* ---------- GLOBAL STYLES ---------- */
.module {
    margin-bottom: 40px;
}

    .module.border-bottom {
        border-bottom: 1px #d8d8d8 solid;
        padding-bottom: 20px;
    }

    .module li {
        margin-bottom: 8px;
    }

/* ---------- HOME PAGE: BANNER ROTATOR ---------- */
.home-wrapper {
    margin: 0 auto;
    max-width: 1600px;
    min-width: 960px;
    overflow-x: hidden;
}

.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: #679ac9;
                -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: 960px;
                    z-index: 10;
                }
                    .banner-rotator > .carousel > .carousel-inner > .item > .carousel-caption > .container {
                        float: right;
                        width: 50%;
                    }
                        .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;
                            }
.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;
}

.three-boxes h6 {
    color: #565656;
}

.three-boxes .col-md-4 {
    padding-bottom: 18px;
}

.three-boxes h5 {
    margin-bottom: 12px;
}

/* ---------- HOME PAGE: FEATURED CONTENT ---------- */
.content-featured-carousel {
    position: relative;
    width: 990px;
}

    .content-featured-carousel a p {
        color: #565656;
    }

p.title,
p.title a,
a p.title,
p.sub-title,
a p.sub-title {
    color: #679ac9;
    font-family: FrutigerLTCom-BlackCn, 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;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 990px;
}

    .content-featured-carousel ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        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-block {
    padding: 0 15px;
}

    .content-featured-block > a {
        display: block;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }

        .content-featured-block > a:hover .btn-play {
            cursor: pointer;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

/* ---------- 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: 27px;
    width: 29px;
}

/* ---------- 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.blue {
    background: #376995;
}


/* ---------- SUB NAV -------- */
.sub-nav {
    border-bottom: 9px solid #ededed;
    display: block;
    height: 46px;
    list-style-type: none !important;
    margin: 25px 0 !important;
}

    .sub-nav li {
        display: block;
        float: left;
        margin: 0 20px 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: 14px;
            height: 46px;
            padding: 0 10px;
            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;
        }


/* ---------- PRODUCT FAMILY ---------- */
/* three/four/five columns - featured products */
.featured-products {
}
    .featured-products .row + .row {
        margin-top: 40px;
    }

    .featured-products a {
        display: block;
        padding-bottom: 86px;
        position: relative;
    }

        .featured-products a h3,
        .featured-products a h5,
        .featured-products a p {
            margin: 0;
        }

        .featured-products a h3 {
            color: #679ac9;
            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;
            display: none;
            padding-bottom: 10px;
        }

        .featured-products a .caption {
            background-color: #fff;
            bottom: 0;
            position: absolute;
            width: 100%;
        }

        .featured-products a:hover {
            cursor: pointer;
            text-decoration: 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;
            }

    .featured-products .col-md-3 a h3 {
        font-size: 23px;
    }
    .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;
    }



/* one column - featured product */
.featured-product {
    position: relative;
}

    .featured-product .carousel-caption {
        left: 40px !important;
        position: absolute;
        text-align: left;
        top: 30px;
    }

        .featured-product .carousel-caption h1 {
            float: none;
        }

    .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;
    }

/* 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 h5 {
    margin-top: 0px;
}

.resources .row {
    margin-bottom: 30px;
}

.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;
}

.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 -------- */
.contact h4 {
    margin: 2px 0 10px -20px;
}

.contact h5 {
    margin: 5px 0 10px -5px;
}

/*[data-ux-pagebuilder="Column"] {
    width: 100%;
}*/

.region-global .circle-container {
    display: none;
}

/* map */
#map {
    height: 500px;
}

.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;
    }

/* 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 ul {
    list-style-type: none;
    margin: 0;
}

.dealer-form-postal-code {
    display: none;
}

/* ---------- FIND DEALER RESULTS -------- */

/* Dealer Results*/
#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;
        }
        .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;
                }
                .find-dealer-results ol > li .dealer-title .dealer-indicators {
                    display: inline-block;
                    margin-bottom: 10px;
                }
                    .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;
    }

/* ---------- 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: 960px;
}

#region-selector .modal-body {
    text-align: left;
}

#region-selector .tab-content ul {
    float: left;
    overflow: hidden;
    width: 25%;
}

#region-selector .tab-content li {
    padding-right: 10px;
}

#region-selector .sub-nav {
    margin-bottom: 15px;
    margin-top: 0;
}

/* ---------- 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 iframe {
    border-width: 0;
    display: block;
    height: 100%;
    margin: 0;
    outline-width: 0;
    padding: 0;
    width: 100%;
}

.video-modal .modal-body {
    height: 430px;
    overflow: hidden;
    width: 680px;
}

.video-modal .modal-content {
    width: 680px;
}

/* ---------- 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 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 > 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: 30px;
    overflow: hidden;
}

    .related-products .related-product .name {
        font-weight: bold;
        font-size: 1.3em;
        margin-bottom: .3em;
        display: block;
    }

    .related-products .related-product .image {
        float: left;
        width: 200px;
    }

    .related-products .related-product .details {
        float: left;
        margin-left: 20px;
        width: 410px;
    }


/* ---------- NEWS ROLLUP ---------- */
.news-rollup {

}

    .news-rollup .news-item {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .news-rollup .news-item .title {
            display: inline-block;
            margin-bottom: 10px;
            font-size: 1.5em;
        }

        .news-rollup .news-item .preview-thumbnail {
            display: inline-block;
            float: left;
            height: 150px;
            margin-bottom: 10px;
            margin-right: 20px;
            overflow: hidden;
            width: 200px;
        }

/* ---------- TAXONOMY FILTER ---------- */
.taxonomy-filter {
    margin-bottom: 20px;
}

    .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 .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;
        text-align: center;
    }


/* ---------- EVENT ROLLUP ---------- */
.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 .date-venue .date {
            color: #aaa;
            font-size: .85em;
            text-transform: uppercase;
        }

    .event-rollup .event .teaser {
        float: left;
        width: 80%;
    }

    .event-rollup .event .title {
        font-size: 1.5em;
    }


/* ---------- EVENT PAGE ---------- */
.event .image {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}

.event .details {
    margin-bottom: 20px;
}

    .event .details .date,
    .event .details .venue-name,
    .event .details .venue-address {
        display: block;
    }

    .event .details .date {
        color: #aaa;
        font-size: 1em;
        text-transform: uppercase;
    }

/* ---------- SEARCH RESULTS PAGE ---------- */
.search-input {
    margin: 25px 0;
}

.search-results {
    margin-left: -15px;
}
    .search-results p {
        clear: both; /* Prevents overlap with floated elements */
    }

.search-results .title {
    font-weight: normal;
    margin-top: 20px;
}

.search-results .link {
    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;
    }
.search-results-pager {
    margin: 25px 0;
}

.searchresultssuggested {
    margin-bottom: 20px;
}

.searchresultssuggested ul  {
    margin-left: 0;
    list-style-type: none;
}

.searchresultssuggested ul li {
    line-height: normal;
}

.searchresultssuggested ul li a {
    text-decoration: none;
    font-weight: 600;
}
.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: 8px 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;
    }
