/* CSS Document */

/*
Theme Name: Port of Virginia
Author: Sway Creative Labs
Author URI: http://madebysway.com/

Port of Virginia WordPress Theme © 2014 Sway Creative Labs
*/

/* CSS Document */

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: color .25s;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0 0 15px;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*GLOBAL STYLES*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	position: relative;
	font: 16px/24px "Open Sans", "opensans";
	color: #333;
	-webkit-font-smoothing: antialiased;
	background: none;
}

.wrapper {
	width: 1140px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

strong {
	/*text-transform: uppercase;*/
	font-weight: 600;
}

a {
	color: #41bac2;
}

a:hover {
	color: #4ddae3;
}

p {
	padding-bottom: 24px;
}

h1 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	font-weight: 300;
	letter-spacing: -0.5px;
	color: #002838;
}

.entry-content h4 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 32px;
	margin-bottom: 12px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 45px;
	font-size: 15px;
	width: 267px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	text-indent: 10px;
}

.date, .rstw_link_user {
	font-size: 12px;
	font-style: italic;
}

.btn {
	display: inline-block;
	width: 145px;
	height: 45px;
	color: #fff;
	font-size: 15px;
	line-height: 43px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #41bac2;
	border-radius: 3px;
	box-shadow: inset 0px -3px 0px #038a93;
	transition: .25s;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.btn:hover {
	color: #fff;
	background: #4ddae3;
}

blockquote {
	position: relative;
	padding: 0 0 12px 24px;
}

blockquote:before {
	content: "“";
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 45px;
	color: #41bac2;
	font-weight: 700;
}
.sr-only {
	display: block;
	position:absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* HEADER */
#mobileheader, #printheader {
	display: none;
}

#mainheader {
	position: absolute;
	top: 0;
	height: 120px;
	width: 100%;
	z-index: 10;
	background: #fff;
}

.headerfixed {
	position: fixed !important;
	margin-top: -47px;
}

#mainheader .wrapper {
	padding: 0 10px;
}

#auxnav {
	background: #002838;
	height: 47px;
	text-align: right;
	font-size: 12px;
	line-height: 47px;
}

#auxnav ul {
	list-style: none;
	display: inline;
}

#auxnav ul li {
	list-style: none;
	display: inline;
}

#auxnav a {
	text-decoration: none;
	font-weight: 600;
	margin-left: 16px;
	color: #41bac2;
}

#auxnav a:hover {
	color: #127986;
}

.socialicons {
	margin-left: 10px;
}

#auxnav .socialicons a {
	margin-left: 4px;
}

.socialicons .fa {
	display: inline-block;
	color: #002838;
	height: 22px;
	width: 22px;
	background: #41bac2;
	border-radius: 11px;
	text-align: center;
	line-height: 22px;
	font-size: 17px;
	transition: .25s;
}

.socialicons .fa:hover {
	background: #127986;
}

#navbar {
	height: 73px;
	background: #fff;
	box-shadow: 0px 3px 0px rgba(0,0,0,.15);
	z-index: 1;
}

.logo {
	display: inline-block;
	margin-top: 6px;
	height: 62px;
	width: 181px;
	text-indent: -9999px;
	background: url(images/logo.png);
	background-size: cover;
	transition: .25s;
}

.logo:hover {
	opacity: .7;
}

.submithide {
	position: absolute;
	height: 0;
	width: 0;
	margin-left: -9999px;
}

.searchform label {
	display: none;
}

#searchbtn {
	height: 73px;
	float: right;
	width: auto;
	border-right: 1px solid #ddd;
	font-size: 140%;
	line-height: 73px;
	color: #444;
	padding: 0 20px;
}

#searchbtn .fa {
	float: right;
	line-height: 40px;
	height: 40px;
	color: #666;
	padding: 0 10px;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 16px;
	transition: .5s;
	cursor: text;
}

.searchcontainer {
	display: inline-block;
	width: 0;
	overflow: hidden;
	transition: .5s ease-in-out;
}

#searchbar {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	font-size: 15px;
	width: 160px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	margin-top: -7px;
	background: #eee;
	padding: 0 0 0 10px;
	transition: .5s;
	opacity: 0;
}

#searchbar:focus {
	outline: none;
}

#mobilenav {
	display: none;
}

#mainnav {
	float: right;
	height: 73px;
	border-left: 1px solid #ddd;
	overflow: visible;
}

#mainnav ul li {
	display: block;
	float: left;
	height: 73px;
	width: auto;
	line-height: 73px;
	text-align: center;
	border-right: 1px solid #ddd;
	transition: .5s;
}

#mainnav > ul > li.current_page_item {
	border-top: 5px solid #a79160;
	line-height: 63px;
}

#mainnav ul li.hover {
	background: #ddd;
	height: 76px;
}

#mainnav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #454545;
	padding: 0 30px;
}

#mainnav ul li ul {
	width: 100%;
	padding: 0 0 0 420px;
	margin: 0 auto;
	border: none;
	display: none;
}

#mainnav ul li ul li {
	display: block;
	float: left;
	width: 233px;
	background: none;
	text-align: left;
	padding: 0 5px;
	height: 28px;
	border: none;
}

#mainnav ul li ul li a {
	line-height: 28px;
	padding: 0;
	font-size: 14px;
}

#mainnav ul li ul li a:hover, #mainnav ul li ul li a:hover:before {
	color: #41bac2;
}

#mainnav > ul > .current-menu-ancestor, #mainnav > ul > .current-page-ancestor {
	border-top: 5px solid #a79160;
	line-height: 63px;
}

#mainnav ul li ul li a:before {
	display: block;
	float: left;
	content: '\f15b';
	font-family: "FontAwesome";
	width: 20px;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	line-height: 28px;
	color: #a2a2a2;
	transition: color .25s;
	margin-right: 5px;
}

/* MAIN NAV ICONS */
#mainnav .menu-item-387 a:before {
	content: '\f140';
}

#mainnav .menu-item-398 a:before {
	content: '\f007';
}

#mainnav .menu-item-423 a:before {
	content: '\f02d';
}

#mainnav .menu-item-432 a:before {
	content: '\f046';
}

#mainnav .menu-item-393 a:before {
	content: '\f0e7';
}

