
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.main-header {
	background: #e9e9e9 url("../images/main-header-bg.png") repeat-x;
	height: 90px;
	-webkit-box-shadow: 0 2px 5px rgba(50,50,50,0.20);
	-moz-box-shadow: 0 2px 5px rgba(50,50,50,0.20);
	box-shadow: 0 2px 5px rgba(50,50,50,0.20);
	position: relative;
	z-index: 999;
}
.main-logo {
	margin-top: 10px;
}
.main-header a {
	color: #7c8083;
	font: 12px OpenSans-Semibold, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
}
.main-header a:hover {
	color: #65b6e0;
}
.main-logo img {
    margin-left: 5px;
}

.banner-ad {
    text-align: center;
}

/* Main Navigation
================================================== */
nav {
	float:left;
}
nav a.nav-active {
	color: #65b6e0;
}
nav ul {
	margin-bottom: 0;
    float: right;
}
nav ul li {
	float:left;
	display:inline;
	margin-bottom: 0;
}
nav ul li:hover {
	background:#e6e6e6;
}
nav ul li a {
	display:block;
	padding:15px 25px;
	color:#444;
}
nav ul li ul {
	position:absolute;
	width: 190px;
	background:#fff;
	margin-top: 0;
	margin-left: 0;
}
nav ul li ul li {
	width: 190px;
}
nav ul li ul li a {
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	display:block;
	padding:15px 10px;
	color:#444;
}
nav ul li ul li:hover a {
	background:#f7f7f7;
}
nav ul li ul.fallback {
	display:none;
}
nav ul li:hover ul.fallback {
	display:block;
}

nav ul li a {
	border-right: 1px solid #e9e9e9;
	height: 33px;
	padding: 35px 15px 23px 15px;
	display:block;
	text-decoration:none;
	color:#999;
}

