@charset "utf-8";
/* Theme Specific Styles */

/*-- Helpers --*/
a.pdf {
	display: inline-block;
    font-weight: bold;
}
a.pdf:before {
	content: "";
    display: inline-block;
	float: left;
    margin-right: 5px;
    background: url(../img/icon-pdf.png) no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    width: 18px;
    height: 1.2em;
}
.breadcrumbs {
	margin-bottom: 30px;
}

/*-- Homepage Banner Nav Tabs --*/
/*tabs*/
.colored-nav-tabs {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
}
.colored-nav-tabs a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 33.33%;
	
    color: #FFF;
    text-decoration: none;
    text-align: center;
	
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.43);
}
.colored-nav-tabs a.residents {	
	left: 0;
}
.colored-nav-tabs a.developers {
	left: 33.33%;
}
.colored-nav-tabs a.partners {
	right: 0;
}
.colored-nav-tabs a span.title {
    display: block;
    padding: 20px;
    font-size: 28px;
	line-height: 30px;
    font-style: italic;
    font-weight: 300;
}
.colored-nav-tabs a span.title:after {
	content: '\f431';
    display: inline-block;
    font-family: 'Genericons';
	line-height: 24px;
    font-size: 24px;
	color: rgba(255, 255, 255, 0.64);
    font-style: normal;
    padding: 0;
    border: solid 2px;
    border-radius: 20px;
    margin: 0 0 0 20px; 
	-webkit-transition: transform ease-in-out .3s;
	-moz-transition: transform ease-in-out .3s;
	transition: transform ease-in-out .3s;
}
.colored-nav-tabs a:hover span.title:after {
	transform: rotate(-180deg);
}
.colored-nav-tabs a.residents span.title,
.colored-nav-tabs a.residents p {	
	background-color: #2e6780;
	background-color: rgba(46, 103, 128, 0.9);
}
.colored-nav-tabs a.developers span.title,
.colored-nav-tabs a.developers p {
	background-color: #6a96ae;
	background-color: rgba(106,150,174,0.9);
}
.colored-nav-tabs a.partners span.title,
.colored-nav-tabs a.partners p {
	background-color: #ad926b;
	background-color: rgba(173,146,107,0.9);
}
.colored-nav-tabs a.residents:hover span.title {
	background-color: #2e6780;
}
.colored-nav-tabs a.developers:hover span.title {
	background-color: #6a96ae;
}
.colored-nav-tabs a.partners:hover span.title {
	background-color: #ad926b;
}
.colored-nav-tabs a p {
	display: block;
    position: relative;
	
    margin: 0;
	padding: 0px 25%;
    height: 0;
    width: 100%;
    overflow: hidden;
	
	text-align: center;
	font-size: 1.2em;
    font-weight: 100;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
    -ms-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
.colored-nav-tabs a:hover p {
	height: auto;
    padding-top: 25px;
    padding-bottom: 30px;
    
}
.colored-nav-tabs a span.genericon {
	font-size: 1.25em;
}

/*tab content*/
.colored-nav-tabs .tab-content > div {
	display: none;
    padding: 30px 0px;
	font-size: 1.4em;
	font-weight: 100;
	color: #fff;
    border: none;
}
.colored-nav-tabs .tab-content {
    border: none;
}
.colored-nav-tabs .tab-content a {
    color: #fff;
	text-decoration: none;
}
.colored-nav-tabs .tab-content a span {
	font-size: 22px;
	-ms-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.colored-nav-tabs .tab-content a:hover span {
    margin-left: 5px;
}
div.residents {
	background-color: #2e6780;
}
div.developers {
	background-color: #6a96ae;
}
div.partners {
	background-color: #ad926b;
}

/*--Watershed Management Plans Tabs, Boxes--*/
.tab-content-wmp > div {
    padding: 40px 30px 20px;
}
.box-wmp {
	padding: 20px;
    background: #FDFDFD;
    border: solid 1px #eee;
}
.box-wmp h3 {
	padding-bottom: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #CBD0D2;
}
.box-wmp ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.box-wmp ul li {
	line-height: 1.1em;
	margin-bottom: 15px;
}
.box-wmp ul li a {
	text-decoration: none;
    font-size: .9em;
    font-weight: normal;
}

/*-- Homepage News & Events --*/
.featured-title {
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 20px;
}
.home-feed {
    max-height: 420px;
}
.home-feed li {
    margin: 0 40px 30px 0;
	list-style: none;
}
.home-feed li a {
	display: block;
    text-decoration: none;
}
.home-feed a .feat-img {
	float: left;
    margin: 0 20px 10px 0;
    width: 85px;
}
.home-feed a .feat-img img {
	width: 100%;
}
.home-feed li a .time {
	margin-bottom: 5px;
	color: gray;
    font-size: .8em;
    font-weight: 300;
    font-style: italic;   
}
.home-feed li a p.title {
	margin-bottom: 5px;
    font-size: .9em;
    line-height: 1.2em;
}
.home-feed li a span {
    font-size: .8em;
    color: #6A96AE;
}

/*--News & Events (Blog)--*/
.summary-featured-image {
	background-size: cover;
	background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

/*-- About Page--*/
.sidebar-left h3 {
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #2F6780;
}
.person {
	margin-bottom: 30px;
}
.person span.image {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 20px 0 0;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 180px;
}
.person h4 {
	font-weight: bold;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.person h4 .title {
    font-weight: normal;
    font-size: .9em;
    color: #616161;
}
.person button {
	padding: 0;
    color: #B1B1B1;
    font-size: .8em;
	font-style: italic;
    background: none;
    border: none;
    border-radius: 20px;
    outline: none;   
}
.person button:after {
	content: "\f510";
    font-family: 'Genericons';
    font-size: .8em;
	font-style: normal;
    display: inline-block;
    margin-left: 5px;
    border: solid 1px;
    border-radius: 10px;
}
.person.active button:after {
	content: "\f50e";
}
.person .contact-info {
	max-height: 0;
	overflow: hidden;
    margin: 0;
    font-size: .8em;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.person.manager .contact-info {
    margin: 0 0 0 80px;
}
.person.active .contact-info {
	max-height: 500px;
	padding: 10px 0;
}
.person .contact-info p {
	margin: 0;
	overflow: hidden;
}
.person .contact-info span {
	position: relative;
    display: inline-block;
    margin: 0 0 10px 20px;    
}
.person .contact-info span:before {
	font-family: 'Genericons';
    display: inline-block;
    position: absolute;
    margin-right: 5px;
    top: 0;
    left: -20px;
}
.person .contact-info .address:before {
    content: '\f417';
}
.person .contact-info .phone:before {
    content: '\f50c';
}
.person .contact-info .email:before {
    content: '\f410';
}
.person .contact-info .fax:before {
	content: '\f469';
}

/*-- Programs --*/
.program {
	background-color: #eee;
}
.program a {
	display: block;
	text-decoration: none;
	border: solid 1px #eee;
}
.program a .image {
	display: block;
    margin-bottom: 0;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.program a .text {
    padding: 20px;
}
.program a .text h2 {
    margin-bottom: 20px;
    font-weight: bold;    
}
.program a .text h4 {
	color: gray;
    margin-bottom: 30px;  
}

/*-- Projects --*/
ul#sort-project-boxes {
	margin: 0 0 40px 0;
    padding: 0;
    border-bottom: solid 1px #eee;
    text-align: center;
}
ul#sort-project-boxes li {
	float: left;
	margin: 0;
	list-style: none;
}
ul#sort-project-boxes li a {
	display: block;
    padding: 0px 25px 15px 25px;
    margin-right: 10px;
    text-decoration: none;
    color: #2F6780;
}
ul#sort-project-boxes li a:hover,
ul#sort-project-boxes li.active a {
	border-bottom: solid 2px;
}
.project {
	font-size: 1.2em;
}
.project a {
	display: block;
	text-decoration: none;
}
.project a.project-image {
	position: relative;
	margin-bottom: 10px;
}
.project a.project-image img {
	display: block;
}
.project a.project-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(24, 77, 101, 0.58);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0; 
	
	-webkit-transition: all ease-in .3s; 
	-moz-transition: all ease-in .3s;  
	transition: all ease-in .3s;    
}
.project a.project-image .overlay span {
	position: relative;
	top: 45%;
	font-size: 1.2em;
    color: #FFF; 
}
.project a.project-image:hover .overlay {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;   
}

/*Contact Page*/
ul.contact-details {
	margin: 0 0 40px 0;
    padding-left: 0;
    list-style: none;
}
ul.contact-details li {
	padding-left: 23px;
    margin-bottom: 20px;
}
ul.contact-details li a {
	text-decoration: none;
}
ul.contact-details li:before {
	font-family: 'Genericons';
    display: inline-block;
    position: absolute;
    left: 0;
}
ul.contact-details li.location:before {
	content: '\f417';
}
ul.contact-details li.handset:before {
	content: '\f50c';
}
ul.contact-details li.fax:before {
	content: '\f469';
}
ul.contact-details li.email:before {
	content: '\f410';
}
/*form*/
.contact-form {
    padding: 30px;
    background: #EEEEEE;
}
.contact-form .form-field {
	margin-bottom: 20px;
}
.contact-form .form-field label {
	color: #184D65;
}
.contact-form input, 
.contact-form textarea {
	padding: 5px 10px;
    margin-top: 10px;
    border: none;
    background: #FFF;
    line-height: 1.6em;
    font-size: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input[type="submit"] {
	background: #2F6780;
}

/*Image Gallery Shortcode*/
.gallery_item {
	float: left;
    width: 25%;
    padding: 0 30px 30px 0;
}
.gallery_item .gallery_item_image {
    width: 100%;
    height: 250px;
	margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border: solid 1px #eee;
}
.gallery_item p.title {
    font-style: italic;
	color: gray;
}

/*KBE Knowledgebase*/

header.search h1 {
	padding-bottom: 0;
}
.kbe_search_field {
	margin: 0;
    padding: 20px 0 30px;
}
.kbe_breadcrum {
    margin: 0;
}
.kbe_breadcrum {
    margin-bottom: 30px;
}
#content .kbe_breadcrum ul li {
	padding: 0 2px;
    font-size: .75em;
    color: gray;
	background: none;   
}
.kbe_breadcrum ul li a {
    font-size: 1em;
    color: gray;
}


/*-- Footer--*/
footer {
	padding: 0;
}
footer a {
	text-decoration: none;
}

/*footer-top*/
#footer a {
	color: #8AB9CE;
}
.footer-top {
    padding: 60px 0 20px;
}
footer h4 {
	font-size: 1.8em;
    color: #8AB9CE;
	font-weight: 300;
    letter-spacing: .5px;
}
footer h5 {
    font-weight: 300;
    letter-spacing: .5px;
    color: #8AB9CE;
}
.footer-connect {
	border-bottom: solid 1px;
	margin-bottom: 30px;
}
.footer-connect .newsletter-signup {
	float: left;
	width: 80%;
	border-right: solid 1px;
}
.footer-connect .social-links {
	float: left;
	width: 20%;
}

