﻿/* 	----------------------------------------------------------------------------------------------
	CUSTOM MARKUP STYLES
	----------------------------------------------------------------------------------------------
*/

/* adds paragraph option to markup styles dropdown */
p.ms-rteElement-Paragraph { }

/* adds horizontal line option to markup styles dropdown */
hr.ms-rteElement-HorizontalRule { }


/* 	----------------------------------------------------------------------------------------------
	SITE HEADER
	----------------------------------------------------------------------------------------------
*/
.or-header {
	background: url('../Images/bcd-banner.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #156080;
	text-shadow: 2px 2px 5px black;
}
.or-header .or-header-overlay { 
	background: #000000; 
	opacity: 0;
    filter: Alpha(opacity=50); /* For IE8 and earlier */
}

/* 	----------------------------------------------------------------------------------------------
	Division Logo (replaces state seal)
	----------------------------------------------------------------------------------------------
*/

.or-header-logo-wrapper{
	padding: 40px 20px 40px 0;
}

.or-header-logo{
	background: url(/bcd/sitecollectionimages/branding/bcd-logo-white.svg) no-repeat center;
	background-size: contain;
	-webkit-filter: drop-shadow(2px 2px 5px #000);
    filter: drop-shadow(2px 2px 5px #000);
	max-height: 85px;
}

.or-header{
	text-shadow: 2px 2px 5px black;
}

.footer-logo{
	max-width: 171px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}


/* 	----------------------------------------------------------------------------------------------
	NAVIGATION AND SEARCH
	----------------------------------------------------------------------------------------------
*/
/*NAVBAR BACKGROUND COLOR OVERRIDE*/
#skipToMain { 
	background-color: #156080 !important; /*BCD BLUE*/
}
.or-navbar { 
	background-color: #156080; /*BCD BLUE*/ 
}
.or-navbar-search-wrapper {
	background: #156080; /*BCD BLUE*/
}
.or-navbar-search-submit-button {
	background: #156080; /*BCD BLUE*/
}
.or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:focus { 
	background: #004460; /*DARKER BCD BLUE*/
}
/*NAVBAR IMG GRAYSCALE*/
.or-navbar-brand img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    filter: gray; /* IE6-9 */
}
/* OFF-CANVAS OVERRIDES */
@media screen and (max-width: 767px) { .navbar-offcanvas { background-color: #80a6af;} }



/* 	----------------------------------------------------------------------------------------------
	AGENCY-ALERT
	----------------------------------------------------------------------------------------------
*/
.alert-warning {
	color: #333 !important;
	background-color: #f8f8f8 !important;
}
.alert a, .alert a:visited{
	color: #34d !important;
}
#agencyWideAlert strong {
	vertical-align:	top !important;
}
span.material-icons.md-18.or-icon-ring-animation {
	vertical-align: top !important;
}


/* 	----------------------------------------------------------------------------------------------
	LEFT NAVIGATION STYLES
	----------------------------------------------------------------------------------------------
*/

html .or-side-navigation {
	margin: 0 0 0 0 !important;
}
.or-side-navigation a:link {
    color: #222222 !important; /*ALMOST BLACK*/
}
.or-side-navigation a:hover, .or-side-navigation a:visited {
    color: #222222 !important; /*ALMOST BLACK*/
    text-decoration: none !important;
}
.or-side-navigation ul .or-side-navigation-current > a {
    border-left: solid 3px #CC3300; /*ORANGE-RED*/
   	color: #222222; /*ALMOST BLACK*/
    font-weight: bold !important;
    background-color: #eeeeee;
}
li.or-side-navigation-parent {
	font-size: 14px;
	}
.or-side-navigation-parent .or-side-navigation-current > a {
	border-left: solid 3px #CC3300; /*ORANGE-RED*/
    color: #222222; /*ALMOST BLACK*/
    font-weight: bold !important;
	background-color: #eeeeee;
}
.or-side-navigation ul li a {
   	padding: 8px 15px; /* default 10px 15px */
}

/* 	----------------------------------------------------------------------------------------------
	HEADINGS & BLOCKQUOTES
	----------------------------------------------------------------------------------------------
*/
h1.or-page-title {
	color: #222222; /*DARKEST GREY*/
	margin-bottom: 1em;
}
h2 {
	font-size: 28px;
	color: #222222 !important; /*DARKEST GREY*/
	margin-top: .5em;
	margin-bottom: .5em;
}
.upper h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #222222 !important; /*DARKEST GREY*/
	margin-top: .5em;
	margin-bottom: .5em;
}
h3 {
	font-size: 22px;
	color: #222222 !important; /*DARKEST GREY*/
	margin-top: 1em;
	margin-bottom: .5em;	
}
h4 {
   	font-size: 18px;
	color: #222222 !important; /*DARKEST GREY*/
	margin-top: 1em;
	margin-bottom: .5em;
}
h5 {
   	font-size: 16px;
   	color: #222222 !important; /*DARKEST GREY*/
}
blockquote {
	font-size: 15px;
}
blockquote h4 {
	margin-top: .3em;
}
.text-danger {
	color: #cc3300 !important;
}

/* 	----------------------------------------------------------------------------------------------
	MAIN CONTENT TEXT AND LINKS
	----------------------------------------------------------------------------------------------
*/
/* COL-4 ZONES Paragraph padding match the datatable padding */
div.col-md-4 p{
	padding-left: 5px;
	
}

/* Hr override */
hr{
	border-bottom: #eeeeee .5px solid;
	margin-bottom: 5px;
	margin-top: 5px
}

/* Main font color*/
.main p {
	color: #222222; /*ALMOST BLACK*/
}
/* Main links */
a
{
	color: #0369A0; /*BCD LINK BLUE*/
}
a:hover,a:focus
{
	color:#7c2500;	/*HOVER ORANGE*/
	text-decoration: underline;
	text-decoration-style: solid;
}
main a,footer a,.alert a {
	color:#0369A0;	/*BCD LINK BLUE*/
}
main a:focus,footer a:focus,.alert a:focus,main a:hover,footer a:hover,.alert a:hover, .main a:active, .footer a:active, .alert a:active{
	color:#7c2500;	/*HOVER ORANGE*/
	text-decoration: underline;
	text-decoration-style: solid;
}
main a:visited,footer a:visited,.alert a:visited{
	color:#0369A0;	/*BCD LINK BLUE*/
}
ul, ol {
	padding-left: 20px;
}
.indent {
	margin-left: 20px;
}
main img {
	max-width: 100%;
}
/*
-------------------------------------------------------------------------------------------------
Fire Hardening Grant Program
-------------------------------------------------------------------------------------------------
*/
.grant-program {
	background: url('/bcd/PublishingImages/FACO-WP-243.jpg');
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: contrast(50%);
	}
.grant-program-text {
	color; #ffffff;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
/* 	----------------------------------------------------------------------------------------------
	LABEL OVERRIDES
	----------------------------------------------------------------------------------------------
*/
.label-danger {
	background-color: #d4423c !important;
	}

/* 	----------------------------------------------------------------------------------------------
	ACCORDION CONTENT
	----------------------------------------------------------------------------------------------
*/
/* Decrease h3 font-size, add hover effect to panel-heading, force override for multiline list items */
h2.panel-title {
	font-size: 22px !important;
	font-weight: bold !important;
	color: #005678 !important;
	}
h3.panel-title {
	font-size: 18px !important;
	color: #007aac !important;
}
.panel.panel-default.or-accordion-panel:hover {
	background: #c6c6c6;
}
.or-accordion-panel .panel-heading {
	padding: 10px !important;
}
.or-accordion-panel .btn-link:hover, .btn-link:focus, btn-link:active {
	text-decoration: none !important;
}
.or-accordion-panel p {
	font-size: 14px;
}
.or-accordion-panel li {
	font-size: 14px;
}
.or-accordion-panel .btn {
	white-space: wrap !important;
}

#accordion-ctl00_ctl40_g_be30e5aa_1ad8_4cd2_91a8_0c189e41bd8c_ctl01 h2.panel-title{
	font-size: 18px !important;
	color: #007aac !important;
	font-weight: normal !important;
} 
.or-accordion-heading-title p{
	font-size: 14px;
	margin-top: 8px;
}
/* 	----------------------------------------------------------------------------------------------
	TASKBOXES
	----------------------------------------------------------------------------------------------
*/
/* Title box background change and decrease h2 font-size, remove icon for image, add link item hover style and increase item font-size */
.or-taskbox-title {
	background-color: #005678;
	color: #ffffff !important;
}
.or-taskbox-title:hover {
	background: #004460;
}
.or-taskbox h2 {
	font-size: 22px !important;
}
h2.card-title.text-xs-center.text-center.or-taskbox-title:hover {
	text-decoration:none !important;
}

.or-taskbox-image .or-taskbox-link::after {
	display: none;
}
.or-taskbox .list-group-item a:hover {
    background-color: #eee !important;
	color: #006699 !important;
}
.list-group-item {
	font-size: 15px;
}
/* 	----------------------------------------------------------------------------------------------
	CONTENT QUERY WEBPART
	----------------------------------------------------------------------------------------------
*/
ul.dfwp-list {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: disc;
}
.item {
	padding: 0;
}
.dfwp-list .link-item a:link, .dfwp-list .link-item a:visited {
	color: #0369A0; /*BCD LINK BLUE*/
}
.dfwp-list .link-item a:hover, .dfwp-list .link-item a:focus, .dfwp-list .link-item a:active {
	color: #7c2500;	/*HOVER ORANGE*/
}
/* 	----------------------------------------------------------------------------------------------
	CALENDAR WEBPART
	----------------------------------------------------------------------------------------------
*/
.or-calendar-month-view .or-calendar-event-link {
	overflow: unset;
	text-align: center;
	background: none;
	white-space: unset;
	color: #006699; /*BCD LINK BLUE*/
	contain: none !important;
}
.or-calendar-list-view .or-calendar-event-link {
	background: none;
	color: #006699; /*BCD LINK BLUE*/
}
.or-calendar-list-view .or-calendar-day.or-calendar-today, .or-calendar-month-view .or-calendar-day.or-calendar-today {
	background: #f2f2f2; /*CALENDAR GREY*/
}
/* 	----------------------------------------------------------------------------------------------
	BUTTONS
	----------------------------------------------------------------------------------------------
*/

button.btn.btn-primary {
	background: #024D6A;
	border-color: #024D6A;
	color: #ffffff !important;
}
button.btn.btn-primary:hover {
	background: #012E3F;
	border-color: #012E3F;
}
.btn-lg {
	font-size: 18px !important;
	padding: 12px !important;
}

/*Landing page box style button btn1*/
.btn1 {
  	display: inline-block;
  	border: solid #156080 1px; /*BCD BLUE*/
  	background-color: #156080; /*BCD BLUE*/
  	color: #ffffff !important; /*WHITE*/
	text-align: center;
  	font-size: 18px;
  	padding: 10px;
  	text-decoration: none !important;
  	border-radius: 4px;
}
.btn1:hover, .btn1:active, .btn1:focus {
  	background: #004460; /*DARK BCD BLUE*/
  	border: solid #004460 1px; /*DARK BCD BLUE*/
  	text-decoration: none !important;
  	color: #ffffff !important;
  	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn2 {
  	display: inline-block;
	border: solid #00517A 1px; /*BCD BLUE*/
	border-radius: 4px;  	
	color: #004460 !important; /*DARK BCD BLUE*/
 	font-size: 17px;
 	text-align: center;
  	padding: 10px;
  	background: #ffffff; 
  	text-decoration: none !important;
	margin-top: .5em;	
	margin-bottom: .2em;
}
.btn2:hover, .btn2:active, .btn2:focus {
  	border: solid #004460 1px; /*DARK BCD BLUE*/
	background: #004460 !important; /*DARK BCD BLUE*/
	text-decoration: none !important;
	color:  #ffffff !important;	/*WHITE*/
}
.btn3 {
  	display: inline-block;
   	color: #ffffff !important; /*WHITE*/
  	font-size: 18px;
  	text-align: center;
  	padding: 7px;
 	background: #156080; /**/
  	text-decoration: none !important;
	margin-top: .2em;
	margin-bottom: .2em;
	border-radius: 3px;
}
.btn3:hover, .btn3:active, .btn3:focus {
  	background:#004460; /**/
  	text-decoration: none !important;
	color:  #ffffff !important;	/*WHITE*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn8 {
  	display: inline-block;
  	color: #ffffff !important; /*WHITE*/
  	font-size: 14px;
  	font-weight: 600;
  	text-align: left;
  	padding: 8px;
 	background: #156080; /*ANALOGOUS BCD BLUE*/
  	text-decoration: none !important;
	margin-top: .2em;
	margin-bottom: .2em;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.orange8 {
	background: #993333 !important;
}
.orange8:hover {
	background: #663333 !important;
}
.btn8:hover, .btn8:active, .btn8:focus {
  	background: #004460; /*DARK BCD BLUE*/
  	text-decoration: none !important;
	color:  #ffffff !important;	/*WHITE*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn4 {
  	border-radius: 4px;
	display: inline-block;
	padding: 8px;
	text-decoration: none !important;
	margin-top: .2em;
	margin-bottom: .2em;
	font-size: 15px;
	font-weight: bold;
	color:#006699 !important;	/*BCD LINK BLUE*/
	background:	#ffffff; /*WHITE*/
	text-align: left;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.btn4:hover, .btn4:active, .btn4:focus {
  	text-decoration: none !important;
	color: #006699 !important; /*BCD LINK BLUE*/
	font-weight: bold;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn5	{
	border: 1px solid #a9a9a9; 
	border-radius: 4px;
	display: inline-block;
	padding: 5px;
	background: #ffffff;
	margin: 10px 5px 5px 0px;
}
.btn6	{
	background-color: #092D3D; /* DARK BLUE*/
	border: 1px solid #092D3D;
	border-radius: 4px;
	color: #ffffff !important;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
}
.btn6:hover, .btn6:active, .btn6:focus {
	background-color: #ffffff; 
	color:#662A10 !important;
	text-decoration: none !important;
}
.btn9 {
  	border-radius: 4px;
	display: inline-block;
	padding: 8px;
	text-decoration: none !important;
	margin-top: .2em;
	margin-bottom: .2em;
	font-size: 16px;
	color:#006699 !important;	/*BCD LINK BLUE*/
	background:	#ffffff; /*WHITE*/
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
.btn9:hover, .btn9:active, .btn9:focus {
	text-decoration: none !important;
	color: #006699 !important; /*BCD LINK BLUE*/
	font-weight: bold;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-code {
	display: inline-block;
	padding: 10px 5px;
	text-decoration: none !important;
	margin: 2px 2px;
	font-size: 15px;
	color: #156080 !important; /*BCD BLUE*/
	background: #ffffff; /*WHITE*/
	text-align: center;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
 	text-align: left;
	min-height: 40px;
}
.btn-code i {
float: right;
padding: 5px;
}
.btn-code:hover, .btn-code:active, .btn-code:focus {
	color: #0077b3 !important; /*BCD BLUE*/
	text-decoration: none !important;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25), 0 2px 5px rgba(0,0,0,0.22);
}
.btn7 {
  	border: 2px solid #ffffff; /*WHITE*/
  	display: inline-block;
	  padding: 7px;
	  text-decoration: none !important;
	  margin-top: 3px;
	  margin-bottom: 3px;
	  font-size: 15px;
	  color: #FFFFFF !important;	/*WHITE*/
	  background:	#104C66; /*BCD BLUE*/
	  text-align: center;
}
.btn7:hover, .btn7:active, .btn7:focus {
	border: 2px solid #eee; /*GREY*/
	text-decoration: none !important;
  	Background: #ffffff; /*WHITE*/
	color: #961919 !important; /*DARK RED*/
}

.btn-read-more {
	border: 1px solid #ffffff; /*WHITE*/
  	display: inline-block;
	  padding: 6px;
	  text-decoration: none !important;
	  margin-top: .2em;
	  margin-bottom: .2em;
	  font-size: 14px;
	  color: #FFFFFF !important;	/*WHITE*/
	  background: #993333; /*DARK ORANGE RED*/
	  text-align: center;
}
.btn-read-more:hover, .btn-read-more:active, .btn-read-more:focus {
	border: 1px solid #961919; /*DARK RED*/
	text-decoration: none !important;
  	Background: #ffffff; /*WHITE*/
	color: #993333 !important; /*DARK ORANGE RED*/ 
}
.btn-read-more-gray {
	border: 1px solid #121212; /*WHITE*/
  	display: inline-block;
	  padding: 6px;
	  text-decoration: none !important;
	  margin-top: .2em;
	  margin-bottom: .2em;
	  font-size: 14px;
	  color: #121212 !important;	/*DARKGRAY*/
	  background: #ffffff; /*WHITE*/
	  text-align: center;
}
.btn-read-more-gray:hover, .btn-read-more-gray:active, .btn-read-more-gray:focus {
	border: 1px solid #ffffff; /*WHITE*/
	text-decoration: none !important;
  	Background: ##121212; /*WHITE*/
	color: #993333 !important; /*DARK ORANGE RED*/ 
}


.btn-news {
  	display: inline-block;
  	border: solid #993333 1px; /*RED*/
  	background-color: #993333; /*RED*/
  	color: #ffffff !important; /*WHITE*/
	text-align: center;
  	font-size: 16px;
  	padding: 10px;
  	text-decoration: none !important;
  	border-radius: 2px;
}
.btn-news:hover, .btn-news:active, .btn-news:focus {
  	background: #5B1E1E; /*DARK RED*/
  	border: solid #5B1E1E 1px; /*DARK RED*/
  	text-decoration: none !important;
  	color:  #ffffff !important;	/*WHITE*/
  	text-decoration: none !important;
}
.btn-training {
  	border: 2px solid #eee; /*GREY*/
  	border-radius: 2px;
	display: inline-block;
	padding:6px;
	text-decoration: none !important;
	margin-top: .2em;
	margin-bottom: .2em;
	font-size: 15px;
	color: #566f82 !important; /*TRAINING BLUE*/
	background:	#ffffff; /*WHITE*/
	text-align: center;
}
.btn-training:hover, .btn-training:active, .btn-training:focus {
	border: 2px solid #eee;
  	text-decoration: none !important;
	background: #eee; /*GREY*/
	color:  #566f82 !important;	/*WHITE*/

}
.box-code-adoption {
	display: inline-block;
	color: #006699 !important;
	background: #fff;
	border-radius: 2px;
  	padding: 10px;
   	margin: .5rem;
   	position: relative;
  	width: 100%;
  	font-size: 16px;
  	box-shadow: 0 1px 3px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.box-code-adoption i {
	padding-right: 10px !important;
}

.box-code-adoption:hover, .btn-code-adoption:active, .btn-code-adoption:focus {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	text-decoration: none !important;
	}

/* 	----------------------------------------------------------------------------------------------
	THUMBNAIL IMAGES
	----------------------------------------------------------------------------------------------
*/

img.ms-rteImage-Thumbnail:hover {
	box-shadow: 0 0 3px 2px rgba(2, 77, 106, 0.5);
}


/* 	----------------------------------------------------------------------------------------------
	TABLES
	----------------------------------------------------------------------------------------------
*/

.table a:visited {
	color: #006699; /*BCD LINK BLUE*/
}

.table a:hover, a:focus, a:active {
	color: #7c2500;	/*HOVER ORANGE*/
}

.table {
	padding-bottom: 10px;
	
}

.table th, table[class*="ms-rteTable-"] th {
	background: #ffffff;
	font-size: 14px;
	vertical-align: bottom;
}

div.col-md-4.col-sm-12 .table th, table[class*="ms-rteTable-"] th {
	background: #ffffff;
	font-size: 14px !important;
	font-weight: bold;	
	border-bottom: solid 2px #ddd !important;
}

div.col-md-4.col-sm-12 .table td, table[class*="ms-rteTable-"] td {
	border: none !important;
	margin-top: .2em;
}

.table td, table[class*="ms-rteTable-"] td {
	vertical-align: top;
}

div.col-md-4 .table th, table[class*="ms-rteTable-"] th {
	background: #ffffff;
	font-weight: normal;
	font-size: 1.7em;
	color: #333333;
	vertical-align: bottom;
	padding-top: 1em;
	padding-bottom: .01em;
	border: none !important;
}

div.col-md-4 .table td, table[class*="ms-rteTable-"] td {
	border: none !important;
	margin-top: .2em;
}

/* 	----------------------------------------------------------------------------------------------
	DATATABLES
	----------------------------------------------------------------------------------------------
*/

/*DataTables style override */

.or-dataTablesWebPart table.dataTable {
	font-family: Arial, Helvetica, sans-serif !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #ffffff !important;
	background-color: #1B81A5;
	border-color: #1B81A5;
}

div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label input {
	font-weight: bold;
	border: 1px solid #999999;
	border-radius: 4px;
	padding: 5px;
} 

/*  Data Tables CAML Query */ 

td.detail-control {
    background: url('../images/blue-plus.svg') no-repeat center center;
    cursor: pointer;
    width: 15px;
}
tr.shown td.detail-control {
    background: url('../images/red-minus.svg') no-repeat center center;
}

/* 	----------------------------------------------------------------------------------------------
	CONTINUING EDUCATION TABLE
	----------------------------------------------------------------------------------------------
*/

.pDetails {
    margin: 12px 0 12px 50px;
    width: 95%;
}

.pDetails th {
	padding: 5px 0;
}

.pDetails td {
	padding: 5px 0;
}

.dtFormat {
	vertical-align:middle !important;
}

.dtProvider {
	vertical-align:middle !important;
}

.dtInfo {
	vertical-align:middle !important;
}

.dtHours,
.dtType,
.dtProgram { 
	text-align: center;
}

/* 	----------------------------------------------------------------------------------------------
	LOCAL BUILDING DEPARTMENT DIRECTORY TABLE
	----------------------------------------------------------------------------------------------
*/

.pDetail { margin: 12px 0 12px 10px; }
.lbdd-or {
	margin: 5px 0 10px 100px;
	font-size: 14px;
}
.dtJuris {
	vertical-align:middle !important;
	font-weight: bold !important;
	padding-left: 5px !important;
}
.dtNotes	{
	vertical-align:middle !important;
}
.dtLocation	{
	vertical-align:middle !important;
	padding: 5px;
}
.dtPermits	{
	vertical-align:middle !important;
	padding: 5px 5px 5px 20px;
}
td.dtLocation	{ border-top: 1px solid #eee; }
td.dtPermits { border-top: 1px solid #eee; }
td.dtPermits ul { padding-top: 6px; }
.ms-WPBody { overflow: hidden; /* fixes overlapping margins */ }
.dtSelectLabel{
	width: 12%;
	float:left;
	text-align:left;
	margin-right:5px;
	margin-left:10px;
}
.dtSelect{	padding-bottom:10px; }

#programSelect{
	width:150px;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}
#typeSelect{
	width:150px;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}
.dtSelectLabel-service, .dtSelectLabel-lbdd {
	float:	 left;
	font-weight: bold;
	width: 100px;
}
#jurisSelect{
	width:150px;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 5px;
	cursor: pointer;
}
#countySelect{
	width:150px;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 5px;
	cursor: pointer;
}
#serviceSelect{
	width:150px;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}
#resultTable{
	width:100% !important; 	
}
#resultTable_length{
	float:right;
	margin-top: -20px; 
}

/* 	----------------------------------------------------------------------------------------------
	FINAL ORDERS TABLE
	----------------------------------------------------------------------------------------------
*/

#theOrderType{
	width:150px;
}

td.orderType{
text-align:left; 
}

td.orderCase{
width: 13%; 	 
text-align:left; 	 
}

td.orderArea{
text-align:left; 
width:10%;	 
}

td.orderViolation{
text-align:left; 
width:20%;	 
}

td.orderRelated{
text-align:left; 
width: 13%; 	 
}

.results{
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;  
}

/* 	----------------------------------------------------------------------------------------------
	NEWS UPDATES
	----------------------------------------------------------------------------------------------
*/

.news-outline {
	border: 2px solid #eee;
  	border-radius: 4px;
	display: block;
	padding: 10px;
	text-decoration: none !important;
	margin: 2px 2px;	
}
a.news-outline:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #eeeeee;
		
}
.news-outline2 {
	border-width: 5px 0px 5px 0px;
	border-style: solid;
	border-color: #eee;
	display: block;
	text-decoration: none !important;
	margin: 10px 10px 0px 0px;
	padding: 10px 0px 15px 0px;
}
.programs {
	border-left: 5px solid #eee;
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none !important;
}
/*NEWS CARD-----------------------------------*/
.news-card {
  display: inline-block;
  background: #ffffff;
  padding: 20px 15px 20px 15px;
  width: 260px;
  border-radius: 8px;
  box-shadow: 1px 4px 1.2rem rgba(0, 102, 153, 0.4);
  max-height: 300px;
  overflow: hidden;
  border-top: 15px solid #006699;
  margin: 10px 10px 10px 0px;
}
.news-card-block {
	width: 100% !important;
}
.news-card-title {
  margin: 0 0 1rem 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #333;
  border-bottom: 1px solid #CCE7F4;
}
.news-card p {
  margin: 0 0 20px 0;
  font-size: 13px;
}
.btn-news-card {
  background: #006699;
  padding: 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0px 5px 5px rgba(0, 102, 153, 0.5);
  transition: all .1s ease-in;
  text-decoration: none;
  margin: 0px 5px;
}
.btn-news-card:hover {
  background: #ffffff;
  color: #156080 !important;
  box-shadow: 0px 5px 5px rgba(21, 96, 128, 0.9);
}
.news-card-orange {
	border-top: 15px solid #993333 !important;
}
.news-card-orange .news-card-title{
	border-bottom: 1px solid #c65353;
}
.news-card-orange .btn-news-card {
	background: #993333 !important;
	color: #ffffff !important;
	box-shadow: 0px 5px 5px rgba(153, 51, 51, 0.5)!important;
}
.news-card-orange .btn-news-card:hover {
	background: #ffffff !important;
	color: #663333 !important;
	box-shadow: 0px 5px 5px rgba(102, 51, 51, 0.5)!important;
}

