/*---------------------------------
3.0 Navigation 
---------------------------------*/

/* Dropdown Arrows */

.page_item_has_children a:after, .dropdown-toggle:after,
.menu-item-has-children a:after, .dropdown-toggle:after {
-moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons"; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit; text-transform: none;
vertical-align: top;
}


.quick-link ul > li {
display: inline-block;
position: relative;
}

.quick-link ul a {
display: block;
outline-offset: 0px;
white-space: nowrap;
}

.quick-link ul ul {
text-align: left;
opacity: 0;
display: block;
/*--left: -999em;--*/
margin: 0;
position: absolute;
pointer-events: none;
transition: opacity 0.6s ease 0s;
left: auto;right: 0;
}


.no-js .quick-link ul ul {
display: block;
}

.quick-link ul ul li {
width: 50%; margin: 0px; position: static;
border-bottom: 1px solid rgba(255,255,255,0.05);
height: 55px;
padding: 0px;
position: relative;
}

.quick-link ul ul ul {
text-align: left;
    opacity: 1;
    display: block;
    margin: 0;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.6s ease 0s;
    left: inherit;
    right: inherit;
}

.quick-link  ul ul li {
width: 100%; margin: 0px; position: static;
}

.quick-link ul ul {
columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.quick-link li:hover > ul,
.quick-link li.focus > ul {
right: 0;
left: 0;
opacity: 1;
pointer-events: auto;
left: auto;
right: 0;
transition: opacity 0.6s ease 0s;
}



 /*-- Over 1079px --*/ @media screen and (min-width: 1080px) {

.hide {
display: none;
}

#lower-level #why.mob-hide {
display: none;
}

.header-menu {
	position: relative;
    width: 100%;
    height: 50px;
}

nav#navigation {
position: absolute;
    top: 50%;
transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
}

#header-menu ul a:link, 
#header-menu ul a:visited {
color: #FFF; text-decoration: none; 
font-size: 0.75em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 800;
}	

#header-menu nav#second-navigation ul a:link, 
#header-menu nav#second-navigation ul a:visited {
text-transform: none;
letter-spacing: 1px;
}

#header-menu ul > li {
margin: 0px 0px;
}

#header-menu ul a {
padding: 18px 20px 18px; 
}

#header-menu ul ul {
width: 500px;
background: linear-gradient(120.04deg, #333333 0%, #454545 100%);;
}


#header-menu ul ul ul {
padding: 0px;
}

#header-menu ul > .single > ul {
width: 250px;
column-count: 1;
}

#header-menu ul > .single > ul li {
width: 100%;
float: none !important;
}

#header-menu ul ul a:link, #header-menu ul ul a:visited {
font-size: 0.8em; line-height: 1.5; color: #FFF;
position: absolute;
padding: 0px 20px;
text-align: left;
display: flex;
align-items: center;
height: 55px; text-transform: none; letter-spacing: 0px;
} 

body.smaller #header-menu ul ul a:link, 
body.smaller #header-menu ul ul a:visited {
color: #FFF !important;
}

#header-menu ul ul a:hover,
#header-menu ul ul a:target {
background: rgba(255, 255, 255, 0.05);
}

}


 /*-- Over 1180px --*/ @media screen and (min-width: 1179px) {

#header-menu  ul > li {
margin: 0px 5px;
}	

}	


 /*-- Over 1280px --*/ @media screen and (min-width: 1279px) {

#header-menu  ul > li {
margin: 0px 10px;
}	

}	

 /*-- Over 1380px --*/ @media screen and (min-width: 1379px) {

#header-menu  ul a:link,
#header-menu ul a:visited {
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
}

#header-menu  ul > li {
margin: 0px 15px;
}	


}	

 
 /*-- Desktop --*/ @media screen and (min-width: 1080px) {

/* Defaults */

header#masthead #lower-level {
height: 50px;
background: #454545;
box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 10%);
z-index: -1;
}

header#masthead #lower-level {
position: relative; 
}

nav#navigation li.hide {
display: none;
}

.header-menu {
position: relative;
margin: 0;
line-height: 1;
}

.header-menu .branding-logo {
display: none;
}

