/*
Dk Red:   #651321   101, 19, 33
Dk Gray:  #444444   68, 68, 68
*/
.carouselImage {
  background-color: #651321;
  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;
}
.introBox {
  background-color: #651321;
  padding: 48px 0 36px 0;
  text-align: center;
}
.introBox .intro {
  color: #FFF;
}
/* PARTNERS
-------------------------------------------*/
.partners {
  background-color: #FFF;
  padding: 0;
  margin: 0 0 0 0;
  color: #651321;
  text-align: center;
}
.partners h2 {
  font-size: 3.8rem;
  line-height: 4.0rem;
  ;
  font-weight: 100;
  margin: 0 0 0 0;
  padding: 36px 0 0 0;
  color: #651321;
}
.partner {
  padding: 36px 0 36px 0;
  margin: 0 0 0 0;
  overflow: hidden;
}
.partner2 {
  padding: 36px 0 36px 0;
  margin: 0 0 0 0;
  overflow: hidden;
  text-align: center;
}
.partnerBox {
  display: inline-block;
  margin: 0 0 0 0;
  color: #222;
  height: 100px;
  width: 100%;
}
.partnerBox2 {
  display: inline-block;
  margin: 0 0 0 0;
  color: #222;
  height: 100px;
  width: 16%;
}
.partnerLogo {
  height: 60px;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.partnerTxt {
  padding: 18px;
}
.partnerTxt h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* TIMELINE
-------------------------------------------*/
#staffDiv {
  padding: 48px 0 48px 0;
  text-align: center;
}
#staffDiv h2 {
  font-size: 3.8rem;
  line-height: 4.0rem;
  ;
  font-weight: 100;
  margin: 0 0 0 0;
  padding: 0 0 36px 0;
  color: #651321;
}
.staffTile {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 0 24px 0;
  background-color: #651321;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-size: 1rem;
  line-height: 1.2rem;
  border-left: 4px solid #444444;
}
.staffTileImg {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #DDD;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  width: 100%;
}
.staffTileImg:after {
  content: "";
  display: block;
  padding-bottom: 110%;
}
.staffTileTxt {
  padding: 12px;
  min-height: 60px;
  text-align: left;
}
.staffTileTitle {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #FFF;
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
}
.staffTileBody {
  margin: 0 0 0 0;
  padding: 6px 0 0 0;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.staff-flip-card {
  background-color: transparent;
  width: 100%;
  height: 310px;
  perspective: 1000px;
  margin: 24px 0 24px 0;
}
.staff-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.staff-flip-card:hover .staff-flip-card-inner, .staff-flip-card:focus .staff-flip-card-inner {
  transform: rotateY(180deg);
}
.staff-flip-card-front, .staff-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.staff-flip-card-front {
  background-color: #444444;
  -webkit-background-size: 85%;
  -moz-background-size: 85%;
  -ms-background-size: 85%;
  -o-background-size: 85%;
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
}
.staff-flip-card-back {
  background-color: #333;
  color: #FFF;
  transform: rotateY(180deg);
  text-align: left;
  overflow-y: auto;
  outline: #FFF solid 2px;
}
.staff-flip-card-back h3 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #FFF;
  font-weight: 100;
  text-transform: uppercase;
  margin: 24px 24px 6px 24px;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #FFF;
}
.staff-flip-card-back p {
  margin: 0 24px 8px 24px;
  text-align: left;
}
.staff-flip-card-back ul {
  margin: 0 24px 24px 24px;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(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: #651321;
  font-size: 1.8rem;
  line-height: 2.0rem;
  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, .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: block;
  -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;
  margin: 0 0 24px 0;
  background-color: #651321;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-size: 1rem;
  line-height: 1.2rem;
  color: #FFF;
  text-decoration: none;
}
.staffBox:hover, .staffBox:focus {
  text-decoration: none;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
}
.staffBox div {
  background-color: #444444;
  -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: 290px;
}
.staffBox h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #FFF;
  margin: 12px 0 4px 12px;
  padding: 0 0 0 0;
}
.staffBox h4 {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 0 12px 12px;
  padding: 0 0 12px 0;
  font-style: italic;
  color: #FFF;
}
.portrait1 {
  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;
}
#sidebar h3 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 2px 0 2px 0;
  margin: 0 0 12px 0;
  color: #444444;
  font-weight: 400;
}
.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(68, 68, 68, .2);
  text-decoration: none;
}
.sidebarSection p {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  color: #444444;
}
.sectionTitle {
  margin: 24px 0 12px 0;
  padding: 0 0 8px 0;
  color: #651321;
  border-bottom: 1px solid #651321;
  font-size: 1.8rem;
  line-height: 1.9rem;
  font-weight: 100;
}
#sidebar1 {
  display: block;
}
#onThisPage1 {
  display: block;
}
#relatedPages1 {
  display: block;
}
#sideNews1 {
  display: block;
}
#sidebar2 {
  display: none;
}
#onThisPage2 {
  display: none;
}
#relatedPages2 {
  display: none;
}
#sideNews2 {
  display: none;
}
#faqs {
  background-color: #651321;
  padding: 48px 0 48px 0;
}
#faqs h2 {
  color: #FFF;
  text-align: center;
  margin: 0 0 18px 0;
  font-size: 3.8rem;
  line-height: 4.0rem;
  ;
  font-weight: 100;
}
.formDiv {
  color: #FFF;
  background-color: #651321;
  -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: 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 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 {
  -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: #651321;
  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: #5A5A5A;
  -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: #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(.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;
  -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;
}
#googleMap {
  height: 400px;
}
/* Sections
-----------------------------------------------------------------------------*/
.section {
  overflow: hidden;
}
.sectionText {
  padding: 36px 36px 0 36px;
  width: 80%;
}
.sectionText h3 {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-size: 3.0rem;
  line-height: 3.2rem;
  color: #003D79;
  font-weight: 200;
}
.sectionText .h3 {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-size: 3.0rem;
  line-height: 3.2rem;
  color: #003D79;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sectionText .h3:hover, .sectionText .h3:focus {
  text-decoration: none;
  letter-spacing: 2px;
}
.sectionHero {
  height: 400px;
  background-color: #EFEFEF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.subsubpages a {
  display: block;
  padding: 4px 0 4px 8px;
  border-bottom: 1px dashed rgba(68, 68, 68, .2);
  -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;
}
.subsubpages a:hover, .subsubpages a:focus {
  background: rgba(68, 68, 68, .2);
  text-decoration: none;
}
#tariff {
  text-align: center;
}
#tariff a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#tariff a:hover, #tariff a:focus {
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
}
#tariff img {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #CCC;
  width: 33%;
  height: auto;
}
@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;
  }
  #tariff img {
    width: 48%;
  }
  #sidebar1 {
    display: block;
  }
  #onThisPage1 {
    display: block;
  }
  #relatedPages1 {
    display: none;
  }
  #sideNews1 {
    display: none;
  }
  #sidebar2 {
    display: block;
  }
  #onThisPage2 {
    display: none;
  }
  #relatedPages2 {
    display: block;
  }
  #sideNews2 {
    display: block;
  }
}