/**
 * Theme Name: Douglas County
 * Theme URI: http://infomedia.com
 * Description: Custom theme built for Douglas County Colorado. Built on Twitter Bootstrap. 
 * Version: 0.111
 * Author: Infomedia
 * Author URI: http://infomedia.com
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

html,
body,
button,
input,
select,
textarea {
	font-family: 'prenton', sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.8;
	max-width: 100%;
	color: #231f20;
}
body {
	position: relative;
	background-color: #f5f5f5;
}
@media (min-width: 1200px) {
	html,
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		line-height: 1.8;
	}
}

a {
	color: #00b448;
	text-decoration: none;
}
a:hover {
	color: #00802e;
	text-decoration: none;
}
#content a,
#content a:hover {
	text-decoration: underline;
}
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a {
	text-decoration: none;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	font-family: 'prenton-display', sans-serif;
	color: #186634;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.3;
}
h1,
.h1 {
	font-size: 38px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 25px;
}
@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 53px;
	}
	h2,
	.h2 {
		font-size: 43px;
	}
	h3,
	.h3 {
		font-size: 33px;
	}
}

p {
	margin: 0 0 18px;
}


/* Common */
.container-fluid {
	/*max-width: 1600px;*/
	background: #fff;
}

.well {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.btn,
.btn-default,
input[type=submit] {
	padding: 6px 10px;
	background-color: #186634;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 100;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.btn:hover,
.btn:focus,
.btn-default:hover,
.btn-default:focus,
input[type=submit]:hover,
input[type=submit]:focus {
	background-color: #15522b;
	color: #fff;
}
#content a.btn {
	text-decoration: none;
}

/* Dropdown Menus */
.dropdown-menu {
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	box-shadow: 3px 3px 0px rgba(0,0,0,.133);
}
.dropdown-hover .dropdown-menu {
	margin-top: 0;
}
.dropdown-menu > li > a,
#content .dropdown-menu > li > a {
	color: #333;
	white-space: normal;
	text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu li li a:hover,
.dropdown-menu li li a:focus {
	/*background: rgba(2, 170, 42, 0.2);*/
}
.dropdown-toggle:focus {
	outline: 0;
}
@media (min-width: 992px) {
	li.dropdown-hover:hover ul {
		display: block;
	}
}

/* Breadcrumbs */
.breadcrumb {
/*	margin: -20px 0 35px;
	padding: 0;
	background: none;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;*/
}
.breadcrumb > li + li:before {
	display: none;
}
.breadcrumb > li > a,
#content .breadcrumb > li > a {
/*	display: inline-block;
	max-width: 225px;
	margin: 0 5px 0 0;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: .5;
	outline: 0;*/
}
.breadcrumb > li > a:hover,
.breadcrumb > li:hover > a,
#content .breadcrumb > li > a:hover,
#content .breadcrumb > li:hover > a {
/*	opacity: 1;*/
}
.breadcrumb > li.dropdown > a:after {
/*	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 8px;
	background: url('images/breadcrumb-arrow.png') no-repeat center center;
	vertical-align: middle;
	opacity: .7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;*/
}
.breadcrumb > li.dropdown > a:hover:after,
.breadcrumb > li.dropdown:hover > a:after,
.breadcrumb > li.dropdown.open > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1;
}
.breadcrumb .dropdown-menu {
/*	min-width: 300px;
	font-size: 12px;*/
}
.breadcrumb .dropdown-menu > .active > a,
.breadcrumb .dropdown-menu > .active > a:hover,
.breadcrumb .dropdown-menu > .active > a:focus {
	/*background: url('images/breadcrumb-arrow.png') no-repeat 3px center;*/
	/*color: #262626;*/
}
.breadcrumb .dropdown-menu > .active > a:hover {
	/*background-color: rgba(2, 170, 42, 0.2);*/
}
.breadcrumb .dropdown-menu > .current > a {
	padding: 3px 10px;
	font-weight: bold;
}

/* Popular Searches */
.douglas-popular-searches {
	margin: 10px 0 0;
	padding-left: 3px;
}
.douglas-popular-searches h4 {
	float: left;
	margin-bottom: 1px;
	padding: 3px 10px;
	background: #666;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .5;
}
.douglas-popular-searches h4.reveal {
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.douglas-popular-searches h4.reveal:hover {
	opacity: 1;
}
.douglas-popular-searches ul {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}
.douglas-popular-searches ul.revealing {
	display: none;
}
.douglas-popular-searches li {
	float: left;
}
.douglas-popular-searches li a,
body.douglas-county .douglas-popular-searches li a {
	display: block;
	margin: 0 1px 1px 0;
	padding: 3px 10px;
	background: #f9f9f9;
	background: rgba(249, 249, 249, .7);
	color: #231f20;
	font-weight: 100;
	opacity: .5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.douglas-popular-searches li a:hover,
body.douglas-county .douglas-popular-searches li a:hover {
	background: #fff;
	text-decoration: none;
	opacity: 1;
}


/* Site Header */
#header {
	padding-bottom: 20px;
	background: #f5f5f5;
}

@media (min-width: 768px) {
	#header {
		padding-top: 15px;
	}
}

#branding {
	height: 80px;
}
#branding img {
	width: 100%;
	max-width: 380px;
	/*margin: 21px 0 0;*/
}
#branding h1#site-title {
	margin: 0;
	/*text-align: center;*/
}
@media (min-width: 768px) {
	#branding {
		/*padding-right: 0;*/
	}
	#branding img {
		/*margin: 24px 22px 0 0;*/
	}
}
@media (min-width: 962px) {
	#branding {
		/*padding-right: 15px;*/
	}
}
@media (min-width: 992px) {
	#branding h1#site-title {
		/*text-align: right;*/
	}
}
.searchform .form-group {
	margin: 0;
}
.searchform .form-control {
/*	float: left;
	width: 86%;
	height: 41px;
	padding: 10px 16px;
	color: #231f20;
	font-family: 'athelas', serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	border-color: #bbb;
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #eee;*/
}
.searchform input::-webkit-input-placeholder {
	color: #186634;
}
.searchform input:-moz-placeholder {
	color: #186634;
}
.searchform input::-moz-placeholder {
	color: #186634;
}
.searchform input:-ms-input-placeholder {
	color: #186634;
}
.searchform .btn {
	float: left;
	width: 13%;
	height: 41px;
	margin: 0 0 0 1%;
	background: #15522b url('images/arrow-right.png') no-repeat center center;
	text-indent: -9999px;
}
@media (min-width: 1200px) {
	#header .search-form {
		margin-top: 34px;
	}
}

#primary-menu {
	margin-top: 15px;
	margin-bottom: 5px;
}
.primary-navigation .nav-pills {
	text-align: center;
}
.primary-navigation .nav-pills > li {
	display: inline-block;
	float: none;
}
.primary-navigation .nav-pills > li > a {
	max-height: 40px;
	padding: 5px 12px;
	color: #186634;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.primary-navigation .nav > li > a:hover,
.primary-navigation .nav > li:hover > a,
.primary-navigation .nav > li > a:focus {
	background: #fff;
	color: #000 !important;
}
.primary-navigation .nav ul li.menu-item-has-children > a {
	font-weight: 700;
	text-transform: uppercase;
}
.primary-navigation .nav ul ul {
	list-style-type: none;
	padding: 0;
}
.primary-navigation .nav ul li a {
	clear: both;
	display: block;
	padding: 3px 20px;
	color: #333;
	font-weight: 400;
	line-height: 1.42857143;
}
.nav > li.mega-menu {
	position: static;
}
.mega-menu > ul {
	width: 100%;
	padding: 15px;
	-webkit-columns: 20px 2;
	-moz-columns: 20px 2;
	columns: 20px 2;
}
.mega-menu > ul > li {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.primary-navigation .nav li.mega-menu li a {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.nav .open > a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff url('images/dropdown-close.png') no-repeat center center;
}
@media (min-width: 768px) {
	#primary-menu {
/*		margin-top: -6px;
		margin-bottom: 6px;*/
	}
	.primary-navigation .nav-pills {
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.mega-menu > ul {
		-webkit-columns: 20px 3;
		-moz-columns: 20px 3;
		columns: 20px 3;
		max-width: 1000px;
	}
}
@media (min-width: 1200px) {
	#primary-menu {
		/*margin-top: 37px;*/
	}
	.mega-menu .dropdown-menu {
		width: 180%;
		left: -50%;
	}
	#assessor_main_nav .mega-menu .dropdown-menu {
		width: 100%;
		left: 20%;
		right: 20%;
		
	} 
}


