/* 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: "aquavit", sans-serif;
}
.sans-serif {
  font-family: "area-normal", sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.mobile-nav {
  height: 0;
  overflow: hidden;
}
.menu-toggle {
  color: #E45717 !important;
  font-size: 18px;
  position: absolute;
  background: none!important;
  border: none!important;
  top: 10px;
  right: 10px;
  outline: none;
  z-index: 500;
  display: none;
}
.menu-toggle:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .site-header {
    position: fixed!important;
    z-index: 9999;
    transform: translateY(0) !important;
    opacity: 1!important;
    background: url(images/banner-bg.jpg) no-repeat center center !important;
    padding: 0 0 120px 0;
    position: relative;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    -webkit-transition: all linear 150ms;
    -moz-transition: all linear 150ms;
    -ms-transition: all linear 150ms;
    -o-transition: all linear 150ms;
  }
  .site-header img.logo {
    margin-top: 120px;
    -webkit-transition: all linear 150ms;
    -moz-transition: all linear 150ms;
    -ms-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    display: block;
    width: 240px;
  }
  .site-header.active {
    padding-bottom: 30px;
  }
  .site-header.active img.logo {
    width: 140px;
    margin-top: 30px;
  }
  .site-header.subpage {
    background: #001C33 !important;
    padding: 0px 0 30px 0!important;
  }
  .site-header.subpage img.logo {
    margin-top: 30px;
  }
  .site-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .site-header img.logo {
    opacity: 1!important;
    position: relative;
    z-index: 100;
  }
  #about {
    margin-top: 340px;
  }
  .site-footer .swoop-right {
    display: none;
  }
  .site-footer .footer-form .gform_wrapper .gform_footer {
    text-align: center !important;
    margin: 10px 0 10px 0!important;
  }
  .footer-content {
    padding-bottom: 20px!important;
  }
  .footer-form h6 {
    line-height: 1.2;
  }
  .footer-form-wrap.px-80.py-80 {
    padding: 20px!important;
  }
  .site-info {
    text-align: center;
  }
  .footer-contact a {
    font-size: 15px!important;
  }
  .banner-section {
    padding: 40px 0 40px 0;
  }
  .banner-section .banner-content h1 {
    font-size: 50px;
  }
  .banner-section.homepage-video {
    display: none;
    height: auto!important;
  }
  .banner-section.homepage-video video {
    display: none!important;
  }
  .banner-section.homepage-video .banner-logo {
    display: none;
  }
  .site-main h2,
  .site-main h3,
  .site-main h4,
  .site-main h5 {
    line-height: 1.2;
  }
  .main-navigation {
    display: none;
  }
  .section-head {
    font-size: 38px;
    line-height: 1.2;
  }
  a.button {
    font-size: 14px!important;
  }
  .site-branding img.logo {
    max-width: 240px;
    display: inline-block;
    vertical-align: top;
  }
  .team-item .title h6 {
    line-height: 1.2;
  }
  #team-section .text-box {
    width: 100%;
    text-align: center;
  }
  #team-section .text-box:before {
    width: 200%!important;
    opacity: 0.4;
  }
  a.fixed-link {
    display: none;
  }
  .menu-toggle {
    display: inline-block;
  }
  #primary,
  #secondary {
    padding: 20px 10px 20px 10px;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-hide {
    display: none!important;
  }
}