/* Page Styles
================================================== */
.main-content {
	margin-bottom: 30px;
}
.main-content p {
	color: #555;
	font: 13px OpenSans-Regular, sans-serif;
	line-height: 22px;
}
.main-content h3 {
	color: #6bb75f;
	font: 22px OpenSans-Semibold, sans-serif;
}
.main-content h3 span {
	margin-left: 10px;
}
.main-content strong {
	color: #64b6e2;
}
.home-content p {
	margin-bottom: 15px;
	line-height: 20px;
}
.page-content {
	margin-top: 40px;
	min-height: 400px;
}
.page-content h4 {
	color: #65b6e0;
	font: 18px OpenSans-Semibold, sans-serif;
}
.page-image {
	width: 650px;
	margin-bottom: 20px;
}
.home-thumb {
	width: 100%;
    margin-top: 15px;
}
.ws-info-block{
	background-color: #f5f5f6;
	padding: 10px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
h4.info-title {
	color: #64b6e2;
	font: 18px OpenSans-Semibold, sans-serif;
	margin-bottom: 10px;
}
.ws-info-block li a {
	color: #64b6e2;
	font: 13px OpenSans-Regular, sans-serif;
	text-decoration: none;
}
.ws-info-block li a:hover {
	color: #6c7073;
}
.ws-info-row {
	border-top: 1px solid #e5e5e7;
	border-bottom: 1px solid #e5e5e7;
	padding: 20px 0 10px 0;
	margin: 10px 0 20px 0;
}
.ws-video-block {
    position: relative;
}
.side-info-block {
	background-color: #f5f5f6;
	padding: 10px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
.side-info-block li a {
	color: #64b6e2;
	font: 13px OpenSans-Regular, sans-serif;
	text-decoration: none;
}
.side-info-block li a:hover {
	color: #6c7073;
}
.side-info-block h4 {
	color: #6bb75f;
	border-bottom: solid 1px #e5e5e7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.side-info-row {
	border-top: 1px solid #e5e5e7;
	border-bottom: 1px solid #e5e5e7;
	padding: 20px 0 10px 0;
	margin: 10px 0 20px 0;
}
.bio-block {
	margin-bottom: 10px;
}
.bio-block strong {
	display: block;
}
.bio-block em {
	font-size: 13px;
}
.image-border {
	border: 5px solid #e5e5e7;
}
.text-link, .text-link:visited{
	color: #64b6e2;
	text-decoration: underline;
}
.text-link:hover {
	color: #6c7073;
	text-decoration: none;
}
.inline-text {
	display: inline;
}
.separator {
	background: url("../images/separator.png") no-repeat 55px 55px;
}
.info-button, .info-button:visited {
	float: left;
	margin: 2px 11px 0 0;
	padding: 8px 10px;
	background: -moz-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.1)),color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background-color: #6bb75f;
	-webkit-box-shadow: 0 1px 1px rgba(50,50,50,0.15);
	-moz-box-shadow: 0 1px 1px rgba(50,50,50,0.15);
	box-shadow: 0 1px 1px rgba(50,50,50,0.15);
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	text-align: center;
	cursor: pointer;
	outline: 0;
	display: inline-block;
	zoom: 1;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.info-button:hover {
	float: left;
	margin: 2px 11px 0 0;
	background: -moz-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.1)),color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(top,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background-color: #4c9340;
	-webkit-box-shadow: 0 1px 1px rgba(50,50,50,0.15);
	-moz-box-shadow: 0 1px 1px rgba(50,50,50,0.15);
	box-shadow: 0 1px 1px rgba(50,50,50,0.15);
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	text-align: center;
	cursor: pointer;
	outline: 0;
	display: inline-block;
	zoom: 1;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.content-list {
	list-style: disc;
	margin-top: 10px;
}
.content-list li {
	color: #777;
	font: 13px OpenSans-Regular, sans-serif;
	margin-left: 30px;
}
/* Main Footer
================================================== */
.footer-bar {
	background-color: #6bb75f;
	min-height: 48px;
	width: 100%;
}
.footer-bar h4 {
	color: #fff;
	font: 24px OpenSans-Semibold, sans-serif;
	padding-top: 10px;
}
.footer-bar-inner {
	background: #6bb75f url("../images/green-footer-bar.png") no-repeat;
}
.footer {
	background: url("../images/footer-bg.png") repeat-x bottom;
}
.footer strong {
	color: #6bb75f;
	display:block;
}
.footer h3 {
	color: #949494;
	display: inline;
	font: 18px OpenSans-Regular, sans-serif;
	text-transform: uppercase;
}
.footer p {
	color: #777;
	font: 13px OpenSans-Regular, sans-serif;
	margin: 0 0 15px 0;
}
.footer ul li {
	margin-bottom: 2px;
	padding: 0;
}
.footer li a {
	color: #64b6e2;
	font: 13px OpenSans-Regular, sans-serif;
	text-decoration: underline;
}
.footer li a:hover {
	color: #6c7073;
}
.footer-block {
	min-height: 200px;
}
.footer-separator {
	background: url("../images/separator.png") no-repeat 20px 40px;
}
.footer-list {
	margin-bottom: 0;
}
.footer-list li {
	color: #777;
	line-height: 22px;
	font: 13px OpenSans-Regular, sans-serif;
}
.footer .icon-font {
	color: #949494;
	display: inline;
	font: 3em "entypo";
	margin-left: 10px;
	vertical-align: baseline;
	position: relative;
	top: 5px;
}
.copyright {
	color: #c0c0c0;
	font: 12px OpenSans-Regular, sans-serif;
	margin-top:20px;
}
.icon-font {
	color: #6bb75f;
	display: inline;
	font: 4em "entypo";
	margin-left: 10px;
    vertical-align: baseline;
    position: relative;
    top: 5px;
}
.social-icons a {
	color: #6bb75f;
	display: inline;
	font: 6em "entypo-social";
	text-decoration: none;
}
.social-icons a:hover {
	color: #6c7073;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width: 410px;
}
#map_canvas {
	width: 100%;
	height: 220px;
	margin-bottom: 20px;
}
.reveal-modal video {
    width: 100%!important;
    max-width: 540px;
}
ul.management-list {
    margin-top: 20px;
}
ul.management-list li {
    padding-left: 15px;
    background: url("../images/list-arrow.png") no-repeat 0 3px;
}
ul.management-list li a {
    color: #64b6e2;
    font: 13px OpenSans-Regular, sans-serif;
    text-decoration: none;
}
ul.management-list li a:hover {
    color: #6c7073;
}


