/* * {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
} */

body {
    color: #3d4440;
    font-size: 14px;
    font-family: Arial;
}

h1 {
    font-weight: bold;
    font-size: 33px;
    color: #3d4440;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    color: #3d4440;
}

h3 {
    font-weight: 600;
    font-size: 16px;
    color: #3d4440;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    color: #3d4440;
}

h5 {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #3d4440;
}

a {
    color: #004b8d;
    transition: all 0.3s;
}

a:hover {
    color: #e5b53b;
    transition: color 0.3s;
}

button,
.button {
    background-color: #004b8d;
    color: #f1f1f1;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #e5b53b;
    color: #f1f1f1;
    text-decoration: none;
}

.filter-item {
    text-transform: uppercase;
    font-size: 0.75rem;
}

.filter-item input[type="text"] {
    background: #f3f3f3;
}

.filter-item input[type="text"].datepicker {
    background: #f3f3f3 url(../images/icon-calendar.png) 95% center no-repeat;
}

.filter-item .button {
    line-height: 1.4;
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
    text-align: left;
}

.filter-item .hidden {
    display: none;
}

.filter-item .button[type="submit"] {
    width: 70%;
    text-align: center;
}

@media only screen and (max-width: 1200px) {}

#header {
    padding: 0;
    background: #dbdfe5;
}

#header .header-logo {
    padding: 0.75rem 1rem;
}

#header .header-logo .hi-logo {
    border-right: 1px solid #000;
    display: inline-block;
    padding-right: 1rem;
    margin-right: 1.5rem;
}

.home #header {
    background: #fff;
    position: absolute;
    z-index: 11000;
    width: 100%;
    opacity: 0.8;
}

.site-top-header .menu>li>a {
    color: #a3a6ab;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.site-top-header .menu>li>a:hover {
    color: #e4b53b;
}

.site-top-header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    border-color: #a3a6ab transparent transparent;
}

.header-item {
    float: right;
    padding: 0.375rem 1.9375rem;
}

.header-item .button {
    margin: 0;
    padding: 0.45em 1em;
    text-transform: uppercase;
}

.header-item .social_wrap {
    margin: 0.2rem 0 0;
}

.stock_area {
    width: 300px;
    height: 20px;
    margin-top: 10px;
}

.stock_area iframe {
    width: 300px;
    height: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}


/* Google Search */

.top-search-wrap {
    float: right;
    margin: 0 2rem 0 0;
    padding: 0;
    position: relative;
}

.top-search-wrap #top-search-handle {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    color: #004b8d;
    line-height: 4.7;
    padding: 0.625rem 0.625rem 0.625rem 2rem;
}

.top-search-wrap #top-search-handle:hover {
    color: #e4b53b;
}

.top-search-wrap #top-search-drop {
    display: none;
    position: absolute;
    top: auto;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #d2d7df;
    z-index: 10000;
}

.top-search-wrap #top-search-drop form.search-form {
    position: relative;
    margin: 0;
    padding: 0;
}

.top-search-wrap #top-search-drop form.search-form input[type="text"] {
    width: 80%;
    display: inline;
    margin: 0;
}

.top-search-wrap #top-search-drop form.search-form input[type="submit"] {
    width: 18%;
    display: inline;
    font-family: FontAwesome;
    margin: 0;
    font-size: 1rem !important;
    padding: 9px 1.25rem 11px 1rem;
}

.top-search-wrap #top-search-drop.default {
    width: 300px;
    right: 0;
}

.top-search-wrap .mobile-search-item form.search-form {
    position: relative;
    margin: 0;
    padding: 5px;
}

.top-search-wrap .mobile-search-item form.search-form input[type="text"] {
    width: 80%;
    display: inline;
    margin: 0;
}

.top-search-wrap .mobile-search-item form.search-form input[type="submit"] {
    width: 18%;
    display: inline;
    font-family: FontAwesome;
    margin: 0;
    font-size: 1rem !important;
    padding: 9px 1.25rem 11px 1rem;
}

.entry-header {
    margin: 1.5rem 0;
}

.entry-title-page {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 1.5rem;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.icon-search:before {
    content: "\f002";
}

.icon-calendar:after {
    content: "\f073";
}

.select-language-block {
    display: none;
}

#flags {
    display: none;
}

#google_language_translator {
    display: none;
}

.select-language-block-title {
    display: inline-block;
    line-height: 32px;
    color: #a3a6ab;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
}

.select-language-block-container {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 10px 15px;
    left: 0;
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    z-index: 100;
}

.select-language-block:hover .select-language-block-container {
    display: block;
}

.select-language-block-container>div {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    color: #a3a6ab;
    vertical-align: top;
    cursor: pointer;
}

.select-language-block-container>div:hover {
    color: #e4b53b;
}

.site-top-header {
    /* Google Search */
}

.site-top-header .menu>li:not(.is-submenu-item)>a {
    padding-right: 1.5rem;
    position: relative;
}

.site-top-header .menu>li:not(.is-submenu-item)>a::after {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #a3a6ab transparent transparent !important;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 0px;
    margin-top: -2px;
}

.site-top-header .menu>li.is-submenu-item {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .title-bar.hide-for-large {
        position: absolute;
        top: 50px;
        right: 50px;
        background: none;
        padding: 0;
        z-index: 12000;
    }
    .title-bar.hide-for-large .genericon {
        font-size: 36px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 480px) {
    .site-top-header .menu>li:not(.is-submenu-item)>a {
        padding-right: 1rem;
    }
    .title-bar button {
        padding-right: 0;
    }
}

footer[role="contentinfo"] {
    border: none;
    padding: 1rem 0;
}

footer[role="contentinfo"] .social_wrap {
    display: none;
}

.sidebar_container_wrap {
    background: url(../images/darker-footer-stripe-bg.png) repeat-x center bottom;
}

.sidebar_container_wrap .sidebar_container {
    background: url(../images/darker-footer-bg.png) no-repeat center bottom;
    height: 312px;
}

.sidebar_container_wrap .sidebar_container #secondary-sidebar {
    border: none;
    background: none;
    padding-top: 4.62rem;
}

.sidebar_container_wrap .sidebar_container #secondary-sidebar .widget-title {
    font-size: 1.125rem;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: bold;
}

.sidebar_container_wrap .sidebar_container ul.menu {
    margin-left: 0 !important;
}

.sidebar_container_wrap .sidebar_container ul.menu a {
    padding-left: 0 !important;
}

.home .sidebar_container_wrap .sidebar_container {
    height: 409px;
    padding-top: 100px;
}

@media only screen and (max-width: 640px) {
    .home .sidebar_container_wrap .sidebar_container {
        height: 509px;
    }
}

.bcs>span {
    padding: 0 0.9375rem;
}

.bcs>span:first-child {
    padding-left: 0;
}

.bcs>span a {
    /*color: #c8c8c8;*/
    color: #313131;
}

.bcs>span a.current-item {
    /*color: #616161;*/
    color: #313131;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {}

.top-bar .menu>li>a {
    font-size: 1.125rem;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 5.8;
    padding: 0.625rem 2rem;
}

.top-bar .menu>li.is-active>a {
    /*background: url(../images/submenu-arrow.png) no-repeat center bottom;*/
}

.top-bar .menu>li.menu-item-has-children>a {
    /*background: url(../images/submenu-arrow-gray.png) no-repeat center bottom;*/
}

.top-bar .menu>li.menu-item-has-children:hover>a {
    /*background: url(../images/submenu-arrow-down.png) no-repeat center bottom;*/
}

.top-bar .menu>li.current_page_parent>a {
    background: url(../images/submenu-arrow.png) no-repeat center bottom;
    color: #e4b53b;
}

.top-bar .menu>li.current_page_parent:hover>a {
    background: url(../images/submenu-arrow.png) no-repeat center bottom;
}

.top-bar .menu>li.current_page_ancestor>a {
    background: url(../images/submenu-arrow.png) no-repeat center bottom;
    color: #e4b53b;
}

.top-bar .menu>li.current_page_ancestor:hover>a {
    background: url(../images/submenu-arrow.png) no-repeat center bottom;
}

.top-bar .menu>li.current_page_item>a {
    background: url(../images/submenu-arrow.png) no-repeat center bottom;
    color: #e4b53b;
}

.top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 2.5rem;
}

.top-bar ul.submenu.menu {
    border: none;
}

.top-bar ul.submenu.menu>li {
    padding: 0 1rem;
}

.top-bar ul.submenu.menu>li,
.top-bar ul.submenu.menu>li>a:hover {
    background-color: #fff;
}

.top-bar .submenu.menu>li>a {
    line-height: 1.2;
    color: #a3a6ab;
    text-transform: none;
    font-size: 95%;
    font-weight: normal;
    border-bottom: 1px solid #a3a6ab;
    padding: 1rem 0;
}

.top-bar .submenu.menu>li:last-child>a {
    border: none;
}

.top-bar .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    left: -25%;
}

.top-bar .is-dropdown-submenu {
    min-width: 250px;
}

.top-bar .menu>.active {
    background-color: #d2d7df !important;
}

.top-bar-right>ul {
    background: #fff;
}

.menu-sliding-wrapper {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    margin: 0 0 0 -585px;
    width: 1170px;
    max-width: 1170px;
    min-width: 0;
    z-index: 10;
    overflow-x: hidden;
    height: 600px;
}

.menu-sliding-wrapper>ul {
    position: static;
    display: block;
    white-space: nowrap;
    background-color: #fff !important;
    padding-right: 100px;
    box-sizing: border-box;
    text-align: left;
}