/* Footer */
#footer {
	background: #186634;
	color: #fff;
	/*border-bottom: 10px solid #15522b;*/
}
#footer-left {
	padding: 50px 8% 40px;
	/*border-bottom: 1px solid #15522b;*/
}
#footer-right {
	padding: 30px 8% 60px;
	font-size: 14px;
}
#footer-right a {
	color: #fff;
}
#footer-right a:hover {
	text-decoration: underline;
}
#footer-right p {
	margin: 0;
}
@media (min-width: 768px) {
	#footer-left {
		padding: 50px 3.333333% 80px;
		border-bottom: 0;
	}
	#footer-right {
		padding: 50px 3.333333% 80px;
		border-left: 1px solid #15522b;
	}
}

#footer .searchform .form-group {
	margin: 15px 0 0 0;
}
#footer .searchform .form-control {
	float: left;
	width: 86%;
	height: 41px;
	padding: 18px 16px;
	color: #231f20;
	font-family: 'athelas', serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	border: 3px solid #fff;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 1px #eee;
	box-shadow: inset 1px 1px 1px #eee;
}
#footer .searchform input::-webkit-input-placeholder {
	color: #186634;
}
#footer .searchform input:-moz-placeholder {
	color: #186634;
}
#footer .searchform input::-moz-placeholder {
	color: #186634;
}
#footer .searchform input:-ms-input-placeholder {
	color: #186634;
}
#footer .searchform .btn {
	width: 13%;
	height: 41px;
	margin: 0 0 0 1%;
	background: #15522b url('images/arrow-right.png') no-repeat center center;
	text-indent: -9999px;
}

#footer h1.logo {
	margin-top: 5px;
}

#footer .douglas-social-links {
	list-style-type: none;
	margin: 18px 0 36px;
	padding: 0;
}
#footer .douglas-social-links li {
	display: inline-block;
}
#footer .douglas-social-links li a {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	background: url('images/sprite.png');
}
#footer .douglas-social-links li a span {
	display: none;
}
#footer .douglas-social-links .icon-facebook a {
	background-position: -1px -1px;
}
#footer .douglas-social-links .icon-facebook a:hover {
	background-position: -1px -105px;
}
#footer .douglas-social-links .icon-twitter a {
	background-position: -27px -1px;
}
#footer .douglas-social-links .icon-twitter a:hover {
	background-position: -27px -105px;
}
#footer .douglas-social-links .icon-linkedin a {
	background-position: -53px -1px;
}
#footer .douglas-social-links .icon-linkedin a:hover {
	background-position: -53px -105px;
}
#footer .douglas-social-links .icon-instagram a {
	background-position: -79px -1px;
}
#footer .douglas-social-links .icon-instagram a:hover {
	background-position: -79px -105px;
}
#footer .douglas-social-links .icon-vimeo a {
	background-position: -105px -1px;
}
#footer .douglas-social-links .icon-vimeo a:hover {
	background-position: -105px -105px;
}
#footer .douglas-social-links .icon-rss a {
	background-position: -131px -1px;
}
#footer .douglas-social-links .icon-rss a:hover {
	background-position: -131px -105px;
}
#footer .douglas-social-links .icon-youtube a {
	background: url('images/youtube-icon.png') no-repeat center top;
	background-size: 26px 26px;
}
#footer .douglas-social-links .icon-youtube a:hover {
	opacity: .8;
}



/* Main Content */
#main {
	/*padding: 40px 8% 0;*/
	padding: 0 10px;
	border: 1px solid #dbdbdb;
	border-bottom: 0;
}

#content {
	margin: 0 0 150px;
}
#content .hfeed {
	/*max-width: 750px;*/
}
@media (min-width: 768px) {
	#main {
/*		padding-left: 3%;
		padding-right: 3%;*/
		padding: 0 10px;
	}
	#content {
/*		float: right;*/
	}
}
@media (min-width: 1200px) {
	#main {
/*		padding-left: 5%;
		padding-right: 5%;*/
		padding: 0 10px;
	}
}


/* Entry Content */
.entry-header,
.loop-header {
	margin-bottom: 35px;
}
.entry-title {
	margin-top: 0;
	margin-bottom: 10px;
}
.entry-subtitle,
body.douglas-county .entry-subtitle {
	margin: 0;
	color: #444;
	font-family: 'athelas', serif;
	font-size: 15px;
	font-weight: 100;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: 1px;
}


