.noscroll {
  overflow: hidden;
}

/*** header/top nav ***/
.header-section {
  position: absolute !important;
  z-index: 1000 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid #eeaf30 !important;
}
.main-logo {
  margin-top: 50px;
  margin-left: 75px;
}
.header-nav, .main-cont {position: static !important;}

.industry-row {padding-top: 37px;}
.industry-row ul {margin: 0;}
.industry-row a {
  color: #38434B;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.industry-row a:hover { color: #eeaf30; }

/* .nav-industry .item { display: inline-block; margin-right: 20px; } */
/* .nav-industry .item.last { margin-right: 0px; } */
.industry-extra {/* text-align: right; */}
.industry-extra li { display: inline-block; margin-right: 20px; }
.industry-extra li.last { margin-right: 0px; }

.industry-cont .nav-top {
  display: flex;
  justify-content: center;
  height: 75px;
  flex-wrap: nowrap;
}
.industry-cont .nav-industry {
  border-right: 1px solid #eeaf30; 
  display: flex;
}
.industry-cont .nav-top a {
  color: #38434B;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.industry-cont .nav-top nav > ul {
  margin: 0;
}
.industry-cont .nav-top nav > ul li {
  display: inline-block;
  margin-right: 0px;
}
.industry-cont .nav-top nav > ul li a {
  display: inline-block;
  padding: 15px 10px;
}
.industry-cont .nav-top nav > ul li a:hover {
  color: #eeaf30;
}
.industry-cont .industry-actions {
  display: flex;
  margin-left: 10px;
}
.industry-cont .industry-actions > div {
  /* padding: 0px 10px; */
  margin: 0px 5px;
}
.industry-cont .industry-actions a {
  display: inline-block;
  color: #eeaf30;
  padding: 15px;
  transition: color 300ms, background 300ms;
}
.industry-cont .industry-actions div:not(.industry-search) a:hover {
  color: #fff;
  background-color: #eeaf30;
}
.industry-cont .industry-actions div:not(.industry-search) a .fa {
  padding-right: 5px;
}
.industry-cont .industry-actions .industry-search {
  padding-right: 0;
}
.industry-cont .industry-actions .industry-search a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 56px;
  width: 56px;
  background-color: #eeaf30;
}



