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

h1 {
  margin: 0px 0px 10px;
  font-size: 38px;
  line-height: 37px;
  font-weight: 300;
}

h2 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #9ea8a4;
  font-size: 14px;
  line-height: 23px;
}

.button {
  display: inline-block;
  padding: 14px 26px;
  background-color: #25c485;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.header {
  height: 350px;
  background-color: #f5f7fa;
  background-image: url('../images/header_cropped.jpeg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 3px 0 0 #000;
}

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

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

.section.green {
  background-color: #f2f7f6;
}

.nav-link {
  display: block;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #32a879;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #166bcc;
}

.navigation {
  position: fixed;
  z-index: 10;
  width: 310px;
  padding: 33px 19px 38px;
  border-top: 3px solid #25c485;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.logo {
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
  text-transform: capitalize;
}

.align-right {
  padding-right: 25px;
  text-align: right;
}

.image {
  margin-bottom: 20px;
}

.image.thumbnail {
  max-width: 100%;
}

.thumbnail {
  margin-right: 21px;
  margin-bottom: 26px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.journal-entry {
  display: block;
  margin-bottom: 19px;
  padding: 18px 20px;
  border: 1px solid #dce6e4;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #333;
  text-decoration: none;
}

.journal-entry:hover {
  background-color: #f2f7f6;
}

.logo-link {
  margin-bottom: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.field {
  height: 53px;
  border: 1px solid #d1e6dd;
  box-shadow: inset 0 1px 0 0 transparent;
}

.field:focus {
  border-color: #24c786;
  box-shadow: inset 0 0 8px 0 transparent;
}

.field.comments {
  height: 101px;
}

.success {
  padding: 47px;
  background-color: #e3e3e3;
  color: #000;
  text-align: center;
}

.list {
  color: #9ea8a4;
  line-height: 23px;
}

.italic-text {
  font-size: 13px;
  text-align: center;
}

.image-2 {
  text-align: left;
}

.div-block {
  margin-bottom: 17px;
  text-align: center;
}

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

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

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

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

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.contactdata {
  height: auto;
}

.text-block {
  color: #9ea8a4;
  line-height: 23px;
}

.blacklink {
  color: #000;
}

@media screen and (max-width: 991px) {
  .navigation {
    width: 240px;
    padding-bottom: 17px;
  }

  .align-right {
    padding-right: 10px;
  }

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

  .container {
    max-width: 728px;
  }

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

@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }

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

  .navigation {
    position: static;
    width: 50%;
    min-width: 150px;
    padding-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 0 0 1px transparent;
  }

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

  .thumbnail {
    margin-right: 14px;
    margin-bottom: 15px;
  }

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

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .column {
    height: 0px;
    padding-bottom: 0px;
  }

  .column-3 {
    padding-bottom: 0px;
  }

  .column-4 {
    height: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }
}

#w-node-a6931a1a-e9b8-32d3-4bb9-b4efdb7f9731-4ff837ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

