/**
 * 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;
	margin: 0;
	padding: 0;
	position:relative;
	width: 100%;
}
.navPrimary > .item {
	float:left;
	margin: 0;
	padding: 0;
	width:auto;
}
.navPrimary > .item > a {
	color: #fff;
	display: block;
	padding: 0px 13px;
	border-bottom: 4px solid transparent; 
	font-size: 18px;
	line-height: 46px;
	font-weight: bold;
	letter-spacing: 0.02em;
	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 { }
.navPrimary > .item.selected a { }
.navPrimary > .item:hover > a { 
	border-bottom: 4px solid #fff; 
}
/* DROPDOWN */
.navPrimary .item .dropdown {
    display: none;
    overflow: hidden;
    padding: 5px 5px;
    position: absolute;
    z-index: 30;
}

.navPrimary > .item:hover .dropdown { 
	display: block; 
}
.navPrimary .dropItem { 
	overflow: hidden; 
	padding: 7px 0; 
	margin: 0 10px; 
	text-align: center;
}
/*.navPrimary .dropItem.last {border: 0 none;}*/
.navPrimary .dropImage { 
    float: right;
    margin: 20px 10px;
}
.navPrimary .dropItem .dropContent { 
	float: left; 
	max-width: 300px;
	min-width: 200px;
}
.navPrimary .dropItem .dropTitle { 
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
.navPrimary .dropItem .dropTitle a { 
	color: #fff;
	text-transform: uppercase; 
	font-weight: 600;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Secondary Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/
.secondary-nav {
	text-transform: uppercase;
	display: inline-block;
}
.secondary-nav ul {
	list-style-type: none;
	margin: 0;
}
.secondary-nav li {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-right: 35px;
}
.secondary-nav ul li:last-child {
	background: #F7C610;
	padding: 5px 8px 4px;    
	text-shadow: 1px 0px 2px #084A84;
}
.secondary-nav .dl-submenu {
	display: none;
	overflow: hidden;
    padding: 5px 5px;
    position: absolute;
    z-index: 30;
}
.secondary-nav .dl-submenu > li {
	overflow: hidden;
    padding: 7px 0;
    margin: 0 10px;
    text-align: center;
}
.secondary-nav .item-topnav:hover .dl-submenu {
	display: block;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/
.footer-nav {
	margin: 10px auto 0;
    max-width: 310px;
}
.footer-nav ul {
	margin: 0;
}
.footer-nav li {
	display: block;
	padding: 10px;
	line-height: 14px;
	text-align: left;
}
.footer-nav li:last-child {
	border-right: none;
}

.footer-nav a:link {
	color: #FFF;	
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

/* Mobile Nav */

.mobileNav { 
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
}
.mobileNav.open {
	z-index: 1010;
}
.mobileNav .dl-menu.dl-menuopen {
	position: relative;
	padding: 5px 0;
	-webkit-box-shadow: -7px 10px 32px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -7px 10px 32px 0px rgba(0,0,0,0.75);
	box-shadow: -7px 10px 32px 0px rgba(0,0,0,0.75);
}
.mobileNav .dl-trigger.menu-icon {
	float: right;
	padding: 4px 10px 0 0;
	margin-bottom: 10px;
}
.mobileNav .dl-menuwrapper {
	float: right;
}
.mobileNav .dl-menuwrapper:first-child {
	margin: 0;
}
.mobileNav .dl-menuwrapper button {
	background-color: transparent;
	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: transparent;
}
.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: #fff;
	margin: 0;
}
.mobileNav .dl-menuwrapper li a {
	color: #58595b;
	padding: 10px 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
} 
.mobileNav .dl-menuwrapper li > a:after {
	color: #58595b;
}
.mobileNav .dl-menuwrapper .dl-parent {
	display: none !important;
}

/** 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: #fff;
  	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 li.item-topnav {
    background: #ededed;
}
.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 **/

.mobileNav .dl-menuwrapper li.dl-back:after, .mobileNav .dl-menuwrapper li > a:not(:only-child):after {
	line-height: 40px;
}
.mobileNav .dl-menuwrapper li.dl-back:after {
	color: #58595B;
}
.mobileNav .dl-menuwrapper li.dl-back > a {
	background: #f0ede3;
}
.mobileNav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu li:not(.parent-item) a {
	font-size: 18px;
}

@media only screen and (max-width: 64em) { 
	.secondary-nav {
		display: none;
	}
}

@media only screen and (max-width: 40em) { 
	.mobileNav { 
		top: -5px; 
	}
	.mobileNav .dl-trigger.menu-icon {
		margin-top: 1px;
	}
}

/* Mars Music Microsite */
.marsmusic .navPrimary > .item > a {
	font-size: 36px;
	font-family: 'Righteous', cursive;
}
.marsmusic .navPrimary > .item:hover > a,
.marsmusic .navPrimary > .item.selected > a {
	background-color: #1c2e42;
}
.marsmusic .secondary-nav ul li:last-child {
	background-color: #ee2c3c;
}
@media only screen and (max-width: 1220px) { 
	.marsmusic .navPrimary > .item > a {
		font-size: 28px;
	}
}

/* Rhythm on Monroe Microsite */
.rhythm .navPrimary > .item > a {
	font-size: 33px;
	font-family: 'Quicksand', sans-serif;
}
.rhythm .navPrimary .dropItem a {
	font-family: 'Quicksand', sans-serif;
}
.rhythm .secondary-nav ul li:last-child {
	background-color: #37c0e5;
}
@media only screen and (max-width: 1220px) { 
	.rhythm .navPrimary > .item > a {
		font-size: 26px;
		padding-right: 10px !important;
	}
}