﻿@import 'jqtransform.css';
@import 'secondary.css';


/* ends Fonts */

/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, tbody, dt, dd, dl {
    margin: 0;
    padding: 0;
}

html, body, form, .main-wrapper {
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
    -webkit-padding-start: 0;
}

ol {
    -webkit-padding-start: 0;
}

caption, th {
    text-align: left;
}

img {
    vertical-align: bottom;
    margin: 0;
    overflow: hidden;
    background: none;
}
/** utility **/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* .clearfix {display: inline-table;} */

/* Hides from IE-mac \*/
*:first-child + html .clearfix,
* html .clearfix {
    height: 1%;
}

#ctl3 {
    padding-left: 30px;
    padding-right: 20px;
}

.clearfix {
    display: block;
}

* html .clearfix {
    display: inline-block;
}
/* End hide from IE-mac */
.left {
    float: left;
    color: #ED8B00;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb .left {
    text-transform: none;
}

.right {
    float: right;
}

.more-link.right {
    float: left;
}

.right.clear-all-checked {
    color: #98A4AE;
    font-family: DIN;
    font-size: 14px;
    text-transform: uppercase;
}

    .right.clear-all-checked:hover {
        color: #ED8B00;
    }

.center {
    text-align: center;
}

.hid {
    display: none;
}

.upperCase {
    text-transform: uppercase;
}

.clearmargin {
    margin: 0;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.nobdr {
    border: none !important;
}

.nobg {
    background: none !important;
}

.clear {
    clear: both;
}

* html li {
    height: 1%;
}

/* end reset */
/* UI styles */
/* Accodion UI JQuery */
.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
    }

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header a {
        display: block;
    }

    .ui-accordion .ui-accordion-content {
        position: relative;
        display: none;
    }

    .ui-accordion .ui-accordion-content-active {
        display: block;
    }

/* Tabs UI JQuery */
.ui-tabs {
    position: relative;
}

    .ui-tabs .ui-tabs-nav li {
        white-space: nowrap;
    }

    .ui-tabs .ui-tabs-panel {
        display: block;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

/* Ends UI styles */

/* Form styles */
/* Inputs */
.jqTransformInputWrapper {
    height: 31px;
}

    .jqTransformInputWrapper .jqTransformInputInner {
    }

        .jqTransformInputWrapper .jqTransformInputInner div {
            height: 31px;
            margin: 0px 0px 0px 4px;
        }

            .jqTransformInputWrapper .jqTransformInputInner div input {
                height: 31px;
                font-family: DINLight, Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 31px;
                color: #878787;
                padding: 0 7px;
                padding-top: 1px;
            }
/* Checkboxes */
span.jqTransformCheckboxWrapper {
}

a.jqTransformCheckbox {
    background: transparent url(../images/form-img/checkbox.gif) no-repeat center top;
    height: 13px;
    width: 13px;
}

a.jqTransformChecked {
    background-position: center bottom;
}
/* Selects */
.jqTransformSelectWrapper {
    width: 45px;
    height: 25px;
    background: url(../images/form-img/rectangle.png) no-repeat top left;
}



    .jqTransformSelectWrapper a.jqTransformSelectOpen {
        width: 23px;
        height: 23px;
        background: url(../images/form-img/dropdownarrow.png) no-repeat center center;
    }

    .jqTransformSelectWrapper ul {
        width: 43px;
        top: 25px;
        background-color: #FFF;
        border: solid 1px #CCC;
        max-height: 186px;
        margin-bottom: 0;
    }

        .jqTransformSelectWrapper ul li {
            background: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .jqTransformSelectWrapper ul a {
            padding-left: 3px;
            font-family: DINLight, Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 31px;
            color: #878787;
            background-color: #FFF;
        }

.apply-box-wrapper .jqTransformSelectWrapper ul a {
    padding: 10px;
    font-family: DINLight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #878787;
    background-color: #FFF;
}

.jqTransformSelectWrapper ul a.selected {
    background: #EDEDED;
    color: #333;
}

    .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
        background: #69879e;
        color: #fff;
    }

/* Textarea */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea {
    font-family: DINLight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #878787;
    resize: none;
}

table.jqTransformTextarea td {
    width: 7px;
    height: 7px;
}

    table.jqTransformTextarea td#jqTransformTextarea-tl {
        background: url(../images/form-img/textarea-tl.gif) no-repeat top left;
    }

    table.jqTransformTextarea td#jqTransformTextarea-tm {
        background: url(../images/form-img/textarea-tm.gif) repeat-x top left;
    }

    table.jqTransformTextarea td#jqTransformTextarea-tr {
        background: url(../images/form-img/textarea-tr.gif) no-repeat top left;
    }

    table.jqTransformTextarea td#jqTransformTextarea-ml {
        background: url(../images/form-img/textarea-ml.gif) repeat-y top left;
    }

    table.jqTransformTextarea td#jqTransformTextarea-mm {
        background: url(../images/form-img/textarea-mm.gif) repeat;
    }

    table.jqTransformTextarea td#jqTransformTextarea-mr {
        background: url(../images/form-img/textarea-mr.gif) repeat-y top left;
    }

    table.jqTransformTextarea td#jqTransformTextarea-bl {
        background: url(../images/form-img/textarea-bl.gif) no-repeat top left;
    }

    table.jqTransformTextarea td#jqTransformTextarea-bm {
        background: url(../images/form-img/textarea-bm.gif) repeat-x top left;
    }

    table.jqTransformTextarea td#jqTransformTextarea-br {
        background: url(../images/form-img/textarea-br.gif) no-repeat top left;
    }

/* Ends form styles */

/* generic */

body {
    background: #fff;
}

a {
    text-decoration: none;
    outline: none;
    font-family: DIN;
    color: #53565A;
}

    a:hover {
        text-decoration: none;
        color: #ED8B00;
    }

input {
    outline: none;
}

h1 {
    font-size: 30px;
    font-family: DIN;
    color: #4F868E;
    margin-bottom: 9px;
    line-height: 30px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-family: DINLight;
    font-weight: bold;
    color: #4F868E;
    margin-bottom: 17px;
    -webkit-text-size-adjust: 100%;
}


p {
    font-size: 14px;
    font-family: DIN;
    color: #53565A;
    margin-bottom: 12px;
}

    p a {
        text-decoration: none;
        color: #ED8B00;
    }

        p a:hover {
            text-decoration: underline;
        }

ul {
    margin-bottom: 17px;
}

.left-side-small > a {
    color: #ED8B00;
}

    .left-side-small > a:hover {
        text-decoration: underline;
    }

.left-side-small ul {
    margin-left: 20px;
}

.left-side-small .marker li {
    background: url(../images/icons/list-icon.png) no-repeat left 4px;
}

.left-side-small ul li {
    background: url(../images/icons/list-icon.png) no-repeat left 4px;
    line-height: 20px;
    font-size: 14px;
}

    .left-side-small ul li > a {
        color: #ed8b00;
    }

        .left-side-small ul li > a:hover {
            text-decoration: underline;
        }

.left-side-small .box-content .text-content .text-bold {
    font-family: DinLight;
}

ul li {
    padding-left: 12px;
    margin-bottom: 3px;
    font-family: DIN;
    line-height: 17px;
    font-size: 14px;
    color: #53565A;
}

.main-content-wrapper-in.clearfix table.sitemap-table li {
    list-style-image: url(../images/icons/list-icon.png);
    margin-left: 14px;
    padding-left: 0;
}

.h-acc-home .h-accordion > li {
    position: relative;
    margin-bottom: 30px;
}

    .h-acc-home .h-accordion > li .h-acc-wrapper .h-acc-content > a.content-read {
        position: absolute;
        bottom: 15px;
    }

ol {
    margin-left: 20px;
}

    ol li {
        margin-bottom: 3px;
    }

.main-content-wrapper-in > h1 {
    margin-left: 30px;
}

.open-html-main-content {
    margin-left: 30px;
    padding: 0px;
}

    .open-html-main-content li {
        list-style-image: url(../images/icons/list-icon.png);
        margin-left: 15px;
        padding: 0px;
    }

/* ends generic */
/* home */
.header-home {
    position: relative;
}

.header-home-page {
    position: static;
    height: 340px;
}

.header-home .main-nav {
    z-index: 9;
}

.header .main-nav,
.header-home .main-nav {
    /*background:url(../images/backgrounds/main-nav-bg.png) no-repeat left top;*/
    width: 1000px;
    /*height:89px;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background: #fff;
}

    .header .main-nav .main-logo,
    .header-home .main-nav .main-logo {
        float: left;
        /*padding:25px 0 0 39px;*/
        width: 164px;
        height: 87px;
        margin-left: 4px;
    }

.main-nav .main-logo {
    background: url("/images/ZS_LOGO.png") no-repeat scroll 39px -1px rgba(0, 0, 0, 0);
    background-size: 110px 88px !important;
    float: left;
}

    .main-nav .main-logo a {
        font-size: 0px;
        text-decoration: none;
        text-indent: -9999px;
        display: block;
        height: 87px;
        width: 168px;
    }

.header-home .home-caroussel {
    position: relative;
    width: 1000px;
    height: 320px;
}

.header-home .home-caroussel-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    height: 320px;
}

    .header-home .home-caroussel-item .home-caroussel-item-in {
        position: relative;
    }

        .header-home .home-caroussel-item .home-caroussel-item-in .home-caroussel-content {
            position: absolute;
            margin: 20px;
            float: left;
            bottom: 0px;
            width: 390px;
            height: 240px;
            background: url(../images/backgrounds/herobackground.png) no-repeat;
            padding: 20px;
        }

            .header-home .home-caroussel-item .home-caroussel-item-in .home-caroussel-content h3 {
                font-size: 36px;
                font-family: DIN;
                color: #fff;
                margin: 0;
                margin-bottom: 15px;
                font-weight: normal;
                text-transform: uppercase;
                line-height: 36px;
                letter-spacing: -0.5px;
            }

            .header-home .home-caroussel-item .home-caroussel-item-in .home-caroussel-content p {
                font-size: 18px;
                font-family: DIN;
                color: #fff;
                margin: 0 0 15px;
                line-height: 20px;
            }

.home-caroussel-content > a.btn-read-more {
    font-size: 20px;
    color: #ED8B00;
}

    .home-caroussel-content > a.btn-read-more:hover {
        color: #ED8B00;
    }

