/**
 * 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.
 */

/*** Header Nav ***/

.navPrimary {
	clear:both;
	float:left;
	margin: 0;
	padding: 6px 0 0;
	position:relative;
	width: 100%;
}
.navPrimary > .item {
	float:left;
	margin: 0;
	padding: 0;
	width:auto;
}
.navPrimary > .item > a {
	color: #CE5323;
	font-weight: normal;
	display:block;
	font-size:19px;
	letter-spacing: 0.02em;
	padding: 5px 13px;
	text-decoration:none;
	text-transform: uppercase;/* do not remove - overwrites the body a style */
	white-space:nowrap;
	-webkit-font-smoothing: antialiased;
}
.navPrimary > .item:hover, 
.navPrimary > .item.open, 
.navPrimary > .item.selected { background-color: #DCD2B8; }
.navPrimary > .item.selected a,
.navPrimary > .item a:hover { color : #CE5323; }
/* DROPDOWN */
.navPrimary .item .dropdown {
    background-color: #DCD2B8;
    display: none;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    z-index: 30;
}

.navPrimary > .item:hover .dropdown { display: block; }

.navPrimary .dropItem { overflow: hidden; padding: 10px 0; margin: 0 10px; }
/*.navPrimary .dropItem.last {border: 0 none;}*/
.navPrimary .dropImage { 
    float: right;
    margin: 20px 10px;
}
.navPrimary .dropItem .dropContent { float: left; max-width: 167px;}
.navPrimary .dropItem .dropTitle { font-size: 15px; }
.navPrimary .dropItem .dropTitle a { color: #CE5323; }

/* **** Top Industry Nav **** */

.topNav { float: left; margin-left: 0; position: relative; z-index: 4; }
.topNav .item-topnav { display: inline-block; margin: 0 5px; padding: 0 3px; }
.topNav .item-topnav a { color: #CE5323; font-weight: normal; text-transform: capitalize; }
.topNav .sub-cont {display: none;}

/* Mobile Nav */

.mobileNav { 
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}
.mobileNav .dl-menu.dl-menuopen {
	position: relative;
}
.mobileNav .dl-trigger.menu-icon {
	float: right;
	margin-right: 10px;
	padding: 10px 10px 17px 10px;
}
.mobileNav .dl-menuwrapper {
	float: right;
}
.mobileNav .dl-menuwrapper:first-child {
	margin: 0;
}
.mobileNav .dl-menuwrapper button {
	background-color: #EFE9D3;
	text-indent : 0;
}
.mobileNav .dl-menuwrapper button:hover,
.mobileNav .dl-menuwrapper button:focus,
.mobileNav .dl-menuwrapper button:active,
.mobileNav .dl-menuwrapper button.dl-active {
	background-color: #EFE9D3;
	padding: 10px 10px 17px 10px;
}
.mobileNav .dl-menuwrapper button:after {
	display: none;
}
.mobileNav .dl-menuwrapper button.dl-search a .link-text {
	padding-top: 0;
}
.mobileNav .dl-menuwrapper ul {
	background-color: #DCD2B8;
	margin-left: 0;
}
.mobileNav .dl-menuwrapper li a {
	color: #CE5323;
} 

/** animated menu icon **/
.mobileNav .dl-menuwrapper button.dl-trigger a span::before, 
.mobileNav .dl-menuwrapper button.dl-trigger a span::after,
.mobileNav .dl-menuwrapper button.dl-trigger a span{
	position: relative;
  	display: inline-block;
  	width: 21px;
  	height: 2px;
  	background-color: #CE5323;
  	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);

	-webkit-transition: background .2s .5s ease;
	-moz-transition: background .2s .5s ease;
	-ms-transition: background .2s .5s ease;
	-o-transition: background .2s .5s ease;
	transition: background .2s .5s ease;
}
.mobileNav .dl-menuwrapper button.dl-trigger a span::before, 
.mobileNav .dl-menuwrapper button.dl-trigger a span::after {
  	content: '';
  	position: absolute;
  	left: 0;
	
	-webkit-transition: top .2s .5s ease, -webkit-transform .2s ease;
	-moz-transition: top .2s .5s ease, -moz-transform .2s ease;
	-ms-transition: top .2s .5s ease, -ms-transform .2s ease;
	-o-transition: top .2s .5s ease, -o-transform .2s ease;
	transition: top .2s .5s ease, transform .2s ease;
}
.mobileNav .dl-menuwrapper button.dl-trigger a span::before{ top: 7px; }
.mobileNav .dl-menuwrapper button.dl-trigger a span::after { top: -7px; }

/** expanded - close icon **/
.mobileNav .dl-menuwrapper button.dl-active a span{   
  	background: transparent; 
  	box-shadow: none;
}
.mobileNav .dl-menuwrapper button.dl-active a span::before,
.mobileNav .dl-menuwrapper button.dl-active a span::after{
	top: 0;

	transition: top 0.2s ease, -webkit-transform 0.2s 0.5s ease;
  	transition: top 0.2s ease, transform 0.2s 0.5s ease;
}
.mobileNav .dl-menuwrapper button.dl-active a span::before {
  	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.mobileNav .dl-menuwrapper button.dl-active a span::after {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
/** END -- animated menu icon **/

/** Sitemap & 404 **/
.sitemap > ul {
      -moz-column-count: 1;
      -moz-column-gap: 15px;
      -webkit-column-count: 1;
      -webkit-column-gap: 15px;
      column-count: 1;
      column-gap: 15px;
  }

.sitemap{
  margin-bottom: 100px;
}
.sitemap a {
	color: #3c3e3e;
}
.sitemap h4 {
  font-size: 32px;
  margin-bottom: 15px;
}
.sitemap ul.multicol {
  margin-bottom: 18px;
}
.sitemap  ul.multicol > li > ul {
  margin-bottom: 30px;
}
.sitemap  ul.multicol > li > a {
  font-size: 19px;
}
.sitemap  ul.multicol a { #3c3e3e }

.sitemap ul.multicol a { font-size: 14px; }
.sitemap ul ul {
  margin-left: 30px;
  padding: 4px 0;
}
ul.multicol ul {
    list-style-type: square;
}
ul.multicol ul ul li {
    list-style-type: circle;
}

@media only screen and (max-width: 40em) { 
	.mobileNav { top : -5px; }
}


@media only screen and (max-width: 1025px) { 
	.contentRender_name_plugins_core_textbox img[src*="cloudinary"] {
		height: auto !important;
	}
}

.search-icon {
	position: relative;
	right: 15px;
}

.navbottom {
	width: 100%;
	margin: 0 20px 20px;
	text-align: left;
}
	.navbottom .tripItems {
		color: #fff;
		margin-bottom: 15px;
	}

	.navbottom ul {
		margin: 0;
	}
		.navbottom ul li {
			margin-right: 50px;
		}
			.navbottom ul li:last-of-type {
				margin-right: 0;
			}
