@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700;800&display=swap');
.clear {
	clear: both;
}
/***** Start of primary nav ******/
#menu-button {
	display: block;
}
nav.mobile {
	display: block;
}
#menu-button {
	width:20px;
	float: right;
	margin-top:10px;
}
nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
	text-align: left;
}
.menu-primary {
	font-size: 24px;
	text-align: right !important;
}
.primary {
	width: 90% !important;
	float: left !important;
}
.menu-button {
	width: 20px;
	float: right;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}
nav.primary ul li a {
	color: #fff !important;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 12px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
}
nav.primary ul li a:hover {
	background-color:#B7182D;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	line-height: 18px;
	padding: 5px 0 5px 20px;
	text-align: left;
	border-right: none;
	border-left: none;
	background:#333;
	border-bottom: #0a2737 solid 1px;
	 color: #fff !important;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
    font-size: 18px;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	color: #212121;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: block;
	position: absolute;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	width: 310px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-angle-down {
    padding-left: 3px;
    padding-top: 3px;
}


/******** End of primary Nav ***************/
	nav.primary ul ul li {
		width: 240px;
	}

	nav.primary ul li a {
		padding: 10px 10px;
		font-size: 18px;
		text-align: right;
		letter-spacing: .5px;
	}


/* ADDITIONAL STYLES */
.header-address h4 {font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 16px; color:#B7182D}
.header-address p {font-family: 'Barlow Condensed', sans-serif; font-weight:500; font-size: 15px;color:#000;}
.btn-cluster {display: flex; flex-direction: row;width: 95%;}
.email-red {padding: 10px 0; text-align: center; color:#fff; font-size: 11px; font-weight: 700;background: #cf142d; margin: 10px 1px; width: 33%; transition: .3s ease;}
.email-red:hover {background: #212121;}
.menu-secondary {display: none;}
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: block;
	}
	#menu-button {
		display: block;
		font-size: 24px;
		position: relative;
		z-index: 1000;
		/* needs to be lower than nav.mobile, adjust as needed */
		text-align: right;
	}
	#menu-button a {
		color: #cf142d;
		text-decoration: none;
		font-weight: normal;
		text-align: left;
		font-weight: 600;
	}
	.menu-toggle span {
		font-size: 20px;
		color:white;
	}
	nav.mobile {
		display: block;
		position: fixed;
		text-align: left;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		background: white;
		z-index: 1001;
		/* needs to be higher than #menu-button, adjust as needed */
		overflow: auto;
		box-shadow: 1px 1px 3px #ddd;
	}
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {nav
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		word-spacing: 13px;
		padding: 0 0 0 15px;
		color: #0a2737 !important;
		width: 90%; margin-left: 5%;
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #cf142d;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #212121;;
		text-decoration: underline;
	}
	.mobiletitle {
		padding-left: 20px;
		color: #212121;
	}
h4.mobiletitle img {max-width: 150px; width: 100%;}
	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		padding: 0;
		margin: 15px 0 10px 0;
		/*margin:40px 0 10px 0;*/
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		float: right;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		background: white;
		color: black;
		text-decoration: none;
		top: -4px;
		/*top:-35px;*/
		right: 13px;
	}
	nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: gray;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		font-weight: 700; letter-spacing: 1px;
		display: block;
		font-size: 14px;
		padding: 10px 10px 10px 15px;
		color: #0a2737;
		text-decoration: none;
		border-left: 4px #333 solid;
		text-transform: uppercase;
		font-weight: 700;
	}
	nav.mobile ul li a:hover {
		background: #212121;
		color: #fff;
		border-left: 4px #cf142d solid;
		/* border highlight - Change to fit match site colors */
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: #f1f1f1;
		position: relative;
		display: block;
		padding: 10px 10px 10px 20px;
		border-left: 4px #444 solid;
		color:#0a2737;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
	}
	nav.mobile ul li li a:hover {
		background: #333;
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left: 4px #555 solid;
	}
	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li li a {
		background: #777;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left: 4px #555 solid;
	}
	nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	nav.mobile ul li .click {
		/* dropdown menu idicator arrow be sure to include this image with your image files */
		/*position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;*/
	}
	.nav-footer {
		color: #ccc;
		font-family: 'Barlow Condensed', sans-serif;
		position: relative;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		padding: 15px 0;
	}
	/* FONT AWESOME ICONS */
	nav.mobile ul li a .fa {
		width: 25px;
		font-weight: 100;
		padding: 8px 3px;
		margin: 0 6px 0 0;
		text-align: center;
		background: #292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}
	nav.mobile ul li .fa-chevron-down {
		color: #999;
	}
	.more {
		position: absolute;
		right: 5%;
	}
	.mobilefooterlogo {
		text-align: center;
		margin: 0 auto;
		transform: scale(0.9);
	}

@media screen and (max-width: 1600px) {
	.header-flex {width:95%; margin-left: 2.5%; margin-right: 2.5%;}
}
@media screen and (max-width: 1200px) {
	#menu-button {
		text-align: center;
		padding-top:0;
	}
	nav.primary {display: none;}
	.menu-secondary {display: block;} 
}
/* Hide the desktop menu item icons */
.primary li > i{
	display: none;
}
/* Position the mobile menu item icons */
.mobile li i {
	position: absolute;
	top: 13px;
}

.wrapper {
    display: block;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* top layer */
    z-index: 9999;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}