.nav-primary {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  height: 80px;
}
.nav-primary .item {border-right: #fff 1px solid;border-image: linear-gradient(to bottom, #fff 0%, #fff 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);border-image-slice: 1; display: inline-block; padding: 0px 10px; height: 60px; vertical-align: top; }
.nav-primary .item.first { padding-left: 0px; }
.nav-primary .item.last { border-right:none; padding-right: 0px; }
.nav-primary .item > a {
  color: #38434B;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.nav-primary .item.active > a, .nav-primary .item:hover > a {color: #eeaf30;}

.nav-primary .item-inner {
  position: absolute;
  top: 100%;
  left: 30%;
  display: none;
  width: 70%;
  background-color: white;
  border-top: 1px solid #eeaf30;
  z-index: 200;
  box-shadow: -4px 4px 6px -4px rgba(0, 0, 0, 0.4);
}

.nav-primary .item-inner.has-featured {
  left: 0;
  right: 0;
  width: 100%;
}

.nav-primary .item:hover .item-inner {z-index: 250;}

.nav-primary .item:hover .item-inner,
.nav-primary .item.open .item-inner {
  display: flex;
}

.nav-primary .item-inner > div {
  flex: 1;
  background-color: #fff;
}

.nav-primary .nav-secondary .secondary-cont {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 30px 0px 30px 30px;
  max-width: 50%;
  height: 100%;
  border-right: 1px solid #eeaf30;
}

.nav-primary .secondaryItem {
  display: inline-block;
  line-height: 24px;
  padding: 0px 20px;
}

.nav-primary .secondaryItem a {
  color: #eeaf30;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.nav-primary .secondaryItem.active,
.nav-primary .secondaryItem.selected,
.nav-primary .secondaryItem:hover {
  background-color: #D46132;
}
.nav-primary .secondaryItem.active > a,
.nav-primary .secondaryItem.selected > a,
.nav-primary .secondaryItem.open > a,
.nav-primary .secondaryItem:hover > a,
.nav-primary .secondaryItem a:hover { 
  color: #fff;
}

.nav-secondary .dropdown {
  position: absolute;
  top: -1px;
  left: calc(100% + 1px);
  display: none;
  padding: 30px 0 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eeaf30;
  border-left-width: 0;
  border-bottom-width: 0;
  z-index: 500;
  overflow-y: auto;
}
.nav-secondary .dropdownItem {
  display: block;
  line-height: 24px;
  padding: 5px 20px;
  overflow: hidden;
  text-align: left;
}
.nav-secondary .dropdownItem a {
  color: #38434B;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}
.nav-secondary .dropdownItem a.active,
.nav-secondary .dropdownItem a.selected,
.nav-secondary .dropdownItem a:hover {
  color: #38434B;
  font-weight: 700;
}
.nav-secondary .secondaryItem.active .dropdown,
.nav-secondary .secondaryItem:hover .dropdown {display: block;}

.nav-primary .featuredContent {  
  display: none;
}

.nav-primary .featuredContent .dropWidgets, .nav-primary .featuredContent .dropWidgets > div {
  height: 100%;
}

.nav-primary .item:hover .featuredContent {
  display: none;
}
.nav-primary .item:hover .item-inner.has-featured .featuredContent {
  display: block;
}

.nav-primary .featuredContent .featured-items {
  display: flex;
  height: 100%;
}

.nav-primary .featured-items .featured-item {
  flex: 1;
  height: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-primary .featured-items .featured-item a {
  position: relative;
  display: block;
  height: 100%;
}

.nav-primary .featured-items .featured-item .content {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 70%;
}

.nav-primary .featured-items .featured-item .content .nav-title {
  display: inline-block;
  margin-bottom: 2px;
  padding: 5px 10px;
  color: #38434B;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
}

.nav-primary .featured-items .featured-item .content .title {
  color: #fff;
  font-size: 50px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);

}

.nav-primary .featuredContent-cont .dropWidgets .contentRender_name_plugins_collections_template_custom_navigation_featured {
  margin: 30px;
}

@media (min-width: 64.063em) {
  .nav-primary .secondaryItem {
    padding: 10px;
    padding-right: 30px;
  }
}

@media (max-width: 70.75em) and (min-width: 64.063em) {
  .nav-primary .item > a {
    font-size: 16px;
  }
  .industry-actions{
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1024px){
  .nav-top{
    display: none !important;
  }
  .industry-actions{
    display: none !important;
  }
}
/*** nav themes ***/
.header-section.theme-green {background: url("/includes/public/assets/images/theme/topnav-bg-green.png") repeat-x;}
.header-section.theme-blue {background: url("/includes/public/assets/images/theme/topnav-bg-blue.png") repeat-x;}
.header-section.theme-gray {background: url("/includes/public/assets/images/theme/topnav-bg-gray.png") repeat-x;}
.header-section.theme-red {background: url("/includes/public/assets/images/theme/topnav-bg-red.png") repeat-x;}
.header-section.theme-tan {background: url("/includes/public/assets/images/theme/topnav-bg-tan.png") repeat-x;}
.header-section.theme-white {background: url("/includes/public/assets/images/theme/topnav-bg-white.png") repeat-x;}

.header-section.theme-tan .nav-primary .item {background: url("/includes/public/assets/images/theme/topnav-div-tan.png") no-repeat top right;}
.header-section.theme-white .nav-primary .item {background: url("/includes/public/assets/images/theme/topnav-div-white.png") no-repeat top right;}
.header-section.theme-tan .nav-primary .item.last, .header-section.theme-white .nav-primary .item.last {background: none;}

.header-section.theme-tan .nav-primary .item > a {color: #766A65;}
.header-section.theme-tan .nav-primary .item.open > a, .header-section.theme-tan .nav-primary .item:hover > a {color: #eeaf30;}
.header-section.theme-white .nav-primary .item > a {color: #615951; font-family:'Caslon W01 Antique'; font-size: 20px; line-height: 24px;}
.header-section.theme-white .nav-primary .item.open > a, .header-section.theme-white .nav-primary .item:hover > a {color: #eeaf30; font-family:'Caslon W01 Antique';}


/*** grid nav ***/
.nav-grid {margin-top: 40px;}
.nav-grid .item .link {color: #165788; font-family: 'Barlow Condensed', sans-serif; font-size: 24px; margin: 15px 0 45px; text-align: center;}


/*** footer ***/
.nav-press .item-head {color: #766a65; font-size: 20px; font-weight: 700; text-transform: uppercase; margin: 50px 0px 10px;}
.nav-press li {padding-bottom: 0px;}
.nav-footer p {line-height: 24px; margin: 0;}


/*** mobile nav ***/
.mobilenav { 
  background: #fff; 
  height: 43px;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}
.mobile-logo { display: block; position: absolute; left: 10px; top: 8px; height: 28px; width: 115px; z-index: 21000; }

.mobilenav .dl-menuwrapper {  
  right: 0;
  position: relative;
  height: 43px;
  line-height: 43px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 999999;
}

.mobilenav .menu-icon {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100%;
  text-align: right;
}
.mobilenav .menu-icon a .fa-bars {display: inline-block; color: #f0ece0; margin: 0 10px; font-size: 28px; vertical-align: middle;}
.mobilenav .menu-icon a .hamburger { 
	background-color: #eeaf30; 
	width: 1.5rem; 
	height: 0.25rem; 
	position: absolute; 
	right: 10px;
}
.mobilenav .menu-icon a .hamburger.bar-top {
	top: 0;
}
.mobilenav .menu-icon a .hamburger.bar-middle {
	top: 8px;
}
.mobilenav .menu-icon a .hamburger.bar-bottom {
	top: 16px;
}

.mobilenav .site-search-dd {padding: 10px;}

.mobile-extra {position: relative; padding: 4px 0px 4px 14px; height: 48px;}
.mobile-extra .tb-mobile a { color: #90986b; font-size: 18px; font-weight: 700; line-height: 40px; }
.mobile-extra .print-mobile { margin: 5px 15px 0 0; }
.mobile-extra .email-mobile { margin: 5px 10px 0 0; }

.mobile-actions,
.mobile-actions-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-actions > div:not(.mobile-search) {
  padding: 0px 10px;
}
.mobile-actions div:not(.mobile-search) a,
.mobile-actions-other div a {
  color: #eeaf30;
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-actions div:not(.mobile-search) a > i {
  margin-right: 5px;
}
.mobile-actions .mobile-search a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #eeaf30;
}

.mobile-actions-other > div {
  padding: 0px 10px;
}
.mobile-actions-other .mobile-actions-right {
  display: flex;
  margin: 0px -10px;
}
.mobile-actions-other .email-mobile a,
.mobile-actions-other .print-mobile a {
  display: inline-block;
  padding: 0px 10px;
  font-size: 24px;
}

.mobilenav ul.dl-menu {
  background: #fff;
  position: relative;
  top: 43px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mobilenav ul.dl-menu li {
  float: none;
  overflow: hidden;
  position: relative;
  list-style-type: none;
  width: 100%;
}

/* Add arrow to parent items with children*/
.mobilenav ul.dl-menu li .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 10px;
  display: none;
  width: 10px;
  height: 24px;
  color: #38434B;
  font-size: 24px;
  transform: translateY(-50%);
}
.mobilenav ul.dl-menu li.item-main.has-submenu .fa-angle-right {display: block;}

.mobilenav ul.dl-menu .item-main a {
  color: #38434B;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
} 

/* Industry Mobile Nav */
.mobilenav ul.dl-menu .item.item-industry a {
  color: #37424a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Hide arrow on LI when parent is active */
.mobilenav ul.dl-menu li.has-submenu.dl-subviewopen {
  background-image: none;
}
.mobilenav ul.dl-menu li > a,
.mobilenav ul.dl-menu li ul li > a {
  position: relative;
  display: block;
  padding: 10px 0 10px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 28px;
  text-align: left;
  text-decoration:none;
  border-bottom: 1px solid #eeaf30;
  outline: none;
}

.mobilenav ul.dl-menu li.has-dropdown > a,
.mobilenav ul.dl-menu li ul li.has-dropdown > a {
}

.mobilenav ul.dl-menu li.has-dropdown ul li a {
  width: 98%;
  padding-right: 5px;
}

.mobilenav ul.dl-menu li:hover:not(.has-form) > a {}

.mobilenav ul li > a:hover,
.mobilenav ul.dl-menu li ul li > a:hover,
.mobilenav ul.dl-menu li:hover > a {}
.mobilenav .dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  width: 300px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menuopen {
  border-top: 1px solid #eeaf30;
  box-shadow: -7px 7px 7px -5px rgba(0, 0, 0, 0.3);
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.mobilenav ul.dl-menu li.dl-back > a {font-size: 16px; text-transform: uppercase; opacity: 0.7;}

.mobilenav .dl-menuwrapper ul.dl-menu li .dl-submenu {
  display: none;
  margin-left: 0;
}

/* Color the parent nav a different color when children are visible and hide arrow */
.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent {
  background-color: #f0f0f0;
  background-image: none;
}

.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent a {
  border: 0px none;
  color: #eeaf30;
}

/* Style back link */
.mobilenav .dl-menuwrapper ul.dl-menu .dl-back a {
  display: inline-flex;
  align-items: center;
  border: 0px none;
  color: #37424a;
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  line-height: 1;
}
.mobilenav .dl-menuwrapper ul.dl-menu .dl-back a:before {
  content: "\f053";
  position: relative;
  top: 1px;
  padding-right: 5px;
  font-family: "FontAwesome";
  font-size: 13px;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.mobilenav .dl-menu.dl-subview li,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > a,
.mobilenav .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.mobilenav .dl-menu.dl-subview li.dl-subview,
.mobilenav .dl-menu.dl-subview li.dl-subview .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context NEEDS styling for transition */
.mobilenav .dl-menuwrapper > .dl-submenu {
  background: #fff repeat-x bottom center; 
  position: absolute;
  width: 100%;
  top: 68px;
  left: 0;
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.mobilenav .dl-menuwrapper > .dl-submenu li {
  list-style-type: none;
  border-bottom: 1px solid #90986b;
}

.mobilenav .dl-menuwrapper > .dl-submenu li a {
  display: block;   
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    outline: medium none;
    padding: 8px 0 6px 15px;
    color: #fff;
}


.mobilenav-overlay {
    position: absolute;
    top:43px;
    left:0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: none;
  }

.mobilenav .dl-menuwrapper .dl-menu.dl-menuopen {
  overflow-y: auto;
}


/*** mobile ***/
@media only screen and (max-width: 40em) { 
  .nav-grid .item img {height: 50px; width: 50px; margin-right: 15px; float: left;}
  .nav-grid .item .link {font-size: 18px; text-align: left; line-height: 50px; margin: 0;}
  .nav-footer .item {display: block; padding: 0px 5px; text-align: center;}
}

/*** tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

}

/*** desktop ***/
@media only screen and (min-width: 64.063em) { 

}




/* Animation classes for moving out and in - THERE ARE MORE OPTIONS THAN WHAT IS BELOW */

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}
/* Radio link for Industry Nav section */
.industry-extra {
    /* text-align: right; */
    /* margin-top: -35px; */
}
.radio-link a {
    font-weight: bold;
    color: #eeaf30;
}

@media (max-width: 70.75em) and (min-width: 64.063em) {
  .nav-primary .item > a,
  .industry-cont .nav-top a {
    font-size: 16px;
  }
  .nav-primary .secondaryItem a {
    font-size: 24px;
  }
  .nav-secondary .dropdownItem a {
    font-size: 20px;
  }
  .nav-primary .featured-items .featured-item .content .title {
    font-size: 40px;
  }
}

.nav-primary .item {
  border-right: #fff 1px solid;
  border-image: linear-gradient(to bottom, #fff 0%, #fff 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  display: inline-block;
  padding: 0px 15px;
  height: 60px;
  vertical-align: top;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

nav.primaryNav ul {
  list-style: none;
}

nav.primaryNav ul li {
  margin: 8px 0px 0px 36px;
  padding: 0px 0px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  z-index: 1;
  display: inline-block;
}

nav.primaryNav ul li a {
  font-family: "Cervo Neue W00 SemiBold Neue", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 18.5px;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;

}

nav.primaryNav ul li a:hover {
  font-family: "Cervo Neue W00 SemiBold Neue", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 18.5px;
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

nav.primaryNav ul li .mainNavDropDown {
  display: none;
}

nav.primaryNav ul li:hover:after {
  content: '';
  display: block;
  position: relative;
  top: 12px;
  width: 100%;
  border-bottom: 5px solid #bad736;
}

nav.primaryNav ul li:hover .mainNavDropDown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  left: 0;
  top: 150px;
  background-color: #fff;
  border-top: 5px solid #37424a;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.75);
}

nav.primaryNav ul li:hover .mainNavDropDown .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  max-width: 75rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0px 12px;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .primaryNavCollection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 24px;
  background-color: #fff;
  font-family: "Nexa W01 Book", Arial, sans-serif;
  font-size: 19px;
  line-height: 19px;
  color: #bad736;
  padding: 6px;
  margin: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .primaryNavCollection .item {
  position: relative;
  margin: 19px;
  color: #bad736;
  width: 218px;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .primaryNavCollection .item img {
  background-color: #bad;
  width: 100%;
  height: 150px;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .primaryNavCollection .item .title,
nav.primaryNav ul li:hover .mainNavDropDown .inner .primaryNavCollection .item .title a {
  font-family: "Cervo Neue W00 SemiBold Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 19px;
  color: #505b67;
  max-width: 218px;
  margin: 5px 0px;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .primaryNavCollection .item .discription {
  font-family: "Klinic Slab", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #505b67;
  max-width: 218px;
  margin: 5px 0px;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .primaryNavCollection .item a {
  font-family: "Klinic Slab", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #bad736;
  text-transform: none;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems {
  float: right;
  padding: 0px;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul {
  position: relative;
  top: 0px;
  right: 0px;
  padding: 24px;
  margin: 0px;
  width: 100%;
  height: 100%;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li {
  padding: 12px;
  margin: 0px;
  border: none;
  min-width: 150px;
  width: 52.5%;
  margin-right: 8px;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li a {
  font-family: "Klinic Slab", Arial, sans-serif;
  font-size: 19px;
  line-height: 19px;
  color: #505b67;
  letter-spacing: none;
  text-transform: none;
  display: inline-block;
  width: calc(100% - 40px);
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li ul {
  position: absolute;
  display: none;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li .marginFill {
  position: absolute;
  display: block;
  width: 1000px;
  height: 100%;
  margin-top: 0px;
  top: 0px;
  left: 52%;
  background-color: #FFF;
  display: none;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li.main-dropdown:after {
  border: none;
  content: "\F054";
  font-family: FontAwesome;
  font-size: 12px;
  text-transform: none;
  float: right;
  width: 25px;
  top: 0;
  display: inline-block;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li:hover {
  background-color: #f5f5f5;
  border: none;
  width: 52.5%;
  height: 100% margin-right: 8px;
  z-index: 5;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li:hover ul {
  margin: 0px;
  width: 48%;
  position: absolute;
  display: block;
  height: auto;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li:hover ul li {
  display: block;
  position: relative;
  width: 100%;
  border: none;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li:hover .marginFill {
  position: absolute;
  display: block;
  width: 1000px;
  height: 100%;
  margin-top: 0px;
  top: 0px;
  left: 52%;
  background-color: #f5f5f5;
  z-index: 1;
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li:hover:after {
  border: none;
}

nav.mobileNav.open {
  display: block;
}

nav.mobileNav.closed {
  display: none;
}

nav.mobileNav {
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  bottom: -10px;
  right: -12px;
  background: #fff;
  min-width: 325px;
  -webkit-box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.75);
}

nav.mobileNav ul {
  padding: 12px 0px 12px 24px;
  position: relative;
  width: auto;
  list-style: none;
}

nav.mobileNav ul li {
  width: 100%;
  padding: 12px 0px;
}

nav.mobileNav ul li a {
  font-family: "Cervo Neue W00 SemiBold Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #505b67;
  border-color: #000;
  margin-right: 24px;
  max-height: 24px;
  text-transform: uppercase;
}

nav.mobileNav ul li ul {
  padding: 0px 0px 0px 12px;
  margin: 0px;
  display: none;
}

.mobileNav ul.mobileNavInner.main-section {
  padding: 12px 0px 0px 24px;
}

.mobileNav ul.mobileNavInner.secondary-section {
  padding: 0px 0px 12px 24px;
}

nav.mobileNav ul li ul li {
  padding: 6px 0px;
}

nav.mobileNav ul li ul li a {
  font-family: "Nexa W01 Book", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #505b67;
}

nav.mobileNav ul li ul li ul li a {
  font-family: "Nexa W01 Regular", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #505b67;
  text-transform: none;
}

nav.mobileNav ul li ul li:after {
  display: none;
}

nav.mobileNav ul li:after {
  display: block;
  position: relative;
  content: '';
  width: 90%;
  left: 0px;
  top: 12px;
  border-bottom: 2px solid #edeef0;
}

nav.mobileNav ul li.secondary a {
  font-family: "Cervo Neue W00 Regular Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #505b67;
  text-transform: none;
}

nav.mobileNav ul li.dropdown.closed:before,
nav.mobileNav ul li.dropdown:before {
  display: inline;
  content: "\F078";
  ;
  right: 10%;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  text-transform: none;
  line-height: 20px;
  cursor: pointer;
}

nav.mobileNav ul li.dropdown.open:before {
  display: inline;
  content: "\F077";
  right: 10%;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  text-transform: none;
  line-height: 20px;
  cursor: pointer;
}

nav.mobileNav ul li a:hover,
nav.mobileNav ul li a.current {
  color: #bad736;
}

nav.mobileNav .headerWidgets {
  margin: 0px 20px;
  padding-bottom: 20px;
  position: relative;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

nav.mobileNav .headerWidgets .headerWidget {
  float: left;
  margin: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 6px 6px;
  padding: 3px;
  width: auto;
  border: 2px solid;
  height: 22px;
}

nav.mobileNav .headerWidgets .liveMusic {
  font-family: "Cervo Neue W00 Regular Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #bc3552;
  text-transform: uppercase;
  border-color: #bc3552;
  width: auto;
  line-height: 22px;
}

nav.mobileNav .headerWidgets .liveMusic a {
  color: #bc3552;
}

nav.mobileNav .headerWidgets .liveMusic span {
  padding: 0px 6px;
  font-size: 19px;
}

nav.mobileNav .headerWidgets .weather {
  font-family: "Cervo Neue W00 Regular Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #bad736;
  border-color: #bad736;
  line-height: 22px;
  width: 22px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  nav.primaryNav {
    display: block;
  }

  nav.mobileNav {
    display: none;
  }

  nav.mobileNav.open {
    display: none;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
  }

  nav.mobileNav.closed {
    display: none;
  }
}

@media screen and (max-width: 64rem) {
  nav.mobileNav {
    display: block;
    bottom: -7px;
  }

  nav.primaryNav {
    display: none;
  }

  nav.mobileNav.open {
    display: block;
  }

  nav.mobileNav.closed {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  nav.mobileNav {
    bottom: -7px;
    width: 100vw;
  }

  nav.mobileNav ul li:after {
    width: 96%;
    left: 0;
  }

  nav.mobileNav ul li.dropdown:before,
  nav.mobileNav ul li.dropdown.open:before,
  nav.mobileNav ul li.dropdown.closed:before {
    right: 5%;
  }
}

.primaryNav .primaryNavInner>li {
  position: relative;
}

.primaryNav .primaryNavInner>li .mainNavDropDown:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform .4s;
  transform-origin: bottom center;
  transform: translateY(-100%) scaleY(0);
}

.primaryNav .primaryNavInner li>a:hover+.mainNavDropDown:after {
  transition: none;
  transform: translateY(-100%) scaleY(1);
}

.primaryNav .primaryNavInner li:hover>a {
  position: relative;
  z-index: 20;
}

nav.primaryNav ul li .mainNavDropDown .inner .menuItems ul li ul:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform-origin: right center;
  transition: transform .4s;
  transform: translateX(-100%) scaleX(0);
}

nav.primaryNav ul li .mainNavDropDown .inner .menuItems ul li:hover>a {
  z-index: 20;
}

nav.primaryNav ul li .mainNavDropDown .inner .menuItems ul li a:hover+ul:after {
  transition: none;
  transform: translateX(-100%) scaleX(1);
}

nav.primaryNav ul li:hover .mainNavDropDown .inner .menuItems ul li a {
  font-family: "Klinic Slab", Arial, sans-serif;
  font-size: 19px;
  line-height: 19px;
  color: #505b67;
  letter-spacing: none;
  text-transform: none;
  display: inline-block;
  width: calc(100% - 40px);
}


nav.primaryNav ul li {
  margin: 28px 0px 0px 36px;
  padding: 0px 0px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  z-index: 1;
  display: inline-block;
  line-height: 90%;
}


.header-section.theme-green {
  background-color: #90986b;
  background-image: none;
  z-index: 1;
}
