/*
 * 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
 */
 #container {width: 80%; max-width: 800px; margin: 0 auto;}
/* 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; overflow:hidden;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; 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; z-index: 99999;} 
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 { position: relative; zoom: 1; z-index:0; min-height:450px; }
.inner-slider .flexslider {min-height:auto;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li { background-size:cover; background-position:center center;}
.flexslider .slides > li::after {  position: absolute; content: ""; width: 100%; height: 100%; left: 0; right: 0; top: 0; margin: 0 auto;
  background: url("../images/slide-shape.svg") no-repeat center top; }
/* .inner-slider .flexslider .slides > li { min-height:auto;} */
/* 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-cont { padding-left: 30px;}
.flex-caption {zoom: 1; }
.flex-caption {position:absolute; top: 50%; text-align:center; width:100%; left:0; z-index:9; transform: translateY(-50%); }
.flex-caption h1 {font-family: 'Geist-Black'; font-size:72px; line-height:72px; letter-spacing: -2.5px; color: #FFFFFF; position: relative; padding-top: 0px;}
.flex-caption span { background: #ffffff; font-size: 12px; text-transform: uppercase; padding: 0px 8px; display: inline-block;  font-family: 'Figtree-Medium';}
.flex-caption h5 { font-size: 25px; color: #ffffff; font-family: 'Figtree-SemiBold'; line-height: 30px; margin-bottom: 15px;}
.flex-caption p { font-size: 29px; line-height: 29px; font-family: 'Figtree-Regular'; color: #ffffff; margin-bottom: 40px;}

.flex-caption a { display:inline-block; font-size:14px; color:#303030; border:0px solid #FDC32D;  padding:0px 54px; height: 59px; line-height: 59px; border-radius: 0px; font-family: 'Figtree-Bold'; 
  background:#FDC32D; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; letter-spacing: 1.25px;}
.flex-caption a:hover { background: #303030; color: #fff; }

/* Control Nav */
.flex-control-nav { margin:0 auto; position: absolute; bottom:85px; z-index:9999; left: 0; width: 100%; right: 0; display: flex; align-items: center; justify-content: center;}
.flex-control-nav li {margin: 0 18px 0px 0; display:inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:last-child { margin: 0;}
.inner-slider .flexslider .flex-control-nav { right:55px;}
.historic-pad .inner-slider .flexslider .flex-control-nav { right:0; left:0; text-align:center; bottom: 10px;}

.flex-control-nav li a {width: 9px; height: 9px; display: block; background:#fff; cursor: pointer; text-indent: 9999px; border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%;  transition: all 0.4s ease;}
.flex-control-nav li a:hover {background:#fff}
.flex-control-nav li a.flex-active {background:#fff; cursor: default; width: 10px; height: 10px; border-radius: 50px; transform: scale(2);}
.main-banner .flex-direction-nav li .flex-next { right:50px; background: url(../images/arrow-right.svg) no-repeat 0 0; background-size: cover; background-position: 0px 0;}
.main-banner .flex-direction-nav li .flex-prev { left:50px; background: url(../images/arrow-left.svg) no-repeat 0 0; background-size: cover; background-position: 0px 0;}
.main-banner .flex-direction-nav li a {width:60px; height:60px; margin: 0px 0 0; display: block;  position: absolute; top:50%; transform: translateY(-50%); cursor: pointer; text-indent: -9999px; z-index:9999; }
.main-banner .flex-direction-nav li:hover .flex-next { background: url(../images/arrow-right-h.svg) no-repeat 0 0; background-size: cover; background-position: 0px 0;}
.main-banner .flex-direction-nav li:hover .flex-prev { background: url(../images/arrow-left-h.svg) no-repeat 0 0; background-size: cover; background-position: 0px 0;}