/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.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;
  max-height:425px;
  overflow:hidden;
}

.flexslider .slides>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;
  position: relative;
}
.flexslider h2.search_caption2{font-size: 150%; font-weight: 400;}
.flexslider h1.search_caption1{font-size: 270%; font-weight: 700;}

.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: #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 425px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
  /*height: 0;*/
  display: none;
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.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 {
  width: 100%;
  position: absolute;
  text-align: center;
  margin-top: -40px;
  display: none;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background-color: #4277ad;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background-color: #4277ad;
}

.flex-control-paging li a.flex-active {
  background-color: #fff;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flexslider .slides li {
    position:relative;
}

.direction-nav {
  list-style:none;
  float: right;
}

.direction-nav li {
  display: inline;
}

.direction-nav li a {
  color: transparent;
  display: inline-block;
  width: 35px;
  height: 35px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/slider-arrows.png");
  background-repeat: no-repeat;
  background-size: 77px 78px;
}

.open-to-hope-radio-written li,
.post-written li,
.open-to-hope-tv-written li {
   width: 300px;
   margin-right: 12px;
 }
 
.item.box.large-3.columns {
  padding:0;
}

.podPress_downloadlinks podPress_downloadlinks_audio_mp3 {
  padding: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .direction-nav li a {
    display: inline-block;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/slider-arrows@2x.png");
    background-repeat: no-repeat;
  }
}

.direction-nav li a:hover {
  color:transparent !important;
}

.direction-nav li a.prev {
  background-position: 0 0;
}

.direction-nav li a.prev:hover {
  background-position: 0 -43px;
  color:transparent;
}

.direction-nav li a.next {
  background-position: -40px 0;
}

.direction-nav li a.next:hover {
  background-position: -40px -43px;
  color:transparent;
}

.flexslider .caption {
  color: #fff;
  position:absolute;
  bottom: 0;
  padding: .9775em;
  background-color: rgba(0,0,0,.3);
}

.flexslider .caption h5,
.flexslider .caption p {
  color: #fff;
}

.flexslider .caption h5 {
  margin-bottom: 0;
}


.flexslider h1,
.flexslider h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  font-size: 6.5em;
  position: absolute;
  marign: 0;
}

.flexslider h2 {
  font-size: 1.5em;
}


.flexslider .slide1 h1.find {
    top: 165px;
    left: 220px;
    -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -o-transition: all 200ms ease;  
}
  
.flexslider .slide1 h1.hope {
  top: 165px;
  right: 180px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}



.flexslider .slide2 h1 {
  top: 80px;
  left: 220px;
}
.flexslider .slide-first h1 {
	top:80px;
	right:220px;
}
.flexslider .slide-first h2 {
	top:215px;
	right:196px;
}
.flexslider .slide2 h2 {
  top: 215px;
  left: 230px;
}

.page-tv .flexslider h2 {
  top: 2em;
  font-size: 3.5em;
}

#page-category .flexslider .slides > li .centered {
  overflow: hidden;
  height: 430px;
} 


/* We use this media query to add styles to any device that supports media queries */
@media only screen { }

@media only screen and (min-width: 1110px) {
.flexslider .slide2 #search_centered h1.search_caption1{font-size: 225% !important}
.flexslider .slide2 h2.search_caption2 { font-size: 170% !important;}


}


@media only screen and (max-width: 1110px) {
  .flexslider .slide1 h1.find {
    top: 112px;
    left: 137px;
  }
  
  .flexslider .slide1 h1.hope {
    top: 112px;
    right: 90px;
  }
}
  
@media only screen and (max-width: 940px) {
  
  .flexslider .caption {
    left: 50%;
  }
  
  .flexslider .slide1 h1.find {
    top: 10px;
    left: 200px
  }
  
  .flexslider .slide1 h1.hope {
    top: 10px;
    left: 200px;
  }
  
  .flexslider .slide2 h1 {
    top: 80px;
    right: -1em;
    left: auto;
  }
  
  .flexslider .slide2 h2 {
    top: 215px;
    right: -4.25em;
    left: auto
  }
  
  .flexslider .slide2 h2.spouse {
    right: -5.25em;
  }
  
  .flexslider .slide2 h2.parent,
  .flexslider .slide2 h2.sibling {
    right: -5.25em;
  }
  
  #page-category .flexslider .slides > li .centered {
    overflow: visible;
    height: inherit;
  } 
  
}


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


