/*
Dk Blue:  #402f58   19, 48, 81
Dk Gray:  #555555
*/
#pageTitles {
  text-align: center;
  background-color: #555555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 48px 0 36px 0;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
#pageTitles h1 {
  color: #fff;
}
#pageTitles h2 {
  color: #fff;
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb {
  white-space: nowrap;
  color: #fff;
  margin: 12px 0 24px 0;
}
#breadcrumb a {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 12px 0 12px;
  color: #fff;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
/* Carousel
-----------------------------------------------------------------------------*/
.carouselImage {
  background-color: #402f58;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 360px;
}
.carouselCaption {
  background-image: url("/media/static/images/overlay-dk-blue.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 8px;
  color: #fff;
  bottom: 0;
  width: 100%;
  position: absolute;
}

.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: #5a5a5a;
}
.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(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.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: 0.5;
}
.owl-carousel .next-slide:hover {
  opacity: 0.5;
}
span.img-text {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-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;
}
/* Intro Box
-----------------------------------------------------------------------------*/
.introBox {
  background-color: #402f58;
  padding: 48px 0 36px 0;
  text-align: center;
}
.introBox .intro {
  color: #fff;
}
/* Flip Card
-----------------------------------------------------------------------------*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 220px;
  perspective: 1000px;
  margin: 24px 0 24px 2px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 98%;
  height: 98%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid #fff;
}
.flip-card-front {
  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 center;
  color: #402f58;
}
.flip-card-front h2 {
  margin: 90px 0 0 0;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: 800;
  color: #fff;
}
.flip-card-back {
  background-color: #555555;
  color: #fff;
  transform: rotateY(180deg);
  overflow-y: auto;
}
.flip-card-back h2 {
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 100;
  margin: 24px 24px 12px 24px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #fff;
}
.flip-card-back p {
  margin: 0 24px 24px 24px;
}
.flip-card-back ul {
  text-align: left;
  margin: 0 0 0 24px;
}
/* Staff
-------------------------------------------*/
#staffDiv {
  padding: 48px 0 48px 0;
  text-align: center;
  background-color: #efefef;
}
#staffDiv h2 {
  font-weight: 100;
  margin: 0 0 0 0;
  padding: 2 0 36px 0;
  color: #402f58;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  text-align: left;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 50%;
  height: 70vh;
  position: relative;
  margin: 2.5% auto;
  padding: 36px;
  background: #fff;
  overflow-y: scroll;
}
.modalDialog h3 {
  color: #402f58;
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-weight: 200;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(24, 47, 51, 0.6);
  font-size: 2.6rem;
  line-height: 2.6rem;
  width: 24px;
  text-decoration: none;
  font-weight: 100;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -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;
}
.close:hover {
  color: rgb(165, 99, 39);
  text-decoration: none;
}
.staffBox {
  display: inline-block;
  width: 22%;
  margin: 0 1.5% 24px 1.5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #402f58;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
  text-decoration: none;
}
.staffBox:hover,
.staffBox:focus {
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.staffBoxImg {
  background-color: #555555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 280px;
}
.staffBoxTxt {
  padding: 12px;
}
.staffBox h3 {
  font-weight: 400;
  color: #fff;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}
.staffBox h4 {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-style: italic;
}
.staffPortrait {
  width: 50%;
  float: right;
  margin: 0 0 24px 24px;
}
/* SIDEBAR
-------------------------------------------*/
.sidebarSection {
  margin: 0 0 36px 0;
  border-left: 1px solid #ccc;
  padding: 0 0 0 18px;
  overflow: hidden;
}
.sidebarSection h3 {
  padding: 0 0 0 0;
  margin: 2px 0 12px 0;
  color: #555555;
  font-weight: 700;
}
.sidebarLink a {
  display: block;
  padding: 4px 0 4px 8px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebarLink a:hover,
.sidebarLink a:focus {
  background: rgba(108, 186, 231, 0.2);
  text-decoration: none;
}
/* MEDIA ELEMENTS
-------------------------------------------*/
.mediaElements {
  width: 36%;
  float: right;
  margin: 0 0 24px 24px;
}
.mediaElements img {
  margin: 0 0 6px 0;
}
/* FAQs
-------------------------------------------*/
#faqs {
  background-color: #555;
  padding: 48px 0 48px 0;
}
#faqs h2 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin: 0 0 24px 0;
}
/* Contact
-----------------------------------------------------------------------------*/
#contact {
  /* padding: 36px 0 36px 0; */
  /* background-color: #efefef; */
}
.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: #402f5814;
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #ccc;
  margin: 0 0 18px 0;
}
.publicForm textarea {
  font-size: 1.2rem;
  padding: 10px;
  background: #402f5814;
  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: #402f5814;
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #ccc;
  margin: 0 0 18px 0;
}
.publicForm button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  width: 40%;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  color: #fff;
  border: none;
  background: #402f58;
}
.publicForm button:hover,
.publicForm button:focus {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
}
/* Sections
-----------------------------------------------------------------------------*/
.accordionTitle {
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #fff;
  border-bottom: 1px solid #ddd;
}
.accordionActive,
.accordionTitle:hover,
.accordionTitle:focus {
  background-color: #402f58;
  color: #555555;
}
.accordionBody {
  padding: 0 18px;
  margin-bottom: 12px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionTitle:after {
  content: "+";
  color: #555555;
  float: right;
  margin-left: 5px;
}
.accordionActive:after {
  content: "–";
}
.faqVote {
  border-top: 1px solid #ddd;
  margin: 12px 0 12px 0;
  padding: 12px 0 0 0;
}
/* Sitemap
-----------------------------------------------------------------------------*/
#sitemap em {
  float: right;
  font-size: 0.9rem;
  font-style: normal;
}
#sitemap li {
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 749px) {
  #pageTitles h1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  #pageTitles h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .publicForm {
    width: 100%;
  }
  .carousel-wrap {
    width: 80%;
  }
  .item div {
    width: 100%;
    height: 240px;
  }
  .owl-carousel .nav-btn {
    height: 36px;
    top: 120px !important;
  }
  .mediaElements {
    width: 100%;
  }
  #sidebar1 {
    display: block;
  }
  #onThisPage1 {
    display: block;
  }
  #relatedPages1 {
    display: none;
  }
  #sideNews1 {
    display: none;
  }
  #sidebar2 {
    display: block;
  }
  #onThisPage2 {
    display: none;
  }
  #relatedPages2 {
    display: block;
  }
  #sideNews2 {
    display: block;
  }
}
