
@media only screen and (max-width:1200px){
    .menu-header {
        display: none;
    }
.menu-top li a:hover, #header .menu-top li.menu-item.current-page-ancestor>a, #header .menu-top li.menu-item.current-menu-item, .menu-sidebar .menu-bar-wrapper li.menu-item.current-menu-item>a, li.menu-item.current-menu-item, .menu-bar-wrapper li.current-menu-item, .menu-bar-wrapper li.current-menu-ancestor{
    background-color: var(--white);
    color: var(--darkblue) !important;
}
    .menu {
        top: 19px;
        position: static;
        right: 0;
        padding-right: 15px
    }
.menu-bar-wrapper li.current-menu-ancestor span:after {
    border-color: var(--darkblue) !important;
}
    .main-header .text-white span {
        position: absolute;
        left: 0;
        right: 0;
        background: #02cbfe;
        top: 0;
        height: 35px;
        margin: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 6px 0 0
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 30px;
        right: 0;
        left: 0;
        background: var(--darkblue);
        height: 3px;
        border-radius: 10px
    }
    .menu-button .menu-bar-top {
        top: 10px;
        width: 30px;
        height: 3px;
    }
    .menu-button:hover {
        cursor: pointer
    }
    .menu-button .menu-bar-middle {
        top: 60%;
        transform: translateY(-50%);
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 3px;
        width: 30px;
        height: 3px;
    }
    .menu-button.button-open {
        z-index: 13;
        top: -150px;
        right: 0;
        z-index: 1111;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(0);
        transition: .1s ease-in;
        opacity: 0
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(8px,8px);
        transition: .5s;
        top: 10px;
        background: var(--white);
        opacity: 1;
        width: 28px;
        left: -1px
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px,-12px);
        transition: .5s;
        right: 0;
        background: var(--white);
        top: 37px;
        bottom: auto;
        width: 28px;
        height: 3px;
    }
    header.main-header {
        padding: 10px 0 0;
    }
    .sub-menu li ul.sub-menu {
        position: static
    }
    .search-row {
        position: inherit
    }
    body.nav-open-menu {
        position: fixed;
        overflow: hidden;
    }
    .menu-button {
        height: 41px;
        width: 50px;
        position: absolute;
        margin-left: 0;
        right: 10px;
        top: 20px;
    }
    .menu-wrap {
        background-color: var(--darkblue);
        position: fixed !important;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center
    }
    ul.menu-top .hide-menu {
        display: block
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .menu-show {
        right: 0;
        max-width: 90%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 0%;
    }
    .menu-full-wrapper {
    position: absolute;
    top: 160px;
    width: 100%;
}
    .main-menu {
    width: auto;
    display: flex !important;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
}
    header .btn {
   padding: 5px 10px;
}
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255,255,255,.2);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none
    }
    .menu-sidebar .menu-bar-wrapper li>a {
        color: #fff;
        padding: 15px 25px;
        position: relative;
        display: block;
        font-weight: 500;
        font-size: 15px;
        text-decoration: none;
        width: 80%;
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #fff;
        width: 100%
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        color: #189BDA;
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -10px;
        transition: all 0.3s ease-in-out;
    }
    .menu-item-has-children.active > .sidebar-menu-arrow:after {
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow:after {
        color: #0e2743
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #e93941;
        color: #fff;
        width: 100%
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }
        .menu-bar-wrapper li.current-menu-item>a, .menu-bar-wrapper li.current-menu-ancestor>a {
        color: var(--darkblue);
        background: var(--color-white);
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 10px;
        top: 0;
        height: 55px;
        width: 44px;
        0:
        AUTO 100PX;
        border-top: 0;
        left: auto;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: 0 0;
        opacity: 1;
        visibility: visible;
        background: #002c5a;
        min-width: 100%;
        transition: 0s;
        position: relative;
        top: 0 !important;!i;!;
        left: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px
    }
    .sidebar-menu-arrow:after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0;
        margin: auto;
        bottom: 0;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px
    }
    header .phonenumber .header-ph svg {
        top: 15px;
        width: 25px;
        height: 25px;
    }
    header .phonenumber {
        padding: 0 30px 0 20px;
        border: 0;
        margin-left: 0;
    }
    header .phonenumber h4, header .phonenumber a {
        font-size: 0px !important;
    }
    header .phonenumber .header-ph svg path {
        fill: var(--color--purple);
    }
    .header-left-col {
        width: 40%;
        margin-bottom: 10px;
    }
    .header-right-col {
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 992px)
{
    #wpdaOrgChartPopupWindow {
    max-width: 70vh !important;
}
    .head-top {
    flex-direction: column;
}
    #menu-footer-menu {
    display: flex;
    justify-content: flex-end;
}
#menu-footer-menu li {
    margin: 0 10px;
}
.copyright-text {
    padding-right: 20px;
    padding-left: 20px;
}
table th {
    font-size: 14px;
    line-height: 22px;
}   
}
@media only screen and (min-width: 768px) and (max-width: 992px)
{
    .staff-directory-filters span.label {
    width: 100%;
}
.menu-button.button-open {
        right: -40px;
    }
    .header-3 h1 {
    font-size: 40px;
    line-height: 52px;
}
}
@media only screen and (min-width: 993px) and (max-width: 1200px)
{
        .header-right-col {
        width: 60%;
    }
    .menu-button {
      
        right:0px;
        top: 32px;
    }
.menu-button.button-open {
        right: -50px;
    }
    .pre-footer-nav li:first-child, .footer-address h4 {
    margin-bottom: 1rem;
    min-height: 50px;
}
.top-strip li.language a {
    font-size: 12px;
}
}
@media only screen and (max-width: 767px)
{
    .language_list {
    margin-bottom: 10px;
}
.language_list li a {
    font-size: 0.6875em;
}
.top-strip li.language {
    margin-right: 10px;
    padding: 5px 0px;
}
    h1 {
    font-size: 40px;
    line-height: 50px;
}
    .h2 .h2, h2, .heading, h2.title {
    font-size: 30px;
}
#container-wrap ol li, #container-wrap ul li {
    padding-left: 25px;
}
.video-wrapper {
    position: inherit;
}
.pre-footer-nav {
    margin-bottom: 30px;
}
.pre-footer-nav li:first-child, .footer-address h4 {
  
    margin-bottom: 1rem;
}
.footer-logo {
    margin: 0 auto 20px;
}
.btn {
    font-size: 14px;
    padding: 6px 20px;
}
}
@media only screen and (min-width: 1024px)
{
    .footer .col-lg-2 {
    width: 20%;
}

}
@media only screen and (max-width: 1024px)
{
   .language_list {
    flex-wrap: wrap;
}

}
@media only screen and (min-width: 1200px)
{
.menu-top .has-mega-menu > a{
    /*color: var(--black) !important;*/
    /*cursor: auto ;*/
}
}
/*.mega-menu .menu-column a:hover {
    cursor: pointer !important;
}*/