@charset "utf-8";
/* CSS Document */
#pageImages {
  text-align: center;
  background-color: #555;
  background-image: url('../../media/static/images/wfb-icon-watermark.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-attachment: fixed;
  padding: 24px 0 12px 0;
}
#pageImages img {
  width: 80%;
  margin: 0 0 6px 0;
}
#pageImages a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FFF;
}
#pageImages a:hover, #pageImages a:focus {
  text-decoration: none;
  -webkit-transform: scale(.99);
  -moz-transform: scale(.99);
  -ms-transform: scale(.99);
  -o-transform: scale(.99);
  transform: scale(.99);
  color: #FFF;
}
.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
  background: #333;
}
.item div {
  width: 100%;
  height: 400px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 6px 0;
}
.item a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #FFF;
}
.item a:hover, .item a:focus {
  text-decoration: none;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
  color: #FFF;
}
.owl-carousel .nav-btn {
  height: 36px;
  position: absolute;
  width: 18px;
  cursor: pointer;
  top: 200px !important;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .prev-slide {
  background: url(/media/static/images/chevron-left.svg) no-repeat scroll 0 0;
  left: -33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel .next-slide {
  background: url(/media/static/images/chevron-right.svg) no-repeat scroll 0 0;
  right: -33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel .prev-slide:hover {
  opacity: .5;
}
.owl-carousel .next-slide:hover {
  opacity: .5;
}
span.img-text {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
  color: #FFF;
}
span.img-text:hover {
  color: #FFF;
}
#waCounties {
  padding: 36px 0 36px 0;
  overflow: hidden;
  background-color: #EEE;
  background-image: url('../../media/static/images/wfb-icon-watermark.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-attachment: fixed;
}
#waCounties .container {
  width: 50%;
}
#waCounties ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: .9rem;
  line-height: 1rem;
}
#waCounties li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#waCounties li a {
  display: block;
  border-bottom: 1px solid #FFF;
  color: #222;
  padding: 3px;
}
#waCounties li a:hover, #waCounties li a:focus {
  background: #DDD;
  text-decoration: none;
}
#partners {
  text-align: center;
}
#partners h2 {
  border-bottom: 1px solid #DDD;
  padding: 12px 0 12px 0;
  margin: 36px 0 24px 0;
}
.partnerDiv {
  width: 23%;
  margin: 0 1% 24px 1%;
  display: inline-block;
}
.newMember {
  width: 31%;
}
.partnerLink {
  display: block;
  padding: 24px 8% 24px 8%;
  border: 1px solid #DDD;
}
.partnerLink:hover, .partnerLink:focus {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #E82011;
  text-decoration: none;
}
.partnerExtLink {
  background: #AF180D;
  color: #FFF;
  font-size: .9rem;
  display: block;
  padding: 2px 0 2px 0;
}
.partnerExtLink:hover, .partnerExtLink:focus {
  background: #555;
  color: #FFF;
  text-decoration: none;
}
.noExtLink {
  background: #FFF;
  font-size: .9rem;
  display: block;
  padding: 2px 0 2px 0;
}
.partnerLogo {
  width: 95%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 12px auto;
}
.partnerLogo:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.partnerName {
  color: #000;
  font-size: .9rem;
}
.partnerOffer {
  color: #E82011;
  font-size: .8rem;
}
.partnerLogoPage {
  width: 95%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 12px auto;
}
.partnerLogoPage:after {
  content: "";
  display: block;
  padding-bottom: 20%;
}
.tile {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #DDD;
}
.even {
  float: right;
  overflow: hidden;
}
.even2 {
  float: right;
  width: 450px;
  padding: 48px 48px 0 0;
  height: 400px;
  align-items: center;
}
.odd {
  overflow: hidden;
}
.odd2 {
  width: 450px;
  padding: 48px 0 0 48px;
  height: 400px;
  align-items: center;
}
.tileHero {
  height: 450px;
  text-align: center;
  background-color: #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 749px) {
  .partnerDiv {
    width: 48%;
  }
  .partnerLink {
    display: block;
    width: 200%;
  }
  .carousel-wrap {
    width: 80%;
  }
  .item div {
    width: 100%;
    height: 240px;
  }
  .owl-carousel .nav-btn {
    height: 36px;
    top: 120px !important;
  }
  #waCounties .container {
    width: 90%;
  }
  #partners a {
    width: 28%;
  }
  .tile .intro2 {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .even2 {
    float: none;
    width: 80%;
    padding: 10%;
    height: auto;
    display: block;
    align-items: baseline;
  }
  .odd {
    width: 100%;
    overflow: hidden;
  }
  .odd2 {
    float: none;
    width: 80%;
    padding: 10%;
    height: auto;
    display: block;
    align-items: baseline;
  }
  .tileHero {
    height: 450px;
  }
  .tileHero h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}