#mainnav .menu-item-401 a:before {
	content: '\f0b1';
}

#mainnav .menu-item-424 a:before {
	content: '\f073';
}

#mainnav .menu-item-394 a:before {
	content: '\f0c0';
}

#mainnav .menu-item-420 a:before {
	content: '\f075';
}

#mainnav .menu-item-425 a:before {
	content: '\f085';
}

#mainnav .menu-item-451 a:before {
	content: '\f0e4';
}

#mainnav .menu-item-454 a:before {
	content: '\f13d';
}

#mainnav .menu-item-464 a:before {
	content: '\f05a';
}

#mainnav .menu-item-467 a:before {
	content: '\f023';
}

#mainnav .menu-item-452 a:before {
	content: '\f084';
}

#mainnav .menu-item-462 a:before {
	content: '\f03d';
}

#mainnav .menu-item-465 a:before {
	content: '\f02d';
}

#mainnav .menu-item-470 a:before {
	content: '\f0e8';
}

#mainnav .menu-item-463 a:before {
	content: '\f040';
}

#mainnav .menu-item-466 a:before {
	content: '\f09d';
}

#mainnav .menu-item-473 a:before {
	content: '\f06c';
}

#mainnav .menu-item-433 a:before {
	content: '\f0ac';
}

#mainnav .menu-item-436 a:before {
	content: '\f06c';
}

#mainnav .menu-item-442 a:before {
	content: '\f079';
}

#mainnav .menu-item-434 a:before {
	content: '\f0c0';
}

#mainnav .menu-item-437 a:before {
	content: '\f145';
}

#mainnav .menu-item-435 a:before {
	content: '\f1b3';
}

#mainnav .menu-item-511 a:before {
	content: '\f130';
}

#mainnav .menu-item-474 a:before {
	content: '\f0e0';
}

#mainnav .menu-item-484 a:before {
	content: '\f14e';
}

#mainnav .menu-item-487 a:before {
	content: '\f075';
}

#mainnav .menu-item-475 a:before {
	content: '\f05a';
}

#mainnav .menu-item-485 a:before {
	content: '\f085';
}

#mainnav .menu-item-488 a:before {
	content: '\f030';
}

#mainnav .menu-item-476 a:before {
	content: '\f183';
}

#mainnav .menu-item-486 a:before {
	content: '\f059';
}

#mainnav .menu-item-489 a:before {
	content: '\f079';
}

#mainnav .menu-item-2755 a:before {
	content: '\f0b1';
}

#mainnav .menu-item-2602 a:before {
	content: '\f0d6';
}

#mainnav .menu-item-2604 a:before {
	content: '\f1b3';
}

#mainnav .menu-item-2603 a:before {
	content: '\f1ac';
}

#mainnav .menu-item-453 a:before {
	content: '\f0d1';
}

#mainnav .menu-item-2605 a:before {
	content: '\f0e3';
}

#mainnav .menu-item-2042 a:before {
	content: '\f0ca';
}

#mainnav .menu-item-2324 a:before {
	content: '\f0a1';
}


/* END MAIN NAV ICONS */

/* FACILITIES MAIN NAV */

#mainnav .menu-item-17 ul {
	padding: 0;
}

#mainnav .menu-item-17 ul li {
	display: block;
	height: 110px;
	width: 14.28%;
	text-align: center;
	background: url(images/menubars.png) left center no-repeat;
}

#mainnav .menu-item-17 ul li:first-child {
	background: none;
}

#mainnav .menu-item-17 ul li a {
	line-height: 16px;
}

#mainnav .menu-item-17 ul li a:before {
	width: 100%;
	float: none;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 800;
	line-height: 60px;
	padding-bottom: 0;
}

#mainnav .menu-item-443 a:before {
	content: 'NNMT';
}

#mainnav .menu-item-444 a:before {
	content: 'NIT';
}

#mainnav .menu-item-445 a:before {
	content: 'PMT';
}

#mainnav .menu-item-447 a:before {
	content: 'VIP';
}

#mainnav .menu-item-448 a:before {
	content: 'VIG';
}

#mainnav .menu-item-449 a:before {
	content: 'RMT';
}

#mainnav .menu-item-2489 a:before {
	content: 'CI';
}

#mainnav .menu-item-3455 a:before {
	content: '\f071';
}

.dropdownbg {
	position: absolute;
	top: -100px;
	left: 0;
	height: 170px;
	padding: 30px 0;
	width: 100%;
	background: #ddd;
	z-index: -2;
	box-shadow: 0px 3px 3px rgba(0,0,0,.25);
	transition: top .5s ease-in-out;
}

#feature-area-content {
	display: none;
}

.dropdown-feature-area {
	float: left;
	width: 390px;
	height: 114px;
	background: #eee;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: left;
	line-height: 20px;
	padding: 12px 12px 12px 100px;
	font-size: 14px;
	color: #777;
}

.dropdown-feature-area h2 {
	font-size: 14px;
	line-height: 18px;
}

.dropdown-feature-area p {
	height: 80px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

#menu-item-11 .dropdown-feature-area {
	background: #eee url('images/portstatsicon.png') 10px 15px no-repeat;
}

#menu-item-20 .dropdown-feature-area {
	background: #eee url('images/cameraicon.png') 10px 15px no-repeat;
}

#menu-item-14 .dropdown-feature-area {
	background: #eee url('images/newsicon.png') 10px 15px no-repeat;
}

#menu-item-23 .dropdown-feature-area {
	background: #eee url('images/infofeature.png') 10px 15px no-repeat;
}

#mainnav ul li .dropdown-feature-area a {
	display: inline;
	padding: 0;
	color: #41bac2;
	font-weight: 600;
}

#mainnav ul li .dropdown-feature-area a:hover {
	color: #4ddae3;
}

#headerpush {
	height: 120px;
}
/* Image Editor Styles */
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* CTA SLIDER */
#homeslider {
	background: #8197b5;
	height: 475px;
}

#trackbar {
	position: relative;
	height: 80px;
	box-shadow: 0px 3px 0px rgba(0,0,0,.15), 0px -3px 0px rgba(0,0,0,.15);
	z-index: 2;
	text-align: center;
	line-height: 80px;
	background: #fff;
}

