/**
 * Theme Name: Douglas County Sheriff
 * Theme URI: http://infomedia.com
 * Description: Custom theme built for Douglas County Sheriff, Colorado. Built on Twitter Bootstrap.
 * Version: 0.1
 * 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: #335C85;
	text-decoration: none;
}
a:hover {
	color: #6080A0;
	text-decoration: none;
}
#content a,
#content a:hover {
	text-decoration: none;
}
#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: #6080A0;
}
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: #6080A0;
	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: #335C85;
	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);
    width: 240px;
}
.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(51, 92, 133, 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(51, 92, 133, 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: #335C85;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.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: rgba(51, 92, 133, .8);
	color: #fff;
	font-weight: 100;
	-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: rgba(51, 92, 133, 1);
	text-decoration: none;
	opacity: 1;
}


/* Site Header */
#header {
	padding-bottom: 20px;
	background: #f5f5f5;
    position: relative;
}
@media (min-width: 768px) {
	#header {
		padding-top: 15px;
	}
}

#branding {
	height: 145px;
}
#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: #6080A0;
}
.searchform input:-moz-placeholder {
	color: #6080A0;
}
.searchform input::-moz-placeholder {
	color: #6080A0;
}
.searchform input:-ms-input-placeholder {
	color: #6080A0;
}
.searchform .btn {
	float: left;
	width: 13%;
	height: 41px;
	margin: 0 0 0 1%;
	background: #335C85 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: #6080A0;
	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;
}
.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: 992px) {
	.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: -95%;
	}
}


/* Footer */
#footer {
	background: #6080A0;
	color: #fff;
	border-bottom: 10px solid #335C85;
}
#footer-left {
	padding: 50px 8% 40px;
	border-bottom: 1px solid #335C85;
}
#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 #335C85;
	}
}

#footer .searchform .form-group {
	margin: 15px 0 0 0;
}
#footer .searchform .form-control {
	float: left;
	width: 86%;
	height: 41px;
	padding: 10px 16px; /* Changed on 10-28-16 to display properly on IE and FF - CV */
	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: #6080A0;
}
#footer .searchform input:-moz-placeholder {
	color: #6080A0;
}
#footer .searchform input::-moz-placeholder {
	color: #6080A0;
}
#footer .searchform input:-ms-input-placeholder {
	color: #6080A0;
}
#footer .searchform .btn {
	width: 13%;
	height: 41px;
	margin: 0 0 0 1%;
	background: #335C85 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 7px 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;
}



/* Main Content */
#main {
	padding: 40px 8% 0;
	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%;
	}
	#content {
		float: right;
	}
}
@media (min-width: 1200px) {
	#main {
		padding-left: 5%;
		padding-right: 5%;
	}
}


/* 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(51, 92, 133, 0.2);
}
.links-widget li a:hover,
.widget_categories li a:hover,
.sidebar .douglas-popular-searches li a:hover {
	background: rgba(51, 92, 133, 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;
}



/* 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: #6080A0;
	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: 100;
}
.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 160px;
	background-size: cover;
}
body.home #primary-menu {
	margin-bottom: 25px;
    background:#f5f5f5;
}
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;
}
@media (min-width: 768px) {
	body.home #primary-menu {
		margin-top: 37px;
		margin-bottom: 6x;
	}
	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;
}


/* 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: #6080A0;
	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: #6080A0;
	border-color: #6080A0;
}
.post-entry-meta {
	font-family: 'athelas', serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 1px;
}

/* Newsroom & Other Posts Page */
body.blog .post-thumbnail, .newsroom-secondary-posts.category-posts .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, .newsroom-secondary-posts.category-posts {
    list-style: none;
    margin:0;
    padding:0;
}

body.blog .newsroom-secondary-posts li.clear, .newsroom-secondary-posts.category-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: #6080A0;
}
#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: #6080A0;
	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(51, 92, 133, 0.2);
}
.widget_douglas_az_services_widget ul a:hover {
	background: rgba(51, 92, 133, 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;
}

/* 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 {}

/* Precinct Maps select box */

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

/* Focus boxes */

ul#focus-boxes {
    list-style: none;
    padding: 20px 0 65px 0;
}

ul#focus-boxes li {
    margin-bottom: 20px;
}

ul#focus-boxes li .wrap {
    border: 1px solid #ccc;
    padding: 15px;
}

ul#focus-boxes .focus-img {
    width: 100%;
}

body.home.page ul#focus-boxes li h3{
    font-size: 24px;
}

body.page ul#focus-boxes li h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

/* FAQs */

ul#faqs-list {
    margin:0;
    padding:0;
}

