/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/
.font{
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-family: "source-han-sans-traditional";
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
}
/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/
body{
    color: #46525d;
    font-size: 16px;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;}
@media screen and (max-width: 1024px) {
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}
.wrapper {  
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 0;
    z-index: 1001;
}
.wrapper.menu-open{
    position: relative;
    left: 265px;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.noslides {
    padding: 115px;
}
@media screen and (max-width: 1024px) {
    .noslides {
        padding: 35px;
    }
}

@media(max-width: 40.063em) {
    .slideshow_container.noslides {
        padding: 53px !important;
    }
}
.thumb-holder { position: relative; display: inline-block; width: 100%; }
.thumb-holder .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.thumb-holder .sizer { width: 100%; }
.navPrimary { padding-top: 0; }
.fade-in {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.wf-active .fade-in{
    opacity: 1;
}
#mapexplorerPlaceholder {
    padding: 0 45px;
    padding-bottom: 50px;
}
.mapPublisherEmbed iframe {
    width: 100% !important;
}
@media screen and (max-width: 1025px) {
    #mapexplorerPlaceholder {
        padding: 0px;
        padding-bottom: 50px;
    }
}
h1 {
    color: rgba(50,50,50,1);
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 68px;
    font-weight: 900;
    line-height: 1em;
    margin: 0 0 16px;
    text-shadow: 1px 1px #fff;
}
h2 {
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    color: rgba(0,49,96,1);
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 30px;
}
h3 {
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-weight: 700;
    line-height: 1em;
    color: rgba(50,50,50,1);
    font-size: 27px;
    text-transform: uppercase;
    margin: 0px 0px .9em 0px;
}
h4 {
    font-size: 22px;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    margin: 0px 0px .9em 0px;
    letter-spacing: 0px;
    color: rgba(76,127,48,1);
}
h5 {
    font-size: 18px;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif ;
    line-height: 1em;
    margin: 0px 0px .9em 0px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgba(16,88,152,1);
}
h6 {
    font-size: 18px;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    margin: 0px 0px .9em 0px;
}
hr{
    background-color: #7f0000;
    border: medium none;
    height: 4px;
    margin-bottom: 29px;
}
p{
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: rgba(50,50,50,1);
    margin: 0px 0px 1.5em 0px;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    text-shadow: 1px 1px #fff;
}
p a{

}
li a{

}
ul{

}
ul li, ol li{
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    color: rgba(50,50,50,1);
    margin: 0;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    text-shadow: 1px 1px #fff;
}
.wrapper img {
    border: medium none;
}
h2 a, h2 a:hover, h5 a, h5 a:hover {
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}
a, a:link, a:visited, a:focus {
    color: rgba(166,0,0,1);
    text-decoration: none;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}
a:hover {
    text-decoration: none;
    color: rgba(229,0,0,1);
}
article {
    margin: 0 auto;
    width: 100%;
    padding: 0 2em;
}
@media(max-width: 1024px) {
    p {
        font-size: 17px;
        line-height: 27px;
    }
    h1 {
        font-size: 50px;
        line-height: 1em;
        text-align: center;
        margin: 0px 0px .5em 0px;
        padding: 0px 0px .4em 0px;
    }
    h2 {
        font-size: 29px;
    }
}
@media(max-width: 640px) {
    h1 {
        font-size: 40px;
        line-height: 1em;
        text-align: center;
        width: 100%;
        margin: 0px 0px .5em 0px;
        padding: 0px 0px .4em 0px;
    }
    h2 {
        font-size: 28px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

.expandable + button.expandableButton {
    font-size: 12px;
    width: 100%;
    height: 35px;
    border: 2px solid #4b4b4b;
    margin: 10px 0 20px;
    background: #FFF;
    padding: 4px 16px;
    -moz-appearance: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    max-width: 150px;
    left: 50%;
    transform: translate(-50%, 0);
}

.expandable[data-expand=true] {
    position: relative;
    height: 75px;
    overflow: hidden;
}

.expandable[data-expand=true]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, white);
}

/*
|-----------------------------------------------------------------------------------------------------------
| Text Box HTML Styles
|-----------------------------------------------------------------------------------------------------------
*/

.contentRender_name_plugins_core_textbox h1,
.contentRender_name_plugins_core_textbox h2,
.contentRender_name_plugins_core_textbox h3 {

}
.contentRender_name_plugins_core_textbox h4,
.contentRender_name_plugins_core_textbox h5,
.contentRender_name_plugins_core_textbox h6 {

}
.contentRender_name_plugins_core_textbox h1 {
    border-bottom: 4px solid #7f0000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.contentRender_name_plugins_core_textbox h2 {

}
.contentRender_name_plugins_core_textbox h3 {

}
.contentRender_name_plugins_core_textbox h4 {

}
.contentRender_name_plugins_core_textbox h5 {

}
.contentRender_name_plugins_core_textbox h6 {

}
.contentRender_name_plugins_core_textbox a,
.contentRender_name_plugins_core_textbox p {

}
.contentRender_name_plugins_core_textbox a {

}
/*
|-----------------------------------------------------------------------------------------------------------
| 
|-----------------------------------------------------------------------------------------------------------
*/