#homecta {
	background: #f6f6f6;
	min-height: 400px;
	font-size: 18px;
	line-height: 25px;
	padding: 40px 0;
}

#ctacontent {
	margin-left: 370px;
	padding: 20px;
}

#helpbanner {
	position: relative;
	background: #002838;
	height: 80px;
	box-shadow: 0px 3px 0px rgba(0,0,0,.15), 0px -3px 0px rgba(0,0,0,.15);
	z-index: 2;
	color: #fff;
	text-align: center;
	line-height: 80px;
	clear: both;
}

#helpbanner img {
	vertical-align: middle;
	padding-bottom: 5px;
}

#factsbanner {
	background: #eee;
	height: 80px;
	line-height: 80px;
	text-align: center;
	clear: both;
	border-top: 1px solid #ddd;
}

#factsbanner form, #trackbar form {
	display: inline;
}

/* ALERTS */
#alertbar {
	position: fixed;
	top: -50px;
	width: 100%;
	height: 48px;
	z-index: 1000;
	font-size: 15px;
	color: #333;
	background-color: #ffc704;
	overflow: hidden;
}

#alertbar .wrapper {
	text-align: center;
	position: relative;
	padding: 0px 48px;
}

#alertbar .icon {
	position: relative;
	top: 4px;
	display: inline;
	padding: 10px;
	font-size: 28px;
	color: #fff;
}

#alertbar .close {
	width: 48px;
	height: 48px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0,0,0,.1);
	position: absolute;
	right: 10px;
	top: 0px;
	padding: 11px;
	cursor: pointer;
	transition: .25s;
}

#alertbar .close:hover {
	background-color: rgba(0,0,0,.2);
}

#alertbar p {
	color: #333;
	font-style: italic;
	display: inline;
	line-height: 48px;
	padding-bottom: 0px;
}

#alertbar a.learnmore {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 0px 12px;
	color: #333;
}

#alertbar a.learnmore:hover {
	text-decoration: underline;
}

body.alertbar #mainheader {
	position: fixed !important;
	margin-top: 0px;
}

#fade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-color: rgba(0,0,0,.5);
	display: none;
	opacity: 0;
}

#alertbox {
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -210px;
	width: 420px;
	background-color: #fff;
	z-index: 1000;
	display: none;
	opacity: 0;
}

#alertbox .top {
	height: 40px;
	width: 100%;
	position: relative;
	background-color: #d81232;
	border-bottom: 1px solid #560f15;
}

#alertbox .top .close {
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0,0,0,.1);
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 8px 12px;
	cursor: pointer;
	transition: .25s;
}

#alertbox .top .close:hover {
	background-color: rgba(0,0,0,.2);
}

#alertbox .content {
	padding: 30px;
	text-align: center;
}

#alertbox .content .icon {
	color: #d81232;
	font-size: 70px;
	margin: 10px auto 20px;
	width: 60px;
}

#alertbox .content h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #d70e38;
	margin-bottom: 12px;
}

#alertbox .content a.btn.learnmore {
	background-color: #d81233;
	box-shadow: inset 0px -3px 0px #940920;
}

#alertbox .content a.btn.learnmore:hover {
	background-color: #f22144;
}

/* FOOTER */
#mainfooter {
	position: relative;
	z-index: 2;
	box-shadow: 0px -3px 0px rgba(0,0,0,.15);
	background: #002838;
	min-height: 360px;
	color: #929da1;
	padding: 50px 0 0 0;
}

#mainfooter a {
	text-decoration: none;
}

.footerwidget {
	float: left;
	width: 25%;
	padding: 0 10px;
	font-size: 14px;
	line-height: 21px;
}

.footerwidget p {
	padding-bottom: 15px;
}

.footerwidget h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 15px;
}

.footerwidget ul {
	list-style: none;
}

.footerwidget ul li {
	line-height: 24px;
}

.useful-links ul li:before, .contact-links ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	padding-right: 10px;
}

#copyright {
	background: #001720;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
}

.bDisclaimer {
	font-size: 11px;
	font-style: italic;
	padding-bottom: 0px;
	color: #666;
}

#mainfooter .clear {
	padding-bottom: 50px;
}
/* Twitter Feed */
#reallysimpletwitterwidget-2 {
	list-style: none !important;
}

ul.really_simple_twitter_widget li {
	padding-bottom: 15px;
}

/* HOME TOUTS */

#carousel {
	position: relative;
	width: 100%;
	height: 322px;
	margin: 0 auto;
}

#carousel a {
	text-decoration: none;
	display: block;
	height: 100%;
}

#ctacarousel {
	overflow: hidden;
	width: 265px;
	margin-bottom: 30px;
	float: left;
}

#homecta #ctacarousel {
	margin-left: 40px;
}

#ctacarousel ul {
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 300px;
	width: 300%;
}

#ctacarousel li {
	display: none;
	position: relative;
	width: 265px;
	height: 300px;
	float: left;
	text-align: center;
}

#ctacontrols {
	height: 20px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
}

#ctacontrols div {
	background: #fff;
	text-indent: -9999px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	opacity: .5;
	border: 4px solid #fff;
	transition: .25s;
	cursor: pointer;
	box-shadow: 0 0 1px #333;
}

#ctacontrols div.active {
	background: #41bac2;
}

#ctacontrols div:hover {
	opacity: .75;
}

#slides {
	overflow: hidden;
	/* fix ie overflow issue */
	position: relative;
	width: 100%;
	height: 322px;
}

#slides ul {
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200%;
}

#slides li {
	position: relative;
	width: 10%;
	height: 322px;
	color: #002838;
	float: left;
	text-align: center;
}

.toutoverlay {
	position: absolute;
	display: table;
	width: 100%;
	height: 284px;
	color: #002838;
	top: 0;
	font-weight: 600;
	font-size: 18px;
	background: #41bac2;
	background: rgba(65,186,194,.85);
	padding: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	transition: .25s;
}

.toutoverlaycontent {
	display: table-cell;
	vertical-align: middle;
}

.toutoverlaycontent p {
	padding-bottom: 0;
}

#slides li:hover .toutoverlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

#slides li .toutimage {
	height: 284px;
	background-size: cover;
	background-position: top center;
	transition: .25s;
}

.toutoverlay h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

