@import url("https://use.typekit.net/ucj1jrs.css");
body {
	font-family: museo-sans, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	color: #182857;
}
a {
	color:#182857;
	text-decoration: underline;
}
a:hover {
	color:#182857;
	text-decoration: none;
}
p {
	line-height: 28px;
}

h1 {
	margin-bottom: 25px; 
	font-size: 34px;
}
h2 {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	color: #182857;
	font-weight: normal;
}
h1,h2,h3 {
	font-family: copperplate, serif;
}
h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
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: #000;
}
header .nav {
	margin-top: 16px;
}
header .nav > ul {
	text-align: right;
}
header .nav > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #182857;
	margin: 0;
}
header .nav ul li:hover {
	color: #fff;
	background: #3f5baf;
	-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 {
	color: #fff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.button {
	background: #a5a78b;
	border: 1px solid #182857;
	padding: 5px 20px;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}
.button:hover {
	background: #777864;
	text-decoration: none;
}
.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 0;
	} 
	header #logo {
		width: 30%;
	}
	header #logo img {
		max-width: 100%
	}
	header #links {
		width: 70%;
	}
	header #links .phone {
		float: right;
		margin-left: 15px;
		padding-left: 15px;
		border-left: 0px solid #666;
		color: #182857;
		font-weight: bold;
	}
	header #links .phone a {
		color: #182857;
		font-weight: bold;
		padding-right: 20px;
	}
	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: 20px;
		color: #182857;
		padding: 0 5px;
	}

/* ^ 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 {
		padding: 40px 0;
		background: #161a25;
		text-align: center;
		color: #fff;
		height: auto;
		position: relative;
		font-size: 18px;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer p {
		margin: 0px;
		padding: 0px;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .left {
		width: 48%;
		margin-right: 2%;
		border-right: 1px solid #000;
		float: left;
		padding: 50px 2% 50px 0;
	}
	#footer .right {
		float: left;
		width: 48%;
		text-transform: uppercase;
	}
	#footer .right 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;
		max-width: 100%;
		width: 100%;
	}
	#footer .siteby img {
		max-width: 200px;
	}
		/* ^ FOOTER */
.block[rel="3"] {
	background: transparent url('../../Assets/Images/bg.jpg') 0 0 no-repeat;
	background-size: cover;
}
.block[rel="3"] .TwoColumn.equal .container .clear {
	display: flex;
	justify-content: center;
	align-items: center;
}
.block[rel="3"] .TwoColumn.equal .left {
	float: none;
	width: 50%;
	margin: 0;
}
.block[rel="3"] .TwoColumn.equal .right {
	float: none;
	padding: 70px 50px 200px;
	background: rgb(255,255,255,0.6);
	width: 50%;
	margin: 0;
}
.block[rel="3"] .TwoColumn.equal .right p {
	padding-bottom: 20px;
}
.block[rel="3"] .TwoColumn.equal .right h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #182857;
	margin-bottom: 20px;
}
.block[rel="10"] .FourColumn {
	padding-bottom: 55px;
}
.block[rel="10"] .FourColumn .col {
	background: #d7dbcc;
	padding: 25px 20px;
	box-shadow: 0 10px 15px -5px #000;
}
.block[rel="10"] .FourColumn .col h4 {
	margin-bottom: 10px;
}
.block[rel="10"] .FourColumn .col:nth-of-type(2n) {
	margin-top: 35px;
	background: #c6d2ae;
}
.block-blockform {
	background: transparent url('../../Assets/Images/statehouse.jpg') 0 0 no-repeat;
	background-size: cover;
}
.block-blockform .FormText {
	display: flex;
	flex-wrap: wrap;
}
.block-blockform .FormText .form-text {
	width: 40%;
	margin-right: 10%;
}
.block-blockform .FormText .form-fields {
	width: 50%;
}
.block-blockform .form-wrapper label,
.block-blockform .form-wrapper h3,
.block-blockform .form-wrapper h2,
.block-blockform .form-wrapper p {
	color: #fff;
}
.block-blockform .form-wrapper h3 {
	margin-bottom: 15px;
	font-size: 28px;
}
.our-team .block-twocolumn .TwoColumn.wideright .container .clear,
.our-team .block-twocolumn .TwoColumn.wideleft .container .clear {
	display: flex;
	flex-wrap: wrap;
}
.our-team .block-twocolumn .wideright .right,
.our-team .block-twocolumn .wideleft .left {
	width: 80%;
}
.our-team .block-twocolumn .wideright .left,
.our-team .block-twocolumn .wideleft .right {
	width: 15%;
}
@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) {
	h1 {
		font-size: 26px;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	.our-team .block-twocolumn .wideright .right,
	.our-team .block-twocolumn .wideleft .left {
		order: 2;
	}
	.our-team .block-twocolumn .wideright .left,
	.our-team .block-twocolumn .wideleft .right {
		order: 1;
	}
	.block[rel="3"] {
		background: #fff;
		background-image: none;
	}
	.block[rel="3"] .TwoColumn.equal .right,
	.block[rel="3"] .TwoColumn.equal .left,
	.block-blockform .FormText .form-text,
	.block-blockform .FormText .form-fields,
	.our-team .block-twocolumn .wideright .right,
	.our-team .block-twocolumn .wideleft .left,
	.our-team .block-twocolumn .wideright .left,
	.our-team .block-twocolumn .wideleft .right,
	header #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	.block[rel="3"] .TwoColumn.equal .left {
		display: none;
	}
	.block[rel="3"] .TwoColumn.equal .right {
		margin-top: 20px;
		padding: 0;
	}
	.button {
		display: block;
	}
	header #links {
		margin-bottom: 0px;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0 30px;
		border: 0px;
		text-align: center;
		float: none;
	}
	header #links .phone a {
		padding-right: 0;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	header .nav {
		background: #182857;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	header .container {
		margin: 0;
		padding: 0;
	}
	header .container #logo {
		margin: 0;
		padding: 0 30px ;
	}
	.banner {
		min-height: 100px;
	}
	.block.large-top-padding {
		padding-top: 20px;
	}
	.block-blockform .FormText .form-text h3,
	.block-blockform .FormText .form-text p {
		text-align: center !important;
	}
}
