body {
  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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

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

.footer {
  margin-top: auto;
  box-shadow: 0 -2px 19px 3px rgba(70, 70, 70, 0.44);
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-paragraph {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.image {
  margin-top: 0px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.header-div {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/header2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 2px 19px 3px rgba(70, 70, 70, 0.44);
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  width: 100%;
  padding: 20px;
  background-color: transparent;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.header-title {
  padding-right: 0px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.div-hero {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 90px;
  margin-left: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-hero.hero-title {
  margin-top: 90px;
  margin-left: 75px;
  -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;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-left: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header-hero {
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.brand {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: static;
  display: block;
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:active {
  text-decoration: overline;
}

.nav-link:focus {
  text-decoration: underline;
}

.nav-link:visited {
  text-decoration: none;
}

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

.header-nav-button-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 140px;
  bottom: auto;
  max-height: 50px;
  padding-left: 0px;
}

.menu-button {
  display: none;
}

.heading {
  margin-bottom: 50px;
  margin-left: 185px;
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-size: 36px;
  font-weight: 300;
}

.heading-2 {
  margin-left: 140px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-3 {
  margin-top: -10px;
  margin-bottom: 0px;
  margin-left: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.paragraph {
  max-width: 80%;
  min-width: 50%;
  margin-top: 20px;
  margin-left: 160px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.paragraph.indented {
  width: 0%;
  max-width: 75%;
  min-width: 60%;
  margin-right: 0px;
  margin-left: 140px;
}

.section-div {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: 100px;
}

.section-div.contact {
  width: 60%;
  max-width: 100%;
  margin-left: 220px;
}

.div-block {
  height: 1px;
  max-width: 50%;
  margin: 30px auto 35px 140px;
  background-color: rgba(70, 70, 70, 0.2);
}

.div-block-2 {
  max-width: 100.02747%;
}

.job-div {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.heading-4 {
  margin-left: 140px;
  font-family: 'Open Sans', sans-serif;
}

.heading-5 {
  margin-left: 140px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 42%, 0.85);
  font-size: 20px;
  font-weight: 300;
}

.heading-5.indented {
  max-width: 75%;
  margin-left: 140px;
}

.hr {
  margin-bottom: 20px;
}

.spacer {
  min-height: 100px;
  margin-top: 200px;
}

.spacer.footer {
  box-shadow: none;
}

.spacer.header {
  margin-top: 200px;
}

.spacer.misc {
  margin-top: 0px;
}

.image-2 {
  max-width: 50%;
  margin-bottom: 20px;
  margin-left: 480px;
}

.form-block {
  width: 65%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-left: 10px;
}

.text-field {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.text-field-2 {
  overflow: visible;
  height: 250px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.textarea {
  min-height: 250px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.button {
  position: absolute;
  margin-top: 25px;
  padding-right: 43px;
  padding-left: 43px;
  border-radius: 5px;
  background-color: #354e4e;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.p1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.div-block-3 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-4 {
  width: 75%;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-2 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block {
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  margin: 70px auto auto;
}

.nav-link-2 {
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2:active {
  text-decoration: overline;
}

.nav-link-2:focus {
  text-decoration: underline;
}

.nav-link-2:visited {
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link-2.w--current:focus {
  text-decoration: none;
}

.nav-menu {
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 220px;
  white-space: nowrap;
}

.returntotopbutton-div {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 15%;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .header-div {
    height: 150px;
  }

  .header-nav-button-div {
    display: block;
  }

  .heading {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .heading-2 {
    margin-left: auto;
  }

  .heading-3 {
    margin-left: auto;
  }

  .paragraph {
    max-width: 100%;
    min-width: 80%;
    margin-left: 20px;
  }

  .paragraph.indented {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-div {
    margin-left: auto;
  }

  .section-div.contact {
    margin-left: 0px;
  }

  .div-block {
    max-width: 100%;
    margin-left: 0px;
  }

  .job-div {
    max-width: 90%;
    margin-left: auto;
  }

  .heading-4 {
    margin-left: auto;
  }

  .heading-5 {
    margin-left: auto;
  }

  .heading-5.indented {
    position: static;
    margin-left: auto;
  }

  .spacer {
    min-height: 30px;
    margin-top: 150px;
  }

  .spacer.footer {
    margin-top: 105px;
  }

  .image-2 {
    margin-left: 60px;
  }

  .form-block {
    width: 100%;
    margin-left: 0px;
    padding-right: 10px;
  }

  .div-block-3 {
    max-width: 90%;
  }

  .icon {
    color: #fff;
  }

  .navbar-2 {
    height: 150px;
    margin-top: 0px;
  }

  .brand-2 {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-2 {
    display: none;
    margin-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-2 {
    color: #464646;
    text-align: center;
  }

  .nav-link-2.w--current {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #464646;
    text-align: center;
  }

  .icon-2 {
    color: #fff;
    font-weight: 400;
  }

  .nav-menu {
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    height: 275px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    background-color: #fff;
    box-shadow: 0 5px 12px -4px rgba(0, 0, 0, 0.38);
    opacity: 0.98;
    white-space: pre-wrap;
  }

  .menu-button-2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 100px;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .spacer {
    margin-top: 150px;
  }
}

@media screen and (max-width: 479px) {
  .footer-paragraph {
    font-size: 10px;
    text-align: center;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    display: block;
  }

  .heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .heading-2 {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-3 {
    margin-left: 0px;
    font-size: 14px;
  }

  .paragraph {
    margin-left: 0px;
  }

  .section-div {
    width: 90%;
    margin-left: auto;
  }

  .job-div {
    max-width: 100%;
  }

  .image-2 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-block {
    margin-bottom: 90px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    font-size: 16px;
  }

  .brand-2 {
    margin-left: 0px;
  }

  .menu-button-2 {
    margin-left: 35px;
  }

  .image-3 {
    max-height: 80%;
    max-width: 80%;
  }
}

