body:not(.highlightSidebars) [id^=widget_sandhills_editable_area] div div, body:not(.highlightSidebars) [id^=widget_sandhills_editable_area_background] div div div div{
	min-height: 0px !important;
}

.clear {
	clear: both;
}

.cs-header{
	background: #fff;
	padding: 20px 0;
}
.cs-header > .cs-wrap-lg{
	display: flex; justify-content: space-between;
	align-items: center;
}
.cs-header #cs-logo img{
	max-width: 100%;
}

.cs-header.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.cs-header.scrolled + .cs-scroll-offset {
	height: 100px;
	display: block;
}

.cs-preheader a{
	transition: ease all 0.1s;
}
.cs-preheader a:hover{	color:#cf2d28;
}
.cs-preheader{
	background: #151c2b;
	color: #fff;
	padding: 10px 0;
}
.cs-preheader > .cs-wrap-lg{
	display: flex; justify-content: space-between;align-items: center;
}
.cs-preheader > div:nth-child(1){
	min-width: 200px;
}

	.social-btns{
		display: flex;
		flex-wrap: wrap;
		z-index: 10;
	}
	.social-btns a{
		line-height: 48px;
		width: 48px;
		text-align: center;
		font-size: 18px;
		align-items: center;
		height: 48px;
		font-weight: 400;
		display: flex;
		justify-content: center;
		color: #fff;
	}



#header-search form{
    display: flex;
    border-radius: 4px;
	overflow: hidden;
	width: 100%;
	margin: 0 !important;
    position: relative;
}
#header-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: 100%;
    height: 36px !important;
	font-family: "Cabin", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px !important;
    color: #777778;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 10px;
    border: none;
    border-radius: 5px;
    padding-left: 60px;
}
#header-search button{
	font-family: "Cabin", sans-serif;
    position: absolute;
    width: 48px !important;
    height: 36px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none;
	outline: none;
	left: 0;
	top: 0;
	background: #cf2d28;
	color: #fff;
	cursor: pointer;
}



/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile {
	display: none;
}
nav.primary {
	color: #2d3c73; 
	display: flex;
	margin: 0;
	position: relative;
	align-items: center;
}
nav.primary ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.primary > ul {
	display: flex;
	max-width: 100% !important;
	margin: 0 auto !important;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}
nav.primary ul li a {
	color: #151c2b;
	font-family: "Cabin", sans-serif;
	line-height: 20px;
	font-size: 16px;
	text-decoration: none;
	padding: 20px 12px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 700;
}
nav.primary ul li a:hover {
	color:#cf2d28;

}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	text-align: left;
	border-right: none;
	border-left: none;
	background:#fff;
	border-bottom: #ccc solid 1px;
	padding: 10px 20px;
}
nav.primary ul li li:last-of-type a {
	border-bottom: unset;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: block !important;
	opacity: 0;
	pointer-events: none;
	background: transparent;
	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: 100;
	transform: translateY(-10px);
	transition: ease all 0.3s;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover>ul {
	opacity: 1;
	line-height: 18px;
	pointer-events: unset;
	transform: translateY(0);
}
nav.primary ul ul li {
	float: none;
	width: 280px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-caret-down {
    padding-left: 6px;
	color: #777;
	font-size: 12px;
}


/******** End of primary Nav ***************/
@media screen and (max-width: 1480px) {
	nav.primary ul li a {
		font-size: 15px;
	}
}
@media screen and (max-width: 1200px) {
	nav.primary ul li a {
		padding: 10px 5px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1001px) {
	.show-mobile {
		display: none !important;
	}
	.menu-toggle.exit-click{
		display: none !important;
	}
}
@media screen and (max-width: 1000px) {
	
	.mobile + .menu-toggle.exit-click{
	
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 499;
		pointer-events: none;
		
		background: rgba(36,32,33,0.33);
				opacity: 0;	
		transition: ease opacity 0.3s;
	}
	.mobile.open + .menu-toggle.exit-click{
		pointer-events: auto;
		opacity: 1;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}
	
.cs-header{
	flex-wrap: wrap;
	justify-content: center;
	background: #e6eaef;
}
.cs-header #cs-logo{
	max-width: 90%;
    display: block;
}
	
	/*==============================
		Mobile Nav Styles			
	================================*/
	.hide-mobile {
		display: none !important;
	}
	.menu-toggle:not(.exit-click) {
		color: #fff;
		padding: 0;
		background: #c7392e;
		width: 48px;
		text-align: center;
		height: 48px;
		line-height: 48px;
		border-radius: 4px;
    	flex-shrink: 0;
		
		
    align-items: center;
    display: flex;
    justify-content: center;
	}
	nav.mobile {
		font-family: "Montserrat", sans-serif;
		display: block;
		position: fixed;
		text-align: left;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		z-index: 1001;
		background: #151c2b;
		/* needs to be higher than #menu-button, adjust as needed */
		overflow: auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size: 24px;
		word-spacing: 13px;
		padding: 10px;
		color: #fff !important;
	}
	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #fff;
		text-decoration: none;
	}
	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #fff;;
		text-decoration: underline;
	}
	.mobiletitle {
		padding-left: 20px;
		color: #fff;
	}
	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		padding: 0;
		margin:40px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle:not(.exit-click) {
		position: absolute;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		top:-35px;
		right: 13px;
		line-height: 40px;
			width: 40px;
		height: 40px;
	}
	nav.mobile .menu-toggle:not(.exit-click):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 {
		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 14px;
		padding: 10px 10px 10px 15px;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
	}
	nav.mobile ul li a:hover {
		color: #ccc !important;
		/* border highlight - Change to fit match site colors */
	}
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}
	nav.mobile ul li li {
		border-color: #000;
	}
	nav.mobile ul li li a {
		background: #070c18;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color:#fff;
		text-decoration: none;
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li a {
		background: #292f3d;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #fff;
		text-decoration: none;
	}
	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li li a {
		background: #070c18;
		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: #277eab;
		position: relative;
		text-align: center;
		font-size: 14px;
		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: 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;
	font-size: 18px;
	color: #999;
	right: 13px;
	top: 6px !important;
	padding: 0 !important;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}