@import url("https://use.typekit.net/syr6obl.css");
body {
	font-family: "franklin-gothic-std", sans-serif;
	font-size: 24px;
	color: #333;
}
a {
	color:#1140ce;
}
a:hover {
	color:#4666c6;
}
p {
	line-height: 32px;
	margin-bottom: 25px;
}

h1 {
	font-size: 42px;
	font-weight: bold;
	color: #425674;
}
h2 {
	font-size: 36px;
	color: #425674;
	font-weight: bold;
}
h3 {
	font-size: 28px;
	color: #425674;
	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: #425674;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}
header .nav ul li:hover {
	background: #223044;
	-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: #c50908;
	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: 55%;
	}
	header #logo img {
		max-width: 400px;
	}
	header #links {
		width: 45%;
		color: #000;
		font-size: 22px;
		text-align: center;
	}
	header #links a {
		color: #000;
	}
	header #links .phone {
		padding: 0px;
		text-transform: uppercase;
		color: #000;
		font-weight: normal;
	}
	header #links .email {
		padding: 0px;
		text-transform: uppercase;
		color: #000;
		font-weight: normal;
	}
	header #links .address {
		color: #000;
		text-transform: uppercase;
		margin: 15px 0 0 0;
	}
	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: #091322;
		color: #fff;
		padding: 50px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #425674;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #fff;
	}
	#footer .left {
		width: 50%;
		border-right: 0px solid #425674;
		padding: 50px 2% 50px 0;
	}
	#footer .right {
		width: 50%;
		text-align: right;
	}
	#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;
	}
		/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1700px;
}

.blockSlideshow  .staticText, .blockSlideshow  .banner_overlay {
	position: absolute;
	z-index: 900;
	width: 32%;
	height: 100%;
	top: 0;
	left: 3%;
	max-width: 1460px;
	margin: 0 auto;
	padding: 100px 0px;
	background-color: rgba(0, 0, 0, 0.6); 
}
.blockSlideshow  .banner_overlay_container.right-text,
.blockSlideshow  .banner_overlay_container.left-text {
	width: 100%;
	text-align: center;
	position: relative;
}
.blockSlideshow  .staticText .banner_overlay_header, .blockSlideshow  .banner_overlay_header {
	font-size: 38px;
	text-align: center;
	margin-bottom: 30px;
	padding: 80px 20px 0 20px;
	background: transparent url('../../Assets/Images/white-diamonds.png') 50% 0 no-repeat;
	text-transform: uppercase;
}
.blockSlideshow  .banner_overlay_subhead {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 0 75px;
}
.blockSlideshow  .banner_button {
	padding: 10px 20px;
	text-decoration: none;
	background-color: #df2a2a;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.blockSlideshow  .banner_button:hover {
	background-color: #b63e3e;
}
.blockSlideshow  .navDots {
	display: none;
}
.blue-bar .blockUploadImage .banner_overlay {
	bottom: 0;
	left: 0;
	background: transparent url('../../Assets/Images/top-blue.png') 0 0 no-repeat;
	height: auto;
	top: auto;
}
.blue-bar .blockUploadImage .banner_overlay_header {
	padding: 15px 0 15px 25px;
	bottom: 5%;
	font-size: 40px;
	text-transform: uppercase;
}
.blockUploadImage .staticText .banner_overlay_container, .blockUploadImage .banner_overlay_container {
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
}
.blockUploadImage .banner_overlay_subhead {
	font-weight: normal;
}
.hover-images img:hover {
	filter: brightness(80%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.blockUploadImage .wide_image.dark img {
	filter: brightness(50%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.block-uploadimage.quote .banner_overlay_container {
	padding-top: 120px;
	background: transparent url('../../Assets/Images/quote-icon.png') 50% 0 no-repeat;
}
.align-item-text .right {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}	
.align-item-text .right p {
	width: 100%;
}	
.align-item-text .right p .button {
	display: block;
	max-width: 150px;
	margin: 10px auto;
}	
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.DesignTwoColumn.wideleft .left,
	.DesignTwoColumn.wideleft .right {
		max-height: 380px;
		overflow: hidden;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	.blockSlideshow .staticText, .blockSlideshow .banner_overlay {
		padding: 30px 0px;
	}
	.blockSlideshow .staticText .banner_overlay_header, .blockSlideshow .banner_overlay_header {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.blockUploadImage .banner_overlay_subhead {
		font-size: 24px;
	}
}
@media (max-width:1000px) {
	#footer .title {
		font-size: 24px;
	}
	.blue-bar .blockUploadImage .banner_overlay {
		bottom: auto;
		left: auto;
		background: #355475;
		background-image: none;
		height: auto;
		top: auto;
		position: relative;
		width: 100%;
	}
	.blue-bar .blockUploadImage .banner_overlay_header {
		padding: 10px 0;
		bottom: auto;
		font-size: 30px;
		text-transform: uppercase;
	}
	.blockUploadImage .banner_overlay_container,
	.blockUploadImage .banner_overlay_container.right-text,
	.blockUploadImage .banner_overlay_container.left-text {
		width: 100%;
		text-align: center;
	}
	header #logo img {
		max-width: 400px;
		width: 100%;
	}
	p a {
		overflow-wrap: break-word; /* Standard property */
		word-wrap: break-word; /* Older, but still widely used alias */
	}
	h1 {
		font-size: 34px;
		line-height: 44px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
	}
	.button {
		display: block;
		text-align: center;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.button,
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
	/* ^ HEADER */
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links .address span {
		display: block;
	}
	header #links .address {
		margin: 9px 0 2px 0;
		padding: 0;
		border: 0px;
		text-align: center;
		font-size: 20px;
	}
	header #links .email,
	header #links .phone,
	header #links #social {
		margin: 2px 0;
		padding: 0;
		border: 0px;
		text-align: center;
		font-size: 20px;
	}
	#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: #425674;
	}
	header .nav > ul > li > a:hover {
		color: #425674;
	}
}