#slides li h2 {
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	text-transform: uppercase;
	transition: .25s;
	border-right: 1px solid #e3e3e3;
	color: #002838;
}

#slides li:hover h2 {
	background: #e3e3e3;
}

#carousel #prev {
	position: absolute;
	display: block;
	background: #002838;
	width: 50px;
	height: 50px;
	left: 0;
	top: 137px;
	z-index: 2;
	font-size: 160%;
	color: #fff;
	opacity: .65;
	line-height: 50px;
	padding-left: 16px;
	transition: .25s;
	cursor: pointer;
}

#carousel #prev:hover {
	opacity: 1;
}

#carousel #next {
	position: absolute;
	display: block;
	background: #002838;
	width: 50px;
	height: 50px;
	right: 0px;
	top: 137px;
	z-index: 2;
	font-size: 160%;
	color: #fff;
	opacity: .65;
	line-height: 50px;
	padding-left: 16px;
	transition: .25s;
	cursor: pointer;
}

#carousel #next:hover {
	opacity: 1;
}

/* SIDERBAR */

.leftsidebar {
	width: 285px;
	padding: 85px 10px 40px;
	height: 100%;
	float: left;
	font-size: 15px;
}

.leftnav {
	box-shadow: 0px 3px 5px rgba(0,0,0,.15);
	margin-bottom: 50px;
}

.leftnav ul {
	background: #fff;
}

.leftnav ul li {
	max-height: 35px;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	transition: ease-in-out .25s;
}

.leftnav ul li a {
	display: block;
	height: 100%;
	width: 100%;
	padding-left: 15px;
	text-decoration: none;
	color: #444;
	transition: .25s;
}

.leftnav ul li.current-menu-item > a, .leftnav ul li.current-post-parent > a {
	padding-left: 10px;
	border-left: 5px solid #a79160;
	color: #a79160;
}

.leftnav ul li a:hover {
	color: #a79160;
}

.leftnav > ul > li:first-child {
	background: #a79160;
	border-color: #a79160;
	padding-left: 15px;
	color: #fff;
}

.leftnav > ul > li:first-child a {
	color: #fff;
	padding: 0;
	border: none;
}

.leftnav ul li ul {
	height: auto;
	padding-bottom: 5px;
}

.leftnav ul li ul li {
	font-size: 14px;
	line-height: 16px;
	height: auto;
	border: none;
	max-height: none;
}

.leftnav ul li ul li a {
	padding: 7px 20px 7px 25px;
}

.leftnav ul li ul li.current-menu-item a {
	padding: 7px 20px;
}

.leftnav .expand {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 35px;
	width: 30px;
	color: #666;
	text-align: right;
	cursor: pointer;
	font-size: 70%;
	padding-right: 10px;
}

/* TESTIMONIALS */

#testimonials {
	position: relative;
	margin-bottom: 20px;
	height: 430px;
}

#testimonials blockquote {
	position: relative;
	padding: 0 0 12px 24px;
}

#testimonials ul {
	list-style: none;
	position: relative;
}

#testimonials ul li {
	position: absolute;
	top: 0;
	display: none;
}

#testimonials blockquote:before {
	content: "“";
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 45px;
	color: #41bac2;
	font-weight: 700;
}

#testimonials p {
	font-weight: 700;
	color: #41bac2;
}

#testimonials .coname {
	color: #444;
	font-weight: normal;
	font-style: italic;
}

#testimonials .job {
	color: #444;
	font-weight: normal;
}

#testnext, #testprev {
	position: absolute;
	top: 11px;
	right: 0;
	color: #fff;
	height: 20px;
	width: 20px;
	font-size: 10px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #41bac2;
	border-radius: 3px;
	box-shadow: inset 0px -3px 0px #038a93;
	transition: .25s;
	cursor: pointer;
}

#testprev {
	right: 25px;
}

#testnext:hover, #testprev:hover {
	background: #4ddae3;
}

#testimonials h2, #sidetracker h2 {
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#sidetracker p {
	padding-bottom: 10px;
}

/* SIDEBAR LATESTNEWS */
#latestNews {
	position: relative;
	margin-bottom: 20px;
}

#latestNews h2 {
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#latestNews h3 {
	line-height: 20px;
}

#latestNews .date {
	padding-bottom: 10px;
}

#latestNews a {
	text-decoration: none;
	color: #41bac2 !important;
	font-weight: 600 !important;
}

#latestNews a:hover {
	color: #4ddae3 !important;
}

/* MAIN SLIDER */
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	height: 100%;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	height: 100% !important;
	z-index: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 33px;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	opacity: .5;
	border: 4px solid #fff;
	transition: .25s;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #41bac2;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	opacity: .75;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -48px;
	outline: 0;
	width: 46px;
	height: 96px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bxslider {
	height: 100%;
	width: 100%;
}

.bxslider li {
	height: 100%;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bxslider .wrapper {
	padding: 100px 670px 100px 40px;
}

.bxslider h1 {
	font-size: 70px;
	line-height: 65px;
	margin-bottom: 5px;
	border-bottom: none;
	color: #002838;
	font-weight: 300;
	text-indent: -5px;
}

.bxslider p {
	color: #002838;
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
}

#slide3 {
	background-image: url(images/slide1-light.jpg);
}

#slide4 {
	background-image: url(images/slide3.jpg);
}

#slide5 {
	background-image: url(images/slide-8.jpg);
}

#slide6 {
	background-image: url(images/slide-13.jpg);
}

#slide1 {
	background-image: url(images/slide-11-new.jpg);
}

#slide1 p, #slide1 h1 {
	color: #fff;
}

#slide2 {
	background-image: url(images/slide1.jpg);
}
/* INTERIOR PAGE */
#maincontent {
	position: relative;
}

#maincontentbanner {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	z-index: -1;
	background-size: cover;
}

.banner-about {
	background: url(images/aboutheader.jpg) center center no-repeat;
}

.banner-facilities {
	background: url(images/header-2.jpg) center center no-repeat;
}

.banner-tools {
	background: url(images/interiorbanner.jpg) center center no-repeat;
}

.banner-stewardship {
	background: url(images/header-3.jpg) center center no-repeat;
}

.banner-contact {
	background: url(images/sub-person.jpg) center center no-repeat;
}

