/*------------------------------------*\
  #MODS TO ACCOMMODATE ACCESSIBILITY
\*------------------------------------*/
/*!
* Banner 
*/
.cycle-4-wrapper .carousel-wrapper {
	background-color: rgba(0, 0, 0, 1.0);
}

/*!
* Services-1
*/
.services-1-wrapper .services {
	background-color: rgba(0, 0, 0, 1.0);
}


/*!
* Cards
*/
.cards-wrapper .cards .cards-headline {
	color: rgba(51, 64, 73, 1);
}

/*!
* Sup-info-1
*/
.sup-info-1-wrapper .sup-info-1-title {
	color: rgba(255, 255, 255, 1.0);
}

/*!
* Footer
*/
.footer-legal .br-xs {
	display: inline;
}

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/


/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
@media (min-width: 768px) {
	.footer-legal .br-xs {
		display: none;
	}
	
	.footer-legal a.sitemap-link {
		padding-left: 2em;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}