/*newsletter sign-up form*/
footer .frm_forms {
	margin-bottom: 30px;
}
footer form input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer form input[type=email] {
    float: left;
    padding: 10px 12px;
    width: 60%;
	height: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #2e6780;
    line-height: 20px;
    font-size: 16px;
    border: none;
    border-radius: 0;
}
footer form input[type=submit] {
	float: left;
	width: 30%;
    height: 40px;
    margin: 0;
    padding: 8px 30px 10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
	height: 40px;
    background-color: #6A96AE;
    border: none;
    border-radius: 0;
    box-shadow: none;  
}
footer form input[type=submit]:hover {
    background-color: #184D65;
}

/*social links*/
footer .social-links {
	padding: 30px;
}
footer .social-links .genericon {
    font-size: 64px;
    padding-right: 10px;
	-ms-transition: color ease .3s;
	-webkit-transition: color ease .3s;
	-moz-transition: color ease .3s;
	transition: color ease .3s;
}
footer .social-links .genericon-twitter {
	color: #9adbf5;
}
footer .social-links .genericon-facebook-alt {
	color: #5084F3;
}
footer .social-links a .genericon:hover {
    color: #fff;
}

/*footer menu*/
.menu-footer-quick-links-container ul {
	list-style: none;
	border-top: solid 1px rgba(255, 255, 255, 0.18);
}
.menu-footer-quick-links-container ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.18);
}
.menu-footer-quick-links-container ul li a {
    display: inline-block;
    padding: 12px 0;
    font-size: .85em;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.88);
}
.menu-footer-quick-links-container ul li a:before {
	content: "\203A";
    display: inline-block;
	margin: 0 10px 0 0;
	-webkit-transition: margin ease-in .2s;
	-moz-transition: margin ease-in .2s;
	transition: margin ease-in .2s;
}
.menu-footer-quick-links-container ul li a:hover:before {
	margin-left: 5px;
}