.banner-newsroom {
	background: url(images/newsroomheader.jpg) center center no-repeat;
}

.rightcontent {
	padding: 140px 20px 60px;
	margin-left: 285px;
	overflow: auto;
}

.rightcontentSite {
	padding: 140px 20px 60px;
	margin-left: 285px;
	overflow: auto;
}

.printpdf {
	float: right;
	font-size: 20px;
}

.entry-content ul {
	margin: 20px 0;
	padding: 0;
}

.entry-content ul li {
	margin-left: 25px;
	list-style: none;
	padding-bottom: 20px;
	text-indent: -5px;
}

.entry-content ul li:before {
	content: "\f054";
	font-family: "FontAwesome";
	color: #41bac2;
	margin: 0 10px 0 -15px;
}

.entry-content ol {
	margin: 20px 0;
	padding: 0;
}

.entry-content ol li {
	margin-left: 25px;
	padding-bottom: 20px;
}

.entry-content ul li ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.entry-content ul li ul li {
	list-style-image: url(images/circ-bullet.png);
	padding-bottom: 0px;
}

.entry-content ul li ul li ul li {
	list-style-image: url(images/dash-bullet.png);
}

.entry-content h5 {
	border-bottom: 1px solid #ccc;
	line-height: 26px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.entry-content h6 {
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 400;
}

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

.ezcol hr {
	margin-bottom: 0px;
}

.entry-content h5 a {
	text-decoration: none;
	color: #444;
}

.entry-content h5 a:hover {
	color: #4ddae3;
}

#post-40 strong, #post-935 strong {
	color: #41bac2;
}

#post-85 p, #post-95 p, #post-111 p, #post-33 p, #post-131 p {
	height: 130px;
	position: relative;
	padding: 0 0 0 190px;
	display: table-cell;
	vertical-align: middle;
}

#post-85 img, #post-95 img, #post-111 img, #post-33 img, #post-131 img {
	height: 130px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

#post-85 hr, #post-95 hr, #post-111 hr, #post-33 hr, #post-131 hr {
	margin-top: 15px;
}

#post-45 img {
	width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid #ccc;
}

#post-45 .ezcol-both {
	border-bottom: 1px solid #ccc;
	margin: 15px 0 20px;
}

#post-45 hr {
	display: none;
}

.search-results-count {
	height: 56px;
	margin-bottom: 20px;
	line-height: 56px;
	text-transform: uppercase;
	font-weight: 600;
	background: #eee;
	padding: 0 20px;
}

.search-results-count span {
	color: #a79160;
}

/* 404 PAGE */
.not-found {
	width: 50%;
	margin: 0 auto;
	min-height: 300px;
	margin-top: 100px;
	text-align: center;
}

.titleFour {
	font-size: 200px;
	border: none;
}

.divide404 {
	width: 100%;
	margin: 30px 0px 10px 5px;
}

.not-found {
	color: #999;
	font-size: 28px;
	text-align: center;
}

/* CATEGORY */
.cat-thumbnail {
	float: left;
	height: 164px;
	width: 264px;
	border: 1px solid #999;
	padding: 6px;
	margin-bottom: 30px;
	clear: left;
}

.cat-thumbnail img {
	width: 250px;
	height: 150px;
}

.cat-excerpt {
	margin-bottom: 30px;
}

.has-thumbnail {
	margin-left: 284px;
}

.cat-excerpt p {
	padding-bottom: 0;
}

a.read-more {
	font-weight: 600;
	text-decoration: none;
}
.read-more a {
	font-weight: 600;
	text-decoration: none;
}
h3.jump:before {
	display: block;
	content: " ";
	height: 100px;
	margin-top: -100px;
	visibility: hidden;
}

#navigationMore a {
	text-decoration: none;
	font-weight: 600;
	text-decoration: none;
}

#navigationMore .alignleft {
	float: left;
}

#navigationMore .alignright {
	float: right;
}

/* BANNERS */
.attachment-post-thumbnail {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.attachment-post-thumbnail:before {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}

/* TABLE STYLES */
table {
	margin:10px 0;
}
th div {
	font-weight: bold;
}

.footable {
	border: 3px solid #1ab2be !important;
}

.footable>thead>tr>th, .footable>thead>tr>td {
	background-color: #1ab2be !important;
	border: 1px solid #1ab2be !important;
}

.tablepress h3 {
	text-align: center;
}

.footable>tbody>tr>td {
	font-size: 14px;
}

/* BREADCRUMBS */
#breadcrumbs {
	list-style: none;
	margin: 0px 0;
	overflow: hidden;
	font-size: 13px !important;
	margin-bottom: 4px;
	color: #999;
}

#breadcrumbs li {
	display: inline;
	margin-right: 5px;
}

#breadcrumbs a {
	color: #999;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #41bac2;
}
/* Contact Form */
.formHalf {
	width: 50%;
	float: left;
}

/* Contact page search */
#tablepress-12 {
	display:none;
}
#tablepress-12_filter {
	float:left;
	padding-bottom:24px;
}

/* SELECT BOX */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
	width: 250px;
 /* Width of the dropdown button */
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
	display: block;
	position: relative;
}

#trackbar .selectboxit-container .selectboxit, #sidetracker .selectboxit-container .selectboxit {
	width: 265px;
}

#sidetracker .selectboxit-container {
	margin: 0 0 15px 0;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 100%;
 /* Height of the drop down */
	line-height: 43px;
 /* Vertically positions the drop down text */
	display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
	outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

/* Button Text */
.selectboxit-text {
	font-size: 15px;
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.selectboxit .selectboxit-option-icon-container {
}

/* Options List */
.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
  /* Minimum Width of the dropdown list box options */
	*width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	letter-spacing: -.02em;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9;
	border-radius: 3px;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
	padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
	text-indent: 5px;
 /* Horizontal Positioning of the select box option text */
	margin: 0;
	list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
	font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
	cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
	width: 40px;
	position: absolute;
	right: 0;
	border-left: 1px solid #ccc;
	text-align: center;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
	margin: 0 auto;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
	float: left;
}

.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
	width: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left;
}

.selectboxit-rendering {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	visibility: visible !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
	background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
	background-color: #fff;
	border: 1px solid #ccc;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	background-color: #f9f9f9;
	border-color: #666;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	color: #333333;
	text-decoration: none;
}