/* #Custom Slider Styles
================================================== */

.slider-thumb {
	margin: 0 10px;
}

.slide-text {
	position: absolute;
	top: 185px;
	z-index: 1;
	left: 20px;
}
.slide-text h1 {
	color: #fff;
	font: 34px OpenSans-Semibold, sans-serif;
	margin-bottom: 0;
	text-shadow: 1px 1px #333;
}
.slide-text p {
	color: #fff;
	font: 20px OpenSans-Regular, sans-serif;
	text-shadow: 1px 1px #333;
}

a.thumb-text {
	color: #fff;
	display: block;
	font: 13px OpenSans-Bold, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px #333;
}
.reveal-title {
	color: #65b6e0;
	font: 18px OpenSans-Semibold, sans-serif;
}

/* #IE Adjustments
================================================== */
.ie footer-block.two.columns {
    width: 125px!important;
}
.ie .footer-block {
    margin-right: 0;
    margin-left: 0;
    width:190px!important;
}
.ie .footer-bar h4 {
    padding-top: 10px;
}

.ie .social-icons a {
    font-size: 70px;
    padding-bottom: 20px;
}
.ie .social-icons {
    margin-bottom: 20px;
}

/* #Media Queries
================================================== */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* STYLES GO HERE */}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.main-header a {
		font: 11px OpenSans-Semibold, sans-serif;
	}
	nav ul li a {
		padding: 35px 10px 23px;
	}
	.main-logo img {
		padding: 0;
		width: 260px;
	}
	.main-content h3 {
		color: #6bb75f;
		font: 20px OpenSans-Semibold, sans-serif;
	}
	h4.info-title {
		color: #64b6e2;
		font: 15px OpenSans-Semibold, sans-serif;
		margin-bottom: 10px;
	}
	#bx-pager img {
		width: 50px!important;
	}
	#bx-pager {
		top: 205px!important;
		width: 748px!important;
	}
	#bx-pager ul li {
		width: 235px!important;
	}
	.page-image {
		width: 520px;
		margin-bottom: 20px;
	}
	a.thumb-text {
		font: 12px OpenSans-Bold, sans-serif;
	}
	.slide-text {
		top: 135px;
	}
	.slide-text p {
		font: 16px OpenSans-Regular,sans-serif;
	}
	.slide-text h1 {
		font: 30px OpenSans-Semibold,sans-serif;
	}
	.main-content p {
		font: 12px/18px OpenSans-Regular,sans-serif;
	}
	.separator {
		background: none;
	}
	.ws-info-block {
		margin-bottom: 10px!important;
	}

	.footer-separator {
		background: none;
		border-top: 1px solid #e5e5e7;
	}
	.footer-block {
		min-height: 130px;
		margin-bottom: 10px;
	}
	.footer-bar-inner {
		background: none;
	}
	.footer-bar h4 {
		line-height: 26px;
		padding: 10px 0;
	}
	.social-icons a {
		color: #6bb75f;
		display: inline;
		font: 4.2em "entypo-social";
		text-decoration: none;
	}
	.icon-font {
		font: 3.2em "entypo";
	}
    .reveal-modal video {
        width: 100%!important;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .reveal-modal video {
        width: 100%!important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.main-header {
		background: none;
		height: 125px;
		-webkit-box-shadow: 0 2px 5px rgba(50,50,50,0);
		-moz-box-shadow: 0 2px 5px rgba(50,50,50,0);
		box-shadow: 0 2px 5px rgba(50,50,50,0);
	}
	nav ul li ul {
		position:inherit;
		width: 100%;
		background:none;
		margin-top: 0;
		margin-left: 0;
	}
	nav ul li ul li:hover a {
		background:none;
	}
	.main-logo {
		margin-top: 20px!important;
		margin-bottom: 10px!important;
	}
    .bxslider {
        display: none;
    }
    .bx-wrapper {
        display:none;
    }
    #bx-pager {
        display: none !important;
    }
	.page-content {
		margin-top: 0;
	}
	.main-nav ul {
		display:none;
	}
	.ws-info-block {
		margin-bottom: 10px!important;
	}
    .ws-video-block {
        margin-top: 10px!important;
    }
	.page-image {
		width: 100%;
	}
	.footer-separator {
		background: none;
		border-top: 1px solid #e5e5e7;
	}
	.footer-block {
		min-height: 100px;
	}
	.footer-bar-inner {
		background: none;
	}
	.footer-bar h4 {
		padding-top: 10px;
	}
	.copyright {
		padding-top: 20px;
	}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		width: 100%;
	}
    .reveal-modal {
        visibility: hidden;
        left: 0!important;
        margin-left: 0!important;
        width: 95%!important;
        padding: 10px!important;
    }
    .reveal-modal video {
        width: 100%!important;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.main-header {
		background: none;
		height: 125px;
		-webkit-box-shadow: 0 2px 5px rgba(50,50,50,0);
		-moz-box-shadow: 0 2px 5px rgba(50,50,50,0);
		box-shadow: 0 2px 5px rgba(50,50,50,0);
	}
	.main-nav ul {
		display:none;
	}
    .main-content h3 {
        font: 20px OpenSans-Semibold, sans-serif;
    }
    .bxslider {
        display: none;
    }
	nav ul li ul {
		position:inherit;
		width: 100%;
		background:none;
		margin-top: 0;
		margin-left: 0;
	}
	nav ul li ul li:hover a {
		background:none;
	}
	nav ul li ul li a {
		border-left: none;
	}
	.main-logo {
		padding: 15px 0;
	}
	.page-content {
		margin-top: 0;
	}
	.bx-wrapper {
		display:none;
	}
	#bx-pager {
		display: none !important;
	}
	.separator {
		background: none;
	}
	.ws-info-block {
		margin-bottom: 10px!important;
	}
    .ws-video-block {
        margin-top: 10px!important;
    }
	.page-image {
		width: 100%;
	}
	.footer {
		background: none;
	}
	.footer-separator {
		background: none;
		border-top: 1px solid #e5e5e7;
	}
	.footer-block {
		min-height: 130px;
		margin-bottom: 10px;
	}
	.footer-bar-inner {
		background: none;
	}
	.footer-bar h4 {
		line-height: 26px;
		padding: 5px 0 0 0;
	}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		width: 100%;
	}
    .reveal-modal {
        visibility: hidden;
        left: 0!important;
        margin-left: 0!important;
        width: 95%!important;
        padding: 5px!important;
    }
    .reveal-modal video {
        width: 100%!important;
     }
    .icon-font {
        margin-left: 5px;
    }
}

/* media query to target IE 10 */
@media only (-ms-high-contrast: none) {

    . footer-block.columns.two {
        width: 125px!important;
    }
    .footer-block {
        margin-right: 0!important;
        width:190px!important;
    }
    .footer-bar h4 {
        padding-top: 10px;
    }
    .social-icons a {
        font-size: 70px;
        padding-bottom: 20px;
    }
    .social-icons {
        margin-bottom: 20px;
    }
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
	font-family: 'OpenSans-Regular';
	url('../fonts/OpenSans-Regular.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'OpenSans-Semibold';
	url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'OpenSans-Bold';
	url('../fonts/OpenSans-Bold.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'entypo';
	src: url('../fonts/entypo.eot');
	src: url('../fonts/entypo.eot?iefix') format('eot'),
	url('../fonts/entypo.woff') format('woff'),
	url('../fonts/entypo.ttf') format('truetype'),
	url('../fonts/entypo.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'entypo-social';
	src: url('../fonts/entypo-social.eot');
	src: url('../fonts/entypo-social.eot?iefix') format('eot'),
	url('../fonts/entypo-social.woff') format('woff'),
	url('../fonts/entypo-social.ttf') format('truetype'),
	url('../fonts/entypo-social.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal; }