@import url("https://use.typekit.net/ura0xpj.css");
body {
	font-family: "sofia-pro", sans-serif;
	font-size: 24px;
	color: #333;
}
a {
	color:#00612c;
}
a:hover {
	color:#000;
}
p {
	line-height: 28px;
}

h1,h2,h3 {
	font-family: "oxanium", sans-serif;
}
h1 {
	font-size: 48px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-size: 42px;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size: 28px;
	color: #00ab4f;
	font-weight: normal;
}
h5 {
	font-size: 24px;
	color: #00ab4f;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #f38901;
	font-weight: bold;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: #00612c;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	text-transform: uppercase;
	color: #fff;
}
header .nav ul li:hover {
	background: #000;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .nav ul li:hover a {

}
.banner_button,
.button {
	padding: 10px 20px;
	background: #00612c;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.banner_button:hover,
.button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0;
	} 
	header #logo {
		width: 45%;
	}
	header #logo img {
		max-width: 459px;
	}
	header #links {
		width: 55%;
		color: #000;
		text-align: right;
	}
	header #links a {
		color: #000;
	}
	header #links .phone {
		font-size: 30px;
		font-weight: bold;
	}
	header #links .top-menu {
		float: right;
		margin: 0 15px 0 0;
		padding-right: 15px;
		text-transform: uppercase;
	}
	header #links #social {
	}
	header #links #social .social {
		font-size: 30px;
	}

/* ^ HEADER */
/* BLOCKS */
	.blockUploadImage .banner_overlay,
	.block-wideimage .banner_overlay {
		top: 35%;
	}
	.block-wideimage .banner_overlay_header {
		text-transform: none;
		font-size: 50px;
		font-weight: normal;
	}
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-family: "oxanium", sans-serif;
		text-transform: uppercase;
		font-size: 70px;
		margin: 0 auto 20px;
		font-weight: bold;
		max-width: 1000px;
	}
	.banner_overlay_subhead {
		margin: 0 auto 40px;
		max-width: 1000px;
	}
	.block-blockform .blockform label {
		display: none;
	}
	.block-fourcolumn .col a img {
		filter: brightness(80%);
	}
	.block-fourcolumn .col a img:hover {
		filter: brightness(100%);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.block[rel="8"] .TwoColumn.wideleft .left {
		width: 70%;
	}
	.block[rel="8"] .TwoColumn.wideleft .right {
		width: 25%;
	}
	.block[rel="8"] .right p .button {
		margin: 40px auto;
		display: inline-block;
		max-width: 250px;
	}
/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #21241e;
		color: #fff;
		padding: 20px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
		text-align: center;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #fff;
	}

	#footer .title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	#footer .site-by {
		margin-top: 30px;
	}
	#footer .site-by img {
		max-width: 200px;
	}
		/* ^ FOOTER */

@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:1000px) {
	header #logo img {
		max-width: 100%;
	}
	header #links .phone {
		font-size: 26px; 
	}
	header #links {
		text-align: center;
		margin: 0;
		width: 100%;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	h1 {font-size: 34px;}
	h2 {font-size: 30px;}
	h3 {font-size: 26px;}
	h4 {font-size: 24px;}
	header #logo,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links .phone,
	header #links #social {
		margin: 0px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	main .right {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