span.btn-read-more {
    color: #FFF;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

    span.btn-read-more:hover {
        color: #ed8b00;
    }

    span.btn-read-more .arrow {
        /*color: #c7c7c8;*/
        color: #ed8b00;
    }


.header-home .home-caroussel span.btn-prev-slider {
    display: block;
    position: absolute;
    left: 0;
    top: 160px;
    width: 20px;
    height: 115px;
    z-index: 10;
    cursor: pointer;
}

.header-home .home-caroussel span.btn-next-slider {
    display: block;
    position: absolute;
    right: 0;
    top: 160px;
    width: 20px;
    height: 115px;
    z-index: 10;
    cursor: pointer;
}

.header-home .home-caroussel .nav-rotator-home {
    position: absolute;
    right: 46px;
    bottom: 6px;
    height: 21px;
    z-index: 6;
}

    .header-home .home-caroussel .nav-rotator-home a, .region-caroussel .nav-rotator-home a {
        /*background: url(../images/buttons/ellipse.png) no-repeat left top;*/
        background: url(../images/buttons/rotator-pager.png) no-repeat left top;
        display: block;
        float: left;
        margin-right: 5px;
        text-indent: -9999999px;
        width: 10px;
        height: 10px;
    }

        .header-home .home-caroussel .nav-rotator-home a.activeSlide,
        .region-caroussel .nav-rotator-home a.activeSlide,
        .header-home .home-caroussel .nav-rotator-home a:hover,
        .region-caroussel .nav-rotator-home a:hover {
            /*background: url(../images/buttons/rotator-pager.png) no-repeat left bottom;*/
            display: block;
            background-position: 0px -11px;
        }

a.btn-read-more {
    /*background:url(../images/buttons/btn-read-more.png) no-repeat left top;*/
    display: block;
    /*width: 114px;*/
    /*height: 29px;*/
    color: #f1f2f2;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

    a.btn-read-more .arrow {
        color: #ED8B00;
    }

    a.btn-read-more:hover {
        /*background:url(../images/buttons/btn-read-more.png) no-repeat left bottom;*/
    }

.tabs-home {
    margin-top: -37px;
    position: relative;
    /*cambio de 10 a 7*/
    z-index: 7;
}

    .tabs-home ul.tabs-home-nav {
        margin-left: 20px;
        margin-bottom: 0;
        overflow: hidden;
    }

        .tabs-home ul.tabs-home-nav li {
            background: none;
            padding-left: 0;
            margin-bottom: 0;
            float: left;
            margin-right: 10px;
        }

            .tabs-home ul.tabs-home-nav li a {
                background: #b11333 url(../images/backgrounds/tabs-home-hover.gif) repeat-x left bottom;
                font-family: 'DIN', Arial, Helvetica, sans-serif;
                font-size: 13px;
                line-height: 37px;
                color: #fff;
                letter-spacing: -1px;
                display: block;
                text-transform: uppercase;
                padding: 0 23px;
            }

                .tabs-home ul.tabs-home-nav li a:hover,
                .tabs-home ul.tabs-home-nav li.ui-state-active a {
                    background: #FFF;
                    color: #53565A;
                    text-decoration: none;
                }

    .tabs-home .tabs-home-content {
        padding: 22px 20px 27px;
    }

        .tabs-home .tabs-home-content .tabs-home-left {
            float: left;
            width: 603px;
            padding-right: 30px;
            position: relative;
            border-right: 1px solid #bdc3c9;
        }

            .tabs-home .tabs-home-content .tabs-home-left h3 {
                font-family: DINLight, Arial, Helvetica, sans-serif;
                font-size: 22px;
                color: #8e0019;
                margin-bottom: 13px;
            }

            .tabs-home .tabs-home-content .tabs-home-left .img-to-left {
                float: left;
                margin-right: 25px;
            }

            .tabs-home .tabs-home-content .tabs-home-left p {
                overflow: hidden;
                font-family: DINLight, Arial, Helvetica, sans-serif;
                font-size: 14px;
                line-height: 20px;
                color: #53565A;
                margin-bottom: 3px;
            }

            .tabs-home .tabs-home-content .tabs-home-left a {
                background: url(/images/backgrounds/more-link-arrow.gif) no-repeat left 5px;
                font-family: DINLight, Arial,Helvetica,sans-serif;
                font-size: 14px;
                line-height: 20px;
                color: #4F868E;
                padding-left: 7px;
            }

                .tabs-home .tabs-home-content .tabs-home-left a.all-link {
                    background: url(../images/backgrounds/more-link-arrow.gif) no-repeat left 5px;
                    font-family: DINLight,Arial,Helvetica,sans-serif;
                    font-size: 12px;
                    line-height: 14px;
                    color: #4F868E;
                    padding-left: 7px;
                    position: absolute;
                    right: 30px;
                    bottom: 0px;
                }

        .tabs-home .tabs-home-content .tabs-home-right {
            float: right;
            width: 287px;
            padding-left: 30px;
            position: relative;
        }

            .tabs-home .tabs-home-content .tabs-home-right .video-wrapper-home .video-frame {
                margin-bottom: 7px;
                position: relative;
            }

                .tabs-home .tabs-home-content .tabs-home-right .video-wrapper-home .video-frame .play-icon {
                    background: url(../images/buttons/play-icon.png) no-repeat left top;
                    width: 38px;
                    height: 37px;
                    position: absolute;
                    top: 54px;
                    left: 110px;
                }

            .tabs-home .tabs-home-content .tabs-home-right .video-wrapper-home p {
                font-family: DINLight, Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 15px;
                font-weight: bold;
                color: #53565A;
                margin-bottom: 3px;
            }

            .tabs-home .tabs-home-content .tabs-home-right .video-wrapper-home a.video-icon {
                background: url(../images/icons/video-icon13x13.gif) no-repeat left center;
                display: inline-block;
                font-family: DINLight,Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 15px;
                color: #4F868E;
                padding-left: 19px;
            }

            .tabs-home .tabs-home-content .tabs-home-right .publication-content-home h4 {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                font-size: 13px;
                line-height: 17px;
                color: #53565A;
                margin-bottom: 10px;
            }

            .tabs-home .tabs-home-content .tabs-home-right .publication-content-home p {
                font-family: DINLight, Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 17px;
                color: #53565A;
                margin-bottom: 5px;
            }

            .publication-content-home a.whitepaper-icon,
            .tabs-home .tabs-home-content .tabs-home-right .publication-content-home a.white-paper-icon {
                background: url(../images/icons/white-paper-icon.gif) no-repeat left top;
                display: inline-block;
                font-family: DINLight, Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 16px;
                color: #4F868E;
                padding-left: 21px;
            }

.news-events-rotator {
    height: 64px;
    overflow: hidden;
    border-top: 1px solid #53565A;
}

    .news-events-rotator .news-events-rotator-title {
        padding: 25px 0 0 25px;
        width: 172px;
        float: left;
    }

        .news-events-rotator .news-events-rotator-title h2 {
            font-size: 18px;
            color: #ED8B00;
            text-transform: uppercase;
            font-weight: normal;
            line-height: 18px;
        }

    .news-events-rotator .news-events-rotator-wrapper {
        width: 788px;
        height: 56px;
        overflow: hidden;
        float: left;
        padding-top: 4px;
    }

    html > /**/ body .news-events-rotator .news-events-rotator-wrapper {
        padding-top: 6px;
    }

        .news-events-rotator .news-events-rotator-wrapper .news-events-rotator-content {
            /*width:693px;*/
            width: 748px;
            height: 56px;
            overflow: hidden;
            float: left;
        }

            .news-events-rotator .news-events-rotator-wrapper .news-events-rotator-content ul {
                margin-bottom: 0;
            }

                .news-events-rotator .news-events-rotator-wrapper .news-events-rotator-content ul li {
                    background: none;
                    padding-left: 0;
                    margin-bottom: 0;
                    /*width:693px;*/
                    width: 748px;
                    float: left;
                    font-family: DINLight,Arial, Helvetica, sans-serif;
                    font-weight: bold;
                    font-size: 13px;
                    line-height: 56px;
                    color: #555;
                }

                    .news-events-rotator .news-events-rotator-wrapper .news-events-rotator-content ul li a {
                        color: #98A4AE;
                        padding-left: 7px;
                        text-transform: uppercase;
                        text-decoration: none;
                        color: #98A4AE;
                        font-size: 16px;
                        font-weight: 600;
                    }

                        .news-events-rotator .news-events-rotator-wrapper .news-events-rotator-content ul li a span {
                            color: #ED8B00;
                        }

                    .news-events-rotator .news-events-rotator-wrapper .news-events-rotator-content ul li span {
                        margin-right: 3px;
                        color: #53565A;
                        font-size: 16px;
                        font-family: DIN;
                        font-weight: normal;
                    }

        .news-events-rotator .news-events-rotator-wrapper .next-news-event {
            width: 5px;
            height: 9px;
            /*position:absolute;
    right:0;
    top:25px;*/
            display: block;
            float: left;
            margin: 25px 0 0 15px;
        }

        .news-events-rotator .news-events-rotator-wrapper .prev-news-event {
            background: url(../images/buttons/prev-news-event.png) no-repeat left top;
            width: 5px;
            height: 9px;
            /*position:absolute;
    left:0;
    top:25px;*/
            display: block;
            float: left;
            margin: 25px 15px 0 0;
        }

    .news-events-rotator .news-events-rotator-charge {
        padding: 16px 0 0 25px;
        float: left;
    }

/* H Accordion */
.h-accordion {
    margin-bottom: 0;
    /*overflow: hidden;*/
}

    .h-accordion li {
        background: none;
        position: relative;
        padding-left: 0;
        margin-bottom: 0;
        margin-right: 3px;
        float: left;
        /*overflow: hidden;*/
    }

        .h-accordion li:nth-child(2n+1) {
            margin-left: 30px;
        }

    .h-accordion.h-accordion-services li:nth-child(2n+1) {
        margin-left: 30px;
    }

    .h-accordion li.last-child {
        margin-right: 0;
    }

    .h-accordion li.h-acc-active .h-acc-wrapper {
        /*width:528px;*/
        width: 731px;
    }

    .h-accordion li.h-acc-active .h-acc-main-img span.h-acc-shadow-frame,
    .h-accordion li.h-acc-active .h-acc-main-img span.h-acc-img-title {
        display: none;
    }

    .h-accordion li .h-acc-wrapper {
        /*width:203px;*/
        /*width: 146px;*/
        /*overflow: hidden;*/
    }

.w203 {
    width: 203px !important;
}

.h-accordion .h-acc-main-img {
    /*width:203px;
    width: 146px;*/
    /*width: auto;*/
    /*position: relative;*/
    float: left;
    /*border-top: 1px solid #bdc3c9;
    border-bottom: 1px solid #bdc3c9;
    border-left: 1px solid #bdc3c9;*/
    cursor: pointer;
}

.h-accordion li.h-acc-active .h-acc-main-img {
    cursor: default;
}

.h-accordion .h-acc-main-img span.h-acc-shadow-frame {
    background: url(../images/backgrounds/h-acc-shadow.png) repeat left top;
    /*width:203px;*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 146px;
}

.h-accordion .h-acc-main-img span.experse {
    width: 203px;
}

.h-accordion .h-acc-main-img span.h-acc-hover-state {
    display: none;
    width: 28px;
    position: absolute;
    right: 0;
    top: 0;
}

.h-accordion li.h-acc-active .h-acc-main-img.h-acc-hover span.h-acc-hover-state {
    display: none;
}

.h-accordion .h-acc-main-img.h-acc-hover span.h-acc-hover-state {
    display: block;
}

.h-accordion .h-acc-main-img span.h-acc-img-title {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'DIN', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    display: block;
    width: 150px;
    text-transform: uppercase;
}

.h-accordion .h-acc-content {
    /*width:288px;*/
    padding: 0px 15px 10px 20px;
    /*position: relative;*/
    float: left;
    /*border-top: 1px solid #bdc3c9;
    border-bottom: 1px solid #bdc3c9;
    border-right: 1px solid #bdc3c9;*/
    /*width: 545px;*/
}

.h-acc-wrapper.clearfix td {
    vertical-align: top;
}

.h-acc-home .h-accordion .expertise-content {
    width: 300px;
}

.h-accordion .h-acc-content h3 {
    font-family: DinLIght,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #4F868E;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: bold;
}

.h-accordion .h-acc-content ul {
    margin-bottom: 10px;
}

.h-accordion .h-acc-content p {
    font-family: DIN;
    font-size: 14px;
    color: #53565A;
    margin: 0px;
    padding-bottom: 24px;
}

.h-accordion .h-acc-content ul li {
    background: url(../images/backgrounds/red-bullet.gif) no-repeat 0px 7px transparent;
    color: #53565A;
    font-family: DINLight,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 3px;
    padding-left: 12px;
    float: none;
}

.h-accordion .h-acc-content .two-lists ul {
    width: 144px;
    float: left;
    margin-bottom: 0;
}

    .h-accordion .h-acc-content .two-lists ul li {
        background: url(../images/backgrounds/more-link-arrow.gif) no-repeat left 7px;
        margin-bottom: 7px;
        margin-right: 0;
        padding-left: 7px;
        font-family: DINLight,Arial,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 18px;
        float: none;
    }

        .h-accordion .h-acc-content .two-lists ul li a {
            color: #4F868E;
            font-family: DINLight,Arial,Helvetica,sans-serif;
            font-size: 12px;
            line-height: 18px;
        }

.h-accordion .h-acc-content a.all-link {
    background: url(../images/backgrounds/more-link-arrow.gif) no-repeat left 5px;
    color: #4F868E;
    font-family: DINLight,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-left: 7px;
    position: absolute;
    right: 27px;
    bottom: 10px;
}
/* for home */
.h-acc-home .h-accordion li .h-acc-wrapper {
    /*height: 192px;*/
    /*margin-bottom: 90px;*/
}

.h-acc-home .h-accordion li:last-child .h-acc-wrapper, .h-acc-home .h-accordion li:nth-last-child(2) .h-acc-wrapper {
    /*margin-bottom: 45px;*/
}

.h-acc-home .h-accordion .h-acc-main-img {
    /*height: 190px;
    width: 146px;*/
}

.h-acc-home .h-accordion .expertise {
    /*width: 203px;*/
}

.h-acc-home .h-accordion .h-acc-main-img span.h-acc-shadow-frame {
    /*height: 190px;*/
}

.h-acc-home .h-accordion .h-acc-main-img span.h-acc-hover-state {
    background: url(../images/backgrounds/h-acc-hover-home.png) no-repeat right top;
    height: 190px;
}

.h-acc-home .h-accordion .h-acc-content {
    min-height: 171px;
}
/* for content */
.haccordion-wrapper .h-accordion li .h-acc-wrapper {
    /*height:233px;*/
    width: 176px;
}

.haccordion-wrapper .h-accordion .h-acc-main-img {
    height: 231px;
}

    .haccordion-wrapper .h-accordion .h-acc-main-img span.h-acc-shadow-frame {
        height: 231px;
    }

    .haccordion-wrapper .h-accordion .h-acc-main-img span.h-acc-hover-state {
        background: url(../images/backgrounds/h-acc-hover-content.png) no-repeat right top;
        height: 231px;
    }

.haccordion-wrapper .h-accordion .h-acc-content {
    height: 212px;
}
/* Ends H Accordion */


/* ends home */

.main-wrapper {
    margin: 0 auto;
    width: 1000px;
    padding: 0 10px;
}

    .main-wrapper .main-shadow {
        position: relative;
        background-color: #FFFFFF;
    }

.top-options {
    z-index: 8;
    margin-bottom: 11px;
}

    .top-options ul {
        float: right;
        z-index: 9;
        margin-bottom: 0;
    }

    .top-options li {
        float: left;
        line-height: 17px;
        padding-left: 0;
        margin-bottom: 0;
        background: none;
    }

    .top-options a {
        color: #98A5AE;
        font-family: DIN;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
    }

    .top-options > ul > li > a {
        font-weight: normal;
        font-family: DINLight;
    }

        .top-options > ul > li > a.social-icon {
            background-size: 30px 60px;
        }

        .top-options > ul > li > a:hover {
            color: #ED8B00;
        }

    .top-options .contact-opt {
        margin-right: 5px;
        /*padding-top:7px;*/
        padding-top: 19px;
    }

    .top-options .blog-opt {
        margin-right: 39px;
        padding-top: 19px;
    }

    .top-options .select-regions {
        margin-right: 25px;
        position: relative;
        z-index: 10;
        padding-top: 12px;
    }

        .top-options .select-regions a {
            /*background:url(../images/backgrounds/regions-icon.png) no-repeat 8px 10px;*/
            padding: 7px 23px 12px 37px;
            height: 15px;
            display: block;
            position: relative;
            text-decoration: none;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            border-bottom: 1px solid transparent;
        }

        * html .top-options .select-regions a {
            border: 1px solid pink;
            filter: chroma( color = pink );
        }

            .top-options .select-regions a:hover {
                text-decoration: none;
            }

        .top-options .select-regions.hover a {
            background-color: #FFF;
            border-bottom: 1px solid #fff;
        }

        .top-options .select-regions a img {
            position: absolute;
            right: 9px;
            top: 13px;
        }

        .top-options .select-regions.hover .regions-opt {
            display: block;
            z-index: 15;
            border: 1px solid #bfc7cf;
        }

        .top-options .select-regions .regions-opt {
            display: none;
            background: #FFF;
            position: absolute;
            top: 42px;
            right: -50%;
            width: 285px;
            border: 1px solid #BFC7CF;
            /*overflow: hidden;*/
            z-index: 1000;
        }

            .top-options .select-regions .regions-opt .regions-opt-top {
                padding: 10px 0 10px;
                border-bottom: 1px solid #d5dadf;
                overflow: hidden;
                padding-bottom: 0;
                padding-right: 15px;
            }

                .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left {
                    float: left;
                    width: 134px;
                    margin-bottom: 0;
                }

                    .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul {
                        float: none; /* float:left; */
                        margin-bottom: 0;
                        padding-top: 5px;
                        /*margin-bottom: 8px;*/
                    }

            .top-options .select-regions .regions-opt .sub-menu-arrowhead {
                position: absolute;
                left: 175px;
                top: -10px;
                z-index: 1000000000;
            }

            .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li {
                float: none;
                /*margin-bottom: 3px;*/
                padding-left: 17px;
                background: none;
                padding-bottom: 5px;
                padding-top: 5px;
            }

                .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li:last-child {
                    border: none !important;
                }

                .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li h3 {
                    overflow: hidden;
                }

                    .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li h3 a {
                        /*background: url(../images/backgrounds/blue-arrow6x10.gif) no-repeat right center;*/
                        padding-right: 14px;
                        padding-left: 0;
                        text-transform: uppercase;
                        font-size: 14px;
                        line-height: 16px;
                        font-weight: bold;
                        color: #4F868E;
                        display: block;
                        float: left;
                        font-family: DINLight;
                    }

                .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li a {
                    /*background: url(../images/backgrounds/light-blue-arrow4x6.gif) no-repeat 3px center;*/
                    text-transform: none;
                    font-size: 12px;
                    line-height: 15px;
                    color: #53565A;
                    padding: 0 0 0 0px;
                    * float: left;
                    border: none;
                    height: auto;
                    font-weight: normal;
                    font-family: DINLight;
                }

                    .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li a:hover {
                        color: #ED8B00;
                    }



                .top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li h3 a:hover {
                    text-decoration: underline;
                    color: #4F868E;
                }

.regions-opt-bottom img {
    display: none;
}

.top-options .select-regions .regions-opt .regions-opt-top .regions-opt-left ul li.selected a {
    font-weight: bold;
}

.top-options .select-regions .regions-opt .regions-opt-bottom {
}

    .top-options .select-regions .regions-opt .regions-opt-bottom img {
        margin-right: 15px;
        position: static;
        vertical-align: middle;
    }

    .top-options .select-regions .regions-opt .regions-opt-bottom a {
        display: block;
        border: none;
        font-weight: bold;
        font-size: 12px;
        line-height: 37px;
        height: auto;
        padding: 0;
        text-align: center;
    }

        .top-options .select-regions .regions-opt .regions-opt-bottom a:hover {
            color: #ED8B00;
        }

.top-options .share-icon {
    margin-left: 5px;
    padding-top: 7px;
}


.header {
    position: relative;
    height: 233px;
    z-index: 8;
}


.main-nav .search-box {
    float: left;
    padding: 15px 0 25px;
    position: relative;
}

    .main-nav .search-box label.overlabel {
        position: absolute;
        font-size: 14px;
        font-family: DIN;
        color: #98a5ae;
        top: 32px;
        left: 25px;
    }
    /**/
    .main-nav .search-box .jqTransformInputWrapper {
        /*background:url(../images/form-img/input-left-top-search.png) no-repeat left top;*/
        height: 28px;
        width: 261px !important;
    }

        .main-nav .search-box .jqTransformInputWrapper .jqTransformInputInner {
            /*background:url(../images/form-img/input-right-top-search.png) no-repeat right top;*/
        }

            .main-nav .search-box .jqTransformInputWrapper .jqTransformInputInner div {
                height: 29px;
                margin: 0px 0px 0px 0px;
                background: #e4e6e8;
            }

                .main-nav .search-box .jqTransformInputWrapper .jqTransformInputInner div input {
                    width: 215px !important;
                    height: 31px;
                    font-size: 14px;
                    font-family: DIN;
                    color: #434343;
                    /*font-style: italic;*/
                }

.text-search.jqtranformdone.jqTransformInput {
    font-size: 14px;
}

.search-box span {
    position: absolute;
    right: 5px;
    top: 22px;
}

.main-nav .search-box .btn-search-top {
    background: url(../images/icons/keyimg.png) no-repeat left top;
    width: 19px;
    height: 18px;
    position: absolute;
    border: none;
    cursor: pointer;
    top: 22px;
    right: 4px;
}

.text-search:focus {
    selectable: false;
}

.header h2 {
    bottom: -7px;
    color: #ffffff;
    font-family: DIN;
    font-size: 48px;
    font-weight: normal;
    left: 25px;
    line-height: 40px;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    width: 78%;
}

.main-content-wrapper .main-content-wrapper-in {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.main-content-wrapper-in {
    font-size: 14px;
    font-family: DIN;
    color: #53565A;
    line-height: 17px;
}

    .main-content-wrapper-in .left-side {
        width: 22%;
        float: left;
    }

    .main-content-wrapper-in .right-side {
        width: 75.5%;
        float: right;
        padding-left: 2.5%;
    }

        .main-content-wrapper-in .right-side p.subtitle {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 22px;
            line-height: 26px;
            margin-top: -10px;
            margin-bottom: 20px;
        }

    .main-content-wrapper-in .left-side ul.left-menu {
        margin-bottom: 18px;
    }

    .main-content-wrapper-in .left-side .left-menu li {
        padding-left: 0;
        margin-bottom: 0;
        background: none;
    }

        .main-content-wrapper-in .left-side .left-menu li.current a,
        .main-content-wrapper-in .left-side .left-menu li.current a:hover {
            background-position: left -35px;
        }

        .main-content-wrapper-in .left-side .left-menu li.open a,
        .main-content-wrapper-in .left-side .left-menu li.open a:hover {
            background-position: left -70px;
        }

        .main-content-wrapper-in .left-side .left-menu li a {
            background: #c0c6c8;
            font-size: 14px;
            font-family: DIN;
            color: #FFF;
            display: block;
            padding-left: 30px;
            text-decoration: none;
            padding-top: 8px;
            padding-bottom: 6px;
            margin-bottom: 1px;
            line-height: 18px;
        }

    .main-content-wrapper-in .left-side .left-menu > li > a {
        font-weight: bold;
        font-family: DINLight;
        text-transform: uppercase;
    }



    .main-content-wrapper-in .left-side .left-menu li a:hover {
        background-position: left bottom;
        text-decoration: none;
    }

    .main-content-wrapper-in .left-side .left-menu ul {
        margin-bottom: 0;
    }

        .main-content-wrapper-in .left-side .left-menu ul li a,
        .main-content-wrapper-in .left-side .left-menu li.open ul li a {
            background: #FFF;
            font-size: 14px;
            font-family: DIN;
            color: #53565A;
            display: block;
            /*padding: 15px 5px 0px 27px;*/
            text-decoration: none;
            padding: 10px 5px 5px 30px;
        }


            .main-content-wrapper-in .left-side .left-menu ul li a:hover,
            .main-content-wrapper-in .left-side .left-menu li.open ul li a:hover
            {
                color: #98A4AE;
            }

    .main-content-wrapper-in .left-side .left-menu li.open ul li.current a {
        color: #ED8B00;
    }

    .main-content-wrapper-in .left-side .left-menu li.open ul li.current > ul {
        padding-top: 5px;
    }

    .main-content-wrapper-in .left-side .left-menu ul li a:hover,
    .main-content-wrapper-in .left-side .left-menu li.open ul li a:hover,
    .main-content-wrapper-in .left-side .left-menu li.open ul li.current a:hover {
        color: #98A4AE;
    }





    .main-content-wrapper-in .left-side .left-menu li.open ul li.current {
        color: #53565A;
    }

        .main-content-wrapper-in .left-side .left-menu li.open ul li.current ul {
            margin-left: 0;
            background: #fff;
            border: none;
        }

        .main-content-wrapper-in .left-side .left-menu li.open ul li.current li {
            border-bottom: 0;
            padding-left: 25px;
            border: none;
        }

            .main-content-wrapper-in .left-side .left-menu li.open ul li.current li a {
                background: #fff;
                color: #53565A;
                font-size: 14px;
                line-height: 14px;
                display: block;
                padding: 8px 5px 8px 15px;
                border-bottom: none;
                text-decoration: none;
            }

            .main-content-wrapper-in .left-side .left-menu li.open ul li.current li.current-tier2 > a {
                color: #ED8B00;
            }

                .main-content-wrapper-in .left-side .left-menu li.open ul li.current li.current-tier2 > a:hover {
                    color: #98A4AE;
                }

.block-team {
    overflow: hidden;
    float: left;
    *float: none;
}

.main-content-wrapper-in .left-side .left-menu li.open ul li.current ul li.current-tier2 a {
}

.main-content-wrapper-in .left-side .left-menu li.open ul li.current ul li.current-tier2 ul li {
    border: none;
}

    .main-content-wrapper-in .left-side .left-menu li.open ul li.current ul li.current-tier2 ul li a {
        padding-top: 0;
    }

.main-content-wrapper-in .left-side .left-menu li.open li.activeTier > ul > li > a {
    color: #4F868E;
}

.main-content-wrapper-in .left-side .left-menu li.open ul li.current ul li.current-tier2 ul li a:hover {
    color: #98A4AE;
}

.main-content-wrapper-in .left-side .left-menu li.open ul li.current li a.activeTier {
    color: #ED8B00;
}

.main-content-wrapper-in .left-side .left-menu li.open ul li.current li a:hover {
}

.left-menu ul ul ul li {
    border: none !important;
}

    .left-menu ul ul ul li a {
        font-weight: normal;
    }

        .left-menu ul ul ul li a.activeTier {
            font-weight: normal !important;
            /*text-decoration: underline!important;*/
            color: #ED8B00;
        }

.breadcrumb {
    padding-bottom: 6px;
    margin-bottom: 18px;
    overflow: hidden;
    margin-left: 30px;
    padding-top: 6px;
}

.right-side .breadcrumb {
    margin-left: 0px;
}

.breadcrumb ul {
    margin-bottom: 0;
}

.breadcrumb li {
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    background: none;
}

.breadcrumb a {
    font-family: DIN;
    font-size: 12px;
    line-height: 22px;
    color: #C1C6C9;
    text-decoration: none;
    margin-right: 3px;
}

.breadcrumb > ul li a::after {
    content: "/";
    margin-left: 3px;
    text-decoration: none;
    color: #C1C6C9;
}

.breadcrumb span {
    font-family: DIN;
    font-size: 12px;
    line-height: 22px;
    color: #53565A;
    letter-spacing: -0.5px;
}

.breadcrumb a:hover {
    /*font-weight:bold;*/
    /*text-decoration:underline;*/
    color: #ED8B00;
}
/*addthis share toolbar*/
.breadcrumb .sharebuttons {
    float: right;
    margin-left: 5px;
    margin-right: 30px;
}

.breadcrumb .publications {
    margin-left: 10px;
}

.breadcrumb a.addthis_button_compact {
    background: none !important;
    padding: 0 !important;
    color: #53565A !important;
}

    .breadcrumb a.addthis_button_compact > span {
        background: url('/common/images/social icons/share-image.png') no-repeat;
        background-position: 0px -30px;
        background-color: #ffffff !important;
        width: 20px !important;
        height: 20px !important;
        position:relative;
        vertical-align:middle;
        padding-right:2px;
    }
   .breadcrumb a.addthis_button_compact  .at-icon-addthis{
       display:none;
   }

    .breadcrumb a.addthis_button_compact:hover > span {
        background-position: 0px 0px;
    }

.two-cols-content .two-cols-content-left {
    width: 540px;
    float: left;
}

.two-cols-content .two-cols-content-right {
    width: 164px;
    float: left;
}

.all-events-box {
    padding: 20px 17px 20px 14px;
    border: 1px solid #bdc3c9;
}

    .all-events-box .all-events-box-top {
        padding-bottom: 21px;
        border-bottom: 1px solid #d8dbdf;
    }

        .all-events-box .all-events-box-top p {
            margin-bottom: 0;
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 16px;
            color: #53565A;
        }

    .all-events-box .all-events-box-item {
        padding: 13px;
        border-bottom: 1px solid #d8dbdf;
        overflow: hidden;
    }

        .all-events-box .all-events-box-item.odd {
            background-color: #f4f5f7;
        }

        .all-events-box .all-events-box-item img {
            float: left;
            border: 1px solid #b7bec5;
            margin-right: 16px;
        }

        *:first-child + html .all-events-box .all-events-box-item .all-events-box-item-content {
            float: left;
        }

        .all-events-box .all-events-box-item h3 {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 12px;
            line-height: 17px;
            color: #53565A;
            margin-bottom: 0;
        }

        .all-events-box .all-events-box-item p {
            font-family: DIN;
            font-size: 14px;
            line-height: 16px;
            color: #53565A;
            margin-bottom: 5px;
        }

            .all-events-box .all-events-box-item p.all-events-date {
                margin-bottom: 10px;
                font-size: 14px;
            }

    .all-events-box .all-events-box-item-content > h3 {
        font-size: 14px;
    }

    .all-events-box .all-events-box-item a.more-link {
        background: url("../images/backgrounds/span-arrow1.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
        color: #98a4ae;
        display: block;
        font-family: DIN;
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
        text-transform: uppercase;
    }

        .all-events-box .all-events-box-item a.more-link:hover {
            color: #ED8B00;
            text-decoration: none;
        }

    .all-events-box .all-events-box-nav {
        padding-top: 12px;
        position: relative;
    }

        .all-events-box .all-events-box-nav .display-text {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 16px;
            color: #53565A;
            position: absolute;
            top: 17px;
            left: 12px;
        }

        .all-events-box .all-events-box-nav ul {
            text-align: center;
            margin-bottom: 0;
        }

        .all-events-box .all-events-box-nav li {
            display: inline;
            margin-right: -6px;
            padding-left: 0;
            margin-bottom: 0;
            background: none;
        }

        .all-events-box .all-events-box-nav a {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 18px;
            color: #4F868E;
            width: 19px;
            display: inline-block;
        }

            .all-events-box .all-events-box-nav a.prev-event {
                background: url(../images/backgrounds/prev-arrow.gif) no-repeat left center;
                display: inline-block;
                width: 5px;
                height: 9px;
                margin-right: 14px;
            }

            *:first-child + html .all-events-box .all-events-box-nav a.prev-event {
                padding-bottom: 4px;
            }

            *:first-child + html .all-events-box .all-events-box-nav a.next-event {
                padding-bottom: 4px;
            }

            .all-events-box .all-events-box-nav a.next-event {
                background: url(../images/backgrounds/next-arrow.gif) no-repeat right center;
                display: inline-block;
                width: 5px;
                height: 9px;
                margin-left: 14px;
            }

        .all-events-box .all-events-box-nav span.current {
            background: url(../images/backgrounds/current-event-bg.gif) no-repeat left top;
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 12px;
            line-height: 18px;
            color: #4F868E;
            width: 19px;
            display: inline-block;
            cursor: default;
        }

.two-cols-content-right .small-accordion {
    margin-left: 20px;
}

.small-accordion h3 {
    background: #f1f2f2;
    color: #98A4AE;
    font-family: DINLight,Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
    overflow: hidden;
}

    .small-accordion h3 .ui-icon {
        background: url(../images/backgrounds/left-menu-arrow-r-blue.png) no-repeat right top;
        width: 6px;
        height: 10px;
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .small-accordion h3.ui-state-active {
        background: #4F868E;
        color: #fff;
    }

        .small-accordion h3.ui-state-active .ui-icon {
            background: url(../images/backgrounds/left-menu-arrow-b.png) no-repeat right top;
            width: 10px;
            height: 6px;
            display: block;
            position: absolute;
            top: 16px;
            right: 11px;
        }

.small-accordion .ui-accordion-content {
    overflow: hidden;
}

    .small-accordion .ui-accordion-content input[type=checkbox] {
        margin-top: 10px;
        margin-left: 10px;
    }


.small-accordion .acc-filter-by-regions,
.small-accordion .acc-filter-by-text {
    border-left: 1px solid #BDC3C9;
    border-right: 1px solid #BDC3C9;
}

    .small-accordion .acc-filter-by-regions table,
    .small-accordion .acc-filter-by-text table {
        width: 162px;
    }

    .small-accordion .acc-filter-by-regions td,
    .small-accordion .acc-filter-by-text td {
        border-bottom: 1px solid #BDC3C9;
    }

    .small-accordion .acc-filter-by-text td {
        vertical-align: top;
    }

        .small-accordion .acc-filter-by-regions td label, .small-accordion .acc-filter-by-text td label {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 15px;
            color: #555;
            display: block;
            padding: 9px 6px 9px 14px;
            position: relative;
        }

    .small-accordion .acc-filter-by-regions td label {
        margin-left: -13px;
    }

    .small-accordion .acc-filter-by-regions td input[type=checkbox] {
        margin-top: 3px;
        margin-right: -8px;
    }

    .small-accordion .acc-filter-by-regions td .jqTransformCheckboxWrapper {
        margin-right: -8px;
    }


    .small-accordion .acc-filter-by-regions td label img {
        display: none;
    }

.small-accordion .acc-filter-by-solution {
    border-left: 1px solid #BDC3C9;
    border-right: 1px solid #BDC3C9;
    width: 162px;
}

    .small-accordion .acc-filter-by-solution h4 {
        position: relative;
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 35px;
        color: #555;
        margin-bottom: 0;
        padding-left: 35px;
        border-bottom: 1px solid #BDC3C9;
        outline: none;
        overflow: hidden;
    }

        .small-accordion .acc-filter-by-solution h4.ui-state-active {
            background-color: #f6f6f8;
            font-weight: bold;
        }

        .small-accordion .acc-filter-by-solution h4 img {
            position: absolute;
            left: 10px;
            top: 0;
        }

        .small-accordion .acc-filter-by-solution h4 span.ui-icon {
            background: url(../images/backgrounds/small-acc-inside-arrows.png) no-repeat left top;
            display: block;
            width: 10px;
            height: 10px;
            position: absolute;
            right: 11px;
            top: 13px;
        }

        .small-accordion .acc-filter-by-solution h4.ui-state-active span.ui-icon {
            background-position: left -10px;
            background-color: #f6f6f8;
        }

    .small-accordion .acc-filter-by-solution .filter-by-solution-content {
        background-color: #f6f6f8;
        border-bottom: 1px solid #BDC3C9;
        padding: 11px 0 11px 13px;
    }

        .small-accordion .acc-filter-by-solution .filter-by-solution-content td {
            vertical-align: top;
            padding: 0 11px 15px 0;
        }

            .small-accordion .acc-filter-by-solution .filter-by-solution-content td label {
                font-family: DINLight,Arial, Helvetica, sans-serif;
                font-size: 11px;
                line-height: 13px;
                color: #555;
            }

/**/
.small-accordion .acc-filter-by-regions td span.jqTransformCheckboxWrapper,
.small-accordion .acc-filter-by-text td span.jqTransformCheckboxWrapper {
    margin-left: 13px;
}

.small-accordion .acc-filter-by-text td span.jqTransformCheckboxWrapper {
    margin-top: 11px;
    float: none;
}

form .small-accordion a.jqTransformCheckbox {
    background: transparent url(../images/form-img/small-checkbox.gif) no-repeat center top;
    height: 11px;
    width: 11px;
    vertical-align: top;
}

form .small-accordion a.jqTransformChecked {
    background-position: center bottom;
}
/**/
.small-accordion .acc-select-opt {
    padding: 0 13px;
}

    .small-accordion .acc-select-opt a {
        font-family: DIN;
        font-size: 12px;
        line-height: 35px;
        color: #ED8B00;
        margin-right: 10px;
    }

        .small-accordion .acc-select-opt a:hover {
            text-decoration: underline;
        }

.right-side-accordion {
    float: left;
    width: 164px;
    margin-right: -1px;
}

.left-side-large {
    width: 74%;
    float: left;
}

.sales-inner-content > .left-side-large {
    margin: 0px;
}


.right-side-small {
    width: 218px;
    float: right;
    margin-top: 16px;
}

    .right-side-small .featured-content h4 {
        color: #4F868E;
        font-size: 12px;
        font-family: DIN;
        text-transform: uppercase;
    }

    .right-side-small.featured-blog {
        margin: 0px;
    }

        .right-side-small.featured-blog > .border-title-box {
            padding-bottom: 5px;
        }

        .right-side-small.featured-blog .border-title-box .clearfix {
            padding-left: 10px;
            padding-right: 10px;
        }

#ctl12 {
    margin: 0px;
}

.img-text-table td {
    padding-bottom: 25px;
}

    .img-text-table td img {
        border: 1px solid #bdc3c9;
        margin-right: 21px;
    }

    .img-text-table td h2 {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
        color: #4F868E;
        margin-bottom: 5px;
    }

        .img-text-table td h2 a {
            padding-right: 14px;
            font: Din, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #98A4AE;
        }

            .img-text-table td h2 a span {
                /*color: #98A4AE;*/
                color: #ED8B00;
            }

            .img-text-table td h2 a:hover {
                /*color: #98A4AE;*/
                color: #ED8B00;
                text-decoration: none;
            }

    .img-text-table td p {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #53565A;
        margin-bottom: 10px;
    }

.jtab-content-box-right > .border-title-box {
    padding: 0px;
    background: #f1f2f2;
}

    .jtab-content-box-right > .border-title-box > h3 {
        line-height: 32px;
    }

.border-title-box {
    overflow: hidden;
    padding-top: 12px;
}

    .border-title-box > p {
        font-size: 14px;
        color: #53565A;
        line-height: 22px;
    }

    .border-title-box > ul {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.jtab-content-box-right .border-title-box h3{
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
}*/
    .border-title-box h3 {
        height: 32px;
        font-size: 12px;
        font-family: DIN;
        color: #4F868E;
        padding-left: 15px;
        text-transform: uppercase;
    }

.title-list-right {
    padding: 0 15px;
}

    .title-list-right h4 {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 16px;
        color: #4F868E;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .title-list-right ul {
        margin-bottom: 15px;
    }

        .title-list-right ul li {
            background: url(../images/backgrounds/light-blue-arrow4x6.gif) no-repeat left 5px;
            padding-left: 8px;
            margin-bottom: 6px;
            line-height: 15px;
        }

        *:first-child + html .title-list-right ul li {
            background: url(../images/backgrounds/light-blue-arrow4x6.gif) no-repeat left 7px;
        }

    .title-list-right li a {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 17px;
        color: #4F868E;
    }

.profil-content .title-list-right a {
    color: #53565A;
}

    .profil-content .title-list-right a:hover {
        color: #ED8B00;
    }

.featured-video {
    background: #f1f2f2;
    border: 1px #f3f4f4;
    /*padding-right: 2px;*/
    /*text-transform: uppercase;*/
}

.jtab-content-box-right .border-title-box .featured-content {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
}

.jtab-content-box-right .border-title-box h3 {
    text-transform: capitalize;
}

.featured-content {
    padding-left: 15px;
    margin: 0px;
}

    .featured-content a:hover {
        color: #ed8b00;
        text-decoration: none;
    }

    .featured-content h3 {
        text-transform: uppercase;
        padding-left: 0px;
    }

    .featured-content h4 {
        font-size: 12px;
        font-family: DIN;
        color: #4F868E;
        /*margin-bottom: 7px;*/
        margin: 0px;
        text-transform: uppercase;
    }

    .featured-content p {
        font-size: 14px;
        font-family: DIN;
        color: #53565A;
        line-height: 18px;
    }

    .featured-content a {
        background: url(../images/backgrounds/span-arrow1.png) no-repeat left 2px;
        font-size: 14px;
        font-family: DIN;
        text-transform: uppercase;
        color: #98A4AE;
        padding-left: 10px;
        display: block;
        font-weight: 600;
    }

.featured-table .all-events-box-item-content a {
    font-size: 12px !important;
}

    .featured-table .all-events-box-item-content a:hover {
        color: #ED8B00;
    }


.featured-content .featured-article-desc {
    margin-bottom: 12px;
}

    .featured-content .featured-article-desc p {
        line-height: 14px;
        margin-bottom: 0;
    }

    .featured-content .featured-article-desc img {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        /*border:1px solid #bdc3c9;*/
    }

.featured-video > p {
    color: #53565A;
    font-family: DIN;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
}

.read-more-button {
    padding-bottom: 27px;
}

.border-title-box > .featured-video > .read-more-button > a {
    font-weight: bold;
}

.read-more-button > a {
    font-family: DIN;
    font-size: 14px;
    padding-left: 2px;
    color: #98A4AE;
    text-transform: uppercase;
    font-weight: bold;
}

.read-more-button > span {
    color: #ED8B00;
    padding-left: 14px;
    font-weight: bold;
    font-size: 18px;
    font-family: DINLight;
}

.read-more-button > a:hover {
    color: #ED8B00;
}

.featured-video .video-link {
    display: block;
    position: relative;
    margin-bottom: 7px;
    /*text-align: center;*/
}

    .featured-video .video-link img {
        width: 100% !important;
        height: auto !important;
    }

    .featured-video .video-link .play-icon {
        background: url(/images/mobile/play-icon.png) no-repeat left top;
        display: block;
        cursor: pointer;
        width: 66px;
        height: 76px;
        position: absolute;
        top: 35px;
        left: 87px;
    }

.featured-video h4 {
    font-size: 12px;
    color: #4F868E;
    padding-left: 14px;
    padding-right: 14px;
    font-family: DIN;
    padding-top: 10px;
}

.border-title-box .featured-video h4 {
    text-transform: uppercase;
}

.border-title-box .icon {
    list-style-image: none;
}

.haccordion-wrapper {
    padding: 17px 0;
}

.left-side-small {
    float: left;
    width: 495px;
}

    .left-side-small .left-side-large {
        float: left;
        width: 710px;
    }

    .left-side-small > h2 {
        /*/*color: #508e96;*/
        /*color: #98A4AE;*/
        font-family: DINLight;
        font-size: 18px;
        line-height: 19px;
    }

.contact-card {
    background: #4F868E;
    overflow: hidden;
}

    .contact-card h3 {
        line-height: 18px;
    }

    .contact-card .contact-card-left {
        float: left;
        min-height: 82px;
        /*padding: 20px 7px 37px 19px;*/
        padding: 20px;
        position: relative;
        width: 180px;
        font-size: 14px;
        color: #fff !important;
        font-family: DIN;
    }

    .contact-card.box-apply-contact {
        padding: 15px;
        width: 198px;
        margin-bottom: 20px;
    }

    .contact-card .contact-person-name {
        font-weight: bold;
    }

    .contact-card.box-apply-contact a {
        background: url(../images/backgrounds/light-blue-arrow6x10.png) no-repeat scroll right 3px transparent;
        color: #4F868E;
        font-family: 'DIN';
        font-size: 12px;
        line-height: 15px;
        padding-right: 15px;
        float: right;
    }

    .contact-card h3 {
        color: #FFFFFF !important;
        font-family: 'DIN';
        font-size: 20px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .contact-card a {
        color: #4F868E;
        font-family: DINLight,Arial,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 15px;
        padding-right: 15px;
    }

    .contact-card p {
        color: #FFFFFF;
        font-family: DIN;
        font-size: 14px;
    }

    .contact-card .contact-card-left > span {
        color: #C0C6C8;
        font-family: DIN;
        font-size: 14px;
        margin-top: 10px;
        display: block;
    }

    .contact-card .contact-card-left a {
        left: 30px;
        bottom: 20px;
        padding-right: 15px;
        position: absolute;
        color: #F1F2F2;
        font-family: DIN;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 10px;
        display: block;
        font-weight: bold;
    }

        .contact-card .contact-card-left a:hover {
            color: #ED8B00;
        }

    .contact-card .contact-card-right {
        padding: 10px 10px 10px 0;
        position: relative;
    }

        .contact-card .contact-card-right .contact-card-img {
            padding: 3px;
            width: 67px;
            float: left;
        }

        .contact-card .contact-card-right p {
            color: #FFFFFF;
            float: left;
            font-family: 'DIN';
            font-size: 12px;
            margin-bottom: 0;
            padding-left: 6px;
            padding-top: 45px;
        }

.featured-table.w-med td {
    width: 338px;
}

.featured-table td {
    vertical-align: top;
    padding: 0 17px 29px 0;
}

.featured-table img {
    border: 1px solid #f1f2f2;
    float: left;
}

.featured-table .featured-table-content {
    overflow: hidden;
}

.featured-table h3 {
    font-family: 'DIN';
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #53565A;
    margin-bottom: 0px;
}

.featured-table p {
    font-family: 'DIN';
    font-size: 12px;
    line-height: 17px;
    color: #53565A;
    margin-bottom: 3px;
}

.featured-table a {
    font-family: 'DIN';
}

    .featured-table a.video-frame {
        display: block;
        position: relative;
        padding-left: 0;
        float: left;
    }

.link-date-right {
    padding: 0 9px;
}

    .link-date-right ul {
        margin-bottom: 0;
    }

    .link-date-right li {
        background: none;
        padding-left: 0;
        margin-bottom: 12px;
    }

        .link-date-right li a {
            display: block;
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 15px;
            color: #4F868E;
        }

        .link-date-right li p {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 15px;
            color: #53565A;
            margin: 0;
        }

.jtab-control {
    /*background:#ebedf0 url(../images/backgrounds/jtab-control-bg.gif) repeat-y right top;*/
    background: #fff;
    /*border:1px solid #bfc5cb;*/
    /*overflow:hidden;*/
    margin-bottom: 30px;
    border-top: 2px solid #f1f2f2;
    padding-top: 30px;
}

    .jtab-control ul.jtab-items {
        float: left;
        width: 229px;
        margin-bottom: 0;
        position: relative;
        left: 1px;
        z-index: 60;
    }

        .jtab-control ul.jtab-items li {
            background: none;
            padding-left: 0;
            margin-bottom: 0;
            border-bottom: 1px solid #cbd2d6;
        }

            .jtab-control ul.jtab-items li.last-child {
                border-bottom: none !important;
            }

            .jtab-control ul.jtab-items li a {
                /* background:#FFF url(../images/backgrounds/jtab-arrows.gif) no-repeat 9px center;*/
                display: block;
                font-size: 14px;
                font-family: DIN;
                color: #53565A;
                text-decoration: none;
                padding: 8px 0 8px 30px;
            }

                .jtab-control ul.jtab-items li a.current {
                    color: #ED8B00;
                }

                    .jtab-control ul.jtab-items li a.current:hover {
                        color: #ED8B00;
                        /*border-right:1px solid #f7f8f9; background:#f7f8f9;*/
                    }

    .jtab-control .jtab-content {
        float: left;
        width: 729px;
        position: relative;
        padding-left: 55px;
        min-height: 238px;
    }

        .jtab-control .jtab-content .jtab-content-box {
            position: relative;
            top: 0;
            left: 0;
            padding: 0px 9px 8px 25px;
            width: 695px;
        }

            .jtab-control .jtab-content .jtab-content-box .jtab-content-box-left {
                float: left;
                width: 445px;
                padding: 9px 0;
            }



.jtab-content-box-left h2 {
    color: #98A4AE;
}

.jtab-control .jtab-content .jtab-content-box .jtab-content-box-left h3 {
    font-size: 18px;
    font-family: DIN;
    color: #4F868E;
    margin-bottom: 14px;
}

.jtab-control .jtab-content .jtab-content-box .jtab-content-box-left p {
    font-size: 14px;
    font-family: DIN;
    color: #53565A;
    margin-bottom: 12px;
}

    .jtab-control .jtab-content .jtab-content-box .jtab-content-box-left p a {
        color: #4F868E;
    }

.jtab-control .jtab-content .jtab-content-box .jtab-content-box-left a.more-link {
    background: url(../images/backgrounds/span-arrow1.png) no-repeat;
    background-position: left 3px;
    display: inline-block;
    line-height: 16px;
    color: #98A4AE;
    font-size: 14px;
    font-family: DIN;
    text-transform: uppercase;
    padding-left: 10px;
}

.jtab-control .jtab-content .jtab-content-box .jtab-content-box-right {
    float: right;
    width: 290px;
}

/*career what we do section*/
.content-what-we-do {
    float: none;
    width: auto;
}

    .content-what-we-do img.floatleft {
        float: left;
        margin: 3px 10px 5px 0;
    }

/* Large content quote */

#contentQuote {
    width: 220px;
    margin-left: 32px;
}

    #contentQuote span, #contentQuote .quoteText {
        font-size: 30px;
        line-height: 32px;
    }

    #contentQuote .quoteText {
        position: relative;
    }

        #contentQuote .quoteText .leftMark {
            position: absolute;
            top: 0;
            left: -15px;
        }

    #contentQuote .quoteCall {
        clear: left;
        width: 220px;
    }

/* Horizontal tab element */

#jtab-horizontal .jtab-control {
    background: #fff;
    float: none;
    margin-bottom: 14px;
}

    #jtab-horizontal .jtab-control ul.jtab-items {
        float: none;
        width: auto;
        margin-bottom: 0;
        border: none;
        left: 0;
    }

        #jtab-horizontal .jtab-control ul.jtab-items li {
            background: none;
            padding-left: 0;
            margin-bottom: 0;
            float: left;
            border: none !important; /*min-width:146px;*/
        }

            #jtab-horizontal .jtab-control ul.jtab-items li a {
                background: #fff;
                border: 1px solid #BFC5CB;
                border-left: none !important;
                height: 74px;
                padding: 0;
                /*color: #5f8cb4;*/ /*white-space:nowrap; overflow:hidden;*/
                color: #4F868E;
                text-align: center;
            }

            #jtab-horizontal .jtab-control ul.jtab-items li:first-child a {
                border-left: 1px solid #BFC5CB !important;
            }

            #jtab-horizontal .jtab-control ul.jtab-items li a.current {
                background: #f7f8f9;
                /*color: #395161;*/
                color: #4F868E;
                font-weight: 700;
                border-bottom: 1px solid #F7F8F9;
            }

