@import url("https://use.typekit.net/lop3alj.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1460px;
	margin:0px auto;
	padding:0px 30px;
}
strong {
	font-weight: bold;
}
.flex,
.flex-item {
	display: flex;
	flex-wrap: wrap;
}
.grid,
.grid-item {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
.mobile {
	display: none;
}
.nomobile {
	display: block;
}

/* ERRORS & ALERTS */
	.Alert {
		background-color: #F7D3A5;
	}
	.alert {
		background-color: #F7D3A5;
		padding: 20px;
	}

	.alert-red,
	.red,
	.alert.bad {
		color: red;
		font-weight: bold;
	}
	.alert-green,
	.alert.good {
		color: green;
		font-weight: bold;
	}

	div.Errors,
	.BadNews {
		border: 1px solid red;
		height: auto;
		background: #EFE0E0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 10px;
		margin-bottom: 10px;
	} 

	.text-red,
	.BadNews {
		color: red;
	}
	.text-green,
	.GoodNews {
		color: green;
	}

	.GoodNews {
		padding: 10px;
		border: 1px solid green;
		height: auto;
		background: #E2EFE0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}
/* ^ ERRORS & ALERTS */

/* HEADER */
	header {
		position:fixed;
		top:0px;
		z-index:4;
		width:100%;
		background:transparent;
		border-bottom:0px solid #446e79;
		padding-top: 0px;
	}
	#header:after {
		content:'';
		display:block;
		clear:both;
	}
/* ^ HEADER */
/* NAVIGATION */
	header nav.mainmenu {
		color: #000;
	}
	
	header .nav > ul {
		list-style:none;
		width:100%;
		display:block;
		margin:0px auto;
		font-size: 0px; /*elimiates spacing between li*/
		text-align: center;
	}
	header .nav > ul .mega {
		font-size: 20px;
	}
	header .nav ul li {
		margin-bottom:0px;
	}
	header .nav > ul > li {
		display: inline-block;
	}
	header .nav ul li a {
		text-decoration:none;
		display:block;
		padding:10px 0px;
		font-size:20px;
		color: #000;
	}
	header .nav > ul > li > a {
		padding:4px 20px 3px;
		margin:10px 0px;
	}
	header .nav ul li:last-of-type a {
		border-right:0px;
	}
	header .nav > ul > li ul  {
		display:none;
		position:absolute;
		text-align:left;
		margin-left:0px;
		background-color:#fff;
		min-width: 250px;
		border-right: 1px solid #dedede;
		border-left: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	header .nav > ul > li ul li {
		display:block;
	}
	header .nav > ul > li ul li a {
		font-weight:300;
		padding:10px 20px;
		display:block;
		white-space: nowrap;
		color: #000;
		text-transform: none;
	}
	header .nav > ul > li > ul > li a:hover {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		background: #676767;
		color: #fff;
	}
/* ^ NAVIGATION */
/* CONTENT */
	main {
	}
	#main {
		position: relative;
		z-index:2;
		padding-top:0px;
		padding-bottom:0px;
	}
	#main:after {
		content:'';
		display: block;
		clear:both;
	}
	h1 {
		font-size:44px;
		margin-bottom:15px;
		font-weight: bold;
	}
	h2 {
		font-size:34px;
		margin-bottom:15px;
		font-weight: bold;
	}
	h3 {
		font-size:34px;
		margin-bottom:15px;
		font-weight: bold;
	}
	p {
	  margin-bottom:15px;
	}
	p.no-margin {
	  margin-bottom:0px;
	}
	a {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		text-decoration:none;
	}
	a:hover {
		text-decoration: underline;
	}

	#tinymce ol, 
	#tinymce ul, 
	main ol, 
	main ul {
		list-style-position: outside;
		margin-left: 25px;
	}	
	#tinymce ol li, 
	#tinymce ul li, 
	main ol li, 
	main ul li {
		margin-bottom: 5px;
	}	
	
	.left {
		float:left;
		width:80%;
		padding-right:50px;
	}
	.right {
		float:left;
		width:20%;
	}
	.hidden {
		display: none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
/* ^ CONTENT */
/* BLOCKS */
	.block {}
	.block.no-padding {
		padding: 0 !important;
	}
	.block:after {
		content:'';
		display: block;
		clear:both;
	}
	.block .left {
		width: 49%;
		margin-right: 2%;
		padding: 0;
	}
	.block .right {
		width: 49%;
		margin: 0;
		padding: 0;
	}
	.block .singlecolumn {}
	.block .singlecolumn.withbg {
		padding: 40px 0;
		color: #fff;
	}
	.block .singlecolumn.withbg h2 {
		color: #fff;
	}
	.block .TwoColumn {}
	.block .TwoColumn.wideright .left {
		width: 33%;
		margin-right: 5%;
		padding: 0;
	}
	.block .TwoColumn.wideright .right {
		width: 62%;
		margin: 0;
		padding: 0;
	}
	.block .TwoColumn.verywideleft .right {
		width: 20%;
		margin-left: 5%;
		padding: 0;
	}
	.block .TwoColumn.verywideleft .left {
		width: 75%;
		margin: 0;
		padding: 0;
	}
	.block .TwoColumn.verywideright .left {
		width: 20%;
		margin-right: 5%;
		padding: 0;
	}
	.block .TwoColumn.verywideright .right {
		width: 75%;
		margin: 0;
		padding: 0;
	}
	.block .TwoColumn.wideleft .left {
		width: 62%;
		margin-right: 5%;
		padding: 0;
	}
	.block .ColorBox.wideleft .left {
		width: 62%;
		margin-right: 5%;
		padding: 0;
	}
	.block .TwoColumn.wideleft .right {
		width: 33%;
		margin: 0;
		padding: 0;
	}
	.block .ColorBox.wideleft .right {
		width: 33%;
		margin: 0;
		padding: 0;
	}
	.block .TwoColumn.equal .left {
		width: 48%;
		margin: 0 2% 0 0;
		padding: 0;
	}
	.block .TwoColumn.equal .right {
		width: 48%;
		margin: 0 0 0 2%;
		padding: 0;
	}
	.block .TwoColumn.equal.withbg .right {
		padding-left: 25px;
	}
	.block.small-bottom-padding {
		padding-bottom: 20px;
	}
	.block.large-bottom-padding {
		padding-bottom: 40px;
	}
	.small-top-padding,
	.block.small-top-padding {
		padding-top: 20px;
	}
	.block.large-top-padding {
		padding-top: 40px;
	}
	.block.withbg:not(.darktext) * {
		color: #fff !important;
	}
	.block .TwoColumn.white-text * { 
		color:#fff;
	}
	
	/* TRIPLE */
		.ThreeColumn .container {
			
		}
		.ThreeColumn .right,
		.ThreeColumn .center,
		.ThreeColumn .left {
			width: 31%;
			margin: 0 1%;
		}
		.ThreeColumn.wideright .left,
		.ThreeColumn.wideright .center,
		.ThreeColumn.widecenter .left,
		.ThreeColumn.widecenter .right,
		.ThreeColumn.wideleft .right,
		.ThreeColumn.wideleft .center {
			width: 23%;
		}
		.ThreeColumn.wideright .right,
		.ThreeColumn.widecenter .center,
		.ThreeColumn.wideleft .left {
			width: 48%;
		}
		.ThreeColumn .right p,
		.ThreeColumn .center p,
		.ThreeColumn .left p {
			margin-bottom: 0px;
		}
		.ThreeColumn.double .left {
			margin: 0 3% 0 17%;
		}
		.ThreeColumn.double .right {
			margin: 0 18% 0 0%;
		}

	/* ^ TRIPLE */
	/* Four Column */
		.FourColumn .container {
		}
		.FourColumn .col {
			width: 23%;
			float: left;
		}
		.FourColumn .col.col-2 {
			margin-left: 2%;
		}
		.FourColumn .col.col-3 {
			margin: 0 2% 0 3%;
		}
		.FourColumn .col p {
			margin-bottom: 0px;
		}
		.FourColumn .col img {
			display: block;
			margin: 0 auto;
		}
		.FourColumn.triple .col:first-of-type {
			margin-left: 11%;
		}
		.FourColumn.triple .col.col-2 {
			margin-left: 6%;
		}
		.FourColumn.triple .col:last-of-type {
			margin-right: 11%;
		}
	/* ^ Four Column */
	/* ACCORDION */
		.Accordion .container {
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid #afafaf;
		}
		.accordion-title {
			font-weight: bold;
			padding-bottom: 10px;
			cursor: pointer;
		}
		.accordion-title span {
			padding-left: 10px;
		}
		.accordion-title span i {
			color: #999;
		}
		.accordion-title span .fa-caret-up {
			display: none;
		}
		.accordion-body {
			padding: 10px 0;
			display: none;
		}
	/* ^ ACCORDION */
	/* WIDE IMAGE */
		.blockUploadImage {
			max-height:740px;
			position:relative;
			z-index:1;
			overflow:hidden;
		}
		.blockUploadImage .wide_image img {
			display:block;
			width:100%;
			height:auto;
		}
		.blockUploadImage .wide_image.dark img {
			filter: brightness(70%);
		}
		.blockUploadImage .banner_overlay {
			position: absolute;
			z-index: 900;
			width: 85%;
			height: 100%;
			left: 8%;
			top: 15%;
			max-width: 1460px;
			margin: 0 auto;
			padding: 0 30px;
		}

		.blockUploadImage .banner_overlay_container {
			width: 100%;
			text-align: center;
		}
		.blockUploadImage .banner_overlay_container.left-text {
			width: 60%;
			text-align: left;
		}
		.blockUploadImage .banner_overlay_container.right-text {
			margin-left: 40%;
			width: 60%;
			text-align: right;
		}

		.blockUploadImage .banner_overlay_header {
			color: #fff;
			padding-left: 0;
			bottom: 5%; 
			font-size: 60px;
		}

		.blockUploadImage .banner_overlay_subhead {
			margin-top: 20px;
			color: #fff;
			font-size: 32px;
		}
		
		.blockUploadImage .banner_buttom {
			margin-top: 30px;
		}
		.blockUploadImage .banner_button {
			padding: 5px 20px;
			color: #fff;
			border: 1px solid #fff;
			text-align: center;
			background: transparent;
			-webkit-transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-o-transition: all 0.25s ease;
			transition: all 0.25s ease;
		}
		.blockUploadImage .banner_button:hover {
			background: #efefef;
			color: #000;
			text-decoration: none;
		}

	/* ^ WIDE IMAGE */
	/* MAP */
		.blockMap {
			height: 300px;
		}
		.blockMap iframe {
			width: 100%;
			height: auto;
			height: 300px;
		}
		.blockMap.MapSize2 iframe,
		.blockMap.MapSize2 {
			height: 400px;
		}
		.blockMap.MapSize3 iframe,
		.blockMap.MapSize3 {
			height: 500px;
		}
	/* ^ MAP */
	/* VIDEO */
		.blockVideo {
			height: 300px;
		}
		.blockVideo video {
			width: 100%;
			height: auto;
			height: 300px;
		}
		.blockVideo.VideoSize2 video,
		.blockVideo.VideoSize2 {
			height: 400px;
		}
		.blockVideo.VideoSize3 video,
		.blockVideo.VideoSize3 {
			height: 500px;
		}
	/* ^ VIDEO */
	.block.align-items .ThreeColumn .flex,
	.block.align-items .clear {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
/* ^ BLOCKS */
/* FORMS */
	input[type="password"], 
	input[type="email"], 
	input[type="number"], 
	input[type="text"], 
	textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
		background-color:#f3f3f3;
		border:0px;
		padding:10px;
		width:100%;
		margin-bottom:15px;
	}
/* ^ FORMS */

/* FOOTER */
	#scroll-up {
		position:fixed;
		opacity:.5;
		z-index:99999999999;
		right:20px;
		bottom:30px;
		width:30px;
		height:30px;
		border-radius:50%;
		text-align:center;
		cursor:pointer;
		color:#fff;
		background-color:#000;
		display:none;
		font-size:30px;
		font-family:verdana, sans-serrif;
	}
	#scroll-up:hover {
		opacity:1;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .siteby {
		padding: 0px;
		max-width: 200px;
	}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	border: 0px;
}
.block.block-blockform.withbg:not(.darktext) textarea,
.block.block-blockform.withbg:not(.darktext) select,
.block.block-blockform.withbg:not(.darktext) input {
	color: #000 !important;
}
.block.withbg.no-padding {
	padding: 0 !important;
}
.block.withbg.no-bottom-padding {
	padding: 20px 0 0 0 !important;
}
.block.withbg.no-top-padding {
	padding: 0 0 20px 0 !important;
}
@media (max-width:1000px) {
	header {
		position: relative;
	}
	#header {
		padding:0px;
	}
	#header #left #logo {
		position: relative;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	header nav.mainmenu {
		width:100%;
		float:none;
		margin-top: 0px;
		clear:both;
		cursor: pointer;
	}
	header .nav ul li a {
		color: #000;
	}
	header .nav ul li a:hover {
		background: #efefef;
	}
	#mobile-nav {
		display:block;
	}
	#footer #mobile-nav {
		display: none;
	}
	header .nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
		width:100%;
	}
	header .nav ul li {
		display:block;
		border-top:1px solid #ccc;
		text-align:left;
		width: 100%;
		text-align: center;
	}
	header .nav > ul > li > a {
		padding:10px 20px;
		margin:0px;
		color: #000;
		font-size: 20px;
	}
	header .nav > ul > li ul {
		position:relative;
	}
	header .nav > ul > li:hover {
		background-color: #0766b8;
	}
	header .nav > ul > li:hover ul {
		background-color: #dfdfdf;
	}
	header .nav > ul > li:hover > a {
		color: #fff;
		border:0px;
	}
	#header #right #top {
		text-align: center;
	}
	.block.small-bottom-padding {
		padding-bottom: 10px;
	}
	.block.large-bottom-padding {
		padding-bottom: 20px;
	}
	.FourColumn.triple .col:first-of-type,
	.FourColumn.triple .col:last-of-type,
	.block .ColorBox .left,
	.block .ColorBox .right,
	.block .ColorBox.wideleft .left,
	.block .ColorBox.wideleft .right,
	.block .TwoColumn.verywideright .right,
	.block .TwoColumn.verywideright .left,
	.block .TwoColumn.verywideleft .right,
	.block .TwoColumn.verywideleft .left,
	.block .TwoColumn.wideleft .left,
	.block .TwoColumn.wideleft .right,
	.block .TwoColumn .left,
	.block .TwoColumn .right,
	.block .TwoColumn.equal .left,
	.block .TwoColumn.equal .right,
	.block .TwoColumn.wideright .left,
	.block .TwoColumn.wideright .right,
	.FourColumn .col,
	.FourColumn .col.col-1,
	.FourColumn .col.col-2,
	.FourColumn .col.col-3,
	.FourColumn .col.col-4,
	.ThreeColumn .left,
	.ThreeColumn .right,
	.ThreeColumn .center,
	.ThreeColumn.widecenter .right,
	.ThreeColumn.widecenter .center,
	.ThreeColumn.widecenter .left,
	.ThreeColumn.wideright .right,
	.ThreeColumn.wideright .center,
	.ThreeColumn.wideright .left,
	.ThreeColumn.wideleft .right,
	.ThreeColumn.wideleft .center,
	.ThreeColumn.wideleft .left,
	.ThreeColumn.double .left,
	.ThreeColumn.double .right,
	#header .left,
	#header .right,
	#footer .left,
	#footer .right,
	.left,
	.right {
		width:100%;
		margin: 10px 0;
		padding: 0;
	}
	.FourColumn .col,
	.ThreeColumn .right, .ThreeColumn .center, .ThreeColumn .left {
		display: block;
	}
	h2 {
		font-size: 28px;
	}
	footer {
		text-align: center;
	}
	#footer .left,
	#footer .right {
		margin: 0;
		text-align: center;
	}
	#footer .right {
		padding-top: 30px;
	}
	#footer .table {
		padding: 0px;
		margin: 0px;
	}
}
@media (max-width:800px) {
	h1 {
		font-size: 30px;
	}
	.mobile {display: block;}
	.no-mobile {display: none;}
	.block.large-top-padding {
		padding-top: 20px;
	}
}