.selectboxit-default-arrow {
}

.selectboxit-default-arrow:before {
	content: "\f078";
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 80%;
}

.selectboxit-list {
	background-color: #ffffff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.selectboxit-option {
}

.selectboxit-option:hover {
	background: #f3f3f3;
}

.selectboxit-option a:hover {
}

.selectboxit-option-last {
	border: none;
}

.selectboxit-list .selectboxit-option-anchor {
	color: #333333;
	font-style: normal;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #111;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999;
}

/* FORM STYLES */
.wpcf7-form input, .wpcf7-form textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 300px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	font-family: "Open Sans";
	border-radius: 3px;
	display: inline;
	position: relative;
}

.wpcf7-form input {
	height: 30px;
	line-height: 15px;
}

.wpcf7-form input[type="radio"] {
	height: 20px;
	width: 40px;
	padding: 2px;
	border:none;
}
.wpcf7-form input[type="checkbox"] {
	height: 20px;
	width: 20px;
	padding: 2px;
}

.wpcf7-form select {
	height: 20px !important;
}

.wpcf7-form .selectboxit-container span, .wpcf7-form .selectboxit-container .selectboxit-options a {
	line-height: 30px;
}

.wpcf7-form .selectboxit-container span, .wpcf7-form .selectboxit-container .selectboxit-options a {
	height: 30px;
}

.wpcf7-form .menu-803 .selectboxit-container .selectboxit {
	width: 100px;
}

.wpcf7-list-item-label {
	padding-top: 0px;
}

span.wpcf7-list-item {
	display: table-row;
}

span.wpcf7-list-item * {
	display: table-cell;
}

.wpcf7-form .selectboxit-container {
	margin: 0px;
}

input.wpcf7-submit {
	display: inline-block;
	width: 150px !important;
	height: 45px;
	color: #fff;
	font-size: 15px;
	line-height: 43px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #41bac2;
	border-radius: 3px;
	box-shadow: inset 0px -3px 0px #038a93;
	transition: .25s;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

input.wpcf7-submit:hover {
	color: #fff;
	background: #4ddae3;
}

.wpcf7-form li.selectboxit-option {
	list-style: none !important;
	line-height: 30px !important;
	height: 30px !important;
	padding: 0 0 0 10px;
	border: none;
	margin: 0;
}

.wpcf7-form li.selectboxit-option:before {
	display: none;
}
/* CREDIT CARD FORM */
#wpcf7-f1269-p330-o1 input {
	width: 300px;
}

#wpcf7-f1269-p330-o1 label {
	display: inline-block;
	width: 225px;
	text-align: left;
}

#wpcf7-f1269-p330-o1 label.zip {
	width: 50px;
	margin-left: 20px;
}

.text-549 input, .text-854 input {
	vertical-align: top;
}

.text-465 input#zip {
	width: 125px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px !important;
}
#wpcf7-f5852-p5853-o1 label {
	display: inline-block;
	min-width: 225px;
	text-align: left;
}
/*SAR FORUM FORM STYLES */
#post-5853 h2 {
	font-size:22px;
	line-height:36px;
	color: #033c5a;
}
#post-5853 label {
	vertical-align:top;
}
#wpcf7-f5852-p5853-o1 {
	padding-left:20px;
}
.wpcf7-radio span{
	vertical-align:top !important;
}
.wpcf7-radio .wpcf7-list-item-label {
	padding-top:2px;
}
.wpcf7-form input[type='radio'] {
	margin-top:2px;
}
/*END SAR FORUM FORM STYLES */

@media screen and (min-width: 1140px) and (max-width: 1424px) {
	#slides li {
		width: 12.5%;
	}
}

@media screen and (min-width: 960px) and (max-width: 1140px) {
	#slides li {
		width: 16.66666666666%;
	}

	.wrapper {
		width: 960px;
	}

	.bxslider .wrapper {
		padding: 100px 560px 100px 40px;
	}

	#mainnav ul li ul {
		width: 960px;
		padding: 0 0 0 150px;
	}

	#mainnav ul li a {
		padding: 0 18px;
	}

	.dropdown-feature-area {
		display: none;
	}

	.siteHide {
		display: none;
	}

	.rightcontentSite {
		margin-left: 0px;
	}

	.siteSelectMobile {
		display: none;
	}

	#alertbar p {
		font-size: 12px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1140px) and (max-device-width : 1024px) and (orientation: landscape) {
	body {
		z-index: -2;
	}

	#mobilecontainer {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		transition: left .5s;
		box-shadow: 0 0 10px #000;
		overflow: hidden;
	}

	#maincontentbanner {
		z-index: auto;
	}

	.menuopen {
		left: -260px !important;
	}

	#mainheader {
		display: none;
	}