#jtab-horizontal .topspace {
    padding-top: 25px;
}

#jtab-horizontal ul.jtab-items li a span {
    background: none;
    display: block;
    height: 10px;
}

#jtab-horizontal ul.jtab-items li a.current span {
    background: #f7f8f9 url(/common/images/backgrounds/jtab-h-arrows.gif) no-repeat bottom center;
    color: #395161;
    font-weight: 700;
    border-bottom: 1px solid #F7F8F9;
}

#jtab-horizontal .jtab-control .jtab-content {
    float: none;
    width: auto;
    background: #F7F8F9;
    border: 1px solid #BFC5CB;
    border-top: none;
    min-height: 100px;
}

    #jtab-horizontal .jtab-control .jtab-content ul {
        margin-bottom: 2px;
    }

    #jtab-horizontal .jtab-control .jtab-content .jtab-content-box {
        padding: 0;
        width: auto;
    }

#jtab-horizontal .h-img {
    float: right;
    margin: 17px 17px 10px 10px;
}

#jtab-horizontal .content-text {
    padding: 15px;
}

    #jtab-horizontal .content-text ul, #jtab-horizontal .content-text p {
        *zoom: 1;
    }

    #jtab-horizontal .content-text a.action-call {
        background: #f7f8f9 url(/common/images/backgrounds/jtab-h-arrows.gif) no-repeat right 2px;
        font-weight: 700;
        padding-right: 17px;
    }

