header .openHTMLModule {
	margin-bottom:0 !important;
	display:inline-block;
}
.noHeaderMIL {
	display:none;
}
#secondaryNav {
	background-color:#B2121A;
	position:absolute;
	top:-37px;
	right:0px;
	width:100%;
}

/*header > div.fixed {
    height: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.f-topbar-fixed > header {
    position: fixed;
    border-bottom: 0 !important;
    height: 100px;
    top: 0;
    z-index: 99;
}

/*#secondaryNav::before {
	content:" ";
	background-color:green;
}*/
#secondaryNav .imageLinksList {
	list-style:none;
	margin:0;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#secondaryNav .imageLinksList li:last-child {	
	padding-right:0;
	border-right:0;
}
#secondaryNav .imageLinksList a {
	color:white;
	font-family: "industry", sans-serif;
	text-transform:uppercase;
	font-size:13px;
}
#headerBuyTickets {
	background:#B2121A;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "industry",sans-serif;
	font-weight: 700;
	padding: 11px 6px;
	display:inline-block;
	position: relative;
	z-index: 99;
}
#buyTicketsHR {
	border-color:white;
	margin:2px 0 0 0;
}




/***********************/
/* desktop only styles */
/***********************/
@media only screen and (min-width: 74.063em) {
	
.leftOfNav {
	width:100%;
	background-color:#f5f5f5;
	height:101px;
}
#siteLogo {
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	/*width:221px;*/
	/*height:100px;*/
}
#secondaryNav {
	width:70%;
	/*width:80%;*/
	top:0;
}
#secondaryNav .imageLinksList li {
	padding-right:35px;
	border-right:1px solid white;
	margin-right:35px;
}
nav {
    position: absolute !important;
    top: 36px;
    right: 180px;
	/*left: 90px;*/
    width: auto !important;
}
.rightOfNav {
	height: 50px;
    background: #1a1a1a;
    position: absolute;
    top: 36px;
    right: 0;
	display: flex;
	flex-direction: row;
}
#siteNavMain .dropdown > li {
	background:white;
}
#siteNavMain .dropdown > li > a {
	color:black;
	font-family: "open-sans";
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}
#siteNavMain .dropdown .parentBack {
	display:none;
}
	
}

/************************/
/* tablet/mobile styles */
/************************/
@media only screen and (max-width: 74em) {
	
/*
	#secondaryNav .imageLinksList li {
	padding-right:10px;
	border-right:1px solid white;
	margin-right:10px;
}
*/

	
	#secondaryNav .imageLinksList{
		justify-content: flex-end;;
	}
	
	#secondaryNav .imageLinksList a.schedule,
	#secondaryNav .imageLinksList a.camping{
		display:none;
	}
	
	#secondaryNav .imageLinksList a.callLink{
		padding-right:13px;
		border-right: 1px solid #fff;
		margin-right: 32px;
	}
	
	#headerBuyTickets{
		font-size:13px;
		margin-top:19px;
	}

	
}