<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
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides &gt; li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides &gt; li:first-child { display:block; }
.flexslider .slides img { max-width: 100%; display: block; }
.flexslider .slides iframe {width:100%;}
.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 {
	background: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	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, .content-slider {
	zoom: 1;
	position: relative;
	clear: both;
	width: 100%;
	z-index: 1;
	margin-bottom: 5px;
}

.content-slider .slides { margin:0; }
	.content-slider .slides li { position:relative; float:left; }
	.content-slider .slides img { width:100%; }

/* Caption style */

.flex-caption {
	background-color: #FFF;
    border-left: 5px solid #73000a;
	width:35%; 
	position:absolute;  
	color: #000;
	right: 3%;
}

	/* Top position for Flex caption */
	.top { top:20%; }

	/* Second position for Flex caption */
	.bottom { bottom:8%; }
	.left { 
		right: auto;
		left: 3%;
	}

	.flex-caption h1, .flex-caption p { padding: 0.15em 5%; }
	
	.flex-caption h1 {
		font-family: "Berlingske Sans Extracondensed", "Impact", sans-serif;
		font-weight: 800;
		text-transform: uppercase;
		font-size: 2.25em;
	    letter-spacing: .8px;
		line-height: 1;
		padding-top:4%;
	}
	
		.flex-caption h1 span { 
			font-weight:300; 
		}

.flex-caption strong { display:block; font-weight: 800; margin-top:1em; color: #73000a; }


/* Caption style for Content page slider */

.content-slider .flex-caption { 
		bottom:10%; 
		max-width: 350px;
		width: auto; 
		padding: .5em .25em;
	}
	.content-slider h1, .content-slider p {
		background: none;
		margin-top: 0;
		margin-bottom: 0;
		padding: 2% 5% 0%;
	}
	.content-slider .flex-caption h1 { font-size: 1.75rem; }

/* Overide normal link font-weight */
#mainContent .content-slider a { font-weight: normal; }


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../img/flexslider/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flex-container:hover .flex-next {opacity: 0.8; right: 5px;}
.flex-container:hover .flex-prev {opacity: 0.8; left: 5px;}
.flex-container:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=30); cursor: default; pointer-events: none;}

/* Control Nav */

.flex-control-nav {
	position: absolute;
	bottom: 3%;
	text-align: center;
	right: 3%;
	z-index:9999;
}

.content-slider .flex-control-nav { bottom:5%; right:4%; }

.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
	width: 21px;
	height: 21px;
	display: block;
	background-color: #B6BF00;
	cursor: pointer;
	font-weight: 600;
	font-size: .9375em; /* 15px / 16px */
	line-height: 1.5em;
	border-radius: 50%;
	box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, .4);
}
	.no-borderradius .flex-control-nav li a { background: url(../img/flexslider/bg_control_nav.png) no-repeat 0 0; }
	/* Adjustment for content pages with a slider */
	.content-slider .flex-control-nav li a { line-height: 21px; }

.flex-control-nav li a:hover { text-decoration:none; }

.flex-control-nav .flex-active { background-color:white; }
	.no-borderradius .flex-control-nav .flex-active { background-position: 0 -25px; }

/*.flex-control-nav li a:hover {background-position: 0 -13px;}*/
.flex-control-nav li a.active {
	background-position: 0 -13px;
	cursor: default;
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
	.flex-caption { 
		background-color: #ECECEC;
		padding-bottom: 1em;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	.flex-caption  {
		width: 40%;
		font-size: .875em;
	}
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
</pre></body></html>