.no-wrap-under {
    overflow: hidden;
}

/* header-careers-home */
.header-careers-home {
    height: 772px;
    margin-bottom: 25px;
}

    .header-careers-home .home-caroussel-careers {
        position: relative;
        height: 772px;
        width: 1000px;
    }

        .header-careers-home .home-caroussel-careers span.btn-prev-slider {
            /*background:url(../images/buttons/prev-slider-home.gif) no-repeat left top;*/
            cursor: pointer;
            display: block;
            position: absolute;
            left: 0;
            top: 240px;
            width: 20px;
            height: 115px;
            z-index: 10;
        }

        .header-careers-home .home-caroussel-careers span.btn-next-slider {
            /*background:url(../images/buttons/next-slider-home.gif) no-repeat left top;*/
            cursor: pointer;
            display: block;
            position: absolute;
            right: 0;
            top: 240px;
            width: 20px;
            height: 115px;
            z-index: 10;
        }

    .header-careers-home .home-caroussel-careers-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 1000px;
        height: 772px;
    }

        .header-careers-home .home-caroussel-careers-item .home-caroussel-careers-item-in {
            position: relative;
        }

.career-caroussel-text {
    background: url(../images/backgrounds/d_careers_rotator_overlay.png);
    height: 660px;
    position: absolute;
    top: 108px;
    width: 100%;
}

