﻿/* put your shameful CSS here */

/*Transferred from Layout Shame*/
#bc_video{
	margin-top:20px
}

.pagelayoutWrapper{
	overflow:hidden;
}


#siteLinks .section-title {
	 font-weight: 600;
	font-size: 32px;
	 letter-spacing: -1.5px;
}


#siteLinks a.siteLinks-item:hover {
	color: #66C6FF !important;
}
#siteLinks a.siteLinks-item:visited {
	color: white !important;

}

#videoPlayer:has(iframe) {
	background: #eaeaea;
}

#videoPlayer .section-title {
		 font-weight: 600;
	font-size: 25px;
	 letter-spacing: -1.5px;
	 margin-top: 10px;


}
#videoPlayer .col-lg-5{
	padding-right:30px!important;
}






/*End Transferred from Layout Shame*/



.side-nav a {
	font-size: 2rem;
}
.side-nav .social .fas, .side-nav .social .fab, .side-nav .social .far, .side-nav .social .fal { 
	font-size: 2rem;
}

/*coronavirus updates web part - set tab buttons text to white*/
.magazine-section a.btn, a.btn:link, a.btn:visited {
    color: white;
}

/*coronavirus updates web part - set link button text to white*/
table#servicesTable a.btn.btn-info.btn-sm {
	color: white;
}

/***ADA Corrections***/

/*fix for quicklinks hover*/
.QL-item a:hover, .QL-item a {
color:#0277bd;
	}

.flickity-prev-next-button .flickity-button-icon {
	color: #0277bd;
}
	
#homeAnnouncements a,#homeAnnouncements a:visited {
	color: white;
	text-decoration:none;
}
/**Accordion "fix", Shows drop down for mobile  **/
@media screen and (max-width: 998px){
	#TopNavigationMenuV4 > div > div > ul > li > ul > li > ul{display:block !important}
	#TopNavigationMenuV4 > div > div > ul > li > ul > li > ul > li > a > span > span{font-weight:300 !important;}
}
