/* CSS Document for entire site */

/*BEGIN HEADER */

/* ASSET Required Sliver Styling */

.sliver-ul {
	margin: 0;
	text-indent: 0;
	padding: 0;
	width: 100%;
}
.sliver-container {
	background: rgb(68, 68, 68);
	width: 100%;
	line-height: 200%;
	overflow: auto;
	background-image: linear-gradient(bottom, rgb(35,35,35) 0%, rgb(68,68,68) 62%);
	background-image: -o-linear-gradient(bottom, rgb(35,35,35) 0%, rgb(68,68,68) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(35,35,35) 0%, rgb(68,68,68) 62%);
	background-image: -webkit-linear-gradient(bottom, rgb(35,35,35) 0%, rgb(68,68,68) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(35,35,35) 0%, rgb(68,68,68) 62%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(35,35,35)),  color-stop(0.62, rgb(68,68,68))  );
}
.sliver-logo {
	width: auto;
	vertical-align: middle;
	margin-left: 15px;
}
.sliver-img {
	width: auto;
	vertical-align: middle;
	opacity: 0.6;
}
.sliver-container a {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 90%;
	padding: 4px;
	color: #c4ced8 !important;
	text-decoration: none;
}
.sliver-container a img {
	border: 0;
}
.sliver-li-left {
	margin: 0 15px 0 10px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
.sliver-li-right {
	margin: 0 15px 0 10px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: right;
}
.sliver-container span.ext {
	display: none
}
/* END Sliver Styling */

.skiplink {
	list-style-type: none;
	position: absolute;
	left: -10000px; /* links positioned off the page so they aren't visible to regular browsers */
	top: auto;
	margin: 0;
	padding: 0;
}
.skiplink li {
	display: inline;
	margin: 0;
	padding: 0;
}
/* Add IE 6 Alert */

.oldBrowser {
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #D90000;
	font-size: 1em;
	width: 100%;
}
/* alert - default code is found in essentials.css file */

/* this code applies to callout boxes */
.alert {
	margin: 0;
 padding-top, padding-bottom:5px;
}

/* this code applies to dynamic alerts displayed across the top of the site */

.alert-dynamic a { /* this code applies to dynamic alerts displayed across the top of the site */
	color:#333;

}

.alert-dynamic p {
	padding:5px;
}

/* end alerts */

#topBar, #topNav {
	background-color: transparent; /* allows background image to show through */
}
#wrapper {
	background-image: url(/assets/images/bg-page-splash-smaller.png) !important;
	background-position: right top;
	background-repeat: no-repeat;
}


/* styles for new (red) logo/header */

.logo {
	float: left;
	margin:1em;
	padding:0;
}

h1.title {
	font-family: 'Abel', sans-serif;
	margin: 19px 0 0 0; /* top, right, bottom, left */
	padding: 0;
  font-size: 1.5em;
  letter-spacing: 0.015em;
  word-spacing: .05em;
  font-weight: 600;
}

h1.motto {
	font-family: 'Fira Sans', sans-serif;
  color: #790306;
  margin: -1.8em 0 0 0;
  padding: 0;
  font-size: .87em;
  letter-spacing: .008em;
  font-weight: 800;
  font-style: oblique;
}

@-moz-document url-prefix() {
  /* Fire fox fix */
  h1.title {
    font-weight: normal;
  }

  h1.motto {
     font-weight: normal;
  }
}

h1.title-mobile {
	font-family: 'Abel', sans-serif;
	font-size:1.50em;
	margin:0 0 0.5em 0; /* top, right, bottom, left */
	padding:0;
	line-height:100%;
	clear:left;

}

/* end logo/header styles */




/* default h1 code is found in essentials.css file */
h1 {
	font-size: 3em;
	line-height: 44px;
	margin: 0;
	padding: 10px 0 0 0; /* top, right, bottom, left */
}
h5 {
	font-size: 1.1em;
	letter-spacing: normal;
	line-height: 20px;
	margin: 0 0 14px 0;
}
h6 {
	font-size: 1em;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}


.a-z-menu { /* centers the a-z dropdown list */
	text-align: center;
	margin: 0 auto;
}
.a-z-list ul {
	width: 100%;
}
.a-z-list li {
	display: inline-block;
}
/*Restrict the size of the search box container */

.searchBoxContainer {
	width: 360px;
	max-width: 90%;
	position: relative;
	background: rgba(0,0,0,0.0);
	float: right;
	margin-top: 5px;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	background-color: #727272 !important;
	background-image: url("https://www.google.com/uds/css/v2/search_box_icon.png") !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	border-color: #fff !important;
	filter: none !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	line-height: 1em !important;
}
input.gsc-input {
	height: 20px !important;
}
.gcsc-branding-img-noclear, .sc-branding-img {
	display: none !important;
}

