/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 **/


 /* HEADER */

 .headerWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: none;
    height: 140px;
    background: #33818f;
    position: relative;
}

body.winter .headerWrapper {
    background-color: #db812e;
}

body.meetings .headerWrapper {
    background-color: #5b3d6b;
}

body.travel .headerWrapper {
    background-color: #c24932;
}

body.media .headerWrapper {
    background-color: #0d7550;
}

body.members .headerWrapper {
    background-color: #3a75a5;
}

body.winter .headerWrapper:before {
    background: #e9b382;
}

body.meetings .headerWrapper:before {
    background: #9d8ba6;
}

body.travel .headerWrapper:before {
    background: #da9284;
}

body.media .headerWrapper:before {
    background: #6eac96;
}

body.members .headerWrapper:before {
    background: #89acc9;
}

.headerWrapper:before {
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    background: #85b3bc;
    position: absolute;
    content: "";
    top: 57px;
}

.headerWrapper.theme_microsite:before {
    background: transparent;
}

.headerWrapper .headerLeft {
    background: #fff;
    max-width: 490px;
    width: 24%;
    float: left;
    height: 140px;
    position: relative;
}

.headerWrapper .logo {
    display: block;
    width: 260px;
    height: 105px;
    background-image: url(/includes/public/assets/logo.png);
    background-repeat: no-repeat;
    margin: 50px auto;
}
@media (min-width:  1180px) and (max-width:  1350px) {
    .headerWrapper .logo {
        display: block;
        height: 50px;
        background-image: url(/includes/public/assets/logoTablet.png);
        background-repeat: no-repeat;
        margin: 50px;
    }
}
.headerWrapper .headerRight {
    height: 140px;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
    float: right;
    width: 76%;
}

.headerWrapper .headerRightTop {
    height: auto;
    max-width: 960px; /*890px*/
    padding-left: 0;
    position: relative;
    margin-left: 38px;
    margin-bottom: 8px;
}

.headerWrapper.theme_microsite .headerRightTop{
    height: 25px;
}

.headerWrapper .headerRightBottom {
    height: 82px;
    width: 100%;
}


/* FOOTER */

.footerWrapper {
    background: #fff;
    margin: 0 auto;
    max-width: none;
    position: relative;
    padding-top: 60px;
    z-index: 100;
}

.footer {
    margin: 0 auto;
    position: relative;
}

.panel_custom_footer .footer .topFooter {
    max-width: 100%;
}

.panel_custom_footer .footer .topFooter .row {
    height: 105px;
}

.footerWrapper .footer .padding-top {
    padding-top: 60px;
}

.footerWrapper .footer-logo {
    background-image: url(/includes/public/assets/logo.png);
    width: 280px;
    height: 133px;
    display: block;
    float: left;
    background-repeat: no-repeat;
}

.footerWrapper .footerRightTop {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid #e1e1e1;
}

.footerWrapper .followUs {
    font-family: 'Avenir Next Cyr W00 Bold';
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: sub;
    letter-spacing: .5px;
}

.footerWrapper .followUs,
.footerWrapper .navSocial {
    display: inline-block;
}

.navSocial a.item {
    padding: 0px 5px;
}

