/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

/*** GDPR dropdown***/
.parent.has-children {
  padding: 15px 40px;
    padding-right: 40px;
  padding-right: 40px;
  padding-right: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #686767;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.navPrimary.show-for-large-up {
  position: relative;
  max-width: 800px;
}
.click-nav.mobile-sub {
  padding: 15px 40px;
  padding-right: 40px;
  padding-right: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #686767;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a.click-nav {
  margin-top: -5px !important;
}

.toplvl.video.item {
    margin-top: -5px;
}
.logo.columns.small-6.large-3 {
  padding: 1% 2%;
}
.gdpr-banner-container {
  background: #f9f5f3;
}
.arrow-up {
  margin-top: -30px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #03ae96;
  position: absolute;
  z-index: 99;
  width: 20px;
  margin-left: 10%;
}
.navBoxed {max-width:100%;margin:auto;}
.container-push{
  position: relative;    
  height:auto;
}
.push-down p {
    color: #ffffff;
    font-size: 16px;
    padding: 0 20% 0 20%;
     margin-top: 48px;
}
 .push-down p a{color:#ffffff;text-decoration:underline;}
 .push-down {
    background-color: #12244c;
    height: 150px;
    width: 100% !important;
    font-weight: 300;
    position:fixed;
    transform: translateY(-100%);
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    width: 50%;
    transition: margin 1s ease;
    z-index:20;
}
  .content{
    transition: margin 1s ease;padding:5% 3%;background-color: #f9f5f3;
  }
.container-push.pushed .content{
   margin-top: 140px;
}
.container-push.lift .content{
   margin-top: 0px;
}
.button.close{
  text-decoration: none;
  position:fixed;
  margin-top:-100px;
  left: 90%;
  display: inline;
  padding: 5px 15px;
  color: #ffffff;
  font-size:36px;
  font-style:normal;
  font-weight:300;
  padding-top:0px;    
  background: none;
  z-index:22;
}
.button.close:hover {
    background: none;
}
.button.close a:hover{background:none;}

.fa-angle-down {
  background-image: url(/includes/public/assets/images/arrows/arrow-01.svg);
  content: "";
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-top: 15%;
  padding-top: ;
  position: absolute;margin-left: -5%;
}

.fa-angle-down::before {
  content: "\f107";
  display: none;
}
 @media only screen and (max-width: 40.063em) {
	
	.toplvl.video a {
    padding: 15px 40px;
    padding-right: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #686767;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
	
	.headerWrapper {top:-1.6% !important;position: fixed;}
	.navBoxed {
    margin: 5% 0;
    padding-top: 1%;
    padding-bottom: 2%;
}
.push-down{background:#424f70;}
.push-down p {
    color: #ffffff;
    font-size: 12px;
    padding: 6% 12% 0 8%;
    text-align: left;
    line-height: 1.4;
    margin-top: 0px;
}
.button.close {
    margin-top: -120px;
    right: 1%;
    font-size: 24px;
    left: 85%;
}
.container-push.lift .content{
   margin-top: -20px;opacity:0;
}
    .button.close a:hover{background:none;}

	}
 @media only screen and (min-width: 2000px) {	
 .push-down{margin-left: -18%}
 }
/*** Header Nav ***/
.main_nav {
	float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
	padding-bottom: 0%;
}
.navPrimary {
	clear:both;
	float:left;
	margin: 0;
	padding: 6px 0 0;
	width: 100%;
	left: 20px;
}
.navPrimary .toplvl {display: inline-block;}
.navPrimary .item .toplvl .fa {
  margin-left: 12px;
  font-size: 18px !important;
  display: none;
}

.navPrimary > nav {
  display: flex;
  justify-content: space-evenly;
}

.navPrimary .item,
.navPrimary .item > a,
.navPrimary .item .fa {
	display:inline-block;
	margin: 0;
	padding: 0;width: auto;position: relative;
  /* width: 30%; */
}
.navPrimary .item.micro, .navPrimary .item.micro > a, .navPrimary .item.micro .fa {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto !important;
  width: 30%;    -webkit-font-smoothing: subpixel-antialiased;
}

.navPrimary .item {height: 60px; line-height: 60px;}
/* .navPrimary .item:first-child {padding-right: 80px;} */
.navPrimary .item .fa {color: #f79b67;}
.navPrimary .toplvl,
.navPrimary .item > a {
	font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
	color: #6d6559;
	font-size:18px;
	letter-spacing: 0.02em;
	padding: 4px 13px;
	text-decoration:none;
	text-transform: uppercase;/* do not remove - overwrites the body a style */
	white-space:nowrap;
	-webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .navPrimary .toplvl,
  .navPrimary .item > a { font-size: 16px; }
}
.navPrimary .item:hover .toplvl,
.navPrimary .item:hover, 
.navPrimary .item.open, 
.navPrimary .item.selected,
.navPrimary .item.selected a,
.navPrimary .item a:hover,
.navPrimary .dropdown .item a:hover { color: #01bda3; }

/* DROPDOWN */
.navPrimary .item .dropdown {
background-color: #fff;
display: none;
left: 0;
overflow: visible;
padding: 15px 20px 10px 2%;
top: 130%;
z-index: 30;
height: auto;
-webkit-box-shadow: 0px 31px 32px -24px rgba(41,41,41,0.6);
-moz-box-shadow: 0px 31px 32px -24px rgba(41,41,41,0.6);
box-shadow: 0px 0px #000, -0.05em 0 .6em #757575;
margin-top: -14%;
width: 300px;
border-top: 3px solid #03ae96;
position: absolute;
}

.navPrimary .item:hover .dropdown { display: block; }

.navPrimary .dropdown .item {
  display: block;
  margin: 0px 20px 0 0;
  min-width: 100%;
  overflow: hidden;
  padding: 10px 10px;
  line-height: 1;

}
.navPrimary .dropdown .item:nth-of-type(2n) { margin-right: 0;}
.navPrimary .dropdown .item:nth-of-type(2) {
  padding-top: 15px;
  margin-top: -8px;
}

.navPrimary .dropdown .item:nth-last-child(-n+2) {border-bottom: 0 none;}
.navPrimary .dropdown .item a {
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
color: #757575;
text-transform: none;
line-height: 1.2;
white-space: nowrap;
font-size: 1.2em;
left: 5%;
position: absolute

} 


/* **** Top Industry Nav **** */

.topNav {
 position: relative;
z-index: 4;
padding-right: 3%;
background: #f9f5f3;
text-align: right;
width: 100%;
margin: auto;
max-width: 1600px;
}
.topNav .item-topnav { display: inline-block; margin: 5px 0 8px; padding: 0 10px;}
.topNav .item-topnav .pipe {
  display: inline-block;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 0px 0 8px; color: #f5894c;
}
.topNav .item-topnav:last-child > .pipe {display: none;}
.topNav .item-topnav a { 
	color: #6d6559;
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 12px;
  position: relative;
  text-transform: capitalize;
  top: -2px;-webkit-font-smoothing: subpixel-antialiased;
}
.topNav .sub-cont {display: none;}

/* **** Interior Side Nav **** */

.sidenav-wrapper {
  background-color: #fff;
  width: 100%;max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: block;
border-bottom: #e6e3d7 1px solid;

}

.sidenav-wrapper .sidenav-inner {padding: 40px 0px; margin: 0 auto; text-align: center; max-width: 990px;}
.sidenav-wrapper .sidenav-inner .items-cont {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 20px;
}
.sidenav-wrapper .sidenav-inner .items-cont.has-search{ }
/*mobile*/
@media only screen and (max-width: 40.063em) {
  .sidenav-wrapper .sidenav-inner .items-cont.has-search{
    clear: both;
    margin-top: 20px;
  }
  .navPrimary .item .toplvl .fa {display:block;}
	
}

.sidenav-wrapper .sidenav-inner .items-cont .section-title {
  font-family: "proxima-nova",sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: left;
  display:none;
}

.sidenav-wrapper .sidenav-inner .items-cont ul {margin: 0;}
.sidenav-wrapper .sidenav-inner .items-cont ul li {list-style: none; margin-bottom: 18px; text-align: left;}
.sidenav-wrapper .sidenav-inner .items-cont ul li a {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;  
  color: #6d6559;
  letter-spacing: 0.1em;
}

.sidenav-wrapper .sidenav-inner .items-cont ul li a.contact {
  text-transform: uppercase;
  color: #01bda3;
}

/* **** Footer Nav **** */

.footer-nav {margin-bottom: 35px;}
.footer-nav a {
	display: block;
	font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 500;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	line-height: 150%;
	padding: 10px 0;
	letter-spacing: 0.08em;
	text-align: center;
}

/** mobile nav **/
.menu-toggle{
  background: rgba(0, 0, 0, 0) url("/includes/public/assets/shared/hamburger.png") no-repeat scroll center center;
  color: #ccc;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  height: 26px;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
  right: 19px;
  top: 10px;
  width: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.active-menu .menu-toggle{
  background: url('/includes/public/assets/shared/hamburger-close.png') no-repeat center center;
  width: 26px;
}

.headerWrapper.open-drop .navMobile,
.navMobile{
   display: none;
   position: absolute;
   z-index: -200;
   left: -100%;
   width: 100%;
   padding-top: 40px;
   background: #fff;
}
.active-menu .navMobile{
   left: 0;
   z-index: 200;
   display: block;
   top: 103%;
   padding: 5%;
   overflow: scroll;
   height: 100vh;
}
.navMobile li ul li a:hover {
  color: #4ead99;
}
.navMobile .mobile-widgets,
.navMobile ul{
   position: relative;
   margin: 0 auto;
   width: 100%;
}
.navMobile ul.submenu{
   display: none;
   background-color: #fff;
   padding-bottom: 20px;
}
.navMobile li{
  position: relative;
  display:block;
  padding: 0px;
}
.navMobile li > div, .navMobile li a {
  padding: 15px 40px;
    padding-right: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #686767;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 0.05em;
}
.navMobile li .parent.has-children {cursor: pointer;}
.navMobile li > div {display: inline-block; padding-right: 0;}
.navMobile li > div.selected {color: #03bda4;}
.navMobile li.open a{
   color: #ff8043;
}
.navMobile li.has-submenu > a{
   padding-right: 5px;
}
.navMobile li li a{}
.navMobile li.secondary-item a{
   padding:0 0 15px;
   font-size: 10px;
   border: none;
}
.navMobile li.secondary-item.first a{
   padding-top: 15px;
}
.navMobile li.item-topnav li.secondary-item a {padding: 5px 0 0 10px;} 



/* .navMobile li span{
    color: #ff8043;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 30px;float: right;  margin-right: 2%;
} */
.navMobile li span {
  color: #ff8043;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  text-align: center;
  width: 30px;
  float: right;
  margin-right: 2%;
  margin-top: -28%;
}


}
.navMobile li span .fa{
   line-height: 50px;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

.navMobile li span.open .fa {
  transform: rotate(90deg);
  background-image: url(/includes/public/assets/images/arrows/arrow-teal-01.svg);
}


.navMobile li ul li {border-bottom:none; margin: 0 40px;}
.navMobile li ul li:last-of-type {border: 0 none;}
.navMobile li ul li a {color: #686767; padding: 6px 0; text-transform: none;}

.navMobile .topNav {
  background-color: #fff;
  border-top: 4px solid #f9f5f3;
  padding: 5% 0 5% 3%;margin-top: 5%;
}
.navMobile .topNav .item-topnav {padding: 0; margin: 0; display: block;}
.navMobile .topNav .item-topnav a {padding: 0px 40px;}
.navMobile .topNav .item-topnav .pipe {display: none;}

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|
| tablet: min-width: 641px
| custom tablet : min-width: 768px
| desktop : min-width: 1025px;
|-----------------------------------------------------------------------------------------------------------
*/

/*** Custom Tablet ***/
@media only screen and (min-width: 768px){
  .footer-nav a {text-align: left;}
}

/*** Tablet ***/
@media only screen and (min-width: 641px) {
  .sidenav-wrapper .sidenav-inner .items-cont {width: 48%; margin-bottom: 20px;}
}

.sidenav-wrapper .mobile-space{
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) { 
	.mobileNav { top : -5px; }
  .menu-toggle {top: 0;}

  .sidenav-wrapper .sidenav-inner {padding: 30px 20px 20px;}
  .sidenav-wrapper .sidenav-inner .items-cont {float: left; width: 50%;}
  .sidenav-wrapper .sidenav-inner .items-cont .section-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 13px;
  }
  .sidenav-wrapper .sidenav-inner .items-cont:nth-of-type(2) ul {margin-bottom: 40px;}
  .sidenav-wrapper .sidenav-inner .items-cont ul li {
    line-height: 1;
    margin-bottom: 13px;
  }
  .sidenav-wrapper .sidenav-inner .items-cont ul li a {
    font-size: 12px;
    font-weight: 300;
  }
  .sidenav-wrapper .sidenav-inner .items-cont ul li a.contact {font-weight: 500;}
}

/*** Desktop ***/

@media only screen and (min-width: 1025px) {
  .navPrimary {padding-top: 0;}
  .sidenav-wrapper .sidenav-inner .items-cont {width: 33%; padding: 0;}
  .footer-nav {margin-bottom: 80px;}
headerWrapper .logo {
  padding: 10px 20px;
}
}
.navPrimary {
    clear: both;
    float: right;
    margin: 0;
    padding: 6px 0 0;
    padding-top: 6px;
    width: 100%;
    left: 20px;
    margin-right: -20%;
}

@media (max-width: 1280px) {
  .navPrimary {
    margin-right: -20% !important;
  }
}

  /*mobile*/
  @media only screen and (max-width: 40.063em) {
.content {

  padding: 10% 3%;
 
}
	  
	  
	  .wrapper .menu-toggle {
  top: 4px;
  background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/arrows/hamburger-teal-01.svg") no-repeat scroll center center / 100% auto;
  width: 35px;
}
    .active-menu .menu-toggle {
        background: rgba(0, 0, 0, 0) url("/includes/public/assets/shared/hamburger-close.png") no-repeat scroll center center;
          width: 30px;
    }
    .sidenav-wrapper .sidenav-inner .items-cont:nth-of-type(2) ul{
      margin-bottom: 10px;
    }
    .sidenav-wrapper .sidenav-inner {
      padding: 25px 20px 13px;
    }
    .sidenav-wrapper .sidenav-inner .items-cont .section-title{
      font-size: 17px;
    }
	 .gdpr-banner-container {
  background: #fff;
} 
.headerWrapper .favorites, .headerWrapper .search-box {
  margin-top: -5% !important;
}
	.topNav .item-topnav a {
  color: #6d6559;
  font-family: "proxima-nova",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 12px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3% 5% !important;
}  
	  
  }
  
   @media only screen and (max-width: 64.063em) {
    .toplvl.video a {
      padding: 15px 40px;
      padding-right: 40px;
      display: inline-block;
      text-transform: uppercase;
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      color: #686767;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
    }
  }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

.navMobile li span {

  margin-top: -8%;
}
	
.fa-angle-down {
	margin-top: 0%;	}

}