.wrapper .ui-datepicker select {
    padding: 0;
}
.ui-datepicker {
    z-index: 10 !important;
}
.clear {
    clear: both;
    line-height: 1px;
    visibility: hidden;
}
body .wrapper .row{
    max-width: 1160px;
}
i{
    color: #000;
}
input[type="submit"], .button, a.button, button{
    text-align: center;
    color: #fff;
    font-size: 13px;
    background-color: #ea5418;
    height: 44px;
    padding: 15px 22px 0;
    display: inline-block;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-weight: bold;
    border-radius: 3px;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
    background: rgba(205,0,0,1);
    background: -moz-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(205,0,0,1) 19%, rgba(166,0,0,1) 69%, rgba(166,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,0,0,1)), color-stop(19%, rgba(205,0,0,1)), color-stop(69%, rgba(166,0,0,1)), color-stop(100%, rgba(166,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(205,0,0,1) 19%, rgba(166,0,0,1) 69%, rgba(166,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(205,0,0,1) 19%, rgba(166,0,0,1) 69%, rgba(166,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(205,0,0,1) 19%, rgba(166,0,0,1) 69%, rgba(166,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(205,0,0,1) 0%, rgba(205,0,0,1) 19%, rgba(166,0,0,1) 69%, rgba(166,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0000', endColorstr='#a60000', GradientType=0 );
}
input[type="submit"]:hover, .button:hover, a.button:hover, button:hover{
    background: rgba(205,0,0,1);
    background: -moz-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(166,0,0,1) 0%, rgba(166,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,0,0,1)), color-stop(0%, rgba(166,0,0,1)), color-stop(100%, rgba(166,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(166,0,0,1) 0%, rgba(166,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(166,0,0,1) 0%, rgba(166,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(205,0,0,1) 0%, rgba(166,0,0,1) 0%, rgba(166,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(205,0,0,1) 0%, rgba(166,0,0,1) 0%, rgba(166,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0000', endColorstr='#a60000', GradientType=0 );
}
input[type="submit"].blue, .button.blue, a.button.blue, button.blue{
    background: rgba(35,166,240,1);
    background: -moz-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 69%, rgba(19,142,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,166,240,1)), color-stop(69%, rgba(19,142,234,1)), color-stop(100%, rgba(19,142,234,1)));
    background: -webkit-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 69%, rgba(19,142,234,1) 100%);
    background: -o-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 69%, rgba(19,142,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 69%, rgba(19,142,234,1) 100%);
    background: linear-gradient(to bottom, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 69%, rgba(19,142,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6f0', endColorstr='#138eea', GradientType=0 );
}
input[type="submit"].blue:hover, .button.blue:hover, a.button.blue:hover, button.blue:hover{
    background: rgba(35,166,240,1);
    background: -moz-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 0%, rgba(19,142,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,166,240,1)), color-stop(0%, rgba(19,142,234,1)), color-stop(100%, rgba(19,142,234,1)));
    background: -webkit-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 0%, rgba(19,142,234,1) 100%);
    background: -o-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 0%, rgba(19,142,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 0%, rgba(19,142,234,1) 100%);
    background: linear-gradient(to bottom, rgba(35,166,240,1) 0%, rgba(19,142,234,1) 0%, rgba(19,142,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6f0', endColorstr='#138eea', GradientType=0 );
}
input[type="submit"].yellow, .button.yellow, a.button.yellow{
    background-color: #eda626;
}
/*
|-----------------------------------------------------------------------------------------------------------
| FORM STYLES
|-----------------------------------------------------------------------------------------------------------
*/
input[type="text"], select{
    height: 45px;
    background-color: #fff;
    color: #969696;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 18px;
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.4) inset;
    border: solid 1px #d1cdcb;
    padding-top: 6px;
}
input[type="text"].date-input{
    background-image: url("/includes/public/assets/images/icon-calendar.png");
    background-position: left 15px center;
    background-repeat: no-repeat;
    padding-left: 42px;
}
select{
    -moz-appearance: none;
    appearance: none;
    background-image: url("/includes/public/assets/images/dropdown-arrow.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
}
/* fix the date picker drop down because this select css above is affecting it adversely */
.ui-datepicker select { background-position: center right; }

input[type="text"]:focus, select:focus{ 
    background-color: #fff; 
    box-shadow: none; 
    /*border: solid 1px #464646;*/
}
/*
|-----------------------------------------------------------------------------------------------------------
| PANEL STYLES
|-----------------------------------------------------------------------------------------------------------
*/
.layout-panel{
    padding: 50px 0 30px;
}
.white{/*standard white background*/
    background-color: #fff;
}
.white-panel{/*white content panel as per tech notes */
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.panel-two-col .columns{
    padding: 0;
}
@media(max-width: 640px) {
    .layout-panel {
        padding-top: 20px;
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header-section{
    border-bottom: 1px solid #97acd5;
    height: 91px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 899;
}
.header-section.fixed{
    position: fixed;
    top: -180px;
    /*-webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;*/
}
.header-section .hamburger{
    background-image: url("/includes/public/assets/images/hamburger.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-right: 1px solid #d1cdcb;
    cursor: pointer;
    display: block;
    float: left;
    height: 60px;
    left: 11px;
    position: relative;
    top: 11px;
    width: 48px;
}
.header-section .section-weather{
    display: none;
}
.weatherCont{
    color: #fff;
    display: block;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    padding-top: 9px;
    position: relative;
    text-align: center;
    width: 90px;
    cursor: pointer;
    -webkit-transition: background 225ms ease-in-out;
    -moz-transition: background 225ms ease-in-out;
    -o-transition: background 225ms ease-in-out;
    transition: background 225ms ease-in-out;
}
.weatherCont:hover{
    background-image: url("/includes/public/assets/images/weather-background-hover.png");
}
.mobile-nav-container .weatherCont {
    background-image: url("/includes/public/assets/images/weather-background.png");
}
.mobile-nav-container .weatherCont:hover {
    background-image: url("/includes/public/assets/images/weather-background-hover.png");
}
.weatherCont img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.header-section .section-top-nav{
    display: none;
}
.header-section .section-translate{
    display: none;
}
.header-section .section-chinese {
    display: none;
}
.mobile-nav-container .section-translate .googleTranslateDropdown{
    margin-top: 0;
}
.mobile-nav-container .section-chinese{
    float: right;
}
.header-section .logo-icon{
    display: none;
}
.header-section .top{
    background-color: #fff;
    background-image: url("/includes/public/assets/images/texture-hatched-white-gradient.png");
    background-repeat: repeat-x;
    height: 80px;
    background-position: center -13px;
}
.header-section .top .row{
    position: relative;
    z-index: 100;
}
.header-section .logo{
    position: relative;
    text-align: center;
    top: 3px;
}
.header-section .bottom{
    background-color: #002140;
    height: 11px;
    text-align: center;
    background: url(//res.cloudinary.com/simpleview/image/upload/v1466187423/Vector-Smart-Object2_bn9scj.png) center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.header-section .section-main-nav{
    display: inline-block;
    height: 80px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -80px;
    vertical-align: top;
    width: 60px;
}
.header-section .section-search{
    display: inline-block;
    height: 80px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -80px;
    vertical-align: top;
    width: 73px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.slideshow-section{
    margin-bottom: 91px;
    padding-bottom: 1px;
    position: relative;
    top: 91px;
}
.slideshow-section .slick-slide img,
.slideshow-section .header-slider img{
    width: 100%;    
}
.slideshow-section .content{
    background-color: rgba(21, 48, 73, 0.74);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 40px 20px;
    color: #fff;
}
.slideshow-section .content .sub-title{
    display: block;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}
.slideshow-section .content .title{
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-weight: 900;
    display: block;
    font-size: 28px;
    line-height: 28px;
}
.slideshow-section #arrows{
    bottom: -22px;
    left: 0;
    margin: auto;
    max-width: 62.5rem;
    position: absolute;
    right: 0;
    width: 115px;
    z-index: 500;
}
.slideshow-section #arrows .arrow{
    background-image: url("/includes/public/assets/images/slider-arrows.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 47px;
    width: 48px;
}
.slideshow-section #arrows .next{
    background-position: -64px 0;
    display: block;
    float: right;
}
.slideshow-section #arrows .prev{
    display: block;
    float: left;
}
button.slick-next {
    left: auto;
    right: 0;
}
/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.body-section{
    position: relative;
}
/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer-section{
    text-align: center;
}
.footer-section a{
    color: #fff;
}
.footer-section .top{
    background-color: #002140;
    padding-top: 18px;
}
.footer-section .middle{
    background-image: url("/includes/public/assets/images/texture-tan.png");
    padding: 30px 0;
    border-bottom: solid 2px #d1cdcb;
}
.footer-section .bottom{
    background-image: url("/includes/public/assets/images/texture-diagonal.jpg");
    color: #323232;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}
.footer-section .footer-logo{
    color: #323232;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-weight: bold;
}
.footer-section .footer-logo .text{
    padding: 0 20px;
    margin-top: 6px;
}
.footer-section .footer-logo img{
    width: 210px;
}
.footer-section .bottom .address{
   line-height: 15px;
   margin: 23px auto 0;
   text-align: left;
   width: 186px;
}
.footer-section .bottom .address.no-top-margin{
    margin-top: 0;
}
.footer-section .bottom .address a{
    color: #105898;
    display: block;
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: -13px;
    text-transform: uppercase;
}
.footer-section .bottom .address br{
    margin-bottom: 8px;
}
.footer-section .partners{}
.footer-section .partners a{
    display: inline-block;
    margin-bottom: 22px;
    margin-right: 0px;
    vertical-align: middle;
}
.footer-section .partners span{
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    vertical-align: middle;
    width: 89px;
    margin-bottom: 30px;
}
.rotate{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down{
    -ms-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
/*
|-----------------------------------------------------------------------------------------------------------
| HELPFUL LINKS
|-----------------------------------------------------------------------------------------------------------
*/
.helpful-links{
    background-color: #fff;
    border: 2px solid #d1cdcb;
    height: 60px;
    margin-bottom: 23px;
    margin-top: 16px;
    padding-bottom: 30px;
    padding-top: 15px;
}
.helpful-links .title{
    color: #105898;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: block;
}
.helpful-links .title i{
    color: #189cee;
    position: relative;
}
.helpful-links .links{
    display: none;
    overflow: hidden;
}
.helpful-links.open{
    height: auto;
}
.helpful-links.open .links{
    display: block;
    margin-top: 26px;
}
.helpful-links .links a{
    color: #323232;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 4px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}
.helpful-links .links a:not(.main){
    margin-bottom: 8px;
}
.helpful-links .links a.main{
    color: #a60000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| SEARCH
|-----------------------------------------------------------------------------------------------------------
*/
.searchContainer{
    position: relative;
    display: block;
}
.searchContainer .searchIcon{
    background-image: url("/includes/public/assets/images/search-icon-mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    padding-left: 9px;
    padding-top: 3px;
    position: relative;
    width: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.searchContainer.active .searchIcon{
    background-image: url("/includes/public/assets/images/search-close.png");
    background-repeat: no-repeat;
    background-position: center;
}
.searchContainer .searchIcon .icon{
    color: #fff;
}
.searchContainer .searchIcon i{
    display: none;
}
.searchbox.active{
    background-color: #105898;
    display: block;
    left: 0;
    padding: 13px 20px 19px;
    position: absolute;
    top: 90px;
    width: 100%;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    height: 76px;
}
.searchbox{
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.searchbox .input{
    position: relative;
}

.searchbox .input input{
    border-radius: 30px;
    color: #a60000;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 30px;
    font-weight: 500;
    height: 50px;
    padding-left: 20px;
    padding-top: 8px;
    margin-bottom: 0;
}
.searchbox .input .submit{
    border-radius: 3px 50px 50px 3px;
    height: 46px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 54px;
}
.searchbox .input .submit i{
    color: #fff;
    font-size: 23px;
    left: -7px;
    position: relative;
    top: -5px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| TRANSLATE
|-----------------------------------------------------------------------------------------------------------
*/
.socialLinks{
    display: block;
    margin-bottom: 50px;
    text-align: center;
}
.socialLinks a i {
    background-color: #e4e0dd;
    color: #a60000;
    border-radius: 50%;
    font-size: 23px;
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 8px;
    padding-top: 11px;
    text-align: center;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}
.socialLinks a i:hover {
    color: #e4e0dd;
    background-color:#a60000;
}

.footer_container .socialLinks .icons {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.footer_container .socialLinks .icons > a {
    flex: 1;
    height: auto;
    width: auto;
    padding-top: 0px;
}

@media (min-width: 64.063em) {
	.socialLinks .icons-small a {
		height: auto;
		width: auto;
	}
	.socialLinks .icons-small a i {
		margin-right: 4px;
		padding-top: 8px;
		height: 40px;
		width: 40px;
	}
}
.section-translate .contentRender_name_plugins_googletranslate_googletranslate,
.section-translate .contentRender_name_plugins_core_textbox  {
    display: inline-block;
}
.section-chinese .chinese-svg,
.mobile-nav-container .chinese-svg{
    background-image: url("/includes/public/assets/images/chinese-language.svg");
    background-repeat: no-repeat;
    width: 64px;
    height: 13px;
    display: block;
    margin-top: 8px;
}
.mobile-nav-container .bottom .section-translate {
    float: left;
}
.mobile-nav-container select.googleTranslateDropdown {
    margin-right: 0px;
    min-width: 146px;
}
.mobile-nav-container .chinese-svg {
    margin-left: 25px;
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
    margin-top: -5px;
}
.chinese-svg a {
    height: 13px;
    width: 64px;
    display: block;
}
@media screen and (max-width: 784px) {
    .mobile-nav-container .chinese-svg {
        margin-top: 0px;
        height: 30px;
    }
}
@media(max-width: 40em) {
    .socialLinks a i{
        height: 37px;
        width: 37px;
        font-size: 17px;
        margin-right: 8px;
        padding-top: 10px;
    }
    .socialLinks .icons-small a {
        height: auto;
        width: auto;
    }
    .socialLinks .icons-small a i {
        margin-right: 5px;
        padding-top: 7px;
        height: 32px;
        width: 32px;
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| CALLOUT
|-----------------------------------------------------------------------------------------------------------
*/
.callout{
    display: block;
    text-align: center;
    padding: 0 15px;
}
.callout img{
    display: none;
}
.callout .title{
    display: block;
    color:#105898;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    margin-bottom: 7px;
}
.callout .button{
    margin-top: 3px;
}
.callout .text{
    color: #323232;
    font-size: 14px;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    padding: 0 20%;
    display: block;
}
.callout .text span{
    color: #a60000;
}
.callout .columns:nth-child(1){
    border-bottom: 1px solid #d1cdcb;
    margin-bottom: 5px;
    padding-bottom: 12px;
}
.callout .columns:nth-child(2){
    border-top: 1px solid #d1cdcb;
    padding-bottom: 9px;
    padding-top: 24px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| EVENTS
|-----------------------------------------------------------------------------------------------------------
*/
.events{
    background-image: url("/includes/public/assets/images/texture-tan.png");
    border-top: 2px solid #d1cdcb;
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d1cdcb;
}
.events h2{
    text-align: center;
    margin: 0 0 18px;
}
.events .title{}
.events .form{}
.events .form .date-input{
    border: 1px solid #d1cdcb;
    border-radius: 3px;
    color: #969696;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 11px;
    text-transform: uppercase;
}
.events .form .button{
    display: block;
    margin: 0 auto;
    padding-top: 2px;
}
.events .items{
    border-top: 2px solid #f5b536;
    display: inline-block;
    margin-top: 14px;
    padding-top: 19px;
    width: 100%;
}
.events .items .columns{
    padding: 0;
}
.events .items .main{
    margin-bottom: 20px;
}
.events .items .side{}
.events .items .side .item{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.events .items .image{}
.events .items .content{
    padding-left: 13px;
    padding-right: 15px;
}
.events .items .content .title{
    color: #003160;
    display: block;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 6px;
    width: 100%;
}
.events .items .content .date{
    display: block;
    width: 100%;
    color: #4c7f30;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.events .items .content .text{
    display: none;
    width: 100%;
}
.events .view-all{
    margin: 0 auto;
    display: block;
    border: 3px solid #d8d6cf;
    width: 235px;
    height: 54px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| NEWSLETTER
|-----------------------------------------------------------------------------------------------------------
*/
.newsletter{
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;    font-size: 12px;
    padding-bottom: 25px;
}
.newsletter .iconCol{
    color: #ffffff;
    line-height: 16px;
    text-align: left;
    display: block;
}
.newsletter .iconCol img{
    float: left;
    margin-right: 10px;
}
.newsletter .input{
    margin-top: 29px;
    position: relative;
}
.newsletter .input input[type=email] {
        height: 45px;
        background-color: #fff;
        color: #969696;
        font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
        font-size: 18px;
        box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.4) inset;
        border: solid 1px #d1cdcb;
        padding-top: 6px;
    }
.newsletter .input .button{
    border-radius: 3px 26px 26px 3px;
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-size: 21px;
    height: 41px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    position: absolute;
    right: 2px;
    text-transform: capitalize;
    top: 2px;
}
.newsletter .input input{
    border-radius: 26px;
    padding-left: 20px;
}
.newsletter .read-more{
    color: #7dd2f2;
    font-size: 12px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| TRANSLATE
|-----------------------------------------------------------------------------------------------------------
*/
.translate{}
.translate select{
    -moz-appearance: none;
    appearance: none;
    background-color: #189cee;
    background-image: url("/includes/public/assets/images/dropdown-arrow-white.png");
    background-position: right 10px center;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-size: 12px;
    height: 30px;
    margin-right: 10px;
    padding-top: 6px;
    width: 142px;
    cursor: pointer;
}
.translate select:focus{
    border: none;
    box-shadow: none;
}

/*
|-----------------------------------------------------------------------------------------------------------
| NAV STYLES
|-----------------------------------------------------------------------------------------------------------
*/
/*nav main*/
nav .item{
    display: inline-block;
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-size: 16px;
    position: relative;
}
nav .item a{
    color: #fff;
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-size: 27px;
    text-decoration: none;
    font-weight: ;
    text-transform: uppercase;
}
nav .item a.active{
    color: #fff;
}
nav .main-nav > .item{
    cursor: pointer;
    min-height: 80px;
    padding: 21px 15px 0 15px;
    -webkit-transition: background-color 225ms ease-in-out;
    -moz-transition: background-color 225ms ease-in-out;
    -o-transition: background-color 225ms ease-in-out;
    transition: background-color 225ms ease-in-out;
}
nav .main-nav > .item:hover{
    background-color: #a60000;
}
nav .main-nav .item .subMenuCont{
    width: 1000px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: -70px;
    padding: 0;
    max-height: 0px;
    text-align: left;
    overflow: hidden;
}
nav .main-nav .item .subMenuCont a {
    font-family: inherit;
    text-transform: none;
    color: #a60000;
}
nav .main-nav .item:hover{
    position: static;
}
nav .main-nav .item:hover .subMenuCont{
    left: -10%;
    max-height: 4000px;
    overflow: visible;
    padding: 20px 20px 30px;
    box-shadow: 0px 0px 5px 1px #b7b7b7;
    z-index: -1;
}
nav .main-nav .item:hover > a{
   /* color: #ffa200;*/
}
/*sub menu*/
nav .subMenuCont .arrow-up{
    color: #fff;
    font-size: 72px;
    position: absolute;
    right: 21px;
    top: -40px;
}
nav .subMenuCont .columns.middle{
    border-right: 1px solid #d1cdcb;
    padding-left: 9px;
    padding-right: 15px;
}
nav .subMenuCont .item{
    display: inline-block;
    margin-bottom: 9px;
    padding: 2px 20px 1px;
    position: relative;
    text-align: left;
    width: 100%;
}
nav .subMenuCont .noimg .item a{
    color: #a60000;
    font-size: 15px;
    text-transform: capitalize;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-weight: 500;
}
.wrapper .mobile-nav-main { display: none !important; }
/*nav secondary*/
.second-nav{}
.second-nav .item a{
    font-size: 16px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.38);
}
/*side nav*/
.sidenav{
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.sidenav .heading{
    background-image: url("/includes/public/assets/images/sidenav-angle.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-size: 26px;
    height: 68px;
    line-height: 41px;
    margin-bottom: 19px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.sidenav .links a,
.sidenav span{
    color: #a60000;
    display: block;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0 26px;
    text-align: left;
    width: 100%;
    position: relative;
}
.sidenav .current {
    color: #323232 !important;
    font-weight: bold;
}
.sidenav .has-dropdown {
    position: relative;
}

.sidenav .children{
    display: none;
}
.sidenav .active > .children{
    display: block;
    padding-bottom: 1px;
    padding-left: 15px;
    margin-left: 13px;
}
.sidenav .links a {
    position: relative;
}
.sidenav a i {
    color: #189cee;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 2px;
}
.sidenav a .opened,
.sidenav .active.current > a .opened {
    display: none;
}
.sidenav .active > a .opened {
    display: inline-block;
    margin-left: -3px;
}
.sidenav a .closed,
.sidenav .active.current > a .closed {
    display: inline-block;
}
.sidenav .active > a .closed {
    display: none;
}
.sidenav .active.current .children {
    display: none;
}
/*mobile*/
.mobilenav{}
.mobilenav .container{
    display: none;
}
.mobilenav.active .hamburger{
    /*background-image: url("/includes/public/assets/images/X-close.svg");*/
    /*background-position: left 5px top 9px;*/
    z-index: 100;
}
.mobile-nav-container{
    left: -265px;
    position: absolute;
    top: 0;
    height:2000px;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.mobile-nav-container .top{
    background-color: #002140;
    padding: 14px 7px 13px;
}
.mobile-nav-container  .close{
    float: right;
    position: relative;
    right: 23px;
    top: 17px;
}
.mobile-nav-container.active{
    display: block;
    width: 265px;
    z-index: 1000;
    left: 0;
}
.mobile-nav-container .container{
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    width: 100%;
}
.mobile-nav-container .bottom{
    padding: 20px 15px;
}
.mobile-nav-container .weatherCont{
    margin-bottom: 25px;
}
.mobile-nav-container .mobile-nav-main{
    margin-bottom: 15px;
}
.mobile-nav-container .mobile-nav-main .item{
    display: block;
    width: 100%;
}
.mobile-nav-container .submenu {
    display: none;
}
.mobile-nav-container .item.open > .submenu {
    display: block;
}
.mobile-nav-container .item.open.selected > .submenu {
    display: none;
}
.mobile-nav-container .open > a .closed {
    display: none;
}
.mobile-nav-container .open.selected > a .closed {
    display: block;
}
.mobile-nav-container .item > a .opened {
    display: none;
}
.mobile-nav-container .open > a .opened {
    display: block;
}
.mobile-nav-container .open.selected > a .opened {
    display: none;
}
.mobile-nav-container .submenu > .item {
    padding-left: 10px;
}
.mobile-nav-container .mobile-nav-second .submenu {
    margin-top: 19px;
}
.mobile-nav-container .mobile-nav-main .item a{
    color: #323232;
    font-size: 27px;
    line-height: 45px;
    text-transform: uppercase;
}
/*SECOND LEVEL*/
.mobile-nav-container .mobile-nav-main > nav > .item > .submenu .item a {
    font-size: 22px;
    line-height: 19px;
}
.mobile-nav-container .mobile-nav-main > nav > .item > .submenu .item {
    padding-bottom: 5px;
    padding-top:10px;
}


.mobile-nav-container .mobile-nav-main .item a span {
    color: #189cee;
    float: right;
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 0;
}
.mobile-nav-container .mobile-nav-main .item > .submenu > .item a span {
    top: 10px;
}

.mobile-nav-container .mobile-nav-second{
    margin-bottom: 33px;
}
.mobile-nav-container .mobile-nav-second nav{}
.mobile-nav-container .mobile-nav-second .item{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 19px;
}
.mobile-nav-container .mobile-nav-second .item a{
    color: #a60000;
    font-size: 16px;
    font-weight: normal;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    text-transform: capitalize;
}
.mobile-nav-container .mobile-nav-second .item a span{
    color: #189cee;
    float: right;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.section-top-nav{
    text-align: right;
    margin-top: 2px;
}
.section-top-nav a{
    color: #105898;
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
}
.section-top-nav a span{
    background-color: #189cee;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    margin: 0 6px 0 9px;
    overflow: hidden;
    position: relative;
    top: -3px;
    width: 5px;
}
.footer-nav{
    display: block;
    margin-top: 37px;
    text-align: center;
    margin-bottom: 26px;
}
.footer-nav a{
    color: #105898;
    font-family: "nimbus-sans-condensed", Arial Narrow, Arial, sans-serif;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
}
.footer-nav a span{
    background-color: #189cee;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    margin: 0 6px 0 9px;
    overflow: hidden;
    position: relative;
    top: -3px;
    width: 5px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| DROPDOWN IMAGEBOX
|-----------------------------------------------------------------------------------------------------------
*/
.dropdown-image-box{
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    overflow: hidden;
}
.dropdown-image-box a{
    color: #a60000;
}
.dropdown-image-box .image{
    cursor: pointer;
}
.dropdown-image-box .image img{
    width: 100%;
}
.dropdown-image-box .content{
    padding: 0 10px;
}
.dropdown-image-box .content .title{
    color: #a60000;
    font-family: inherit;
    font-size: 15px;
    margin: 14px 0 3px;
    cursor: pointer;
    font-weight: bold;
}
.dropdown-image-box .content .text{
    color: #323232;
    font-size: 12px;
    line-height: 16px;
    font-family: inherit;
}
/*horizontal version*/
.horizontal.dropdown-image-box{
    margin-bottom: 30px;
}
.horizontal.dropdown-image-box .title{
    margin: -4px 0 3px;
}
.horizontal.dropdown-image-box .image{
    padding-left: 30px;
    padding-right: 0;
}
/*
|-----------------------------------------------------------------------------------------------------------
| HIGHLIGHTS
|-----------------------------------------------------------------------------------------------------------
*/
.highlights {
    width: 100%;
    margin-bottom: 60px;
    flex-direction: column;
    max-width: 100% !important;
}
.highlights .full {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.highlights .h-container {
    margin-bottom: 4px;
}

@media screen and (min-width: 641px) {
    .highlights .h-container.side .custom-med-37 {
        width: 37.75%;
    }
    .highlights .h-container.side .custom-med-62 {
        width: 62.25%;
    }
}
@media screen and (min-width: 1026px) {
    .highlights {
        overflow: hidden;
    }
    .highlights .h-container {
        margin-bottom: 0;
    }
    .highlights .h-container {
        top: 2px;
    }
    .highlights .h-container.side {
        padding-left: 5px;
    }
    .highlights .side .bottom-border {
        position: absolute;
        left: calc(37.75% + 4px);
        right: 0;
        bottom: 2px;
        height: 1px;
        background-color: #d1cdcb;
    }
}
.highlights .h-container.side img {
    width: 100%;
    height: auto;
}
.highlights .h-container .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.highlights img{
    width: 100%;
}
.highlights .full img{
    width: 100.5%;
    max-width: none;
}
.highlights .main .content{
    background-color: rgba(21, 48, 73, 0.74);
    bottom: 0;
    color: #fff;
    height: 86px;
    left: 0;
    margin: auto;
    padding: 15px 20px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 280px;
}
.highlights .main .content .subtitle{
    display: block;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 5px;
}
.highlights .main .content .title{
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-weight: 900;
    display: block;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 11px;
}
.highlights .main.columns{
    position: relative;
    padding: 0;
}
.highlights .side.columns{
}
.highlights .side{}
.highlights .side .item {
    background-image: url("/includes/public/assets/images/texture-diagonal.jpg");
    border-bottom: 1px solid #d1cdcb;
    border-top: 1px solid #d1cdcb;
    display: block;
    margin: 0;
    margin-top: -1px;
    padding: 0px 0 0px;
    width: 100%;
    line-height: 0;
    height: auto;
}
.highlights .side .item:first-child {
    margin:0 0 4px 0;
}
.highlights .side .item .title{
    color: #a60000;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 12px;
}
.highlights .side .item .text{
    color: #323232;
    font-size: 14px;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    display: block;
    line-height: 1.2rem;
}
.highlights .side .item .image{
    padding-left: 0;
}
.highlights .side .item .content{
    padding-left: 0;
}
.dtn-banner{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| MAP
|-----------------------------------------------------------------------------------------------------------
*/
.map{
    border-top: solid 8px #7dd2f2;
    border-bottom: solid 8px #7dd2f2;
    background-image: url("/includes/public/assets/images/texture-diagonal-blue.png");
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}
.map .columns{
    padding: 0;
}
.map .title{
    color: #fff;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 19px;
} 
.map .map-content{
    padding: 20px 15px 30px;
}
.map .text{
    color: #fff;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 22px;
} 
.map .more{
    border: 3px solid #667a8c;
    display: block;
    height: 46px;
    margin: 0 auto;
    padding-top: 12px;
    width: 170px;
} 
@media (min-width: 641px) {
    .map .map-content {
        padding: 0 !important;
        position: relative;
    }
    .map .map-content .map-content-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| SPOTLIGHTS
|-----------------------------------------------------------------------------------------------------------
*/
.spotlights{}
.spotlights .item{
    border-bottom: 1px solid #d1cdcb;
    border-top: 1px solid #d1cdcb;
    display: inline-block;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 4px;
    padding: 20px 0;
    width: 100%;
}
.spotlights .item a{
    display: inline-block;
    width: 100%;
}
.spotlights .item .image{
    margin-bottom: -7px;
}
.spotlights .item .columns{ 
    padding-left: 0; 
}
.spotlights .item .content{
    padding: 6px 15px 0;
}
.spotlights .item .title{
 color: #a60000;
 font-size: 18px;
 font-weight: bold;
 line-height: 20px;
 margin-bottom: 7px;
}
.spotlights .item .text{
    font-size: 14px;
    line-height: 18px;
    color: #323232;
}
/*
|-----------------------------------------------------------------------------------------------------------
| SOCIAL HUB
|-----------------------------------------------------------------------------------------------------------
*/
.social-hub{
    border: solid 1px #d1cdcb;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 500px;
    margin: 0 auto 70px;
    max-width: 100%;
    background: url('/includes/public/assets/images/texture-diagonal.jpg');
}
.social-hub .title{
    background-color: #00213f;
    color: #fff;
    display: block;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 34px;
    font-weight: 200;
    height: 60px;
    padding: 5px 12px;
    text-align: left;
}
.social-hub .title a{
    color: #7dd2f2;
    float: right;
    font-family: "usual", Helvetica,Roboto,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: 22px;
}
.social-hub .links{
    border-bottom: solid 6px #9f0000;
    overflow: hidden;
    display: flex;
}
.social-hub .links a{
    background-color: #d5d2d0;
    display: inline-block;
    float: left;
    height: 60px;
    text-align: center;
    width: 100%;
}
.social-hub .links .tab {
    width: 100%;
}
.social-hub .links .tab:not(:last-child) {
    padding-right: 2px;
}
.social-hub .links a i{
    background-color: #93908e;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 45px;
    margin: 9px auto 0;
    padding-top: 12px;
    text-align: center;
    width: 45px;
}
.social-hub .tab.active a{
    background-color: #9f0000;
}
.social-hub .tab.active a i{
    background-color: #770000;
}
.social-hub .feeds{
    display: block;
    height: 447px;
    padding: 15px 15px 0;
}
.social-hub .feeds img{
    width: 100%;
}
.social-hub .panes .pane {
    display: none;
    max-height: 482px; 
    overflow-x: hidden;
}
.social-hub .panes .pane.active {
    display: block;
}
/*
|-----------------------------------------------------------------------------------------------------------
| EVENTS SLIDER
|-----------------------------------------------------------------------------------------------------------
*/
.events-slider{
    margin-top: 20px;
    border: solid 2px #d1cdcb;
    padding: 20px 15px;
    background-image: url("/includes/public/assets/images/texture-tan.png");
    margin-bottom: 50px;
    position: relative;
}
.events-slider .title{
    color: #323232;
    text-align: center;   
}
.events-slider .items{
    padding-bottom: 40px;
}
.events-slider #arrows{}
.events-slider #arrows{
    bottom: -22px;
    left: 0;
    margin: auto;
    max-width: 62.5rem;
    position: absolute;
    right: 0;
    width: 115px;
    z-index: 500;
}
.events-slider #arrows .arrow{
    background-image: url("/includes/public/assets/images/slider-arrows.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 47px;
    width: 48px;
}
.events-slider #arrows .next{
    background-position: -64px 0;
    display: block;
    float: right;
}
.events-slider #arrows .prev{
    display: block;
    float: left;
}
.events-slider .item .title{
    color: #003160;
    display: block;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.events-slider .item .text{
    display: block;
    width: 100%;
    color: #4c7f30;
    font-family: "jubilat", 'Trebuchet MS', 'Palentino', 'Arial Black';
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}
.events-slider .item img{
    border: solid 2px #fff;
    border-radius: 3px;
    box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.45);
    width: 100%;
    margin-bottom: 20px;
}
/*
|--------------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|--------------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
    .panel-two-col .columns{
        padding: 0 15px 0 15px;
    }
    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */ 
    /*
    |------------------------
    | SLIDESHOW SECTION
    |------------------------
    */ 
    .slideshow-section{
        position: relative;
    }   
    .slideshow-section .content {
        bottom: 40px;
        left: 0;
        margin: auto;
        padding: 15px 20px 20px;
        right: 0;
        width: 320px;
    }
    .slideshow-section .content .title{
        font-size: 25px;
    }
    .slideshow-section .content .sub-title { 
        font-size: 19px;
    }
    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */
    .body-section{
    }
    /*
    |------------------------
    | FOOTER SECTION
    |------------------------
    */
    .footer-section{}
    .footer-section .bottom { 
        padding-bottom: 75px;
        padding-top: 30px;
    }
    .callout .columns:nth-child(1){
        border-bottom: medium none;
        border-right: 1px solid #d1cdcb;
        height: 165px;
        margin-bottom: 0;
        margin-right: 1px;
        width: 57.8%;
        text-align: right;
    }
    .callout .columns:nth-child(2){
        border-left: 1px solid #d1cdcb;
        border-top: medium none;
        height: 165px;
        margin-top: 0;
        padding-left: 24px;
        padding-top: 2px;
        text-align: left;
    }
    .callout img{
        display: inline-block;
        float: left;
    }
    .callout .content{
        float: left;
        padding-left: 15px;
        width: 246px;
    }
    .callout .title {
        font-size: 30px;
        line-height: 31px;
    }
    .callout .text{
        font-size: 16px;
        padding-left: 0;
        padding-right: 135px;
    }
    .callout a{
        display: inline-block;
        text-align: left;
        width: 350px;
    }
    .footer-section .simpleview-logo{
        display: block;
        text-align: right;
    }
    .newsletter{}
    .newsletter .iconCol{
        display: inline-block;
        width: 40%;
        vertical-align: bottom;
        height: 39px;
    }
    .newsletter .input{
        display: inline-block;
        height: 45px;
        margin-top: 0;
        vertical-align: bottom;
        width: 45%;
        padding-right: 17px;
    }
    .newsletter .input .button{
        right: 19px;
    }
    .newsletter  .read-more{
        display: inline-block;
        vertical-align: bottom;
        width: 13%;
        text-align: left;
        height: 40px;
    }
    .socialLinks a {
        height: 45px;
        width: 45px;
        padding-top: 11px;
    }
    .socialLinks a i{
        font-size: 23px;
    }
    .socialLinks {
        display: block;
        margin-bottom: 38px;
    }
    /*
    |------------------------
    | HIGHLIGHTS
    |------------------------
    */
    .highlights .side .item{
        padding: 0;
    }
    .highlights .side .item .title{
        font-size: 22px;
        line-height: 25px;
    }
    .highlights .side .item .text{
        font-size: 16px;
        line-height: 22px;
    }
    .highlights .side .item .image{
        padding-left: 0;
    }
    .highlights .side .item .content{
        padding: 57px 50px 0 40px;
    }
    /*
    |------------------------
    | MAP
    |------------------------
    */
    .map .map-content {
        padding: 75px 33px 30px;
    }
    /*
    |------------------------
    | SPOTLIGHTS
    |------------------------
    */
    .spotlights{
        margin-bottom: 40px;    
    }
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) { 
    /*
    |------------------------
    | GLOBAL TAG STYLES
    |------------------------
    */

    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */
    .header-section{
    }
    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */
    .body-section {
    }
    /*
    |------------------------
    | FOOTER SECTION
    |------------------------
    */
    .footer-section{
    }
    .footer-section .bottom .address{
        display: block;
        margin: 28px 0 0;
        text-align: left;
        width: 214px;
    }
    .footer-section .partners a { 
        margin-right: 30px;
    }
    .footer-section .helpful-links { margin-top: 32px; }
    /*
    |-----------------------------------------------------------------------------------------------------------
    | EVENTS
    |-----------------------------------------------------------------------------------------------------------
    */
    .events{
        padding-bottom: 50px;
    }
    .events h2{
        text-align: center;
        margin: 0 0 18px;
        font-size: 58px;
        line-height: 58px;
    }
    .events .title{}
    .events .items .side .item{
        display: inline-block;
        padding: 0 14px;
        vertical-align: top;
        width: 32.9%;
    }
    .events .items .main .content {
        padding-left: 21px;
    }
    .events .items .side .title{
        margin: 10px 0 8px;
    }
    .events .items .side{
        padding-top: 26px;
    }
    .events .items .side .columns{
        padding: 0;
    }
    .events .items{
     padding: 31px 18px;
     }
     .events .items .image{}
     .events .items .content{
        padding-left: 13px;
        padding-right: 15px;
    }
    .events .items .content .title{
        font-size: 18px;
        line-height: 19px;
    }
    .events .items .content .date{
        font-size: 16px;
        line-height: 18px;
    }
    .events .items .content .text{
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .events .main .content .title{
        color: #003160;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .events .main .content .date{
        color: #4c7f30;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .events .main .image img{
        border: solid 6px #fff;
        border-radius: 4px;
        box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.45);
        width: 100%;
    }
    .events .image img{
        border: solid 2px #fff;
        border-radius: 3px;
        box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.45);
        width: 100%;
    }
    .events .form .date-input {
        display: inline-block;
        margin-right: 4px;
        width: 160px;
    }
    .events .form{
        text-align: center;
    }
    .events .form .button{
        display: inline-block;
        width: 160px;
    }

}

@media only screen and (max-width: 1200px) { 
    .panel_custom_one_col {
        padding: 0 20px;
    }
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
    /*
    |------------------------
    | TAG STYLES
    |------------------------
    */

    /*
    |------------------------
    | PANELS
    |------------------------
    */
    .layout-panel {
        padding: 60px 0 20px;
    }
    .panel-two-col {
        padding-top: 25px;
    }
    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */
    .header-section{
        height: 275px;
        padding: 0;
        border: none;
    }
    .header-section .top{
        height: 195px;
        background-position: center bottom;
    }
    .header-section .section-weather{
        background: url("/includes/public/assets/images/weather-background.png") center center no-repeat;
        display: inline-block;
        float: left;
        width: 94px;
        min-height: 54px;
        margin-right: 15px;
    }
    .header-section .section-top-nav{
        display: inline-block;
        float: right;
    }
    .header-section .section-translate{
        display: inline-block;
        float: left;
        width: 150px;
        padding-top: 10px;
    }
    .header-section .section-chinese{
        float: left;
        overflow: hidden;
        height: 30px;
        margin-top: 10px;
        width: 150px;
        display: block;
    }
    .header-section .logo-icon{
        display: inline-block;
        padding-top: 8px;
        vertical-align: top;
        overflow: hidden;
    }
    .header-section .logo{
        top: -26px;
    }
    .header-section .bottom{
        height: 80px;
    }
    .header-section .section-main-nav{
        display: inline-block;
        left: 0;
        margin-left: 7px;
        margin-right: 3px;
        position: relative;
        text-align: center;
        top: 0;
        vertical-align: top;
        width: auto;
    }
    .header-section .section-search{
        display: inline-block;
        padding-top: 13px;
        text-align: right;
        vertical-align: top;
        width: 73px;
        position: relative;
        top: 0;
        right: 0;
    }
    /*
    |------------------------
    | SLIDESHOW SECTION
    |------------------------
    */
    .slideshow-section{
        margin-bottom: 260px;
        position: relative;
        top: 260px;
    }
    .slideshow-section .content {
        bottom: 32px;
    }
    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */
    .body-section {}
    .body-section.no-header-slides{
        top: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .ad{
        margin-top: 80px;
    }
    /*
    |------------------------
    | FOOTER SECTION
    |------------------------
    */
    .footer-section{}
    .footer-nav {
        margin-top: 18px;
        text-align: left;
    }
    .footer-section .partners {
        text-align: left;
    }
    .footer-section .partners a.amex{
        width: 64px;
        margin-left: 80px;
    }
    .footer-section .partners a.mass{
        width: 220px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .footer-section .partners a.discover{
        width: 90px;
    }
    .helpful-links { margin-top: 35px; }
    .footer-section .bottom {
        padding-bottom: 75px;
        padding-top: 45px;
    }
    .footer-section .helpful-links{
        margin-bottom: 17px;
    }
    .footer-section .top { height: 83px; }
    .socialLinks { width: 345px; }
    /*
    |------------------------
    | SEARCH
    |------------------------
    */
    .searchContainer .searchIcon{
        background-image: url("/includes/public/assets/images/search-icon.png");
    }
    .searchbox.active {
        top: 260px;
        height: 76px;
    }
    .searchbox .input {
        margin: 0 auto;
        position: relative;
        width: 760px;
    }
    /*
    |------------------------
    | HIGHLIGHTS
    |------------------------
    */
    .highlights .side .item .title{
        font-size: 22px;
        line-height: 25px;
    }
    .highlights .side .item .text{
        font-size: 15px;
        line-height: 22px;
        display: block;
        margin-bottom: 10px;
    }
    .highlights .side .item .image{
        padding-left: 0;
    }
    .highlights .side .item .content{
        padding: 57px 50px 0 40px;
    }
    /*
    |------------------------
    | HELPFUL LINKS
    |------------------------
    */
    .helpful-links .links a.main{ 
        margin-top: 0px;
    }
    /*
    |----------------------
    | EVENTS
    |----------------------
    */
    .events{
        padding-bottom: 22px;
        padding-top: 30px;
    }
    .events h2{
        text-align: left;
        margin: 0 0 2px;
        font-size: 58px;
        line-height: 58px;
        float: left;
    }
    .events .title{
        width: 55%;
        display: inline-block;
        vertical-align: bottom;
    }
    .events .items .side .item {
        display: inline-block;
        margin-bottom: 0;
    }
    .events .items .main .content {
        padding-left: 21px;
    }
    .events .items .side .title{
        margin: 0 0 8px;
    }
    .events .items .side{
        padding-top: 0px;
    }
    .events .items .side .columns{
        padding: 5px;
    }
    .events .top .columns{
        padding: 0;
    }
    .events .items{
        padding: 31px 18px 0;
    }
    .events .items .content{
        padding-left: 13px;
        padding-right: 15px;
    }
    .events .items .content .title{
        font-size: 18px;
        line-height: 19px;
    }
    .events .items .content .date{
        font-size: 16px;
        line-height: 18px;
    }
    .events .items .content .text{
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .events .main .content .title{
        color: #003160;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .events .main .content .date{
        color: #4c7f30;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .events .main .image img{
        border: solid 6px #fff;
        border-radius: 4px;
        box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.45);
        width: 100%;
    }
    .events .image img{
        border: solid 2px #fff;
        border-radius: 3px;
        box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.45);
        width: 100%;
    }
    .events .form .date-input {
        display: inline-block;
        margin-right: 4px;
        width: 160px;
    }
    .events .form{
        text-align: right;
        width: 45%;
        float: right;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        top: 9px;
    }
    .events .form .button{
        display: inline-block;
        width: 160px;
    }
    /*
    |------------------------
    | MAP
    |------------------------
    */
    .map .map-content {
        padding: 17% 33px 30px;
    }
    .map .title{ 
        font-size: 50px;
        line-height: 45px;
    }
    .map .text{ 
        line-height: 26px;
        margin-bottom: 56px;
        padding: 0 45px;
    }
    /*
    |------------------------
    | SPOTLIGHTS
    |------------------------
    */
    .spotlights .item .content {
        padding: 6px 15px 0 0;
    }
    .events-slider {
        margin-bottom: 70px;
    }
    .events-slider .title{
        font-size: 40px;
        margin: 0 0 20px;
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| Sitemap & 404
|-----------------------------------------------------------------------------------------------------------
*/
.sitemap > ul {
}

.sitemap{
    margin-bottom: 40px;
    margin-top: 20px;
}
.sitemap h4 {
  font-size: 32px;
}
.sitemap ul.multicol {
  margin-bottom: 18px;
}
.sitemap  ul.multicol > li > ul {
  margin-bottom: 30px;
}
.sitemap  ul.multicol > li > a {
  font-size: 19px;
}
.sitemap a { font-weight: 600;  }
.sitemap  ul.multicol li {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.sitemap ul.multicol a { font-size: 14px; }
.sitemap ul ul { margin-left: 30px; padding: 4px 0; }

/* ------------------------------------------ */
.header-section .logo-icon.fade-in img {
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
}
.header-section:not(.fixed) .logo-icon.fade-in img {
    -webkit-transform: translate(0, -120%);
    -moz-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    transform: translate(0, -120%);
}
.header-section.fixed .logo-icon.fade-in img {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}


/* change made to accomdate the 300px wide dtn ads and to match the comp */
@media screen and (min-width: 1024px) {
    .panel_custom_two_col_sidebar_right .main_container { width: 74%; }
    .panel_custom_two_col_sidebar_right .sidebar_container { width: 26%; }
}
@media screen and (min-width: 768px) {
    .panel_custom_two_col_sidebar_right .main_container { width: 60%; }
    .panel_custom_two_col_sidebar_right .sidebar_container { width: 40%; }
}

@media screen and (min-width: 1024px) {
    .offset-hash-for-sticky-nav:before { 
        display: block; 
        content: " "; 
        height: 100px;
        margin-top: -100px;
        visibility: hidden; 
    }
}

/*SEARCH CSS*/

.active .search-white {
    width: 760px;
    opacity: 1;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
}
.search-white {
    height: 50px;
    width: 100px;
    opacity: 0;
    overflow: hidden;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
    transition: all ease .4s .5s;
    -webkit-transition: all ease .4s .5s;
    -moz-transition: all ease .4s .5s;
    -o-transition: all ease .4s .5s;
}

@media screen and (max-width: 1024px) {
    .active .search-white {
        width: 90vw;
    }
}

@media screen and (max-width: 640px) {

}