ul#faqs-list li {
    list-style: none;
    margin-bottom: 25px;
}

ul#faqs-list li .question {
    font-size: 22px;
    line-height: 34px;
}

ul#faqs {
    margin:0 0 50px 0;
    padding:0;
}

ul#faqs li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

ul#faqs li:last-child {
    border: 0;
}

ul#faqs li .question {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;
    line-height: 30px;
}

/* Fees Table */
#color-keys {
    margin:25px 0 0 0;
    padding:0;
}

#color-keys li {
    border:1px solid #ccc;
    border-bottom: 0;
    list-style: none;
    padding: 5px;
}

#color-keys li:last-child {
    border-bottom: 1px solid #ccc;
}

#color-keys .key .swatch {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

#fees-table {
    line-height: 26px;
    clear: both;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

#fees-table .row {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

#fees-table .row:last-child {
    border-bottom: 0;
}

#fees-table .row .fee-name {
    font-weight: 500;
    display: block;
}

#fees-table .row .price {
    display: block;
    margin-bottom: 5px;
}

#fees-table .row .price span {
    font-weight: 500;
    padding: 2px 5px;
}

#fees-table .row .price span.blue, #color-keys .key.blue .swatch {
    background: #6080a0;
    color: #fff;
    font-weight: 300;
}
#fees-table .row .price span.teal, #color-keys .key.teal .swatch {
    background: #60a09f;
    color: #fff;
    font-weight: 300;
}
#fees-table .row .price span.purple, #color-keys .key.purple .swatch {
    background: #9660a0;
    color: #fff;
    font-weight: 300;
}
#fees-table .row .price span.green, #color-keys .key.green .swatch {
    background: #92a060;
    color: #fff;
    font-weight: 300;
}
#fees-table .row .price span.brown, #color-keys .key.brown .swatch {
    background: #a06c60;
    color: #fff;
    font-weight: 300;
}

/* Most Wanted */
ul#most-wanted {
    margin:0;
    padding:0;
    text-align: center;
}

ul#most-wanted li {
    margin-bottom: 20px;
    list-style: none;
    vertical-align: top;
}

ul#most-wanted li .wrap {
    padding: 15px;
}

ul#most-wanted li .wrap h3 a {
    font-size: 30px;
}

ul#most-wanted li .wrap img {
    max-width: 100%;
    max-height: 300px;
    border: 6px solid #fff;
    box-shadow: 0 0 1px #999;
}

ul#most-wanted li .wrap p {
    min-height: 100px;
}

ul#most-wanted-photos {
    margin:0;
    padding:0;
}

ul#most-wanted-photos li {
    display: inline-block;
    list-style: none;
    float:left;
}

ul#most-wanted-photos li img {
    max-height: 350px;
}

ul#most-wanted-info {
    clear: both;
    float: left;
    margin: 25px 0 0 0;
    padding: 0;
    width: 100%;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

ul#most-wanted-info li {
    list-style: none;
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    line-height: 28px;
    width: 100%;
    padding: 10px 0;
}

ul#most-wanted-info li:last-child {
    border: 0;
}

ul#most-wanted-info li span {
    clear: both;
    font-weight: 500;
}

ul#most-wanted-info li p {
    margin:0;
}

#additional-info {
    padding-top: 50px;
    clear:both;
    float:left;
}

/* Crime Victim buttons */
#header .victim {
    position: absolute;
    top: 0;
    right: 0;
    background: #6080A0;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 100;
}

#header .victim a {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

@media (max-width: 330px){
    #header .victim a {
        font-size: 14px;
        line-height: 14px;
    }
}

#header .victim a:hover {
    color:#fff;
}


/* Online Citizen Reporting */
.osr-agreement {
    background: #335C85;
    color:#fff;
    text-align: center;
    border-radius: 5px;
}

.osr-agreement input[type="checkbox"]{
    position: relative;
    top: 2px;
}

.osr-agreement label {
    font-weight: normal;
    padding-left: 10px;
}

.osr-crimes h3 {
    clear:both;
    margin-top: 25px;
    float:left;
}

.osr-crimes p {
    clear:both;
}

.osr-btn a {
    color:#fff;
}

.osr-btn.disable {
    background: #ccc;
    cursor: default;
}

/* Video Gallery */
#video-gallery {
    list-style: none;
    padding:0;
}

#video-gallery .video .wrap {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 10px;
    min-height: 335px;
}

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

/* Video Gallery responsive video */
#video-gallery .video .embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

#video-gallery .video .embed  iframe,
#video-gallery .video .embed  object,
#video-gallery .video .embed  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gsc-result .gs-title {
    height: auto !important;
}