@font-face {
  font-family: "Volvo Novum";
  src:  url("/wp-content/themes/www.volvousedce.com/fonts/VolvoNovum3-Regular.otf") format("opentype"),
}
@font-face {
  font-family: "Volvo Novum Bold";
  src:  url("/wp-content/themes/www.volvousedce.com/fonts/VolvoNovum3-Bold.otf") format("opentype"),
}
@font-face {
  font-family: "Volvo Novum Light";
  src: url("/wp-content/themes/www.volvousedce.com/fonts/VolvoNovum3-Light.otf") format("opentype"),
}
@font-face {
  font-family: "Volvo Novum SemiLight";
  src: url("/wp-content/themes/www.volvousedce.com/fonts/VolvoNovum3-SemiLight.otf") format("opentype"),
}
@font-face {
  font-family: "Volvo Broad Spread";
  src: url("/wp-content/themes/www.volvousedce.com/fonts/VolvoBroadSpread.otf") format("opentype"),
}

.clear {
	clear: both;
}
/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile {
	display: none;
}
nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	width: auto;
	position: relative;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	display:flex;
	flex-direction:row;
	justify-content: center;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}
nav.primary ul li a {
	color: #212121 !important;
	height:80px;
	letter-spacing:.4px;
	gap:6px;
	font-weight:300;
	font-family: 'Volvo Novum', 'noto sans';
	text-transform: uppercase;
	line-height: 125%;
	text-decoration: none;
	display:flex;
	align-items:center;
	justify-content: center;
	padding: 16px 32px;
	margin: 0;
	font-size:12px;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
nav.primary ul li a:hover {
	background-color:#fff;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 12px!important;
	line-height: 18px!important;
	height:auto!important;
	padding: 8px 0 8px 20px!important;
	text-align: left;
	display:block!important;
	border-right: none;
	border-left: none;
	background:#fff;
	border-bottom: #e1e1e1 solid 1px;
	 color: #000;
	text-transform:none!important;
	font-family: 'Volvo Novum', 'Noto Sans';
	font-weight: 300;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	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);
}
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 ***************/
@media screen and (max-width: 1480px) {
	nav.primary ul li a {
		font-size: 12px!important;
		padding: 30px 10px!important;
	}
	nav.primary ul li li a {
		font-size: 12px!important;
		padding: 8px 0 8px 20px!important;
	}

	
}

@media screen and (max-width: 1200px) {
    .nav-footer .header-icons{display:block;}
    .nav-footer .header-icons a{padding:10px; justify-content: flex-start;}
    .find{display:block!important;}
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
	.menu-toggle svg{width:24px; margin-top:-5px;}
	#menu-button {
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height: 40px;
		z-index: 1000;
		/* needs to be lower than nav.mobile, adjust as needed */
		text-align: right;
		margin-top: 26px;
	}
	#menu-button a {
		color: #0a2737;
		text-decoration: none;
		font-weight: normal;
		text-align: left;
		font-weight: 600;
	}
	.menu-toggle span {
		font-size: 20px;
	}
	nav.mobile {
		display: block;
		position: fixed;
		text-align: left;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #fff;
		z-index: 2000;
		/* needs to be higher than #menu-button, adjust as needed */
		overflow: auto;
		box-shadow:1px 1px 3px 2px rgba(0,0,0,.15);
	}
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		word-spacing: 13px;
		padding: 0 0 0 15px;
		color: #212121 !important;
		
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #212121;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #212121;
		text-decoration: underline;
	}
	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		margin: 0;
		padding:15px 0 10px 0;
		color: #000;
		font-size: 18px;
		font-weight: 400;
		border-bottom: 1px solid #53565a;
	}
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size: 25px;
		font-weight: bold;
		line-height: 1;
		background: #fff;
		color: #000;
		text-decoration: none;
		top: 12px;
		/*top:-35px;*/
		right: 10px;
	}
	nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #fff;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {
		border-bottom: 1px solid #e1e1e1;
		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 16px;
		gap:12px;
		padding: 20px 10px 20px 15px;
		font-family:'Volvo Novum', 'sans-serif';
		font-weight:300;
		color: #575757;
		text-decoration: none;
		text-transform:uppercase;
	}
	nav.mobile ul li a:hover {
		background: #e1dfdd;
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li a {
		background: #fff;
		position: relative;
		display: block;
		font-size:16px;
		border:none!important;
		padding: 20px 10px 20px 15px;
		color:#575757;
		text-transform: none;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		background: #888b8d;
	}

	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;*/
	}
	.mobile li i{display:none!important;}
	/* FONT AWESOME ICONS */
	nav.mobile ul li a .fa {
		width: 25px;
		display:none!important;
		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: 500px) {
	#menu-button {
		text-align: center;
	}
}
/* Hide the desktop menu item icons */
.primary li > i {
	display: none;
}
/* Position the mobile menu item icons */
.mobile li i {
	position: absolute;
	top: 13px;
}