/* 	----------------------------------------------------------------------------------------------
	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;
	text-shadow: 2px 2px 5px black;
	background-color: #344032;
}
.or-header .or-header-overlay { 
	background: #000000; 
	opacity: 0;
    filter: Alpha(opacity=50); /* For IE8 and earlier */
}
.or-header-title {
	background-color: inherit;
}

/* 	----------------------------------------------------------------------------------------------
	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;
}
.footer-logo{
	max-width: 171px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

/* 	----------------------------------------------------------------------------------------------
	GLOBAL / TOP 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; /*DARK 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; /*DARKEST GREY*/
}
.or-side-navigation a:hover, .or-side-navigation a:visited {
    color: #222222 !important; /*DARKEST GREY*/
    text-decoration: none !important;
}
.or-side-navigation ul .or-side-navigation-current > a {
    border-left: solid 3px #CC3300; /*ORANGE-RED*/
   	color: #222222; /*DARKEST GREY*/
    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: 24px;
	color: #222222 !important; /*DARKEST GREY*/
	margin-top: .7em;
	margin-bottom: .5em;
}
h2.upper {
	font-size: 16px !important;
	font-weight: bold !important;
	
	color: #222222 !important; /*DARKEST GREY*/
	margin-top: 1em;
	margin-bottom: .5em;
}
html .ms-WPBody h2, html .ms-TPBody h2 {
	font-size: 24px;}
h3 {
	font-size: 20px;
	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; /*ORANGE-RED*/
}
blockquote.small {
	margin-top: 5px; 
	margin-bottom: 5px;
}
.small {
	font-size: 95% !important;
}
/* 	----------------------------------------------------------------------------------------------
	MAIN CONTENT TEXT AND LINKS
	----------------------------------------------------------------------------------------------
*/
/* COL-4 ZONES Paragraph padding match the datatable padding */
div.col-md-4 p{
	padding-left: 5px;
}
/*Line-height for website override*/

body {
	line-height: 1.6;
}
/*---------------------------------------Main links----------------------------------------------*/
a
{
	color: #0369a0; /*BCD LINK BLUE*/
	background-color: inherit;
	}  
a:hover,a:focus
{
	color:#7c2500;	/*HOVER ORANGE*/
	text-decoration: underline;
	text-decoration-style: dotted;
}
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: dotted;
}
main a:visited,footer a:visited,.alert a:visited{
	color:#0369a0;	/*BCD LINK BLUE*/
}
main a:visited:hover,footer a:visited:hover,.alert a:visited:hover {
	color:#7c2500;	/*HOVER ORANGE*/
	text-decoration: underline;
	text-decoration-style: dotted;
}

/*Icons*/
.fa {
	margin-left: 5px;
	margin-right: 3px;
}

/* Hr override */
hr{
	border-bottom: #eeeeee .5px solid;
	margin-bottom: 5px;
	margin-top: 5px
}
/*Body Font-Family and font-size Override */
#pageStatusBar, .js-callout-body, .ms-core-defaultFont, .ms-status-msg, body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size:14px;
}

/*Default number and bullet lists*/

ul, ol {
	padding-left: 20px;
}
.indent {
	margin-left: 20px;
}
main img {
	max-width: 100%;
}
li{
	margin-bottom: 3px;
}
.fa-x-twitter{
    height: 28px;
    vertical-align: -0.145em;
    fill:#0369A0;
	color: #0369A0;
	stroke: #0369A0;
}
a:visited .fa-x-twitter{
	fill: #804180;
    color: #804180;
    stroke: #804180;
}

a:hover .fa-x-twitter{
	fill: #7c2500;
    color: #7c2500;
    stroke: #7c2500;
}

/*	-------------------------------------------------------------------------------------------------
	Fire Hardening Grant Program WebPage
	-------------------------------------------------------------------------------------------------
*/
.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 OVERRIDES
	----------------------------------------------------------------------------------------------
*/
/* Add hover effect to panel-heading, force override for multiline list items, make panel heading smaller */

.or-accordion-panel .panel-body {		/*Override accordion background color*/
	background: rgba(239, 239, 239, 0.18);
}