#search_centered img {
    margin-right: 0 !important;
}
#search_centered{ position: relative; right: 0% !important; text-align: center;}
}



/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (max-width: 768px) {
  

  
  .social-buttons {
    margin-bottom: 3.25em;
  }
  
  .flexslider h1 {
    font-size: 3em;
  }
  
  .flexslider .slide1 h1.find {
    top: 80px;
    left: auto;
    right: 45px;
    -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -o-transition: all 200ms ease;  
  }
    
  .flexslider .slide1 h1.hope {
    top: 80px;
    right: -152px;
    left: auto;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  
 .flexslider .slide21 .hope-right{right:auto;}
    
  .flexslider .slide2 h1 {
    top: 45px;
    right: 25px;
    left: auto;
  }
  
  .flexslider .slide2 h2 {
    top: 107px;
    right: -115px;
    left: auto
  }
  
  .flexslider .slide2 h2.spouse {
    right: -5.8em;
  }
  
  .flexslider .slide2 h2.parent,
  .flexslider .slide2 h2.sibling {
    right: -130px;
  }
  
}

/* Used to alter styles for screens at least 1280px wide. */
@media only screen and (min-width: 1280px) {
  
  .flexslider .slide1 h1.find {
    top: 165px;
    left: 220px;
  }
  
  .flexslider .slide1 h1.hope {
    top: 165px;
    right: 180px;
  }
  

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.flexslider .slide-first h1 {
    right: -188px !important;
    top: 80px;
	font-size:2.5em !important;
}
.flexslider .slide-first h2 {
    right: -359px !important;
    top: 133px;
	font-size: 1.35em;
}
}


/* Used to alter styles for screens at least 1440px wide. */
@media only screen and (min-width: 1440px) {
  
  .flexslider .slide1 h1.find {
    top: 196px;
    left: 290px;
  }
  
  .flexslider .slide1 h1.hope {
    top: 196px;
    right: 235px;
  }

}

/* Apply styles to screens in landscape orientation */
@media only screen and (orientation: landscape) {}

/* Apply styles to screens in portrait orientation */
@media only screen and (orientation: portrait) {}


@media only screen and (max-width : 940px) {
    .flexslider .slides > li {
        margin:0 auto !important;
        width:100%;
        height:auto;
        overflow:hidden;
    }   
    .flexslider .slides > li .centered {
        position:relative;
        right:50% !important;
        text-align:center;
    }   
    .flexslider .slides > li .centered img {
      /*  min-width:980px !important; */
        display:inline-block !important;
        margin-right:-100% !important;
		max-width:100% !important;
    }
}

@media only screen and (max-width : 768px) {
    .flexslider .slides > li {
        margin:0 auto !important;
        width:100%;
        height:auto;
        overflow:hidden;
    }   
    .flexslider .slides > li .centered {
        position:relative;
        right:50% !important;
        text-align:center;
    }   
    .flexslider .slides > li .centered img {
       /* min-width:580px !important; */
        display:inline-block !important;
        margin-right:-100% !important;
		max-width:100% !important;
    }
}

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

.flexslider h1 {
    font-size: 2.5em !important;
}

.flexslider .slide2 h1 {
    
    top: 30px !important;
}
.flexslider .slide2 h2 {
   font-size:1.25em !important;
    top: 85px !important;
	    left: 185px !important;
    text-align: left;
	width:100%;
}
.flexslider .slide1 h1.find {
  
    top: 47px !important;
   
}
.flexslider .slide1 h1.hope{
top: 45px !important;
}


.flexslider .slide-first h1{
font-size: 2em !important;
right: -142px !important;
 top: 28px;
}

.flexslider .slide-first h2 {
font-size: 1em !important;
    right: -147px !important;
    top: 81px;
}


}

/* Edits by @askfranklin */