body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.section {
  background-color: #fff;
  margin-top: -10px;
  padding: 40px 30px 10px;
  position: relative;
}

.section.section-gray {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 30px;
}

.call-to-action-section {
  color: #fff;
  background-color: #cf404d;
  padding: 30px 40px 40px 50px;
}

.call-to-action-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #000;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.hollow-button.red:hover {
  background-color: rgba(0, 0, 0, 0);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-field {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.footer-text {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  top: 15%;
}

.left-navigation {
  width: 310px;
  height: auto;
  background-color: #2d3e4f;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.nav-link.w--current:hover {
  color: #000;
}

.nav-link.remove {
  display: none;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.banner {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/white-squirrel-med.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content {
  width: auto;
  height: 100%;
  margin-top: -10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.content.neg-left {
  margin-left: -20px;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.body {
  padding-left: 309px;
}

.paragraph {
  width: 90%;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block {
  text-align: center;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.div-block-2 {
  text-align: center;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.heading-3 {
  color: #000;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.form-div {
  color: #000;
  text-align: center;
}

.body-2 {
  padding-left: 309px;
}

.utility-page-wrap {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.utility-page-content {
  width: auto;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: block;
}

.body-3 {
  height: auto;
  padding-left: 0;
}

.heading-4 {
  color: #000;
  margin-top: 40px;
  font-family: PT Serif, serif;
}

.text-block {
  color: #000;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.heading-5 {
  color: #fff;
  margin-top: 60px;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

.html-embed {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .brand-text {
    font-size: 30px;
    line-height: 30px;
  }

  .section {
    padding-left: 20px;
    padding-right: 0;
  }

  .call-to-action-section {
    padding-left: 70px;
  }

  .call-to-action-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-heading {
    font-size: 54px;
    line-height: 54px;
  }

  .hero-subheading, .hollow-button.white, .hollow-button.red {
    font-size: 22px;
    line-height: 26px;
  }

  .section-heading.centered {
    font-size: 44px;
    line-height: 48px;
  }

  .footer-text {
    font-size: 22px;
    line-height: 26px;
  }

  .left-navigation {
    width: 340px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 24px;
    line-height: 28px;
  }

  .content, .content.neg-left {
    margin-left: 0;
  }

  .paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .heading {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-5 {
    font-size: 48px;
    line-height: 52px;
  }

  .html-embed {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .brand-text {
    font-size: 32px;
    line-height: 32px;
  }

  .section {
    padding-left: 50px;
  }

  .call-to-action-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .hero-heading {
    font-size: 58px;
    line-height: 58px;
  }

  .hero-subheading, .hollow-button.white, .hollow-button.red {
    font-size: 26px;
    line-height: 30px;
  }

  .section-heading.centered {
    font-size: 48px;
    line-height: 52px;
  }

  .footer-text {
    font-size: 26px;
    line-height: 30px;
  }

  .left-navigation {
    width: 360px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 26px;
    line-height: 30px;
  }

  .heading {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 52px;
    line-height: 56px;
  }

  .html-embed {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .brand-text {
    font-size: 36px;
    line-height: 36px;
  }

  .section {
    padding-left: 100px;
  }

  .call-to-action-heading {
    font-size: 44px;
    line-height: 48px;
  }

  .hero-heading {
    font-size: 62px;
    line-height: 62px;
  }

  .hero-subheading, .hollow-button.white, .hollow-button.red {
    font-size: 30px;
    line-height: 34px;
  }

  .section-heading.centered {
    font-size: 52px;
    line-height: 56px;
  }

  .footer-text {
    font-size: 30px;
    line-height: 34px;
  }

  .left-navigation {
    width: 400px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 30px;
    line-height: 34px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 48px;
  }

  .paragraph-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 42px;
  }

  .text-block {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-5 {
    margin-top: 60px;
    font-size: 56px;
    line-height: 60px;
  }

  .html-embed {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .hamburger-button.w--open {
    background-color: #000;
    border: 1px solid #fff;
  }

  .brand-text {
    padding-left: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .section.section-gray {
    padding-right: 20px;
  }

  .call-to-action-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .call-to-action-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .align-right {
    text-align: left;
  }

  .hero-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 44px;
    line-height: 44px;
  }

  .hollow-button.white {
    margin-left: 5px;
    padding-left: 20px;
  }

  .section-heading.centered {
    font-size: 36px;
    line-height: 40px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: auto;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
  }

  .nav-menu {
    width: 40%;
    background-color: #49647b;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    width: auto;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/white-squirrel.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 200px;
  }

  .content {
    height: auto;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }

  .body {
    margin-left: -10px;
    padding-left: 0;
  }

  .body-2 {
    padding-left: 0;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .brand-text {
    font-size: 24px;
    line-height: 40px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 28px;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
  }

  .section-title-group {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    margin-top: 0;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .banner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 160px;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-button {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-left: 40%;
    margin-right: 40%;
    padding: 20px 0;
  }

  .brand-text {
    padding-left: 0;
  }

  .call-to-action-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .call-to-action-heading {
    margin-top: 0;
  }

  .hero-heading {
    margin-top: 0;
    padding-top: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-subheading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading.centered {
    font-size: 32px;
    line-height: 36px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .logo-link {
    float: none;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .banner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .content {
    margin-top: -10px;
    margin-right: 0;
  }

  .body {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-5 {
    margin-top: 30px;
    font-size: 28px;
    line-height: 32px;
  }
}


