@import url("https://use.typekit.net/swx6mhm.css");

* {
	font-family: "semplicitapro", sans-serif;
	color: #484848;
	font-size: 20px;
	line-height: 28px;
}

a {
	color:#043d02;
}
a:hover {
	color:#0f1330;
}
h1,h2,h3 {
	color: #043d02;
	margin-bottom: 15px;
}

/* HEADER */
	header {
		background: #fff; 
	}
	header #above-nav {
		margin-top: 25px;
		font-size: 20px;
	} 
	header #above-nav #logo { 
		width: 25%;
		float: left;
		text-align: left;
		margin: 10px 0;
	}
	header #above-nav #slogan { 
		width: 50%;
		float: left;
		text-align: left;
		margin: 40px 0 10px 0;
		color: #043d02;
		font-weight: bold;
	}
	header #above-nav #links {
		width: 25%;
		float: left;
		text-align: right;
		color: #043d02;
	}
	header #above-nav #links #subnav { }
	header #above-nav #links #subnav ul { 
		list-style: none;
		float: right;
	}
	header #above-nav #links #subnav ul li { 
		float: left;
		margin: 10px 0;
		border-right: 0px solid #043d02;
		padding: 0 10px;
	}
	header #above-nav #links #subnav ul li:last-of-type { 
		border-right: 0px solid #043d02;
	}
	header #above-nav #links #subnav ul li a { 
		padding: 5px 15px;
		margin: 10px 0;
	}
	header #above-nav #links #hours-phone {
		float: right;
	}
	header #above-nav #links #hours-phone .hours {
		line-height: 60px;	
		float: left;
		padding-right: 20px;
	}
	header #above-nav #links .phone {
		line-height: 60px;
		font-weight: bold;
		float: left;
	}
	header #above-nav #links .phone a {
		color: #043d02;
		font-size: 30px;
	}
	header #above-nav #links #subnav a {
		font-size: 20px;
	}
	header #above-nav #links #subnav a i {
		font-size: 32px;
	}
	header #navigation {
		background: #043d02;
	}
	header #navigation .nav:after {
		content:'';
		display: block;
		clear:both;
	}
	header #nav {
		text-align: center; 
	}
	header .nav ul li a {
		color: #fff;
		text-transform: uppercase;
	}
	header #navigation .nav > ul > li:hover {
		background: #fff;
	}
	header #navigation .nav > ul > li:hover a {
		color: #043d02;
	}
/* ^ 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: #043d02;
		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;
		border-top: 10px solid #043d02; 
	}
	#footer {
		color:#848484;
		font-size:16px;
		padding-top:40px;
		padding-bottom:0px; 
		
	}
	#footer a {
		color: #848484;
	}
	#footer .col1 {
		width: 10%;
	}
	#footer .col2 {
		width: 52%;
	}
	#footer .col3 {
		width: 38%;
	}
/* ^ FOOTER */

.blockss[rel="1"] {
	margin-top: -170px;
}

h2.header { 
	background: #043d02;
	color: #fff;
	text-align: center;
	padding: 20px;
	max-width: 60%;
	margin: 0 auto;
	font-weight: normal;
}
input.button,
a.button {
	padding: 5px 15px;
	margin-right: 15px;
	text-transform: uppercase;
	background: #f9bc01;
	color: #043d02;
	border: 1px solid #043d02;
}
input.button.disabled {
	cursor: wait;
	background: #efefef;
}

a.button:hover {
	background: #999;
	text-decoration: none;
}
a.button.dark {
	background: #043d02;
	color: #fff;
}
a.button.dark:hover {
	background: #edf0ef;
	color: #043d02;
	text-decoration: none;
}


@media (max-width:1100px) {
	#footer .footer-nav ul {
		float: left;
	}
	#footer .footer-nav ul li a {
		padding: 0px 2px;
	}
}
@media (max-width:1000px) {
	#xservice-drop {
		display: none;
	}
	header #above-nav {
		margin-top: 0px;
	}
	header #above-nav .container {
		padding-top: 55px;
	}
	header #above-nav #slogan { 
		width: 100%;
		text-align: center;
	}
	header #navigation .nav > ul > li:hover {
		background: #f9f9f9;
	}
	header #navigation .nav > ul > li:hover a {
		background: #f9f9f9;
	}
	header #above-nav #links #subnav ul { 
		float: none;
		text-align: center;
	}
	header #above-nav #links #subnav ul li { 
		float: none;
		width: 100%;
	}
	.block[rel="1"] {
		margin-top: -50px;
	}
	/* HEADER */
		header #above-nav #links,
		header #above-nav #logo {
			width: 100%;
			margin: 10px 0 0;
		}
		header #above-nav #logo {
			text-align: center;
		}
		header #above-nav #links #hours-phone .hours,
		header #above-nav #links #hours-phone .phone {
			width: 100%;
			margin: 10px 0 0;
			text-align: center;
			line-height: 30px;
		}
		header .nav ul li a {
			color: #043d02;
		}
		header #above-nav #links #hours-phone {
			float: none;
		}

	/* ^ HEADER */
	/* FOOTER */
		#footer .right,
		#footer .left {
			width: 100%;
			margin: 10px 0 0;
			text-align: center;
			padding: 0 20px;
		}
		#footer .footer-nav ul li {
			width: 100%;
			text-align: center;
			margin-bottom: 5px;
		}
		#footer p span {
			display: block;
		}
		#footer p span.no-mobile {
			display: none;
		}
	/* ^ FOOTER */
}
