<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideshow {

}

.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;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {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 {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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 {margin: 0 0 0 0; position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 500px;}
.flexslider .slides {zoom: 1; }

.flexslider li {
display: block;
}

.flexslider li  img{
display: block;
position: relative;
z-index: 0;
top: 0;
max-width: 100%;
min-width: 200px;
height: auto;
}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 48px; height: 48px; margin: -16px 0 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0.3;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -60px; }
.flex-direction-nav .flex-prev {left: -60px; }
.flexslider:hover .flex-next {opacity: 0.3;}
.flexslider:hover .flex-prev {opacity: 0.3;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display: none; }

.flex-caption {
width: 100%;
margin: 0 auto;
position: absolute;
top: 0;
margin: 0 0 0 0;
display: block;
}

.flex-box {
color: #111;
background-image: url(../images/caption.png);
width: auto;
display: inline-block;
padding: 30px;
margin: 50px 0 0 88px;
}

.flex-box-dark {
background-image: none;
}

.flex-box h3 {
font-size: 2.5em;
font-weight: 300;
display: block;
padding: 0 0 0.25em 0;
}

.flex-box h4 {
text-transform: uppercase;
}

.flex-caption-dark h3 {
background-image: none;
}

@media only screen and (min-width: 1200px) {

.flex-box {
margin: 75px 0 0 50px;
}

}

@media only screen and (max-width: 1199px) {

.flex-direction-nav a {margin: -24px 0 0 0;}
.flex-direction-nav .flex-next {right: 20px; }
.flex-direction-nav .flex-prev {left: 20px; }

}

@media only screen and (max-width: 1024px) {

.flex-caption {
position: relative;
text-align: center;
}

.flex-box {
color: #fff;
background-image: none;
background-color: #333685;
display: block;
padding: 1em 0;
margin: 0;
}

}

@media only screen and (max-width: 800px) {

.flex-box h3 {
font-size: 2em;
}

.flex-box h4 {
font-size: 1em;
}

}


@media only screen and (max-width: 639px) {

.flex-direction-nav {display: none;}

.flex-control-nav {width: 100%; position: absolute; bottom: -30px; right: 0; text-align: center; font-size: 0px;}

.flex-control-paging li a {width: 10px; height: 10px;}

.flex-box h3 {
font-size: 1.4em!important;
}

.flex-box h4 {
font-size: 0.8em!important;
}

}</pre></body></html>