@import url("https://use.typekit.net/ttp5our.css");
body {
	font-family: "museo-sans", sans-serif;
	font-size: 24px;
	color: #333;
}
a {
	color:#1140ce;
}
a:hover {
	color:#4666c6;
}
p {
	line-height: 28px;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #000;
}
h2 {
	font-size: 42px;
	color: #000;
	font-weight: normal;
}
h3 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
}
h4 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #333;
	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: #2e552a;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
}
header .nav ul li:hover {
	background: #152b13;
	-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: #eec710; /*#51934b;*/
	color: #000;
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 22px;
	border-radius: 10px;
}
.block[rel="17"] .button {
	display: block;
	width: 300px;
	text-align: center;
}
.button:hover {
	background: #dbb70e;
	color: #000;
	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;
}
.button.button-big {
	background: #aedf5d;
	display: block;
	max-width: 300px;
	width: 300px;
}
.button.button-big:hover {
	background: #96c14e;

}

.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

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

/* HEADER */
	header {
		background: #fff;
		border-bottom: 0px solid #51934b;
	}
	header #above-nav {
		background: transparent;
		padding: 10px 0;
	} 
	header #logo {
		width: 65%;
	}
	header #logo img {
		margin-top: 10px;
		max-width: 300px;
	}
	header #links {
		width: 35%;
		color: #666;
		text-align: right;
	}
	header #links a {
		color: #666;
	}
	header #links a.button {
		color: #000;
		display: block;
		text-align: center;
		max-width: 300px;
	}
	header #links .payment {
		width: 60%;
		margin-left: 40%;
		text-align: right;
		margin-bottom: 10px;
	}

	header #links .email,
	header #links .address,
	header #links .phone {
		text-align: right;
	}
	header #links .phone {
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 30px;
	}
	header #links .phone span {
		display: block;
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	header #links #social .social {
		font-size: 30px;
	}

/* ^ 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 .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .col1 {
		width: 50%;
	}
	#footer .col2 {
		width: 50%;
		text-align: right;
	}
	#footer .col2 img {
		max-width: 270px;
	}

	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.blockUploadImage .banner_overlay {
		position: absolute;
		z-index: 900;
		width: 85%;
		height: 100%;
		left: 10%;
		top: 15%;
		max-width: 1460px;
		margin: 0 auto;
		padding: 0 30px;
	}
		/* ^ FOOTER */
.blockUploadImage .banner_overlay {
	top: 25%;
}
.blockUploadImage .banner_overlay_header {
	font-size: 50px;
}
.ThreeColumn a {
	color: #000;
	font-size: 30px;
}
.ThreeColumn a:hover {

}
.ThreeColumn i {
	color: #000;
	font-size: 50px;
	margin-bottom: 20px;
	display: block;
}
.vertical-center .clear {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.vertical-center .clear .right,
.vertical-center .clear .left {
	justify-content: center;
}
@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) {
	#footer .col2 {
		text-align: center;
	}
	.ThreeColumn .left,
	.ThreeColumn .center,
	.ThreeColumn .right {
		margin: 20px 0;
	}
	a.button {
		display: block;
	}
	.block.large-bottom-padding {
		padding-bottom: 10px;
	}
	.block.large-top-padding {
		padding-top: 10px;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	.blockUploadImage .banner_overlay_subhead,
	.blockUploadImage .banner_overlay_header {
		display: none;
	}
	header .address span {
		display: block;
		width: 100%;
		text-align: center;
	}
	header .address span.hide {
		display: none;
	}
	header #links .payment {
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-bottom: 5px;
	}
	header #links a.button {
		margin: 0 auto;
	}
	header #logo {
		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 #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .col1,
	#footer .col2,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	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;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