.no-js .header-menu {
display: block;
right: 0px;
}

/* First Level */

#header-menu ul {
list-style: none;
margin: 0; padding: 0;
text-align: center;
}

#header-menu ul > li {
display: inline-block;
position: relative;
}

#header-menu ul a {
display: block;
outline-offset: 0px;
white-space: nowrap;
}

/* Second Level */

#header-menu ul ul {
text-align: left;
opacity: 0;
display: block;
/*--left: -999em;--*/
margin: 0;
position: absolute;
pointer-events: none;
transition: opacity 0.6s ease 0s;
left: auto;right: 0;
}

.no-js #header-menu ul ul {
display: block;
}

#header-menu ul ul li {
width: 50%; margin: 0px; position: static;
border-bottom: 1px solid rgba(255,255,255,0.05);
height: 55px;
padding: 0px;
position: relative;
}



#header-menu ul ul li:nth-child(odd) {
float: left;
}

#header-menu ul ul li:nth-child(even) {
float: right;
}

#header-menu ul ul ul li {
width: 100%;
}

#header-menu ul ul a {
white-space: normal;
width: 100%;
padding: 13px 25px 13px;
}

#header-menu li:hover > ul,
#header-menu li.focus > ul {
right: 0;
left: 0;
opacity: 1;
pointer-events: auto;
left: auto;
right: 0;
transition: opacity 0.6s ease 0s;
}

#header-menu li:nth-child(2) > ul,
#header-menu li:nth-child(2):hover > ul,
#header-menu li:nth-child(2).focus > ul,
#header-menu li:nth-child(3) > ul,
#header-menu li:nth-child(3):hover > ul,
#header-menu li:nth-child(3).focus > ul{
right: auto; left: 0;
}


/* Third Level */

#header-menu ul ul ul:after {
border: 0;
}

#header-menu ul ul li > ul,
#header-menu ul ul li:hover > ul,
#header-menu ul ul li.focus > ul {
    right: 100% !important;
    opacity: 0;
    width: 250px;
    column-count: 1;
    left: -250px !important;
    top: auto;
    transition: opacity 0.6s ease 0s;
    z-index: 9999;
}

#header-menu ul ul li:nth-child(even) > ul,
#header-menu ul ul li:nth-child(even):hover > ul,
#header-menu ul ul li:nth-child(even).focus > ul {
left: 100% !important;
right: -250px !important;
}

#header-menu ul ul li:hover > ul,
#header-menu ul ul li.focus > ul {
opacity: 1;
}

/* Arrows */

#header-menu ul ul:before, 
#header-menu ul ul:after

#header-menu ul .page_item_has_children > a,
#header-menu ul .menu-item-has-children > a {
margin: 0;
/*padding-right: 35px;*/
}

#header-menu .page_item_has_children > a:after,
#header-menu .menu-item-has-children > a:after {
/*content: "\f431";*/
position: absolute;
right: 10px;
top: 12px;
}


.dropdown-toggle,
#header-menu ul .dropdown-toggle.toggled-on,
.menu-toggle {
display: none;
}


}

 /*-- Mobile --*/ @media screen and (max-width: 1079px) {


.quicklink-mob {
position: relative;z-index: 99999;
}

#header-menu .quicklink-mob a:link, #header-menu .quicklink-mob a:visited {
font-size: 16px;
}

#header-menu .quicklink-mob a {
padding: 10px 50px 11px 50px;
}
 	
body.smaller header#masthead {
top: 0px !important;
}

body.toggled-on {
overflow: hidden;
}

nav#navigation,
nav#second-navigation {
position: relative;
width: 100%;z-index: 99;
}

.quicklink {
right: 140px;
}

nav#navigation li.hide {
display: block;
}

.header-menu {
background: #282828;
margin:0;
right: -20px;
top: 0px;
width: 390px;
position: absolute;
height: 100vh;
overflow: auto;
padding-top: 0px;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
-moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
-ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
-o-box-shadow: 0 0 15px rgba(0,0,0,.8);
box-shadow: 0 0 15px rgba(0,0,0,.8);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
transition: transform .5s;
z-index: 99;
padding-bottom: 160px;
padding-top: 70px;
}

