﻿
.clear{clear:both;}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://use.typekit.net/kug8lsf.css");
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0px;
	display:flex;
	margin: 0 auto;
	position:relative;
	width:100%;
	padding-top: 35px;
	padding-bottom: 35px;
	justify-content: flex-end;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			cursor: pointer;
			}
			nav.primary ul li a {
				color:#1D1D1D;
				font-size:18px !important;
				letter-spacing: 1px;
				line-height:20px;
				text-decoration:none;
				position:relative;
				display:block;
				margin-left:25px;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.4s ease-in;  
				-o-transition:.4s ease-in;  
				transition:.4s ease-in;	
				font-weight:700;
				padding:12px;
				font-family: 'proxima-soft', sans-serif;
				}	
			nav.primary ul li a:hover {
				background: #00B15F;
				color: #1D1D1D;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:18px;
				letter-spacing: .2px;
				line-height:24px;
				padding:15px;
				color:#fff;
				background-color: #323232;
				text-align:left;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #1D1D1D;
				background-color:#00B15F;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 1000;
}
nav.primary ul ul li {
    float: none; 
	width: 280px;
    position: relative;
    margin:0;
	display: block;
}

.btn-green {
	border: none;
    display: block;
    width: 130px;
    background: #00713C;
    padding: 11px 0;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    transition: all .4s ease-out;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
	font-family: 'proxima-soft', sans-serif;
	margin-left: 25px!important;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-green a {margin-left: 0!important; padding: 0!important;color: #fff!important;}

.btn-green:hover {
	background: #00B15F;
}

.btn-green:hover a{
	color: #1D1D1D!important;
}

.header-social-media {
	position: relative;
	padding: 18px 0 18px 0;
	background: #323232;
}

.header-social-media .social-media {
	justify-content: flex-end;
}

.header-social-media ul li {
	margin-left: 20px;    
	font-size: 30px;
}

.header-social-media ul li i {
	color: #fff;
	transition: all .4s ease-out;
}

.header-social-media ul a:hover i {
	color: #00B15F;
}

.header-logo img{max-width: 260px; padding: 18px; background: #fff; box-sizing: border-box;}
.header-logo{
	position: absolute;
	z-index: 500;
	top: 0px;
}


@media screen and (max-width: 1290px)  {
	nav.primary ul li a{margin-left: 15px;}	
}


/******** End of primary Nav ***************/

@media screen and (max-width: 1240px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: inline-block;
	font-size: 40px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	#menu-button a{
		 color:#1D1D1D;
		 text-decoration: none;
		 font-weight:700;
        margin-right: 10px;
		cursor: pointer;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #323232;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #00B15F;
	color: #1D1D1D;
	text-decoration: none;
	top:30px;
	right:13px;
	cursor: pointer;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
	.top-ul {
		margin-top: 90px !important;
	}
	
	.btn-green {margin-left: 15px!important;}

/* 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:18px;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight: 700;
	font-family: 'proxima-soft', sans-serif;
}
nav.mobile ul li a:hover {
	background:#00B15F; 
	color: #1D1D1D; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #505050;
	position: relative;
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background:#00B15F; color: #1D1D1D;}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	display:block;
	cursor:pointer;
	width:auto;
	height:auto;
	padding: 15px;
	color:#fff;
	}

	nav.mobile ul li i {margin-left: 15px;}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}
	
@media screen and (max-width:420px){
	.header-logo img{max-width: 200px;}  
}
	
@media screen and (max-width:360px){
	.header-social-media ul li {font-size: 20px;}
	.header-logo img {max-width: 180px; padding: 10px;}
}
	
	