@import url("https://use.typekit.net/ams5yer.css");
body {
	font-family: myriad-pro, sans-serif; 
	font-style: normal;
	font-weight: 400;
	font-size:20px;
	color:#333;
	line-height: 30px;
}
a {
	color:#1140ce;
}
a:hover {
	color:#4666c6;
}
p {
	line-height: 28px;
}

h1 {
	font-size:38px;
	color:#0f47b4;
	margin-bottom:15px;
	font-weight: bold;
}
h2 {
	font-size:32px;
	color:#0f47b4;
	margin-bottom:15px;
	font-weight: bold;
}
h3 {
	font-size:21px;
	color:#0f47b4;
	margin-bottom:15px;
	font-weight: bold;
}
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: transparent;
}
header .nav > ul {
	list-style: none;
	width: 100%;
	margin: 10px auto 0;
	font-size: 0px;
	text-align: right;
}
header .nav > ul > li > a {
	text-decoration: none;
	display: block;
	padding: 0 20px 0px;
	margin: 10px 0;
	font-size: 22px;
	font-weight: normal;
	color: #0f47b4;
}
header #links #nav ul li ul li:hover a,
header .nav > ul > li > ul > li a:hover {
	background: #0f47b4;
	color: #fff;
}
header .nav ul li:hover {
	background: #eaeef1;
	-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 {

}
.banner_button,
.button {
	background-color: #1147b7;
	display: inline-block;
	padding: 10px 45px 10px 25px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-transform: lowercase;
	border-top: 1px solid #fff;
}
.banner_button:before,
.button:before {
	position: absolute;
	font-family: 'FontAwesome';
	top: 21%;
	right: 20px;
	content: "\f061";
}
.button:hover {
	background: #2e4062;
	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;
	}
	.xno-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	.scroll header {
		border-bottom: 2px solid #4e6ca2;
	}
	header #above-nav {
		background: transparent;
		padding: 10px 0 0;
	} 
	header #logo {
		width: 30%;
	}
	header #logo img {
		max-width: 350px;
	}
	header #links {
		width: 70%;
		color: #666;
	}
	header #links a {
		color: #0f47b4;
	}
	header #links #top {
		color: #474747;
		text-align: right;
		font-size: 22px;
	}
	header #links #top a {
		color: #474747;	
	}
	header #links #top .connect a,
	header #links #top .connect {
		color: #0f47b4;	
	}
	header #links #top .connect {
		padding-left: 40px;
		margin-left: 20px;
		background: transparent url('../../Assets/Images/quick-connect-icon.jpg') 0 0 no-repeat;
	}

/* ^ 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: #474747;
		color: #fff;
		padding: 20px 0;
		margin: 20px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
#footer {
		color:#fff;
		padding-top:30px;
		padding-bottom:30px;
	}
	#footer a {
		color: #fff;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .left {
		width: 43%;
		margin-right: 2%;
		text-align: left;
	}
	#footer .right {
		width: 55%;
		text-align: right;
	}
		margin-bottom: 30px;
	}
	#footer .images {
		margin-top: 30px;
	}
	#footer .images img {
		margin-left: 20px;
	}
	#footer .left .right,
	#footer .left .left {
		width: 50%;
		margin: 0;
		text-align: left;
	}
	#footer .right ul {
		list-style: none;
	}
	#footer .right ul li {
		font-size: 20px;
		padding: 8px 0;
		display: inline-block;
		margin: 0 10px;
	}
	#footer .right ul li ul {
		display: none;
	}
	#footer .siteby {
		padding: 20px;
	}
/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1700px;
}
.blockSlideshow  #grad {
	z-index: 9;
	position: absolute;
	width: 40%;
	bottom: 0px;
	right: 5%;
}
.blockSlideshow {
	max-height: 500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 70px;
}
.blockSlideshow .banner-slider {
	max-height: 400px;
	overflow: hidden;
}
.blockSlideshow .banner_overlay_container .banner_overlay_header {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 10px;
}
.banner_overlay_subhead {
	color: #fff;
	font-size: 25px;
	line-height: 32px;
	font-weight: normal;
}
.banner_overlay_container.right-text,
.banner_overlay_container.left-text {
	width: 45%;
}
.blockSlideshow .banner_overlay_container .icon {
	display: inline-block;
	margin-right: 20px;
	line-height: 40px;
}
.blockSlideshow .banner_overlay_container .icon img {
	vertical-align: middle;
}
.banner_buttom {
	margin-top: 20px;
}
.block[rel="6"] .col {
	width: 23%;
	float: left;
	margin: 0 1%;
	position: relative;
}
.block[rel="6"] .col a {
	display: block;
}
.block[rel="6"] .col img.bg {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 100%;
	filter: brightness(100%);
	clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%);
}
.block[rel="6"] .col:hover img.bg {
	filter: brightness(60%);
}
.block[rel="6"] .col .text {
	position: absolute;
	width: 100%;
	text-align:center;
	color: #fff;
	left: 0;
	top: 30%;
	z-index: 9;
}
.block[rel="6"] .col .text a {
	color: #fff;
}
.block[rel="6"] .col .text span {
	display: block;
	margin-bottom: 10px;
	font-size: 26px;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	header .nav > ul > li > a {
		padding: 0 15px;
		font-size: 20px;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	.blockTitleImage .title {
		bottom: 7px;
	}
	#footer .left .left,
	#footer .left .right {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}
}
@media (max-width:1000px) {
	.blockSlideshow {
		padding: 0;
	}
	.block[rel="2"] .clear {
		display: flex;
		flex-wrap: wrap;
	}
	.block[rel="2"] .clear .left {
		order: 1;
	}
	.block[rel="2"] .clear .right {
		order: 0;
	}
	header .nav > ul > li > a {
		margin: 0;
	}
	.blockTitleImage .title {
		width: 100%;
		padding: 8px;
		background: transparent;
		bottom: 22%;
	}
	header #links #top {
		text-align: center;
		margin-bottom: 15px;
	}
	header #links #top .mobile {
		display: inline-block;
	}
	header #links #top .connect {
		margin-top: 10px;
	}
	.blockSlideshow .banner_overlay_container .icon,
	header #links .top-menu,
	.blockSlideshow #grad,
	.banner_overlay_subhead,
	.no-mobile {
		display: none;
	}
	.staticText, .banner_overlay,
	.mobile {
		display: block;
	}
	.staticText, .banner_overlay {
		top: 10%;
	}
	.blockSlideshow .banner_overlay_container .banner_overlay_header {
		font-size: 30px;
		line-height: 34px;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
		header #links,
		.banner_overlay_container.right-text,
		.banner_overlay_container.left-text,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
		.banner_overlay_container.right-text,
		.banner_overlay_container.left-text {
			width: 80%;
		}
		header .container {
			margin: 0;
			padding: 0;
		}
		header #navigation {
			background: #0f47b4;
		}
	/* ^ HEADER */
	#footer .left .right, #footer .left .left,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	.block[rel="6"] .col,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	#footer .left .right, #footer .left .left {
		text-align: center;
	}
	#footer .siteby {
		margin: 0 auto;
	}
	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;
	}
}
