/* * {
    -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;
}


/* NNS ADDITIONS BEGIN */

div.entry-content .menu li {
    vertical-align: top;
}

div.entry-content #menu-main-menu-2>li {
    padding-right: 20px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.column-content-block.trans-left .inner-block>div,
.column-content-block.banner-block-left .inner-block>div,
.column-content-block.banner-block-right .inner-block>div,
.column-content-block.banner-block-center .inner-block>div {
    padding: 2rem;
    /* background: #eee; */
    /* opacity: 0.8; */
    padding-bottom: 50px !important;
    background: url(../images/white-bg.png) repeat bottom center !important;
    display: inline-block;
    width: 100%;
    text-align: left;
}

#NNSVolunteer span.wpcf7-list-item {
    margin-left: 0em;
    padding: 15px 15px 5px;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 10px;
}


/* NNS ADDITIONS END */

@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: #313131;
}

.bcs>span a.current-item {
    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;
}

.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: #6d7074;
    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;
}

.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,
.column-content-block.banner-block-left,
.column-content-block.banner-block-right,
.column-content-block.banner-block-center {
    position: relative;
}

.column-content-block.trans-left img,
.column-content-block.banner-block-left img,
.column-content-block.banner-block-right img,
.column-content-block.banner-block-center img {
    width: 100%;
}

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

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

.column-content-block.trans-left .inner-block>div,
.column-content-block.banner-block-left .inner-block>div,
.column-content-block.banner-block-right .inner-block>div,
.column-content-block.banner-block-center .inner-block>div {
    padding: 2rem;
    padding-bottom: 0;
    /*background: #eee;
   opacity: 0.8;*/
    background: url(../images/white-bg.png) repeat 0 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}

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

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

.column-content-block.trans-left h2,
.column-content-block.banner-block-left h2,
.column-content-block.banner-block-right h2,
.column-content-block.banner-block-center h2 {
    color: #393838;
}

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

.column-content-block.banner-block-left .inner-block>div {
    max-width: 40%;
}

.column-content-block.banner-block-right .inner-block {
    text-align: right;
}

.column-content-block.banner-block-right .inner-block>div {
    text-align: left;
    max-width: 40%;
}

.column-content-block.banner-block-center .inner-block {
    text-align: center;
}

.column-content-block.banner-block-center .inner-block>div {
    text-align: center;
    max-width: 40%;
}

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

.expression-bar h2 {
    color: #6d7074;
    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: 2000;
}

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

.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-image-block .image-wrapper {
    position: relative;
}

.column-gallery-image-block .bottom-banners {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 20px;
}

.column-gallery-image-block .bottom-banners>div {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
}

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

.column-full-with-featured-block .item-left img,
.column-full-with-featured-block .item-left .flex-video {
    float: left;
    margin-right: 1rem;
    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%;
    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;
}

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

.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;*/
    height: 39px;
    width: 20px;
    display: block;
}

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

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

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

.home-news-slider .controls>a.next:hover {
    background: url(../images/news-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;*/
    /*background: #ff0000;*/
    background: transparent;
}

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

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

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

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

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

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

.page-submenu-wrapper>ul {
    border-bottom: 3px solid #e6e6e6;
    padding: 0 20px 0 20px;
    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: #6d7074;
}

.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: #6d7074;
    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;
}

.jw-skin-bekle .jw-background-color {
    background-color: rgba(33, 33, 33, .8);
}

.jw-skin-bekle.jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering) .jw-media:hover~.jw-controls .jw-display-icon-display {
    background-color: rgba(33, 33, 33, 1);
}

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

.off-canvas .menu>li>ul>li>a {
    color: #6d7074 !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;
}

.speakers-form-wrapper .wpcf7-select {
    margin-bottom: 0;
}

.form-submit-wrapper {
    text-align: right;
    padding-top: 1rem;
}

.form-submit-wrapper>.ajax-loader {
    float: left;
}

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

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

.issuu-wrapper-yardlines {
    background: #222;
    padding: 0 0 20px 0;
}

