@import url("https://use.typekit.net/evn7swy.css");
body {
	font-family: "myriad-pro", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #6f6e6e;
}
header .nav ul li .mega a,
a {
	color:#be504d;
}
header .nav ul li .mega a:hover,
a:hover {
	color:#843735;
	text-decoration: underline;
}

p {
	margin-bottom: 25px;
}
.mega {
	width: 100%;
	max-width: 1460px;
}
h1 {
	font-size: 54px;
	line-height: 60px;
	font-weight: normal;
	color: #be504d;
}
h2 {
	font-size: 36px;
	line-height: 44px;
	color: #be504d;
	font-weight: bold;
}
h3 {
	font-size: 32px;
	color: #03a5c1;
	font-weight: bold;
}
h4 {
	font-size: 28px;
	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;
}
main ul li {
	margin-bottom: 10px;
}
main ul {
	margin-bottom: 20px;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: #be504d;
}
header .nav > ul > li {
	display: inline-block;
	position: static;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
}
header .nav ul li:hover {
	background: #973937;
	-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;
}
.block.button-block .button {
	display: block;
}
.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: 5px 0;
	} 
	header #logo {
		width: 45%;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		width: 55%;
		color: #666;
		margin-top: 10px;
	}
	header #links a {
		color: #bbb;
	}
	header #links .phone {
		float: right;
		margin-left: 15px;
		padding-left: 15px;
		border-left: 0px solid #666;
	}
	header #links .top-menu {
		float: right;
		margin: 0 15px 0 0;
		padding-right: 15px;
		text-transform: uppercase;
	}
	header #links #social {
		width: 35%;
		text-align: center;
		margin-top: 25px;
	}
	header #links #social .social {
		font-size: 30px;
	}
	header #links #social .social:hover {
		color: #999;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	/* SEARCH */
		header #searchBox {
			width: 63%;
			padding: 20px 1% 20px 0;
			margin-right: 1%;
			border-right: 1px solid #8fb07b;
		}
		header #searchBox form {
			max-width: 900px;
			display: flex;
			flex-wrap: wrap;
		}
		header #searchBox #search {
			width: 88%;
			padding: 5px;
			text-align: right;
			margin: 0px;
			background: transparent;
			border: 1px solid #fff;
		}
		header #searchBox i {
			color: #bbb;
			width: 12%;
			padding: 5px;
			background: transparent;
			font-size: 20px;
			line-height: 20px;
			margin-top: 3px;
			border: 0px;
			font-size: 32px; 
		}
		#searchContent {}
		#searchContent form {
			max-width: 900px;
			display: flex;
			flex-wrap: wrap;
		}
		#searchContent #search {
			width: 78%;
			padding: 5px;
			text-align: right;
			margin: 0px;
			background: transparent;
			border: 1px solid #ddd;
		}
		#searchContent .searchButton {
			width: 22%;
			padding: 5px;
			text-align: center;
			margin: 0px;
			color: #fff;
			background: #000;
			font-size: 16px;
			cursor: pointer;
		}
	/* ^ SEARCH */
/* ^ 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: transparent;
		color: #fff;
		padding: 0px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	footer #footer-navigation {
		background: #304862;
	}
	footer #footer-navigation .nav > ul {
	  text-align: center;
	}
	footer #footer-navigation .nav > ul > li {
		display: inline-block;
		padding: 10px 20px;
	}
	footer #footer-navigation .nav > ul > li:hover {
		background: #22364b;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	footer #footer-navigation .nav > ul > li a {
		color: #fff;
	}
	footer #footer-navigation .nav > ul > li ul {
		display: none;
	} 
	#footer {
		background: #59718b;
		color: #fff;
		padding: 40px 0;
		text-align: center;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		color: #fff;
	}
	#footer .social-icons {
		margin-top: 30px;
	}
	#footer .social-icons a {
		padding: 0 6px;
	}
	#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 .site-by {
		margin-top: 50px;
	}
		/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1000px;
}
.staticText .banner_overlay_header, .banner_overlay_header {
	line-height: 80px;
	margin-bottom: 10px;
	font-size: 60px;
}
.banner_overlay_subhead {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 48px;
}
.blockUploadImage .banner_overlay_container.right-text {
	margin-left: 50%;
	width: 50%;
}
.blockUploadImage .banner_overlay_container.left-text {
	width: 50%;
}
.teamIntro .teamCategories {
	display: none;
}
.teamIntro .teamImage {
	max-width: 300px;
	margin: 0 0 20px 20px;
}
.categoryIntro, .teamIntro {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #dfdfdf;
}
.no-border .Accordion .container {
	border: 0px;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	header .nav ul li a {
		font-size: 18px;
		padding: 4px 14px;
	}
	header #links {
		width: 60%;
	}
	header #logo {
		width: 40%;
	}
}
@media (max-width:1000px) {
	header #logo {
		text-align: center;
	}
	.button {
		display: block; 
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	h3 {
		font-size: 28px;
		line-height: 34px;
	}
	/* HEADER */
		header { }
		header .nav ul li:hover a {
			white-space: wrap;
		}
	/* ^ HEADER */
	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;
	}
	footer #footer-navigation .nav > ul > li {
		width: 100%;
		margin: 0px;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	header #links .flex {
		display: block;
	}
	header #searchBox {
		width: 100%;
		padding: 20px 1% 20px 0;
		margin-right: 0;
		border-right: 0px solid #8fb07b;
	}
	header #searchBox #search {
		border: 1px solid #afafaf;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	main .right {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	footer #mobile-nav {
		display: none;
	}
}
