.text-span-15 {
  color: #50b84e;
}

.h2-regular {
  margin-bottom: 36px;
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

.h2-regular.smaller {
  font-size: 30px;
}

.h2-regular.smaller.center {
  font-size: 35px;
}

.h2-regular.center {
  text-align: center;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.background-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.service-text {
  height: 5em;
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.no-top-margin {
  margin-top: 0px;
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
}

.footer-logo {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.footer-logo:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.text-block-25 {
  display: block;
  color: #000;
}

.brand-mobile {
  display: none;
  height: 106px;
  -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;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand-mobile:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.brand-mobile.w--current {
  display: none;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px none #414141;
  border-bottom: 1px none #414141;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 800px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.center-content.padding {
  padding-right: 5px;
  padding-left: 5px;
}

.subtitle {
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.subtitle.white {
  display: block;
}

.subtitle.white.shadow {
  font-size: 20px;
  text-shadow: 2px 2px 8px #000;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 0px auto 40px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.hero-column.home {
  width: 80%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #50b84e;
}

.move-up {
  margin-right: 0px;
  margin-left: 0px;
  color: #8f8f8f;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image {
  color: #000;
}

.heading-13 {
  height: 2.5em;
  font-family: roboto, sans-serif;
  color: #099;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  border: 1px none #000;
  color: #286150;
  font-size: 16px;
  text-decoration: none;
}

.menu-link.black.w--current {
  color: #deac55;
}

.menu-link.black {
  height: 30px;
  color: #286150;
  font-size: 16px;
}

.menu-link.black.w--current {
  color: #deac55;
}

.nav-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h1-hero {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 65px;
  line-height: 75px;
}

.h1-hero.green {
  color: #000;
}

.footer-menu-text {
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.text-field {
  height: 42.5px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #414141 #414141 #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  text-align: left;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  text-align: left;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  text-align: left;
}

.text-field::placeholder {
  color: #fff;
  text-align: left;
}

.heading-box {
  width: 98%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.heading-box.services-pad {
  margin-top: 65px;
}

.intro-box {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.paragraph-small {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

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

.content-section {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.content-section.double {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.content-section.hidden {
  overflow: hidden;
  padding-top: 0px;
}

.content-section.hidden {
  overflow: hidden;
  padding-top: 100px;
}

.content-section.post {
  padding-top: 40px;
  padding-bottom: 80px;
}

.content-section.post-page {
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -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;
  border-radius: 50%;
  background-color: #9b9b9b;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -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;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -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/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');*/
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/clients_image.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/clients_image.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.absolute.monitors {
  background-image: url('../images/AdobeStock_230837376.jpeg');
  background-position: 50% 50%;
}

.absolute.image-about2 {
  background-image: url('../images/about2.jpg');
  background-position: 25% 50%;
}

.absolute.contact-image {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.44)), to(rgba(65, 65, 65, 0.44))), url('../images/cta-image.jpg');
  background-image: linear-gradient(180deg, rgba(65, 65, 65, 0.44), rgba(65, 65, 65, 0.44)), url('../images/cta-image.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.absolute.services-image {
  height: 100%;
  background-image: url('../images/services_hero.jpg');
  background-position: 0% 50%;
}

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

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.top-margin {
  position: relative;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-margin._30-pixels {
  margin-top: 30px;
  text-align: center;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._5-pixels {
  margin-top: 5px;
  font-family: open-sans, sans-serif;
  font-weight: 300;
}

.top-margin._15-pixels {
  margin-top: 15px;
  color: #333;
}

.top-margin._10-pixels {
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._15-pixels {
  overflow: visible;
  margin-top: 15px;
}

.top-margin._120-pixels-mobile {
  margin-top: 120px;
}

.top-margin._35-pixels {
  margin-top: 35px;
}

.top-margin._120-pixels-mobile {
  margin-top: 120px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin.marg-top {
  margin-top: 45px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._15-pixels {
  margin-top: 15px;
  color: #333;
}

.flex-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-20 {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('../images/bullseye.png');
  background-position: 10% 90%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.navbar-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 5px solid #50b84e;
  background-color: #fff;
}

.scroll-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 33.5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  -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;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f4f3f0;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  background-color: #edece6;
}

.absolute-bg.darker {
  background-color: #e8e6dd;
}

.text-block-28 {
  color: #000;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #099;
}

.box-80-percent {
  width: 80%;
  max-width: 505px;
  padding-left: 10px;
}

.content-wrapper-wide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #333;
}

.text-container-3 {
  max-width: 537px;
  padding: 80px 70px;
  background-color: rgba(0, 153, 153, 0.9);
  color: #fff;
}

.absolute-bg-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #edece6;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
  font-size: 16px;
  line-height: 23px;
}

.button-2 {
  min-width: 135px;
  margin-top: 15px;
  padding: 14px 35px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #414141;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

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

.error-message {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.footer {
  position: relative;
  padding-bottom: 0px;
  border-top: 1px none #000;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.nav-column {
  width: 20%;
}

.nav-column.right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.our-services {
  margin-top: 60px;
}

.submit-button-3 {
  width: 50%;
  height: 42.5px;
  margin-top: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: #50b84e;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: none;
}

.submit-button-3:hover {
  background-color: #50b84e;
  color: #fff;
}

.submit-button-3.center {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-width: 3px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.heading.form-title {
  font-size: 45px;
}

.heading.form-title.white {
  margin-top: 40px;
  margin-bottom: 45px;
}

.text-field-full {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 18px;
  padding-bottom: 46px;
  padding-left: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: rgba(244, 243, 240, 0.5);
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.text-field-full::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-full:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-full::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-full::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-half {
  width: 48%;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: hsla(0, 0%, 100%, 0.5);
  text-align: left;
}

.text-field-half::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-half:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-half::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-half::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bold-text {
  color: #099;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
}

.bold-text-2 {
  color: #099;
  font-size: 25px;
  font-weight: 700;
}

.bold-text-3 {
  color: #099;
  font-size: 25px;
  font-weight: 700;
}

.bold-text-4 {
  font-family: roboto, sans-serif;
  color: #099;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.body {
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.image-14 {
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.image-15 {
  margin-right: 10px;
  padding-bottom: 10px;
}

.map-container {
  position: relative;
  width: 50%;
}

.nav-link-2 {
  height: 90px;
  padding-top: 32px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-weight: 400;
}

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

.nav-link-2:focus {
  color: #000;
}

.nav-link-2:visited {
  color: #000;
}

.nav-link-2.w--current {
  color: #50b84e;
}

.nav-link-2.hide {
  display: none;
}

.nav-link-2.nav-button-copy {
  height: 48px;
  margin-top: 21px;
  padding-top: 12px;
  padding-bottom: 0px;
  background-color: #50b84e;
  color: #fff;
  text-transform: uppercase;
}

.text-block-34 {
  color: #000;
}

.text-span-17 {
  color: #50b84e;
}

.footer-logo-column-2 {
  width: 20%;
  padding-right: 20px;
}

.link-green-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-green-2:hover {
  opacity: 0.8;
}

.heading-21 {
  margin-left: 20px;
  color: #000;
}

._50-percent-column-2 {
  position: relative;
  width: 50%;
}

.footer-menu-text-2 {
  color: #000;
  font-size: 16px;
  line-height: 23px;
}

.heading-box-2 {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.footer-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding: 50px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px none #000;
  color: #414141;
}

.footer-column-2 {
  width: 30%;
  padding-right: 20px;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 500px;
}

._50-percent-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.footer-title-2 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.flex-space-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.move-up-5 {
  color: #8f8f8f;
}

.max-width-400 {
  width: 40%;
  max-width: 400px;
}

.icon-margins {
  margin-top: 15px;
  margin-right: 20px;
}

.expand {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.relative {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.h2-white-big {
  margin-bottom: 0px;
  color: #fff;
  font-size: 55px;
}

.h1-regular {
  max-width: 100%;
  color: #000;
  font-size: 45px;
  font-weight: 700;
}

.h1-regular.head1 {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 65px;
}

.h1-regular.head2 {
  font-family: roboto, sans-serif;
  color: #099;
  font-size: 30px;
  font-weight: 400;
}

.h1-regular.head-about {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 65px;
}

.hero-heading-left {
  width: 100%;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
}

._90-percent-column {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.heading-22 {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 700;
}

.inner-hero {
  position: relative;
  padding-top: 0px;
}

.content-wrapper-wide-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #f50;
}

.perks-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.perks-item.last {
  margin-bottom: 0px;
}

.full-width-image {
  position: relative;
  overflow: hidden;
  height: 600px;
}
.full-width-image.blogfull {
    height: auto !important;
    min-height: 150px;
    max-height: 600px;
}
.white-columns {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 98px;
  column-gap: 98px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.text-container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 70px 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.text-block-6.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._31-percent-column {
  width: 31%;
}

.content-wrapper-services {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mini-title {
  color: #414141;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.image-absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -13%;
  overflow: hidden;
  margin-right: 22px;
  margin-left: 116px;
}

.half-column-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36 {
  width: 200px;
  margin-top: 6px;
  padding-right: 15px;
  background-color: transparent;
  color: #222;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.div-block-5 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.div-block-18 {
  margin-bottom: 10px;
  padding: 30px;
  border: 0px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.column-2 {
  position: static;
}

.text-block-38 {
  color: #333;
}

.heading-37 {
  overflow: visible;
  width: 480px;
  margin-top: 0px;
  margin-bottom: 2px;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-3 {
  text-decoration: none;
}

.columns-4 {
  margin-bottom: 17px;
  border-bottom: 0px solid #000;
}

.text-block-29 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: roboto, sans-serif;
  color: #099;
  font-size: 30px;
  font-weight: 300;
}

.text-block-32 {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.text-block-30 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 0px;
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-14 {
  margin-bottom: 20px;
  padding: 0px 20px 20px;
  border-bottom: 80px none #000;
  background-color: transparent;
  text-decoration: none;
}

.text-block-31 {
  margin-top: 14px;
  color: #333;
  font-size: 22px;
  font-weight: 300;
}

.section-3 {
  margin-top: 80px;
}

.link-2 {
  position: static;
  display: block;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 1px;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-2:hover {
  background-color: #50b84e;
  color: #fff;
}

.image-8 {
  margin-bottom: 20px;
}

.column-4 {
  background-color: transparent;
}

.left-column {
  width: 65%;
}

.right-column {
  width: 27%;
}

.post-margin {
  margin-bottom: 60px;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.full-image-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #edece6;
  text-align: center;
}

.hover-content {
  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: 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;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #8f8f8f;
  font-size: 16px;
}

.category-link:hover {
  opacity: 0.8;
}

.post-link {
  color: #000;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
}

.mintures-read {
  color: #f50;
  font-size: 13px;
}

.absolute-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-2.consultants {
  /*background-image: url('../images/annie-spratt-FSFfEQkd1sc-unsplash.jpg');*/
  background-position: 50% 50%;
}

.absolute-2.desks {
  background-image: url('../images/priscilla-du-preez-nF8xhLMmg0c-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.absolute-2.station {
  margin-bottom: 0px;
  background-image: url('../images/nails-sized.jpg');
  background-position: 0% 50%;
}

.absolute-2.preescreening {
  background-image: url('../images/preescreening1.jpg');
}

.absolute-2.talent-image {
  background-image: url('../images/pipeline.jpg');
  background-position: 50% 100%;
}

.absolute-2.recruitment-image {
  background-image: url('../images/recruitment_image1.jpg');
}

.absolute-2.process-image1 {
  background-image: url('../images/Process-Improvement-image.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.absolute-2.recruitment-image {
  background-image: url('../images/marketing.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute-2.cta-image {
  background-image: url('../images/cta-image.jpg');
  background-position: 50% 50%;
}

.rich-text-block {
  color: #333;
}

.post-left-column {
  width: 31%;
}

.text-span-29 {
  color: #50b84e;
}

.heading-box-left {
  width: 87%;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
}

.div-block-23 {
  padding: 20px;
}

.image-17 {
  overflow: visible;
}

.image-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-24 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/AdobeStock_210799372.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-span-14 {
  color: #50b84e;
  font-size: 50px;
}

.heading-38 {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
}

.services {
  position: relative;
  padding-top: 100px;
}

.industry-we-serve {
  position: relative;
  padding-top: 100px;
}

.industry-we-serve.double {
  padding-top: 0px;
  padding-bottom: 40px;
}

.text-span-9 {
  color: #50b84e;
}

.industry {
  margin-top: 60px;
  margin-bottom: 0px;
}

.industry-pic {
  position: relative;
  overflow: hidden;
  width: 25%;
}

.bold-text-10 {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
}

.para1 {
  margin-bottom: 20px;
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.para1.white {
  color: #fff;
}

.para1.white.center {
  text-align: center;
}

.para1.mrgtop {
  margin-top: 40px;
}

.para1.marg-top {
  margin-top: 40px;
}

.para2 {
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.bold-text-12 {
  color: #000;
  font-size: 35px;
}

.bold-text-14 {
  font-size: 35px;
}

._48-percent-column {
  width: 51%;
}

.menu-link-social {
  text-decoration: none;
}

.menu-link-social.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 10px;
  border: 1px none #000;
  color: #286150;
  font-size: 16px;
  text-decoration: none;
}

.menu-link-social.black.w--current {
  color: #deac55;
}

.menu-link-social.black {
  height: 30px;
  color: #286150;
  font-size: 16px;
}

.menu-link-social.black.w--current {
  color: #deac55;
}

.menu-link-social-2 {
  text-decoration: none;
}

.menu-link-social-2.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 10px;
  border: 1px none #000;
  color: #286150;
  font-size: 16px;
  text-decoration: none;
}

.menu-link-social-2.black.w--current {
  color: #deac55;
}

.menu-link-social-2.black {
  height: 30px;
  color: #286150;
  font-size: 16px;
}

.menu-link-social-2.black.w--current {
  color: #deac55;
}

.paragraph-pipe-1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: open-sans, sans-serif;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.paragraph-pipe-2 {
  margin-bottom: 20px;
  font-family: open-sans, sans-serif;
  color: #414141;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.pipe3 {
  margin-bottom: 20px;
  font-family: open-sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.content-section-2 {
  position: relative;
  padding-top: 100px;
}

.content-section-2.double {
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.content-section-last {
  position: relative;
  padding-top: 100px;
}

.content-section-last.double {
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.content-section-bot {
  position: relative;
  padding-top: 100px;
}

.content-section-bot.double {
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.content-section-bott {
  position: relative;
  padding-top: 100px;
}

.content-section-bott.double {
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.content-section-drop {
  position: relative;
  padding-top: 100px;
}

.content-section-drop.double {
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.containing-block {
  position: relative;
  width: 100%;
  height: 250px;
}

.columns-6 {
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.video-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-credit {
  margin-top: 13px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: center;
}

.para-2 {
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.para-2.white {
  color: #fff;
}

.image-18 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block-4 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.industries-title-double {
  position: static;
  padding-top: 0px;
  color: #099;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.industries-title-single {
  position: static;
  padding-top: 0px;
  color: #099;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.content-section-about {
  position: relative;
  margin-bottom: 100px;
  padding-top: 60px;
}

.our-story {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.benefits {
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 0px;
}

.benefits-title {
  color: #099;
  font-size: 25px;
  line-height: 30px;
}

.h1-hero-smaler {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 65px;
  line-height: 75px;
}

.h1-hero-smaler.no-bottom-margin {
  margin-right: auto;
  margin-left: auto;
  font-family: roboto, sans-serif;
  color: #099;
  font-size: 65px;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 1px 18px rgba(0, 0, 0, 0.69);
}

.h1-hero-smaler.no-bottom-margin.white {
  margin-top: 97px;
  color: #fff;
}

.button-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 42px;
  min-width: 100px;
  margin: 20px auto 10px;
  padding: 11px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: open-sans, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: none;
}

.button-more:hover {
  background-color: #50b84e;
  color: #fff;
  text-transform: none;
}

.expertise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1120px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-margin-1 {
  margin-top: 40px;
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
}

.column-8 {
  padding-left: 40px;
}

.in-house {
  margin-top: 60px;
}

.pad-left {
  padding-left: 40px;
}

.column-9 {
  padding-left: 20px;
}

.columns-8 {
  margin-top: 60px;
}

.pipeline-image {
  margin-top: 50px;
}

.text-block-42 {
  display: block;
  margin-top: 18px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 0px;
  color: #333;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-span {
  color: #50b84e;
}

.careers {
  position: relative;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #f8f8f8;
}

.top {
  margin-top: 20px;
}

.footer-column-3 {
  width: 20%;
  padding-right: 20px;
}

.footer-column-4 {
  width: 25%;
  padding-right: 20px;
}

.top-margin-contact1 {
  position: relative;
}

.top-margin-contact1._10-pixels {
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: left;
}

.top-margin-contact {
  position: relative;
}

.top-margin-contact._10-pixels {
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: left;
}

.abot-vid {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
}

.text-span-36 {
  color: #50b84e;
}

.balenced {
  padding-left: 20px;
}

.balenced.marg-top-2 {
  margin-top: 0px;
}

.about-button {
  width: 350px;
  padding: 5px 10px;
  color: #414141;
  text-decoration: none;
}

.about-button:hover {
  background-color: #50b84e;
  color: #fff;
}

.div-block-30 {
  border-style: solid;
  border-width: 2px;
  border-color: #50b84e;
}

.text-span-38 {
  text-decoration: none;
}

.text-span-39 {
  font-size: 20px;
  font-weight: 400;
}

.about-button-1 {
  margin-top: 20px;
  text-decoration: none;
}

.services-button-1 {
  margin-top: 34px;
  text-decoration: none;
}

.contact-button-1 {
  margin-top: 34px;
  text-decoration: none;
}

.no-top-margin-2 {
  margin-top: 0px;
  font-family: roboto, sans-serif;
  color: #fff;
  font-size: 50px;
}

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

.relative-height-2 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.text-span-40 {
  color: #50b84e;
}

.contact-wrap {
  position: relative;
  width: 100%;
}

.cntact-offset-left {
  position: relative;
  right: -160px;
  z-index: 10;
  width: 100%;
  min-width: 650px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  background-color: #099;
  background-image: url('../images/deal.svg');
  background-position: 2% 0%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.select-field-2 {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.5);
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.contact-section {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.text-span-27 {
  color: #50b84e;
}

.column-offset-right-2 {
  position: relative;
  left: -160px;
  z-index: 10;
  width: 89%;
  max-width: 540px;
  min-width: 540px;
  padding: 136px 40px 0px;
  background-color: #099;
  background-image: url('../images/target.png');
  background-position: 98% 2%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.menu-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  margin-left: 30px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #000;
}

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

.grey-section-heading {
  margin-top: 30px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.text-span-41 {
  color: #50b84e;
}

.white {
  color: #fff;
}

.div-block-31 {
  width: auto;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.about-section {
  position: relative;
  display: none;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 120px;
}

.hero-text {
  margin-top: 0px;
  margin-bottom: 145px;
}

.hero-right {
  width: 60%;
  margin-top: 27px;
  float: right;
  color: #fff;
  font-size: 18px;
}

.div-block-with-bullseye {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 107, 107, 0.5);
  background-image: url('../images/bullseye.png');
  background-position: 15% 90%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.industries-text {
  color: #099;
}

.inner-border {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 30;
  width: 90%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.inner-border:hover {
  opacity: 1;
}

.overlay {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 35;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  background-color: rgba(0, 153, 153, 0.5);
}

.overlay:hover {
  opacity: 0;
}

.slider {
  height: 150px;
  background-color: transparent;
}

.our-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1120px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-span-43 {
  font-weight: 700;
}

.h1-hero-services {
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 50px;
  line-height: 75px;
}

.h1-hero-services.white {
  color: #fff;
  font-size: 65px;
}

.section-what-er-do {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.section-what-er-do.double {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.text-span-45 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-46 {
  color: #50b84e;
}

.prescreening-sec {
  position: relative;
  overflow: hidden;
  margin-top: 65px;
}

.text-span-47 {
  color: #50b84e;
  font-weight: 700;
}

.text-container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

._50-percent-column-3 {
  position: relative;
  width: 50%;
}

.flex-right-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.talent-section {
  position: relative;
  overflow: hidden;
}

.para-2-right {
  padding-left: 0px;
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.text-span-48 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-49 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-50 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-51 {
  color: #50b84e;
  font-weight: 700;
}

.recruitment-marketing {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

.process-improvement {
  position: relative;
  overflow: hidden;
}

.text-field-half-2 {
  width: 48%;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: hsla(0, 0%, 100%, 0.5);
  text-align: left;
}

.text-field-half-2::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-half-2:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-half-2::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-half-2::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.submit-button-5 {
  width: 50%;
  height: 42.5px;
  margin-top: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: #50b84e;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: none;
}

.submit-button-5:hover {
  background-color: #50b84e;
  color: #fff;
}

.submit-button-5.center {
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-width: 3px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.select-field-3 {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.5);
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.select-field-3:hover {
  color: #000;
}

.select-field-3:active {
  color: #000;
  font-size: 17px;
}

.select-field-3:focus {
  color: #000;
}

.cntact-offset-left-2 {
  position: relative;
  right: -160px;
  z-index: 10;
  width: 100%;
  min-width: 650px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 20px;
  background-color: #099;
  background-image: url('../images/deal.svg');
  background-position: 2% 0%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.text-field-full-2 {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 18px;
  padding-bottom: 46px;
  padding-left: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: rgba(244, 243, 240, 0.5);
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.text-field-full-2::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-full-2:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-full-2::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-full-2::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.heading-48 {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.heading-48.form-title {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 45px;
}

.heading-48.form-title.white {
  margin-top: 40px;
  color: #fff;
}

.text-span-58 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-59 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-60 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-61 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-62 {
  color: #50b84e;
  font-weight: 700;
}

.text-span-63 {
  color: #50b84e;
  font-weight: 700;
}

.contact-reverse {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

.column-offset-right-no-target {
  position: relative;
  left: -160px;
  z-index: 10;
  width: 99%;
  min-width: 700px;
  padding: 41px 40px 0px;
  background-color: #099;
  background-image: url('../images/deal.svg');
  background-position: 20px 0px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.careers-hero {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -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/careers-hero.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-wrapper-careers {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 0px auto 60px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.careers-text {
  position: relative;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 0px;
  background-color: transparent;
}

.title-2-left {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.text-span-64 {
  color: #50b84e;
}

.paragraph-71.pad-top {
  margin-top: 49px;
  font-weight: 400;
}

.full-width-image-contact {
  position: relative;
  overflow: hidden;
  height: 600px;
  text-align: center;
}

.vacancy-hero {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -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/careers-hero.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vacancy-inner-hero {
  position: relative;
  padding-top: 140px;
}

.full-width-image-vacancy {
  position: relative;
  overflow: hidden;
  height: 800px;
}

.text-span-65 {
  color: #50b84e;
  font-size: 50px;
}

.overlay-2 {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 35;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  background-color: rgba(0, 153, 153, 0.5);
}

.overlay-2:hover {
  opacity: 0;
}

.heading-50 {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
}

.inner-border-2 {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 30;
  width: 90%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.inner-border-2:hover {
  opacity: 1;
}

.bold-text-18 {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 50px;
}

.industries-text-2 {
  color: #099;
}

.social-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-title-3 {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
}

.submit-button-footer {
  width: 100%;
  height: 42.5px;
  margin-top: 25px;
  clear: none;
  border-style: solid;
  border-width: 3px;
  border-color: #50b84e;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.submit-button-footer:hover {
  background-color: #50b84e;
  opacity: 0.9;
}

.submit-button-contact {
  width: 50%;
  height: 42.5px;
  margin-top: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: #50b84e;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: none;
}

.submit-button-contact:hover {
  background-color: #50b84e;
  color: #fff;
}

.submit-button-contact.center {
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-width: 3px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.hero-center-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-top: 13vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px 5px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #414141;
  background-color: #50b84e;
  background-image: url('../images/mail.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.social-button:hover {
  border-color: #000;
  background-color: #099;
  color: #fff;
}

.buttons-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50px;
  grid-template-columns: 50px;
  -ms-grid-rows: 50px 25px 50px;
  grid-template-rows: 50px 25px 50px;
}

.hero-contact-info-grid {
  display: none;
  margin-bottom: 25px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-contact-text-2 {
  -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;
  font-family: Montserrat, sans-serif;
  color: #d8dbde;
  font-size: 12.5px;
}

.light-bullet {
  width: 3px;
  height: 3px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.text-icon-2 {
  padding-right: 5px;
  color: #f50;
}

.social-button-linkedin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px 5px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #414141;
  background-color: #50b84e;
  background-image: url('../images/linkedinWhite.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.social-button-linkedin:hover {
  border-color: #000;
  background-color: #099;
  color: #fff;
}

.social-button-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px 5px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #414141;
  background-color: #50b84e;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.social-button-facebook:hover {
  border-color: #000;
  background-color: #099;
  color: #fff;
}

.social-button-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px 5px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #414141;
  background-color: #50b84e;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.social-button-twitter:hover {
  border-color: #000;
  background-color: #099;
  color: #fff;
}

.buttons-grid-email {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50px;
  grid-template-columns: 50px;
  -ms-grid-rows: 50px 25px 50px;
  grid-template-rows: 50px 25px 50px;
}

.h1-hero-services-contact {
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 60px;
  line-height: 75px;
}

.h1-hero-services-contact.white {
  color: #fff;
}

.h1-hero-services-contact.white.shadow {
  font-size: 65px;
  text-shadow: 2px 2px 8px #000;
}

.inner-hero-careers {
  position: relative;
  margin-top: 150px;
  padding-top: 0px;
}

.about1 {
  width: 60%;
}

.talent-pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.talent-column {
  position: relative;
  right: -143px;
  z-index: 10;
  width: 89%;
  min-width: 540px;
  padding: 20px 40px;
  background-color: #f4f3f0;
}

.column-offset-marketing {
  position: relative;
  left: -160px;
  z-index: 10;
  width: 89%;
  max-width: none;
  min-width: 540px;
  padding: 20px 40px;
  background-color: #f4f3f0;
}

.column-offset-process {
  position: relative;
  right: -160px;
  z-index: 10;
  width: 89%;
  min-width: 540px;
  padding: 20px 65px 20px 40px;
  background-color: #f4f3f0;
}

.column-offset-shortlisting {
  position: relative;
  left: -160px;
  z-index: 10;
  width: 89%;
  max-width: none;
  min-width: 540px;
  padding: 20px 40px;
  background-color: #f4f3f0;
}

.section-mission-home {
  position: relative;
  overflow: hidden;
  margin-top: 65px;
}

.button-more-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 42px;
  min-width: 100px;
  margin: 20px auto 10px;
  padding: 11px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: open-sans, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: none;
}

.button-more-home-page:hover {
  background-color: #50b84e;
  color: #fff;
  text-transform: none;
}

.about-heading-left {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
}

.hero-center-wrapper-services {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-top: 25vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-shadow: 1px 1px 6px #000;
}

.hero-center-wrapper-copy {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.inner-hero-insights {
  position: relative;
  margin-top: 130px;
  padding-top: 0px;
}

.content-wrapper-pre {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 162px auto 0px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper-page {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 109px auto 40px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper-pipe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 110px auto 0px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper-mark {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 114px auto 0px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper-imp {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 121px auto 0px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.careers-head {
  margin-bottom: 20px;
  font-family: open-sans, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  text-align: left;
}

.subtitle-services {
  font-family: open-sans, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .h2-regular {
    margin-top: 0px;
  }
  .footer-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .no-top-margin {
    line-height: 50px;
  }
  .brand-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }
  .brand-mobile.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-left: 10px;
  }
  .hero-flex {
    min-height: 700px;
  }
  .hero-column {
    width: 70%;
    max-width: 480px;
  }
  .nav-menu {
    background-color: #e8e6dd;
  }
  .social {
    margin-right: 10px;
    margin-left: 10px;
  }
  .nav-column-center {
    display: none;
  }
  .heading-box {
    width: 74%;
    padding-top: 20px;
  }
  .intro-box {
    margin-top: 20px;
  }
  .content-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-section.double {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .left-padding {
    margin-right: auto;
    margin-left: auto;
  }
  .contact-us {
    width: 90%;
  }
  .menu-button {
    height: 70px;
    padding-top: 25px;
  }
  .menu-button.w--open {
    background-color: #e8e6dd;
    color: #286150;
  }
  .top-margin._50-pixels {
    padding-left: 20px;
  }
  .top-margin._120-pixels-mobile {
    margin-top: 60px;
  }
  .div-block-20 {
    display: block;
    background-color: rgba(0, 107, 107, 0.5);
    background-image: none;
  }
  .navbar-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    padding-bottom: 0px;
  }
  .hero-section {
    min-height: 700px;
  }
  .nav-column.right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link-2 {
    width: 100%;
    height: 60px;
    padding-top: 17px;
  }
  .nav-link-2:hover {
    background-color: #dddacf;
  }
  .heading-box-2 {
    width: 74%;
  }
  .footer-left-2 {
    width: 100%;
    border-right-style: none;
  }
  .footer-title-2 {
    text-align: center;
  }
  .hero-heading-left {
    width: 100%;
  }
  .inner-hero {
    padding-bottom: 0px;
  }
  ._31-percent-column {
    width: 100%;
  }
  .image-absolute {
    bottom: -1%;
  }
  .absolute-2.station {
    background-position: 80% 0%;
  }
  .heading-box-left {
    width: 74%;
  }
  .services {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .industry-we-serve {
    padding-bottom: 0px;
  }
  .industry-we-serve.double {
    padding-top: 0px;
  }
  ._48-percent-column {
    width: 100%;
  }
  .content-section-2 {
    padding-bottom: 0px;
  }
  .content-section-2.double {
    padding-top: 40px;
  }
  .content-section-last {
    padding-bottom: 0px;
  }
  .content-section-last.double {
    padding-top: 40px;
  }
  .content-section-bot {
    padding-bottom: 0px;
  }
  .content-section-bot.double {
    padding-top: 10px;
  }
  .content-section-bott {
    padding-bottom: 0px;
  }
  .content-section-bott.double {
    padding-top: 40px;
  }
  .content-section-drop {
    padding-bottom: 0px;
  }
  .content-section-drop.double {
    padding-top: 40px;
  }
  .columns-6 {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
  .bold-credit {
    text-align: center;
  }
  .image-18 {
    margin-left: 0px;
  }
  .link-block-4 {
    margin-right: auto;
    margin-left: auto;
  }
  .industries-title-double {
    font-size: 25px;
    line-height: 28px;
  }
  .industries-title-single {
    font-size: 25px;
    line-height: 28px;
  }
  .content-section-about {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .our-story {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .benefits {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .button-more {
    margin-right: auto;
    margin-left: auto;
  }
  .expertise {
    margin-right: 10px;
    margin-left: 10px;
  }
  .top-margin-1 {
    line-height: 50px;
  }
  .columns-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .careers {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .abot-vid {
    padding-bottom: 0px;
  }
  .contact-wrap {
    margin-top: 38px;
  }
  .cntact-offset-left {
    min-width: 440px;
  }
  .contact-section {
    padding-bottom: 0px;
  }
  .column-offset-right-2 {
    min-width: 440px;
    padding-top: 82px;
    padding-bottom: 40px;
  }
  .menu-left {
    display: none;
  }
  .about-section {
    padding-bottom: 0px;
  }
  .hero-right {
    width: 100%;
    float: none;
  }
  .div-block-with-bullseye {
    display: none;
  }
  .our-clients {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-what-er-do {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-what-er-do.double {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .prescreening-sec {
    padding-bottom: 0px;
  }
  .talent-section {
    padding-bottom: 0px;
  }
  .recruitment-marketing {
    padding-bottom: 0px;
  }
  .process-improvement {
    padding-bottom: 0px;
  }
  .cntact-offset-left-2 {
    min-width: 440px;
  }
  .heading-48.form-title {
    line-height: 40px;
    text-align: center;
  }
  .contact-reverse {
    padding-bottom: 0px;
  }
  .column-offset-right-no-target {
    min-width: 440px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .careers-text {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .paragraph-71.pad-top {
    text-align: center;
  }
  .full-width-image-contact {
    height: 400px;
  }
  .vacancy-hero {
    background-image: url('../images/pascal-swier-7de474KZIbs-unsplash.jpg');
  }
  .vacancy-inner-hero {
    padding-bottom: 0px;
  }
  .full-width-image-vacancy {
    height: 450px;
  }
  .social-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-title-3 {
    text-align: center;
  }
  .hero-center-wrapper {
    margin-top: 15vh;
  }
  .social-button {
    width: 100%;
  }
  .buttons-grid {
    display: none;
  }
  .hero-contact-info-grid {
    display: none;
  }
  .social-button-linkedin {
    width: 100%;
  }
  .social-button-facebook {
    width: 100%;
  }
  .social-button-twitter {
    width: 100%;
  }
  .buttons-grid-email {
    display: none;
  }
  .inner-hero-careers {
    margin-top: 103px;
    padding-bottom: 0px;
  }
  .talent-column {
    min-width: 440px;
  }
  .column-offset-marketing {
    min-width: 440px;
  }
  .column-offset-process {
    min-width: 440px;
  }
  .column-offset-shortlisting {
    min-width: 440px;
  }
  .section-mission-home {
    padding-bottom: 0px;
  }
  .button-more-home-page {
    margin-right: auto;
    margin-left: auto;
  }
  .about-heading-left {
    width: 100%;
  }
  .hero-center-wrapper-services {
    margin-top: 16vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .inner-hero-insights {
    padding-bottom: 0px;
  }
  .subtitle-services {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .h2-regular {
    font-size: 40px;
    line-height: 45px;
  }
  .h2-regular.center {
    margin-top: 30px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .hero-flex {
    min-height: 500px;
  }
  .subtitle {
    font-size: 18.5px;
    line-height: 28px;
  }
  .hero-column {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero-column.home {
    padding-top: 32px;
  }
  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-bottom: 240px;
  }
  .h1-hero {
    font-size: 60px;
  }
  .heading-box {
    width: 90%;
    margin-bottom: 40px;
  }
  .content-section {
    padding-top: 80px;
  }
  .content-section.double {
    padding-bottom: 80px;
  }
  .content-section.hidden {
    padding-top: 40px;
  }
  .content-section.post-page {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  .left-padding {
    margin-top: 1px;
    padding-left: 0px;
  }
  .contact-us {
    width: 100%;
    margin-bottom: 80px;
    padding: 10px 0px 60px;
  }
  .footer-right {
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content-wrapper-wide {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-container-3 {
    margin-right: 40px;
    margin-left: 40px;
    padding: 60px 50px;
  }
  .button-2 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section {
    min-height: 500px;
  }
  .submit-button-3 {
    text-align: center;
  }
  .map-container {
    width: 100%;
  }
  .footer-logo-column-2 {
    width: 100%;
  }
  ._50-percent-column-2 {
    display: none;
  }
  .heading-box-2 {
    width: 90%;
    margin-bottom: 40px;
  }
  .footer-left-2 {
    width: 100%;
    border-bottom: 1px solid #286150;
    border-right-style: none;
  }
  .footer-column-2 {
    width: 33.33%;
  }
  ._50-percent-flex {
    width: 100%;
  }
  .max-width-400 {
    display: none;
  }
  .relative {
    display: none;
  }
  .heading-22 {
    line-height: 55px;
  }
  .inner-hero {
    padding-top: 100px;
  }
  .content-wrapper-wide-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .perks-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .full-width-image {
    height: 325px;
  }
  .white-columns {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .text-container-9 {
    width: 100%;
    padding: 0px 0px 70px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-6.left {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mini-title {
    font-size: 12px;
  }
  .image-absolute {
    bottom: 14%;
  }
  .heading-box-left {
    width: 90%;
    margin-bottom: 40px;
  }
  .services {
    padding-top: 80px;
  }
  .industry-we-serve {
    padding-top: 80px;
  }
  .industry-we-serve.double {
    padding-bottom: 0px;
  }
  .industry {
    margin-bottom: 644px;
  }
  .industry-pic {
    width: 25%;
  }
  .content-section-2 {
    padding-top: 80px;
  }
  .content-section-2.double {
    padding-bottom: 80px;
  }
  .content-section-last {
    padding-top: 80px;
  }
  .content-section-last.double {
    padding-bottom: 80px;
  }
  .content-section-bot {
    padding-top: 80px;
  }
  .content-section-bot.double {
    padding-bottom: 80px;
  }
  .content-section-bott {
    padding-top: 80px;
  }
  .content-section-bott.double {
    padding-bottom: 80px;
  }
  .content-section-drop {
    padding-top: 80px;
  }
  .content-section-drop.double {
    padding-bottom: 80px;
  }
  .containing-block {
    margin-bottom: 26px;
    padding-bottom: 0px;
  }
  .div-block-28 {
    margin-right: auto;
    margin-left: auto;
  }
  .content-section-about {
    padding-top: 0px;
  }
  .our-story {
    padding-top: 80px;
  }
  .benefits {
    padding-top: 0px;
  }
  .h1-hero-smaler {
    font-size: 60px;
  }
  .h1-hero-smaler.no-bottom-margin {
    font-size: 55px;
    line-height: 60px;
  }
  .expertise {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .careers {
    padding-top: 80px;
  }
  .footer-column-3 {
    width: 33.33%;
  }
  .footer-column-4 {
    width: 33.33%;
  }
  .abot-vid {
    padding-top: 100px;
  }
  .left-padding-2 {
    padding-left: 15px;
  }
  .contact-wrap {
    margin-top: 0px;
  }
  .cntact-offset-left {
    right: auto;
    display: block;
    min-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-section {
    margin-top: 0px;
  }
  .column-offset-right-2 {
    left: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
  }
  .about-section {
    padding-top: 80px;
  }
  .hero-text {
    margin-top: 66px;
    margin-bottom: 0px;
  }
  .column-10 {
    margin-bottom: 61px;
  }
  .h1-hero-services {
    font-size: 60px;
  }
  .section-what-er-do {
    padding-top: 80px;
  }
  .section-what-er-do.double {
    padding-bottom: 0px;
  }
  .prescreening-sec {
    margin-top: 0px;
    padding-top: 0px;
  }
  .text-container-11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .recruitment-marketing {
    margin-top: 0px;
    padding-top: 80px;
  }
  .submit-button-5 {
    text-align: center;
  }
  .cntact-offset-left-2 {
    right: auto;
    display: block;
    min-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-reverse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .column-offset-right-no-target {
    left: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
  }
  .content-wrapper-careers {
    margin-bottom: 20px;
  }
  .careers-text {
    padding-top: 80px;
  }
  .title-2-left {
    font-size: 12px;
  }
  .full-width-image-contact {
    height: 325px;
  }
  .vacancy-inner-hero {
    padding-top: 100px;
  }
  .full-width-image-vacancy {
    height: 325px;
  }
  .div-block-33 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-13 {
    display: none;
  }
  .submit-button-contact {
    text-align: center;
  }
  .hero-center-wrapper {
    margin-top: 9vh;
  }
  .buttons-grid {
    display: none;
  }
  .h1-hero-services-contact {
    font-size: 60px;
  }
  .inner-hero-careers {
    padding-top: 0px;
  }
  .about1 {
    width: 100%;
  }
  .column-15 {
    display: none;
  }
  .talent-pad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .talent-column {
    min-width: 350px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
  .column-offset-marketing {
    left: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
  }
  .column-offset-process {
    min-width: 350px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
  .column-offset-shortlisting {
    left: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    padding-left: 50px;
  }
  .section-mission-home {
    margin-top: 0px;
    padding-top: 0px;
  }
  .inner-hero-insights {
    padding-top: 100px;
  }
  .subtitle-services {
    font-size: 18.5px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .h2-regular {
    font-size: 40px;
    line-height: 45px;
  }
  .no-top-margin {
    font-size: 40px;
  }
  .navbar {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content-wrapper {
    margin-bottom: 0px;
  }
  .hero-column.home {
    width: 100%;
  }
  .social {
    margin-bottom: 0px;
  }
  .h1-hero {
    font-size: 45px;
    line-height: 53px;
  }
  .heading-box {
    width: 100%;
  }
  .intro-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .content-section {
    padding-top: 60px;
  }
  .content-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .content-section.post-page {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }
  .left-padding {
    margin-top: 40px;
    padding-left: 10px;
  }
  .contact-us {
    width: 100%;
    margin-bottom: 0px;
    padding: 40px 0px;
  }
  .top-margin._50-pixels.about2 {
    padding-left: 0px;
  }
  .flex-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-right {
    padding: 30px 20px 20px;
  }
  .box-80-percent {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .box-80-percent.mobile-margin {
    margin-bottom: 40px;
  }
  .content-wrapper-wide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-4 {
    color: #414141;
  }
  .text-container-3 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px 10px;
  }
  .hero-section {
    min-height: 500px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .submit-button-3 {
    margin-right: auto;
    margin-left: auto;
  }
  .heading.form-title {
    line-height: 1em;
  }
  .text-field-half {
    width: 100%;
  }
  .flex-space {
    text-align: center;
  }
  .map-container {
    width: 100%;
    height: 500px;
  }
  .heading-21 {
    margin-left: 0px;
  }
  ._50-percent-column-2 {
    width: 100%;
  }
  .heading-box-2 {
    width: 100%;
  }
  .footer-left-2 {
    padding: 30px 20px 20px;
  }
  .footer-column-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .map {
    width: 100%;
    margin-bottom: 40px;
  }
  ._50-percent-flex {
    width: 100%;
  }
  .footer-title-2 {
    text-align: left;
  }
  .flex-space-2 {
    margin-top: -50px;
  }
  .max-width-400 {
    width: 100%;
  }
  .h1-regular {
    font-size: 30px;
    line-height: 42px;
  }
  .h1-regular.head1 {
    font-size: 45px;
  }
  .h1-regular.head-about {
    font-size: 45px;
  }
  .hero-heading-left {
    width: 100%;
  }
  .heading-22 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .inner-hero {
    padding-top: 20px;
  }
  .content-wrapper-wide-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .perks-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .text-container-9 {
    width: 100%;
    padding: 0px;
  }
  .text-block-6.left {
    width: 100%;
    margin-top: 54px;
    padding: 0px 20px;
  }
  .half-column-flex {
    width: 100%;
    min-height: 300px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-37 {
    width: auto;
    clear: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    white-space: normal;
  }
  .left-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .right-column {
    width: 100%;
  }
  .post-margin {
    margin-bottom: 40px;
  }
  .post-left-column {
    display: none;
  }
  .heading-box-left {
    width: 100%;
  }
  .services {
    padding-top: 0px;
  }
  .industry-we-serve {
    padding-top: 60px;
  }
  .industry-we-serve.double {
    overflow: hidden;
    margin-top: -85px;
    padding-bottom: 60px;
  }
  .industry-pic {
    width: 50%;
  }
  .bold-text-10 {
    line-height: 1em;
  }
  .para1.white.center {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .content-section-2 {
    padding-top: 60px;
  }
  .content-section-2.double {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .content-section-last {
    padding-top: 60px;
  }
  .content-section-last.double {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .content-section-bot {
    padding-top: 60px;
  }
  .content-section-bot.double {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .content-section-bott {
    padding-top: 60px;
  }
  .content-section-bott.double {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .content-section-drop {
    padding-top: 60px;
  }
  .content-section-drop.double {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .columns-6 {
    margin-bottom: 427px;
  }
  .bold-credit {
    margin-left: 0px;
  }
  .industries-title-single {
    font-size: 25px;
  }
  .content-section-about {
    padding-top: 44px;
  }
  .our-story {
    margin-bottom: 0px;
    padding-top: 60px;
  }
  .benefits {
    margin-bottom: 100px;
    padding-top: 60px;
  }
  .h1-hero-smaler {
    font-size: 45px;
    line-height: 53px;
  }
  .h1-hero-smaler.no-bottom-margin {
    font-size: 35px;
    line-height: 40px;
  }
  .button-more {
    margin-right: auto;
    margin-left: auto;
  }
  .expertise {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-margin-1 {
    font-size: 40px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .in-house {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .pad-left {
    display: block;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .careers {
    padding-top: 60px;
  }
  .footer-column-3 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .footer-column-4 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .about-button {
    width: 96%;
  }
  .no-top-margin-2 {
    font-size: 40px;
  }
  .left-padding-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-wrap {
    width: 100%;
  }
  .cntact-offset-left {
    right: 0px;
    min-width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-section {
    padding-top: 0px;
  }
  .column-offset-right-2 {
    left: 0px;
    width: 100%;
    min-width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .grey-section-heading {
    font-size: 40px;
  }
  .about-section {
    padding-top: 60px;
  }
  .our-clients {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .clients-image {
    display: none;
  }
  .h1-hero-services {
    font-size: 45px;
    line-height: 53px;
  }
  .section-what-er-do {
    padding-top: 60px;
  }
  .section-what-er-do.double {
    overflow: hidden;
    padding-bottom: 0px;
  }
  .prescreening-sec {
    padding-top: 0px;
  }
  .text-container-11 {
    width: 100%;
    padding: 0px;
  }
  ._50-percent-column-3 {
    display: none;
    width: 100%;
  }
  .talent-section {
    padding-top: 60px;
  }
  .recruitment-marketing {
    padding-top: 0px;
  }
  .process-improvement {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-field-half-2 {
    width: 100%;
  }
  .submit-button-5 {
    margin-right: auto;
    margin-left: auto;
  }
  .cntact-offset-left-2 {
    right: 0px;
    min-width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-48.form-title {
    line-height: 1em;
  }
  .contact-reverse {
    padding-top: 0px;
  }
  .column-offset-right-no-target {
    left: 0px;
    width: 100%;
    min-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .content-wrapper-careers {
    margin-bottom: 0px;
  }
  .careers-text {
    margin-top: 0px;
    padding-top: 60px;
  }
  .paragraph-71 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .column-11 {
    margin-bottom: 20px;
  }
  .column-12 {
    margin-bottom: 20px;
  }
  .column-13 {
    display: none;
  }
  .column-14 {
    margin-bottom: 20px;
  }
  .bold-text-18 {
    line-height: 1em;
  }
  .social-2 {
    margin-bottom: 0px;
  }
  .submit-button-contact {
    margin-right: auto;
    margin-left: auto;
  }
  .hero-center-wrapper {
    margin-top: 7vh;
  }
  .h1-hero-services-contact {
    font-size: 35px;
    line-height: 53px;
  }
  .h1-hero-services-contact.white.shadow {
    font-size: 50px;
  }
  .inner-hero-careers {
    padding-top: 0px;
  }
  .about1 {
    width: 100%;
  }
  .talent-pad {
    width: 100%;
    padding: 0px 20px;
  }
  .talent-column {
    right: 0px;
    min-width: 100%;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-offset-marketing {
    left: 0px;
    width: 100%;
    min-width: 100%;
    padding: 0px 10px 40px;
  }
  .column-offset-process {
    right: 0px;
    min-width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-offset-shortlisting {
    left: 0px;
    width: 100%;
    min-width: 100%;
    padding: 0px 10px 40px;
  }
  .section-mission-home {
    margin-top: -30px;
    margin-bottom: 80px;
    padding-top: 0px;
  }
  .button-more-home-page {
    margin-right: auto;
    margin-left: auto;
  }
  .about-heading-left {
    width: 100%;
  }
  .inner-hero-insights {
    padding-top: 20px;
  }
  .content-wrapper-pre {
    margin-bottom: 0px;
  }
  .content-wrapper-page {
    margin-bottom: 0px;
  }
  .content-wrapper-pipe {
    margin-bottom: 0px;
  }
  .content-wrapper-mark {
    margin-bottom: 0px;
  }
  .content-wrapper-imp {
    margin-bottom: 0px;
  }
}

#w-node-e709b41a702c-50e71ce7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e709b41a702f-50e71ce7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e709b41a7049-50e71ce7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e709b41a704c-50e71ce7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

