/*
Saybr Red:  #A41E36
Saybr Gray: #555555
Saybr Blue: #133051
*/
#pageTitles {
  background-color: #DDD;
  background-image: url('/media/static/images/saber-metal.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 150px 0 24px 0;
  border-bottom: 2px solid #FFF;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
}
#pageTitles h1 {
  font-size: 3rem;
  line-height: 3.1rem;
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
}
#pageTitles h2 {
  color: #333;
}
/* 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, .2);
}
/* Section
-----------------------------------------------------------------------------*/
.pageSection {
  overflow: hidden;
  margin: 0 0 24px 0;
}
.pageSection h2 {
  font-weight: 800;
  color: #A41E36;
  border-bottom: 1px solid #A41E36;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
}
/* Carousel
-----------------------------------------------------------------------------*/
.carouselImage {
  background-color: #444;
  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(.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;
}
/* Intro Box
-----------------------------------------------------------------------------*/
.introBox {
  padding: 48px 0 36px 0;
  background-color: #A41E36;
  background-image: url('/media/static/images/saybr-slashes.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: 80%;
  background-repeat: repeat-y;
}
.introBox .intro {
  padding: 0 0 0 24px;
  color: #FFF;
  border-left: 1px solid #FFF;
}
/* News
-------------------------------------------*/
.news-link {
  width: 48% !important;
}
.pageListing {
  border-bottom: 1px solid #DDD;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: block;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
.pageListing h3 {
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 0 0 0 0;
  margin: 0 0 8px 0;
}
.pageListing em {
  padding: 0 0 0 0;
  margin: 8px 0 0 0;
  display: block;
  color: #888;
  font-size: .8rem;
  line-height: 1.0rem;
}
.pageListing img {
  width: 18px;
  margin: 0 6px 0 0;
  float: left;
}
/* Projects
-------------------------------------------*/
.project_details {
  width: 90%;
}
.project_details tr {
  border-bottom: 1px solid #DDD;
}
.project_details th {
  color: #A41E36;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8rem;
  line-height: .85rem;
  text-align: left;
  padding: 12px 12px 12px 0;
  white-space: nowrap;
  width: 25%;
  vertical-align: baseline;
}
.project_details td {
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.3rem;
  text-align: left;
  padding: 12px 0 12px 0;
  vertical-align: baseline;
}
/* 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: #A41E36;
}
.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: #A41E36;
  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: 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: #A41E36;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.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: 700;
  color: #FFF;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}
.staffBox h4 {
  font-size: 1.0rem;
  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, .2);
  text-decoration: none;
}
/* MEDIA ELEMENTS
-------------------------------------------*/
.mediaElements {
  width: 48%;
  float: right;
  margin: 0 0 24px 24px;
}
.mediaElements img {
  margin: 0 0 6px 0;
}
/* FAQs
-------------------------------------------*/
#faqs {
  padding: 60px 0 60px 0;
  background-color: #CCC;
  background-image: url('/media/static/images/saybr-slashes.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: 90%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
#faqs h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 100;
  color: #444;
  margin: 0 0 36px 0;
  text-align: center;
}
/* Contact
-----------------------------------------------------------------------------*/
#contact {
  padding: 36px 0 36px 0;
  background-color: #EFEFEF;
}
.publicForm {
  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: #A41E36;
}
.publicForm button:hover, .publicForm button:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
/* Sections
-----------------------------------------------------------------------------*/
.accordionTitle {
  cursor: pointer;
  padding: 14px 14px 14px 24px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  color: #A41E36;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  background-color: #FFF;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.accordionActive, .accordionTitle:hover, .accordionTitle:focus {
  background-color: #EEE;
  color: #333;
}
.accordionBody {
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #333;
  padding: 0 18px;
  margin-bottom: 18px;
  background-color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionBody .intro2 {
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #333;
  margin-top: 12px;
}
.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: .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;
  }
.staffBox {
  display: inline-block;
  width: 100%;
  margin: 0 0 24px 0;
}

.introBox {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: concovertain;
  background-size: cover;
  background-position:110%;
  background-repeat: no-repeat;
}

  .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;
  }
}