.menu-sliding-wrapper>ul>li {
    display: inline-block;
    background: #fff !important;
    width: auto;
    position: static;
    text-align: left;
}

.menu-sliding-wrapper>ul>li>a {
    border: 0 !important;
    font-size: 1.125rem !important;
    padding: 30px 0 30px 0 !important;
    line-height: 1 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    color: #004b8d !important;
}

.menu-sliding-wrapper>ul>li>a:after {
    display: none !important;
}

.menu-sliding-wrapper>ul>li>ul {
    top: auto !important;
    left: 0 !important;
    border-top: 8px solid #e6e6e6 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 1170px !important;
    z-index: 10;
    background: #fff;
}

.menu-sliding-wrapper>ul>li>ul>li {
    width: 100% !important;
    display: block !important;
}

.menu-sliding-wrapper>ul>li>ul>li>a {
    font-size: 1.125rem !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.menu-sliding-wrapper>ul>li.menu-more-link {
    font-size: 1.125rem !important;
    padding: 30px 0 30px 0 !important;
    line-height: 1 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    color: #004b8d !important;
    position: absolute;
    top: 0;
    cursor: pointer !important;
    font-family: 'Open Sans', sans-serif;
}

.menu-sliding-wrapper>ul>li.menu-more-link:hover {
    color: #e5b53b !important;
}

.menu-sliding-wrapper>ul>li.menu-more-link-left {
    background: #fff url(../images/menu-more-arrow-left.png) no-repeat left center !important;
    left: 0;
    margin-left: 15px;
    padding-left: 25px !important;
}

.menu-sliding-wrapper>ul>li.menu-more-link-right {
    background: #fff url(../images/menu-more-arrow-right.png) no-repeat right center !important;
    right: 0;
    margin-right: 15px;
    padding-right: 25px !important;
}

.menu-sliding-wrapper-open {
    display: block;
}

.is-dropdown-submenu-parent {
    position: static;
}

.is-dropdown-submenu-parent>a:after {
    display: none !important;
}

.is-dropdown-submenu.js-dropdown-active {
    display: none;
}

.page-submenu-wrapper {
    position: relative;
    height: 78px;
    margin-top: -1.5rem;
    margin-bottom: 3rem;
}

.page-submenu-wrapper>ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow-x: hidden;
    white-space: nowrap;
    border-bottom: 8px solid #e6e6e6;
}

.page-submenu-wrapper>ul>li {
    display: inline-block;
    background: #fff;
    text-align: left;
    padding: 0 1rem;
}

.page-submenu-wrapper>ul>li>a {
    border: 0;
    font-size: 1.125rem !important;
    padding: 30px 0 30px 0;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    color: #004b8d;
    font-family: 'Open Sans', sans-serif;
}

.page-submenu-wrapper>ul>li:hover>a {
    color: #e4b53b;
}

.page-submenu-wrapper>ul>li.with-children>a {
    background: url(../images/submenu-arrow-gray.png) no-repeat center bottom;
}

.page-submenu-wrapper>ul>li.with-children.current-submenu-item>a {
    background: url(../images/submenu-arrow-down.png) no-repeat center bottom;
}

.page-submenu-wrapper>ul>li.with-children:hover>a {
    background: url(../images/submenu-arrow.png) no-repeat center bottom;
}

.page-submenu-wrapper>ul>li>ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-top: 8px solid #e6e6e6;
    z-index: 10;
}

.page-submenu-wrapper>ul>li>ul>li {
    background: #fff;
    padding: 0 1rem;
    display: block;
    border-bottom: 1px solid #a3a6ab;
}

.page-submenu-wrapper>ul>li>ul>li:last-child {
    border: 0;
}

.page-submenu-wrapper>ul>li>ul>li>a {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 0;
    color: #a3a6ab;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.page-submenu-wrapper>ul>li>ul>li>a:hover {
    color: #e4b53b;
}

.page-submenu-wrapper>ul>li:hover>ul {
    display: block;
    overflow-y: scroll;
    height: 300px;
}

.page-submenu-wrapper.page-submenu-wrapper-static>ul>li:hover>ul {
    display: block;
    overflow-y: scroll;
    height: 400px;
}

.page-submenu-wrapper>ul>li.menu-more-link {
    font-size: 1.125rem;
    padding: 30px 0 30px 0;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    color: #004b8d;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.page-submenu-wrapper>ul>li.menu-more-link:hover {
    color: #e5b53b;
}

.page-submenu-wrapper>ul>li.menu-more-link-hide {
    display: none;
}

.page-submenu-wrapper>ul>li.menu-more-link-left {
    background: #fff;
    left: 0;
    padding-left: 40px;
}

.page-submenu-wrapper>ul>li.menu-more-link-left:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/menu-more-arrow-left.png) no-repeat 0 0;
    top: 50%;
    left: 15px;
    margin-top: -9px;
    width: 8px;
    height: 18px;
}

.page-submenu-wrapper>ul>li.menu-more-link-right {
    background: #fff;
    right: 0;
    padding-right: 40px;
}

.page-submenu-wrapper>ul>li.menu-more-link-right:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/menu-more-arrow-right.png) no-repeat 0 0;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    width: 8px;
    height: 18px;
}

.current-submenu-item>a {
    color: #e4b53b !important;
}

.page-with-top-menu {
    margin-top: -1rem;
}


/*.top-bar-right>ul>li>ul{
 top: auto !important;
 left: 50% !important;
 margin: 0 0 0 -585px;
 width: 1170px;
 max-width: 1170px !important;
 min-width: 0 !important;
 background: #ffffff !important;
 border-bottom: 8px solid #e6e6e6 !important;
 }
 .top-bar-right>ul>li>ul>li{
 display: inline-block;
 float: left;
 background: #ffffff !important;
 }
 .top-bar-right>ul>li>ul>li>a{
 border: 0 !important;
 font-size: 1.125rem !important;
 padding: 30px 0 30px 0 !important;
 line-height: 1 !important;
 font-weight: bold !important;
 text-transform: uppercase !important;
 box-sizing: border-box !important;
 display: inline-block !important;
 color: #004b8d !important;
 }
 .top-bar-right>ul>li>ul>li>a:after{
 display: none !important;
 }
 .top-bar-right>ul>li>ul>li>ul{
 top: auto !important;
 left: 0 !important;
 border-top: 8px solid #e6e6e6 !important;
 width: 100% !important;
 }
 .top-bar-right>ul>li>ul>li>ul>li{
 width: 100% !important;
 }
 .top-bar-right>ul>li>ul>li>ul>li>a{
 font-size: 1.125rem !important;
 text-transform: uppercase !important;
 font-weight: 700 !important;
 border-bottom: 1px solid #e6e6e6 !important;
 }
 .is-dropdown-submenu-parent{
 position: static;
 }
 .is-dropdown-submenu>li{
 width: auto;
 }
 .top-bar-right>ul>li>ul>li.menu-more-link{
 font-size: 1.125rem !important;
 padding: 30px 25px 30px 25px !important;
 line-height: 1 !important;
 font-weight: bold !important;
 text-transform: uppercase !important;
 box-sizing: border-box !important;
 display: inline-block !important;
 color: #004b8d !important;
 float: right !important;
 cursor: pointer !important;
 background: #fff url(../images/menu-more-arrow.png) no-repeat right center !important;
 margin-right: 15px;
 }
 .top-bar-right>ul>li>ul>li.menu-more-link:hover{
 color: #e5b53b !important;
 }*/


/*.first-menu-line-item{
 display: inline-block !important;
 }
 .first-line-showed .first-menu-line-item{
 display: inline-block !important;
 }
 .first-line-showed .second-menu-line-item{
 display: none !important;
 }
 .first-line-showed .third-menu-line-item{
 display: none !important;
 }
 .second-menu-line-item{
 display: none !important;
 }
 .second-line-showed .first-menu-line-item{
 display: none !important;
 }
 .second-line-showed .second-menu-line-item{
 display: inline-block !important;
 }
 .second-line-showed .third-menu-line-item{
 display: none !important;
 }
 .third-menu-line-item{
 display: none !important;
 }
 .third-line-showed .first-menu-line-item{
 display: none !important;
 }
 .third-line-showed .second-menu-line-item{
 display: none !important;
 }
 .third-line-showed .third-menu-line-item{
 display: inline-block !important;
 }*/

.header-static #header {
    transition: padding 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11000;
    background: #fff;
    padding-right: 250px;
    opacity: 1;
}

.header-static #header .header-logo {
    padding: 0.5rem 1rem;
}

.header-static #header .header-logo img {
    max-height: 62px;
}

.header-static #header .top-bar {
    background: #fff;
}

.header-static #header .top-bar .menu:not(.submenu)>li>a {
    line-height: 3.9;
    padding: 0.625rem 0.625rem;
    font-size: 1rem;
}

.header-static #header .top-bar ul,
.header-static #header .top-bar li {
    background: #fff;
}

.header-static #header .top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
}

.header-static #header .top-bar .menu:not(.submenu)>li:not(.menu-text)>a:hover {
    background: #fff url(../images/submenu-arrow.png) no-repeat center bottom;
}

.header-static #header .top-search-wrap #top-search-handle {
    line-height: 2.8;
    padding-left: 0.375rem;
}

.header-static .header-social {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 12000;
}

.header-static .site-top-header .menu {
    position: fixed;
    top: 20px;
    left: 150px;
    z-index: 12000;
}

.home #header {
    background: #fff;
}

.home #header .top-bar {
    background: #fff;
}

.home #header .top-bar ul,
.home #header .top-bar li {
    background: #fff;
}