/*contact links*/
.contact-links {
	background-color: #6A96AE;
}
#footer .contact-links .col {
	padding: 0px;
	margin: 0;
}
.contact-links .col.middle {
	border-right: solid 1px #2E6780;
	border-left: solid 1px #2E6780;
}
.contact-links .col a {
	display: block;
	padding: 30px 0px;
    text-align: center;
	-ms-transition: background-color ease-in-out .3s;
	-moz-transition: background-color ease-in-out .3s;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
}
.contact-links .col a:hover {
	background-color: rgba(255, 255, 255, 0.12);
}
.contact-links a span {
	display: inline-block;
    background: url(../img/icons-sprites.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    text-align: left;
}
.contact-links a span.location {
	background-position: top left;
}
.contact-links a span.email {
	background-position: 0px -80px;
	line-height: 35px;
}
.contact-links a span.phone {
	background-position: 0px -158px;
	line-height: 35px;
}

/*Find Your Location (Map)*/
a.lightbox-map-link {
	display: block;
    background-image: url(img/map-screenshot.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 320px;
}
a.lightbox-map-link:before {	
	content: '\f474';
    font-family: 'Genericons';
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    color: transparent;
    font-size: 50px;
    text-align: center;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color ease-in-out .3s;
    -moz-transition: background-color ease-in-out .3s;
    transition: background-color ease-in-out .3s;
}
a.lightbox-map-link:hover:before {	
	color: #FFFFFF;
    background-color: rgba(24, 77, 101, 0.49);     
}
.featherlight .gmap {
	width: 1200px;
	max-width: 100%;
    height: 650px;
    padding: 30px;
    background: transparent;
}

/*footerm*/
#field_63evbz {
    width: 75%;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}
#form_fpbjou input[type="submit"] {
	margin: 0;
    width: 20%;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #729bb2;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}

/*footer-bottom*/
.footer-bottom {
	padding: 30px 0;
	font-size: .9em;
	color: rgba(255, 255, 255, 0.35);
	background-color: #184D65;
}
.footer-bottom a {
	color: rgba(255, 255, 255, 0.48);
	text-decoration: underline;
}

/*-- Scrollbar --*/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
} 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
} 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
} 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


@media screen and (max-width: 980px) {

	/*home*/
	.colored-nav-tabs {
		position: relative;
		margin: -70px 0 0;
	}
	.colored-nav-tabs a {
		position: relative;
    	float: none;
    	width: 100%;
    	left: 0;
	}
	.colored-nav-tabs a.developers {
		left: 0;
	}
	
	/*footer*/
	.contact-links {
		padding: 20px 0;
	}
	.contact-links .col.middle {
		border: none;
	}
	.contact-links .col a {
		padding: 10px 0;
		text-align: left;
	}
	
	/*image gallery*/
	.gallery_item {
		float: left;
		width: 50%;
		padding: 0 20px 20px 0;
	}
}
@media screen and (max-width: 783px) {
	.tab-content-wmp > div {
		display: block !important;
		padding: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	
	/*footer*/
	.footer-connect {
		border-bottom: none;
		margin-bottom: 0;
	}
	.footer-connect .newsletter-signup {
		float: none;
		width: 100%;
		border-right: none;
	}
	.footer-connect .social-links {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	
	/*image gallery*/
	.gallery_item {
		float: none;
		width: 100%;
		padding: 0 0 20px 0;
	}
}