﻿.cs-header{
	font-family: 'JDSansPro', sans-serif;    
    text-transform: uppercase;
}


.cta{
	display: inline-block;
	padding-top: .25rem !important;
    padding-bottom: .25rem !important;
	padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;

    font-size: .875em;
    line-height: 1.6;
    font-weight: 400;
	max-width: 100%;
	position: relative;
	font-family: 'JDSansPro', sans-serif;;
	text-transform: uppercase;
	color: #fff;
	background-color: #367C2B;
	text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.5px;
}
.cs-header p {
    margin: 0 0 1rem;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-2 {
        font-size: 2rem !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.mt-2 {
    margin-top: .5rem !important;
}
.mb-1 {
    margin-bottom: .25rem !important;
}
.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.text-center {
    text-align: center !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.cs-dropdown{
    letter-spacing: 1.5px;
	display: none;
    position: absolute; 
	top: 100%;
	left: 0;
	right: 0;
	background: #E1E1E1;
    padding-bottom: 3rem !important;
	padding-top: 1rem !important;
	border-top: solid 3px #262626;
    z-index: 100;
}
.cs-dropdown img{
	height: auto;
	max-width: 100%;
}
.cs-dropdown div[class^="col-"]:not(.col-row) {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
	box-sizing: border-box;
}

.text-dark {
    color: #262626 !important;
}

.cs-header .btn {
    padding: 7px 25px;
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 1px;
    display: inline-block !important;
	width: unset !important;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s 
ease;
    transition: all 0.16s 
ease;
	
	
	font-family: 'JDSansPro', sans-serif !important;
    background-color: #367C2B;
    border-color: #367C2B;
    color: #fff;
	
	
}
.cs-header .btn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    cursor: pointer;
	
    background-color: #2b6322;
    border-color: #2b6322;
    color: #fff;
}

.clear{clear:both;}

.cs-header-search input{
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
	background: #262626 !important;
	color: #fff !important;
	line-height: 48px !important;
	font-size: 18px !important;
	font-family: 'JDSansPro', sans-serif !important;
	text-transform: uppercase !important;
}
.cs-header-search ::placeholder{
	color: #999 !important;
}

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
    box-shadow: 0px 4px 25px 0px #0000001F;

	display:inline-block;
	margin:0;
	width:100%;
	position:relative;
	background: #E1E1E1;
	font-family: 'JDSansPro', sans-serif;
    padding-bottom: .5rem;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
	nav.primary > div > ul {
		display: flex;
    justify-content: flex-end;

		align-items: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary > div > ul > li > a {
				color:#262626;
				font-size:16px;
				line-height:48px;
				text-decoration:none;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				transition:.2s ease all;	
				font-weight:500;
				letter-spacing: 1.5px;
				padding:0 12px;
				}	
			nav.primary ul li a:hover {
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
    line-height: 1.6;
				color:#262626;
				background: #E1E1E1;
				text-align:left;
				border-right:none;
				border-left:none;
				display: block;
				transition:.2s ease all;	
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #367C2B;
			}
		nav.primary ul ul li {
			display:block;
			}

nav.primary ul li.open > .cs-dropdown {  
    display: block;
}


@media screen and (max-width: 1530px)  {
	nav.primary > div > ul > li > a{padding:0 7px;}	
}


/******** End of primary Nav ***************/

@media screen and (min-width: 992px)  {
		
	.menu-toggle.exit-click{
		display: none !important;
	}
}

@media screen and (max-width: 991px)  {
	.hide-mobile{display: none !important;}
	.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);
	}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: inline-block;
	font-size: 30px;
	position: relative;
	line-height:87px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: center;
	}
	#menu-button a{
		 color:#262626 !important;
		 text-decoration: none;
		 padding: 0 10px; 
		 font-weight:normal;
		display: block;
	  }
	.cs-header .search-toggle{
		
		font-size: 24px;
		padding-right: 10px;
	}
	.cs-header{
		border-bottom: solid 6px #e5e7eb;
	}
	#menu-button a.menu-toggle{
		 color:#262626 !important;
	  }
	#menu-button a.menu-toggle i{
		padding: 0;
	  }
nav.mobile {
	font-family: 'JDSansPro', sans-serif;
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #262626;
	z-index: 500; /* 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:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:50px 0 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
	nav.mobile .social-icons{
		margin: 20px;
	}
	nav.mobile .social-icons a{
		font-size: 16px;
		width: 48px;
		height: 48px;
		line-height: 48px;
		color: #fff !important;
		box-shadow: none !important;
		background: none !important;
	}
/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle:not(.exit-click) {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	color: #999;
	text-decoration: none;
	top:-38px;
	right:13px;
}
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:16px;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight: 700;
}
nav.mobile ul li a:hover {
	color: #fff; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #020202;
	position: relative;
	display: block;
	padding: 20px 20px 20px 25px;
	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: #555;
	position: relative;
	display: block;
	padding: 20px 20px 20px 30px;
	color: #ccc;
	text-decoration: none;
}

nav.mobile ul li .click i{/* 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: 22px 20px;
	color:#fff;

}
nav.mobile ul li .click.open i:before{
    content: "\f068";
}
	
.nav-footer {color:#1B1B1B; 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;}
}