.home #header .top-bar .menu:not(.submenu)>li:not(.menu-text)>a:hover {
    background: #fff url(../images/submenu-arrow.png) no-repeat center bottom;
}

.page-submenu-wrapper-static {
    position: fixed;
    top: 82px;
    left: 50%;
    width: 100%;
    max-width: 75rem;
    margin-left: -37.5rem;
    z-index: 10;
    background: #fff;
    margin-top: 0;
}

.menu .active>a {
    background: transparent;
}

@media only screen and (max-width: 1200px) {}

.home-rotator .orbit-container {
    margin-bottom: 0;
}

.home-rotator .orbit-slide-content {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 40%;
    text-align: center;
}

.home-rotator .orbit-slide-content h1 {
    font-size: 4.5rem;
    color: #fff;
    text-transform: uppercase;
}

.home-rotator .orbit-slide-content h4 {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.home-rotator .orbit-slide-content .button {
    background: #d1d6de;
    color: #004b8d;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.home-rotator .orbit-bullets {
    position: absolute;
    bottom: 1rem;
    left: 50%;
}

.home-rotator .orbit-bullets .orbit-bullets-inner {
    position: relative;
    left: -50%;
}

.home-rotator .orbit-bullets button {
    width: 1rem;
    height: 1rem;
    padding: 0.6rem;
}

.home-rotator .orbit-bullets button.is-active {
    background-color: #e5b53b;
}

.home-rotator .orbit-previous {
    background: url(../images/nav-prev.png) no-repeat center center;
    width: 30px;
    height: 56px;
    left: 2%;
}

.home-rotator .orbit-previous:hover {
    background-image: url(../images/nav-prev-hover.png);
}

.home-rotator .orbit-next {
    background: url(../images/nav-next.png) no-repeat center center;
    width: 30px;
    height: 56px;
    right: 2%;
}

.home-rotator .orbit-next:hover {
    background-image: url(../images/nav-next-hover.png);
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1300px) {
    .home-rotator .orbit-slide-content h1 {
        font-size: 2.875rem;
    }
}

@media only screen and (max-width: 1024px) {
    .home-rotator .orbit-slide-content {
        top: 0;
        width: 60%;
    }
    .home-rotator .orbit-bullets {
        bottom: 0;
    }
}

@media only screen and (max-width: 766px) {
    .home-rotator .orbit-slide-content {
        width: 100%;
        left: 0;
    }
    .home-rotator .orbit-slide-content h4 {
        color: #6d7074;
        font-size: 1.125rem;
        font-weight: normal;
    }
    .home-rotator .orbit-previous {
        background: url(../images/nav-prev-medium.png) no-repeat center center;
        width: 21px;
        height: 41px;
        left: 2%;
    }
    .home-rotator .orbit-previous:hover {
        background-image: url(../images/nav-prev-medium-hover.png);
    }
    .home-rotator .orbit-next {
        background: url(../images/nav-next-medium.png) no-repeat center center;
        width: 21px;
        height: 41px;
        right: 2%;
    }
    .home-rotator .orbit-next:hover {
        background-image: url(../images/nav-next-medium-hover.png);
    }
}

@media only screen and (max-width: 480px) {
    .home-rotator .orbit-slide-content {
        position: relative;
    }
    .home-rotator .orbit-slide-content h1 {
        font-size: 1.5rem;
        margin: 0;
        color: #004b8d;
    }
    .home-rotator .orbit-slide-content h4 {
        margin: 0;
    }
    .home-rotator .orbit-bullets {
        bottom: auto;
        top: 0;
    }
    .home-rotator .orbit-previous,
    .home-rotator .orbit-next {
        top: 25%;
    }
}

#content ul.pagination li {
    margin: 0;
}

#content ul.pagination li a {
    color: #bababa;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 0.1875rem 0.125rem;
}

#content ul.pagination li.current {
    background: none;
}

#content ul.pagination li.current a {
    background: none;
    color: #004b8d;
}

#content ul.pagination .pagination-previous {
    float: left;
}

#content ul.pagination .pagination-previous a {
    text-align: left;
    padding-left: 0;
    color: #004b8d;
}

#content ul.pagination .pagination-previous a::before {
    margin: 0;
}

#content ul.pagination .pagination-next {
    float: right;
}

#content ul.pagination .pagination-next a {
    text-align: right;
    padding-right: 0;
    color: #004b8d;
}

#content ul.pagination .pagination-next a::after {
    margin: 0;
}

.page-banner img {
    width: 100%;
}

.content-services .image-block {
    position: relative;
    margin-bottom: 1rem;
}

.content-services .image-block .image-title {
    position: absolute;
    background: #fff;
    opacity: 0.8;
    padding: 2rem 1rem;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    bottom: 0;
    font-size: 1.1rem;
    color: #3d3034;
    height: 90px;
    vertical-align: middle;
}

.content-services .image-block img {
    width: 100%;
}

.content-services .description {
    margin: 1rem 0;
}

#content.columns {
    padding-left: 0;
    padding-right: 0;
}

.services-and-capabilities {
    margin: 2rem auto;
    padding: 2rem 0;
    max-width: 75rem;
}

.services-and-capabilities h2 {
    text-align: center;
}

.services-and-capabilities .item-block {
    margin-bottom: 2rem;
    position: relative;
}

.services-and-capabilities .item-block img {
    width: 100%;
}

.services-and-capabilities .item-block .item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
    background: #eee;
    text-align: center;
    padding: 2rem;
}

.services-and-capabilities .item-block .item-title h3 {
    margin: 0;
}

.services-and-capabilities .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.home .column-block {
    margin: 2rem auto;
    padding: 2rem 0;
    max-width: 75rem;
}

.home .column-block .block-image {
    position: relative;
    margin-bottom: 1rem;
}

.home .column-block .block-image .image-title {
    position: absolute;
    width: 100%;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    padding: 2rem;
    bottom: 0;
    font-weight: bold;
}

.home .column-block .block-image .image-title a {
    color: #000;
}

.home .column-block .block-content>a {
    text-transform: uppercase;
    font-weight: bold;
}

.home .content_wrap {
    max-width: 100% !important;
}

.home .juicer {
    background: #b1b3b8;
}

.home .juicer .header {
    background: #39393b;
    color: #a3a6ab;
    text-align: center;
    padding: 2rem;
}

.home .juicer .header h1 {
    color: #fff;
}

.home .juicer .header span {
    font-size: 18px;
}

.home .news-block {
    margin: 0 auto 3rem auto;
    padding: 0;
    max-width: 75rem;
}

.home .news-block h3 {
    min-height: 4.125rem;
}

.home .news-block .item-img {
    /*height: 255px;*/
    display: block;
    margin-bottom: 1rem;
}

.home .news-block .item-img img {
    max-height: 100%;
}

.home .news-block .item-link {
    font-weight: bold;
    text-transform: uppercase;
}

.home .news-block .hidden {
    display: none;
}

.news-block .item-img {
    margin-bottom: 1rem;
}

.banner-block {
    position: relative;
}

.banner-block img {
    width: 100%;
}

.banner-block .inner-block-wrap {
    position: absolute;
    width: 100%;
    top: 20%;
}

.banner-block .inner-block {
    max-width: 75rem;
    margin: 0 auto;
}

.column-content-block.trans-left {
    position: relative;
}

.column-content-block.trans-left img {
    width: 100%;
}

.column-content-block.trans-left .inner-block-wrap {
    position: absolute;
    top: 20%;
    width: 100%;
}

.column-content-block.trans-left .inner-block {
    margin: 0 auto;
    max-width: 75rem;
    text-align: left;
}

.column-content-block.trans-left .inner-block>div {
    padding: 2rem;
    padding-bottom: 0;
    background: #eee;
    opacity: 0.8;
    display: inline-block;
    width: 50%;
    text-align: left;
}

.column-content-block.trans-left .inner-block>div h3 {
    font-size: 24px;
}

.column-content-block.trans-left .button- {
    background: none;
    color: #004b8d;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0;
}

.column-content-block.trans-left h2 {
    color: #393838;
}

.column-content-block.trans-left p {
    color: #393838;
    font-size: 1rem;
}

.expression-bar {
    text-align: center;
    margin: 0 auto 3rem;
    max-width: 75rem;
}

.expression-bar h2 {
    color: #3d3034;
    font-size: 33px;
    margin-bottom: 0;
}

.expression-bar div {
    /*font-size: 1.125rem;*/
    font-size: 18px;
    color: #a3a6ab;
}

.brand-bar {
    /*margin: 2rem auto;*/
    margin: 0 auto 3rem auto;
    position: relative;
    max-width: 75rem;
}

.brand-bar .sudo-slide .orbit-image-hover {
    display: none;
}

.brand-bar .sudo-slide:hover .orbit-image {
    display: none;
}

.brand-bar .sudo-slide:hover .orbit-image-hover {
    display: block;
}

.brand-bar .controls>a {
    position: absolute;
    top: 10%;
    height: 56px;
    width: 29px;
    display: block;
}

.brand-bar .controls>a.prev {
    left: -30px;
    background: url(../images/nav-prev-blue.png) no-repeat center center;
    z-index: 11;
}

.brand-bar .controls>a.prev:hover {
    background: url(../images/nav-prev-hover.png) no-repeat center center;
}

.brand-bar .controls>a.next {
    right: -30px;
    background: url(../images/nav-next-blue.png) no-repeat center center;
    z-index: 11;
}

.brand-bar .controls>a.next:hover {
    background: url(../images/nav-next-hover.png) no-repeat center center;
}

.text-block-with-highlight {
    background: #f1f1f1;
    margin: 0 0 3rem 0;
    padding: 3rem 0;
}