.header-careers-home .home-caroussel-careers-item .home-caroussel-careers-item-in .home-caroussel-careers-content {
    position: absolute;
    top: 197px;
    width: 390px;
    padding: 20px 20px 20px 25px;
    height: 240px;
}

    .header-careers-home .home-caroussel-careers-item .home-caroussel-careers-item-in .home-caroussel-careers-content h3 {
        color: #fff;
        font-family: 'DINLight',Arial,Helvetica,sans-serif;
        font-size: 36px;
        line-height: 30px;
        letter-spacing: -1px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    /*.header-careers-home .home-caroussel-careers-item .home-caroussel-careers-item-in .home-caroussel-careers-content h3 span {
            color: #fff;
            font-family: 'DIN',Arial,Helvetica,sans-serif;
            font-size: 36px;
            line-height: 32px;
            text-transform: uppercase;
        }*/

    .header-careers-home .home-caroussel-careers-item .home-caroussel-careers-item-in .home-caroussel-careers-content p {
        color: #fff;
        font-family: DIN;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 22px;
    }

.home-caroussel-careers-content a:hover {
    color: #ED8B00;
}

.header-careers-home .home-caroussel-careers .nav-rotator-home {
    bottom: 110px;
    height: 20px;
    left: 30px;
    position: absolute;
    z-index: 6;
}

    .header-careers-home .home-caroussel-careers .nav-rotator-home a {
        background: url(../images/buttons/rotator-pager.png) no-repeat left top;
        display: block;
        float: left;
        margin-right: 5px;
        text-indent: -9999999px;
        width: 10px;
        height: 10px;
    }

        .header-careers-home .home-caroussel-careers .nav-rotator-home a.activeSlide,
        .header-careers-home .home-caroussel-careers .nav-rotator-home a:hover {
            display: block;
            background-position: 0px -11px;
        }

.header-careers-home .form-careers {
    background: url(../images/backgrounds/form-careers.png) repeat;
    width: 904px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    height: 26px;
    padding: 19px 36px;
    padding-right: 0;
    z-index: 8;
}

    .header-careers-home .form-careers label {
        display: block;
        font-family: DINLight, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #4F868E;
        /*padding-top: 4px;*/
        padding: 0px;
        margin-right: 2px;
        float: left;
        line-height: 26px;
        letter-spacing: -1.5px;
    }

    .header-careers-home .form-careers table {
        /*clear:both;*/
        float: left;
        margin-left: 6px;
    }

    .header-careers-home .form-careers td {
        /*padding-top: 3px;*/
        /*padding-right:10px;*/
        vertical-align: middle;
        /*Start Modification for additional box*/
        /*End Modification for additional box*/
    }

    .header-careers-home .form-careers .jqTransformSelectWrapper {
        width: 183px !important;
        border: 1px solid #d8d7d6;
        border-bottom: 2px solid #d8d7d6;
        border-right: 2px solid #d8d7d6;
        background: #fff;
    }

        .header-careers-home .form-careers .jqTransformSelectWrapper ul {
            width: 181px !important;
        }

        .header-careers-home .form-careers .jqTransformSelectWrapper div span {
            padding-left: 11px;
            font-size: 14px;
            font-family: DIN;
            color: #98A4AE;
            padding-top: 0px;
            width: 94% !important;
            line-height: 26px;
            text-transform: capitalize;
        }



        .header-careers-home .form-careers .jqTransformSelectWrapper ul a {
            color: #98A4AE;
            border-bottom: 1px solid #e5e9ec;
            padding-left: 11px;
        }

            .header-careers-home .form-careers .jqTransformSelectWrapper ul a.selected {
                background: #f0f0f0;
                color: #98A4AE;
            }

                .header-careers-home .form-careers .jqTransformSelectWrapper ul a:hover,
                .header-careers-home .form-careers .jqTransformSelectWrapper ul a.selected:hover {
                    background: #e9eef1;
                    color: #98A4AE;
                }
    /*
.header-careers-home .form-careers .form-careers-left{
    float:left;
    width:274px;
    padding:7px 0 10px 0;
    border-right:1px solid #bdc3c9;
}
.header-careers-home .form-careers .form-careers-right{
    float:right;
    width:274px;
    padding:7px 0 10px 0;
}*/

    .header-careers-home .form-careers .form-careers-left {
        float: left;
        /*margin-left: 36px;*/
        margin-right: 36px;
        /*margin-top: 17px;*/
        /*padding: 0 0 6px;*/
        /*width: 280px;*/
    }

    .header-careers-home .form-careers .form-careers-center {
        float: left;
        margin-right: 36px;
        /*margin-top: 17px;*/
        padding: 0;
        /*width: 265px;*/
    }

        .header-careers-home .form-careers .form-careers-center select {
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url(../images/form-img/select-right.gif);
            background-repeat: no-repeat;
            background-position: right center;
            height: 31px;
            border-color: #ccc;
        }

            .header-careers-home .form-careers .form-careers-center select::-ms-expand {
                display: none;
            }

    .header-careers-home .form-careers .form-careers-right {
        float: left;
        /*margin-top: 18px;*/
        /*width: 260px;*/
    }

.header > img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-careers-home .change-region-box {
    position: absolute;
    left: 23px;
    bottom: 24px;
    z-index: 10;
}

    .header-careers-home .change-region-box p {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 17px;
        color: #53565A;
        margin-bottom: 0;
    }

        .header-careers-home .change-region-box p a {
            color: #4F868E;
        }

/* region-caroussel */
.header-regions {
    height: 333px;
    position: static;
}

.region-caroussel {
    position: relative;
    height: 333px;
    width: 1000px;
}

    .region-caroussel span.btn-prev-slider {
        background: url(../images/buttons/prev-slider-home.gif) no-repeat left top;
        cursor: pointer;
        display: block;
        position: absolute;
        left: 0;
        top: 152px;
        width: 20px;
        height: 115px;
        z-index: 10;
    }

    .region-caroussel span.btn-next-slider {
        background: url(../images/buttons/next-slider-home.gif) no-repeat left top;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: 152px;
        width: 20px;
        height: 115px;
        z-index: 10;
    }

.region-caroussel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 333px;
}

    .region-caroussel-item .region-caroussel-item-in {
        position: relative;
    }

        .region-caroussel-item .region-caroussel-item-in .region-caroussel-content {
            background: url(../../images/regions-banners/zs_weave_banner_region.png) no-repeat scroll 0 0;
            height: 190px;
            left: 0;
            padding-left: 77px;
            padding-top: 35px;
            position: absolute;
            top: 108px;
            width: 655px;
        }

            .region-caroussel-item .region-caroussel-item-in .region-caroussel-content h3 {
                color: #53565A;
                font-family: 'DINLight',Arial,Helvetica,sans-serif;
                font-size: 36px;
                line-height: 42px;
                letter-spacing: -1px;
                margin-bottom: 10px;
                width: 50%;
            }

                .region-caroussel-item .region-caroussel-item-in .region-caroussel-content h3 span {
                    color: #53565A;
                    font-family: 'DIN',Arial,Helvetica,sans-serif;
                    font-size: 36px;
                    line-height: 42px;
                }

            .region-caroussel-item .region-caroussel-item-in .region-caroussel-content p {
                color: #697785;
                font-family: DINLight,Arial,Helvetica,sans-serif;
                font-size: 14px;
                line-height: 19px;
                margin-bottom: 12px;
                width: 50%;
            }

.region-caroussel .nav-rotator-home {
    height: 21px;
    position: absolute;
    bottom: 15px;
    right: 40px;
    z-index: 20;
}

    .region-caroussel .nav-rotator-home a {
        display: block;
        float: left;
        margin-right: 5px;
        text-indent: -9999999px;
    }



/**/

.btn-go {
    background: url(../images/buttons/btn-go.png) no-repeat left top;
    width: 39px;
    height: 24px;
    border: none;
    display: block;
    cursor: pointer;
}

    .btn-go:hover {
        background-position: left bottom;
    }

.apply-box-wrapper {
    background: #fff url(../images/backgrounds/careers-apply-bg.gif) repeat-x left top;
    border: 1px solid #bdc3c9;
    height: 73px;
    padding-left: 16px;
    margin-bottom: 23px;
}

    .apply-box-wrapper .apply-box-item {
        background: url(../images/backgrounds/careers-apply-arrow.png) no-repeat right 15px;
        float: left;
        width: 218px;
        margin-right: 24px;
        padding-top: 8px;
    }

    .apply-box-wrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        /*background-image: url(../images/form-img/select-right.gif);*/
        background-repeat: no-repeat;
        border: 1px solid #ccc;
        background-position: right center;
        width: 90%;
        height: 31px;
    }

        .apply-box-wrapper select::-ms-expand {
            display: none;
        }

    .apply-box-wrapper .apply-box-item.last-child {
        background: none;
        margin-right: 0px;
        width: 203px;
    }

        .apply-box-wrapper .apply-box-item.last-child select {
            width: 185px;
            padding-right: 30px;
        }

        .apply-box-wrapper .apply-box-item.last-child option {
            width: 100px;
            -ms-word-wrap: hyphenate;
            word-wrap: hyphenate;
        }

    .apply-box-wrapper .apply-box-item label, .red-title {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        color: #4F868E;
        display: block;
        margin-bottom: 5px;
    }

        .apply-box-wrapper .apply-box-item label span {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            color: #98A4AE;
        }

    .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper {
        width: 183px !important;
    }

    .apply-box-wrapper .apply-box-item > .jqTransformSelectWrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CDCCCA;
    }

    .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper > div > span {
        width: 158px !important;
        margin-left: 4px;
        margin-top: 4px;
        color: #98A4AE !important;
        font-family: DIN;
        font-size: 14px;
    }

    .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper ul {
        width: 181px !important;
        max-height: 192px;
    }

    .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper div span {
        color: #434343;
    }


    .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper ul a {
        color: #98A4AE;
        border-bottom: 1px solid #e5e9ec;
    }

        .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper ul a.selected {
            background: #f0f0f0;
            color: #98A4AE;
        }

            .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper ul a:hover,
            .apply-box-wrapper .apply-box-item .jqTransformSelectWrapper ul a.selected:hover {
                background: #e9eef1;
                color: #98A4AE;
            }

.links-list {
    margin: 0 0 20px 18px;
}

    .links-list li {
        background: none;
        padding-left: 0;
    }

        .links-list li a {
            background: url(../images/backgrounds/more-link-arrow.gif) no-repeat left 5px;
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 17px;
            color: #4F868E;
            padding-left: 11px;
        }

.calendar-list-box h3 {
    font-family: DINLight,Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #8e0019;
    margin-bottom: 12px;
}

.calendar-list-box ul {
    margin-bottom: 0;
}

.calendar-list-box li {
    background: url(../images/icons/calendar-icon16x17.gif) no-repeat left top;
    padding-left: 26px;
    margin-bottom: 12px;
    font-family: DIN,Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #53565A;
}

.university-profiles-box {
    padding: 0 15px;
}

    .university-profiles-box .img-frame {
        margin-bottom: 20px;
    }

        .university-profiles-box .img-frame img {
            border: 1px solid #bdc3c9;
        }

    .university-profiles-box li {
        background: none;
        padding-left: 0;
        margin-bottom: 15px;
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #53565A;
    }

    .university-profiles-box a {
        background: url(../images/backgrounds/more-link-arrow.gif) no-repeat right 5px;
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 11px;
        color: #4F868E;
        padding-right: 7px;
    }

.main-content-wrapper-in .left-side-small h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #9babb4;
    display: inline;
    font-family: DINLight;
    display: block;
}