.header-menu .branding-logo {
width: 80%;
    height: auto;
    display: table;
    position: absolute;
	margin: 0px 10%;
	opacity: 0.5; bottom: 200px; z-index: 9;
}

.header-menu .branding-logo svg, .header-menu .branding-logo img {
width: 100%; height: auto; z-index: 9;
}

.header-menu .tooltiptext,
.header-menu .tooltiptext:hover {
display: none !important;
}

.header-menu.toggled-on,
.no-js .header-menu {
right: 0;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);transition: transform .5s;
}

body.toggled-on #inner-wrapper,
body.toggled-on .logo {
opacity: 0.1;
}

.menu-main-menu-container {
padding: 90px 0px 0px 0px;
}

#menu-toggle {
background: none;
position: absolute;
z-index: 99999;
border: none;
color: #FFF;
font-weight: 800;
right: 11px;
top: 31px;
font-size: 16px; text-transform: uppercase; letter-spacing: 2px;
padding: 6px 20px 4px;
border-radius: 10px;
width: 125px; 
-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 
}

#menu-toggle svg {
	    position: absolute;
    left: 0px;
    top: 10px;
}

#menu-toggle.toggled-on {
top: 24px;
}

.dropdown-toggle.toggled-on:after {
content: "\f432";
}

#header-menu ul {
list-style: none;
margin: 0; padding: 0;
}

#header-menu li {
position: relative;
}

#header-menu ul a {
display: block;
outline-offset: -1px;
color: #1a1a1a;
display: block;
line-height: 1.3125;
outline-offset: -1px;
padding: 15px 50px 15px 50px; text-align: right;
}

#header-menu .social-icons {
float: right;
    position: relative;
    right: 50px;
    top: 30px;
}

#header-menu .menu-item-has-children a {
padding: 17px 80px 17px 50px;
}

#header-menu ul ul  {
background: rgba(255, 255, 255, 0.1);
}

#header-menu .sub-menu a {
padding: 17px 50px 17px 50px;
font-size: 17px !;
}

#header-menu ul ul a {
padding: 17px 0px 17px 40px;
}

#header-menu ul ul ul {
background: rgba(255, 255, 255, 0.2);
}

#header-menu ul ul ul a {
padding: 17px 0px 17px 70px;
}

#header-menu a:link,
#header-menu a:visited {
color: #FFF; text-decoration: none; font-weight: 800; font-size: 21px;
}


#header-menu .sub-menu a:link,
#header-menu .sub-menu a:visited {
font-size: 17px;
}

#header-menu .current-menu-item > a,
#header-menu .current-menu-ancestor > a {
font-weight: 700;
}

#header-menu ul ul {
transition:opacity 0.6s ease 0s ;
margin-left: 0px;
display: none;
}

.no-js #header-menu ul ul {
display: block;
}

#header-menu ul .toggled-on {
display: block;
padding: 0px;

}

#header-menu .primary-menu {
margin: 0px; padding: 0px;
}

#header-menu .page_item_has_children > a {
margin-right: 89px;
}

.dropdown-toggle {
background-color: rgba(255, 255, 255, 0);
border: 0;
border-radius: 0;	
color: #FFF;
content: "";
height: 60px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 100%;
z-index: 99;
}

.dropdown-toggle:after {
content: "\f431";
font-size: 24px;
position: absolute;
width: 20px;top: 17px;
right: 50px;
}

.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}

.dropdown-toggle:focus:after {
border-color: transparent;
}

}



 /*-- Mobile --*/ @media screen and (max-width: 400px) {

 .header-menu {
 width: 320px;
 }
 
 #header-menu ul a {
 padding: 15px 35px 15px 35px;
 }
 
 .dropdown-toggle:after {
 right: 32px;
 }
 
 #menu-toggle {
 text-align: right;    width: 115px;right: 10px;
 }
 
 #header-menu .menu-item-has-children a {
    padding: 17px 65px 17px 50px;
}

#header-menu .quicklink-mob a {
    padding: 15px 35px 15px 35px !important;
}
 
 }
 