.text-block-with-highlight .item-left {
    /*padding-right: 2rem;*/
    max-width: 75rem;
    margin: 0 auto;
}

.text-block-with-highlight .item-left img {
    float: left;
    margin-right: 2rem;
}

.text-block-with-highlight .item-left::after {
    clear: both;
    display: block;
    content: ' ';
}

.text-block-with-highlight .item-right {
    /*padding-left: 2rem;*/
    max-width: 75rem;
    margin: 0 auto;
}

.text-block-with-highlight .item-right img {
    float: right;
    margin-left: 2rem;
}

.text-block-with-highlight .item-right::after {
    clear: both;
    display: block;
    content: ' ';
}

.text-block-with-highlight a {
    text-transform: uppercase;
    font-weight: 700;
}

.text-block-without-highlight {
    margin: 0 auto 3rem auto;
    padding: 3rem 0;
    max-width: 75rem;
}

.text-block-without-highlight .item-left {
    /*padding-left: 2rem;*/
}

.text-block-without-highlight .item-left img {
    float: left;
    margin-right: 2rem;
}

.text-block-without-highlight .item-left .flex-video {
    width: 570px;
    height: 320px;
    float: left;
    margin-right: 1rem;
    padding-bottom: 0;
}

.text-block-without-highlight .item-right {
    /*padding-right: 2rem;*/
}

.text-block-without-highlight .item-right img {
    float: right;
    margin-left: 2rem;
}

.text-block-without-highlight .item-right .flex-video {
    width: 570px;
    height: 320px;
    float: right;
    margin-left: 1rem;
    padding-bottom: 0;
}

.column-image-links-block h2 {
    text-align: center;
}

.column-image-links-block .item-block {
    margin-bottom: 2rem;
    position: relative;
}

.column-image-links-block .item-block img {
    width: 100%;
}

.column-image-links-block .item-block .item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
    background: #eee;
    text-align: center;
    padding: 2rem;
}

.column-image-links-block .item-block .item-title h3 {
    margin: 0;
}

.column-image-links-block .items-3 .large-4:nth-child(3n + 1) {
    clear: both;
}

.column-image-links-block .items-4 .large-3:nth-child(4n + 1) {
    clear: both;
}

.column-image-links-block .items-2 .large-6:nth-child(2n + 1) {
    clear: both;
}

.column-image-links-block .link {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.column-block {
    clear: both;
    margin-bottom: 2.125rem;
}

.column-gallery-image-block .image-title {
    padding: 0.5rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    display: inline-block;
}

.column-gallery-video-block .video-title {
    padding: 0.5rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    display: inline-block;
}

.column-contact-info-block img {
    margin-bottom: 1rem;
}

.column-contact-info-block .contact-info-name {
    font-size: 1.125rem;
}

.column-contact-info-block .contact-info-email {
    padding-top: 1rem;
}

.column-contact-info-block .contact-info-email a {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
}

.column-link-buttons-block .button,
.column-link-buttons-block button {
    text-transform: uppercase;
    line-height: 4;
    font-size: 1.5rem;
    font-weight: bold;
}

.column-three-featured-links-block .link a {
    text-transform: uppercase;
    font-weight: bold;
}

.featured-link-item .description {
    margin-top: 1rem;
}

.featured-link-item img {
    width: 100%;
}

.column-full-with-featured-block .item-left img,
.column-full-with-featured-block .item-left .flex-video {
    float: left;
    margin-right: 1rem;
    /*width: 50%;*/
    width: 570px;
    max-width: 50%;
    height: 320px;
}

.column-full-with-featured-block .item-left img.widescreen,
.column-full-with-featured-block .item-left .flex-video.widescreen {
    padding-bottom: 0;
}

.column-full-with-featured-block .item-right img,
.column-full-with-featured-block .item-right .flex-video {
    float: right;
    margin-left: 1rem;
    /*width: 50%;*/
    width: 570px;
    max-width: 50%;
    height: 320px;
}

.column-full-with-featured-block .item-right img.widescreen,
.column-full-with-featured-block .item-right .flex-video.widescreen {
    padding-bottom: 0;
}

.column-full-with-featured-block a {
    text-transform: uppercase;
    font-weight: bold;
}

.archive .item-title a {
    font-size: 1.125rem;
}

.archive .item-link {
    padding: 1rem 0 2rem;
}

.archive .item-link a {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.post-type-archive-gallery .item:nth-child(2n+1),
.post-type-archive-news .item:nth-child(2n+1),
.tax-news-category .item:nth-child(2n+1) {
    clear: left;
}

.post-type-archive-news .item-img,
.tax-news-category .item-img {
    height: 150px;
    margin-bottom: 1.5rem;
}

.post-type-archive-news .item-img img,
.tax-news-category .item-img img {
    max-height: 150px;
    width: auto;
}

.single-news .entry-content p:last-child {
    display: none;
}

.team-member-item {
    min-height: 585px;
    box-sizing: border-box;
}

.page-block {
    clear: both;
    margin-bottom: 2.125rem;
}

.column-full-with-featured-block>br {
    clear: both;
}

.column-full-with-featured-block-wrapper {
    background: #f1f1f1;
}

.column-full-with-featured-block-wrapper>.content_wrap {
    background: transparent;
}

.filter-field {
    margin: 0 20px 10px 0;
}

.filter-field-title {
    font-size: 1.125rem;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.employee-discount {
    overflow: auto;
    margin: 0 0 3rem 0;
}

.employee-discount-logo>img {
    width: 100%;
}

.employee-discount-title {
    font-size: 1.125rem;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.detail-item {
    margin: 0 0 5px 0;
}

.detail-item-label {
    display: inline-block;
    width: 100%;
    max-width: 20%;
    text-transform: uppercase;
    font-weight: bold;
}

.detail-item-value {
    display: inline-block;
    width: 100%;
    max-width: 80%;
}

.employee-discounts-full-info-details .detail-item-label {
    max-width: 100%;
}

.employee-discounts-full-info-details .detail-item-value {
    max-width: 100%;
}

.employee-discounts-full-info-details .detail-item {
    margin-bottom: 1rem;
}

.board-of-director-job-title {
    font-size: 24px;
    font-weight: 700;
}

.float-employee-discounts-wrapper .filter-field {
    margin-right: 0;
}

.float-employee-discounts-wrapper .employee-discount>div {
    padding-right: 0;
    padding-left: 0;
}

.slideshow-rotator-main-prev {
    width: 30px !important;
    height: 56px !important;
    background: url(../images/nav-prev.png) no-repeat center center !important;
    margin-top: -28px !important;
}

.slideshow-rotator-main-prev:hover {
    background: url(../images/nav-prev-hover.png) no-repeat center center !important;
}

.slideshow-rotator-main-next {
    width: 30px !important;
    height: 56px !important;
    background: url(../images/nav-next.png) no-repeat center center !important;
    margin-top: -28px !important;
}

.slideshow-rotator-main-next:hover {
    background: url(../images/nav-next-hover.png) no-repeat center center !important;
}

.swiper-thumbs-container {
    padding-top: 5px;
}

.slideshow-rotator-thumbs-prev {
    width: 21px !important;
    height: 41px !important;
    background: url(../images/nav-prev-medium-blue.png) no-repeat center center !important;
    margin-top: -20px !important;
}

.slideshow-rotator-thumbs-prev:hover {
    background: url(../images/nav-prev-medium-hover.png) no-repeat center center !important;
}

.slideshow-rotator-thumbs-next {
    width: 21px !important;
    height: 41px !important;
    background: url(../images/nav-next-medium-blue.png) no-repeat center center !important;
    margin-top: -20px !important;
}

.slideshow-rotator-thumbs-next:hover {
    background: url(../images/nav-next-medium-hover.png) no-repeat center center !important;
}

.slideshow-slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/black-bg.png) repeat;
    padding: 20px 20px 20px 20px;
    color: #fff;
}

.news-block {
    margin: 2rem auto;
    padding: 2rem 0;
    max-width: 75rem;
}

.news-block .hidden {
    display: none;
}

.column-gallery-image-block .image-title {
    display: block;
}

.column-gallery-video-block .video-title {
    display: block;
}

.home-rotator {
    margin-bottom: 3rem;
}

.home-rotator .orbit-slide-content h1 {
    line-height: 1.1;
}

.team-member-pdfs {
    margin: 0 0 1rem 0;
}

.team-member-pdfs>div {
    background: url(../images/sidebar_icon_pdf.png) 0 0 no-repeat;
    padding: 0 0 0 40px;
}

.team-member-pdfs>div>a {
    font-size: 16px;
    font-weight: 700;
}

.team-member-info-block {
    margin: 0 0 1rem 0;
}

.team-member-info-block-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.team-member-info-block-link {
    margin: 0 0 1rem 0;
}

.team-member-info-block-link>a {
    display: inline-block;
    width: 100%;
    max-width: 15%;
    vertical-align: top;
    box-sizing: border-box;
}

.team-member-info-block-link>div {
    display: inline-block;
    width: 100%;
    max-width: 85%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.team-member-info-block-link>a>img {
    width: 100%;
}

.row.home-news-filter {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.news-block>.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.news-block>h2 {
    margin-bottom: 1rem;
}

.news-block .item-img>img {
    width: 100%;
}

.sudo-slide {
    text-align: center;
}

.sudo-slide>a {
    display: inline-block;
    vertical-align: middle;
}

.sudo-slide>a>img {
    width: auto;
    max-width: 100%;
    float: left;
}

.news-block-view-all-wrapper {
    clear: both;
    text-align: right;
    padding: 35px 0 0 0;
}

.news-block-view-all-wrapper>a.button.secondary {
    display: inline-block;
    background: #e5b53b;
    width: auto;
    color: #fff;
}

.text-block-without-highlight {
    overflow: auto;
}

.sidebar_container_wrap .sidebar_container #secondary-sidebar {
    padding-top: 3rem;
}

.news-block>.home-news-slider {
    position: relative;
}

.news-block>.home-news-slider>.sudo-container {
    width: 100%;
}

.news-block>.home-news-slider .sudo-slide {
    /*padding-left: 0.9375rem;
   padding-right: 0.9375rem;*/
    text-align: left;
    box-sizing: border-box;
}

.news-block>.home-news-slider .sudo-slide>div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    box-sizing: border-box;
}

.home-news-slider .controls>a {
    position: absolute;
    top: 30%;
    height: 56px;
    width: 29px;
    display: block;
}

.home-news-slider .controls>a.prev {
    left: -30px;
    background: url(../images/nav-prev-blue.png) no-repeat center center;
    z-index: 11;
}

.home-news-slider .controls>a.prev:hover {
    background: url(../images/nav-prev-hover.png) no-repeat center center;
}

.home-news-slider .controls>a.next {
    right: -30px;
    background: url(../images/nav-next-blue.png) no-repeat center center;
    z-index: 11;
}

.home-news-slider .controls>a.next:hover {
    background: url(../images/nav-next-hover.png) no-repeat center center;
}

.off-canvas-wrapper {
    overflow: hidden;
}

.select-language-block:hover .select-language-block-container {
    z-index: 11001;
}

.column-gallery-image-block img {
    width: 100%;
}

.navigation>.pagination>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #bababa;
}

.navigation>.pagination>li.current {
    background: transparent;
}

.navigation>.pagination>li.current>a {
    color: #004b8d;
}

.navigation>.pagination>li.pagination-previous>a {
    color: #004b8d;
}

.navigation>.pagination>li.pagination-next>a {
    color: #004b8d;
}

.navigation>.pagination a:hover {
    background: transparent;
    color: #004b8d;
}

.navigation>.pagination .ellipsis::after {
    color: #bababa;
    font-size: 18px;
}

.js-off-canvas-exit {
    z-index: 12000;
}

.column-full-with-featured-block .item-left img {
    height: auto;
}

.column-full-with-featured-block .item-right img {
    height: auto;
}

.home-news-slider .item {
    position: relative;
}

.home-news-slider .sudo-slide {
    position: relative;
}

.home-news-slider .item .full-block-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-news-slider .sudo-slide .full-block-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-columns-row {
    margin: 0 -10px 0 -10px;
}

.form-column-3 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    width: 100%;
    max-width: 33%;
}