/* Forces hamburger menu resize using JavaScript */

#topNav .btn-mobile {
	height: 30px;
	padding: 3px 10px;
	margin-top: 10px;
}
/* begin h2 - default code found in layout.css file */
.page-title h2 {
	margin: 0 0 5px; /* top, r-l, bottom */
	padding-bottom: 0;
	line-height: 1em;
}
.breadcrumb {
	padding-top: 5px;
}
.breadcrumb li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.breadcrumb span.slash-divider:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
/* Default hidden class */



.page-title header {
	padding-bottom: 1em;
}
/* END HEADER */

/* BEGIN SITE'S HOME PAGE */

/* slider text and background colors is found in layout.css */

.a-z h4, .popular h4 {
	margin-left: 10px;
	margin-top: 10px;
	font-weight: 500; /* 400 is normal */
}
/* Styling for the audience/topic dropdown */


.dropdown-selections h4 {
	margin-left: 10px;
	margin-top: 20px;
	font-weight: 500; /* 400 is normal */
}
.dropdown-selections {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.find {
	margin-left: 0;
	padding-left: 0;
}
.dropdown-selections .btn {
	min-width: 300px;
	margin-top: 15px;
	text-align: left;
}
.caret-custom {
	float: right;
	margin-top: 10px;
}


/*END  audience/topic dropdown */

/* this is for making required asterisk red for forms */
.azdhs-required{ color:#B92928 !important; }
/*END*/

/*Director's Blog Styling */

.blog {
	padding-top: 5px;
	border-bottom: solid 1px #ccc;/*box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);*/

}
#blogTitle {
	font-weight: bold;
}
.current {
	background-image: url('/assets/images/director.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 225px;
	padding-bottom: 10px;
}
.current {
	padding-top: 15px; /* only affects the text */
	min-height: 280px;
}
.recent {
	padding-top: 30px; /* only affects the text */
}
.recent h5 {
	font-size: 1.25em;
}
#links a {
	font-size: 1em;
	margin-bottom: 5em;
	line-height: 1em;
}
#links p {
	margin-bottom: 10px;
}
#blogDescription {
	margin: 0;
	padding: 0;
}
.more {
	float: right;
	clear: left;
	margin: 0;
	padding: 7px 0 0 0;
}

.director-twitter{transition: opacity 0.5s ease; margin-right:10px;}
.director-twitter:hover{opacity:0.5;}
/* end blog styles */

/* Social Feed Style */

