header {
    display: flex;
    width: 100%;
    align-items: center;
    height: 60px;
    position: relative;
    z-index: 16;
    background: 0 0;
}
header #myLinks {
    display: none;
    z-index: 1;
    overflow: scroll;
    max-height: 100vh;
}
header .logo {
    background-color: #fff;
    border-radius: 0 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    height: 60px;
}
header .logo img {
    padding-top: 10px;
    max-width: 190px;
    max-height: 40px;
}
header .logo a {
    display: inline-block;
}
.humberger {
    text-align: center;
    background: #343434;
    height: 60px;
    border-radius: 0 0 0 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.search-container {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 0;
}
.mglass {
    display: inline-block;
    pointer-events: none;
    height: 20px;
    padding-top: 8px;
}
.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.search {
    position: absolute;
    left: 49px;
    background-color: #fff;
    outline: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 4px;
}
.searchbutton:hover {
    cursor: pointer;
}
.search:focus {
    width: 363px;
    padding: 0 16px 0 0;
}
.expandright {
    left: auto;
    right: 35px;
    max-width: 250px;
    background-color: #e1e1e1;
}
.expandright:focus {
    padding: 0 0 0 16px;
}
.primary_nav {
    padding: 0;
}
.secondary_nav {
    display: block;
    background: #f0f2f6;
    background: linear-gradient(180deg, #f0f2f6 0, #fff 100%);
    border-top: 1px solid #e9e9e9;
    padding: 7px 0 20px;
}
.secondary_nav a {
    font-size: 13px;
    padding: 16px 0 16px 4px;
    line-height: normal;
}
.nav_dropdown {
    display: flex;
    position: absolute;
    top: 57px;
    background: #fff;
    width: 100%;
    flex-direction: column;
    padding: 15px 0;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}
.nav_dropdown a {
    width: 100%;
    font-family: "Open Sans";
    font-weight: 400;
}
.primary_nav a {
    line-height: 20px;
    border-top: 1px solid #979797;
    padding: 15px 0 15px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.primary_nav .primary_nav_links:first-child a {
    border: none;
}
.primary_nav span {
    display: flex;
    font-size: 12px;
    color: #727272;
    line-height: 18px;
    flex-direction: column;
}
.nav_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #979797;
    flex-direction: column;
    position: relative;
}
.active_menu {
    padding-bottom: 100px;
    display: flex;
    -webkit-transition: max-height 0.5s ease-out 0s;
    -moz-transition: max-height 0.5s ease-out 0s;
    -ms-transition: max-height 0.5s ease-out 0s;
    -o-transition: max-height 0.5s ease-out 0s;
    transition: max-height 0.5s ease-out 0s;
}
.secondary_nav .mega-menu-link {
    color: #666;
    font-size: 14px;
    padding-left: 5px;
}
.mega_menu div {
    flex-direction: column;
    width: 100%;
}
.active_link {
    background-color: #ebebeb;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 16;
}
.sticky + .banner {
    padding-top: 56px;
}
#iconClose {
    width: 60px;
}
.active_link {
    border-radius: 0;
    box-shadow: none;
}
.logo + .active_link {
    border-radius: 0 0 0 10px;
    box-shadow: none;
}
.border_radius {
    border-radius: 0 !important;
}
.box_shadow {
    box-shadow: none !important;
}
.primary_nav_links .bottom {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.primary_nav_links div {
    background-image: linear-gradient(to bottom, #f8f8f8, #f1f3f7);
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}
.primary_nav .primary_nav_links div img {
    max-width: 50px;
}
.primary_nav .primary_nav_links div a {
    display: flex;
    justify-content: flex-start;
}
.primary_nav .primary_nav_links div a:first-child {
    border: 0;
}
.primary_nav .primary_nav_links div a:last-child {
    border-bottom: 0;
}
.primary_nav .primary_nav_links div a span:first-child {
    margin: 0 15px 0 0;
    max-width: 50px;
}
.primary_nav .primary_nav_links div a span {
    color: #727272;
    font-size: 13px;
}
.primary_nav .primary_nav_links div a strong {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 12px;
}
.remove_border a {
    border: 0 none;
}
.primary_nav_links .top {
    transform: rotate(-134deg);
    -webkit-transform: rotate(-134deg);
}
.primary_nav_links .arrow {
    margin-right: 18px;
}
header .active_menu {
    border-radius: 0;
}
