@import url("https://use.typekit.net/lkr8orr.css");
body {
	font-family: "franklin-gothic-urw", sans-serif;
	font-size: 24px;
	color: #172f46;
}
a {
	color:#1fb6e6;
}
a:hover {
	color:#184598;
}
p {
	line-height: 34px;
}
main ul li,
main ol li {
	margin-bottom: 10px;
}
h1 {
	font-size: 48px;
	font-weight: bold;
	color: #1fb6e6;
}
h2 {
	font-size: 42px;
	color: #184598;
	font-weight: bold;
}
h3 {
	font-size: 34px;
	color: #184598;
	font-weight: bold;
}
h4 {
	font-size: 26px;
	color: #172f46;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #172f46;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #172f46;
	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: #1fb6e6;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 14px;
}
header .nav ul li:hover {
	background: #084760;
	-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: #1fb6e6;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 20px;
}
.button:hover {
	background: #184598;
	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;
		position: relative;
	} 
	header #action {
		top: 0;
		left: 40%;
		background: #fe0000;
		color: #fff;
		cursor: pointer;
		padding: 5px 10px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		position: absolute;
		text-transform: uppercase;
		z-index: 999;
		font-weight: bold;
		width: 20%;
	} 
	header #action a {
		color: #fff;
		line-height: 40px;
		justify-content: center;
	} 
	header #action a img {
		width: 12%;
		display: none;
	} 
	header #action a span {
		padding-left: 0px;
		text-align: center;
		width: 100%;
	} 
	header #logo {
		width: 25%;
	}
	header #slogan {
		width: 50%;
		font-weight: bold;
		color: #264d9c;
		margin-top: 70px;
		font-style: italic;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		margin-top: 40px;
		width: 25%;
		color: #666;
	}
	header #links a {
		color: #fe0000;
	}
	header #links .phone {
		text-transform: uppercase;
		text-align: center;
		color: #fe0000;
		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 */
	.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: #393939;
		color: #fff;
		padding: 20px 0;
		margin: 20px 0;
		font-size: 20px;
		border-top: 1px solid #000;
	}
	
	#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: 60%;
		border-right: 0px solid #000;
		padding: 0px 
	}
	#footer .right {
		width: 40%;
		text-align: center;
	}
	#footer .left img.fire {
		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_overlay_container.right-text,
.banner_overlay_container.left-text {
	width: 50%;
}
.staticText .banner_overlay_header, .banner_overlay_header {
	font-weight: bold;
	font-size: 70px;
	margin-bottom: 15px;
	line-height: 65px;
}
.banner_overlay_subhead {
	font-size: 28px;
	font-weight: normal;
}
.banner-slider,
.banner {
	max-height: 1700px;
}
.check-bullets ul {
	/* list-style-image: url('../../Assets/Images/green-checkmark.png'); */
	list-style: none;
	margin-left: 0px;
}
.check-bullets ul li {
	margin-bottom: 25px;
	padding: 0px 0 0px 50px;
	list-style: none;
	background-image: url("../../Assets/Images/green-checkmark.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 33px;
}
.check-bullets ul li::before {

}
.blue-graphic-bg-wrap {
	/* border-top: 8px solid #184598; */
	border-bottom: 18px solid #184598;
	background: #1fb5e7 url("../../Assets/Images/bluebox-with-pulse.jpg") 0 0 no-repeat;
	/* background-size: 100% auto; */
	background-size: cover;
}
.blue-graphic-bg h3 {
	margin-top: 35px;
}
.faded-bg-wrap {
	background: transparent url("../../Assets/Images/gradient-background.jpg") 0 0 repeat-x;
}
.faded-bg-wrap .ThreeColumn .button {
	background: #e3e3e3;
	color: #1e314f !important;
}
.faded-bg-wrap .ThreeColumn .button:hover {
	background: #d0d0d0;
}
.faded-bg-wrap .ThreeColumn .container.flex {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.faded-bg-wrap .ThreeColumn .right, 
.faded-bg-wrap .ThreeColumn .center, 
.faded-bg-wrap .ThreeColumn .left {
	width: 100%;
	margin: 0;
}
.faded-bg-wrap .ThreeColumn .right a, 
.faded-bg-wrap .ThreeColumn .center a, 
.faded-bg-wrap .ThreeColumn .left a {
	color: #1e314f !important;
	width: 80%;
	margin: 0 10%;
	display: block;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #fff;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.faded-bg-wrap .ThreeColumn a.button {
	text-transform: none;
	font-weight: bold;
	line-height: 24px;
}
.faded-bg-wrap .ThreeColumn a span {
	display: block;
	width: 82%;
}
.faded-bg-wrap .ThreeColumn a i {
	display: block;
	font-size: 36px;
	width: 18%;
}

.quote .container {
	color: #184598;
	max-width: 900px;
	font-family: "minion-pro", serif;
	font-size: 28px;
}
.rounded-corners img {
	border-radius: 25px;
}

@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 40px;
		line-height: 45px;
	}
	.staticText, .banner_overlay {
		top: 15%;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	header .nav > ul > li > a {
		font-size: 20px;
		font-weight: bold;
		text-transform: none;
		padding: 3px 10px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4,
	h5,
	h6 {
		font-size: 22px;
	}
	header #logo img {
		max-width: 100%;
	}
	header #slogan {
		width: 46%;
		margin-left: 4%;
		font-size: 19px;
		margin-top: 50px;
		text-align: center;
	}
	header #action a img {
		display: none;
	}
	header #action a span {
		font-size: 20px;
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}
	header #action {
		left: 38%;
		width: 23%;
	}
	header #links {
		margin-top: 20px;
	}
	header #links .phone {
		font-size: 22px;
	}
	.faded-bg-wrap .ThreeColumn a i {
		font-size: 24px;
		width: 20%;
	}
	.faded-bg-wrap .ThreeColumn a span {
		font-size: 20px;
		width: 80%;
	}
}
@media (max-width:1000px) {
	.ThreeColumn .right p, .ThreeColumn .center p, .ThreeColumn .left p {
		margin-bottom: 10px;
	}
	.faded-bg-wrap {
		background-image: none;
		background-color: #4f75a2;
	}
	.faded-bg.block.large-bottom-padding {
		padding-bottom: 0px;
	}
	#above-nav #action {
		display: none;
	}
	h1 {
		font-size: 28px;
		line-height: 38px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
	}
	.faded-bg-wrap .ThreeColumn .right a, .faded-bg-wrap .ThreeColumn .center a, .faded-bg-wrap .ThreeColumn .left a {
		width: 90%;
		margin: 0 5%;
	}
	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 #slogan,
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
	/* ^ HEADER */
	.faded-bg-wrap .ThreeColumn .container.flex {
		display: block;
	}
	.faded-bg-wrap .ThreeColumn .right, 
	.faded-bg-wrap .ThreeColumn .center, 
	.faded-bg-wrap .ThreeColumn .left,	
	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 .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 20px;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	.blue-graphic-bg-wrap {
		padding: 40px 0;
		border-bottom: 0;
	}
	.blue-graphic-bg h3 {
		margin-top: 0;
	}
}