.social-feed-container {
	display: normal;
	height: 298px;
	overflow: auto;
}
.section-thumb img {
	width: 100px;
}
section, .intro, .stripe {
	display: block;
	padding: 20px 0px;
}
.intro {
	font-weight: 100;
	background-image: radial-gradient(ellipse farthest-side at 100% 100%, #85D8CE 10%, #085078 120%);
}
.intro .controls {
	margin: 20px 0px 0px 0px;
}
.stripe {
	font-weight: 100;
	background-color: #444;
}
/*Markup elements*/
section.intro h1, .intro h1, .intro.stripe h1 {
	font-family: "Indie Flower", cursive;
	font-size: 70px;
	font-weight: 100;
}
section.intro p, .intro p, .intro.stripe p {
	font-size: 20px;
}
section.intro i, .intro i, .intro.stripe i {
	font-weight: 200;
}
section.intro hr, .intro hr, .intro.stripe hr {
	opacity: 0.2;
	background-color: #fff;
	border-color: #fff;
	border-bottom: none;
}
.media-body {
	cursor: pointer;
}
/* End Social Feed */


/* begin styling for carousel */

.carousels {
	margin-top: 30px;
}
.owl-carousel .owl-item div {
	text-align: left;
}
.charcoal {
	background-color: #777777;
}
.blue {
	background-color: #0053A1;
}

.red {
	background-color: #B92928;

}
.charcoal, .blue, .red {
	height: 120px; /* background image are 120H */
	padding: 15px;
	line-height: 1.1em;
	margin-right: 10px;
	margin-left: 10px;
}
.owl-carousel img {
	padding-right: 5px;
}
.divider-custom-dotted-white {
	margin: 5px 0; /* top+bottom, right+left */
	border-top: dotted 1px white;
}
.owl-carousel a {
	color: white;
	text-decoration: none;
}
.owl-carousel a:hover {
	color: #CCC;
}
.owl-carousel .small {
	font-size: 90%;
}
/* end styling for carousel */

.a-z, .popular, .dropdown-selections, .aud {
	background-color: #f2f2f2;
}
.a-z {
	border-top: solid 1px #ccc;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.a-z-wrapper {
	text-align: center;
}
.a-z-content h4 {
	margin-left: 2em;
}
.a-z-content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.popular {
	padding-bottom: 20px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.popular ul {
	list-style-type: none;
}
.popular .nav > li > a {
	padding-top: 5px;
	padding-bottom: 0;
}
/* END HOME PAGE */

/* BEGIN CONTENT SECTION */

@-moz-document url-prefix() { /* hack to fix responsive tables in Firefox */
  fieldset { display: table-cell; }
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.alert {
	margin-bottom: 1em;
}
.fa-exclamation-triangle {
	margin-left: .50em;
	font-size: 2em !important;
	color: #B7282B;
}
.glyphicon-bullhorn {
	margin-left: .50em;
	font-size: 2em;
}
.backtop {
	display: none;
}
.content { /* adds space above every page's content wrapper div */
	padding-top: 2em;
}
.top-buffer { /* adds space above row divs */
	margin-top: 2em;
}
h5 { /* 400 weight is default bold */
	font-weight: bold;
	color: #666;
}
.pull-right {
 margin-left: 1.5em !important;
}
.pull-left {
  margin-right: 1.5em !important;
}
.img-border {
	border: 1px solid #ccc;
}
.box-content.thumbnail h3 span {
	padding-bottom: 10px;
}
.box-content.thumbnail span.custom-feature1 {
	background-color: #B92928;
	padding-bottom: 10px;
}
.box-content.thumbnail p.custom-feature1 {
	border-bottom: none;
	height: 65px;
}

.img-vital {
	margin-bottom: 10px;
	padding-right: 0px;
}

legend {
	font-size: 1em;
}
caption { /* 400 weight is default bold */
	font-weight: bold;
	text-align: center;
	color: #666;
}
blockquote {
	font-size: 1em;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

img.pull-left {
  margin-right: 1.5em !important;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.col-centered { /* centers a single column when the math won't let you use the offset class */
    float: none;
    margin: 0 auto;
}

/* use a div with Bootstrap's "well" class to apply a background color to a column or panel, this div is placed inside the parent's div */
/* the second class for the div set's the background color */

.well-gray {
	background-color: #F2F2F2;
}

.well-green{
	background-color:#79AD38;
	color:#fff;
}

.well-green a{
	color:#fff;
}

.well-green h5{
	color:#fff;
}

.well-yellow { /* used for highlight boxes */
	background-color: #ffffcc;
}
.well-right {
	float: right;
	margin-left: 1.5em;
}
.well-left {
	float: left;
	margin-right: 1.5em;
}
.faux-button { /* for links that look like buttons (since real buttons are form elements) */
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #F2F2F2;
}
.agency-blue {/* to apply the site's blue to Bootstrap buttons */
	color: white;
	background-color: #B92928;
}
.agency-blue:hover, .agency-blue:visited {
	border-color: #B92928;
	color: #333;
	background-color: #F2F2F2;
}
/* the code below modifies the fancybox.css style sheet */

.help-block {
	font-size: 0.75em;
}
.fancybox-close {
	background-color: #B92928;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.img-responsive-sm {
	max-width: 45% !important;
}
/* IMAGES RESPONSIVE HOVER */
.img-md-center{
	margin: 0px auto;
	width: 100%;
	max-width: 250px;

	transition: all 0.25s ease-out;
	-webkit-ransition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
}

.img-md-center:hover{
	transform: scale(1.015);
	-webkit-ransform: scale(1.015);
	-moz-transform: scale(1.015);

	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
/* end fancybox.css modifications */

/* for timeline bottom */

.timeline-margin {
	margin-bottom: 10px;
}

.timeline-un-center-title, .timeline-un-center-title a{
	float: none !important;
	font-weight: 700 !important;
}
/* end timeline modification */

/*/Custom Data Tables made from list elements/*/
.adhs-data-table-4-column-list>li {
	display: inline-block;
	margin-right: -4px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #ddd;

}
.adhs-data-table-4-column-list {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.adhs-data-table-2-column-list>li {
	display: inline-block;
	margin-right: -4px;
	padding-right: 100px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #ddd;
}
.adhs-data-table-2-column-list {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.adhs-data-table-2-column-list li:last-child:nth-child(odd) {
	width: 100% !important;
}
/* Timeline Bottom Margin Spacing */
.timeline-margin {
	margin-bottom: 10px;
}
/* end timeline margin */

@media (min-width: 985px) {
	.adhs-data-table-4-column-list>li {
		width: 25%;
	}
	.adhs-data-table-2-column-list>li {
		width: 50%;
	}
}

@media (max-width: 984px) {
	.adhs-data-table-4-column-list>li {
		width: 50%;
	}
	.adhs-data-table-4-column-list li:last-child:nth-child(odd) {
		width: 100% !important;
	}
}

@media (max-width: 1117px) {
.adhs-data-table-2-column-list>li {
	width: 100%;
}
}
/*/End Custom Data Tables made from list elements/*/


/* END CONTENT SECTION */



/* BEGIN SIDE NAVIGATION */

/* active link in side nav - .activeLink is a custom class */

.activeLink {
	font-weight: bold;
}
/* extends the ul.side-nav ul li to hover background - essentials.css */

ul.side-nav ul li:hover {
	background: #F4F3F3;
}
/* begin side navigation button that only appears in mobile menu - sidenav-btn is custom class */

.sidenav-btn, .sidenav-btn:visited, .sidenav-btn:active, .sidenav-btn:focus {
	padding: .25em;
}
.sidenav-btn:hover {
	padding: .25em;
}
.contact {
	padding: 10px;
}

ul.side-nav ul li {
	padding:0;
	margin: 0 0 0 10px;
	border-bottom:rgba(0,0,0,0.05) 1px solid;
}

ul.side-nav li.list-toggle a.capturedLink {
  border-left: 3px solid rgba(0, 0, 0, 0.05);
}

ul.side-nav li.list-toggle a.capturedLink:hover {
  border-left: rgb(184,41,39) 3px solid;
}

ul.side-nav ul{ background-color:#fff !important;}

ul.side-nav > li.list-group-item.active {
    border-bottom: rgba(0,0,0,0.05) 1px solid;
}

ul.side-nav ul li a {
    padding: 3px 3px 3px 8px;
}

ul.side-nav li.list-toggle a.activeLink {
    border-left: 3px solid #B92928 !important;
}

.capturedSingle:hover{ color:#B92928 !important; }

/* END SIDE NAVIGATION */


/* BEGIN FOOTER */

#footer {
	padding-top: 5px;
}

img.hq {
	border: solid 1px #ccc;
	margin-top: 4px;
}

.fb {
	display: block;
	clear: left;
	padding-top: 10px;
	margin-bottom: 10px;
	border: none;
	overflow: hidden;
	width: 50px;
	height: 35px;
}

.disclaimer {
	line-height: 1.25em;
}

/* END FOOTER */


/* Begin Media Queries to target mobile devices. These should be the VERY LAST rules in the stylesheet */
/* Bootstrap's "xs" class targets all screens under 768px width, and its "sm" class targets all screens from 768px to 991px. */
/* The Bootstrap classes above are often inadequate to control the display of page content on different devices.*/
/* The media queries below are grouped into 2 main mobile device screen widths to address all mobile devices. */

@media screen and (max-width: 767px) {
	.logo {
		float:none;
		display:block;
		margin: 1em auto;
		padding:0;

	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari-Opera specific declarations here */
  h1.title {
    font-weight: normal;
  }

  h1.motto {
     font-weight: normal;
  }
}

/* Targets all phones in portrait orientation. */
@media screen and (max-width: 540px) {
.sliver-ul li {
	display: inline;
	font-size: 0.80em;
}
.sliver-logo {
	display: none;
}

.logo {
	float:none;
	display:block;
	margin: 1em auto;
	padding:0;

}


.searchBoxContainer {
	max-width: 85%;
	position: relative;
	background: rgba(0,0,0,0.0);
	float: left;
	padding-bottom: 5px;
}
#topBar, #topNav, section {
	background-color: #fff; /* prevents state seal background image from showing through */
}
.current {
	background-image: none;
	padding: 10px 0 0 10px;
}
.recent {
	display: none;
}
.lastpost {
	margin-bottom: 0;
	padding-bottom: 0;
}
.published {
	margin-top: 0;
	padding-top: 0;
}
.more {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}
.complaint-button {
	margin-left: 2em;
}
section.page-title {
	background-color: #f6f6f6; /* prevents background image from showing through */
}
.page-title h2 {
	font-size: 1.5em;
}
.a-z-wrapper, .a-z-menu .pagination {
	padding-left: 7px;
}
.connect {
	left: 110px;
}
.hidetitle { /* hides first portion of page title in phone view */
	display: none;
}
}


/* Targets phones in landscape orientation and tablets. */
@media screen and (min-width: 541px) and (max-width:800px) {
.sliver-logo {
	display: none;
}
.name {
	font-size: 1.25em;
}
.current {
	background-image: none;
	padding: 10px 0 0 10px;
}
.recent {
	display: none;
}
.lastpost {
	margin-bottom: 0;
	padding-bottom: 0;
}
.published {
	margin-top: 0;
	padding-top: 0;
}
.more {
	margin-bottom: 5px;
}
.a-z-wrapper, .a-z-menu .pagination {
	padding-left: 7px;
}


/* END MEDIA QUERIES */