.issuu-yardlines-title {
    padding: 40px 0 20px 0;
}

.issuu-yardlines-title>.title-row-1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.issuu-yardlines-title>.title-row-2 {
    text-align: center;
    font-size: 22px;
    color: #87764e;
}

.work-for-us-row {
    background: #f1f1f1;
}

.work-for-us-wrapper {
    margin: 2rem auto;
    padding: 2rem 0;
    max-width: 75rem;
}

.work-for-us-blocks {
    margin: 0 -1rem 0 -1rem;
}

.work-for-us-blocks>h2 {
    margin: 0 0 2rem 0;
    text-align: center;
    padding: 0 1rem 0 1rem;
    font-size: 33px;
}

.work-for-us-block {
    display: inline-block;
    width: 100%;
    max-width: 33.3%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 1rem 0 1rem;
    position: relative;
}

.work-for-us-block-title {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.work-for-us-block>img {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.work-for-us-block-text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 15px 0;
    color: #616161;
}

.work-for-us-block>a {
    font-weight: 700;
}

#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: 80%;
    padding: 5px 0 0 0;
}

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

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

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

.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;*/
    top: 635px;
}

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

.page-id-5655 .page-full-wrapper,
.page-id-15424 .page-full-wrapper,
.page-id-7090 .page-full-wrapper {
    min-height: unset;
}

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

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

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

.videos-row {
    margin-bottom: 2rem;
}

.video-category-description {
    padding: 2rem 0 1rem 0;
    border: 2px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 2rem;
}

.video-category-description h2 {
    color: #e5b53b;
}

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

.video-item>.item-description {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.video-item>.item-img {
    position: relative;
}

.video-item>.item-img>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hi-play.png) center center no-repeat;
}

.nns-articles-left {
    border-right: 2px solid #f0f0f0;
    padding-right: 2rem;
    margin-bottom: 2rem;
}

.nns-articles-right {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.articles-subtitle {
    font-size: 36px;
    color: 3d 4044;
    margin: 0 0 1rem 0;
}

.articles-list {
    padding: 35px 0 35px 0;
    border: 2px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
    margin: 1rem 0 0.5rem 0;
}

.article-item {
    margin-bottom: 2rem;
    display: inline-block;
    float: none !important;
}

.article-item>.item-img {
    margin: 0 0 1rem 0;
}

.article-item>.article-item-title {
    color: #151515;
    font-size: 24px;
}

.article-item-info {
    font-size: 14px;
    color: #454545;
    font-style: italic;
    margin: 0 0 1rem 0;
}

.article-item-info>a {
    font-size: 14px;
    color: #454545;
    font-style: italic;
}

.article-item-info>a:hover {
    text-decoration: underline;
}

.big-article-image {
    margin: 0 0 1rem 0;
}

.big-article-title {
    font-size: 30px;
    color: #151515;
    font-style: italic;
}

.big-article-title-full {
    font-style: normal;
    font-size: 48px;
}

.big-article-info {
    font-size: 14px;
    color: #454545;
    font-style: italic;
    margin: 0 0 1rem 0;
}

.big-article-info>a {
    font-size: 14px;
    color: #454545;
    font-style: italic;
}

.big-article-info>a:hover {
    text-decoration: underline;
}

.big-article-short>a {
    color: #454545;
}

.big-article-short>a:hover {
    text-decoration: underline;
}

.big-article-images {
    margin: 0 -0.5rem 2rem -0.5rem;
}

.big-article-images>a {
    display: inline-block;
    verticla-align: top;
    box-sizing: border-box;
    padding: 0 0.5rem 0 0.5rem;
    width: 100%;
    max-width: 33.3%;
}

.big-article-images>a>img {
    width: 100%;
}

.nns-articles-blocks-delimiter {
    padding-top: 2rem;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 4rem;
}

.nns-articles-block {
    margin: 0 0 2rem 0;
    position: relative;
}

.nns-articles-block>img {
    width: 100%;
}

.nns-articles-block-title {
    background: #f3f3f3 url(../images/block-title-bg.png) right center no-repeat;
    font-size: 20px;
    color: #454545;
    line-height: 35px;
    padding: 0 0 0 10px;
}

.nns-articles-block>a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.nns-articles-back {
    padding: 3rem 0.9375rem 3rem 0.9375rem;
}

.nns-articles-back a {
    display: inline-block;
    color: #878787;
    font-size: 18px;
    font-weight: 700;
    background: url(../images/back-arrow-new.png) 0 center no-repeat;
    padding: 0 0 0 35px;
}

.similar-articles-title {
    font-size: 36px;
    color: #454545;
    margin: 1rem 0 1rem 0;
}

.similar-article {
    margin: 0 0 2rem 0;
}

.similar-article-image {
    margin: 0 0 0.5rem 0;
    display: block;
}

.similar-article-title {
    color: #151515;
    font-size: 24px;
}

.similar-article-info {
    font-size: 14px;
    color: #454545;
    font-style: italic;
    margin: 0 0 1rem 0;
}

.similar-article-info>a {
    font-size: 14px;
    color: #454545;
    font-style: italic;
}

.similar-article-info>a:hover {
    text-decoration: underline;
}

.big-article-image {
    margin: 0 0 1rem 0;
}

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

.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>a:hover {
    color: #e4b53b;
    background: #fff url(../images/submenu-arrow.png) no-repeat center bottom;
}

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

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

.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;
   margin: -21px 0 0 0;
   background: url(../images/menu.png) no-repeat center center;*/
    height: 62px;
    margin: -31px 0 0 0;
    background: url(../images/newmenu.png) no-repeat center center;
}

