<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideshow-outer
{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 40px;
	position: relative;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.slideshow-controls
{
	border: 0 none;
	cursor: pointer;
	height: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 310px;
	width: auto;
	z-index: 2000;
}

.slideshow-slide
{
	text-align: center;
}


.pager 
{
	display: block;
	height: 35px;
	margin-right: 8px;
}
.pager a:link
{
	background: url("/~/media/Images/ans/ui/header/inactive-bullet.ashx") no-repeat scroll 5px 10px transparent;
	display: inline-block;
	height: 15px;
	padding: 10px 5px;
	width: 15px;
}
.pager a:hover
{

}
.pager a.activeSlide:link
{
	background: url("/~/media/Images/ans/ui/header/active-bullet-dark.ashx") no-repeat scroll 5px 10px transparent;
}
.pager a.activeSlide:hover
{

}

.inactivethumb 
{

	background-repeat: no-repeat;
        background-color: #325e79;

}

.pager a img {
	left: -9000px;
	position: absolute;
}


.slideshow-slide img
{
	border: 0px;
}

.slideshow-slideset 
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.slideshow-image-slide
{
	position: relative;
	height: 420px;
	width: 636px;
}

.slideshow-image-slide img
{
	position: absolute;
	top: 0px;
    border: none;
}

.slide-text
{
	background: url("/~/media/Images/ans/ui/header/transparent-bg.ashx") repeat scroll left top transparent;
	color: #f6f6f6;
	font-family: arial;
	font-size: 1em;
	height: 90px;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	text-align: left;
	top: 310px;
	width: 596px;
	z-index: 150;
}

.slide-text p {
        line-height: 1.1em;
        margin:0 0 5px;
}

.slideTitle, .slide-text h2 {
  font-family: arial;
  font-size: 1.6em;
  margin: 0;
  font-weight: normal;
  padding:0 0 5px; 
  color:#f6f6f6;

}

.subtitle {
  font-size: 1.3em;

}

.slide-text a, .slide-text a:active,.slide-text a:visited {
  color: #50A6ED;
  text-decoration:underline;
}

.slide-text a:hover{
  text-decoration:underline;
  color:#1071c5;
}</pre></body></html>