/*
 * Fonts
 * --------------------------------------------------
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

/*
 * Resets
 * --------------------------------------------------
 */

.navbar {
	margin-bottom: 10px;
	border: none;
}

.page-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: transparent;
}
/*
 * Global
 * --------------------------------------------------
 */

html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2em;
	color: #717171;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 80px;
}

footer {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

h1, h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 10px; 
}

h1, h2 {
	font-weight: 700;
	color: #00aeef;
}

h3, h4 {
	color: #ff6200;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

a {
	color: #00aeef;
}

a:hover, a:focus {
	color: #ff6200;
	text-decoration: none;
}


/*
 * Header
 * --------------------------------------------------
 */

.header-top {
	padding-top: 15px;
	padding-bottom: 15px;
}

.logo-wrapper {
	text-align: center;
}

.logo {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.header-bottom {
	background-color: #00aeef;
}

.primary-nav > li {
	display: table-cell;
	width: 1%;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
}

.primary-nav li.active, .primary-nav li:hover, .primary-nav li:focus {
	background-color: #ff6200;
}

.primary-nav li a {
	color: #fff;
	text-shadow: 1px 1px 2px #333;
}

.primary-nav > li.dropdown > a {
	display: inline-block;
}

.primary-nav > li.dropdown > .caret {
	display: inline-block;
	color: #fff;
}

.primary-nav > li.dropdown > ul.dropdown-menu {
	margin-top: 0px;
	border: none;
	background-color: #00aeef;
}

.primary-nav > li.dropdown:hover > ul.dropdown-menu {
	display: block;
}

.primary-nav > li.dropdown > ul.dropdown-menu > li {
	display: block;
	text-align: left;
}

.primary-nav > li.dropdown > ul.dropdown-menu > li.active, .primary-nav > li.dropdown > ul.dropdown-menu > li:hover, .primary-nav > li.dropdown > ul.dropdown-menu > li:focus {
	background-color: #ff6200;
}

/*
 * Body
 * --------------------------------------------------
 */

.banner-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

.banner-image {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.content ul {
	list-style: none;
}

.content ul li:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	display: inline-block;
	color: #ff6200;
	font-size: 1em;
	line-height: 1em;
	vertical-align: middle;
	padding-right: 10px;
}
 
.content ul li:nth-child(even):before {
	color: #00aeef;
}

.content .has-overlay {
	position: relative;
}

.content .has-overlay .overlay {
	max-width: 260px;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	bottom: 15px; 
	left: 0px;
	background: rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-bottom: 10px;
}

.content .has-overlay .overlay h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content .has-overlay .overlay h3 a {
	color: #fff;
}

body.contact .content .ow-button-hover {
	width: 100%;
	max-width: 260px;
	padding: 10px 15px !important;
	font-size: 14px !important;
}

body.contact .content img {
	max-height: 365px;
	object-fit: cover;
	margin: 0 auto;
}

body.contact .content h3 {
	font-size: 18px;
}


/*
 * Footer
 * --------------------------------------------------
 */
.footer-wrapper {
	background-color: #3ab54a;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}

.footer-nav li {
	display: inline-block;
	border-right: 1px solid #bbfbc3;
	line-height: 1em;
	vertical-align: middle;
}

.footer-nav li:last-child {
	border: none;
}

.footer-nav li a {
	color: #bbfbc3;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 12px;
}

.footer-nav li.active a, .footer-nav li:hover a, .footer-nav li:focus a {
	color: #fff;
	text-decoration: underline;
}

.footer-nav li.dropdown > .caret {
	display: none;
}

.copyright-wrapper {
	margin-top: 10px;
}

.copyright {
	display: inline-block;
	border-right: 1px solid #bbfbc3;
	padding: 0px 10px;
	color: #bbfbc3;
	font-size: 12px;
	line-height: 12px;
}

.copyright:last-child {
	border: none;
}

.copyright a {
	color: #bbfbc3;
}

.social-wrapper {
	padding-top: 15px;
	text-align: right;
}

.social {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.5em;
	line-height: 1em;
	vertical-align: middle;
	color: #fff;
	text-shadow: 1px 1px 3px #329e40;
}

/*
 * Forms
 * --------------------------------------------------
 */

.gform_wrapper .gform_footer input[type="submit"] {
	border: 2px solid #ff6200;
	background: transparent;
	color: #ff6200;
	padding: 10px 15px;
	font-weight: 700;
}

.gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_footer input[type="submit"]:focus {
	border: 2px solid #ff6200;
	background-color: #ff6200;
	color: #fff;
}

body.employment-opportunities .gform_wrapper ul li.gfield {
	clear: none !important;
}

body.employment-opportunities .gform_wrapper ul.gfield_checkbox li {
	display: inline-block;
	padding-right: 15px !important;
}

/*
 * Meta Slider
 * --------------------------------------------------
 */
.flex-control-nav {
	bottom: 40px !important;
	z-index: 999;
}

.flex-control-paging li a {
	background: rgba(255,255,255,0.7) !important;
}

.flex-control-paging li a.flex-active {
	background-color: #c22126 !important;
}
/*
 * Media Queries
 * --------------------------------------------------
 */

@media (max-width: 1024px) {
	body {
		margin-bottom: 0px;
	}

	footer {
		position: static;
		height: auto;
	}
}


@media (max-width: 767px) {
	.navbar-toggle {
		border: none;
	}

	.navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navigation {
		clear: both;
	}

	.primary-nav > li {
		display: block;
		width: auto;
	}

	.footer-nav li {
		display: block;
		text-align: center;
		border: none;
	}

	.footer-nav li a {
		line-height: 1.3em;
	}

	.copyright {
		display: block;
		border: none;
		text-align: center;
		line-height: 1.3em;
	}

	.social-wrapper {
		text-align: center;
	}
}