.panel.panel-default.or-accordion-panel h2 {
	margin: 0px !important;
}
.panel.panel-default.or-accordion-panel h3 {
	margin: 0px !important;
}
.panel.panel-default.or-accordion-panel h4 {
	margin: 0px !important;
}
.panel.panel-default.or-accordion-panel h5 {
	margin: 0px !important;
}
.panel.panel-default.or-accordion-panel h6 {
	margin: 0px !important;
}
.or-accordion-panel .panel-heading {
	padding: 5px !important;
}
.or-accordion-panel .btn-link:hover, .btn-link:focus, btn-link:active {
	text-decoration: none !important;
}
.or-accordion-panel .btn {
	white-space: wrap !important;
}
.or-accordion-heading-title p{
	font-size: 15px;
}
.or-accordion-panel .btn:hover {
	background: #e8e8e8;
}
#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-collapse::before {
	top: 4px;
	font-size: 30px;
	color: rgb(51,122,183,.5);
	font-weight: bold;
}
.contact-us-accordion {
	padding-top:25px;
}
/* 	----------------------------------------------------------------------------------------------
	TASKBOX OVERRIDES
	----------------------------------------------------------------------------------------------
*/
/* 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: #035987; 
	color: #ffffff !important;
}
.or-taskbox-title:hover, .or-taskbox-title:active, .or-taskbox-title:focus {
	background: #023855;
	text-decoration: none !important;
}
.or-taskbox h2{
	font-size: 20px !important;
}
a.or-taskbox-link {
	text-decoration: none !important;
}
.or-taskbox-image .or-taskbox-link::after {
	display: none;
}
.or-taskbox .list-group-item a:hover {
    background-color: #eee !important;
	}
.list-group-item {
	font-size: 14px;
}
/* 	----------------------------------------------------------------------------------------------
	CONTENT QUERY WEBPART OVERRIDES
	----------------------------------------------------------------------------------------------
*/
ul.dfwp-list {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: disc;
}
.dfwp-list .link-item a:link, .dfwp-list .link-item a:visited {
	color: #0379b9; /*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*/
}


/*Homepage taskbox override*/
div.or-taskbox.card.panel-default {
	margin-bottom:0px;
}
/* 	----------------------------------------------------------------------------------------------
	CALENDAR WEBPART OVERRIDES
	----------------------------------------------------------------------------------------------
*/
.or-calendar-month-view .or-calendar-event-link {
	overflow: unset;
	text-align: center;
	background: #ffffff;
	white-space: unset;
	color: #0379b9; /*BCD LINK BLUE*/                                                     
	contain: none !important;
	border: none;
	text-decoration: underline; 
}
.or-calendar-list-view .or-calendar-event-link {
	background: #ffffff;
	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 !important; /*DARK BCD BLUE*/
  	border: solid #004460 1px !important; /*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: #035987; /**/
  	text-decoration: none !important;
	margin-top: .2em;
	margin-bottom: .2em;
	border-radius: 5px;
}
.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 {
border: none !important;
	box-shadow: 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;
}
img.ms-rteImage-Thumbnail {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/* 	----------------------------------------------------------------------------------------------
	TABLES
	----------------------------------------------------------------------------------------------
*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
line-height: 1.6;
}
.table a:visited {
	color: #0369a0; /*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: 25%;
	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: 20%;
}
#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 OUTLINE AND CARDS
	----------------------------------------------------------------------------------------------
*/

.news-outline {
	border: 2px solid #eee;
  	border-radius: 4px;
	display: block;
	padding: 10px;
	text-decoration: none !important;
	margin: 2px 2px;	
}
.news-outline.danger{
	border: 3px solid #dc4848; 
}

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-half {
	width: 50% !important;
}
@media(max-width: 768px) {
.news-card-half {
width: 100% !important;
}
}
.news-card-title {
  margin: 0 0 1rem 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1.5px solid #CCE7F4;
  padding-bottom: 5px;
}
.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-plain {
	border: 2px #eee solid !important;
	box-shadow: none;
}
.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;
}
.btn-news-card.reverse {
	background: #ffffff;
    color: #006699 !important;
    border-radius: 4px;

 }
 .btn-news-card.reverse:hover, .btn-news-card.reverse:focus, .btn-news-card.reverse:active  {
	background: #006699;
    color: #ffffff !important;
    text-decoration: none !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);
}


/* ---------------*/



@media(max-width:768px){
.logo-no-display {
	display: none !important;
}
}

dt {
	margin-bottom: 5px; 
	font-size: 14px;
}
dd {
	margin-left: 25px;
	margin-bottom: 10px;
}


/*----------------------------------------------------------------------------------------------------------------------
CARDS                             */
.home-card-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-card {
  background: #ffffff;
  border-radius: 10px;
  display: inline-block;
  height: 210px;
  margin: 1rem;
  position: relative;
  width: 210px;
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.home-card-image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
  text-align: center;
}
.home-card-image img {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  object-fit: cover;
}
.home-card-title {
  text-align: center;
  color: #1368A1;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  margin-top: -80px;
  height: 40px;
  padding: 10px;
}
.home-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  text-decoration: none !important;
}

.bcd-box-style-1 {
  margin: 5px;
  border-radius: 0.8rem;
  padding: 15px;
  background: #ffffff;
  border: 2px #eee solid;
}