/* Sidebars and Widgets */
.sidebar {
	line-height: 1.4;
}
#sidebar-top {
	margin-top: 50px;
}
#sidebar-bottom {
	margin-top: 50px;
	margin-bottom: 100px;
}
.sidebar .widget {
	position: relative;
	clear: both;
	margin-bottom: 50px;
}
.widget .well {
	margin-bottom: 0;
	padding: 25px;
}
.widget-title,
body.douglas-county .widget-title {
	float: left;
	margin: 0 auto 2px;
	padding: 4px 10px;
	background: #666;
	color: #fff;
	font-family: 'prenton', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .5;
}
.widget-title + * {
	clear: both;
}
.sidebar img {
	max-width: 100%;
}
@media (min-width: 768px) {
	.sidebar {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.sidebar {
		padding-right: 2.5%;
	}
}
@media (min-width: 1200px) {
	.sidebar {
		padding-right: 4%;
		font-size: 16px;
	}
}

/* Custom Sidebar and other Widgets */
.sidebar .douglas-popular-searches {
	margin: 0;
	padding: 0;
}
.links-widget,
.widget_categories ul,
.sidebar .douglas-popular-searches ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.links-widget li,
.widget_categories li,
.sidebar .douglas-popular-searches li {
	float: left;
	clear: left;
	margin: 1px;
}
.widget_categories li,
.sidebar .douglas-popular-searches li {
	clear: none;
}
.links-widget li a,
.widget_categories li a,
.sidebar .douglas-popular-searches li a,
body.douglas-county .links-widget li a,
body.douglas-county .widget_categories li a,
body.douglas-county .sidebar .douglas-popular-searches li a {
	display: block;
	margin: 0;
	padding: 8px 10px;
	background: rgba(230, 230, 230, .4);
	color: #231f20;
	line-height: 1.2;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.links-widget li.current a,
.widget_categories li.current a {
	background: rgba(2, 170, 42, 0.2);
}
.links-widget li a:hover,
.widget_categories li a:hover,
.sidebar .douglas-popular-searches li a:hover {
	background: rgba(24, 102, 52, 0.7);
}

/* Contact widget and Contact Shortcode */
.contact-details + .contact-details {
	margin-top: 15px;
}
.contact-widget h4 {
	margin: 0 0 5px;
	font-family: 'prenton-display', sans-serif;
	font-size: 25px;
}
.entry-content .contact-details h4 {
	margin: 0;
}
.contact-details .contact-title {
	margin: 0 0 10px;
	font-family: 'athelas', serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
}
.contact-details dl {
	margin: 0;
}
.entry-content .contact-details dl {
	margin-top: 10px;
}
.contact-details .dl-horizontal dt {
	width: 75px;
	margin-top: 6px;
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-details .dl-horizontal dd {
	margin: 0 0 7px 0;
}
@media (min-width: 768px) {

	.contact-details .dl-horizontal dd {
		margin-left: 85px;
	}

}

.dl-horizontal dt {
    text-overflow: inherit;
    white-space: inherit;
}

.contact-details.collapsable {
	padding: 8px;
	padding: .5rem;
	border: 1px solid #dbdbdb;
}
.contact-details-expand {
	cursor: pointer;
}
.entry-content .contact-details-expand h4 {
	display: inline-block;
	margin-right: 10px;
}
.contact-details-expand .icon {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 7px;
	background: url('images/small-close.png') no-repeat center top;
}
.contact-details-expand.collapsed .icon {
	height: 8px;
}
.contact-details-expand .contact-title {
	display: inline-block;
	margin: 0;
}

.contact-image {
    height: auto;
    margin: 10px 10px 10px 0;
    border: 1px solid #fff;
    box-shadow: 0 0 1px #ccc;
}

.board-goal-widget {
	text-align: center;
}
.board-goal-widget a {
	display: inline-block;
	margin: 10px;
    float: left;
}
.board-goal-widget img {
	max-width: 255px;
}



/* Featured Area */
.featured-area.jumbotron {
	margin-bottom: 0;
}
.featured-area.jumbotron.carousel {
	padding: 0;
}
.featured-area.carousel .item {
	width: 100%;
	min-height: 300px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: opacity .6s; 
	-moz-transition: opacity .6s; 
	-ms-transition: opacity .6s; 
	-o-transition: opacity .6s; 
	transition: opacity .6s;
}
.carousel .active.left,
.carousel .active.right {
	left: 0;
	opacity: 0;
	z-index:2;
}
.carousel .next,
.carousel .prev {
	left: 0;
	opacity:1;
	z-index:1;
}
.carousel-caption {
	left: 0;
	right: auto;
	bottom: 0;
	width: auto;
	max-width: 27%;
	padding: 13px 18px;
	background: #fff;
	color: #231f20;
	text-align: left;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.6;
	text-shadow: none;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.featured-carousel-controls {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #186634;
	z-index: 100;
}
.carousel-control.left,
.carousel-control.right {
	width: 30px;
	height: 30px;
	background: transparent url('images/carousel-arrow.png') no-repeat center center;
	opacity: 1;
}
.carousel-control.left {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.carousel-control:hover,
.carousel-control:focus {
	opacity: 1;
}
.carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}
.featured-video {
	/*position: relative;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.featured-video-play {
	text-align: center;
	opacity: .5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.featured-video-play:hover {
	opacity: .9;
}
.featured-video-caption {
	width: auto;
	max-width: 550px;
	margin-top: 30px;
	padding: 25px;
	background: #fff;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.6;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.featured-video-caption h2 {
	margin: 0 0 10px;
	font-family: 'prenton', sans-serif;
	font-size: 28px;
	font-weight: 100;
}
.featured-video-caption p {
	margin: 0;
	font-size: 16px;
	font-weight: 100;
}
.featured-video-embed {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1005;
}
.featured-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	height: 25px;
	background: url('images/sprite.png') no-repeat -156px -83px;
	cursor: pointer;
	z-index: 1;
}
.featured-video-close:hover {
	background-position: -156px -109px;
}
.featured-video-close span {
	display: none;
}
@media (min-width: 768px) {
	.featured-area.carousel .item {
		min-height: 400px;
	}
	.carousel-caption {
		left: 34px;
		bottom: 16px;
	}
	.featured-carousel-controls {
		position: absolute;
		top: 0;
		bottom: auto;
		width: 400px;
		background: rgba(0, 0, 0, 0.07);
		border-top: 1px solid rgba(51, 51, 51, 0.45);
		-webkit-transform-origin: 15px 15px;
		-moz-transform-origin: 15px 15px;
		-ms-transform-origin: 15px 15px;
		-o-transform-origin: 15px 15px;
		transform-origin: 15px 15px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.featured-carousel-controls:hover {
		background: rgba(0, 0, 0, 0.3);
	}
	.carousel-indicators {
		right: 33px;
		left: auto;
		bottom: 1px;
		width: 30%;
		margin-left: 0;
		text-align: right;
	}
	.featured-video {
		/*min-height: 330px;*/
	}
}
@media (min-width: 996px) {
	.featured-area.carousel .item {
		min-height: 480px;
	}
	.carousel-caption {
		left: 34px;
		bottom: 32px;
	}
	.featured-carousel-controls {
		width: 480px;
	}
}
@media (min-width: 1200px) {
	.featured-area.carousel .item {
		min-height: 520px;
	}
	.carousel-caption {
		left: 34px;
		bottom: 48px;
	}
	.featured-carousel-controls {
		width: 520px;
	}
	.carousel-indicators {
		right: 48px;
	}
}
@media (min-width: 1600px) {
	.featured-area.carousel .item {
		min-height: 620px;
	}
	.featured-carousel-controls {
		width: 620px;
	}
}


/* Single Column Template (and Single Blog Post) */
#content.single-column,
#sidebar-top.single-column,
#sidebar-bottom.single-column {
	float: none;
	/*max-width: 750px;*/
	margin-right: auto;
	margin-left: auto;
}
#sidebar-top.single-column,
#sidebar-bottom.single-column {
	padding: 0;
}
#content.single-column .entry-header {
	text-align: center;
}
#content.single-column h1,
#content.single-column h2,
#content.single-column h3,
#content.single-column .h1,
#content.single-column .h2,
#content.single-column .h3 {
	text-align: center;
}
@media (min-width: 768px) {
	.sidebar.single-column .links-widget li {
		clear: none;
	}
	.sidebar.single-column .contact-widget {
		-webkit-columns: 30px 2;
		-moz-columns: 30px 2;
		columns: 30px 2;
	}
	.sidebar.single-column .contact-widget section {
		display: inline-block;
		margin-bottom: 15px;
	}
	.sidebar.single-column .contact-widget section + section {
		margin-top: 0;
	}
	
}


/* Home / Front Page */
body.home #header {
	min-height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
body.home #primary-menu {
	/*margin-bottom: 25px;*/
}
body.home #header .search-form {
/*	float: none;
	clear: both;
	max-width: 500px;
	margin: 0 auto;*/
}
body.home #header .douglas-popular-searches h4 {
	margin-top: 0;
}
body.home #main {
    border: none;
}
body.home #content {
	margin-bottom: 0;
}
body.home #content.single-column .entry-content {
	text-align: center;
}
body.home .douglas-bottom-content {
    border: 0;
}
body.home ul.douglas-board-goals {
    border: 0;
}
body.home .widget_douglas_recent_highlights_widget .widget-title {
	font-family: 'prenton-display', sans-serif;
	color: #186634;
	background: none;
	font-size: 35px;
	font-weight: 500;
	text-transform: none;
	opacity: 1;
}
body.home #sidebar-bottom {
	margin-top: 0;
}

@media (min-width: 768px) {
	body.home #primary-menu {
/*		margin-top: 37px;
		margin-bottom: 6px;*/
	}
	body.home #branding {
		/*margin-bottom: 50px;*/
	}
}
@media (min-width: 992px) {
	body.home #header {
		min-height: 520px;
	}
}
@media (min-width: 1200px) {
	body.home #header {
		min-height: 620px;
	}
	body.home #branding {
		margin-bottom: 75px;
	}
}