/*Horizontal News with Image*/
.news-hor {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 5px;
  max-width: 650px;
  width: 100%;
  background-color: #ffffff;
  color: black;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transition: boxshadow .3s;  
}
.news-hor h2{
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}
.news-hor img {
  width: 175px;
  float: left;
  position: relative;
  height: 100%;
  padding-right: 30px;
  z-index: 1;
}
.news-hor:hover{
   	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.news-hor figcaption {
  padding: 2%;
  background-color: #ffffff;
}
.news-hor a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.news-hor p {
	margin-bottom: 6px;
}
.news-hor .btn-news-card {
  background: #006699;
  position: absolute;
  padding: 5px;
  width: 100px;
  bottom: 8px;
  right: 16px;
  font-size: 14px;
  box-shadow: none;
  text-align: center;
}
.news-hor a .btn-news-card:hover {
  background: #2a8dd4;
  color: #ffffff !important;
  cursor: pointer !important;
}
@media(max-width: 768px) {
.news-hor {
  width: auto;
  text-align: center !important;
  }
.news-hor img {
  width: 200px;
  float: none !important;
  padding-right: 0px;
}

.news-hor h2 {
	text-align: center;
	font-size: 18px;
	font-size: bold;
}
.news-hor p {
	display: none;
}
.news-hor h2 {
	margin-bottom:40px;
}
}
.imagewithtext {
	position: relative;
	margin: 0 auto;
	background-color: #222222;
}
.imagewithtext img{
    vertical-align: middle; 
}
.imagewithtext .text-block {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #ffffff !important;
  width: 50%;
  padding: 20px;
  max-height: 100%;
}
.text-block h2 {
	color: #ffffff !important;
}
@media(max-width: 768px) {
.imagewithtext .text-block {
  
  width: 100%;
}

}
/* 	----------------------------------------------------------------------------------------------
	ADOPTED CODES ONLINE BOXES
	----------------------------------------------------------------------------------------------
*/
.code-program-box {
	border: 1px solid #eee;
	border-radius: 4px;
	display: block;
	position: relative;
	padding: 10px;
	text-decoration: none !important;
	margin: 10px 0px;
	overflow: auto;
}
.code-book-title {
	font-size: 16px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.btn-code-program {
  	border-radius: 4px;
  	display: inline-block;
	padding: 5px;
	text-decoration: none !important;
	text-align: left;
	margin: 1px;
	font-size: 15px;
	color: #ffffff !important;
	font-weight: bold;
	background: #006699;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
 }
.code-program-box ul {margin-top: 10px; margin-left: 20px;}
.btn-code-program i {float: right; padding: 4px; margin-left: 8px;}
.btn-code-program-group{text-align: right;padding:45px 0px 0px 0px}
.btn-code-program:hover, .btn-code-program:active, .btn-code-program:focus {
	text-decoration: none !important;
    background: #ffffff !important;
    color: #006699 !important;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* 	----------------------------------------------------------------------------------------------
	TIMELINE
	----------------------------------------------------------------------------------------------
*/
.code-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.code-timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: #006699;
  top: 0;
  bottom: 0;
  left: 0%;
  margin-left: -1px;
}
.code-timeline .date {
	padding: 5px 5px;
	position: relative;
  	background: inherit;
  	width:25%;
  	left: 0%;
	font-size: 15px;
	font-weight: bold;
	background: #006699;
	border-radius: 0px 20px 20px 0px;
	color: white;
	text-align: center;
	margin: 5px 0 5px 0;
}
.code-timeline-container {
  padding: 5px 5px;
  position: relative;
  background: inherit;
  left: 0%;
}
.code-timeline-container::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006699;
  border-radius: 16px;
  z-index: 1;
  left: -8px;
}
.current::after {
	background-color: #006699 !important;
	border: #006699 !important;
	}
.code-timeline-container::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    top: calc(50% - 1px);
    right: 8px;
    background: #006699;
    z-index: 1;
    left: 8px;
}
.code-timeline-container blockquote{
 	font-size: 12px !important;
  	margin: 5px 0 5px 45px !important;
  	border-left: 2px #eeeeee solid !important;
}
.code-timeline-container .code-content {
  padding: 5px 5px 5px 40px;
  border: 2px solid #eee;
  position: relative;
  font-size: 13px !important;
	min-height: 50px;
}
.code-timeline-container .code-content h2 {
  margin: 5px 0 5px 0;
  font-size: 15px;
  font-weight: bold;
}