.search-result-box .search-result-box-top {
    overflow: hidden;
    margin-bottom: 22px;
}

    .search-result-box .search-result-box-top .search-box {
        float: left;
        width: 189px;
        position: relative;
    }

        .search-result-box .search-result-box-top .search-box label.overlabel {
            position: absolute;
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 24px;
            color: #434343;
            top: 1px;
            left: 25px;
        }
        /**/
        .search-result-box .search-result-box-top .search-box .jqTransformInputWrapper {
            background: url(../images/form-img/input-left-search.gif) no-repeat left top;
            height: 25px;
            width: 189px !important;
        }

            .search-result-box .search-result-box-top .search-box .jqTransformInputWrapper .jqTransformInputInner {
                background: url(../images/form-img/input-right-search.gif) no-repeat right top;
            }

                .search-result-box .search-result-box-top .search-box .jqTransformInputWrapper .jqTransformInputInner div {
                    height: 25px;
                    margin: 0px 0px 0px 4px;
                }

                    .search-result-box .search-result-box-top .search-box .jqTransformInputWrapper .jqTransformInputInner div input {
                        width: 130px !important;
                        height: 24px;
                        font-family: DINLight,Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        line-height: 24px;
                        color: #434343;
                        padding: 0px 0 0 20px;
                    }
        /**/
        .search-result-box .search-result-box-top .search-box .btn-search-top {
            background: url(../images/icons/keyimg.png) no-repeat left top;
            width: 19px;
            height: 18px;
            position: absolute;
            border: none;
            cursor: pointer;
            top: 6px;
            right: 16px;
        }

.text-search {
    height: 29px;
}

#secondary-search {
    padding-left: 5px;
    background: #e4e6e8;
    border: none;
    width: 145px;
    padding-right: 25px;
}

.search-result-box .search-result-box-top p {
    font-family: DINLight,Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #53565A;
    margin-bottom: 0;
    margin-left: 19px;
    float: left;
}

.search-result-box .search-result-box-content .search-result-box-left {
    float: left;
    width: 175px;
    margin-right: 20px;
}

.search-result-box .search-result-box-content .search-result-box-right {
    float: left;
    width: 758px;
    padding: 0 19px;
    border: 1px solid #c3c8ce;
}

.search-result-box .search-result-box-content .top-results-options {
    padding: 16px 0px 14px 0px;
    border-bottom: 1px solid #d8dbdf;
}

    .search-result-box .search-result-box-content .top-results-options p {
        float: left;
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 24px;
        color: #53565A;
        margin: 0 5px 0;
        width: 531px;
    }

    .search-result-box .search-result-box-content .top-results-options .top-results-options-right {
        /*float:right;*/
    }

        .search-result-box .search-result-box-content .top-results-options .top-results-options-right label {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 12px;
            line-height: 24px;
            color: #53565A;
            margin-right: 5px;
        }

/**/
.search-result-box .search-result-box-content .jqTransformSelectWrapper {
    height: 24px;
    background: url(../images/form-img/select-left-small.gif) no-repeat top left;
}

    .search-result-box .search-result-box-content .jqTransformSelectWrapper div span {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 24px;
        color: #53565A;
        height: 24px;
    }

    .search-result-box .search-result-box-content .jqTransformSelectWrapper a.jqTransformSelectOpen {
        width: 24px;
        height: 24px;
        background: url(../images/form-img/select-right-small.gif) no-repeat center center;
    }

    .search-result-box .search-result-box-content .jqTransformSelectWrapper ul {
        top: 23px;
    }

        .search-result-box .search-result-box-content .jqTransformSelectWrapper ul a {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 24px;
            color: #53565A;
        }

            .search-result-box .search-result-box-content .jqTransformSelectWrapper ul a.selected {
                background: #EDEDED;
                color: #333;
            }

                .search-result-box .search-result-box-content .jqTransformSelectWrapper ul a:hover,
                .search-result-box .search-result-box-content .jqTransformSelectWrapper ul a.selected:hover {
                    background: #69879e;
                    color: #fff;
                }
/**/
.search-result-box .search-result-box-content .search-result-item {
    padding: 14px 13px 15px 14px;
    /*border-bottom: 1px solid #d8dbdf;*/
}

    .search-result-box .search-result-box-content .search-result-item a.search-title {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        padding-top: 3px;
        position: relative;
    }

        .search-result-box .search-result-box-content .search-result-item a.search-title:hover {
            text-decoration: none;
        }

        .search-result-box .search-result-box-content .search-result-item a.search-title span {
            color: #4F868E;
            font-family: DinLight;
            font-size: 16px;
            font-weight: bold;
        }

        .search-result-box .search-result-box-content .search-result-item a.search-title img {
            position: absolute;
            top: 0;
            left: 0;
            display: inline !important; /*No icons were showing. Enabled to fill blank space. */
        }

    .search-result-box .search-result-box-content .search-result-item a {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ED8B00;
    }

        .search-result-box .search-result-box-content .search-result-item a:hover {
            text-decoration: underline;
        }

    .search-result-box .search-result-box-content .search-result-item p {
        font-family: din,Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #53565A;
        word-wrap:break-word;
    }

.search-result-box .search-result-box-content .search-result-nav {
    padding: 15px 0 17px;
    position: relative;
    margin-bottom: 35px;
}

    .search-result-box .search-result-box-content .search-result-nav ul {
        margin-bottom: 0;
        text-align: center;
        height: 20px;
        overflow: hidden;
    }

    .search-result-box .search-result-box-content .search-result-nav li {
        background: none;
        display: inline;
        margin-bottom: 0;
        margin-right: 0px;
        padding-left: 0;
    }

        .search-result-box .search-result-box-content .search-result-nav li a.prev-item {
            color: #ED8B00;
            font-size: 17px;
            margin-right: 0px;
            font-weight: bold;
        }

        .search-result-box .search-result-box-content .search-result-nav li a.next-item {
            color: #ED8B00;
            font-size: 17px;
            position: absolute;
            right: 0;
            top: 15px;
            font-weight: bold;
        }

        *:first-child + html .search-result-box .search-result-box-content .search-result-nav li a.prev-item {
            padding-bottom: 4px;
        }

        *:first-child + html .search-result-box .search-result-box-content .search-result-nav li a.next-item {
            padding-bottom: 4px;
        }

        .search-result-box .search-result-box-content .search-result-nav li a {
            color: #90A6C3;
            display: inline-block;
            font-family: DINLight,Arial,Helvetica,sans-serif;
            font-size: 12px;
            line-height: 18px;
            width: 19px;
        }

        .search-result-box .search-result-box-content .search-result-nav li span.current {
            background: url(../images/backgrounds/current-event-bg.gif) no-repeat left top;
            cursor: default;
            display: inline-block;
            font-family: DINLight,Arial,Helvetica,sans-serif;
            font-weight: bold;
            font-size: 12px;
            line-height: 18px;
            color: #53565A;
            width: 19px;
        }

    .search-result-box .search-result-box-content .search-result-nav .display-text {
        font-family: DINLight,Arial,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 16px;
        color: #53565A;
        position: absolute;
        top: 18px;
        left: 0px;
    }

/*other classes for search, behrreich*/
.current-page {
    font-family: DIN !important;
    font-weight: bold !important;
}

.search-item-found {
    color: #53565A;
    font-weight: bold;
}

.contact-wrapper {
    margin-left: 30px;
}

    .contact-wrapper .contact-map-wrapper h2 {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 24px;
        color: #4F868E;
        margin-bottom: 15px;
        line-height: 25px;
    }

    .contact-wrapper .contact-map-wrapper .contact-map {
        border: 1px solid #bfc7cf;
        margin-bottom: 20px;
        width: 100%;
    }

        .contact-wrapper .contact-map-wrapper .contact-map .contact-map-left {
            float: left;
            width: 185px;
            padding: 14px 0 0 14px;
            position: relative;
            z-index: 1;
        }

            .contact-wrapper .contact-map-wrapper .contact-map .contact-map-left .white-arrow {
                background: url(../images/backgrounds/big-white-arrow.png) no-repeat left top;
                display: block;
                width: 7px;
                height: 14px;
                position: absolute;
                right: -7px;
                top: 203px;
                z-index: 20;
            }

            .contact-wrapper .contact-map-wrapper .contact-map .contact-map-left h3 {
                font-family: DINLight,Arial, Helvetica, sans-serif;
                font-weight: bold;
                font-size: 14px;
                color: #2f4156;
                margin-bottom: 10px;
                text-transform: uppercase;
            }

            .contact-wrapper .contact-map-wrapper .contact-map .contact-map-left ul {
                margin-bottom: 14px;
            }

            .contact-wrapper .contact-map-wrapper .contact-map .contact-map-left li {
                background: none;
                padding-left: 0;
                margin-bottom: 0;
                line-height: 15px;
            }

            .contact-wrapper .contact-map-wrapper .contact-map .contact-map-left a {
                /*background: url(../images/backgrounds/span-arrow.png) no-repeat 3px 5px;*/
                background: url(../images/backgrounds/span-arrow1.png) no-repeat 0px 3px;
                padding-left: 11px;
                font-family: DIN,Arial, Helvetica, sans-serif;
                font-size: 13px;
                line-height: 15px;
                /*color: #4F868E;*/
                color: #53565a;
                /*padding-top: 2px;*/
                display: block;
            }

                .contact-wrapper .contact-map-wrapper .contact-map .contact-map-left a:hover {
                    font-weight: normal;
                    text-decoration: none;
                    color: #ED8B00;
                }

        .contact-wrapper .contact-map-wrapper .contact-map .contact-map-right {
            float: right;
            width: 765px;
            position: relative;
            height: 100%;
        }

            .contact-wrapper .contact-map-wrapper .contact-map .contact-map-right .marker-image {
                background: url(../images/backgrounds/office-marker-image.png) no-repeat left top;
                display: block;
                width: 17px;
                height: 20px;
                position: absolute;
            }

.contact-info-wrapper {
    background: url(../images/backgrounds/contact-info-top.png) no-repeat left top;
    padding-top: 25px;
    position: absolute;
    width: 354px;
    display: none;
}

*:first-child + html .contact-info-wrapper {
    padding-top: 7px;
}

    .contact-info-wrapper .contact-info-content {
        background: url("../images/backgrounds/contact-info-body.png") no-repeat scroll left bottom transparent;
        min-height: 120px;
        padding: 10px 0 20px 0;
        *margin-top: 28px;
        width: 339px;
        position: relative;
    }

        .contact-info-wrapper .contact-info-content .contact-info-arrow {
            background: url(../images/backgrounds/contact-info-arrow.png) no-repeat left top;
            width: 31px;
            height: 29px;
            display: block;
            position: absolute;
            left: -18px;
            top: -22px;
        }

        *:first-child + html .contact-info-wrapper .contact-info-content .contact-info-arrow {
            top: -21px;
        }

    .contact-info-wrapper.to-right .contact-info-content .contact-info-arrow {
        background: url(../images/backgrounds/contact-info-arrow-right.png) no-repeat left top;
        display: block;
        position: absolute;
        left: auto;
        right: -19px;
        top: -22px;
        width: 31px;
        height: 32px;
    }

    *:first-child + html .contact-info-wrapper.to-right .contact-info-content .contact-info-arrow {
        top: -21px;
    }

    .contact-info-wrapper .contact-info-content .contact-info-left {
        border-right: 1px solid #D5DAE0;
        float: left;
        padding-left: 22px;
        width: 207px;
    }

        .contact-info-wrapper .contact-info-content .contact-info-left h3 {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 18px;
            color: #8e0019;
            margin-bottom: 4px;
        }

        .contact-info-wrapper .contact-info-content .contact-info-left p {
            font-family: DINLight, Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 15px;
            color: #53565A;
            margin-bottom: 12px;
        }

            .contact-info-wrapper .contact-info-content .contact-info-left p.last-child {
                margin-bottom: 0;
            }

        .contact-info-wrapper .contact-info-content .contact-info-left a {
            /*color: #4F868E;*/
            color: #98A4AE;
            text-transform: uppercase;
        }

            .contact-info-wrapper .contact-info-content .contact-info-left a span {
                color: #ED8B00;
                font-size: 16px;
            }

            .contact-info-wrapper .contact-info-content .contact-info-left a:hover {
                color: #ED8B00;
            }

    .contact-info-wrapper .contact-info-content .contact-info-right {
        float: right;
        padding-right: 7px;
        width: 83px;
    }

        .contact-info-wrapper .contact-info-content .contact-info-right .img-frame {
            background: url(../images/backgrounds/contact-info-img-bg.gif) no-repeat left top;
            width: 54px;
            height: 54px;
            overflow: hidden;
            padding: 4px;
            margin: 0 0 5px -4px;
        }

        .contact-info-wrapper .contact-info-content .contact-info-right p {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 15px;
            color: #53565A;
            margin-bottom: 25px;
        }

        .contact-info-wrapper .contact-info-content .contact-info-right a {
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 15px;
            color: #98A4AE;
            text-transform: uppercase;
        }

            .contact-info-wrapper .contact-info-content .contact-info-right a:hover {
                color: #ED8B00;
            }

            .contact-info-wrapper .contact-info-content .contact-info-right a span {
                color: #ED8B00;
                font-size: 16px;
            }

.contact-form .contact-form-left {
    float: left;
    width: 328px;
    padding-right: 27px;
}

.contact-form h2 {
    color: #4F868E;
}

.contact-form .contact-form-right {
    float: left;
    width: 573px;
    padding-left: 27px;
    border-left: 1px solid #d5dae0;
}

.contact-form .contact-table .contact-tr {
    margin-bottom: 11px;
    font-family: DINLight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
}

    .contact-form .contact-table .contact-tr:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

*:first-child + html .contact-form .contact-table .contact-tr,
* html .contact-form .contact-table .contact-tr {
    height: 1%;
}

.contact-form .contact-table .contact-tr {
    display: block;
}

* html .contact-form .contact-table .contact-tr {
    display: inline-block;
}

    .contact-form .contact-table .contact-tr .contact-td {
        float: left;
        position: relative;
        margin-right: 12px;
        position: relative;
    }

        .contact-form .contact-table .contact-tr .contact-td.last-child {
            margin-right: 0;
        }

        .contact-form .contact-table .contact-tr .contact-td.td-280 {
            width: 280px;
            z-index: 2;
        }

            .contact-form .contact-table .contact-tr .contact-td.td-280 .jqTransformInputWrapper {
                width: 280px !important;
            }

                .contact-form .contact-table .contact-tr .contact-td.td-280 .jqTransformInputWrapper input {
                    width: 260px !important;
                }

            .contact-form .contact-table .contact-tr .contact-td.td-280 .jqTransformSelectWrapper {
                width: 280px !important;
            }

                .contact-form .contact-table .contact-tr .contact-td.td-280 .jqTransformSelectWrapper ul {
                    width: 278px !important;
                }

        .contact-form .contact-table .contact-tr .contact-td.td-373 {
            width: 373px;
        }

            .contact-form .contact-table .contact-tr .contact-td.td-373 .jqTransformInputWrapper {
                width: 373px !important;
            }

                .contact-form .contact-table .contact-tr .contact-td.td-373 .jqTransformInputWrapper input {
                    width: 353px !important;
                }

        .contact-form .contact-table .contact-tr .contact-td.td-379 {
            width: 379px;
        }

            .contact-form .contact-table .contact-tr .contact-td.td-379 .jqTransformInputWrapper {
                width: 379px !important;
            }

                .contact-form .contact-table .contact-tr .contact-td.td-379 .jqTransformInputWrapper input {
                    width: 359px !important;
                }

        .contact-form .contact-table .contact-tr .contact-td.td-180 {
            width: 180px;
        }

            .contact-form .contact-table .contact-tr .contact-td.td-180 .jqTransformInputWrapper {
                width: 180px !important;
            }

                .contact-form .contact-table .contact-tr .contact-td.td-180 .jqTransformInputWrapper input {
                    width: 160px !important;
                }

            .contact-form .contact-table .contact-tr .contact-td.td-180 .jqTransformSelectWrapper {
                width: 180px !important;
            }

                .contact-form .contact-table .contact-tr .contact-td.td-180 .jqTransformSelectWrapper ul {
                    width: 178px !important;
                }

        .contact-form .contact-table .contact-tr .contact-td.td-184 {
            width: 184px;
        }

            .contact-form .contact-table .contact-tr .contact-td.td-184 .jqTransformInputWrapper {
                width: 184px !important;
            }

                .contact-form .contact-table .contact-tr .contact-td.td-184 .jqTransformInputWrapper input {
                    width: 164px !important;
                }

        .contact-form .contact-table .contact-tr .contact-td.td-572 {
            width: 572px;
        }

            .contact-form .contact-table .contact-tr .contact-td.td-572 textarea {
                width: 558px;
                height: 99px;
            }

        .contact-form .contact-table .contact-tr .contact-td label.overlabel {
            position: absolute;
            left: 12px;
            top: 0;
            font-family: DINLight,Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 31px;
            color: #878787;
        }