/* Bottom Content */
.douglas-bottom-content {
	padding: 40px 5%;
	border: 1px solid #dbdbdb;
	border-top: none;
	border-bottom: none;
}
.douglas-bottom-content section {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* Board Goals */
ul.douglas-board-goals {
	list-style: none;
	margin-bottom: 0;
	padding: 40px 0 0;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-bottom: none;
}
ul.douglas-board-goals li {
	display: inline-block;
	margin: 0 3px;
	background-repeat: no-repeat;
	background-position: center 124px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
ul.douglas-board-goals li.active {
	background-position: center 78px;
}
ul.douglas-board-goals li a {
	display: inline-block;
	width: 44px;
	padding-bottom: 44px;
	vertical-align: top;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
ul.douglas-board-goals li.active a,
ul.douglas-board-goals li a:hover {
	padding: 20px 0 24px;
}
ul.douglas-board-goals li img {
	max-width: 100%;
}

ul.douglas-board-goals.show-all {
	border-top: none;
}

.featured-area.goal-red {
	border-top: 7px solid #611013;
}
ul.douglas-board-goals li.goal-red {
	background-image: url('images/red-up-arrow.png');
}
.featured-area.goal-yellow {
	border-top: 7px solid #e29924;
}
ul.douglas-board-goals li.goal-yellow {
	background-image: url('images/yellow-up-arrow.png');
}
.featured-area.goal-green {
	border-top: 7px solid #186634;
}
ul.douglas-board-goals li.goal-green {
	background-image: url('images/green-up-arrow.png');
}
.featured-area.goal-blue {
	border-top: 7px solid #1799c6;
}
ul.douglas-board-goals li.goal-blue {
	background-image: url('images/blue-up-arrow.png');
}
.featured-area.goal-purple {
	border-top: 7px solid #5b4a99;
}
ul.douglas-board-goals li.goal-purple {
	background-image: url('images/purple-up-arrow.png');
}
.featured-area.goal-gold {
	border-top: 7px solid #97896a;
}
ul.douglas-board-goals li.goal-gold {
	background-image: url('images/gold-up-arrow.png');
}

@media (min-width: 480px) {
	ul.douglas-board-goals li.active {
		background-position: center 108px;
	}
	ul.douglas-board-goals li a {
		width: 60px;
		padding-bottom: 60px;
	}
	ul.douglas-board-goals li.active a,
	ul.douglas-board-goals li a:hover {
		padding: 20px 0 40px;
	}
}


/* Blog, News, and general Archives */
body.blog .hentry,
body.archive .hentry {
	margin-bottom: 30px;
}
body.blog .entry-header,
body.archive .entry-header {
	margin: 0;
}
h2.entry-title {
	margin: 10px 0 5px;
	font-size: 30px;
	line-height: 1.2;
}
.post-categories {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.post-categories li {
	display: inline-block;
	margin: 0 -1px 2px 0;
}
.post-categories li a,
#content .post-categories li a {
	padding: 4px 10px;
	background: #666;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	opacity: .5;
}
.hentry .attachment-post-thumbnail {
	float: left;
	margin-right: 15px;
}
.entry-date {
	font-family: 'athelas', serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 1px;
}
.pagination a,
#content .pagination a {
	color: #186634;
	text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #186634;
	border-color: #186634;
}
.post-entry-meta {
	font-family: 'athelas', serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 1px;
}

/* Newsroom Page */
body.blog .post-thumbnail {
    width: 100%;
    height: auto;
    margin-right:15px;
}

body.blog .loop-header {
    padding-left: 15px;
}

body.blog .newsroom-primary-posts, body.blog .newsroom-secondary-posts {
    list-style: none;
    margin:0;
    padding:0;
}

body.blog .newsroom-secondary-posts li.clear {
    clear:both;
}

/* Home page News Feed*/

/*#home_news_feed {
    position: relative;
    padding: 0 35px 0 28px;
    overflow: auto;
}
#home_news_feed h3.rotated-label {
    color: #999;
    border:none;
    margin: 25px 0 0 0;
}
#home_news_feed h3.rotated-label a {
    color: #186634;
}
#home_news_feed ul.home_news {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#home_news_feed ul.home_news li {
    display: block;
    float: left;
    width: 33.33%;
}
#home_news_feed ul.home_news li a {
    display: block;
    padding: 1% 5%;
    background: #ececec;
    border-right: 10px solid #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#home_news_feed ul.home_news li a:hover {
    background: #e1e1e1;
}
#home_news_feed ul.home_news li a h2 {
    color: #231f20;
    font-family: 'prenton', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
}
#home_news_feed ul.home_news li a h2 .date {
    color: #444;
    font-family: 'athelas', serif;
    font-style: italic;
    letter-spacing: 1px;
}

#home_news_feed ul.home_news_nav {
    position: absolute;
    right: 0;
    top: 12%;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#home_news_feed ul.home_news_nav li a {
    display: block;
    width: 42px;
    height: 20px;
    background: url('images/sprite.png') no-repeat;
}
#home_news_feed ul.home_news_nav li a span {
    display: none;
}
#home_news_feed ul.home_news_nav li a.arrow {
    background-position: -155px -1px;
}
#home_news_feed ul.home_news_nav li a.arrow:hover {
    background-position: -155px -22px;
}
#home_news_feed ul.home_news_nav li a.rss {
    margin-top: 10px;
    background-position: -155px -43px;
}
#home_news_feed ul.home_news_nav li a.rss:hover {
    background-position: -155px -63px;
}

@media screen and (max-width: 600px) {
    #home_news_feed ul.home_news li {
        border-top: 10px solid white;
        width: 100%;
    }
}
*/

/* Updates Widget */
.douglas-updates-widget .subscribe {
	display: block;
	padding: 20px;
	margin-top: 1px;
	background: url('images/updates-widget-subscribe.png') no-repeat center center;
	background-size: cover;
	color: #fff;
	opacity: .8;
}
.douglas-updates-widget .subscribe:hover {
	opacity: 1;
}
.douglas-updates-widget .subscribe h2 {
	margin: 0;
	font-size: 24px;
	color: #fff;
}
.douglas-updates-widget .subscribe p {
	margin: 0;
}
.douglas-updates-widget .social {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.douglas-updates-widget .social li {
	display: block;
	float: left;
	margin: 2px 2px 0 0;
}
.douglas-updates-widget .social li a {
	display: block;
	width: 75px;
	height: 75px;
	background: #186634;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: .8;
}
.douglas-updates-widget .social li a:hover {
	opacity: 1;
}
.douglas-updates-widget .social li a span {
	display: block;
	margin: 25px auto;
	width: 25px;
	height: 25px;
	background: url('images/sprite.png') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.douglas-updates-widget .social li .icon-facebook {
	background-image: url('images/updates-widget-facebook.png');
}
.douglas-updates-widget .social li .icon-facebook span {
	background-position: -1px -1px;
}
.douglas-updates-widget .social li .icon-twitter {
	background-image: url('images/updates-widget-twitter.png');
}
.douglas-updates-widget .social li .icon-twitter span {
	background-position: -27px -1px;
}

/* Douglas Recnet Posts Widget */
.douglas-recent-posts-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.douglas-recent-posts-widget li {
	display: block;
}
.douglas-recent-posts-widget li a,
body.douglas-county .douglas-recent-posts-widget li a {
	display: block;
	margin-bottom: 2px;
	background: rgba(230, 230, 230, .4);
	color: #231f20;
}
.douglas-recent-posts-widget li a h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 20px 12px;
}
.douglas-recent-posts-widget li a .posted-date {
	padding: 12px 20px 0;
}
.douglas-recent-posts-widget li a img {
	float: right;
	max-width: 25%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.douglas-recent-posts-widget li a:hover img {
	opacity: .7;
}
.douglas-recent-posts-widget .footer-links {
	margin-top: 10px;
}
.douglas-recent-posts-widget .footer-links a {
	float: left;
	margin: 0 8px 2px 0;
}
.douglas-recent-posts-widget .footer-links .btn,
.douglas-recent-posts-widget .footer-links .btn:hover {
	background: rgba(230, 230, 230, .4);
	color: #231f20;
	border-radius: 0;
}
.douglas-recent-posts-widget .footer-links .rss {
	width: 21px;
	height: 21px;
	margin: 7px 0;
	background: url('images/sprite.png') no-repeat -155px -43px;
	-webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-o-transition: all 0ms ease;
	transition: all 0ms ease;
}
.douglas-recent-posts-widget .footer-links .rss:hover {
	background-position: -155px -63px;
}
.douglas-recent-posts-widget .footer-links .rss span {
	display: none;
}
@media (min-width: 768px) {
	body.page-template-template_single-column-php .douglas-recent-posts-widget li a img {
		max-width: 15%;
	}
}


/* Search Results */
body.search-results .hentry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
body.search-results .entry-header {
	margin-bottom: 0;
}
body.search-results h2.entry-title {
	clear: left;
	margin: 0;
	font-family: 'prenton', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
body.search-results .hentry p {
	margin: 0;
}
body.search-results .hentry .attachment-post-thumbnail {
	float: right;
	max-width: 150px;
	margin-right: 0;
	margin-left: 15px;
}
h3.search-result-post-type {
	float: left;
	margin: 0 auto 10px;
	padding: 4px 10px;
	background: #666;
	color: #fff;
	font-family: 'prenton', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .5;
}


/* 404 Page */
body.error404 #sidebar-top {
	/*max-width: 500px;*/
	margin-top: 0;
	margin-bottom: 50px;
}
body.error404 #sidebar-top .widget {
	margin-bottom: 10px;
}
body.error404 #content .entry-content {
	text-align: center;
}


/* Affixed widgets */
@media (min-width: 768px) {
	.sidebar .widget.affix {
		position: fixed;
		top: 0;
		left: 0;
		width: 30.33333333%;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 3%;
		padding: 0 0 0 15px;
		background: #fff;
		z-index: 1;
		-webkit-transition: margin-top 300ms ease;
		-moz-transition: margin-top 300ms ease;
		-o-transition: margin-top 300ms ease;
		transition: margin-top 300ms ease;
	}
	body.admin-bar .sidebar .widget.affix {
		top: 32px;
	}
}
@media (min-width: 1200px) {
	.sidebar .widget.affix {
		margin-left: 5%;
		padding-right: 4%;
	}
}


/* Newsroom Alert */
#douglas-newsroom-alert {
	display: none;
	position: relative;
	background: #de4915;
	height: 50px;
	color: #fff;
}
#douglas-newsroom-alert h3.rotated-label, .rotated-label {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	padding: 6px 0 6px 4px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	border-top: 1px solid #b63b10;
	-webkit-transform-origin: 23px 3px;
	-moz-transform-origin: 23px 3px;
	-ms-transform-origin: 23px 3px;
	-o-transform-origin: 23px 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#douglas-newsroom-alert a h4 {
	margin: 16px 0;
	margin: 1rem 0;
	padding: 0 48px;
	padding: 0 3rem;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
}
#douglas-newsroom-alert .continue {
	display: none;
}
@media (min-width: 768px) {
	#douglas-newsroom-alert .continue {
		display: inline-block;
		float: right;
	}
}