.wpcf7-select {
    padding: 0.5rem;
    height: auto;
}

.tickercontainer {
    /* the outer div with the black border */
    /*width: 500px;*/
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background: #3d4440; */
}

.tickercontainer .mask {
    /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    /*top: 8px;
   height: 18px;*/
    /*width: 718px;*/
    overflow: hidden;
}

#emergency_ticker {
    /* that's your list */
    position: relative;
    /*left: 750px;*/
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#emergency_ticker li {
    float: left;
    /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-right: 15px;
    /*background: #fff;*/
    color: #fff;
}

#emergency_ticker li>a {
    color: #fff;
    font: bold 10px Verdana;
}

.stock_area>iframe {
    overflow: hidden;
    border: 0;
}

.top-search-wrap #top-search-drop form.search-form input[type=submit] {
    background: #004b8d url(../images/search-white.png) no-repeat center center;
}

.top-search-wrap #top-search-drop form.search-form input[type=submit]:hover {
    background: #e4b53b url(../images/search-white.png) no-repeat center center;
}

.featured-link-item,
.featured-link-item:last-child:not(:first-child) {
    /*float: left;*/
    margin-bottom: 1rem;
    /*float: none;*/
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.featured-link-item>a {
    display: block;
    width: 370px;
}

.header-logo .header-image-mobile {
    display: none;
}

.mobile-page-title {
    display: none;
}

.home #header {
    opacity: 1;
}

.text-block-without-highlight .item-right>.jwplayer {
    display: inline-block;
    max-width: 40%;
    float: right;
    margin-left: 2rem;
}

.text-block-without-highlight .item-left>.jwplayer {
    display: inline-block;
    max-width: 40%;
    float: left;
    margin-right: 2rem;
}

.text-block-without-highlight .item-left>.jwplayer.jw-flag-fullscreen {
    max-width: 100%;
    margin: 0;
    float: none;
}

.text-block-without-highlight .item-right>.jwplayer.jw-flag-fullscreen {
    max-width: 100%;
    margin: 0;
    float: none;
}

.page-submenu-wrapper-static {
    left: 0;
    max-width: 100%;
    margin-left: 0;
    /*padding-top: 82px;*/
}

.page-submenu-wrapper {
    margin-top: 0;
}

.page-submenu-wrapper>ul {
    padding: 0 20px 0 20px;
    border-bottom: 3px solid #e6e6e6;
    text-align: center;
    background: #fff;
}

.page-submenu-wrapper>ul>li>a {
    font-size: 14px !important;
    text-transform: none;
    color: #000;
    font-weight: 700;
}

.page-submenu-wrapper>ul>li:hover>a {
    color: #b90;
    font-weight: 700;
}

.page-submenu-wrapper>ul>li.menu-more-link {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #3d3034;
}

.page-submenu-wrapper>ul>li.with-children>a {
    background: url(../images/submenu-arrow-gray-small.png) no-repeat right center;
    padding-right: 20px;
}

.page-submenu-wrapper>ul>li.with-children:hover>a {
    background: url(../images/submenu-arrow-small.png) no-repeat right center;
    padding-right: 20px;
}

.page-submenu-wrapper>ul>li.with-children.current-submenu-item>a {
    background: url(../images/submenu-arrow-down-small.png) no-repeat right center;
    padding-right: 20px;
}

.page-submenu-wrapper>ul>li.with-children.current-submenu-item:hover>a {
    background: url(../images/submenu-arrow-small.png) no-repeat right center;
    padding-right: 20px;
}

.page-submenu-wrapper>ul>li>ul {
    border: 3px solid #e6e6e6;
    left: auto;
    max-width: 400px;
    background: #eff1f4;
}

.page-submenu-wrapper>ul>li>ul>li {
    background: #eff1f4;
    border-bottom: 3px solid #e6e6e6;
}

.page-submenu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
    color: #3d3034;
    font-weight: 400;
    text-transform: none;
    white-space: normal;
}

.wp-video {
    width: 100%;
}

.jw-video {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}

.off-canvas .menu>li:not(.menu-text)>a {
    display: inline-block;
}

.off-canvas .menu>li>ul>li>a {
    color: #3d3034 !important;
}

.off-canvas .menu>li>ul>li>a:hover {
    color: #e5b53b !important;
}

.off-canvas .menu>li>ul>li.menu-item-has-children>a {
    background: url(../images/submenu-arrow-gray-small.png) no-repeat right center;
    padding-right: 20px;
}

.off-canvas .menu>li>ul>li.menu-item-has-children>a:hover {
    background: url(../images/submenu-arrow-down-small.png) no-repeat right center;
}

.off-canvas .menu>li>ul>li.menu-item-has-children[aria-expanded=true]>a {
    color: #e5b53b !important;
    background: url(../images/submenu-arrow-small.png) no-repeat right center;
}

.off-canvas .menu>li>ul>li>ul {
    position: static !important;
}

.sidebar_container_wrap .sidebar_container {
    height: auto;
}

.home .sidebar_container_wrap .sidebar_container {
    padding-top: 20px;
}

.read-more-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #004b8d;
    transition: all 0.3s;
}

.team-item {
    /*min-height: 471px;*/
    box-sizing: border-box;
}

.site-top-header {
    position: relative;
}

.menu-item-5013 .is-dropdown-submenu.js-dropdown-active {
    display: block;
    z-index: 12000;
}

.header-static .menu-item-5013 .is-dropdown-submenu.js-dropdown-active {
    top: 60px !important;
    left: 150px !important;
}


/* #menu-main-menu>.menu-item-has-children {
    background: #fff url(../images/page-menu-plus.png) no-repeat 190px center;
} */

#menu-main-menu>.menu-item-has-children[aria-expanded=true] {
    background: #fff url(../images/page-menu-minus.png) no-repeat 190px center;
}

.site-top-header>ul>li>a {
    background: #fff url(../images/submenu-arrow-gray-small.png) no-repeat right center;
}

#homepage-rotator {
    margin: 0 0 30px 0;
}

#homepage-rotator .swiper-slide>img {
    width: 100%;
}

#homepage-rotator .swiper-slide>.homepage-slide-text-full-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.homepage-slide-text-full-wrapper>div {
    background: url(../images/slide-text-bg.png) 0 0 repeat;
    display: inline-block;
    max-width: 1410px;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 50px 25px 50px;
}

.homepage-slide-text-wrapper {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 70%;
    padding: 5px 0 0 0;
}

.homepage-slide-title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

.inner-page-rotator .homepage-slide-title {
    font-size: 24px;
}

.homepage-slide-text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.homepage-slide-button-container {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 30%;
}

.rotator-button {
    color: #fff;
    font-size: 22px;
    padding: 20px 80px 20px 20px;
    line-height: 1;
    box-sizing: border-box;
    background: #0159a7;
    display: inline-block;
    background: #0059ab url(../images/button-bg.png) right center no-repeat;
}

.rotator-button:hover {
    color: #fff;
}

.swiper-container-horizontal>.homepage-rotator-pagination {
    bottom: 135px;
}