.bcd-box-style-2 {
  border-radius: 0.8rem;
  margin: 5px;
  padding: 15px;
  background: #035987; 
  color: white !important;
  
}
.bcd-box-style-2 a, .bcd-box-style-2 a:visited{
	color: #ffffff;
}
.bcd-box-style-2 a:hover, .bcd-box-style-2 a:focus {
	color: #ffffff !important;
}
.bcd-box-style-1 .box-title {
  margin: 0 0 1rem 0;
  font-size: 15px;
  color: #035987;
  letter-spacing: 0.5px;
  border-bottom: 1.5px solid #035987;
  padding-bottom: 5px;
  padding-left: 5px;
  }
.bcd-box-style-2 .box-title {
  margin: 0 0 1rem 0;
  font-size: 15px;
  color: #ffffff;
  border-bottom: 1.5px solid #ffffff;
  padding-bottom: 5px;
  padding-left: 5px;
}
.bcd-box-style-2 p {
	line-height: 1.4;
	}
.bcd-box-style-2 h2 {
	color: #ffffff !important;
	margin-bottom: 15px;
}
.box-btn h2{
	color: #ffffff !important;
}
.box-btn p{
	text-align: left !important;
}

.box-btn, .box-btn:visited {
  display: inline-block;
  background: #035987; /*BCD BLUE*/
  color: #ffffff !important; /*WHITE*/
  text-align: center;
  font-size: 14px;
  padding: 8px;
  text-decoration: none !important;
  border-radius: 10px;
  margin-right: 5px;
    }
.box-btn:hover, .box-btn:focus {
  background: #023855;
  color: #ffffff;
  text-decoration: none !important;
}
.box-btn:focus {
  outline-color: #023855;
  text-decoration: none !important;
}
.box-btn:active, .box-btn:active:focus, .box-btn:disabled {
  background: #023855;
  color: #ffffff;
  text-decoration: none !important;
}
.box-btn.sm {
  font-size: 13px;
  padding: 5px;
  border-radius:5px;
}
.box-btn.reverse {
	background: #ffffff !important; /*WHITE*/
  	color: #035987 !important; /*BCD BLUE*/
}
.box-btn.reverse:hover, .box.btn.reverse:focus {
	background: #035987 !important; /*WHITE*/
  	color: #ffffff !important; /*BCD BLUE*/
}

.box-btn.link {
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
.box-btn.link:hover, .box-btn.link:focus {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}


div.groupheader.item.medium {
	font-weight: bold;
}




.ms-rtestate-notify#div_6831077e-d195-4e50-b376-c080399d9d84 .ms-webpartzone-cell {
		margin: auto auto 8px;
}
.ms-rtestate-notify#div_15809974-7933-490b-93ea-62780becdd64 .ms-webpartzone-cell {
		margin: auto auto 8px;
}
.ms-rtestate-notify#div_5e81a36e-b527-4c4a-ae68-65a0e48e2bfd .ms-webpartzone-cell {
	margin: auto auto 30px;
}
.ms-rtestate-notify#div_84a412d0-e61a-48ad-92b8-44d944b5d816 .ms-webpartzone-cell {
	margin: auto auto 30px;
}
.table#g_d7cf6f59_40a7_485e_b234_9c4e5f60ba43 p {
	margin-bottom: 0px !important;
	}
	
/* 	----------------------------------------------------------------------------------------------
	TIMELINE
	----------------------------------------------------------------------------------------------
*/

.timeline{
	width:100%;
	background-color:#fff;
	color:#222222;
	padding:20px 10px;
	
}
.timeline ul{
	list-style-type:none;
	border-left:4px solid #094a68;
	padding:5px 5px;
}
.timeline ul li{
	padding:20px 20px;
	position:relative;
	cursor:pointer;
	transition:.5s;
	border-radius: 25px;
}
.timeline ul li .date{
	display:inline-block;
	border-radius:25px;
	padding:0px;
	font-size:22px;
	text-align:center;
	color: #222222;
	font-weight: bold;
}
.timeline ul li .content h3{
	color:#1b75b5 !important;
	font-size:17px;
	margin-top:15px;
	margin-bottom: 5px;
}
.timeline ul li .content h3:first-child{
	margin-top: 0px;
}
.timeline ul li .content p{
	margin-bottom: 0px;	
}

.timeline ul li:before{
	position:absolute;
	content:'';
	width:12px;
	height:12px;
	background-color:#34ace0;
	border-radius:50%;
	left:-13px;
	top:28px;
	transition:.5s;
}
.timeline ul li:hover{
    background-color: rgba(239,239,239,.8);
}
.timeline ul li:hover:before{
    background-color: #08DEF0;
    box-shadow: 0px 0px 10px 2px #48FFFC;
    -webkit-box-shadow: 0px 0px 10px 2px #48FFFC;
}
@media (max-width:300px){
	.timeline{
		width:100%;
		padding:30px 5px 30px 10px;
	}
	.timeline ul li .content h3{
		color:#2e9ac9;
		font-size:15px;
	}