/* A-Z Services */
.az-service-group ul {
	list-style-type: none;
	margin-bottom: 25px;
	padding: 0;
	-webkit-columns: 150px 2;
	-moz-columns: 150px 2;
	columns: 150px 2;
}
.az-service-group ul li {
	display: inline-block;
	width: 100%;
}
.widget_douglas_az_services_widget ul {
	list-style-type: none;
	padding: 0;
}
.widget_douglas_az_services_widget ul li {
	float: left;
	margin: 1px;
	padding: 0;
}
.widget_douglas_az_services_widget ul a {
	display: inline-block;
	padding: 8px 10px;
	background: rgba(230, 230, 230, .4);
	color: #231f20;
	line-height: 1.2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.widget_douglas_az_services_widget ul li.active a {
	background: rgba(2, 170, 42, 0.2);
}
.widget_douglas_az_services_widget ul a:hover {
	background: rgba(24, 102, 52, 0.7);
}
.widget_douglas_az_services_widget ul a.disabled {
	background: rgba(230, 230, 230, .4);
	color: #ccc;
	cursor: not-allowed;
}

/* galleries */

.gallery {
    overflow: hidden;
    margin: 0 0 -1.5em 0;
}

.gallery a {
    border: none;
}

.gallery-item {
    overflow: hidden;
    margin: 0 0 1.5em 0;
}

.gallery-icon {
    margin: 0;
}

.gallery img {
    margin: 0;
    padding: 0.125em;
    border: none;
}

.gallery-caption {

}

.gallery{display:block;clear:both;overflow:hidden;margin:0 auto}.gallery .gallery-row{display:block;clear:both;overflow:hidden;margin:0}.gallery .gallery-item{overflow:hidden;float:left;margin:0;text-align:center;list-style:none;padding:0}.gallery .gallery-item .gallery-icon img{max-width:89%;height:auto;padding:1%;margin:0 auto}.gallery-caption{margin-left:0}.col-0{width:100%}.col-1{width:100%}.col-2{width:50%}.col-3{width:33.33%}.col-4{width:25%}.col-5{width:20%}.col-6{width:16.66%}.col-7{width:14.28%}.col-8{width:12.5%}.col-9{width:11.11%}.col-10{width:10%}.col-11{width:9.09%}.col-12{width:8.33%}.col-13{width:7.69%}.col-14{width:7.14%}.col-15{width:6.66%}.col-16{width:6.25%}.col-17{width:5.88%}.col-18{width:5.55%}.col-19{width:5.26%}.col-20{width:5%}.col-21{width:4.76%}.col-22{width:4.54%}.col-23{width:4.34%}.col-24{width:4.16%}.col-25{width:4%}.col-26{width:3.84%}.col-27{width:3.7%}.col-28{width:3.57%}.col-29{width:3.44%}.col-30{width:3.33%}

/* Captions [caption] */

.wp-caption {
    overflow: hidden;
    max-width: 100%;
    padding: 0.75em 0.5em;
    background: #f9f9f9;
    border: 1px solid #f4f4f4;
}

.wp-caption img {
    display: block;
    max-width: 98%;
    height:auto;
    margin: 0 auto 0.625em auto;
    padding: 1%;
    border: none;
}

.wp-caption .wp-caption-text {
    margin: 0 0.25em;
    text-align: left;
    font-size: 14px;
}


/* Red Color Styles */
.btn-red,
body.color-style-red .btn,
body.color-style-red .btn-default,
body.color-style-red input[type=submit],
body.color-style-red .searchform .btn,
body.color-style-red .searchform .btn:hover,
body.color-style-red #footer {
	background-color: #440508;
	/*color: #fff;*/
}

