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

h1 {
	font-size: 48px;
	color: #0969a7;
	line-height: 58px;
}
h2 {
	font-size: 42px;
	line-height: 52px;
	color: #0969a7;
}
h3 a,
h3 {
	font-size: 32px;
	color: #4ebaf1;
}
h4 {
	font-size: 26px;
	color: #4ebaf1;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #7f7f7f;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #7f7f7f;
	font-weight: normal;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
#navigation {
	background: transparent;
	margin-top: 42px;
	-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 {
	text-align: right;
}
header .nav > ul > li > a {
	color: #0969a7;
	font-size: 23px;
	padding: 4px 15px;
}
header .nav ul li:hover {
	background: #efefef;
	-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: #87bf41;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 30px;
}
.button:hover {
	background: #588c16;
	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;
	}
	.scroll header {
		border-bottom: 1px solid #0969a7;
	}
	header #above-nav {
		background: transparent;
		padding: 10px 0 0;
	} 
	header #col1 {
		width: 25%;
	}
	header #logo img {
		max-width: 300px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.scroll header #logo img {
		max-width: 200px;
	}
	.scroll #navigation {
		margin-top: 5px;
	}
	header #col2 {
		width: 75%;
		text-align: right;
	}
	header #links a {
		color: #0969a7;
	}
	header #links .portal a {
		/* background: transparent url('../../Assets/Images/hands_icon.png') 0 0 no-repeat; */
		padding-right: 20px;
		padding-left: 50px;
		line-height: 50px;
	}
	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 {
		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: #f8f4f3;
		color: #333;
		padding: 20px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		color: #333;
		padding-top:40px;
		padding-bottom:0px;
	}
	#footer a {
		color: #333;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .left {
		width: 58%;
		margin-right: 2%;
		border-right: 0px solid #000;
		padding: 0;
	}
	#footer .right {
		width: 38%;
		text-transform: uppercase;
		text-align: right;
	}
	#footer .right img {
		max-width: 250px;
	}
	#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 */
.blue-boxes,
.bg-btab {
	padding: 0 !important;
}
.bg-btab .container {
	background: #0969a7;
	padding: 20px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	max-width: 1000px;
}
.bg-btab h3 {
	margin: 0;
}
.blue-boxes .left,
.blue-boxes .center,
.blue-boxes .right {
	padding: 50px 20px;
}
.blue-boxes .center {
	background: #4ebaf1;
}
.vertical-align { }
.vertical-align .clear {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.banner_overlay {
	height: 50%;
	top: 50%;
}
.staticText, .banner_overlay,
.blockUploadImage .banner_overlay {
	height: 50%;
	top: 37%;
	padding-top: 80px;
	padding-left: 0;
}
.home .staticText, .home .banner_overlay,
.home .blockUploadImage .banner_overlay {
	top: 25%;
}
.blockUploadImage .withtext .banner_overlay {
	background: transparent url('../../Assets/Images/icon-for-text.png') 50% 0 no-repeat;
}
.home .staticText .banner_overlay_container {
	padding-top: 100px;
	padding-left: 0;
	background: transparent url('../../Assets/Images/icon-for-text.png') 50% 0 no-repeat;
}
.blockUploadImage .banner_overlay_container.left-text {
	width: 50%;
}
.staticText .banner_overlay_header, .banner_overlay_header,
.blockUploadImage .banner_overlay_header {
	font-size: 50px;
}
.home .staticText .banner_overlay_header, .home .banner_overlay_header,
.home .blockUploadImage .banner_overlay_header {
	font-size: 60px;
}
.staticText .banner_overlay_container, .banner_overlay_container {
	position: relative;
}
.iframe iframe {
	border: 1px solid #999;
}
.block-AllTeams .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.block-AllTeams .container .teamIntro {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 0;
}
.block-AllTeams .container .teamIntro .email,
.block-AllTeams .container .teamIntro .teamButtons,
.block-AllTeams .container .teamIntro .teamCategories,
.block-AllTeams .container .teamIntro .teamDescription {
	display: none;
}
.block-AllTeams .container .teamIntro .teamName,
.block-AllTeams .container .teamIntro .teamImage {
	width: 100%;
	float: none;
	display: block;
	margin: 10px 0;
	max-width: 100000px;
}
.block-AllTeams .container .teamIntro .title {
	font-weight: normal;
}
.block-AllTeams .container .teamIntro .teamImage img {
	width: 100%;
}
.block-AllTeams .container .teamIntro .title a {
	color: #333;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-AllTeams .container .teamIntro {
		width: 31%;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	h1 {
		font-size: 44px;
		line-height: 54px;
	}
	h2 {
		font-size: 38px;
		line-height: 48px;
	}
}
@media (max-width:1000px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	h2 {
		font-size: 32px;
		line-height: 42px;
	}
	h5,
	h4,
	h3 {
		font-size: 24px;
	}
	.block-AllTeams .container .teamIntro {
		width: 100%;
		margin: 10px 0;
		
	}
	header #above-nav .container {
		padding: 0;
	}
	#navigation {
		background: #0969a7;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	header #col1,
	header #col2,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #logo {
		text-align: center;
	}
	header #col2 {
		margin: 0px 0;
		text-align: center;
	}
	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;
	}
	xmain .right {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