.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;
    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: 16px;
    line-height: 1;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    display: inline-block;
}

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


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

.issuuembed {
    width: 100%;
    min-height: 600px;
    position: relative;
}

.issuuembed>iframe {
    width: 100%;
    min-height: 600px;
}

.home .juicer {
    background: #39393b;
}

.print-page-link {
    clear: both;
    overflow: auto;
    text-align: right;
    margin-bottom: 1.5rem;
}

.hide-mobile-wrapper {
    display: none;
}

.site-print-version>.page-header-dummy {
    display: none;
}

.site-print-version>.page-header-container {
    display: none;
}

.site-print-version>.sidebar_container_wrap {
    display: none;
}

.site-print-version>.footer_container {
    display: none;
}

.site-print-version .print-page-link {
    display: none;
}

.site-print-version .breadcrumbs- {
    display: none;
}

.site-print-version article {
    border: 0;
    margin-bottom: 0;
}

.print-header-row {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.final-print-link {
    margin-top: 1.5rem;
    text-align: right;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

.final-print-link>a {
    color: #555;
    font-weight: 700;
}

.print-footer-row {
    border-top: 1px solid #555;
}

.print-footer-row p {
    margin-bottom: 5px;
}

.nns-articles-categories {
    margin: 0 0 30px 0;
    position: relative;
}

.current-nns-article-category {
    background: #f3f3f3 url(../images/articles-select-arrow.png) no-repeat right center;
    padding: 13px 45px 14px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #454545;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.nns-articles-categories-list {
    display: none;
}

.nns-articles-categories-list-open {
    display: block;
    position: absolute;
    z-index: 1;
    background: #f3f3f3;
    width: 100%;
}

.nns-articles-categories-list>div {
    padding: 13px 15px 14px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #454545;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.nns-articles-categories-list>div:hover {
    background: #004b8d;
    color: #fff;
}

.articles-pages {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 35px;
}

.articles-pages-bottom {
    margin-top: 35px;
    margin-bottom: 0;
}

.articles-pages-left {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    text-align: left;
}

.articles-pages-middle {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    text-align: center;
}

.articles-pages-middle>div {
    color: #878787;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 0 2px 0 2px;
    cursor: pointer;
}

.articles-pages-middle>.current-page {
    color: #004b8d;
}

.articles-pages-right {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    text-align: right;
}

.articles-pages-left>div,
.articles-pages-right>div {
    color: #004b8d;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}

.accordion-block>h2 {
    margin-bottom: 15px;
}

.accordion-title {
    margin-bottom: 0;
}

.questions-wrapper {
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding-bottom: 400px;
    /*opacity: 0;*/
}

.show-this-row .questions-wrapper {
    opacity: 1;
}

.questions-block-list {
    display: inline-block;
    padding: 10px 0 10px 0;
    background: #004b8d;
    width: 100%;
    max-width: 35.5%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.questions-block-list>.questions-block-list-item {
    padding: 0 10px 0 10px;
    cursor: pointer;
    -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;
}

.questions-block-list>div.questions-block-list-item.current-item {
    /*background: #395ca4;*/
    background: #cf9f51;
}

.questions-block-list>div.questions-block-list-item.current-item>div {
    /*border-bottom: 1px solid #395ca4;*/
    border-bottom: 1px solid #cf9f51;
}

.questions-block-list>div.questions-block-list-item>div {
    line-height: 1.4;
    /*font-size: 28px;*/
    font-size: 18px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    /*border-bottom: 1px solid #395ca4;*/
    border-bottom: 1px solid #003b7d;
}

.questions-block-list>.questions-block-list-item.last-item>div {
    border-bottom: 1px solid #004b8d;
}

.questions-block-pages {
    position: absolute;
    top: 40px;
    /*bottom: 40px;*/
    left: auto;
    right: 0;
    width: 100%;
    max-width: 65%;
    box-sizing: border-box;
    padding: 20px 40px 20px 40px;
    background: #f4f3f5;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: auto;
    max-height: 400px;
}

.questions-block-pages>div {
    /*display: none;*/
    /*position: absolute;
   z-index: 0;    
   top: 50%;
   left: 160px;
   right: 160px;*/
    background: #f4f3f5;
    /*opacity: 0;*/
    box-sizing: border-box;
    /*top: 250px;
   top: 55%;*/
    /*display: none;*/
    /*position: absolute;*/
    max-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    /*-webkit-transition: all 0s ease;
   -moz-transition: all 0s ease;
   -o-transition: all 0s ease;
   -ms-transition: all 0s ease;
   transition: all 0s ease;  */
}

.questions-block-pages>div.current-item {
    /*-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;  */
    /*position: static;*/
    /*display: block;*/
    /*top: 150px;*/
    /*top: 50%;*/
    max-height: 5000px;
    /*opacity: 1;*/
}

.question-item-title {
    line-height: 1.4;
    font-size: 18px;
    color: #092c74;
    margin: 0 0 10px 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: relative;
    top: 30px;
    opacity: 0;
    /*overflow: hidden;
   max-height: 0;*/
}

.current-item .question-item-title {
    top: 0;
    opacity: 1;
}

.question-item-text {
    /*line-height: 2.0;
   font-size: 20px;*/
    line-height: 1.866;
    font-size: 14px;
    color: #777;
    margin: 0 0 25px 0;
    font-weight: 300;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: relative;
    top: 30px;
    opacity: 0;
    /*overflow: hidden;
   max-height: 0;*/
}

.current-item .question-item-text {
    top: 0;
    opacity: 1;
}

.question-item-text>p {
    /*line-height: 2.0;
   font-size: 20px;*/
    line-height: 1.866;
    font-size: 14px;
    color: #777;
    font-weight: 300;
}

.question-item-content-mobile {
    display: none;
    background: #f4f3f5;
    padding: 10px 20px 10px 20px;
}

.question-item-content-mobile .question-item-title {
    overflow: visible;
    padding: 0 0 0 0;
    max-height: 100%;
    font-size: 23px;
    display: none;
}

.question-item-content-mobile .question-item-text {
    overflow: visible;
    padding: 0 0 0 0;
    max-height: 100%;
    font-size: 16px;
}

.question-item-content-mobile .question-item-text>p {
    font-size: 16px;
}

.question-item-content-mobile .question-item-learn-more {
    overflow: visible;
    padding: 0 0 0 0;
    max-height: 100%;
}

.accordion>.accordion-title {
    color: #004b8d;
}

.countdown-timer-wrapper {
    text-align: center;
}

.countdown-timer {
    display: inline-block;
}

.countdown-timer .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.countdown-timer .count {
    background: #202020;
    background: #005594;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    /*font-size: 2em;
   line-height: 2.4em;*/
    font-size: 36px;
    line-height: 48px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    box-sizing: border-box;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.countdown-timer .count.top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    padding-top: 22px;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.countdown-timer .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.countdown-timer .label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
    background: transparent;
}


/* Animation start */

.countdown-timer .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.countdown-timer .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}


/* Animation end */

.countdown-timer .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.countdown-timer .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/*.page-id-15649 .accordion{
  border: 0;
}
.page-id-15649 .accordion-title{
  border: 0;
}
.page-id-15649 .accordion-title::before{
  display: none;
}
.page-id-15649 .accordion-content{
  padding-left: 0;
  padding-right: 0;
}
.page-id-15712 .accordion{
  border: 0;
}
.page-id-15712 .accordion-title{
  border: 0;
}
.page-id-15712 .accordion-title::before{
  display: none;
}
.page-id-15712 .accordion-content{
  padding-left: 0;
  padding-right: 0;
}*/

.accordion {
    border: 0;
}

.accordion-title {
    border: 0;
}

.accordion-title::before {
    display: none;
}

.accordion-content {
    padding-left: 0;
    padding-right: 0;
}

.accordion-block-simplified .accordion {
    border: 0;
}

.accordion-block-simplified .accordion-title {
    border: 0;
}

.accordion-block-simplified .accordion-title::before {
    display: none;
}

.accordion-block-simplified .accordion-content {
    padding-left: 0;
    padding-right: 0;
}

.covid-3-images {
    /*margin-right: 12px;*/
    margin-bottom: 20px;
}

.covid-3-images>div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    max-width: 33.33%;
    margin-right: -4px;
}

.covid-3-images>div>p {
    display: none;
}

.covid-3-images>div>img {
    width: 100%;
    margin: 0;
}

.covid-3-images>div>div {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}

.covid-3-images>div>.centered {
    text-align: center !important;
}

.covid-3-images>div>.top-right {
    text-align: right !important;
}

@media screen and (max-width: 48em) {
    /*.countdown-timer {
   width: 100%;
   }*/
    .countdown-timer {
        height: 100px;
    }
    .countdown-timer .time {
        height: 70px;
        width: 48px;
    }
    .countdown-timer .count {
        font-size: 1.5em;
        line-height: 70px;
    }
    .countdown-timer .label {
        font-size: 0.8em;
        top: 72px;
    }
}

@page {
    size: A4;
    margin: 10mm 10mm 10mm 10mm;
}

@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
    }
    .no-print,
    .no-print * {
        display: none !important;
    }
}

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

