nav.transparent .nav-bar {
    border-bottom: none;
}
/****** Button ******/
input[type="submit"], button[type="submit"] {
    text-transform: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-size: inherit;
    font-weight: bold;
}
/****** Inputs,  and placeholders ******/
input, textarea, ::placeholder  {
    text-transform: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-size: inherit;
    font-weight: 500;
}
.logo {
    max-height: 60%;
}
.nav-bar {
    line-height: 80px;
    max-height: 80px;
}
.nav-bar .module, .nav-bar .module-group {
    height: 80px;
}
.nav-bar a {
    height: 80px;
}
input[type="submit"], button[type="submit"] {
    border: 2px solid #D15220;
    background: #D15220;
}
.color-primary {
    color: #D15220 !important;
}
.btn, .btn:hover {
    text-transform: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-size: inherit;
    font-weight: bold;
    background: #D15220;
    width: 100%;
    height: 50px;
    line-height: 48px;
}
.image-bg .btn.btn-filled, .image-bg .btn.btn-filled:visited {
    border-color: #D15220;
    background: #D15220;
    opacity: 1;
    color: #fff;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.profile-image {
    margin-bottom: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 24px;
}

.overlay:before {
    opacity: 0.5;
}

.btn-filled.btn {
    margin-top: 70px;
}
.text-shadow {
    text-shadow: 1px 1px 6px rgba(0,0,0,0.30);
}
@media (max-width: 990px) {
    .image-bg h1, .image-bg h2, .image-bg h3, .image-bg h4, .image-bg h5, .image-bg h6 {
        text-align: center;
    }
    .profile-image {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 200px;
    }
    .btn-filled.btn {
        margin-top: 0;
    }
  }
/****** Customize email input from https://www.freecontactform.com/ ******/
input[type="email"] {
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.js-validate-error-label {
    color: red;
    margin-bottom: 24px;
    margin-top: -24px;
}
.fcf-attribution {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}
.fcf-attribution a {
    color: inherit;
}
#fcf-thank-you {
    text-align: center;
}
#fcf-thank-you h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#fcf-thank-you a:nth-child(5) {
    font-size: 12px;
    color: inherit;
}
/****** Remove blue outline from FCF email input ******/
input[type="email"]:focus {
    outline: 1px solid #ccc;
  }
/****** Slider fixes ******/
  @media all and (max-width: 767px) {
    .image-slider.height-70 .slides li {
      height: auto;
      min-height: none;
      padding: 80px 0;
    }
    .image-slider.height-70 .v-align-transform {
      top: 0;
      transform: none;
      -webkit-transform: none;
    }
  }
  @media (max-width: 990px) { /****** Adjust font size at bigger breakpoint ******/
  h1, h1.large, .h1 {
      font-size: 32px;
      line-height: 40px;
      font-weight: 300;
  }
  p.lead {
      font-size: 13px;
      line-height: 24px;
  }
}
.background-image-holder {
    background-position: 15% 80% !important;
}