/* MOBILE NAV */
	#mobileheader {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 60px;
		width: 100%;
		background: #fff;
		z-index: 999;
		transition: left .5s;
		box-shadow: 0 3px 0 rgba(0,0,0,.2);
	}

	#mobileheader .logo {
		margin-top: 10px;
		height: 40px;
		width: 117px;
		text-align: center;
	}

	.menubtn {
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
		height: 35px;
		width: 35px;
		cursor: pointer;
	}

	.menubtn:before {
		content: "\f0c9";
		font-family: FontAwesome;
		font-size: 35px;
		line-height: 35px;
		color: #41bac2;
	}

	#mobilenav {
		display: block;
		width: 520px;
		height: 100%;
		position: fixed;
		top: 0;
		right: -520px;
		background: #333;
		overflow: visible;
		transition: .5s;
		border-left: 1px solid #999;
		z-index: -1;
	}

	#mobilenav .backbar {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
		width: 260px;
		background: #002838;
		padding: 15px 15px;
		z-index: 2;
	}

	#mobilesearch {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 30px;
		font-size: 15px;
		width: 100%;
		border-radius: 15px;
		border: none;
		background: #eee;
		padding: 0 35px 0 15px;
	}

	#mobilesearch:focus {
		outline: none;
	}

	.mobilesearchicon {
		position: absolute;
		top: 18px;
		right: 23px;
		height: 20px;
		width: 20px;
	}

	.mobilesearchicon:before {
		content: '\f002';
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		font-family: FontAwesome;
		color: #666;
	}

	#mobilenav li {
		border-bottom: 1px solid #999;
		padding: 0 20px;
		font-weight: 600;
		background: #ccc;
		line-height: 30px;
		text-transform: none;
		width: 260px;
		font-size: 13px;
	}

	#mobilenav a {
		text-decoration: none;
	}

	.mobile-menu-container {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-menu-container>ul {
		padding-top: 60px;
		width: 260px;
		height: 100%;
		overflow: visible;
	}

	.mobile-menu-container>ul li a {
		color: #333;
	}

	.mobile-menu-container li.menu-item-518, .mobile-menu-container li.menu-item-551, .mobile-menu-container li.menu-item-672, .mobile-menu-container li.menu-item-606, .mobile-menu-container li.menu-item-1853 {
		background: #eee !important;
		line-height: 40px !important;
		font-size: 24px !important;
		text-transform: uppercase !important;
	}

	.mobile-menu-container li.menu-item-518>a, .mobile-menu-container li.menu-item-551>a, .mobile-menu-container li.menu-item-672>a, .mobile-menu-container li.menu-item-606>a, .mobile-menu-container li.menu-item-1853>a {
		color: #002838 !important;
	}

	.mobile-menu-container .mobile-sub-menu-container {
		position: fixed;
		top: 0;
		right: -520px;
		width: 260px;
		background: #333;
		transition: .5s;
		z-index: 9999;
		height: 100%;
	}

	.mobile-sub-menu-container>ul {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}

	.mobile-menu-more {
		float: right;
		text-align: right;
		width: 20px;
		height: 30px;
		cursor: pointer;
	}

	.mobile-menu-more:before {
		content: "\f054";
		font-family: FontAwesome;
	}

	#mobilenav li.mobile-menu-back {
		height: 60px;
		width: 100%;
		background: #002838;
		color: #fff;
		border-bottom: none;
		line-height: 60px;
		font-size: 20px;
		text-transform: uppercase;
	}

	#headerpush {
		height: 60px;
	}
/* END MOBILE NAV */
}

@media screen and (max-width: 959px) {
	body {
		z-index: -2;
	}

	#mobilecontainer {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		transition: left .5s;
		box-shadow: 0 0 10px #000;
		overflow: hidden;
	}

	#maincontentbanner {
		z-index: auto;
	}

	.menuopen {
		left: -260px !important;
	}

	.wrapper {
		width: 740px;
	}

	#mainheader {
		display: none;
	}
/* MOBILE NAV */
	#mobileheader {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 60px;
		width: 100%;
		background: #fff;
		z-index: 999;
		transition: left .5s;
		box-shadow: 0 3px 0 rgba(0,0,0,.2);
	}

	#mobileheader .logo {
		margin-top: 10px;
		height: 40px;
		width: 112px;
		text-align: center;
		background-size: 112px 40px;
	}

	.menubtn {
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
		height: 35px;
		width: 35px;
		cursor: pointer;
	}

	.menubtn:before {
		content: "\f0c9";
		font-family: FontAwesome;
		font-size: 35px;
		line-height: 35px;
		color: #41bac2;
	}

	#mobilenav {
		display: block;
		width: 520px;
		height: 100%;
		position: fixed;
		top: 0;
		right: -520px;
		background: #333;
		overflow: visible;
		transition: .5s;
		border-left: 1px solid #999;
		z-index: -1;
	}

	#mobilenav .backbar {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
		width: 260px;
		background: #002838;
		padding: 15px 15px;
		z-index: 2;
	}

	#mobilesearch {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 30px;
		font-size: 15px;
		width: 100%;
		border-radius: 15px;
		border: none;
		background: #eee;
		padding: 0 35px 0 15px;
	}

	#mobilesearch:focus {
		outline: none;
	}

	.mobilesearchicon {
		position: absolute;
		top: 18px;
		right: 23px;
		height: 20px;
		width: 20px;
	}

	.mobilesearchicon:before {
		content: '\f002';
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		font-family: FontAwesome;
		color: #666;
	}

	#mobilenav li {
		border-bottom: 1px solid #999;
		padding: 0 20px;
		font-weight: 600;
		background: #ccc;
		line-height: 30px;
		text-transform: none;
		width: 260px;
		font-size: 13px;
	}

	#mobilenav a {
		text-decoration: none;
	}

	.mobile-menu-container {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-menu-container>ul {
		padding-top: 60px;
		width: 260px;
		height: 100%;
		overflow: visible;
	}

	.mobile-menu-container>ul li a {
		color: #333;
	}

	.mobile-menu-container li.menu-item-518, .mobile-menu-container li.menu-item-551, .mobile-menu-container li.menu-item-672, .mobile-menu-container li.menu-item-606, .mobile-menu-container li.menu-item-1853 {
		background: #eee !important;
		line-height: 40px !important;
		font-size: 24px !important;
		text-transform: uppercase !important;
	}

	.mobile-menu-container li.menu-item-518>a, .mobile-menu-container li.menu-item-551>a, .mobile-menu-container li.menu-item-672>a, .mobile-menu-container li.menu-item-606>a, .mobile-menu-container li.menu-item-1853>a {
		color: #002838 !important;
	}

	.mobile-menu-container .mobile-sub-menu-container {
		position: fixed;
		top: 0;
		right: -520px;
		width: 260px;
		background: #333;
		transition: .5s;
		z-index: 9999;
		height: 100%;
	}

	.mobile-sub-menu-container>ul {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}

	.mobile-menu-more {
		float: right;
		text-align: right;
		width: 20px;
		height: 30px;
		cursor: pointer;
	}

	.mobile-menu-more:before {
		content: "\f054";
		font-family: FontAwesome;
	}

	#mobilenav li.mobile-menu-back {
		height: 60px;
		width: 100%;
		background: #002838;
		color: #fff;
		border-bottom: none;
		line-height: 60px;
		font-size: 20px;
		text-transform: uppercase;
	}