@media (max-width: 1500px) {
    .top-bar ul>li>a {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .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: static;*/
        position: relative;
        min-height: 82px;
        /*margin-left: -80px;*/
    }
    .page-header-static .header-search {
        z-index: 5;
        /*right: 1.875rem;
     margin-left: -300px;*/
    }
}

@media (max-width: 1300px) {
    /*padding-bottom: 30px;*/
    .questions-block-row {
        padding-top: 30px;
    }
    .questions-block-pages {
        display: none;
    }
    .questions-block-list {
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .question-item-content-mobile.current-item {
        display: block;
    }
    .questions-block-title {
        margin-bottom: 50px;
    }
    .questions-block-list>div.questions-block-list-item>div {
        padding: 10px 20px 10px 20px;
    }
    .questions-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 1070px) {
    .bottom-banners .bottom-banner {
        max-width: 100px;
    }
    .bottom-banners .bottom-banner img {
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    .column-gallery-image-block .bottom-banners {
        bottom: 10px;
    }
    .questions-block-row>.layout-container {
        padding-left: 0;
        padding-right: 0;
    }
    .questions-block-list>.questions-block-list-item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .countdown-timer .count {
        line-height: 67px;
    }
    .countdown-timer .count.top {
        padding-top: 0;
    }
    .covid-3-images>div {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .clear-padding-on-mobile {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 639px) {
    .column-gallery-image-block .bottom-banners {
        bottom: 20px;
    }
    .bottom-banners .bottom-banner {
        max-width: 129px;
    }
}

@media (max-width: 460px) {
    .column-gallery-image-block .bottom-banners {
        bottom: 10px;
    }
    .bottom-banners .bottom-banner {
        max-width: 100px;
    }
}

@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;
    }
    .column-content-block.trans-left .inner-block-wrap,
    .column-content-block.banner-block-left .inner-block-wrap,
    .column-content-block.banner-block-right .inner-block-wrap,
    .column-content-block.banner-block-center .inner-block-wrap {
        position: static;
    }
    .column-content-block.trans-left .inner-block-wrap div,
    .column-content-block.banner-block-left .inner-block-wrap div,
    .column-content-block.banner-block-right .inner-block-wrap div,
    .column-content-block.banner-block-center .inner-block-wrap div {
        padding: 1rem;
    }
    .column-content-block.trans-left .inner-block-wrap .inner-block>div,
    .column-content-block.banner-block-left .inner-block-wrap .inner-block>div,
    .column-content-block.banner-block-right .inner-block-wrap .inner-block>div,
    .column-content-block.banner-block-center .inner-block-wrap .inner-block>div {
        max-width: 100%;
    }
}

@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;
   }
   .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;
        height: 300px;
        padding-top: 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;
    }
    .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;*/
        padding-top: 140px;
        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-static>ul {
        height: 380px;
    }
    .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: 950px) {
    .text-block-without-highlight>.item-right>img {
        max-width: 50%;
    }
}

