.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  color: #8a6d2f;
  font-size: 44px;
  line-height: 54px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 27px;
  color: #8a6d2f;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 60px;
  padding-left: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

a {
  color: #0071bc;
  text-decoration: underline;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #383838;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #0071bc;
}

.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: proxima-nova, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #fac960;
}

.sign-up-form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #0071bc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.spread-word {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #fac960;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #0071bc;
}

.container {
  padding: 40px 70px;
  color: #222;
}

.social-section {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #fac960;
  text-align: center;
}

.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  margin-left: 17px;
  padding-right: 2px;
  padding-left: 2px;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.social-btn:hover {
  opacity: 0.7;
}

.social-btn.footer {
  margin-right: 9px;
  margin-left: 9px;
}

.navbar {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #f8f8f8;
}

.right-nav {
  padding-top: 2px;
  opacity: 0;
  text-align: right;
}

.brand {
  display: inline-block;
  color: #2e2e2e;
  font-size: 32px;
  line-height: 22px;
  font-weight: 500;
}

.logo {
  min-width: 255px;
  margin-top: -3px;
  margin-right: 13px;
}

.logo.footer {
  display: block;
  margin: 60px auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 0px;
  border-color: transparent;
  text-align: center;
}

.section.hero {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.section.hero.success {
  background-color: #0071bc;
}

.section.grey {
  background-color: #f2f2f2;
}

.section.hero-copy {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #fff;
  text-align: center;
}

.section.hero-copy.success {
  background-color: #18c7aa;
}

.section.blue {
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #f8f8f8;
  background-image: url('../images/Logo_Grey_8p.svg');
  background-position: -30% 50%;
  background-size: auto 157%;
  background-repeat: no-repeat;
}

.section.orange {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.section.dark-grey {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #000;
}

.grey-heading {
  font-family: proxima-nova, sans-serif;
  color: rgba(0, 0, 0, 0.56);
  text-shadow: none;
}

.image-crop {
  overflow: hidden;
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
}

.phone-image {
  width: 381px;
}

.infinite {
  margin-top: 52px;
  opacity: 0.15;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #383838;
  font-size: 34px;
  line-height: 45px;
  font-weight: 100;
}

.image {
  max-width: 57%;
  margin-bottom: 0px;
  opacity: 1;
}

.white-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  text-shadow: none;
}

.paragraph-white {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

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

.section-header {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.section-header.hero {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
}

.section-header.hero.success {
  background-color: #0071bc;
}

.section-header.grey {
  background-color: #f2f2f2;
}

.section-header.hero-copy {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #fff;
  text-align: center;
}

.section-header.hero-copy.success {
  background-color: #0071bc;
}

.section-header.blue {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0071bc;
}

.section-header.orange {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fbb03b;
}

.section-header.dark-grey {
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.paragraph {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto 0.25fr;
  grid-template-rows: auto auto auto 0.25fr;
  border-radius: 0px;
}

.heading-bold {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #383838;
  font-size: 33px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.container-2 {
  color: #fff;
}

.paragraph-2 {
  font-family: proxima-nova, sans-serif;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
}

.link-block {
  max-width: 100%;
}

.paragraph_grey {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #383838;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.grid-2 {
  margin-top: 20px;
  margin-bottom: 140px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area-2 Area-3 Area-4" "Area-6 Area-7 Area-8 Area-9" "Area-11 Area-12 Area-13 Area-14";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-rows: auto auto auto;
  opacity: 0.52;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}

.image-2 {
  background-color: #1d1d1d;
}

.image-3 {
  height: 60px;
  max-width: 100%;
}

.image-4 {
  height: 84px;
  max-width: 100%;
}

.image-5 {
  height: 61px;
  max-width: 100%;
  min-width: 0%;
}

.image-6 {
  height: 60px;
  max-width: 100%;
}

.image-7 {
  height: 65px;
}

.image-8 {
  height: 70px;
}

.image-9 {
  width: 150px;
}

.image-10 {
  width: 150px;
}

.image-11 {
  height: 60px;
}

.image-12 {
  height: 34px;
}

.image-13 {
  width: 171px;
}

.image-14 {
  height: 70px;
}

@media screen and (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .section.blue {
    background-position: 142% 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section.hero-copy {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section.blue {
    background-position: 93% 50%;
  }
  .section-header.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section-header.hero-copy {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .section {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .section.blue {
    background-position: 84% 50%;
  }
  .grey-heading {
    text-shadow: none;
  }
  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }
  .phone-image {
    width: 80%;
  }
  .heading {
    margin-right: 0px;
    margin-left: 0px;
  }
  .white-heading {
    text-shadow: none;
  }
  .paragraph-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-header {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph_grey {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-e1cec2e5db6c-96e27bb1 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-7;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1669482b43b-96e27bb1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4d3a6f7a8482-96e27bb1 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-11;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9f8e7fa3554a-96e27bb1 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: Area-9;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-735bce8c58ef-96e27bb1 {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: Area-13;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8abe043a07e7-96e27bb1 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-56ef12e5aa0b-96e27bb1 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: Area-4;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8b90dee40297-96e27bb1 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-8;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f41324be4243-96e27bb1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.grid-2>#w-node-f41324be4243-96e27bb1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-e8ad9aaf5b2b-96e27bb1 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-00ba3f92f76d-96e27bb1 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-12;
}