body.color-style-red #footer .top {
	background-color: #611114;
}
body.color-style-red #footer .top .button {
	background-color: #996665;
	transition: all .3s ease;
}
body.color-style-red #footer .top .button:hover {
	opacity: .8;
}
.btn-red:hover,
body.color-style-red .btn:hover,
body.color-style-red .btn-default:hover,
body.color-style-red input[type=submit]:hover {
	/*background-color: #3a0607;*/
	/*color: #fff;*/
}
body.color-style-red .cont-social-media i ,
body.color-style-red h1,
body.color-style-red h2,
body.color-style-red h3,
body.color-style-red .h1,
body.color-style-red .h2,
body.color-style-red .h3,
body.color-style-red a,
body.color-style-red .primary-navigation .nav-pills > li > a {
	color: #611013;
}
body.color-style-red .dropdown-menu > li > a:hover,
body.color-style-red .dropdown-menu > li > a:focus,
body.color-style-red .dropdown-menu li li a:hover,
body.color-style-red .dropdown-menu li li a:focus,
body.color-style-red .breadcrumb .dropdown-menu > .active > a:hover,
body.color-style-red .links-widget li.current a,
body.color-style-red .widget_categories li.current a {
	/*background-color: rgba(97, 16, 19, 0.2);*/
}
body.color-style-red .links-widget li a:hover,
body.color-style-red .widget_categories li a:hover,
body.color-style-red .sidebar .douglas-popular-searches li a:hover {
	/*background-color: rgba(97, 16, 19, 0.4);*/
}
body.color-style-red #footer .searchform .btn,
body.color-style-red #footer .douglas-popular-searches h4 {
	background-color: #360607;
}
body.color-style-red #footer,
body.color-style-red #footer-right {
	border-color: #360607;
}
body.color-style-red #footer .douglas-social-links .icon-facebook a:hover {
	background-position: -1px -131px;
}
body.color-style-red #footer .douglas-social-links .icon-twitter a:hover {
	background-position: -27px -131px;
}
body.color-style-red #footer .douglas-social-links .icon-linkedin a:hover {
	background-position: -53px -131px;
}
body.color-style-red #footer .douglas-social-links .icon-instagram a:hover {
	background-position: -79px -131px;
}
body.color-style-red #footer .douglas-social-links .icon-vimeo a:hover {
	background-position: -105px -131px;
}
body.color-style-red #footer .douglas-social-links .icon-rss a:hover {
	background-position: -131px -131px;
}

/* Yellow Color Styles */
.btn-yellow,
body.color-style-yellow .btn,
body.color-style-yellow .btn-default,
body.color-style-yellow input[type=submit],
body.color-style-yellow .searchform .btn,
body.color-style-yellow .searchform .btn:hover,
body.color-style-yellow #footer {
	background-color: #ac7626;
	/*color: #fff;*/
}

body.color-style-yellow #footer .top {
	background-color: #e29924;
}
body.color-style-yellow #footer .top .button {
	background-color: #ebbc78;
	transition: all .3s ease;
}
body.color-style-yellow #footer .top .button:hover {
	opacity: .8;
}
.btn-yellow:hover,
body.color-style-yellow .btn:hover,
body.color-style-yellow .btn-default:hover,
body.color-style-yellow input[type=submit]:hover {
	/*background-color: #e5a53e;*/
	/*color: #fff;*/
}
body.color-style-yellow h1,
body.color-style-yellow h2,
body.color-style-yellow h3,
body.color-style-yellow .h1,
body.color-style-yellow .h2,
body.color-style-yellow .h3,
body.color-style-yellow a,
body.color-style-yellow .primary-navigation .nav-pills > li > a {
	color: #e29924;
}
body.color-style-yellow .dropdown-menu > li > a:hover,
body.color-style-yellow .dropdown-menu > li > a:focus,
body.color-style-yellow .dropdown-menu li li a:hover,
body.color-style-yellow .dropdown-menu li li a:focus,
/*body.color-style-yellow .breadcrumb .dropdown-menu > .active > a:hover,*/
body.color-style-yellow .links-widget li.current a,
body.color-style-yellow .widget_categories li.current a {
	/*background-color: rgba(226, 153, 36, 0.2);*/
}
body.color-style-yellow .links-widget li a:hover,
body.color-style-yellow .widget_categories li a:hover,
body.color-style-yellow .sidebar .douglas-popular-searches li a:hover {
	/*background-color: rgba(226, 153, 36, 0.7);*/
}
body.color-style-yellow #footer .searchform .btn,
body.color-style-yellow #footer .douglas-popular-searches h4 {
	background-color: #bd7f1b;
}
body.color-style-yellow #footer,
body.color-style-yellow #footer-right {
	border-color: #bd7f1b;
}
body.color-style-yellow #footer .douglas-social-links .icon-facebook a:hover {
	background-position: -1px -53px;
}
body.color-style-yellow #footer .douglas-social-links .icon-twitter a:hover {
	background-position: -27px -53px;
}
body.color-style-yellow #footer .douglas-social-links .icon-linkedin a:hover {
	background-position: -53px -53px;
}
body.color-style-yellow #footer .douglas-social-links .icon-instagram a:hover {
	background-position: -79px -53px;
}
body.color-style-yellow #footer .douglas-social-links .icon-vimeo a:hover {
	background-position: -105px -53px;
}
body.color-style-yellow #footer .douglas-social-links .icon-rss a:hover {
	background-position: -131px -53px;
}

/* Blue Color Styles */
.btn-blue,
body.color-style-blue .btn,
body.color-style-blue .btn-default,
body.color-style-blue input[type=submit],
body.color-style-blue .searchform .btn,
body.color-style-blue .searchform .btn:hover,
body.color-style-blue #footer {
	background-color: #357495;
	/*color: #fff;*/
}

body.color-style-blue #footer .top {
	background-color: #1799c6;
}
body.color-style-blue #footer .top .button {
	background-color: #a5cee4;
	transition: all .3s ease;
}
body.color-style-blue #footer .top .button:hover {
	opacity: .8;
}
.btn-blue:hover,
body.color-style-blue .btn:hover,
body.color-style-blue .btn-default:hover,
body.color-style-blue input[type=submit]:hover {
	/*background-color: #2fa8d3;*/
	/*color: #fff;*/
}
body.color-style-blue h1,
body.color-style-blue h2,
body.color-style-blue h3,
body.color-style-blue .h1,
body.color-style-blue .h2,
body.color-style-blue .h3,
body.color-style-blue a,
body.color-style-blue .primary-navigation .nav-pills > li > a {
	color: #1799c6;
}
body.color-style-blue .dropdown-menu > li > a:hover,
body.color-style-blue .dropdown-menu > li > a:focus,
/*body.color-style-blue .dropdown-menu li li a:hover,*/
body.color-style-blue .dropdown-menu li li a:focus,
body.color-style-blue .breadcrumb .dropdown-menu > .active > a:hover,
body.color-style-blue .links-widget li.current a,
body.color-style-blue .widget_categories li.current a {
	/*background-color: rgba(23, 153, 198, 0.2);*/
}
body.color-style-blue .links-widget li a:hover,
body.color-style-blue .widget_categories li a:hover,
body.color-style-blue .sidebar .douglas-popular-searches li a:hover {
	/*background-color: rgba(23, 153, 198, 0.7);*/
}
body.color-style-blue #footer .searchform .btn,
body.color-style-blue #footer .douglas-popular-searches h4 {
	background-color: #117699;
}
body.color-style-blue #footer,
body.color-style-blue #footer-right {
	border-color: #117699;
}
body.color-style-blue #footer .douglas-social-links .icon-facebook a:hover {
	background-position: -1px -27px;
}
body.color-style-blue #footer .douglas-social-links .icon-twitter a:hover {
	background-position: -27px -27px;
}
body.color-style-blue #footer .douglas-social-links .icon-linkedin a:hover {
	background-position: -53px -27px;
}
body.color-style-blue #footer .douglas-social-links .icon-instagram a:hover {
	background-position: -79px -27px;
}
body.color-style-blue #footer .douglas-social-links .icon-vimeo a:hover {
	background-position: -105px -27px;
}
body.color-style-blue #footer .douglas-social-links .icon-rss a:hover {
	background-position: -131px -27px;
}

/* Purple Color Styles */
.btn-purple,
body.color-style-purple .btn,
body.color-style-purple .btn-default,
body.color-style-purple input[type=submit],
body.color-style-purple .searchform .btn,
body.color-style-purple .searchform .btn:hover,
body.color-style-purple #footer {
	background-color: #3d2a7e;
	/*color: #fff;*/
}

