:root {
  --dark-slate-gray: #262c46;
  --silver: rgba(194, 190, 179, .59);
  --dark-slate-gray-2: rgba(49, 43, 61, .89);
  --light-sea-green: #1abc9c;
  --peru: #b59143;
  --sandy-brown: #fac960;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

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

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

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

.button {
  width: 30%;
  height: 54px;
  float: left;
  color: #fff;
  text-align: center;
  background-color: #a8863d;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: -1px;
  padding: 4px 29px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button:hover {
  background-color: #18c7aa;
}

.field {
  width: 70%;
  height: 54px;
  float: left;
  color: #806732;
  background-color: #fff;
  border: 0 solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: box-shadow .15s;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0);
}

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

.sign-up-form {
  margin-top: 40px;
  display: none;
}

.social-widget {
  width: 100px;
  float: left;
  transition: opacity .3s;
}

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

.success-message {
  color: #fff;
  background-color: #b59143;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

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

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

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

.container {
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}

.social-section {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .07);
  background-clip: padding-box;
  padding-top: 58px;
  padding-bottom: 58px;
}

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

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

.social-btn {
  opacity: .15;
  margin-left: 17px;
  padding-left: 2px;
  padding-right: 2px;
  transition: opacity .25s;
  display: none;
}

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

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

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

.left-nav {
  padding-left: 0;
}

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

.brand {
  color: #2e2e2e;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
}

.logo {
  margin-top: 0;
  margin-left: -5px;
  margin-right: 13px;
}

.logo.footer {
  background-image: none;
  margin: 0 auto 21px;
  display: block;
}

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

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

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

.section.grey {
  background-color: #f2f2f2;
  background-image: url('../images/Artboard-44x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grey-heading {
  color: #002f47;
  text-align: center;
  text-shadow: none;
}

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

.phone-image {
  width: 381px;
  display: inline-block;
}

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

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 27px;
}

.paragraph {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.paragraph-copy {
  color: rgba(0, 0, 0, .6);
  text-align: left;
}

.paregraph---white {
  color: rgba(255, 255, 255, .73);
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.paragraph-2 {
  color: rgba(0, 0, 0, .6);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.team-slider {
  background-color: rgba(245, 247, 250, .02);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.team-block {
  background-color: #fff;
  margin-left: 0;
  padding-bottom: 24px;
  padding-left: 0;
}

.team-member-image-two {
  object-fit: fill;
  margin-bottom: 18px;
}

.team-block-info {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two {
  color: rgba(0, 0, 0, .44);
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  color: rgba(0, 0, 0, .59);
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: block;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.heading-2 {
  color: #002f47;
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-3 {
  color: rgba(0, 0, 0, .53);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.image {
  background-image: url('../images/Artboard-44x.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-3 {
  color: rgba(0, 0, 0, .49);
  text-align: center;
}

.fo {
  text-align: center;
  padding-top: 81px;
  padding-bottom: 81px;
}

.fo.hero {
  text-align: center;
  background-color: #578832;
  padding-top: 92px;
  padding-bottom: 92px;
}

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

.fo.grey {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.paragraph-4 {
  color: rgba(0, 0, 0, .59);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  opacity: .44;
  color: rgba(0, 0, 0, .48);
  background-color: #000;
  margin-top: 40px;
}

.heading-4 {
  color: #002f47;
}

.image-3 {
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.container-4 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-4 {
  margin-top: 20px;
}

.image-5 {
  mix-blend-mode: multiply;
}

.link-block {
  min-height: 20px;
  min-width: 20px;
  object-fit: fill;
  background-image: url('../images/email-icon-black.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: visible;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -10px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 30%;
  }

  .field {
    width: 70%;
  }

  .social-btn {
    transition: all .2s;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 40%;
  }

  .field {
    width: 60%;
  }

  .container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo {
    margin-left: 10px;
  }

  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .fo.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: none;
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 0;
  }

  .field {
    width: 100%;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 194px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .right-nav {
    display: none;
  }

  .logo {
    object-fit: contain;
    margin-right: 0;
  }

  .section {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .grey-heading {
    text-shadow: none;
  }

  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }

  .phone-image {
    width: 80%;
  }

  .paragraph, .paregraph---white, .paragraph-2 {
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    flex-direction: row;
    display: block;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .fo {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }
}


