@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Times New Roman", Times, serif;
}

header {
	padding: 10px;
	background: #EBEBE8;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 0px;
	width: 100%;
	text-align: center;
}

body {
	margin-left: auto;
	margin-right: auto;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 280px;
}

.style-logo a {
	text-decoration: none;
	text-transform: uppercase;
	color: #008c44;
	text-align: left;
	display: block;
	padding: 4px 0px 4px 0px;
	font-size: 15px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #585759;
	text-align: center;
	display: block;
	font-size: 15px;
	padding: 4px 14px 4px 14px;
}

.hero {
	background-size: cover;
	padding: 0px;
	color: #585759;
	text-align: left;
}

.hero2 {
	background-size: cover;
	padding: 0px 0px 40px 0px;
	color: #585759;
	text-align: left;
}

h1 {
	font-size: 30px;
	color: #008C44;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

h2 a {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #ffffff;
}

h3 {
	color: #005437;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 200;
	padding-left: 10px;
}

h4 {
    color: #005437;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 200;
}

p {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 15px;
}

.full-text {
	padding: 0px 20px 10px 20px;
	color: #585759;
	text-align: left;
}
	
.full-text a {
	color: #585759;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.button-header {
	border: 2px #FFFFFF solid;
	padding: 12px 20px;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
}
.button-header-sm {
	border: 2px #FFFFFF solid;
	padding: 12px 5px;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
}

.button-blue {
	background-color: #005437;
	padding: 5px 10px;
	border-radius: 3px;
	color: #FFFFFF!important;
	text-decoration: none;
}

.info-box-gray {
	background-color: #008c44;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
}

.info-box-dark {
	background-color: #9B9A9B;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
}

.info-box-sub {
	background-color: #008c44;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
}

.style-green {
	color: #008C44;
	font-size: 17px;
	letter-spacing: 0.5px;
}

.style-blue {
	color: #005437;
	font-size: 17px;
	letter-spacing: 0.5px;
}

.style-sans {
	color: #868686;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: 200;
	letter-spacing: 0.1px;
}

.style-indent {
  	padding-left: 22px;
  	text-indent: -22px;
}

.footer-text {
	font-size: 15px;
	margin-bottom: 20px;
	color: #008c44;
}

.footer-text a {
    font-size: 15px;
    margin-bottom: 20px;
    color: #008c44;
    text-decoration: none;
}

.footer-image {
	width: 20px;
	height: 20px;
	margin: 8px 5px 10px 5px;

}

.col {
	width: 100%;
	margin-bottom: 10px;
}

.col2 {
	width: 100%;
	margin-bottom: 10px;
	color: #585759;
	text-align: left;
}

.col2 p {
	padding-left: 10px;
}

.col2 a {
	color: #005437;
	text-align: left;
	text-decoration: underline;	
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col-sm-one-fourth {
	width: 50%;
	float: left;
	padding: 2px;
	color: #585759;
	text-align: left;
}

.note {
	font-size: 13px;
	text-decoration: underline;
	color: #008c44!important;
}

.upper {
	text-transform: uppercase;
}

.video-res {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
	
.video-res iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*--------Tablet View--------*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	header {
	background: #ffffff;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #008c44;
	}
	
	.full-text {
	padding: 0px 30px 10px 30px;
	}
	
	.col {
		float: left;
		padding: 0px 5px 0px;
	}
	
	.col2 {
		float: left;
		padding: 0px 5px 0px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col-sm-one-fourth {
		width: 25%;
	}
}

/*--------Desktop View--------*/

@media (min-width: 1024px){
	
	body {
		max-width: 1100px;
	}
	
	header {
	background: #ffffff;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.full-text {
	padding: 0px 50px 20px 50px;
	}
	
	.col-lg-one-third {
		width: 33.3%;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
