/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  position: relative;
}
.central.narrow {
  max-width: 960px!important;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: "transducer", sans-serif;
}
.sans-serif {
  font-family: "scandia-web", sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.mobile-nav {
  height: 0;
  overflow: hidden;
}
.mobile-nav ul.menu {
  width: 100%;
  background: #39424E;
  padding: 0;
  margin: 0;
}
.mobile-nav ul.menu > li {
  display: block;
  text-align: center;
  overflow: hidden;
}
.mobile-nav ul.menu > li ul.sub-menu {
  list-style-type: none!important;
  margin: 0;
  padding: 0;
  height: 0;
  background: #232931;
}
.mobile-nav ul.menu > li ul.sub-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.mobile-nav ul.menu > li ul.sub-menu > li > a {
  font-size: 15px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  letter-spacing: 0.08em;
  transform: translateY(20px);
  font-family: "transducer", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none;
}
.mobile-nav ul.menu > li a {
  display: block;
  width: 100%;
  padding: 15px;
  font-family: "transducer", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #FFCE00;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-toggle {
  color: #FFCE00 !important;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
  z-index: 500;
  display: none;
  background: none!important;
  border: none!important;
}
.menu-toggle:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  #primary-menu > li > a {
    font-size: 13px;
    padding: 0 4px 20px 4px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header {
    position: relative;
    padding-bottom: 30px;
  }
  .main-navigation {
    display: none;
  }
  .site-branding img.logo {
    max-width: 240px;
    display: inline-block;
    vertical-align: top;
  }
  .footable_parent table.foo-table.vertical_centered tbody > tr > td,
  .footable_parent table.foo-table.vertical_centered thead > tr > th {
    display: block!important;
    width: 100%!important;
    border: none!important;
  }
  .foo-table thead {
    display: none!important;
  }
  .people-item .image {
    display: none!important;
  }
  .menu-toggle {
    display: inline-block;
  }
  .banner-section.homepage-video {
    position: relative;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background: #39424E url(images/banner.jpg) no-repeat center center;
    height: auto;
  }
  .banner-section.homepage-video:after {
    display: none!important;
  }
  .banner-section.homepage-video video {
    display: none;
  }
  .banner-section.homepage-video h1.banner-title {
    font-size: 32px!important;
  }
  .banner-section.homepage-video .banner-content {
    top: auto!important;
    transform: translateY(0) !important;
  }
  .banner-section.homepage-video .banner-footer {
    position: relative!important;
    bottom: auto!important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px!important;
  }
  .banner-section.homepage-video .banner-footer .bf-item {
    padding: 20px!important;
  }
  .banner-section.homepage-video .banner-footer .splw-lite-wrapper {
    text-align: center !important;
  }
  .banner-section.homepage-video .banner-footer .splw-lite-wrapper .splw-cur-temp {
    justify-content: center!important;
  }
  .banner-section.subpage {
    margin-top: 0!important;
    padding: 50px 0 50px 0!important;
  }
  .banner-section.subpage .banner-content h1.banner-title {
    font-size: 36px;
  }
  .banner-section .banner-footer .bf-item {
    border: none!important;
  }
  .section-head {
    font-size: 32px!important;
    line-height: 1.2;
  }
  .overlap-section {
    transform: none!important;
    width: 100%!important;
  }
  .overlap-section:first-of-type {
    aspect-ratio: 1!important;
  }
  .right-side,
  .left-side {
    padding: 20px!important;
  }
  .footer-navigation {
    display: none!important;
  }
  .footer-content {
    text-align: center;
  }
  .footer-content a.readmore {
    display: block;
  }
  #primary,
  #secondary {
    padding: 20px 10px 20px 10px;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-hide {
    display: none!important;
  }
}