.footerWrapper .footerRightBottom {
    width: 600px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.footerWrapper .borderBottom {
    width: 100%;
    position: relative;
    bottom: 90px;
    border-bottom: 1px solid #e1e1e1;
}

.footerWrapper .navButtons {
    width: 218px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Avenir Next Cyr W00 Bold';
    text-transform: uppercase;
    font-size: 13px;
    text-align: right;
    float: right;
    margin-top: 6px;
}

.footerWrapper .footerBottom {
    padding: 75px 0 40px;
}

.footerWrapper .navButtons a {
    text-decoration: none;
}

.footerWrapper .navButtons a.navBlog {
    color: #fff;
    background-color: #db812e;
    padding: 8px;
    letter-spacing: 1.5px;
    margin-right: 18px
}

.footerWrapper .navButtons a.navAsk {
    color: #fff;
    background-color: #33818f;
    padding: 8px;
    letter-spacing: 1.5px;
}


/* footer nav */

.footerBottom .navFooter .item {
    float: left;
    padding: 0 30px 0 0;
    font-size: 14px;
}

.footerWrapper .logo-sv {
    display: block;
    background-image: url(/includes/public/assets/sv-logo.png);
    width: 180px;
    height: 18px;
    float: right;
}

.footer li {
    list-style: none;
}

.footer li a {
    font-size: 16px;
    color: #33818f;
    font-family: 'Avenir Next Cyr W00 Medium';
}

.svLogo {
    position: relative;
    top: 3px;
}


/*** NAVS ***/

.main_nav.navPrimary .navMobile,
.headerLeft .mobile-trigger { display: none; }


/* primary nav */

.navPrimary {
    position: relative;
}


/* item */

.navPrimary .main-subnav-section .item {
    display: inline-block;
}

.navPrimary > .item {
    text-align: left;
}


/* link */

.navPrimary > .item a {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'TradeGothicW01-BoldCn20_675334';
    text-decoration: none;
    margin: 0px 10px;
    padding-bottom: 20px;
    position: relative;
}

.secondary_interior {
    left: -5px;
    position: relative;
}

.secondary_interior nav ul li.item a {
    color: #fff;
    font-size: 28px;
    padding-bottom: 19px;
    text-transform: uppercase;
    font-family: 'TradeGothicW01-BoldCn20_675334';
    margin: 0px 20px;
    text-decoration: none;
}

.secondary_interior ul.secondaryList {
    margin: 0px;
}

.secondary-nav-top { margin: 0px; position: relative; padding: 0; margin-top: 6px; overflow: hidden; padding-left: 1px;}

.navPrimary > .item a:hover {
    border-bottom: 5px solid #f2ca30;
}

.navPrimary > .item > a:hover::after {
    bottom: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 202, 48, 0);
    border-bottom-color: #f2ca30;
    border-width: 15px;
    margin-left: -15px;
    display: block;
    border-bottom-width: 8px;
}

.navPrimary .dropdown li.item a {
    margin:0;
    padding-left: 15px;
}

.navPrimary .dropdown li.item a:hover {
    border-bottom: none;
}

.headerRightBottom .navPrimary .item.item-2 {
}

.main-subnav-section {
    position: relative;
}

.main-subnav-section.main,
body.default .main-subnav-section {
    display: block;
    padding-top: 27px;
    margin-left: 21px;
}
.main-subnav-section{
    padding-top: 27px;
}

body.winter .main-subnav-section.main {
    display: none;
}

body.winter .main-subnav-section.winter {
    display: block !important;
    position: relative;
    left: 22px;
}

body.meetings .main-subnav-section.main {
    display: none;
}

body.meetings .main-subnav-section.meetings {
    display: block !important;
    position: relative;
    left: 22px;
}

body.travel .main-subnav-section.main {
    display: none;
}

body.travel .main-subnav-section.travel_trade {
    display: block !important;
    position: relative;
    left: 22px;
}

body.media .main-subnav-section.main {
    display: none;
}

body.media .main-subnav-section.media {
    display: block !important;
    position: relative;
    left: 22px;
}

body.members .main-subnav-section.main {
    display: none;
}

body.members .main-subnav-section.members {
    display: block !important;
    position: relative;
    left: 22px;
}

/* Hover/Dropdown */