.swiper-container-horizontal>.homepage-rotator-pagination>.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-container-horizontal>.homepage-rotator-pagination>.swiper-pagination-bullet-active {
    background: #e5b53b;
    opacity: 1;
}

.homepage-rotator-prev {
    background: url(../images/nav-prev.png) 0 0 no-repeat;
    width: 29px;
    height: 56px;
    left: 30px;
}

.homepage-rotator-prev:hover {
    background: url(../images/nav-prev-hover.png) 0 0 no-repeat;
}

.homepage-rotator-next {
    background: url(../images/nav-next.png) 0 0 no-repeat;
    width: 29px;
    height: 56px;
    right: 30px;
}

.homepage-rotator-next:hover {
    background: url(../images/nav-next-hover.png) 0 0 no-repeat;
}

.social_wrap {
    margin: 5px 0 5px 0;
}

.social_wrap .social-navigation ul {
    text-align: right;
    padding-right: 2rem;
}

#ftxt {
    padding-left: 2rem;
}

#ftxt>p {
    color: #fff;
    margin: 5px 0 5px 0;
}


/*.off-canvas-content{
 min-height: 1000px;
 }*/


/* .page-full-wrapper {
  min-height: 800px;
} */

.header-image {
    position: relative;
    overflow: auto;
}

.homepage-header-image {
    /*margin-bottom: 70px;*/
}

.header-image>img {
    width: 100%;
    float: left;
}

.header-image-text {
    position: absolute;
    top: 30%;
    width: 100%;
}

.header-image-text>h1 {
    line-height: 1;
    font-size: 72px;
    color: #0079c2;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: center;
}

.header-image-text>.header-image-subtitle {
    color: #343434;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

.temporary-homepage-wrapper {
    margin-top: 100px;
}

.temporary-content-row {
    margin-bottom: 30px;
}

.temporary-links-row {
    /*background: #efefef;
   border-top: 2px solid #e6e6e6;
   padding: 65px 0 30px 0;*/
    margin: 2rem auto;
    padding: 2rem 0;
    max-width: 75rem;
}

.temporary-link-item {
    margin: 0 0 35px 0;
}

.temporary-link-item-title {
    color: #0079c2;
    font-size: 18px;
    font-weight: 800;
    padding: 0 25px 0 0;
    background: url('../images/blue-arrow.png') right center no-repeat;
    display: inline-block;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.temporary-link-item-text {
    font-family: 'ArialMT', sans-serif;
    font-size: 14px;
    color: #636363;
}

.temporary-live-links-row {
    /*padding: 95px 0 0 0;
   background: #efefef url(../images/gray-shadow.png) 0 0 repeat-x;
   position: relative;
   border-bottom: 2px solid #ffffff;*/
    margin: 2rem auto;
    padding: 2rem 0;
    max-width: 75rem;
}

.temporary-live-links-row:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    /*background: url('../images/gray-shadow-bottom.png') 0 bottom repeat-x;*/
    left: 0;
    bottom: 0;
}

.temporary-live-links-row>.layout-container {
    margin-bottom: 70px;
}

.temporary-live-links-title {
    font-size: 30px;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
}

.temporary-live-link-item {
    padding: 20px 0 0 0;
    border-top: 2px solid #e6e6e6;
    margin: 0 0 25px 0;
    overflow: auto;
}

.temporary-live-link-item>.site-button {
    float: right;
}

.temporary-live-link-item-title {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 10px 0;
}

.temporary-live-link-item-text {
    margin: 0 0 15px 0;
}

.column-full-with-featured-block>.item-left>.jwplayer {
    display: inline-block;
    max-width: 40%;
    float: left;
    margin-right: 2rem;
}

.column-full-with-featured-block>.item-right>.jwplayer {
    display: inline-block;
    max-width: 40%;
    float: right;
    margin-left: 2rem;
}

.title-bar {
    display: none;
    background: #fff;
    background-color: #fff !important;
    position: absolute;
    top: 50px;
    z-index: 11001;
}

.off-canvas.position-left {
    overflow: visible;
}

.team-item {
    display: inline-block;
    vertical-align: top;
    float: none !important;
}

.team-member-item {
    display: inline-block;
    vertical-align: top;
    float: none !important;
}

.top-bar {
    background: #fff !important;
    background-color: #fff !important;
}

.top-bar ul {
    background-color: #fff !important;
}

.top-bar ul li {
    background-color: #fff !important;
}

.top-bar .menu>.active {
    background-color: #fff !important;
}

#header {
    background: #fff;
}

.juicer-feed .j-paginate {
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    font-size: 0.9rem;
    background-color: #004b8d;
    color: #fff;
    display: block;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
}

.juicer-feed .j-paginate:hover,
.juicer-feed .j-paginate:focus {
    background-color: #e5b53b;
    color: #fff;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.juicer-feed .j-stacker>* {
    background: #39393b;
}

.page-header-container {
    position: relative;
    z-index: 12;
}

.header-top-bar-left {
    display: inline-block;
    width: 100%;
    max-width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 0 0.9375rem 0 0.9375rem;
    box-sizing: border-box;
}

.header-top-bar-right {
    display: inline-block;
    width: 100%;
    max-width: 70%;
    text-align: right;
    vertical-align: top;
    padding: 0 0.9375rem 0 0.9375rem;
    box-sizing: border-box;
}

.header-top-bar-left>ul {
    list-style: none;
    margin: 5px 0 0 0;
}

.header-top-bar-left>ul>li {
    display: inline-block;
}

.header-top-bar-left>ul>li>a {
    display: inline-block;
    font-size: 0.75rem;
    color: #a3a6ab;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    padding: 0.7rem 1.5rem 0.7rem 1rem;
    background: #fff url(../images/submenu-arrow-gray-small.png) no-repeat right center;
}

.header-top-bar-left>ul>li>a:hover {
    color: #e4b53b;
}

.header-top-bar-left>ul>li>ul {
    display: none;
    position: absolute;
    list-style: none;
    z-index: 2;
    background: #fff;
    border: 1px solid #dbdfe5;
}

.header-top-bar-left>ul>li:hover>ul {
    display: block;
}

.header-top-bar-left>ul>li>ul>li {
    display: block;
}

.header-top-bar-left>ul>li>ul>li>a {
    display: inline-block;
    font-size: 0.75rem;
    color: #a3a6ab;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    padding: 0.7rem 1rem 0.7rem 1rem;
}

.header-top-bar-left>ul>li>ul>li>a:hover {
    color: #e4b53b;
}

.social_wrap .social-navigation .menu-socials-container>.menu {
    padding-right: 0;
}

.header-main {
    position: relative;
    height: 124px;
    background: #fff;
}

.header-main-menu {
    box-sizing: border-box;
    /*margin: 0 90px 0 300px;*/
    margin: 0 90px 0 200px;
}

.header-main-menu>ul {
    text-align: right;
}

.header-main-menu>ul>li {
    display: inline-block !important;
}

.header-main-menu>ul>li>a {
    display: inline-block;
    padding: 47px 20px 47px 20px !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #004b8d;
}

.header-main-menu>ul>li.menu-item-has-children:hover>a {
    background: #fff url(../images/submenu-arrow.png) no-repeat center bottom;
}

.header-main-menu>ul>li:hover>a {
    color: #e4b53b;
}

.header-main-logo {
    /*max-height: 70px;*/
    max-height: 97px;
    position: absolute;
    top: 50%;
    left: 1.875rem;
    /*margin: -35px 0 0 0;*/
    margin: -48px 0 0 0;
}

.header-main-logo>img {
    /*max-height: 70px;*/
    max-height: 97px;
}

.header-search {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    text-align: right;
    margin: -15px 0 0 0;
    z-index: 3;
}

