
/* FlexSlider Necessary Styles
*********************************/
#featured {
  margin: 0;
  padding: 0; }

#featured .slides > li {
  margin-left: 0px;
  list-style: none;
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  background: #fff; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
#featured .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; }
	  
/* FlexSlider Default Theme
*********************************/
#featured {
  position: relative;
  zoom: 1; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff; }

.loading .flex-viewport {
  max-height: 415px; }

#featured .slides {
  zoom: 1;
  background: url(../images/icons/loading.gif) no-repeat center center white;
  /* Loading placeholder gif */
  /*min-height: 300px;  sets min height for loader gif  --- turned off because there were no captions */ }
  .ie #featured .slides {
    min-height: 415px; }
  #featured .slides li {
    background: #fff;
    position: relative; }

/* DIRECTIONAL NAV
   ================================================== */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav li {
  list-style: none; }

.flex-direction-nav a {
  width: 75px;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease; }

.flex-direction-nav .flex-next {
  background: url(../images/icons/right-arrow-slider.png) no-repeat center center rgba(0, 0, 0, 0.55);
  right: 0; }

.flex-direction-nav .flex-prev {
  background: url(../images/icons/left-arrow-slider.png) no-repeat center center rgba(0, 0, 0, 0.55);
  left: 0; }

#featured:hover .flex-next {
  opacity: 0.8;
  right: 0px; }

#featured:hover .flex-prev {
  opacity: 0.8;
  left: 0px; }

#featured:hover .flex-next:hover, #featured:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default; }

.flex-direction-nav {
  display: none; }

/* Control Nav */
ol.flex-control-nav {
  position: absolute;
  bottom: 5.5%;
  left: 0;
  width: 100%;
  margin: 0 0 0 -12px;
  list-style: none;
  height: 11px;
  z-index: 2000;
  text-align: center; }
  ol.flex-control-nav li {
    display: inline-block;
    width: 11px;
    height: 11px;
    list-style: none;
    cursor: pointer; }
    ol.flex-control-nav li a {
      display: block;
      width: 11px;
      height: 11px;
      background: url(../images/flex_nav.png) 0 0 no-repeat;
      text-indent: -9999em;
      overflow: hidden; }
      ol.flex-control-nav li a.flex-active, ol.flex-control-nav li a:hover {
        background: url(../images/flex_nav.png) 0 -11px no-repeat; }

/* Captions */
p.flex-caption {
  background: #fff;
  background: white;
  font-family: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
  color: #333;
  text-align: center;
  padding: 10px 10px 40px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px; }
  p.flex-caption .title {
    margin-bottom: 10px;
    display: block; }
  p.flex-caption .video {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 50px auto 0px auto;
    height: 67px;
    width: 66px;
    display: block;
    background: url(../images/icons/play-button.png) no-repeat; }

/* MAX WIDTH 685PX
   ================================================== */
@media only screen and (max-width: 685px) {
  .flex-direction-nav li a {
    width: 68px;
    height: 70px;
    top: 50px; }

  .flex-direction-nav li a.flex-next {
    background: url(../images/icons/right-arrow-small.png) no-repeat; }

  .flex-direction-nav li a.flex-prev {
    background: url(../images/icons/left-arrow-small.png) no-repeat; } }
/* MAX WIDTH 750PX
   ================================================== */
@media only screen and (max-width: 750px) {
  .flex-direction-nav li a.flex-next {
    background: url(../images/icons/right-arrow-small.png) no-repeat;
    background-position: center right;
    max-height: 350px; }

  .flex-direction-nav li a.flex-prev {
    background: url(../images/icons/left-arrow-small.png) no-repeat;
    background-position: center left;
    max-height: 350px; } }
/* MAX WIDTH 860PX
   ================================================== */
@media screen and (max-width: 860px) {
  p.flex-caption .video {
    margin-top: 12px!important;
    background-size: 50%;
    height: 34px;
    margin-bottom: -12px; }

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
    background: url(../images/icons/left-arrow-small.png) no-repeat center left; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
    background: url(../images/icons/right-arrow-small.png) no-repeat center right; } }