.fabsol-dark-blue {
    color: #003176;
  }
  
#mobileYoutubeLink {
	float: right; 
	display:none;
	
}

@media only screen and (max-width: 992px) {
	#mobileYoutubeLink {
		float: right; 
		display:block;
		
	}
}