<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery FlexSlider v1.8
 * 
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.widget ul.slides li a {padding:0}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides &gt; li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; height: auto; border: 1px solid #000;}
.flex-pauseplay span {text-transform: capitalize;}
#ss_wrap {width: 100%;position: relative;} 
.hs_wrap {width: 100%;height: 100%;position: relative;margin-top: 0px;}


/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {border: 0; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides &gt; li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; }
.flex-caption {
	width: 503px;
	height: 45px;
	padding: 0 2%; 
	margin: 0; 
	position: absolute; 
	right: 0; bottom: 0; 
	background: url('../../images/home-caption-bg.png') top right no-repeat; 
	color: #fff; 
	font-size: 100%; 
	line-height: 45px;
	text-align: right;
}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {
	width: 41px; 
	height: 41px; 
	display: block; 
	position: absolute; 
	top: 43.75%; /* (328 px - 41px) /2 */ 
	cursor: pointer; 
	text-indent: -999em;
}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}



/*
Pagination
*/
.flexslider .pagination {
	margin: 0 0 40px;
	padding: 5px 8px 5px 0;
	width: 100%;
	min-height: 63px;
	display: block;
	overflow: hidden;
}
.flexslider .pagination li {
	float: left;
	margin: 2px 3px;
	list-style: none;
}
.flexslider .pagination li:first-child {
	margin-left: 0
}
.flexslider .pagination li a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 3px;
	background: #fff;
	border: 1px solid #dadada;
	overflow: hidden;
	float: left;
}
.flexslider .pagination li.current a {
	border: 1px solid #ccc;
	background: #eaeaea;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
}
.flexslider .pagination li a img {
	width: 50px;
	height: 50px;
	opacity: .50;
	filter: alpha(opacity=50);
	filter: "alpha(opacity=50)";
}
.flexslider .pagination li a.active img, .flexslider .pagination li:hover a img {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
}
         
/*
Prev/Next Nav
*/
.page .flexslider li .flex-prev, .archive .flexslider li .flex-prev, .single .flexslider li .flex-prev, #home-slider .flex-direction-nav li .flex-prev {
	display: block;
	height: 41px;
	width: 41px;
	background: url(../images/prev.png) no-repeat center left;
	text-indent: -999em; 
	left: 29.746835%;
}
.page .flexslider li .flex-next, .archive .flexslider li .flex-next, .single .flexslider li .flex-next, #home-slider .flex-direction-nav li .flex-next {
	display: block ;
	height: 41px;
	width: 40px;
	background: url(../images/next.png) no-repeat center right;
	text-indent: -999em;
	right: 2.2151898734%;
}  

.page .flexslider li .flex-prev:hover, .page .flexslider li .flex-next:hover, .archive .flexslider li .flex-prev:hover, .single .flexslider li .flex-prev:hover, .archive .flexslider li .flex-next:hover, .single .flexslider li .flex-next:hover, #home-slider .flex-direction-nav li .flex-next:hover, #home-slider .flex-direction-nav li .flex-prev:hover {
	opacity:0.7;
} 

a.slide-link:hover {
	cursor:pointer;
}

/* Home Page Slider */
#home-slider {
	position: relative;
}
.home-slider-controls {
	position: absolute;
	left: 1px;
	z-index: 5;
	border-right: 1px solid rgba(0,0,0,0.75);
}
.lt-ie9 .home-slider-controls {
	border-right: 1px solid #000;
}
.home-slider-li {
	height: 80px;
	width: 240px;
	padding-right: 0.72em;
	list-style: none;
	color: #fff;
	font-family: Jura, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.32em;
	line-height: 80px;
	text-align: right;
	background: rgba(0,0,0,0.75);
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.lt-ie9 .home-slider-li {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#75000000,endColorstr=#75000000); 
    zoom: 1;
}
.home-slider-li:first-child {
	border-top: 0;
}
.home-slider-li:last-child {
	border-bottom: 0;
}
.home-slider-li:hover {
	background: rgba(255,255,255,0.75);
	color: #000;
}
.lt-ie9 .home-slider-li:hover {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#75ffffff,endColorstr=#75ffffff); 
    zoom: 1;
}
.home-slider-li.flex-active{
	background: #055b73;
	color: #fff;
}
.lt-ie9 .home-slider-li.flex-active {
	filter: none;
}

/* Responsive */
@media only screen and (max-width: 959px) {
	.home-slider-li {
		height: 61px;
		width: 180px;
		line-height: 61px;
		font-size: 1em;	
	}
	.flex-caption {
		font-size: 75%;
		height: 34px;
		line-height: 34px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider-li {
		border-top: 0;
		height: 36px;
		width: 100px;
		line-height: 36px;
		font-size: 0.55em;	
	}
	.flex-caption {
		display: none;
	}
	.flex-direction-nav li a {
		top: 35.862%;
	}
}
@media only screen and (max-width: 479px) {
	.home-slider-li { display: none; }
	#home-slider .flex-direction-nav li .flex-prev{
		left: 2.2151898734%;
	}
}</pre></body></html>