body.color-style-purple #footer .top {
	background-color: #5b4a99;
}
body.color-style-purple #footer .top .button {
	background-color: #9288bc;
	transition: all .3s ease;
}
body.color-style-purple #footer .top .button:hover {
	opacity: .8;
}
.btn-purple:hover,
body.color-style-purple .btn:hover,
body.color-style-purple .btn-default:hover,
body.color-style-purple input[type=submit]:hover {
	/*background-color: #483883;*/
	/*color: #fff;*/
}
body.color-style-red .cont-social-media i,
body.color-style-purple h1,
body.color-style-purple h2,
body.color-style-purple h3,
body.color-style-purple .h1,
body.color-style-purple .h2,
body.color-style-purple .h3,
body.color-style-purple a,
body.color-style-purple .primary-navigation .nav-pills > li > a {
	color: #5b4a99;
}
body.color-style-purple .dropdown-menu > li > a:hover,
body.color-style-purple .dropdown-menu > li > a:focus,
/*body.color-style-purple .dropdown-menu li li a:hover,*/
body.color-style-purple .dropdown-menu li li a:focus,
body.color-style-purple .breadcrumb .dropdown-menu > .active > a:hover,
body.color-style-purple .links-widget li.current a,
body.color-style-purple .widget_categories li.current a {
	/*background-color: rgba(91, 74, 153, 0.2);*/
}
body.color-style-purple .links-widget li a:hover,
body.color-style-purple .widget_categories li a:hover,
body.color-style-purple .sidebar .douglas-popular-searches li a:hover {
	/*background-color: rgba(91, 74, 153, 0.4);*/
}
body.color-style-purple #footer .searchform .btn,
body.color-style-purple #footer .douglas-popular-searches h4 {
	background-color: #46338f;
}
body.color-style-purple #footer,
body.color-style-purple #footer-right {
	border-color: #46338f;
}
body.color-style-purple #footer .douglas-social-links .icon-facebook a:hover {
	background-position: -1px -79px;
}
body.color-style-purple #footer .douglas-social-links .icon-twitter a:hover {
	background-position: -27px -79px;
}
body.color-style-purple #footer .douglas-social-links .icon-linkedin a:hover {
	background-position: -53px -79px;
}
body.color-style-purple #footer .douglas-social-links .icon-instagram a:hover {
	background-position: -79px -79px;
}
body.color-style-purple #footer .douglas-social-links .icon-vimeo a:hover {
	background-position: -105px -79px;
}
body.color-style-purple #footer .douglas-social-links .icon-rss a:hover {
	background-position: -131px -79px;
}
/* Gold Color Styles */
.btn-gold,
body.color-style-gold .btn,
body.color-style-gold .btn-default,
body.color-style-gold input[type=submit],
body.color-style-gold .searchform .btn,
body.color-style-gold .searchform .btn:hover,
body.color-style-gold #footer {
	background-color: #7f755a;
	/*color: #fff;*/
}

body.color-style-gold #footer .top {
	background-color: #97896A;
}
body.color-style-gold #footer .top .button {
	background-color: #b9b09e;
	transition: all .3s ease;
}
body.color-style-gold #footer .top .button:hover {
	opacity: .8;
}
.btn-gold:hover,
body.color-style-gold .btn:hover,
body.color-style-gold .btn-default:hover,
body.color-style-gold input[type=submit]:hover {
	/*background-color: #8a774c;*/
	/*color: #fff;*/
}
body.color-style-gold h1,
body.color-style-gold h2,
body.color-style-gold h3,
body.color-style-gold .h1,
body.color-style-gold .h2,
body.color-style-gold .h3,
body.color-style-gold a,
body.color-style-gold .primary-navigation .nav-pills > li > a {
	color: #97896a;
}
body.color-style-gold .dropdown-menu > li > a:hover,
body.color-style-gold .dropdown-menu > li > a:focus,
/*body.color-style-gold .dropdown-menu li li a:hover,*/
body.color-style-gold .dropdown-menu li li a:focus,
/*body.color-style-gold .breadcrumb .dropdown-menu > .active > a:hover,*/
body.color-style-gold .links-widget li.current a,
body.color-style-gold .widget_categories li.current a {
	/*background-color: rgba(138, 119, 76, 0.2);*/
}
body.color-style-gold .links-widget li a:hover,
body.color-style-gold .widget_categories li a:hover,
body.color-style-gold .sidebar .douglas-popular-searches li a:hover {
	/*background-color: rgba(138, 119, 76, 0.4);*/
}
body.color-style-gold #footer .searchform .btn,
body.color-style-gold #footer .douglas-popular-searches h4 {
	background-color: #97896a;
}
body.color-style-gold #footer,
body.color-style-gold #footer-right {
	border-color: #97896a;
}
body.color-style-gold #footer .douglas-social-links .icon-facebook a:hover {
	background-position: -1px -79px;
}
body.color-style-gold #footer .douglas-social-links .icon-twitter a:hover {
	background-position: -27px -79px;
}
body.color-style-gold #footer .douglas-social-links .icon-linkedin a:hover {
	background-position: -53px -79px;
}
body.color-style-gold #footer .douglas-social-links .icon-instagram a:hover {
	background-position: -79px -79px;
}
body.color-style-gold #footer .douglas-social-links .icon-vimeo a:hover {
	background-position: -105px -79px;
}
body.color-style-gold #footer .douglas-social-links .icon-rss a:hover {
	background-position: -131px -79px;
}


/* Image alignment classes */

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

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.col-float-right {
    float: right;
}

.contact-details .dl-horizontal dd {}



