/*
 * 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 {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-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 > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #F2F2F2; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/*Slider text that overlays image */
.slider-caption {width:500px;height:200px;position:absolute;right:15px;top:75px;text-align:right;}
.slider-caption h3 {font-size:28px;color:#000;font-family: 'OpenSansRegular', sans-serif;margin-top:10px;text-transform:none;}
.slider-caption img {margin:30px 0 0 75px;}

/* Caption style */
/* IE rgba() hack */
.slider-button {
	background:url(/_layouts/15/images/slides/banner.png) no-repeat;
	zoom:1;
	width:249px;
	height:62px;
	position:absolute;
	right:10px;
	bottom:164px;
}
.slider-button2 {top: 300px;}
.slider-button p:hover {color:#4D4D4D;}
.slider-button p {
	color:#FFF;
	font-size:30px;
	font-family: "myriad-pro",sans-serif;
    font-style: italic;
    font-weight: 300;
	margin:0 0 0 30px;
	padding:0 0px 0 8px;
	display:inline;
	line-height:53px;
}

/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav li a {
	width:52px;
	height:52px;
	margin:-13px 0 0;
	display:block;
	background: url(/_layouts/15/images/slides/bg_direction_nav.png) no-repeat;
	position:absolute;
	top:50%;
	cursor:pointer;
	text-indent:-999em;
}
.flex-direction-nav li .next {background-position: -52px 0; right: -50px;}
.flex-direction-nav li .prev {left: -50px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Pause & Play controls */
.flex-pauseplay span{display:none;}

/* Control Nav */
.flex-control-nav {
	width:100%;
	position:absolute;
	text-align:center;
}
.flex-control-nav li {
	margin:0; 
	display:inline-block;
	zoom:1;
	*display:inline;
	width:20%;
	background:url(/_layouts/15/images/slides/slider-control-divider.png) right center no-repeat;
}
.flex-control-nav li:last-of-type {background:none;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
	height:100%;
	display:block;
	cursor:pointer;
	text-indent: -999em;
	background:#f1f1f1;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: .70;
}
.flex-control-nav li a:hover {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.flex-control-nav li a.active {
	cursor: default;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}