@import url("https://use.typekit.net/lpd4upu.css");
body {
	font-family: "mokoko", serif;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	font-style: normal;
}
a {
	color:#1140ce;
}
a:hover {
	color:#4666c6;
}
p {
	line-height: 30px;
	margin-bottom: 17px;
}

h1 {
	font-size: 37px;
	line-height: 48px;
	font-weight: 900;
	font-style: normal;
	color: #174374;
}
h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	font-style: normal;
	color: #174374;
	font-weight: normal;
}
h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	font-style: normal;
	color: #174374;
	font-weight: normal;
}
h4 {
	font-size: 26px;
	color: #404040;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #404040;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #404040;
	font-weight: bold;
}
main ol li,
main ul li {
	margin-bottom: 12px;
}
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: #0e80ff;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
}
header .nav ul li:hover {
	background: #999;
	-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: #174374;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.button:hover {
	background: #730302;
	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;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

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

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0;
	} 
	header #logo {
		width: 65%;
		float: left;
	}
	header #logo img {
		max-width: 380px;
	}
	header #links {
		width: 35%;
		float: left;
		color: #666;
		margin-top: 35px;
	}
	header #links a {
		color: #666;
	}
	header #links .phone {
		float: right;
		margin-left: 15px;
		padding-left: 15px;
		border-left: 0px solid #666;
	}
	header #links .top-menu {
		float: right;
		margin: 0 15px 0 0;
		padding-right: 15px;
		text-transform: uppercase;
	}
	header #links #social {
		float: right;
	}
	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: #404040;
		color: #333;
		padding: 0 0 20px 0;
		margin: 0 0 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .col.left {
		width: 78%;
		margin-right: 2%;
	}
	#footer .col.right {
		width: 20%;
		text-align: right;
	}
	#footer .col.right img {
		max-width: 160px;
	}
	#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 */
.blockUploadImage .banner_overlay_header {
	font-size: 36px;
	font-weight: normal;
	line-height: 44px;
}
.blockUploadImage .banner_overlay_subhead {
	font-weight: normal;
	font-size: 24px;
}
.blockUploadImage .banner_overlay_container.right-text {
	margin-left: 45%;
	width: 55%;
	text-align: left;
}
.blockUploadImage .banner_button {
	padding: 5px 20px;
	color: #fff;
	border: 0px solid #fff;
	text-align: center;
	background: #e2140a;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.labels-0 .required {
	border: 0px solid #ff4142;
}
.staticText .banner_overlay_header, 
.banner_overlay_header {
	font-weight: 900;
	line-height: 70px;
	margin-bottom: 15px;
}
.banner_overlay_subhead {
	font-weight: normal;
	line-height: 40px;
}
.banner_overlay_container.right-text {
	width: 50%;
	right: 8%;
}
.banner_overlay_container.left-text {
	width: 50%;
	left: 8%;
}
.staticText, .banner_overlay {
	height: 60%;
	top: 30%;
	max-width: 1460px;
}
.block[rel="2"] .right p {
	margin: 0;
}
.block[rel="2"] .right img {
	display: block;
	margin: 0 auto;
}
.blockUploadImage .banner_overlay {
	top: 40%;
	width: 60%;
	left: 19%;
}
.home .blockUploadImage .banner_overlay {
	top: 22%;
	width: 80%;
	left: 19%;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	header .nav ul li a {
		font-size: 19px;
		padding: 4px 14px;
	}
	.staticText, .banner_overlay {
		top: 20%;
	}
	.home .blockUploadImage .banner_overlay {
		top: 16%;
	}
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 40px;
		line-height: 55px;
	}
	.blockUploadImage .banner_overlay_subhead {
		font-size: 20px;
		line-height: 24px;
	}
	.blockUploadImage .banner_overlay_header {
		font-size: 28px;
		line-height: 34px;
	}
	.block[rel="2"] .container .clear {
		display: flex;
		flex-wrap: wrap;
	}
	.block[rel="2"] .right p {
		position: absolute;
		bottom: 0;
	}
}
@media (max-width:1000px) {
	.block[rel="2"] .right p {
		position: relative;
		bottom: auto;
		text-align: center;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	header #logo img {
		max-width: 100%;
		width: 100%;
	}
	#social {
		display: none;
	}
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
	h2 {
		font-size: 28px;
		line-height: 34px;
	}
	h3 {
		font-size: 26px;
		line-height: 32px;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	header #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .col.left,
	#footer .col.right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	#footer .col.right {
		text-align: center;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	.blockUploadImage .banner_overlay {
		top: 10%;
		width: 80%;
		left: 10%;
	}
	.blockUploadImage .banner_overlay_header {
		font-size: 20px;
		line-height: 26px;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	#footer .siteby {
		max-width: 800px;
		width: 100%;
	}
	#footer .siteby img {
		max-width: 300px;
	}
	xmain .right {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
