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

.alert {
	margin: 0;
 padding-top, padding-bottom:5px;
}
#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;
}
.logo { /* this is the template's class for the link, not the image */
	float: left;
}
.adhs {  /* this is the custom class for the logo image, 92px wide by 68px height */
	margin-right: 20px;
}
/* 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;
}
/* .motto is a custom class */

.motto {
	margin: 0;
	padding: 0; /* top, right, bottom, left */
}
.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("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-color: #fff !important;
	filter: none;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	line-height: 1em;
}
input.gsc-input {
	height: 20px;
}
/* Font styling, etc */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/* 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;
}
/* 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 */

/*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 */
}
.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;
}
.charcoal, .blue {
	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;
}
.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: #004FA3;
	padding-bottom: 10px;
}
.box-content.thumbnail p.custom-feature1 {
	border-bottom: none;
	height: 65px;
}
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;
}
 
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: #004FA3;
}
.agency-blue:hover, .agency-blue:visited {
	border-color: #004FA3;
	color: #333;
	background-color: #F2F2F2;
}

.text-danger{color:#FF0000};

/* the code below modifies the fancybox.css style sheet */

.help-block {
	font-size: 0.75em;
}
.fancybox-close {
	background-color: #004FA3;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* end fancybox.css modifications */



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

@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(0, 79, 163) 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 #004FA3;
}

.capturedSingle:hover{ color:#004fa3 !important; }

	
/* END SIDE NAVIGATION */


/* BEGIN FOOTER */

#footer {
	padding-top: 5px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #ccc;
}
img.hq {
	border: solid 1px #ccc;
	margin-top: 4px;
}
.social-icons {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;/* to help position "Connect to ADHS link" */
}
.social-icons li {
	float: left;
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
}
.social-icons li a {
	padding: 5px 5px 0 5px;
}
.social-icons li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.fb {
	display: block;
	clear: left;
	padding-top: 10px;
	margin-bottom: 10px;
	border: none;
	overflow: hidden;
	width: 50px;
	height: 35px;
}
.connect {
	position: absolute;
	top: 55px;
	left: 80px;
	margin-right: 0;
	padding-right: 0;
}
.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. */


/* 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;
}
.name {
	display: none;
}
.motto {
	display: none;
}
.logo, .adhs {
	margin: 0;
	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 */