.header-search-icon {
    display: inline-block;
    background: url(../images/zoom-icon-blue.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.header-search-icon:hover {
    background: url(../images/zoom-icon-yellow.png) no-repeat center center;
    background-size: cover;
}

.header-search-form {
    display: none;
    width: 300px;
    padding: 10px 10px 10px 10px;
    background: #d2d7df;
    position: absolute;
    margin: 0 0 0 -270px;
    text-align: left;
}

.header-search-form-open {
    display: block;
}

.header-search-form input[type=text] {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 80%;
    vertical-align: top;
    margin: 0;
}

.header-search-form input[type=submit] {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 15%;
    vertical-align: top;
    float: right;
    height: 36px;
    position: relative;
    background-image: url(../images/zoom-icon-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin: 0;
}

.header-hamburger-icon {
    display: none;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 1.875rem;
    width: 62px;
    /*height: 42px;
   background: url(../images/menu.png) no-repeat center center;*/
    height: 62px;
    background: url(../images/newmenu.png) no-repeat center center;
    margin: -31px 0 0 0;
}

.page-header-static .page-header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background: #fff;
}

.page-header-static .header-main {
    height: 82px;
}

.page-header-static .header-main-menu {
    /*margin: 0 300px 0 300px;*/
    margin: 0 300px 0 200px;
    position: relative;
    padding: 0 50px 0 0;
}

.page-header-static .page-header-dummy {
    height: 182px;
}

.with-page-submenu .page-header-static .page-header-dummy {
    height: 250px;
}

.page-header-static .header-top-bar-left {
    display: none;
}

.page-header-static .header-item.invest {
    display: none;
}

.page-header-static .header-item.stock_area {
    display: none;
}

.page-header-static .header-top-bar-right {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -20px 0 0 0;
    width: auto;
    z-index: 4;
}

.page-header-static .header-search {
    right: 0;
    margin: -10px 0 0 0;
}

.page-header-static .header-search-icon {
    width: 20px;
    height: 20px;
}

.page-header-static .header-main-logo {
    max-height: 62px;
    margin: -31px 0 0 0;
}

.page-header-static .header-main-logo>img {
    max-height: 62px;
}

.page-header-static .header-main-menu>ul>li>a {
    padding: 26px 20px 26px 20px !important;
}

.all-site-content {
    position: relative;
    background: #fff;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.all-site-content-shifted {
    left: 270px;
}

.page-header-static .all-site-content-shifted .page-header-container {
    left: 270px;
}

.all-site-content-shifted .page-submenu-wrapper {
    left: 270px;
}

.mobile-menu-wrapper {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
}

.mobile-menu-wrapper>ul {
    list-style: none;
    width: 100%;
    max-width: 250px;
}

.mobile-menu-wrapper>ul>li {
    list-style: none;
    display: block;
    line-height: 1;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.mobile-menu-wrapper>ul>li a {
    font-size: 15px;
    line-height: 1;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 90%;
}

.mobile-menu-wrapper>ul>li ul {
    list-style: none;
    margin-left: 10px;
    display: none;
}

.mobile-menu-wrapper>ul>li li {
    list-style: none;
    display: block;
    line-height: 1;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.mobile-menu-wrapper li.menu-item-has-children {
    background: #fff url(../images/page-menu-plus-new.png) no-repeat right top;
}

.mobile-menu-wrapper li.menu-item-has-children-open {
    background: #fff url(../images/page-menu-minus-new.png) no-repeat right top;
}

.mobile-menu-wrapper li.menu-item-has-children-open>ul {
    display: block;
}

.swiper-container-horizontal>.homepage-rotator-pagination {
    top: 0;
    bottom: auto;
}

@media (max-width: 1500px) {
    /*.header-main-menu>ul{
   display: none;
   }
   .header-hamburger-icon{
   display: block;
   }
   .header-main-logo{
   margin-left: 90px;
   }
   .page-header-static .header-main-logo{
   margin-left: 90px;
   }
   .page-header-static .header-main-menu{
   position: relative;
   min-height: 82px;
   }*/
    .top-bar ul>li>a {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .page-header-static .header-search {
        z-index: 5;
    }
}

@media (max-width: 1340px) {
    .header-main-menu>ul {
        display: none;
    }
    .header-hamburger-icon {
        display: block;
    }
    .header-main-logo {
        margin-left: 90px;
    }
    .page-header-static .header-main-logo {
        margin-left: 90px;
    }
    .page-header-static .header-main-menu {
        position: relative;
        min-height: 82px;
    }
}

@media only screen and (max-width: 1300px) {
    /*.swiper-container-horizontal > .homepage-rotator-pagination{
   bottom: 180px;
   }*/
    .home .brand-bar {
        padding: 0 2.875rem;
    }
    .home .brand-bar .controls>a.prev {
        left: 10px;
    }
    .home .brand-bar .controls>a.next {
        right: 10px;
    }
    .home .text-block-with-highlight .item-left {
        padding: 0 1.875rem;
    }
    .home .text-block-with-highlight .item-left .flex-video {
        width: 370px;
    }
    .home .text-block-without-highlight .item-left {
        padding: 0 1.875rem;
    }
    .home .text-block-without-highlight .item-left .flex-video {
        width: 370px;
        height: 210px;
    }
    .home .news-block {
        padding: 0 1.875rem;
    }
    .home .news-block h3 {
        height: auto;
    }
    .home .news-block .item-img {
        height: auto;
    }
    .column-content-block.trans-left img {
        max-width: none;
        width: auto;
    }
    .column-content-block.trans-left .inner-block-wrap {
        top: 10%;
    }
    .column-content-block.trans-left .inner-block {
        padding-left: 1.25rem;
    }
    #homepage-rotator .swiper-slide>.homepage-slide-text-full-wrapper {
        position: static;
        background: #000;
    }
    .homepage-slide-text-wrapper {
        max-width: 100%;
        text-align: center;
    }
    .homepage-slide-button-container {
        padding-top: 1rem;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 1270px) {
    .home-news-slider .controls>a.prev {
        left: 0;
    }
    .home-news-slider .controls>a.next {
        right: 0;
    }
    .text-block-with-highlight {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .text-block-without-highlight {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .work-for-us-blocks {
        margin: 0 0.875rem 0 0.875rem;
    }
}

@media (max-width: 1220px) {
    .top-bar ul>li>a {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media only screen and (max-width: 1200px) {
    #content.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media (max-width: 1170px) {
    /*.top-search-wrap{
   clear: both;
   float: none;
   background: #d2d7df;
   line-height: 1;
   padding: 15px 50px 15px 50px;
   font-size: 24px;
   font-weight: 700;
   text-transform: uppercase;
   color: #004b8d;
   margin-left: -10px;
   margin-right: -10px !important;
   text-align: center;
   }
   .top-search-wrap #top-search-handle{
   line-height: 1 !important;
   font-size: 24px !important;
   position: absolute;
   left: 10px;
   top: 15px;
   }
   .top-search-wrap #top-search-drop.default{
   width: 200px;
   right: -50px;
   top: 60px;
   }
   .header-container-homepage .top-search-wrap{
   float: right;
   clear: none;
   background: #ffffff;
   padding: 0 0 0 0;
   right: 70px;
   }*/
    .off-canvas .menu>.active a {
        background: transparent !important;
        background-color: transparent !important;
    }
    .page-submenu-wrapper>ul>li:hover>a {
        color: #a3a3a3;
    }
    .page-submenu-wrapper>ul>li>ul>li>a:hover {
        color: #a3a3a3;
    }
    .header-static {
        display: none;
    }
    .mobile-page-title {
        display: block;
        max-height: 24px;
        overflow: hidden;
    }
    .header-container-homepage #top-search-handle {
        font-size: 36px !important;
    }
    .header-container-homepage .mobile-page-title {
        display: none;
    }
    .home-rotator .orbit-slide-content {
        top: 30%;
    }
    .header-logo {
        position: relative;
        left: 90px;
    }
    .header-logo img {
        max-height: 110px !important;
    }
    .header-logo .header-image {
        display: none;
    }
    .header-logo .header-image-mobile {
        display: inline-block;
    }
    #header {
        background: #fff;
    }
    .title-bar.hide-for-large {
        right: auto !important;
        left: 0;
        top: 80px !important;
    }
    .header_container {
        position: relative;
        z-index: 11;
    }
    .page-submenu-wrapper>ul {
        overflow-y: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 10px;
        right: -50px;
        bottom: 0;
        box-sizing: border-box;
        /*padding-top: 195px;*/
        padding-top: 276px;
        padding-right: 60px;
    }
    .page-submenu-wrapper>ul>li.with-children.current-submenu-item>a {
        background: transparent;
    }
    .page-submenu-wrapper {
        margin-top: 0;
        z-index: 10;
        background: #fff;
        box-sizing: border-box;
        /*padding: 141px 0 0 0;*/
        /*padding: 222px 0 0 0;*/
        padding: 168px 0 0 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .page-submenu-wrapper-open {
        height: 100%;
    }
    .page-submenu-wrapper>ul {
        display: none;
    }
    .page-menu-buttons {
        padding: 1rem 10px 1rem 10px;
        border-bottom: 1px solid #c8c8c8;
        background: #fff;
        position: relative;
        z-index: 9;
    }
    .page-menu-button-open {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        background: #fff url(../images/menu-2-new.png) no-repeat right center;
        color: #084c8b;
        cursor: pointer;
    }
    .genericon-menu:before {
        content: "";
        display: block;
        width: 62px;
        /*height: 42px;
     background: url(../images/menu.png) no-repeat right center;*/
        height: 62px;
        background: url(../images/newmenu.png) no-repeat right center;
    }
    .page-menu-button-close {
        display: none;
        text-align: right;
        font-size: 22px;
        line-height: 26px;
        background: #fff url(../images/page-menu-close-new.png) no-repeat right center;
        color: #e5b53b;
        cursor: pointer;
        padding: 0 40px 0 0;
    }
    .page-submenu-wrapper-open .page-menu-button-open {
        display: none;
    }
    .page-submenu-wrapper-open .page-menu-button-close {
        display: block;
    }
    .page-submenu-wrapper-open>ul {
        display: block;
        /*margin-bottom: 141px;
     margin-bottom: 222px;*/
    }
    .page-submenu-wrapper-open>ul>li {
        display: block;
        border-bottom: 1px solid #c8c8c8;
    }
    .page-submenu-wrapper-open>ul>li>a {
        padding: 15px 0 15px 0;
        font-size: 18px;
        font-weight: 700;
        color: #a3a3a3;
    }
    .page-submenu-wrapper>ul>li:hover>ul {
        display: none;
    }
    .page-submenu-wrapper-open>ul>li.with-children {
        background: #fff url(../images/page-menu-plus.png) no-repeat right 13px;
        cursor: pointer;
    }
    .page-submenu-wrapper-open>ul>li.with-children-open {
        background: #fff url(../images/page-menu-minus.png) no-repeat right 13px;
    }
    .page-submenu-wrapper-open>ul>li.with-children-open>ul {
        display: block;
    }
    .page-submenu-wrapper-open>ul>li.with-children>a {
        background: transparent;
    }
    .page-submenu-wrapper-open>ul>li.with-children:hover>a {
        background: transparent;
    }
    .page-submenu-wrapper-static {
        position: fixed;
        margin-left: 0;
        top: 0;
        left: 0;
        padding-top: 82px;
        /*padding: 0;*/
        background: transparent;
    }
    .page-submenu-wrapper-static.page-submenu-wrapper-open>ul {
        /*margin-bottom: 82px;
     padding-top: 141px;*/
        padding-top: 59px;
        background: #fff;
    }
    .page-submenu-wrapper-static>.page-menu-buttons {
        padding-top: 1rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        background: #fff;
    }
    .page-submenu-wrapper-open>ul>li>ul {
        position: static;
        /*border-top: 0;*/
        margin-bottom: 15px;
        border: 0;
        background: #fff;
    }
    .page-submenu-wrapper-open>ul>li>ul>li {
        border: 0;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #fff;
    }
    .page-submenu-wrapper-open>ul>li>ul>li>a {
        padding: 0 0 0 0;
        font-size: 14px;
    }
    .top-search-wrap #top-search-drop form.search-form input[type=text] {
        box-sizing: border-box;
        display: inline-block;
        width: 75%;
    }
    .top-search-wrap #top-search-drop form.search-form input[type=submit] {
        box-sizing: border-box;
        display: inline-block;
    }
}

@media (max-width: 1100px) {
    .page-header-static .header-main-menu {
        position: static;
    }
    .page-header-static .header-search {
        margin: -10px 0 0 0;
        right: 1.875rem;
    }
}

@media only screen and (max-width: 1024px) {
    .home .text-block-with-highlight .item-left img {
        max-width: 50%;
    }
    .column-content-block.trans-left .inner-block>div {
        width: 80%;
    }
    .brand-bar .controls>a {
        top: 10%;
        height: 41px;
        width: 21px;
    }
    .brand-bar .controls>a.prev {
        background: url(../images/nav-prev-medium-blue.png) no-repeat center center;
    }
    .brand-bar .controls>a.prev:hover {
        background: url(../images/nav-prev-medium-hover.png) no-repeat center center;
    }
    .brand-bar .controls>a.next {
        background: url(../images/nav-next-medium-blue.png) no-repeat center center;
    }
    .brand-bar .controls>a.next:hover {
        background: url(../images/nav-next-medium-hover.png) no-repeat center center;
    }
    .title-bar {
        display: block;
    }
    .title-bar.hide-for-large {
        z-index: 11001;
    }
    .header_container {
        min-height: 222px !important;
    }
    .header-container-homepage {
        min-height: 137px !important;
    }
    .page-header-static .header-search {
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    /*.work-for-us-block{
   max-width: 50%;
   margin-bottom: 2rem;
   }*/
}

@media (max-width: 800px) {
    .header-item.stock_area {
        display: none;
    }
    .header-top-bar-left {
        max-width: 100%;
    }
    .header-top-bar-right {
        display: none;
    }
}

@media only screen and (max-width: 766px) {
    .column-content-block.trans-left .inner-block-wrap {
        top: 0;
        margin-top: 1.25rem;
    }
    .column-content-block.trans-left .inner-block {
        padding-right: 1.25rem;
    }
    .column-content-block.trans-left .inner-block>div {
        width: 100%;
    }
    .content-services .description {
        margin: 1rem;
    }
    .column-image-links-block .items-3 .large-4:nth-child(3n+1) {
        clear: none;
    }
    .column-image-links-block .items-4 .large-3:nth-child(4n+1) {
        clear: none;
    }
    .column-image-links-block .items-2 .large-6:nth-child(2n+1) {
        clear: none;
    }
    .column-image-links-block .row medium-6:nth-child(2n+1) {
        clear: none;
    }
    .home .news-block .home-news-slider {
        padding: 0 2rem;
    }
    .home-news-slider .controls>a.next {
        right: 0;
    }
    .home-news-slider .controls>a.prev {
        left: 0;
    }
    .home .text-block-without-highlight .item-left {
        padding: 0 1.875rem;
    }
    .home .text-block-without-highlight .item-right {
        padding: 0 1.875rem;
    }
    .homepage-slide-title {
        font-size: 27px;
    }
    .inner-page-rotator .homepage-slide-title {
        font-size: 21px;
    }
    .homepage-slide-text {
        font-size: 17px;
    }
    .swiper-container-horizontal>.homepage-rotator-pagination {
        bottom: auto;
        top: 50%;
    }
    .header_container {
        min-height: auto !important;
        margin-bottom: 100px;
    }
}

@media (max-width: 650px) {
    /*.sidebar_container_wrap .sidebar_container #secondary-sidebar{
   background: #b1b3b8 url(../images/footer-bg.png) no-repeat center bottom;
   background: #b1b3b8;
   }*/
    /*.page-submenu-wrapper{
   display: none;
   }*/
    .emergency-ticker {
        display: none;
    }
    .home .sidebar_container_wrap .sidebar_container,
    .sidebar_container_wrap .sidebar_container {
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
        background-size: cover;
    }
    .sidebar_container_wrap .sidebar_container #secondary-sidebar {
        padding-top: 0;
    }
    .expression-bar {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        box-sizing: border-box;
    }
    .home-rotator {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .home-rotator:after {
        content: "";
        display: block;
        height: 3px;
        width: 80%;
        position: absolute;
        background: #f1f1f1;
        left: 50%;
        margin-left: -40%;
        bottom: 0;
    }
    .home-rotator .orbit-slide-content {
        position: static;
    }
    .home-rotator .orbit-slide-content h1 {
        color: #004b8d;
        font-size: 1.4rem;
        margin-top: 15px;
    }
    .home-rotator .orbit-slide-content h4 {
        display: none;
    }
    .home-rotator .orbit-bullets {
        bottom: auto;
        top: 20px;
    }
    .home-rotator .orbit-bullets button {
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 0.2rem;
    }
    .home-rotator .orbit-slide-content .button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .home #header {
        z-index: 10500;
    }
    #menu-main-menu a:after {
        display: none;
    }
    .home .text-block-with-highlight {
        margin: 0 0 1rem 0;
        padding: 1rem 0;
    }
    .home .text-block-without-highlight {
        margin: 0 0 1rem 0;
        padding: 1rem 0;
    }
    .home .text-block-with-highlight .item-left img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .home .text-block-with-highlight .item-right img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .home .text-block-without-highlight .item-left img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .home .text-block-without-highlight .item-right img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .footer-area>.columns {
        display: inline-block;
        max-width: 50%;
        box-sizing: border-box;
        float: none;
        vertical-align: top;
    }
    .footer-area>.columns h6 {
        font-size: 1rem !important;
    }
    .row .home-news-filter {
        margin-left: -5px;
        margin-right: -5px;
    }
    .home-news-filter>form>.columns {
        display: inline-block;
        float: none;
        box-sizing: border-box;
        padding: 0 5px 10px 5px;
    }
    .home-news-filter>form>.columns>a {
        margin: 0;
    }
    .home .news-block {
        margin-bottom: 1rem;
    }
    .news-block-view-all-wrapper {
        padding-top: 1rem;
    }
    .swiper-container-horizontal>.homepage-rotator-pagination {
        bottom: auto;
        top: 35%;
        margin-top: -5px;
    }
    .title-bar {
        top: 50px;
    }
    .genericon-menu:before {
        width: 42px;
        height: 28px;
        background-size: cover;
    }
    .work-for-us-block {
        max-width: 100%;
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px) {
    .header-main-logo {
        height: 46px;
        margin: -23px 70px 0 70px;
    }
    .header-main-logo>img {
        max-height: 46px;
    }
    .header-hamburger-icon {
        width: 37px;
        /*height: 25px;
     margin-top: -12px;*/
        height: 37px;
        margin-top: -19px;
        background-size: cover;
    }
    .header-search {
        margin-top: -12px;
    }
    .header-search-icon {
        width: 25px;
        height: 25px;
    }
    .header-main {
        height: 80px;
    }
    .page-header-static .header-main-logo {
        height: 46px;
        margin: -23px 70px 0 70px;
    }
    .page-header-static .header-main-logo>img {
        max-height: 46px;
    }
    .page-submenu-wrapper {
        padding-top: 119px;
    }
    .page-submenu-wrapper-static {
        padding-top: 82px;
    }
}

@media only screen and (max-width: 480px) {
    .home .expression-bar {
        padding: 0 0.75rem;
    }
    .home .text-block-with-highlight {
        padding: 0.75rem;
    }
    .home .text-block-with-highlight .item-left {
        padding: 0;
    }
    .home .text-block-without-highlight {
        padding: 0.75rem;
    }
    .home .text-block-without-highlight .item-left {
        padding: 0;
    }
    .home .text-block-without-highlight .item-left .flex-video {
        width: 100%;
        height: 210px;
    }
    .home .news-block {
        padding: 0 0.75rem;
    }
    .column-content-block.trans-left img {
        width: 100%;
    }
    .column-content-block.trans-left .inner-block-wrap {
        position: relative;
        margin-top: 0;
    }
    .column-content-block.trans-left .inner-block {
        padding: 0;
    }
    .column-content-block.trans-left .inner-block>div {
        padding: 0.9375rem;
    }
}

@media (max-width: 360px) {
    .header-logo {
        max-width: 50%;
        box-sizing: border-box;
    }
    .header-logo img {
        width: 100%;
    }
    .title-bar.hide-for-large {
        top: 50px !important;
    }
}

.expandable h4 {
    padding-right: 30px;
    display: inline-block;
    position: relative;
}

.expandable h4:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -2px;
}

.expanded-title:after {
    content: "-" !important;
}

:focus {
    outline: 1px solid #004b8d !important;
}

.video-description {
    min-height: 100px;
}

.image-description {
    min-height: 70px;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: left;
}

.emergency-ticker-static #emergency_ticker li {
    float: none;
    text-align: center;
    line-height: 30px;
}