/* END MOBILE NAV */
	#sidebar {
		display: none;
	}

	.rightcontent {
		padding: 140px 0 60px;
		margin-left: 0;
		overflow: hidden;
	}

	.rightcontentSite {
		padding: 140px 0 60px;
		margin-left: 0;
		overflow: hidden;
	}

	#headerpush {
		height: 60px;
	}

	#factsbanner form, #trackbar form {
		display: block;
	}

	#trackbar {
		height: auto;
		line-height: 26px;
		padding: 20px 0 0 0;
	}

	#factsbanner {
		height: auto;
		line-height: 26px;
		padding: 20px 0 0 0;
	}

	#helpbanner {
		height: auto;
		line-height: 36px;
		padding: 20px 0;
		font-size: 15px;
	}

	#ctacontent {
		margin-left: 330px;
		padding: 20px 0;
	}

	#ctacarousel {
		padding-top: 100px;
	}

	#slides ul {
		width: 200%;
	}

	#slides li {
		width: 16.6666667%;
	}

/* MAIN SLIDER */
	#homeslider {
		height: 325px;
	}

	.bxslider .wrapper {
		padding: 50px 420px 20px 10px;
	}

	.bxslider h1 {
		font-size: 60px;
		line-height: 35px;
		text-indent: 0;
	}

	.bxslider p {
		font-size: 18px;
		line-height: 20px;
	}

	.selectboxit-container {
		margin: 20px 10px;
	}

	#mainfooter {
		min-height: 200px;
	}

	#copyright {
		line-height: 16px;
		font-size: 11px;
	}

	#alertbar {
		height: auto;
	}

	#alertbar .wrapper {
		position: relative;
		padding: 0px 48px;
		width: 100%;
		padding: 4px 50px 6px 10px;
	}

	#alertbar p {
		font-size: 12px;
		line-height: 20px;
	}

	#alertbar p a {
		display: block;
	}

	#alertbar .close {
		width: 40px;
		height: 100%;
		right: 0px;
	}

	#alertbox {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 0px;
		left: 0px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		width: 480px;
	}

	#homeslider {
		height: 300px;
	}

	.bxslider .wrapper {
		padding: 30px 280px 20px 0;
	}

	.bxslider h1 {
		font-size: 40px;
		line-height: 30px;
		padding-bottom: 5px;
		text-indent: -3px;
	}

	.bxslider p {
		font-size: 16px;
		line-height: 20px;
	}

	#ctacontent {
		margin-left: 0;
		padding: 20px 0;
	}

	#homecta #ctacarousel {
		padding-top: 0;
		margin-left: 97px;
		float: none;
	}

	#slides ul {
		width: 400%;
	}

	#slides li {
		width: 12.5%;
	}

	#mainfooter {
		min-height: 200px;
	}

	#contact-widget {
		width: 100%;
		text-align: center;
	}

	#useful-links-widget, #twitter-widget, #newsroom-widget {
		display: none;
	}

	#copyright {
		line-height: 16px;
		font-size: 11px;
	}

	.siteSelectMobile {
		display: inline;
	}

	.siteSelectDesktop {
		display: none;
	}

	.bDisclaimer {
		font-size: 8px;
	}

	#wpcf7-f1269-p330-o1 label.state {
		width: 100px;
	}

	#stateSelectBoxItContainer {
		margin-right: 200px;
	}

	.zip {
		margin-top: 30px !important;
	}

	#wpcf7-f1269-p330-o1 label.zip {
		width: 100px;
		margin-left: 0;
	}

	.text-465 input#zip {
		width: 195px;
	}

	.formHalf input[type=text], .formHalf input[type=tel], .formHalf input[type=email], .formHalf .selectboxit-container .selectboxit {
		width: 220px;
	}
}

@media screen and (max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	#trackbar {
		height: auto;
		line-height: 26px;
		padding: 20px 0;
	}

	#factsbanner {
		height: auto;
		line-height: 26px;
		padding: 20px 0;
	}

	#helpbanner {
		height: auto;
		line-height: 36px;
		padding: 20px 0;
	}

	#homecta #ctacarousel {
		padding-top: 0;
		margin-left: 17px;
	}

	#slides ul {
		width: 400%;
	}

	#slides li {
		width: 25%;
	}
/* MAIN SLIDER */
	#homeslider {
		height: 275px;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		height: 23px;
	}

	.bxslider li {
		background-position: top left;
	}

	.bxslider .wrapper {
		padding: 30px 0 0 0;
	}

	.bxslider h1 {
		font-size: 36px;
		line-height: 30px;
	}

	.selectboxit-container {
		margin: 20px 10px;
	}

	.cat-thumbnail {
		float: none;
		margin-left: 18px;
	}

	.has-thumbnail {
		margin-left: 0;
	}

	#stateSelectBoxItContainer {
		margin-right: 50px;
	}

	#post-85 p, #post-95 p, #post-111 p, #post-33 p, #post-131 p {
		height: 80px;
		padding-left: 120px;
	}

	#post-85 img, #post-95 img, #post-111 img, #post-33 img, #post-131 img {
		height: 80px;
	}

	.formHalf {
		float: none;
		width: 100%;
	}

	.formHalf input[type=text], .formHalf input[type=tel], .formHalf input[type=email], .formHalf .selectboxit-container .selectboxit {
		width: 300px;
	}
}
/* PRINT STYLES */

@media print {
	#mobilenav, #mobileheader, #mainheader, #headerpush, #maincontentbanner, #sidebar, #breadcrumbs, #factsbanner, .footerwidget, #alertbar, #alertbox, #fade, .printpdf {
		display: none;
	}

	.wrapper {
		width: 100%;
	}

	#printheader {
		display: block;
		margin-bottom: 40px;
	}

	.printlogo img {
		width: 250px;
		height: auto;
	}

	.print-contact {
		float: right;
		font-size: 70%;
		line-height: 1.6em;
		color: #666;
		padding-top: 13px;
	}

	.rightcontent {
		width: 100%;
		margin-left: 0;
		padding: 0;
		clear: both;
		font-size: 80%;
	}

	.rightcontentSite {
		width: 100%;
		margin-left: 0;
		padding: 0;
		clear: both;
		font-size: 80%;
	}

	p {
		line-height: 1.6em;
		color: #000;
	}

	a {
		text-decoration: none;
		color: #000 !important;
	}

	#mainfooter {
		min-height: 0;
		box-shadow: none;
		padding: 0;
	}

	.bDisclaimer {
		font-size: 8px;
	}
}