/* Assessor Page */
				body.page-template-template_assessor .re-search .well {
					background:#ECEAE6;
					margin:0;
				}
				body.page-template-template_assessor .quick-links .widget-title {
					width: 100%;
					background: #5B574E !important;
					font-size: 20px;
					text-transform: capitalize;
					font-weight: 100;
					text-align: center;
					opacity: 1;
				}
				.page-template-template_assessor .widget-title {
					float: left;
					margin: 0 auto 2px;
					background: #5B574E!important;
					width: 100%;
					opacity: 1!important;
				}
			
				body.page-template-template_assessor .contact-widget {
					background:#ECEAE6;
				}

				body.page-template-template_assessor .quick-links ul > li {
					width: 100%;
					padding:0 1px 0 0;
				}

				body.page-template-template_assessor .quick-links ul > li > a {
					background: #d9edf7;
				}
				
				body.page-template-template_assessor #sidebar-bottom {
					max-width: 425px;
				}

				body.page-template-template_assessor #sidebar-bottom .widget-title {
					background: #5B574E!important;
					width: 100%;
					opacity: 1!important;
				}

				body.page-template-template_assessor #sidebar-bottom .links-widget > li {
					width:100%;
				}

				body.page-template-template_assessor #sidebar-bottom .links-widget > li > a, body.page-template-template_assessor #sidebar-bottom .douglas-recent-posts-widget ul li a {
					background:#eceae6;
				}

				body.page-template-template_assessor a {
					color:#621215;
				}

				body.page-template-template_assessor #main {
					padding: 40px 8% 0;
				}

				#assessor-lower-column, #assessor-lower-column h3 {
					color:#FFFFFF;
				}
				#assessor-lower-column h3{
					font-weight:bold;
				}
				#assessor-lower-column p{
					line-height: 1.2 !important;
				}
				.assessor-lower-column-grad {
					top: 0;
					left: 0;
					background:#000000; /* For browsers that do not support gradients */
					background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%);
					background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%);
					background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 3%, rgba(0, 0, 0, 0) 100%);
					background-position: 50% 50%;
					border-radius: 4px;
					min-height:300px;
				}
				#assessor-lower-column a.btn {
					color:#FFFFFF !important;
				}

				body.page-template-template_assessor #content .hfeed {
					margin: 50px 0 0 0px;
					max-width: 1040px !important;
				}

				body.page-template-template_assessor #content .hfeed {
					margin: 50px 0 0 0px;
					max-width: 1040px !important;
				}
				body.page-template-template_assessor_single-column  #content .hfeed, body.page-template-template_assessor_search #content .hfeed {
					margin: 50px 0 0 0px;
					max-width: 100% !important;
				}
				body.page-template-template_assessor_single-column #content.single-column .entry-header {
					text-align: left;
				}
				body.page-template-template_assessor_single-column #content.single-column h1,
				body.page-template-template_assessor_single-column #content.single-column h2,
				body.page-template-template_assessor_single-column #content.single-column h3,
				body.page-template-template_assessor_single-column #content.single-column .h1,
				body.page-template-template_assessor_single-column #content.single-column .h2,
				body.page-template-template_assessor_single-column #content.single-column .h3 {
					text-align: left;
				}
				/* Single Column Template (and Single Blog Post) */
				body.page-template-template_assessor_single-column #content.single-column, body.page-template-template_assessor_search #content.single-column {
					float: none;
					max-width: 100%; 
					margin-right: auto;
					margin-left: auto;
				}
				body.page-template-template_assessor #main.push {
					margin-top: 155px;
				}
				/* END Assessor Page */

				/* BEGIN Assessor Header */

				#header.header-assessor {
					
					padding-bottom: 0px;
				}

				#header.row.header-assessor.fixed-header {
					position:fixed;
					max-width: 1600px;
					z-index: 9999;
					/*top: 32px; */
				}
				#header.header-assessor .assessor-title{
					margin-top: 44px;
				} 
				#header.header-assessor .assessor-title .entry-title{
					padding-top: 0px;
					margin-bottom: 0px;
					margin-top: 0px;
				}

			@media (min-width: 801px) {
				#header.row.header-assessor.fixed-header {
					width: 100%;
				}
				}
			@media (max-width: 800px) {
				body.page-template-template_assessor #main.push {
					margin-top: 0px;
				}
				header#header.row.header-assessor.fixed-header {
					position:static;
					
					z-index:inherit;
					max-width: 800px;
					top: 32px;
					
				}
				#header.header-assessor h1.entry-title{
					margin-top: 0px;
					font-size: 14px;
					text-align: center;
				} 
				
				}
				
				#header.header-assessor .nav-back {
					position: absolute;
					top: 0;
					right: 0;
				}

				#header.header-assessor .nav-back .btn {
					background-color: rgba(255,255,255,0.4);
					color: #186634;
					border-radius: 0px;
					font-size: 12px;
					text-transform: uppercase;
					display: block;
				}

				#header.header-assessor .nav-back .btn:hover {
					background-color: rgba(255,255,255,0.8);
				}
					/* BEGIN Assessor Search */
					@media (max-width: 800px) {
						.assessor .searchform {
							visibility:hidden; 
							margin: 0;
							line-height: 0;
							padding: 0;
							margin-top: 0px;
							width: 0;
							 display: none; 
						}
						div.assessor.search-form.col-lg-4.col-lg-pull-0.col-md-5.col-sm-7.col-sm-offset-0.col-xs-12{width:inherit;}
						#header.header-assessor .assessor-title {
							
							margin-top: 15px;
							text-align: center;
						}
					}
					/* END Assessor Search */

				/* End Assessor Header */

				/* BEGIN Assessor Navigation */
				#header.header-assessor .primary-navigation .nav-pills > li > a {
					color: #fff;
				}

				#header.header-assessor .primary-navigation .nav-pills > li > a:hover,
				#header.header-assessor .primary-navigation .nav-pills > li > a:focus,
				#header.header-assessor #nav .nav-pills > li.active > a {
					color: #186634;
				}

				#header.header-assessor .primary-navigation .nav > li > a:hover,
				#header.header-assessor .primary-navigation .nav > li:hover > a,
				#header.header-assessor .primary-navigation .nav > li > a:focus {
					background: #fff;
					color: #186634
				}

				#assessor_main_nav .primary-navigation .nav-pills {
						text-align: center;
				}
				#assessor_main_nav #primary-menu{
					
					margin-bottom: 0px !important;
					background: #186634 !important;
					width: 100%;
					margin-top: 25px;
					left: 0;
				}

				#assessor_main_nav .primary-navigation .nav-pills > li > a {
					color: #fff;
				}

				#assessor_main_nav .primary-navigation .nav-pills > li > a:hover,
				#assessor_main_nav .primary-navigation .nav-pills > li > a:focus,
				#assessor_main_nav #nav .nav-pills > li.active > a {
					color: #186634;
				}

				#assessor_main_nav .primary-navigation .nav > li > a:hover,
				#assessor_main_nav .primary-navigation .nav > li:hover > a,
				#assessor_main_nav .primary-navigation .nav > li > a:focus {
					background: #fff;
					color: #186634
				}
				/* END Assessor Navigation */
				
/*------------------------------------  */




/* County Clerk page */
body.page-template-template_clerk #branding h1#site-title {
    text-align: center;
}

body.page-template-template_clerk #main {
    border-bottom: 1px solid #dbdbdb;
}

/* Precinct Maps select box */

select.precinct-maps {
    width: 100%;
    max-width: 500px;
}


/* Video Gallery */
#video-gallery {
    list-style: none;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#video-gallery .video {border: 1px solid #ccc; width: 48%; margin: 0 0 15px;}

@media (max-width: 700px) {
	#video-gallery .video {width: 100%;}	
}

#video-gallery .video .wrap {
    padding: 15px;
}

#video-gallery .video .title {
    font-size: 20px;
    margin-bottom: 5px;
}

/* Video Gallery responsive video */
#video-gallery .video .embed {
    margin: 0 0 20px;
}


/* Homepage Styling */
body.home #content {
    /*float: left;*/
}

body.home ul.small-board-goals {
    padding: 25px 0;
}

body.home ul.small-board-goals li {
    margin-right: 10px;
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
    width: 13%;
    max-width: 64px;
}

body.home ul.small-board-goals li img {
    width: 100%;
}

.douglas-recent-highlights-widget {
    background: #F5F5F5;
    padding: 20px;
    float: left;
    width: 100%;
}

.douglas-recent-highlights-widget ul {
    margin: 0;
    padding: 0;
}

.douglas-recent-highlights-widget ul li {
    margin-bottom: 5px;
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
    background: #fff;
    padding: 0;
}

.douglas-recent-highlights-widget ul li .logo-wrap {
    float: left;
    width: 88%;
    padding: 10px 0;
    height: 100px;
    text-align: center;
}

.douglas-recent-highlights-widget ul li .logo-wrap img {
    margin: 0 auto;
    max-height: 100%;
    padding: 0 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.douglas-recent-highlights-widget ul li .arrow {
    float: left;
    width: 12%;
    background: #D9D9D9;
    padding: 32px 0;
    font-size: 26px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.douglas-recent-highlights-widget ul li:hover .arrow {
    background: #B3B3B3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#home-slider-text {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
	text-align: right;
	padding: 15px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	background: rgba(255,255,255,.75);
}

#home-slider-text.light {
	color: #fff;
}

#home-slider-text.dark {
	color: #000;
}

/*Search results height fix 4/2018*/
.gsc-result .gs-title {
	height: auto !important;
}

/* Responsive Embed Fix 7/18 */
.responsive-embed {
	position: relative;
	padding-bottom: 100%;
	padding-top: 35px;
	height: 0;
	overflow: hidden; 
}

.embed-responsive-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}