.navPrimary .item .dropdown {
    position: absolute;
    width: 100%;
    display: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.item.last a {
    margin-right: 0px !important;
}

.navPrimary .dropdown ul.items-container {
    position: absolute;
    height: auto;
    width: 400px;
    max-width: 400px;
    padding-top: 40px;
    line-height: 17px;
    background-color: #fff;
    left: 10px;
    padding-bottom: 16px;
}
.navPrimary .item.item-2 .dropdown ul.items-container { left: -11px; }
.navPrimary .item.last .dropdown { 
    position: relative;
    width: auto !important;
}
.navPrimary .item.last .dropdown ul.items-container {
    left: auto;
    right: 0px;
}
.navPrimary .item.first .dropdown ul.items-container { left: -12px; }

.navPrimary .item.has-dropdown .dropdown {
    display: none;
    background-color: white;
    width: 400px;
    margin-top: 24px;
    z-index: 500;
}

.navPrimary .item:hover .dropdown {
    display: block;
}

.navPrimary .dropdown li.item {
    width: 100%;
}

.navPrimary .dropdown li.item a {
    color: #db812e;
    font-family: 'Avenir Next Cyr W00 Bold';
    font-size: 16px;
    text-transform: none;
}

.navPrimary .compact .dropdown ul.items-container {
    -webkit-column-count: 2; -webkit-column-gap: 10px;
    -moz-column-count: 2; -moz-column-gap: 10px;
    column-count: 2; column-gap: 10px;
    max-width: none;
    width: 600px;
    left: auto;
    right: 70px;
}
.navPrimary .compact .dropdown li.item a {
    font-size: 14px;
    padding-bottom: 0px;
    display: inline-block
}

.sitemap > ul {
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
}

.sitemap {
    margin-bottom: 100px;
}

.sitemap ul {
    list-style: outside none none;
}

.sitemap ul li a {
    font-family: 'Avenir Next Cyr W00 Bold';
    font-size: 24px;
}

.sitemap ul li li a {
    font-family: 'Avenir Next Cyr W00 Medium';
    font-size: 18px;
}


/* Side Nav */
.navSide{
    position: relative;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 55px;
    font:16px/16px 'Avenir Next Cyr W00 Bold';
}

.content .navSide  a,
.content .navSide  a:hover,
.content .navSide  a:visited{text-decoration: none;}

/** opener **/
.navSide .opener{
    position: relative;
    display: inline-block;
    z-index: 500;
    color: #33818f;
    cursor: pointer;
}
.navSide .children .opener{
    color: #FFF;
}
.navSide .opener::before{
    content: "+";
    display: inline-block;
    height: 25px;
    width: 16px;
}
.navSide .item.opened > .opener::before{
    content: "-";
}
.navSide .dropdown .item.opened > .opener{
    color: #f2ca30;
}

/** items **/
.navSide .item{
    position: relative;
    display: inline-block;
    padding: 9px 20px;
    left: -20px;
}
.navSide .item.item-parent{
    font-size: 14px;
    text-transform: uppercase;
}
.navSide  .children .item{
    padding-bottom: 9px;
    left: 0;
    display: block;
}

/** items link **/
.navSide  .item a {
    position: relative;
    color: #db812e;
    text-decoration: none;
    display: inline-block;
    font:16px/16px 'Avenir Next Cyr W00 Bold';
}
.navSide  .item.item-parent a {
    color: #33818f;
    font-size: 14px;
}
.navSide  .item .children a {
    color: #fff;
    font-size: 16px;
}


/** dropdowns **/
.navSide .dropdown{
    display: none;
}
.navSide .item .children{
    display: none;
    background-color: #33818f;
    width: 100%;
    height: auto;
    padding-top: 53px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: -16px;
    z-index: 300;
}

.navSide .dropdown .item.opened > .children,
.navSide > .item.opened .dropdown{
    display: block;
}

.navSide .dropdown .item.opened > a{
    color: #f2ca30;
    z-index: 400;
}


/* Industry Nav */

.navIndustry {
    position: relative;
    height: 40px;
    float: left;
    top: 5px;
}

.navIndustry .item {
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
}

.navIndustry .item a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 42px;
    font-family: 'Avenir Next Cyr W00 Bold';
    padding-bottom: 13px;
    text-decoration: none;
}


ul.secondary-nav-top {
    list-style: none;
    height: 51px;
}

.secondary_nav .item.current a {
    border-bottom: 4px solid #f2ca30;
    padding-bottom: 15px;
    position: relative;
}

.secondary_nav .item.current a::after {
   bottom: 0%;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   border-color: rgba(242, 202, 48, 0);
   border-bottom-color: #f2ca30;
   border-width: 15px;
   margin-left: -15px;
   display: block;
   border-bottom-width: 8px;
}

