@charset "utf-8";
/* CSS Document */

@media print {
.noPrint {
    display:none;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.libraryMobileColRight	{
	display: none;
}

#header	{
	display: none;
}

.social-media-footer	{
	display: none;
}	

#footer	{
	display: none;
}

.red-footer-border-bar	{
	display: none;
}

.linkbox	{
	display: none;
}


.offscreen	{
	display: none;
}

#photoshow	{
	display: none !important;
}

table	{
	font-size: 14px;
}

td	{
	padding-left: .8em;
	padding-right: .8em;
}

.video-container	{
	display: none;
}

/*=================================================================== */
/*New accessible accordion styles*/
/*===================================================================*/

 .animated-expandmore__button {
	  width: 99%;
	  text-align: left;
	  height: 3.2em;
  }
 
 /*=================================================================== */
/*Hide things from Print view*/
/*===================================================================*/ 
 .print-hide {
	visibility:hidden;
	display:none;
	height:0px;
	width:0px;
	}

