@import url("https://use.typekit.net/ruh3obi.css");
body {
	font-family: "obliqua", sans-serif;
	font-size: 22px;
	color: #555;
}
a {
	color:#1140ce;
}
a:hover {
	color:#4666c6;
}
main ol li, main ul li {
	line-height: 36px;
}
p {
	line-height: 30px;
}

h1 {
	font-size: 78px;
	line-height: 72px;
	font-weight: bold;
	color: #144082;
	font-family: "prenton-ultra-condensed", sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h2 {
	font-family: "prenton-ultra-condensed", sans-serif;
	font-size: 62px;
	line-height: 64px;
	color: #144082;
	font-weight: bold;
	margin-bottom: 25px;
}
h2 span {
	font-size: 45px;
}
h3 {
	font-family: "prenton-ultra-condensed", sans-serif;
	font-size: 42px;
	line-height: 48px;
	color: #144082;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
h4 {
	color: #407dd8;
	font-size: 30px;
	margin-bottom: 15px;
}
h5 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
main {
	background-size: cover;
}
#navigation {
	background: #407dd8;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	padding: 4px 25px 3px;
	color: #fff;
	text-transform: uppercase;
}
header .nav ul li:hover {
	background: #264778;
	-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: #407dd8;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.button:hover {
	background: #2c4b7a;
	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;
}
.block.withbg:not(.darktext) .button {
	background: #36ff00;
	color: #144082 !important;
}
.block.withbg:not(.darktext) .button:hover {
	color: #fff !important;
	background: #298111;
}

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

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0 10px;
	} 
	header #logo {
		width: 65%;
		float: left;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		width: 35%;
		float: left;
		color: #000;
		margin-top: 35px;
	}
	header #links a {
		color: #000;
	}
	header #links p.services {
		text-align: right;
	}
	header #links .phone {
		float: right;
	}
	header #links .phone a {
		margin-left: 15px;
		padding-left: 15px;
		font-size: 28px;
		font-weight: bold;
	}
	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 */
	.banner_overlay_header {
		font-family: "prenton-ultra-condensed", sans-serif;
		text-transform: uppercase;
	}
	.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;
	}

	.PortfolioFeatured .portfolioTitle {
		font-size: 50px;
		color: #861615;
		margin-bottom: 15px;
	}
	.PortfolioFeatured .portfolioLink .button {
		border: 1px solid #666;
		color: #666;
		padding: 5px 20px;
		background: #fff;
	}
	.PortfolioFeatured .portfolioName {
		font-size: 30px;
		color: #4b1515;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.block-blockform .blockform labelz {
		display: none;
	}
	.block[rel="1"] .banner_overlay_container {
		display: flex;
		flex-wrap: wrap;
		width: 72%;
		margin-left: 15%;
	}
	.blockUploadImage .banner_overlay {
		height: 50%;
		top: 35%;
	}
	.blockUploadImage .banner_overlay_container .banner_overlay_subhead {
		text-align: center;
		text-transform: none;
	}
	.banner_overlay_container .banner_overlay_header {
		font-family: "prenton-ultra-condensed", sans-serif;
		letter-spacing: 2px;
		order: 2;
		width: 100%;
		text-transform: uppercase;
		font-size: 90px;
		line-height: 100px;
		font-weight: 600;
		text-align: right;
	}
	.blockUploadImage .banner_overlay_subhead {
		text-transform: none;
	}
	.banner_overlay_container .banner_overlay_subhead {
		font-weight: 600;
		text-align: left;
		font-family: "prenton-ultra-condensed", sans-serif;
		letter-spacing: 2px;
		order: 1;
		width: 100%;
		text-transform: uppercase;
		line-height: 70px;
		font-size: 60px;
	}
	.block[rel="3"] a:hover img {
		filter: brightness(70%);
		-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="23"],
	.block[rel="11"] {
		padding-bottom: 50px;
	}
	.block[rel="22"] .TwoColumn.equal .left {
		width: 38% ;
		margin-left: 10%;
	}
	.block[rel="22"] .TwoColumn.equal .right {
		width: 38%;
		margin-right: 10%;
	}
	.block[rel="11"] img {
		margin-bottom: 20px;
	}
/* ^ BLOCKS */
/* FORMS */
	input[type="password"], 
	input[type="email"], 
	input[type="text"], 
	textarea, select {
		border: 1px solid #afafaf;
	}
/* ^ FORMS */
/* FOOTER */
	footer {
		background: #144082;
		color: #fff;
		padding: 20px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 1px solid #000;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .col1 {
		width: 35%;
		margin-right: 10%;
	}
	#footer .col2 {
		width: 55%;
	}
	#footer .col2 .col-map {
		width: 48%;
		margin-right: 2%;
	}
	#footer .col2 .col-map p.map {
		overflow:hidden;
		padding-bottom:56.25%;
		position:relative;
		height:0;
	}
	#footer .col2 .col-map p.map iframe{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}
	#footer .col2 h4 {
		margin-bottom: 15px;
		color: #fff;
		font-size: 24px;
	}
	#footer .col1 h4 {
		font-size: 24px;
		margin-bottom: 15px;
		color: #fff;
	}
	#footer .col2 .footer-maps {
		margin-bottom: 15px;
	}
	#footer .title {
		font-size: 32px;
	}
	#footer h2 {
		font-size: 36px;
		font-weight: bold;
		font-family: "obliqua", sans-serif;
		color: #fff;
		border-bottom: 1px solid #fff;
		margin-bottom: 25px;
	}
	#footer .phone {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 24px;
	}
	#footer .phone a {
		font-size: 24px;
		display: block;
		font-weight: bold;
		margin-top: 5px;
	}

	#footer .siteby {
		margin-top: 30px;
	}
/* ^ FOOTER */

.did-you-know .block-twocolumn .container .clear {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.did-you-know .block-twocolumn .container .clear .left {
	align-items: center;
}
.did-you-know .block-twocolumn[rel="70"] .container .clear {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.articleIntro .articleDate {
	display: none;
}
.articleIntro .articleImage {
	max-width: 500px;
}
.articleFull .articleImage {
	max-width: 600px;
}
@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 #links p.services {
		text-align: center;
	}
	header #links .phone a {
		margin: 0;
		padding: 0;
		display: block;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#footer .siteby {
		max-width: 100%;
	}
	#footer .siteby img {
		max-width: 200px;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	h1 {
		font-size: 44px;
		line-height: 52px;
	}
	h2 {
		font-size: 36px;
		line-height: 40px;
	}
	h3 {
		font-size: 30px;
		line-height: 36px;
	}
	/* HEADER */
		header { }
		header #logo {
			text-align: center;
		}
	/* ^ HEADER */
	.block[rel="22"] .TwoColumn.equal .right,
	.block[rel="22"] .TwoColumn.equal .left,
	header #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .col1,
	#footer .col2,
	#footer .col2 .col-map,
	#footer .right,
	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;
		padding: 10px 10px;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