.headerRightTop .secondary_nav .dl-submenu,
.footerBottom ul.dl-submenu {
    display: none;
}


}
.secondary_nav.navIndustry .contentRender_name_plugins_nav_secondary li a.active {
    border-bottom: 5px solid #f2ca30;
}

/* Sitemap */
.sitemap ul {
    list-style: outside none none;
    padding: 4px 16px;
    margin: 0px;
}
.sitemap ul.multicol a,
.sitemap ul.multicol a:visited,
.sitemap ul.multicol a:hover {
    color: #21535c;
    font-family: 'Avenir Next Cyr W00 Medium';
    text-transform: capitalize;
}
.sitemap ul.multicol li a {
    text-decoration: none;
}
.sitemap ul {
    font-size: 21px;
}
.sitemap ul li {
    font-size: 18px;
}
.sitemap ul li li {
    font-size: 15px;
}

/* Enews and Visitor Guide */
.footerWrapper .moreInfo {
    width: 100%;
    left: 0px;
    right: 0px;
}
.footerWrapper .moreInfo .guide,
.footerWrapper .moreInfo .news {
    width: 100%;
    height: 185px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0px 10px;
}
.footerWrapper .moreInfo .guide {
    background-image: url("/includes/public/assets/placeholders/guide.png");
}
.footerWrapper .moreInfo .news {
    background-image: url("/includes/public/assets/placeholders/eNews.png");
}
/*** desktop only ***/
@media only screen and (min-width: 1025px) {
    /* sticky header */
    body.nav-down {
        padding-top: 140px;
    }
    body.nav-down .header_container {
        position: fixed;
        width: 100%;
        z-index: 10000;
        transition: top 0.5s ease-in-out;
        top: 0;
        height: 140px;
    }
}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
    .navSocial a.item {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 1180px) {
    .sitemap > ul {
        -moz-column-count: 2;
        -moz-column-gap: 15px;
        -webkit-column-count: 2;
        -webkit-column-gap: 15px;
        column-count: 2;
        column-gap: 15px;
    }

    .headerWrapper {
        height: auto;
    }

    .headerWrapper .headerLeft {
        float: none;
        width: 100%;
        max-width: none;
        padding: 10px;
    }

    .headerWrapper .logo {
        margin: 0 auto;
        float: none;
    }

    .headerWrapper .headerRight {
        float: none;
        width: 100%;
        max-width: none;
        left: auto;

        right: auto;
        top: auto;
        position: static;
    }

    .headerWrapper.theme_microsite .headerRight{
        height:88px;
    }
    .headerWrapper.theme_microsite .headerRightTop {
        height: 0;
    }

    .headerWrapper .headerRightTop,
    .headerWrapper .headerRightBottom {
        padding-left: 0;
        max-width: none;
        text-align: center;

        margin-left: 0;
        padding-top: 0;
        height: 54px;
        margin-bottom: 4px;
    }

    .headerWrapper .headerRightBottom {
        height: auto;
        padding: 0px 22px;
    }

    .headerWrapper.layout_microsite .headerRight{
        /*height: 30px;*/
    }
    .navIndustry .item a {
        margin-right: 32px;
    }
    body .headerWrapper.layout_microsite:before{
        display: none;
    }

    .headerWrapper .navPrimary {
        text-align: center;
        width: 100%;
    }

    .navIndustry {
        position: relative;
        text-align: center;
        margin: 0 auto;
        padding-left: 15px;
        float: none;
        width: auto;
        display: inline-block;
    }

    .navIndustry .item {
        display: inline-block;
        /*float: none;*/
    }

    .main-subnav-section .navPrimary .item.selected.selected {
        height: 70px;
    }

    li.item.item-parent.selected a {
        padding-bottom: 16px;
    }

    .headerWrapper:before {
        top: 194px;
    }

    /*.navPrimary .item.item-1.selected.selected {
        display: none;
    }*/

    .navPrimary > .item a {
        font-size: 24px;
        margin-right: 29px;
        padding: 0px;
        padding-bottom: 26px;
    }

    .navPrimary > .item.last a {
        margin-right: 0px;
        padding-bottom: 30px;}
        .navPrimary > .item a:hover { padding-bottom: 22px; }

        .secondary_nav li.item.item-parent.last a {
            margin: 0px
        }
        /* FOOTER */

        .footerWrapper .footerRightTop {
            top: 55px;
            margin: 0 auto;
            float: none;
            width: 70%;
            text-align: center;
        }

        .footerWrapper .footer-logo {
            float: none;
            margin: 0 auto;
        }

        .footerWrapper .navSocial {
            margin: 0 auto;
            float: none;
            display: inline-block;
        }

        .footerWrapper .navButtons {
            margin: 0 auto;
            display: block;
            margin-top: 36px;
            float: none;
            text-align: center;
        }

        .footerRightBottom {
            position: relative;
            margin-top: 86px;
            border-bottom: 1px solid #e1e1e1;
            padding-top: 60px;
            padding-bottom: 72px;
            width: 70%;
            margin-left: auto;
            margin-right: auto;
        }

        .footerWrapper .footerBottom {
            padding-top: 10px;
            text-align: center;
            width: 70%;
            margin: 0 auto;
        }

        .footerBottom .navFooter .item {
            padding: 0px 6px;
            text-align: center;
            float: none;
        }

        .contentRender_name_plugins_nav_footer li.item {
            display: inline;
        }

        .footerBottom .navFooter .item {
            padding: 0px 6px;
            font-size: 14px;
        }

        .footerWrapper .logo-sv {
            float: none;
            margin: 0 auto;
            margin-top: 30px;
        }

        .navPrimary .item.has-dropdown .dropdown {
            margin-top: 26px;
        }

        .footerWrapper .borderBottom {
            display: none;
        }

        .footerWrapper .footerRightBottom {
            padding-bottom: 50px;
            text-align: left;
            width: 70%;
            margin-bottom: 0px;
        }

        .footer_nav.navFooter {
            line-height: 40px;
            margin-top: 20px;
        }

        .footerWrapper .moreInfo {
            padding: 0px;
        }

        .footer {
            padding-top: 1px;
        }

        .footer .moreInfo .imageWrapper .contentRender {
            display: inline-block;
        }
        .main-subnav-section.main, body.default .main-subnav-section.main { margin-left: 0; }
        .secondary_nav .item.current a { padding-bottom: 13px; }
    }

    @media (max-width: 960px) {
       .navPrimary > .item a { margin: 0px 4px; padding: 0px; padding-bottom: 26px; font-size: 18px; }
       .navIndustry .item a {     font-size: 11px;    margin-right: 11px; }
       .secondary_nav .item.current a { padding-bottom: 14px; }
       .navPrimary > .item a:hover { padding-bottom: 26px; }
       .navPrimary .item.has-dropdown .dropdown {margin-top: 28px;}

       .headerWrapper .headerTranslate {width:160px;    padding-left: 8px;}

        .navIndustry {padding-left: 0px;}

        body.winter .main-subnav-section.winter,
        body.meetings .main-subnav-section.meetings,
        body.travel .main-subnav-section.travel_trade,
        body.media .main-subnav-section.media,
        body.members .main-subnav-section.members {left: 0;}

    }