@media(max-width:768px){
.logo-no-display {
	display: none !important;
}
}

dt {
	margin-bottom: 5px; 
	font-size: 15px;
}
dd {
	margin-left: 25px;
	margin-bottom: 10px;
}
/*50th anniversary CARD-----------------------------------*/
.anniversary-card {
  display: inline-block;
  background: #ffffff;
  padding: 20px 15px 20px 15px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 1px 4px 1.2rem rgba(187, 187, 188, 0.4);
  max-height: 300px;
  overflow: hidden;
  border-top: 15px solid #006699;
  margin-bottom: 25px; 
}
.anniversary-card-block {
	width: 100% !important;
}
.anniversary-card-title {
  margin: 0 0 1rem 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #333;
  border-bottom: 1px solid #CCE7F4;
}
.anniversary-card p {
  margin: 0 0 20px 0;
  font-size: 13px;
}
.btn-anniversary-card {
  background: #006699;
  padding: 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0px 5px 5px rgba(187, 187, 188, 0.5);
  transition: all .1s ease-in;
  text-decoration: none;
  margin: 0px 5px;
}
.btn-anniversary-card:hover {
  background: #ffffff;
  color: #156080 !important;
  box-shadow: 0px 5px 5px rgba(21, 96, 128, 0.9);
}
.img-anniversary {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #999999;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0px 5px 5px rgba(187, 187, 188, 0.5)
}