.contact-form .contact-table .contact-tr-last {
    margin-bottom: 20px;
}

    .contact-form .contact-table .contact-tr-last .contact-tr-last-left {
        float: left;
        width: 287px;
    }

        .contact-form .contact-table .contact-tr-last .contact-tr-last-left .contact-td {
            overflow: hidden;
            margin-bottom: 12px;
        }

            .contact-form .contact-table .contact-tr-last .contact-tr-last-left .contact-td span.jqTransformCheckboxWrapper {
                margin-top: 2px;
            }

            .contact-form .contact-table .contact-tr-last .contact-tr-last-left .contact-td label {
                font: DINLight,Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 15px;
                color: #555;
                margin-left: 12px;
            }

/*added by behrreich*/
.contact-other-label {
    font-family: DINLight,Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #555;
}

.contact-form .contact-table .contact-tr-last .contact-tr-last-right {
    float: right;
    width: 247px;
}

    .contact-form .contact-table .contact-tr-last .contact-tr-last-right .jqTransformSelectWrapper {
        width: 247px !important;
    }

        .contact-form .contact-table .contact-tr-last .contact-tr-last-right .jqTransformSelectWrapper ul {
            width: 245px !important;
        }

    .contact-form .contact-table .contact-tr-last .contact-tr-last-right label {
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #555;
        display: block;
        margin-bottom: 3px;
    }

.contact-form .contact-table .contact-tr-bottom span {
    font-family: DINLight,Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 29px;
    color: #878787;
    float: left;
    -webkit-text-size-adjust: none;
}

.contact-form .contact-table .contact-tr-bottom .btn-submit {
    float: right;
}

.btn-submit {
    background: url(../images/buttons/btn-submit.gif) no-repeat left top;
    display: block;
    border: none;
    width: 93px;
    height: 29px;
    cursor: pointer;
}

    .btn-submit:hover {
        background-position: left bottom;
    }

.btn-signin {
    background: url(../images/buttons/btn-signin.gif) no-repeat left top;
    display: block;
    border: none;
    width: 93px;
    height: 29px;
    cursor: pointer;
}

    .btn-signin:hover {
        background-position: left bottom;
    }

/* Footer */


.footer .footer-content {
    border-top: 1px solid #53565A;
    border-bottom: 1px solid #53565A;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 5px;
    /*margin-top: 31px;*/
}

    .footer .footer-content .footer-content-col:first-child {
        margin-left: 25px;
    }

    .footer .footer-content .footer-content-col {
        float: left;
        width: 137px;
        border-right: 1px solid #cbd2d6;
        padding: 0 12px 0 45px;
    }

        .footer .footer-content .footer-content-col.last-child {
            border-right: none;
        }

        .footer .footer-content .footer-content-col h3 {
            font-size: 14px;
            font-family: DIN;
            color: #4F868E;
            margin-bottom: 7px;
            text-transform: uppercase;
            font-weight: normal;
        }

        .footer .footer-content .footer-content-col li {
            margin-bottom: 8px;
            padding-left: 0;
            background: none;
        }

            .footer .footer-content .footer-content-col li a {
                font-size: 11px;
                font-family: DIN;
                color: #53565A;
                font-weight: normal;
            }

                .footer .footer-content .footer-content-col li a:hover {
                    text-decoration: none;
                    color: #ED8B00;
                }

.footer .footer-bottom-opt {
    overflow: hidden;
    padding-bottom: 15px;
}

    .footer .footer-bottom-opt span {
        float: left;
        display: block;
        /*width: 340px;*/
        font-size: 11px;
        font-family: DIN;
        color: #98a5ae;
        /*text-align: center;*/
        padding-top: 5px;
        font-weight: normal;
        /*margin-left: 127px;*/
        margin: 0px;
    }

    .footer .footer-bottom-opt ul {
        float: right;
        /*width: 372px;*/
        text-align: justify;
        margin-bottom: 0;
        /*margin-right: 127px;*/
        margin-right: 0px;
    }

    .footer .footer-bottom-opt li {
        display: inline;
        padding-left: 0;
        background: none;
        font-size: 11px;
    }

        .footer .footer-bottom-opt li a {
            font-size: 11px;
            color: #98a5ae;
            font-family: DIN;
            font-weight: normal;
        }

            .footer .footer-bottom-opt li a:hover {
                text-decoration: none;
                color: #ED8B00;
            }

a.more-link {
    color: #98A4AE;
    font-size: 14px;
    /*padding-left: 15px;*/
    font-family: DIN;
    margin: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

    a.more-link span {
        color: #ED8B00 !important;
    }

    a.more-link:hover {
        color: #ED8B00 !important;
        text-decoration: none;
    }

.list-working a.more-link {
    padding-left: 0;
}
/*index*/
a.btn-read-more-tabs {
    background: url(../../images/buttons/button-read-more-tab.png) no-repeat scroll left top transparent;
    display: block;
    height: 25px;
    width: 89px;
    *margin-top: 90px;
}

/*secondary index*/
.h-accordion .services {
    width: 300px;
}

.h-accordion .h-acc-main-img span.expertise {
    width: 203px;
}

.header-home .home-caroussel-item .home-caroussel-item-in .content-left {
    bottom: 95px;
    height: auto;
    left: 100px;
    position: absolute;
    width: 475px;
}

.content-left h3 {
    letter-spacing: -2px;
}

/* Publication Section Updates Start */

.signup-form .hide {
    display: none;
}

.signup-form label.error {
    margin-top: -23px;
    display: inline;
    color: Red;
    text-align: center;
    float: right;
}

.publicationContentImage {
    float: left;
    margin: 0 8px 8px 0;
}

.text-content {
    height: auto;
    overflow: hidden;
}

.publicationPrint {
    background-image: none;
    background-color: White !important;
    padding: 50px;
    font-family: DIN;
    min-height: 1200px;
}

    .publicationPrint H2 {
        MARGIN: 0px;
        PADDING-TOP: 10px;
    }

    .publicationPrint H1 {
        FLOAT: left;
        MARGIN: 0px;
    }

    .publicationPrint UL.edition-icon {
        FLOAT: right;
        MARGIN: 0px;
    }

        .publicationPrint UL.edition-icon LI {
            PADDING-RIGHT: 15px;
            PADDING-LEFT: 0px;
            BACKGROUND: none transparent scroll repeat 0% 0%;
            FLOAT: left;
            PADDING-BOTTOM: 0px;
            PADDING-TOP: 0px;
        }

    .publicationPrint SPAN {
        CLEAR: both;
        DISPLAY: block;
        MARGIN-BOTTOM: 22px;
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: italic;
        COLOR: #53565A;
    }

    .publicationPrint .text-content {
        CLEAR: both;
    }

.content-publication-noToc {
    float: left;
    padding: 0 35px 15px 0;
    width: 96.4%;
}

    .content-publication-noToc h2 {
        margin: 0;
        padding-top: 10px;
    }

    .content-publication-noToc h1 {
        float: left;
        margin: 0;
    }

    .content-publication-noToc ul.edition-icon {
        float: right;
        /*margin: 0;*/
    }

        .content-publication-noToc ul.edition-icon li {
            background: none;
            float: left;
            padding: 0 15px 0 0;
        }

    .content-publication-noToc span {
        clear: both;
        display: block;
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: italic;
        color: #53565A;
        margin-bottom: 22px;
    }

    .content-publication-noToc .text-content {
        clear: both;
    }

        .content-publication-noToc .text-content p {
            position: relative;
            z-index: 10;
        }

/* Publication Section Updates END */

ul.classic {
    list-style: disc none outside;
}

    ul.classic li {
        padding: 0;
        background: none;
    }

ul.events li {
    background: url(../images/icons/calendar-icon16x17.gif) no-repeat 6px 0px;
    padding-left: 27px;
}

.signup-form .contact-form-left td {
    font-family: DINLight,Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
}

/*
Additional Page Template
*/
.header-landing-page {
    position: relative;
}

    .header-landing-page h2 {
        color: #c5c3c3;
        position: absolute;
        top: 150px;
        left: 22px;
        font-size: 38px;
        font-family: DIN, 'DINLight',Arial,Helvetica,sans-serif;
        width: 475px;
        letter-spacing: -3px;
    }

    .header-landing-page strong {
        color: #fff;
        font-family: DIN,Arial,Helvetica,sans-serif;
        display: block;
        margin-top: 15px;
        font-weight: 100;
    }

.main-content-wrapper .red-bar {
    height: 51px;
    width: 100%;
    position: relative;
}

    .main-content-wrapper .red-bar h4 {
        padding: 0 0 0 20px;
        line-height: 51px;
        margin: 0;
        color: #fff;
        font-size: 20px;
        font-family: DIN,'DINLight',Arial,Helvetica,sans-serif;
        position: absolute;
        top: 0;
        left: 0;
    }

.main-content-wrapper-in .marRight25 {
    margin-right: 25px;
}

    .main-content-wrapper-in .marRight25 h2 {
        font-size: 18px;
        color: #2f4156;
    }

.main-content-wrapper-in .left-side-small h3.blue {
    font-size: 16px;
    color: #506772;
    margin-top: 42px;
}

.main-content-wrapper-in .form-wrapper {
    background: url(../../images/form-bg.gif) no-repeat;
    width: 438px;
    height: 129px;
    float: left;
    padding: 10px 10px 10px 22px;
}

    .main-content-wrapper-in .form-wrapper ul {
        margin-left: 0px;
    }

    .main-content-wrapper-in .form-wrapper .col {
        width: 186px;
        float: left;
        height: 87px;
        margin-right: 39px;
    }

    .main-content-wrapper-in .form-wrapper .last-child {
        margin: 0;
        width: 100px;
    }

    .main-content-wrapper-in .form-wrapper .col h5 {
        display: block;
        font-family: DINLight,Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #2f4156;
        margin-bottom: 5px;
        margin-top: 12px;
    }

    .main-content-wrapper-in .form-wrapper .apply-box-item ul {
        margin-left: 0 !important;
        width: 185px !important;
    }

    .main-content-wrapper-in .form-wrapper .jqTransformSelectWrapper {
        width: 186px !important;
    }

td.careers-social-icons a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    top: -6px;
}

/* tabbed content, e.g. BI page */

/*/common/images/backgrounds/light-blue-arrow6x10.png*/

#tab1-home {
    /*height: 100% !important;*/
}

#tab2-home {
    /*height: 100% !important;*/
}


.tab-wrapper {
}

.tab-tabs, .tab-tabs ul {
    list-style-type: none;
    margin: 0;
    border-bottom: 3px solid #f1f2f2;
    width: 420px;
}

    .tab-tabs li {
        float: left;
        margin: 0;
        position: relative;
        background: none;
        padding: 0;
    }

        .tab-tabs li a {
            display: block;
            background: #f1f2f2;
            color: #98A4AE;
            text-transform: uppercase;
            font-weight: bold;
            float: left;
            margin-right: 4px;
            margin-bottom: 0;
            padding: 9px 9px 8px;
            position: relative;
        }

        .tab-tabs li.active a {
            background: none repeat scroll 0 0 #4F868E;
            color: #fff;
            cursor: auto;
        }

li.dropdown li {
    clear: both;
}

.tab-tabs .dropdown ul {
    min-width: 150px;
}

.tab-tabs li.dropdown > a {
    background-image: url(../images/backgrounds/left-menu-arrow-r-blue.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
    border-right: #f1f2f2 8px solid;
}

.tab-tabs li.dropdown:hover > a {
    background-image: url(../images/backgrounds/left-menu-arrow-b-blue.png);
}


.tab-tabs li.active.dropdown > a {
    border-right: #4F868E 8px solid;
    background-image: url(../images/backgrounds/left-menu-arrow-r.png);
}

.tab-tabs li.active.dropdown:hover > a {
    border-right: #4F868E 8px solid;
    background-image: url(../images/backgrounds/left-menu-arrow-b.png);
}

.tab-tabs li:hover a {
    background-position: right 14px;
    text-decoration: none;
    cursor: pointer;
}

.tab-tabs li.dropdown ul {
    position: absolute;
    top: 34px;
    left: 0;
    display: none;
    background: #fff;
    padding: 10px 0;
    border: #ccc 1px solid;
    margin: 0;
    z-index: 2;
    -moz-box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
}

    .tab-tabs li.dropdown ul li a, .tab-tabs li.active.dropdown ul li a {
        white-space: nowrap;
        padding: 2px 12px;
        background: #fff;
        font-weight: normal;
        margin: 0;
        text-transform: none;
        border: none;
        color: #53565A;
    }

        .tab-tabs li.dropdown ul li a:hover {
            /*text-decoration: underline;*/
            color: #ED8B00;
        }

.tab-content {
    display: none;
    padding: 24px 12px;
}

    .tab-content h2 {
        color: #98A4AE;
        font-size: 14px;
    }

    .tab-content h4 {
        font-family: DIN,Helvetica,sans-serif;
        font-weight: bold;
        font-size: 12px;
        line-height: 17px;
        color: #4F868E;
    }

    .tab-content.active {
        display: block;
    }

    .tab-content .left-side-small {
        width: 423px;
        margin-top: 16px;
    }

    .tab-content .right-side-small .contact-card {
        margin-bottom: 22px;
    }

/*EU Cookie Disclaimer Line*/
.cookiedisclaimer {
    float: left;
    padding-top: 7px;
    z-index: 10;
    display: none;
    font-family: DINLight,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #53565A;
    background-color: #e4e6e8;
    width: 100%;
}


.next:hover {
    text-decoration: none;
}

.prev:hover {
    text-decoration: none;
}

/* Submit an inquiry button */
a.btn-submit-inquiry {
    background: url("../images/buttons/button-submit-inquiry.jpg");
    display: block;
    cursor: pointer;
    position: relative;
    width: 125px;
    height: 29px;
}

.news-events-tab {
    width: 1000px;
    margin: 0px;
    padding: 0px;
}

    /*.news-events-tab > img {
        width: 999px;
    }*/

    .news-events-tab li {
        width: 330px;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .news-events-tab li h2 {
            color: #4F868E;
            font-family: DIN;
            font-size: 14px;
            font-weight: bold;
            margin: 0;
            margin-top: 20px;
        }

        .news-events-tab li p {
            color: #53565A;
            font-family: DIN;
            font-size: 14px;
            margin-bottom: 20px;
        }

    .news-events-tab span {
        color: #ED8B00;
    }

    .news-events-tab li a {
        color: #ED8B00;
        font-family: DIN;
        font-size: 14px;
        /*display:block;*/
        text-decoration: none;
    }

    .news-events-tab li:nth-child(even) {
        padding: 0;
        float: left;
        margin-right: 5px;
    }

    .news-events-tab li:nth-child(1) {
        margin-right: 8px;
    }

    .news-events-tab li:nth-child(3n) {
        margin-left: 0px;
    }

    .news-events-tab li:nth-child(3n+1) {
        margin-right: 5px;
    }

    .news-events-tab li:nth-child(3n) img {
        float: right;
    }

    .news-events-tab li img {
        width: 100%;
    }

    .news-events-tab li:nth-child(3n) > a {
        display: block;
    }

    .news-events-tab li:nth-child(3n) > p {
        display: block;
    }

#ctl12 .border-title-box {
    background: #f1f2f2;
}

.contact-card-info {
    color: #FFFFFF;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
    font-size: 12px !important;
    font-family: DIN;
    position: absolute;
    bottom: 10px;
    left: 75px;
}

/*#region header title section*/

.title-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74%;
    height: 54.3%;
}

    .title-section .title-section-left {
        float: left;
        height: 100%;
        width: 100%;
        background: url(../images/backgrounds/zs_weave_banner.png);
    }



