@charset "utf-8";
.sideNavTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
  margin: 24px 0 12px 0;
}
#sideNav {
  margin: 0 0 18px 0;
}
#sideNav a {
  display: block;
  background: rgba(0, 0, 0, .04);
  padding: 8px;
  border-bottom: 3px solid #FFF;
}
#sideNav a:hover, #sideNav a:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, .15);
}
/*
#sideNews a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #CCC;
  color: #555;
  font-size: .9rem;
}
#sideNews a:hover, #sideNews a:focus {
  text-decoration: none;
  background: rgba(0,0,0,.05);
}
#sideNews strong {
  font-size: 1rem;
  color: #155B99;
}
*/
.pageMain {
  padding: 60px 0 36px 0;
  background-color: #FFF;
  background-image: url('/media/static/images/top-waves2.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.reg_opt_box {
  display: none;
}
.formDiv {
  padding: 36px 0 48px 0;
  background-color: #BCE3F7;
  background-image: url('/media/static/images/cb-waves2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.formDiv h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.0rem;
  font-weight: 100;
  margin: 0 0 24px 0;
  color: #155B99;
}
.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: rgba(21, 91, 153, .02);
  border-bottom: 1px solid rgba(21, 91, 153, 1);
  border-bottom: 1px solid #555;
  margin: 0 0 18px 0;
}
.publicForm textarea {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(21, 91, 153, .02);
  border-bottom: 1px solid rgba(21, 91, 153, 1);
  border-bottom: 1px solid #555;
  margin: 0 0 18px 0;
}
.publicForm select {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(21, 91, 153, .02);
  border-bottom: 1px solid rgba(21, 91, 153, 1);
  border-bottom: 1px solid #555;
  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: #155B99;
  text-transform: uppercase;
}
.publicForm button:hover, .publicForm button:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
#pageImages {
  text-align: center;
  background-color: #BCE3F7;
  background-image: url('/media/static/images/cb-waves2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 24px 0 12px 0;
}
#pageImages img {
  width: 80%;
  height: auto;
  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: #555;
}
.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;
}
/* Staff
-----------------------------------------------------------------------------*/
.bioToggleDiv {
  display: none;
}
#staffDiv {
  padding: 0 0 48px 0;
}
#staffDiv h2 {
  text-align: center;
  color: #C25400;
  font-size: 2.0rem;
  line-height: 2.4rem;
  font-weight: 100;
  margin: 0 0 36px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #C25400;
}
.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 6% 24px 0;
  border: 1px solid #DDD;
  font-size: 1rem;
  line-height: 1.2rem;
}
.staffTile:hover, .staffTile:focus {
  text-decoration: none;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
}
.staffTileImg {
  background-color: #FFF;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
}
.staffTileImg:after {
  content: "";
  display: block;
  padding-bottom: 115%;
}
.staffTileTitle {
  font-weight: 600;
  color: #155B99;
  margin: 12px 12px 0 12px;
}
.staffTileBody {
  margin: 4px 12px 12px 12px;
  color: #555;
}
.bioToggleTitle {
  cursor: pointer;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 8px;
  margin: 4px 12px 12px 12px;
  border-bottom: 1px solid #DDD;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bioToggleTitle:hover, .bioToggleTitle:focus {
  padding: 8px 12px 8px 12px;
  background: rgba(0, 0, 0, .1);
  text-decoration: none;
}
.bioToggleTitle span {
  display: inline-block;
  float: right;
  font-style: normal;
}
.bioToggleDiv {
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 4px 12px 12px 12px;
}
@media only screen and (max-width: 749px) {
  .publicForm {
    width: 100%;
  }
  #staffDiv {
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -ms-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
  }
  .staffTile {
    min-height: 310px;
  }
  .carousel-wrap {
    width: 80%;
  }
  .item div {
    width: 100%;
    height: 240px;
  }
  .owl-carousel .nav-btn {
    height: 36px;
    top: 120px !important;
  }
}