/* CSS Document */
.breadcrumb .active {
	color: #ffaf02; /* orange-gold */
}
.aldot-bcrumb-area {
	position: absolute;
	top: 5em;
	left: 8em;
	z-index:  50;	
}

.biz-center-box {
	background-color:#eff4fc; 
	border: 3px solid #ffffff; 
	max-height: 450px;
	min-height: 350px;
}

.online-services-box {
	background-color:#eff4fc; 
	border: 3px solid #ffffff; 
	max-height: 300px;
	min-height: 300px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

#Specifications div.card ul li.list-group-item.list-group-item-action {
	border: none; 
}
/*	
#Specifications li.list-group-item-action:focus, #Specifications li.list-group-item-action:hover {
	background-color:#C4D5ED;
}
#Specifications li.list-group-item-action a:hover {
	color: #ffffff;
}
*/

.header-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}
.header-overlay::after {	
	background-color: rgba(16,35,144,0.77);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

/**************************  Executive Staff Page *********************/
 #execAdmins .card-body a {
	font-size: 16px;
	font-weight: 500;
}

#executiveStaff .card-container .card .front img {
		height: 272px;
		width: 200px;
}
#executiveStaff .card .footer h6 {
    margin: 10px 0  0;
}

/**************************  Public Involvement Page *********************/
#meetings td:nth-child(2)  {
    text-align: center;
}

#GenInfo ul li {
  margin-left: 15px;
  list-style-type: disc; 
}



/**************************  Additional Font Colors *********************/
.font-gold, .font-gold a {
	color: #ffaf02 !important;
}
.font-blue, .font-blue a {
	color: #4135FF !important;
}
.font-red {
    color: darkred;
}
.font-white {
	color: #ffffff;
}
.font-teal {
	color: teal;
}

/**************************  Regional Project Accordions  *********************/
/* Accordians */
#noRegion {
	background-color: #a6b980;
	color: #000000;
}
#wcRegion {
	background-color: #ffd580;	
	color: #000000;
}
#ecRegion {
	background-color: #ffc080;	
	color: #000000;
}
#swRegion {
	background-color: #f2876a;	
	color: #000000;
}
#seRegion {
	background-color: #80a6d4;	
	color: #000000;
}


/***********************  ORIGINAL Media Queries **********************************/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.aldot-bcrumb-area { 
		left: 0em;		
	}
	#executiveStaff .card-container .card .front img {		
		visibility: hidden;
	}	
	#executiveStaff .card .footer h6{
		padding-left: 3em;
		text-align: center;	
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.aldot-bcrumb-area { 
		top: 8.75em;	
		left: 2.75em;
	}
	
}
@media only screen and (min-width: 576px) and (max-width: 767px) { 
	.aldot-bcrumb-area {
		visibility: hidden;
		display: none;
	}
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xs-1 {
		margin-bottom: .25rem !important;
	}
	.mb-xs-2 {
		margin-bottom: .5rem !important;
	}
	.mb-xs-3 {
		margin-bottom: 1rem !important;
	}	
	.mb-xs-4 {
		margin-bottom: 1.5rem !important;
	}	
	.mb-xs-5 {
		margin-bottom: 3rem !important;
	}
}

@media only screen and (max-width: 575px)  { 
	.aldot-bcrumb-area {
		visibility: hidden;
		display: none;
	}
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xs-1 {
		margin-bottom: .25rem !important;
	}
	.mb-xs-2 {
		margin-bottom: .5rem !important;
	}
	.mb-xs-3 {
		margin-bottom: 1rem !important;
	}	
	.mb-xs-4 {
		margin-bottom: 1.5rem !important;
	}	
	.mb-xs-5 {
		margin-bottom: 3rem !important;
	}
}

.aldot-bcrumb-area nav > ol.breadcrumb {
	background-color: transparent;
	font-size: 18px;
}
.aldot-bcrumb-area nav > ol.breadcrumb .breadcrumb-item > a{
	color: #EEF3F6; /* lt grey */
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #6C757D; /* dk grey*/
} 

.aldot-smallSeal {	
	width: 25%;
	left: 3em;
	position: relative;
}

.about-btn-secondary  {
	color: #fff;
	/*background: #28408b;	
	border-color: #28408b;*/
	background: #8e8e8e;	
	border-color: #8e8e8e;
}
.about-btn-secondary:hover  {
	color: #fff;	
	background: #8e8e8e;
	border-color: #8e8e8e;
}
.about-btn-secondary:not(:disabled):not(.disabled).active, .about-btn-secondary:not(:disabled):not(.disabled):active, .show>.about-btn-secondary.dropdown-toggle {
	color:#fff;
	background: #8e8e8e;
	border-color: #8e8e8e;
}
.about-img-thumbnail {
	width: 20%;
}

h6.widget-title{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	color: #ffffff;
	margin-top: 10px;
	text-transform: uppercase;
}
ul.useful-links li {	
	padding: 5px;		
}

.main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
	color: #ffaf02;
}

.explore-filter {
	list-style: none;
	margin-bottom: 75px;
	margin-top: -50px;
}
.explore-filter li {
	display: inline-block;
    width: 40px;
    height: 38px;		
	background-color:#6c757d;  
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.explore-filter li a {
	font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7px;
}
.explore-filter li.active, .explore-filter li:hover, .explore-filter li:focus {	
	background-color: #ffaf02;
}
#exploreLeft.table-hover tbody tr a:hover, #exploreRight.table-hover tbody tr a:hover  {
	color: #ffaf02;
}

.sitemap-filter {
	list-style: none;
	margin-bottom: 75px;
	margin-top: -50px;
}
.sitemap-filter li {
	display: inline-block;
    width: 40px;
    height: 38px;		
	background-color:#6c757d;  
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sitemap-filter li a {
	font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7px;
}
.sitemap-filter li.active, .sitemap-filter li:hover, .sitemap-filter li:focus {	
	background-color: #ffaf02;
}

cite {
	font-size: 12px;
}

.footer-area .address, .footer-area .address h6{
	color: #ffffff;
}
.footer-area .address a.directions { 
	color:#ffaf02;
}
.footer-area .address a.directions:hover { 
	text-decoration: underline;	
}

.Dark-Box-Area  {
/*	background-color:#eff4fc; 
	border: 3px solid #ffffff;*/ 
	background-color:#ffffff; 
	border: 3px solid #eff4fc; 
	max-height: 410px;
	min-height: 410px;
	margin: 0;
	padding: 0;
}
.Dark-Box-heading {
	background-color:#5E5E5E; 
	color: #fCfCfC !important;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.Dark-Box-heading h5 {
		color: #fCfCfC !important;

}
/*.cardBox {
	width: 22rem !important; 
	height: 38rem !important;
	font-size: 1em;
}
.cardBox a:focus, .cardBox a:active, .cardBox a:hover {
	-webkit-transition-duration: 500ms;
	outline: 0 solid transparent;
	color: #ffaf02 !important;
}*/
@media only screen and (min-width: 1471px) and (max-width: 1660px) {
	.cardBox {
	width: 18rem !important; 
	height: 38rem !important;
}
}
@media only screen and (min-width: 1171px) and (max-width: 1470px) {
	.cardBox {
	width: 16rem !important; 
	height: 39rem !important;
}
}
