@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Fira+Sans+Extra+Condensed:300,300i|Sumana|Libre+Baskerville:400i');
body {
	font-family:'Source Sans Pro',Arial,Verdana,sans-serif;
	font-size: 22px;
	color: #797169;
}
a {
	color:#3a5b44;
}
a:hover {
	color:#000;
}
p {
	line-height: 28px;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	color: #3c5b44;
}
h2 {
	font-size: 42px;
	color: #3c5b44;
	font-weight: bold;
}
h3 {
	font-size: 28px;
	color: #3c5b44;
	font-weight: bold;
}
h4 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
h6 {
	font-size: 24px;
	color: #3c5b44;
	font-weight: bold;
	margin-bottom: 15px;
}
.mega {
	width: 100%;
	max-width: 1460px;
}
.ThreeColumn .right p, .ThreeColumn .center p, .ThreeColumn .left p {
	margin-bottom: 15px;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}

#navigation {
	background: #3a5b44;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li {
	display: inline-block;
	position: static;
}
header .nav > ul > li > a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 35px;
	font-size: 28px;
	margin: 0;
}
header .nav > ul > li > a:hover {
	background: #fff;
	color: #3a5b44;
	-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 {

}
.button {
	padding: 10px 20px;
	background: #3c5b44;
	color: #fff;
	text-transform: uppercase;
	border: 0px solid #fff;
	font-size: 22px;
	border-radius: 20px;
}
.button:hover {
	background: #1b2b1f;
	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: 10px 0;
	} 
	header #col1 {
		width: 20%;
		text-align: center;
	}
	header #col1 img {
		max-width: 150px;
	}
	header #col2 {
		width: 30%;
		font-family: 'Fira Sans Extra Condensed';
		font-style: italic;
		font-weight: bold;
		font-size: 26px;
		padding-top: 10px;
		padding-right: 0px;
		width: 30%;
		-webkit-transition: .5s;
		transition: .5s;
	}
	header #col3 {
		padding-top: 15px;
		width: 35%;
		font-size: 18px;
		text-align: right;
	}
	header #col3 .phone {
		font-weight: bold;
	}
	header #col3 .phone a {
		font-weight: bold;
		color: #797169;
	}
	header #col4 {
		padding-top: 20px;
		width: 15%;
		text-align: center;
		color: #96c7e4;
		font-size: 32px;
	}
	header #col4 a {
		color: #3a5b44;
		padding: 0 1px;
	}
	header #col4 a:hover {
		color: #294231;
	}
	header #message {
		width: 100%;
		font-size: 24px;
		text-transform: uppercase;
		color: #fff;
		background-color: #b62222;
		padding: 10px;
		text-align: center;
		-webkit-transition: .5s;
		transition: .5s;
	}
/* ^ HEADER */
/* BLOCKS */
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #fff;
		color: #333;
		padding: 20px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 1px solid #000;
	}
	
	#footer {
		color: #333;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #333;
	}
	#footer .col-navigation {
		display: none;
	}
	#footer .nav-4,
	#footer .nav-3,
	#footer .nav-2,
	#footer .nav-1 {
		width: 25%
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .col1 {
		width: 60%;
		border-right: 0px solid #000;
	}
	#footer .col2 {
		width: 40%;
		text-align: right;
	}
	#footer .col-wrapper {
		padding: 20px 0;
	}
	#footer .col2 img {
		max-width: 270px;
	}
	#footer .left ul {
		list-style: none;
		width: 100%;
		text-align: right;
	}
	#footer .left ul li {
		text-align: right;
		text-transform: uppercase;
		font-size: 23px;
		margin: 15px 0;
	}
	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
		/* ^ FOOTER */

.vertical-align .TwoColumn .container .clear {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.center-line .TwoColumn .container .clear {
	
}

.center-line .TwoColumn .left {
	border-right: 1px solid #666;
}
.block.no-padding {
	padding: 0 !important;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	header #col2 {
		width: 27%;
		font-weight: normal;
		font-size: 22px;
	}
	header #col3 {
		width: 38%;
	}
	header .nav > ul > li > a {
		padding: 10px 26px;
		font-size: 24px;;
	}
}
@media (max-width:1000px) {
	h1 {
		font-size: 38px;
		line-height: 44px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
	}
	.button {
		display: block;
		text-align: center;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	header #col1,
	header #col2,
	header #col3,
	header #col4,
	header #links,
	#footer .nav-4,
	#footer .nav-3,
	#footer .nav-2,
	#footer .nav-1,
	#footer .col1,
	#footer .col2,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	#footer .col2,
	header #col3 {
		text-align: center;
	}
	header span.hide-me {
		display: none;
	}
	header span.make-block {
		display: block;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 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;
	}
}