@media (max-width: 640px) {
    .main-subnav-section {padding-top: 0;}
    .footer_nav.navFooter { margin-top: 0px; }
    .headerWrapper:before { display: none; }
    .footerBottom .navFooter .item {
        padding: 0px 6px;
        font-size: 14px;
        float: left;
        width: 100%;
    }
    .svLogo { position: relative; top: 310px; }
    .secondary-nav-top,
    .headerWrapper .navPrimary .navPrimary { display: none; }

    .headerWrapper .headerLeft {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }

    .headerWrapper .headerLeft .logo {
        margin: 0;
        margin-right: 15px;
        height: 75px;
        width: 100%;
        /* max-width: 220px; */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .headerLeft .mobile-trigger {
        display: inline-block;
    }

    .headerLeft .mobile-trigger a {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 5px;
        color: #008CBA;
        font-family: 'Avenir Next Cyr W00 Bold';
        font-size: 12px;
        line-height: 1;
        border: 2px solid #008CBA;
    }

    .headerLeft .mobile-trigger a .fa {
        padding-bottom: 5px;
        font-size: 22px;
    }
    
    /* Mobile */
    .main_nav.navPrimary .navMobile {
        display: block;
        height: 30px;
        position: relative;
        line-height: 30px;
        text-align: center;
        z-index: 9999;
    }
    .navMobile .dl-menuwrapper{
        width: 100%;
        max-width: 245px;
        position: relative;
        min-height: 30px;
        top: -172px;
        height: 0;
    }
    .navMobile.open .search-mobile{
        min-height:50px;
    }
    .navMobile.open .dl-menuwrapper{
        overflow: hidden;
        z-index: 500;
        height: auto;
        /*background-color: #33818f;*/
    }
    .navMobile .dl-menuwrapper .dl-menu {
        position: relative;
        text-align: left;
        z-index: 99999;
        top: 0;
        margin: 0;
    }
    .navMobile .dl-menuwrapper ul{
        position: relative;
        min-height: 1870px;
        background-color: #33818f;
        box-shadow: 5px 0 5px rgba(0,0,0,0.1) inset;
    }

    .navMobile .dl-menuwrapper .translate ul{
        min-height: 0;
    }
    
    body.winter .navMobile .dl-menuwrapper ul{background-color: #db812e;}
    body.meetings .navMobile .dl-menuwrapper ul{background-color: #5b3d6b;}
    body.travel .navMobile .dl-menuwrapper ul{background-color: #C24A32;}
    body.media .navMobile .dl-menuwrapper ul{background-color: #0d7550;}
    body.members .navMobile .dl-menuwrapper ul{background-color: #3a75a5;}

    .navMobile .dl-menuwrapper li.dl-subview,
    .navMobile .dl-menuwrapper li.dl-subviewopen{padding: 0;}
    .navMobile .dl-menuwrapper li{
        height: auto;
        padding: 11px 20px;
    }
    .navMobile .dl-menuwrapper li.last{
        padding-bottom: 25px;
    }
    .navMobile .dl-menuwrapper .secondaryNavMobile li.last{
        padding-bottom: 15px;

    }
    .navMobile .dl-menuwrapper li a {
        font-family: 'TradeGothicW01-BoldCn20_675334';
        color: white;
        font-size: 23px;
        line-height: 23px;
        text-transform: uppercase;
        position: relative;
        display: block;
        white-space: normal;
    }
/*    .navMobile li.item.first { display: none; }*/
    /* .navMobile li.item a.has-children:after {
        content: "";
        background-image: url("/includes/public/assets/mobileArrow.png");
        height: 9px;
        width: 6px;
        display: block;
        position: absolute;
        float: right;
        top: 0;
        bottom: 0;
        right:0;
        margin: auto;
    } */
    .navMobile li.item a.has-children:after {
        content: "";
        display: none;
    }

    /** current **/
    .navMobile li.main-visit.current{display: none;}
    .navMobile .main-section li.main-visit.current{ display: block;}

    .navMobile li.item-parent.current {
        position: absolute;
        top: 116px;
        left: 0;
        right: 0;
        height: 40px;
        margin: 0 auto;
        width: 205px;
        padding: 0;
        border-top: 1px solid #85b3bc;
    }
    .navMobile .item.current > a{
        display: inline-block;
        border-top: 5px solid #f2ca30 !important;
        padding: 0 10px;
        padding-left: 0;
        font-size: 15px;
        line-height: 18px;
        font-family: 'Avenir Next Cyr W00 Medium';
    }
    .navMobile .item.current.main-visit > a{padding-top: 8px;}

    /** selected **/
    .navMobile .dl-menuwrapper li.selected {
        background-color: #000;
    }

    /* back button */
    .navMobile .dl-menuwrapper li.dl-back { text-align: left;}
    .navMobile .dl-menuwrapper li.dl-back a{color: #f2ca30; margin-top: 40px;}

    /** secondary **/
    .navMobile .main-section .secondaryNavMobile li.visit{
        display: none;
    }
    .navMobile .secondaryNavMobile div > li{
        padding: 0 20px;
    }
    .navMobile .secondaryNavMobile li.item-parent  > a{
        border-top: 1px solid #85b3bc;
        line-height: 36px;
        font-size: 15px;
        font-family: 'Avenir Next Cyr W00 Medium';
    }

    body.winter .navMobile .secondaryNavMobile div > li > a,
    body.winter .navMobile .secondaryNavMobile li.item.item-parent.current {border-color: #e9b384;}

    body.meetings .navMobile .secondaryNavMobile div > li > a,
    body.meetings .navMobile .secondaryNavMobile li.item.item-parent.current {border-color: #9d8ba6;}

    body.travel .navMobile .secondaryNavMobile div > li > a,
    body.travel .navMobile .secondaryNavMobile li.item.item-parent.current {border-color: #da9284;}

    body.media .navMobile .secondaryNavMobile div > li > a,
    body.media .navMobile .secondaryNavMobile li.item.item-parent.current {border-color: #6eac96;}

    body.members .navMobile .secondaryNavMobile div > li > a,
    body.members .navMobile .secondaryNavMobile li.item.item-parent.current {border-color: #89acc9;}

    /** secondary current nav **/
    .navMobile .secondaryNavMobile li.item-parent.current.dl-subviewopen,
    .navMobile .secondaryNavMobile li.item-parent.current.dl-subview{
        top: 0;
        border: none;
        width: 100%;
    }
    .navMobile .secondaryNavMobile .item.current.dl-subviewopen > a,
    .navMobile .secondaryNavMobile .item.current.dl-subview > a{
        display: none;
    }

    /** microsite current **/
    .navMobile.microsite li.item-parent.current {
        position: relative;
        top: 0;
        margin: 60px auto 0;
        width: 100%;
        max-width: 205px;
    }
    .navMobile.microsite li.item-parent.current a{
        padding-top: 8px;
    }

    /** close button **/
    .navMobile ul.dl-menu .dlClose {
        position: absolute;
        top: 0px;
        right: 0px;
        line-height: 50px;
        height: 55px;
        width: 60px;
        font-size: 30px;
        font-family: 'Avenir Next Cyr W00 Medium';
        color: white;
        z-index: 9999;
        text-align: center;
    }

    /** menu open/close **/
    .navMobile .mobile-trigger a{
        color: #FFF;
        font-family: 'Avenir Next Cyr W00 Bold';
        font-size: 14px;
        z-index: 500;
    }


    /* .header_container .headerWrapper { height: 170px; } */
    .menu-btn i.fa.fa-bars { padding-left: 6px; }
    .footerWrapper .footerRightTop,
    .footerWrapper .footerRightBottom { width: 280px; padding-bottom: 20px;}
    .footerWrapper .followUs { margin-bottom: 10px;}
    .footerWrapper .footerRightBottom { padding-bottom: 22px; margin: 0 auto; margin-top: 67px; }
    .footerWrapper .footerRightBottom .copyright { padding-top: 5px; }
    .footerWrapper { padding-bottom: 177px; }
    .footer .moreInfo .imageWrapper .contentRender { display: block; }
    .footerWrapper .moreInfo { top: -140px; }

    .sitemap > ul { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
    .navSide .dropdown .item .opener, .navSide .dropdown .item .opener .openPlus:before { width: 15px; }
    .navSide .dropdown.opened .item.parent .children.childOpened a { line-height: 22px; }
    li.item.item-parent.li-1.selected { width: 83%; }
    li.item.item-parent.selected a { border-top: 4px solid #f2ca30; padding-top: 8px; border-bottom: 0px; padding-bottom: 0px; }
	.footerBottom li.item.item-parent.selected a { border: none; padding: 0; }
    .headerWrapper .headerRight {height: 0px;}
    .main-subnav-section.main, body.default .main-subnav-section.main { display: none !important; }
    .headerWrapper .headerRightTop { display: none; }
    .headerWrapper .headerRightBottom { padding: 0; margin: 0; overflow: visible; }
    .headerWrapper .navPrimary { padding: 0;}

}

/* t - 232364 */
@media (max-width: 640px) {
    .navMobile .dl-menuwrapper{
        position: absolute;
        top: -140px;
        right:0px;
    }
}