/*#endregion*/
/*#region header title section career page*/

.title-section-career {
    position: absolute;
    top: 106px;
    left: 0;
    width: 74%;
    height: 128px;
    z-index: 100;
}

    .title-section-career .title-section-career-left {
        float: left;
        height: 125px;
        width: 100%;
        background: url(../images/backgrounds/zs_weave_banner.png);
    }

        .title-section-career .title-section-career-left h2 {
            top: 101px;
            color: #FFFFFF;
            font-family: 'DIN';
            font-size: 48px;
            left: 25px;
            line-height: 23px;
            margin-bottom: 0;
            position: absolute;
            text-transform: uppercase;
            font-weight: normal;
        }


/*#endregion*/
.box-all-solutions > p {
    color: #53565A !important;
    font-size: 14px !important;
    line-height: 22px;
    font-family: DIN;
}

.content-box-solutions p {
    color: #53565A;
}

.main-content-wrapper-in h3 {
    font-weight: bold;
    color: #4F868E;
}

.content-box-industries a {
    color: #98a4ae !important;
}

    .content-box-industries a > span {
        color: #ED8B00 !important;
    }

    .content-box-industries a:hover {
        color: #ED8B00 !important;
        text-decoration: none;
    }

.content-box-industries > p {
    color: #53565A;
}



.content-box-solutions-title {
    font-size: 18px !important;
}

#careerMenuSource .dropdown li, #careerMenuSource .dropdown li a {
    color: #98A4AE !important;
    font-size: 14px;
    font-family: DIN;
}

.right-side .tab-wrapper .Case-Studies .left-side-small {
    width: 100%;
}

hr {
    background: none repeat;
    background-color: #A9BCC2;
    height: 3px;
    border: none;
}

.tab-tabs.clearfix {
    width: 100%;
}

.right-side-small .border-title-box {
    border-bottom: 3px solid #f1f2f2;
    padding-bottom: 30px;
}

    .right-side-small .border-title-box:last-child {
        border-bottom: none;
    }

    .right-side-small .border-title-box:first-child {
        padding-top: 0;
    }

.border-title-box > img {
    width: 100% !important;
}

.border-title-box .featured-content {
    padding: 0 15px;
}

    .border-title-box .featured-content p {
        line-height: 17px;
    }

    .border-title-box .featured-content a {
        line-height: 14px;
        margin-top: 8px;
    }

.block-team h3 {
    width: 49.5%;
    float: left;
}

.block-team p {
    float: left;
    width: 49.5%;
}

.left-side-small li {
    color: #53565A;
}

.list-consultants > h2 {
    color: #4F868E !important;
}

#ctl6 {
    padding-left: 0;
    margin-left: 0px;
}

.right-side-small .border-title-box .featured-content > a:hover {
    color: #ED8B00 !important;
}

/*jira item http://jira.agencyoasis.com/browse/ZAI-71 */
/*.border-title-box > p > img {
    width: 100%;
}*/

/*jira item http://jira.agencyoasis.com/browse/ZAI-70 */
/*.featured-content > h4 {
    color: #508e96;
}*/
.contact-form ul li strong {
    color: #53565A;
}

.left-side-small a.more-link {
    line-height: 22px;
}

.arrow-orange {
    color: #ED8B00;
}

.solution-experties-top-content {
    margin-left: 25px;
    margin-right: 25px;
}

    .solution-experties-top-content p {
        color: #53565A !important;
        font-size: 14px !important;
        line-height: 22px;
        font-family: DIN;
    }

.solution-experties-container > h2 {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
}

.border-title-box p a img {
    width: 100% !important;
}




.subtitle {
    color: #4F868E;
    font-size: 18px;
}

.software-box-title {
    background: #f1f2f3 !important;
}


.software-box-title-image:hover .software-box-title {
    background: #4F868E !important;
}

.software-box p {
    color: #53565A;
    font-family: DIN;
    font-size: 14px;
}

.edition-icon > li a.articleEmail {
    background: url(../../images/icons/email-sprite-icon.png)no-repeat scroll 0 -18px / 18px 33px rgba(0, 0, 0, 0);
    /*background-position: 0px -22px;*/
    /*height: 19px;
    width: 25px;*/
    height: 16px;
    width: 19px;
    display: block;
}

    .edition-icon > li a.articleEmail:hover {
        background-position: 0px 1px;
    }

.edition-icon > li a.articlePrint {
    background: url("/images/icons/print-sprite-img.png") no-repeat;
    background-position: 0px -18px;
    height: 16px;
    width: 16px;
    display: block;
}

    .edition-icon > li a.articlePrint:hover {
        background-position: 0px 0px;
    }

/*.edition-icon > li a.articlePdf {
    background: url(../images/icons/articlepdficon.png);
    background-position: 0px -18px;
    height: 16px;
    width: 16px;
    display: block;
}*/

/*.edition-icon > li a.articlePdf:hover {
        background-position: 0px 0px;
    }*/

.regions-opt-left > ul > li h3 a {
    float: none;
    display: block;
}

.regions-opt-left > ul > li a {
    /*padding-top: 10px !important;
    padding-bottom: 10px !important;*/
}

.border-title-box > ul li {
    list-style-image: url(../images/icons/list-icon.png);
}

    .border-title-box > ul li > a {
        color: #ED8B00;
    }

        .border-title-box > ul li > a:hover {
            text-decoration: underline;
        }

.parent-current > a {
    color: #ED8B00 !important;
}

.parent-current > ul {
    padding-left: 10px;
}

.main-content-wrapper-in .left-side-small h3 > a {
    color: #ED8B00;
}

    .main-content-wrapper-in .left-side-small h3 > a:hover {
        text-decoration: underline;
    }

.footer-content-col ul {
    margin-bottom: 0px;
}

.footer .footer-content .footer-content-col li:last-child {
    margin-bottom: 0px;
}

.photo .content-read {
    display: block;
    text-align: center;
    font-size: 12px;
}

.content-read span {
    font-size: 18px;
}

.calendar-list-box h2 span {
    color: #4F868E;
}

.calendar-list-box h2 {
    color: #4F868E;
}

.text-content h2 {
    color: #4F868E;
}

.search-result-nav-slider {
    float: right;
    padding-left: 0 !important;
    padding-right: 20px !important;
    width: auto;
    max-width: 500px;
}

.careers-caroussel-item img {
    margin-top: 108px;
}

.vertical-seprate {
    margin-left: 4px;
    margin-right: 2px;
}

.new-zs-links a {
    color: #ED8B00;
}

    .new-zs-links a:hover {
        text-decoration: underline;
    }

.profile-box .border-title-box {
    padding-top: 15px;
}

    .profile-box .border-title-box > h3 {
        padding-left: 17px;
        height: 24px;
    }

.promo-anchor {
    padding-left: 0px !important;
    background: none !important;
    padding-top: 10px;
}

    .promo-anchor img {
        width: 100%;
        display: block;
    }

.box-featured-industries {
    margin-left: 26px;
    padding: 0px;
}

.leadership-team .photo {
    width: 227px;
    float: none !important;
}

    .leadership-team .photo > img {
        margin: 0 !important;
    }

.leadership-team .block-team h3 {
    float: none;
    width: 300px;
}

.leadership-team .block-team p {
    width: 300px;
    float: none;
}

.leadership-team .block-team {
    margin-bottom: 25px;
}

    .leadership-team .block-team .right-content {
        width: 375px;
    }

    .leadership-team .block-team .left-content {
        width: 380px;
    }

.block-quote p {
    font-size: 28px;
    line-height: 28px;
    font-family: DINLight;
    display: inline;
}

.contact-promo {
    width: 220px;
}

.contact-promo-title > h3 {
    background: url(../../images/teal_weave_top.jpg) repeat scroll 0 0 #5c8e95;
    color: #fff;
    font-family: DIN;
    font-size: 19px;
    line-height: 34px;
    padding-left: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}

.contact-promo-main .conatact-promo-detail {
    float: left;
    padding: 9px 9px 9px 11px;
    width: 90px;
}

.contact-promo-main .conatct-promo-image {
    float: left;
    width: 110px;
}

.conatact-description {
    background: url("../../images/contact-promo-bg.png");
    background-repeat: no-repeat;
    background-color: #5c8e95;
    background-size: 100% 100%;
    /*min-height: 60px;*/
    padding: 10px 11px 30px;
    position: relative;
    color: #fff;
}

.conatact-description a {
    color: #fff;
}

.conatact-description img {
    /* width: 100px; */
    /* height: 131px; */
}

.send-inquiry {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-promo-main {
    background: none repeat scroll 0 0 #53565a;
}



.conatact-promo-detail label {
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-size: 13px;
}

.conatct-promo-image {
    float: left;
    width: 110px;
}

    .conatct-promo-image > img {
        width: 110px;
        height: 100px;
    }

.send-inquiry-container {
    bottom: 5px;
    position: absolute;
    left: 11px;
}

.region-banner-image {
    float: right;
    position: relative;
    top: 108px;
}

    .region-banner-image:after {
        clear: both;
        content: "";
        display: block;
    }

.large-button {
    background: #5c8e95;
    color: #fff;
    font-family: Din;
    font-size: 14px;
    line-height: 26px;
    padding: 3px 9px 1px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

    .large-button > span {
        display: none;
    }

    .large-button:hover {
        text-decoration: none;
        background: #ED8B00;
        color: #fff;
    }

.anchor-arrow {
    background: url("../images/backgrounds/span-arrow1.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #98a4ae;
    display: block;
    font-family: DIN;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
}

#ctl12 .featured-blog .border-title-box .publication-promo {
    margin: 0;
    list-style-image: none;
}

#ctl12 .border-title-box li .anchor-arrow-color {
    background: url("../images/backgrounds/span-arrow1.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
    color: #98a4ae;
    display: block;
    font-family: DIN;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
}

    #ctl12 .border-title-box li .anchor-arrow-color:hover {
        color: #ed8b00;
        text-decoration: none;
    }

.news-landing-page {
    margin-left: 30px;
    margin-right: 30px;
}

    .news-landing-page .left-side-small {
        width: 455px;
    }

.title-list-right.upcoming-events .upcoming-event {
    border-bottom: 2px solid #f1f2f2;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

    .title-list-right.upcoming-events .upcoming-event .anchor-arrow {
        background-position: left 3px;
    }

    .title-list-right.upcoming-events .upcoming-event p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.all-events-box-item-content > p {
    font-size: 14px;
}

.left-side-small .clearfix .left-side-large {
    margin-left: 0;
}
/*software page style export from RTE*/
.software-box {
    border-color: #000;
    border-style: solid;
    border-width: 0;
    float: left;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    width: 220px;
}

.software-box-title {
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
    MARGIN: 0px;
    WIDTH: 220px;
    DISPLAY: table;
    BACKGROUND: none repeat scroll 0 0 #f1f2f3;
    HEIGHT: 33px;
    COLOR: #4f868e;
    VERTICAL-ALIGN: middle;
}

    .software-box-title P {
        TEXT-ALIGN: center;
        PADDING-BOTTOM: 0px;
        MARGIN: 9px 0px 0px;
        PADDING-LEFT: 7px;
        PADDING-RIGHT: 7px;
        font-family: DIN;
        font-size: 14px;
        line-height: 17px;
        PADDING-TOP: 0px;
        COLOR: #4f868e;
    }

        .software-box-title P a {
            COLOR: #4f868e;
        }

        .software-box-title P.dline {
            MARGIN-TOP: 5px;
        }

DIV.software-box-title-image:hover .software-box-title {
    BACKGROUND: none repeat scroll 0 0 #4f868e;
    COLOR: #fff;
}

    DIV.software-box-title-image:hover .software-box-title A {
        COLOR: #fff;
    }

.software-box-title:hover {
    BACKGROUND: none repeat scroll 0 0 #4f868e;
    COLOR: #fff;
    TEXT-DECORATION: none;
}

.software-box-title-image .software-box-title:hover A {
    COLOR: #4f868e;
    TEXT-DECORATION: none;
    font-family: DIN;
}

.software-box-title:hover A {
    COLOR: #fff;
    TEXT-DECORATION: none;
    font-family: DIN;
}

.software-box-title A:hover {
    COLOR: #fff;
    TEXT-DECORATION: none;
}

.software-box-copy {
    PADDING-BOTTOM: 0px;
    MARGIN: 10px 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    FONT: 14px DIN;
    PADDING-TOP: 0px;
}


.content-publication .text-content table tbody tr td .border-title-box p a {
    background: url("../images/backgrounds/span-arrow1.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #98a4ae;
    display: inline;
    font-family: DIN;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
}

    .content-publication .text-content table tbody tr td .border-title-box p a:hover {
        text-decoration: none;
        color: #ed8b00;
    }

.small-accordion .acc-select-opt a.content-read {
    text-decoration: none;
}

.search-result-box-right #search-result-box-heading {
    margin: 8px 0;
}


.main-image {
    height: 278px;
    width: 482px;
}

.small-image {
    width: 169px;
    height: 118px;
}

.logo-listing li {
    float: left;
    list-style: none;
}

.logo-listing img {
    width: 173px;
    height: 115px;
}

.rssPromoPanel {
    margin-bottom: 10px;
}

.rssHeading {
    margin: 0;
    padding: 0;
}

    .rssHeading > h3 {
        background: none repeat scroll 0 0 #c0c6c8;
        color: #fff;
        font-family: DinLight;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        padding: 8px 0 6px 25px;
        text-transform: uppercase;
    }

.rssPromoListing {
    margin: 0 0 6px 0;
    padding: 0;
}

    .rssPromoListing > li {
        border-bottom: 3px solid #f1f2f2;
    }

        .rssPromoListing > li:last-child {
            border-bottom: none;
        }

    .rssPromoListing li a {
        color: #ed8b00;
        display: block;
        font-family: DIN;
        font-size: 14px;
        padding: 5px 5px 5px 0;
        text-transform: capitalize;
    }

.authorName {
    display: block;
    font-family: DIN;
    font-size: 14px;
    font-style: italic;
    padding: 0 5px 5px 0;
}

.rssBlog {
    margin: 0;
    padding: 0 0 0 15px;
}

    .rssBlog a {
        background: url("../images/backgrounds/span-arrow1.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
        color: #98a4ae;
        display: block;
        font-family: DIN;
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
        text-transform: uppercase;
    }

.blogImage {
    width: 100%;
    margin-top: 10px;
}
