@charset "utf-8";
/* Blue:  #3C78B4 0, 28, 81 */
.subscribe {
  display: block;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #3C78B4;
  text-align: center;
  padding: 18px 0 18px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.subscribe:hover, .subscribe:focus {
  color: #FFF;
  background: #555;
  text-decoration: none;
}
.subscribe span {
 font-size: 1.2rem; 
}
.reg_opt_box {
  display: none;
}
.formDiv {
  color: #FFF;
  background-color: #3C78B4;
  background-image: url('../../media/static/images/build-your-better-here-pin-white.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 72px 0 60px 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
}
.formDiv h2 {
  color: #FFF;
  margin: 0 0 24px 0;
  font-size: 2.8rem;
  line-height: 3.0rem;
  text-transform: uppercase;
  font-weight: 100;
}
.formDiv p {
  text-align: center;
}
.formDiv fieldset {
  margin: 12px;
  background: #FFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
}
.publicForm {
  width: 70%;
  margin: 0 auto 12px auto;
}
.publicForm input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-size: 1.2rem;
  padding: 10px;
  background: #3C78B4;
  border: none;
  margin: 0 0 18px 0;
}
.publicForm textarea {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm select {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm button {
  text-align: center;
  width: 40%;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  color: #FFF;
  border: none;
  background: #3C78B4;
  text-transform: uppercase;
}
.publicForm button:hover, .publicForm button:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
/* Staff
-----------------------------------------------------------------------------*/
.bioToggleDiv {
  display: none;
}
#staffDiv {
  padding: 24px 0 24px 0;
  background: #EFEFEF;
}
#staffDiv h2 {
 text-align: center;
  margin: 0 0 24px 0;
}
.staffTile {
  display: block;
  background: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 3% 22px 3%;
  border: 1px solid #DDD;
  font-size: 1rem;
  line-height: 1.2rem;
}
.staffTile:hover, .staffTile:focus {
  text-decoration: none;
  background: #EFEFEF;
}
.staffTileImg {
  background-color: #DDD;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.staffTileImg:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.staffTileTitle {
  font-weight: 600;
  color: #A81F23;
  margin: 12px 12px 0 12px;
}
.staffTileBody {
  margin: 4px 12px 12px 12px;
  color: #555;
}
#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;
}
#insider {
  padding: 48px 0 48px 0;
  background-color: #3C78B4;
  background-image: url('../../media/static/images/TSCA-icon-watermark.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFF;
}
#insider img {
  max-width: 180px;
}
#insider h2 {
  color: #FFF;
  border: none;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 749px) {
  .publicForm {
    width: 100%;
  }
  .carousel-wrap {
    width: 80%;
  }
  .item div {
    width: 100%;
    height: 240px;
  }
  .owl-carousel .nav-btn {
    height: 36px;
    top: 120px !important;
  }
}