@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) {
    /*.page-submenu-wrapper{
   padding-top: 150px;
   }
   .header-static .page-submenu-wrapper{
   padding-top: 82px;
   }*/
    .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;
    }
    .homepage-slide-text {
        font-size: 17px;
    }
    .swiper-container-horizontal>.homepage-rotator-pagination {
        bottom: auto;
        top: 50%;
        margin-top: -5px;
    }
    .homepage-rotator-prev {
        top: 80px;
    }
    .homepage-rotator-next {
        top: 80px;
    }
    .header_container {
        min-height: auto !important;
        margin-bottom: 100px;
    }
    .page-submenu-wrapper-static {
        /*padding-top: 0;*/
    }
    .title-bar {
        top: 30px;
    }
    ul.is-accordion-submenu {
        z-index: 11002 !important;
    }
    .header_container {
        min-height: auto !important;
        margin-bottom: 100px;
    }
    .rotator-button {
        font-size: 17px;
        padding: 10px 50px 10px 10px;
        background: #0059ab url(../images/small-button-bg.png) right center no-repeat;
    }
}

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

@media (min-width: 1501px) {
    .menu-item:hover>ul {
        display: block;
    }
    .menu>li {
        position: relative;
    }
}

body {
    z-index: 1;
}

@media screen and (max-width: 900px) {
    #zone-parking-pilot {
        height: auto !important;
        padding-bottom: 50px !important;
        position: relative;
    }
    #zone-parking-pilot .media-button {
        position: absolute !important;
        bottom: 10px !important;
        left: 50% !important;
        margin-left: -120px;
    }
    #zone-parking-pilot .media-button:last-child {
        margin-left: 10px;
    }
}

@media screen and (min-width: 20em) {
    .tag-swiper .swiper-slide {
        width: 48%;
    }
}

@media screen and (min-width: 64em) {
    .tag-swiper .swiper-slide {
        width: 30.3%;
    }
}

.tag-swiper .swiper-button-next,
.tag-swiper .swiper-button-prev {
    align-items: center;
    background-color: #014785;
    background-image: none;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    margin-top: -58px;
    width: 40px;
}

.tag-swiper .arrow {
    position: relative;
    top: -3px;
}

.tag-swiper .swiper-button-disabled {
    display: none;
}

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

body .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 32px;
}