:root {
  --steel-blue-2: #2e80b6;
  --white-smoke-2: #f0f0f0;
  --midnight-blue: #51af32;
  --steel-blue-3: #0968ad;
  --white: white;
  --black: #192024;
  --white-smoke-3: #edeff2;
  --steel-blue: #010944;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

h2 {
  color: #323232;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 43px;
}

h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  color: #323232;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:active {
  color: var(--steel-blue-2);
}

.button {
  border: 2px solid var(--white-smoke-2);
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 160px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: var(--steel-blue-3);
}

.button.reverse {
  color: var(--midnight-blue);
  background-color: #fff;
}

.button.reverse:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-color: #fff;
}

.button.icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-color: var(--midnight-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.button.icon:hover {
  color: var(--white);
  background-color: #6bd847;
  border-color: #7eec59;
}

.button.reverse-2 {
  color: var(--white);
  background-color: #fff0;
}

.button.reverse-2:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-color: #fff;
}

.button.white-to-grey {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.button.white-to-grey:hover {
  color: var(--white);
  background-color: #323232;
  border-color: #323232;
}

.button.white-to-green {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.button.white-to-green:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
}

.button._2 {
  border-color: var(--midnight-blue);
  background-color: var(--white);
  color: var(--midnight-blue);
}

.button._2:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.navigation-link {
  color: #323232;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 4px;
  font-size: 14.5px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  border-bottom: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
}

.navigation-link.w--current {
  color: #51af32;
}

.navigation-link.dropdown {
  padding-right: 20px;
}

.navigation-bar {
  z-index: 10;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0000003b;
}

.navigation-bar.fill {
  position: static;
}

.navigation-bar.hide, .navigation-bar.hidden {
  display: none;
}

.navigation-menu {
  order: 9999;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  order: -9999;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 40px;
  position: relative;
}

.section.accent {
  background-color: var(--midnight-blue);
}

.section.accent._2 {
  background-color: var(--steel-blue-3);
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.no-padding-bottom.hidden {
  display: none;
}

.section.image-float-section {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.image-float-section.hidden {
  display: none;
}

.section.light-green {
  background-color: #f6fff2;
}

.section.light-green.no-bottom-padding {
  padding-bottom: 0;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 40px 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.hero-section {
  background-image: url('../images/hca-footer-plymouth-background3.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 30vw;
}

.hero-section.centered {
  border-bottom: 4px solid var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#00000045, #00000045), url('../images/Neaptide-hero-1920-700-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 195px 15px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--steel-blue-3);
  color: var(--steel-blue-3);
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: var(--steel-blue-3);
  color: var(--steel-blue-3);
}

.section-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--black);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.white.h3 {
  font-size: 20px;
}

.section-heading.left {
  text-align: left;
}

.section-heading.left.white {
  color: #fff;
}

.section-subheading.center {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.big {
  font-size: 17px;
}

.section-subheading.left {
  text-align: left;
}

.section-subheading.left.white-text.list-text {
  font-size: 14px;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

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

.footer.center {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-top: 1px #dbdbdb;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-text {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}

.grid-image {
  background-color: var(--steel-blue-3);
  width: 35%;
  color: var(--steel-blue-3);
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
  display: none;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 10px;
}

.form {
  margin-top: 40px;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.link-4 {
  color: var(--midnight-blue);
  display: inline-block;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.privacy-container-1 {
  max-width: 1400px;
  display: block;
}

.main-privacy-text {
  float: none;
  color: #323232;
  text-align: left;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-top {
  z-index: 10;
  background-color: #f0f6f8;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  display: flex;
  position: relative;
}

.section-top.vertical {
  flex-direction: column;
}

.html-contact-form {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.html-map {
  width: 100%;
}

.text-large {
  text-transform: uppercase;
  font-size: 18px;
}

.text-large.blue {
  color: var(--black);
  margin-bottom: 4px;
}

.icon {
  margin-bottom: 0;
  font-style: normal;
  transition: color .35s linear;
}

.icon._4x {
  font-size: 62px;
}

.footer-icon {
  width: 100px;
  height: 100px;
  color: var(--steel-blue-3);
  background-color: #01365c;
  border: 5px solid #1c75bc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row-reverse {
  flex-wrap: nowrap;
  align-content: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.row-reverse.mt-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.row-reverse.mt-60._2-col {
  grid-template-columns: 1fr 1fr;
}

.col {
  flex: 1;
  height: auto;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.col.contact-info {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-black80 {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

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

.contact-icons {
  width: 70px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.nav-container.top-nav {
  background-color: var(--midnight-blue);
  width: 100%;
  max-width: 100%;
  height: 40px;
}

.anchor-section {
  height: 0;
  position: relative;
  top: -64px;
}

.nav-logo {
  width: 100px;
}

.columns {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.column {
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph.white.small {
  font-size: 16px;
}

.paragraph.white.small.left-align {
  font-size: 15px;
  line-height: 22px;
}

.paragraph.small {
  font-size: 16px;
}

.paragraph-2, .heading {
  color: var(--black);
}

.heading.top-nav {
  color: var(--white-smoke-3);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.heading-2, .paragraph-3, .heading-3, .paragraph-4, .heading-4 {
  color: var(--black);
}

.other-service-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
}

.service-image {
  width: 100%;
  margin-bottom: 18px;
}

.rics-logo-white {
  width: 200px;
  margin-bottom: 23px;
}

.other-services-div-holder {
  display: flex;
}

.other-serive-div-50 {
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
}

.other-service-heading {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.section-2 {
  position: fixed;
}

.top-nav-bar-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-nav-bar-number-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-nav-bar-image-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-nav-bar-phone-icon-image {
  width: 30px;
}

.top-nav-bar {
  background-color: var(--midnight-blue);
  padding: 6px 41px;
}

.top-nav-container {
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.top-nav-icon {
  width: 20px;
  margin-right: 8px;
}

.top-nav-icon.padding-left {
  margin-left: 20px;
}

.navigtation {
  z-index: 1000;
  position: relative;
}

.image {
  width: 96%;
}

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

.contact-50-div-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 33px;
  display: grid;
}

.contact-50-div {
  flex: 0 auto;
  order: -1;
  width: 100%;
}

.contact-50-div.map-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-50-div.form-flex {
  display: flex;
}

.main-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.main-container.flex-down {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image-gallery {
  object-fit: cover;
  width: 100%;
  height: 22vw;
}

.main-button {
  background-color: var(--steel-blue-3);
  margin-top: 10px;
  padding: 14px 30px;
}

.main-button:hover {
  background-color: var(--midnight-blue);
}

.grid-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  display: grid;
}

.serviceimage {
  width: 100%;
}

.service-flex-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.footer-image-section {
  background-color: #fff;
}

.footer-image {
  margin-bottom: -1px;
}

.section-3 {
  background-color: #fff;
}

.footer-copyright-section {
  background-color: var(--midnight-blue);
  background-image: url('../images/imgi_31_bw-ply-hca-one-background.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 120px 14px;
}

.body {
  color: #252525;
  font-family: Manrope, sans-serif;
}

.footer-logo, .rec-logo {
  width: 120px;
}

.social-div-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: .5px solid #d6d6d6;
  border-bottom: .5px solid #d6d6d6;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.social-div-holder.nav-bar {
  display: none;
}

.social-div-holder.no-lines {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.social-link {
  border: 2px solid var(--midnight-blue);
  border-radius: 10px;
  padding: 7px;
}

.social-icon {
  width: 25px;
}

.social-icon.black {
  filter: invert();
}

.white {
  color: #fff;
}

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

.white.left-align.cta-width {
  width: 50%;
}

.white.shadow {
  filter: drop-shadow(1px 1px 2px #0000005e);
}

.white.small-h3 {
  font-size: 26px;
  line-height: 33px;
}

.green-stripe-div {
  background-color: var(--midnight-blue);
  height: 100px;
}

.image-float-div {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-image: linear-gradient(#0006, #0006), url('../images/imgi_30_cropped-stand-out-hca-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -120px;
  padding: 150px 80px;
  display: flex;
  position: relative;
}

.float-image-div-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  margin-bottom: 0;
}

.image-2 {
  width: auto;
  height: 17px;
}

.image-float-paddingdiv {
  padding-left: 40px;
  padding-right: 40px;
}

.slide {
  background-image: url('../images/imgi_2_hca-home-healthcare-slider.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.slide._2 {
  background-image: url('../images/imgi_3_hca-home-permanent-slider.jpg');
  background-position: 0%;
}

.slide._3 {
  background-image: url('../images/imgi_4_hca-home-temporary-slider-v2.jpg');
  background-position: 0%;
}

.slider {
  height: auto;
}

.hero-div-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 27vw;
  padding: 47px 41px;
  display: flex;
}

.mask {
  height: auto;
}

.hero-slider-left-align-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.hero-right-aligner-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-padding-div {
  padding-left: 41px;
  padding-right: 41px;
}

.shadow {
  filter: drop-shadow(1px 1px 2px #ffffffb3);
}

.logo-footer-div-flex {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-logo-image {
  width: 170px;
}

.home-about-div-3-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-about-div-1 {
  width: 7%;
}

.div-divider {
  background-color: #323232;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-divider.big {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-divider.big.light {
  background-color: #32323226;
}

.div-divider.white {
  background-color: #fff;
}

.div-divider.green {
  background-color: var(--midnight-blue);
}

.div-divider.thin {
  width: 100%;
  height: 1px;
}

.home-about-div-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.home-about-div-2.bigger {
  width: 70%;
}

.home-about-div-2.insight {
  width: 90%;
}

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

.left-align.small-h1 {
  font-size: 30px;
  line-height: 30px;
}

.left-align.light-blue {
  color: #0109449e;
}

.left-align.link:hover {
  color: var(--midnight-blue);
}

.blue {
  color: var(--steel-blue);
}

.blue.left-align._50 {
  width: 50%;
}

.home-about-div-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.home-about-div-3.v2 {
  justify-content: center;
  align-items: center;
}

.home-about-div-3.button-holder-insight {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
}

.home-about-logos {
  filter: brightness(130%) grayscale();
  width: 300px;
}

.home-about-logos.v2 {
  filter: none;
  width: 600px;
}

.green {
  color: var(--midnight-blue);
}

.link-text-link {
  color: var(--midnight-blue);
  font-size: 18px;
}

.link-text-link:hover {
  color: #323232;
}

.div-recent-job-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.link-text {
  font-size: 16px;
  font-weight: 500;
}

.recent-job-3-flex-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.recent-job-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3%;
  display: flex;
}

.recent-job-column.white-looking-job {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 51px 25px;
}

.list-item {
  text-align: left;
}

.recent-job-link {
  color: #323232;
  text-decoration: none;
}

.recent-job-link:hover {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.section-home-parra-with-content {
  background-image: url('../images/imgi_18_home-employee-employer-background-section.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-end;
  min-height: 90vh;
  padding-top: 160px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-home-parra-with-content.v2 {
  background-image: linear-gradient(#51af32b5, #51af32b5), url('../images/imgi_29_hca-one-testiminials-home-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-home-parra-with-content.v3 {
  background-image: linear-gradient(#51af32b5, #51af32b5), url('../images/imgi_18_home-employee-employer-background-section.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-home-parra-content-div {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 60px 50px;
  display: flex;
}

.section-home-parra-content-div.grey {
  background-image: linear-gradient(#323232, #323232);
}

.section-home-parra-content-flex {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home-parra-title-flex {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 50px;
}

.home-3-banner-slider {
  background-color: #fff;
  height: auto;
  margin-top: 35px;
  padding-left: 125px;
}

.home-3-slide-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 19px 40px;
  display: flex;
}

.home-3-slide-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto 64px;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.plus-button {
  color: #fff;
  background-color: #daca00;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 32px;
  line-height: 1em;
  display: flex;
}

.plus-button:hover {
  color: #fff;
  background-color: #daca00;
}

.home-3-slider-image {
  object-fit: cover;
  max-width: 100px;
  height: auto;
}

.home-3-banner-left-arrow {
  color: #242424;
  border: 1px solid #0000001a;
  width: 125px;
  height: 50%;
  font-size: 36px;
  transition: all .2s;
  inset: auto auto 0% 0%;
}

.home-3-banner-left-arrow:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.home-3-banner-right-arrow {
  color: #242424;
  border-top: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  width: 125px;
  height: 50%;
  font-size: 36px;
  transition: all .2s;
  inset: 0% auto auto 0%;
}

.home-3-banner-right-arrow:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.hidden-nav {
  display: none;
}

.insight-holder-flex-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insight-holder-flex-div.top-padding {
  margin-top: 31px;
}

.insight-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 33.3%;
  display: flex;
}

.insight-image {
  border-radius: 10px;
}

.insight-image.small-text-body {
  width: 400px;
}

.insight-text-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-looking-job-div-33 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3%;
  display: flex;
}

.about-50-50-div-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-50-div {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.small-h3 {
  font-size: 26px;
  line-height: 30px;
}

.about-employers-div-2-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.about-employers-50-div-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-employers-50-div-holder.bigger {
  width: 70%;
}

.about-employers-image {
  width: 100%;
}

.social-title {
  text-transform: uppercase;
  font-family: Lora, sans-serif;
  font-weight: 600;
}

.about-employers-social-div-holder {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -31px;
  margin-left: auto;
  display: flex;
}

.about-employers-social-div-holder.contact {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}

.image-with-float-divs-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-with-float-div-1 {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  width: 500px;
  margin-right: -29px;
  padding: 23px 30px;
  position: relative;
  top: 150px;
}

.image-with-float-div-2 {
  width: 100%;
}

.image-with-float-div-3 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #51af32cc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  margin-left: -31px;
  padding: 80px 52px;
  display: flex;
  position: relative;
}

.image-with-float-image {
  border-radius: 10px;
  width: 100%;
}

.info-cta-flex-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-cta-flex-row.v2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.insta-feed {
  width: 100%;
}

.service-cta-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.service-cta-div-50 {
  background-color: #fff;
  border: 1px solid #ffffffcf;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 48%;
  display: flex;
}

.service-cta-image {
  border-radius: 10px 0 0 10px;
  height: 100%;
}

.service-cta-text-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
}

.testimonals-2-column-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  margin-top: 35px;
  display: flex;
}

.testimonials-50-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.main-service-flex-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.main-service-div-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.main-service-div-1-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.main-service-image {
  width: 100%;
}

.main-service-text-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-link-holder {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

.service-button {
  color: #323232;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}

.service-button:hover {
  background-color: #f1f1f1;
}

.service-button.w--current {
  border-left: 4px solid var(--midnight-blue);
  color: var(--midnight-blue);
}

.service-get-in-touch-div {
  background-color: var(--midnight-blue);
  border-radius: 10px;
  padding: 20px;
}

.job-vacancies-code {
  margin-top: 50px;
}

.value-div-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 1px solid #fff;
  flex-flow: column;
  flex: none;
  width: 300px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 50px;
  display: flex;
}

.contact-div-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.contact-form-holder-div {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 50%;
  padding: 25px;
  box-shadow: 0 2px 5px #0003;
}

.contact-form {
  margin-top: 20px;
}

.contact-form-holder-div-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.contact-content-holder {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.insight-page-div-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insight-div {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-insight-image {
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 100%;
}

.insight-text-holder {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
}

.insight-link {
  width: 40%;
  height: 100%;
}

.insight-page-txt-and-image-holderholder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.green-link {
  color: var(--midnight-blue);
}

.insight-maintext-holder {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-3 {
  margin-right: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 1280px) {
  .home-3-slide-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-3-slider-image {
    width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .brand-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-privacy-text {
    font-size: 15px;
  }

  .home-3-slide-content {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
  }

  .home-3-slider-image {
    width: 410px;
  }

  .about-50-div {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .image-with-float-div-1 {
    z-index: 10;
  }

  .image-with-float-div-2 {
    z-index: 1;
    position: relative;
  }

  .image-with-float-div-3 {
    z-index: 10;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .value-flex-div {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #0000;
    width: auto;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .navigation-link:hover {
    color: var(--midnight-blue);
    border-bottom-color: #fff;
  }

  .hamburger-button {
    color: var(--midnight-blue);
    order: 1;
  }

  .hamburger-button.w--open {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .navigation-menu {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 39px 10px 20px;
    display: flex;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .hero-heading {
    font-size: 43px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .footer-link:hover {
    color: var(--midnight-blue);
  }

  .white-text {
    height: auto;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

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

  .section-top {
    margin-bottom: 10px;
    padding: 180px 30px 90px;
  }

  .text-large.blue {
    font-size: 16px;
  }

  .row-reverse {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row-reverse.mt-60 {
    grid-template-columns: 1fr 1fr;
  }

  .top-nav-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-image-gallery {
    height: 24vw;
  }

  .grid-services {
    grid-template-columns: 1fr;
  }

  .social-div-holder.nav-bar {
    display: flex;
  }

  .social-icon.black {
    filter: invert();
  }

  .white.left-align.cta-width {
    width: 70%;
  }

  .image-float-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 41px;
    padding-right: 41px;
  }

  .float-image-div-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-float-paddingdiv {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-div-holder {
    min-height: 42vw;
    padding: 39px 15px;
  }

  .hero-slider-left-align-content {
    width: 60%;
  }

  .nav-padding-div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-about-div-2 {
    width: 45%;
  }

  .home-about-div-3 {
    width: 48%;
  }

  .home-about-div-3.button-holder-insight {
    width: 24%;
  }

  .section-home-parra-with-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-home-parra-content-div {
    padding: 29px 23px;
  }

  .home-parra-title-flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-3-slide-content {
    height: 50%;
  }

  .home-3-slider-image {
    width: 70px;
    height: auto;
  }

  .about-employers-50-div-holder {
    width: 45%;
  }

  .image-with-float-divs-holder {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .image-with-float-div-1 {
    width: 30%;
    top: 0;
  }

  .image-with-float-div-2 {
    width: 70%;
  }

  .image-with-float-div-3 {
    width: 100%;
    margin-top: 31px;
    margin-left: 0;
  }

  .info-cta-flex-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-cta-div-50 {
    width: 100%;
  }

  .main-service-flex-div {
    flex-flow: column;
  }

  .main-service-div-1, .main-service-div-1-copy {
    width: 100%;
  }

  .insight-div {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .brand-link.w--current {
    padding-left: 0;
  }

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

  .white-box {
    margin-bottom: 0;
  }

  .white-box.transparent {
    margin-bottom: -1px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-heading {
    margin-bottom: 15px;
    font-size: 33px;
    line-height: 43px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

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

  .main-privacy-text {
    padding-left: 0;
  }

  .section-top {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .html-contact-form {
    margin-top: 0;
  }

  .html-map {
    margin-top: 24px;
  }

  .row-reverse {
    flex-flow: wrap-reverse;
  }

  .row-reverse.mt-60 {
    grid-template-columns: 1fr 1fr;
  }

  .row-reverse.mt-60._2-col {
    grid-template-columns: 1fr;
  }

  .col.contact-info {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 29px;
  }

  .heading.top-nav.hidden-phone {
    display: none;
  }

  .other-services-div-holder {
    flex-direction: column;
  }

  .other-serive-div-50 {
    width: 100%;
  }

  .top-nav-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .top-nav-icon.padding-left.hidden-phone {
    display: none;
  }

  .contact-50-div-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact-50-div {
    width: 100%;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr;
  }

  .project-image-gallery {
    height: 30vw;
  }

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

  .white.left-align.cta-width {
    text-align: center;
    width: 100%;
  }

  .image-float-div {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .float-image-div-right.parra {
    flex-flow: row;
  }

  .hero-div-holder {
    min-height: 67vw;
  }

  .hero-slider-left-align-content {
    width: 100%;
  }

  .slide-nav {
    display: none;
  }

  .logo-footer-div-flex {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: wrap;
  }

  .home-about-div-3-holder {
    flex-flow: column;
  }

  .home-about-div-1 {
    width: 100%;
  }

  .div-divider {
    width: 100px;
  }

  .home-about-div-2, .home-about-div-2.bigger, .home-about-div-2.insight {
    width: 100%;
  }

  .home-about-div-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .home-about-div-3.button-holder-insight {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .home-about-logos {
    width: 200px;
  }

  .recent-job-3-flex-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .recent-job-column {
    width: 100%;
  }

  .section-home-parra-with-content.v2, .section-home-parra-with-content.v3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-home-parra-content-div {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-home-parra-content-flex {
    flex-flow: column;
  }

  .home-parra-title-flex {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .home-3-banner-slider {
    border: 1px solid #0000001a;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .home-3-slide-content-wrapper {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-3-slide-content {
    padding: 0;
  }

  .home-3-banner-left-arrow {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 50%;
    height: 70px;
    inset: auto auto 0% 0%;
  }

  .home-3-banner-right-arrow {
    border-right-style: none;
    width: 50%;
    height: 70px;
    inset: auto 0% 0% auto;
  }

  .insight-holder-flex-div {
    flex-flow: wrap;
  }

  .insight-holder {
    width: 45%;
  }

  .insight-image.small-text-body {
    width: 100%;
  }

  .slider-icon {
    font-size: 30px;
  }

  .about-looking-job-div-33 {
    width: 100%;
  }

  .about-50-50-div-holder {
    flex-flow: column;
  }

  .about-50-div {
    width: 100%;
  }

  .about-employers-div-2-holder {
    flex-flow: column;
  }

  .about-employers-50-div-holder, .about-employers-50-div-holder.bigger {
    width: 100%;
  }

  .about-employers-social-div-holder {
    margin-top: -38px;
  }

  .info-cta-flex-row {
    flex-flow: column;
  }

  .service-cta-div-50 {
    flex-flow: column;
    width: 60%;
  }

  .service-cta-image {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .service-cta-text-holder, .testimonials-50-div {
    width: 100%;
  }

  .job-vacancies-code {
    margin-top: 30px;
  }

  .value-div-holder {
    width: 100%;
  }

  .contact-div-holder {
    flex-flow: column;
  }

  .contact-form-holder-div, .contact-form-holder-div-copy {
    width: 100%;
  }

  .insight-div {
    flex-flow: column;
  }

  .main-insight-image {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .insight-text-holder {
    width: 100%;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .insight-link {
    width: 100%;
  }

  .insight-page-txt-and-image-holderholder {
    flex-flow: wrap-reverse;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
  }

  .button.reverse {
    padding-left: 19px;
    padding-right: 19px;
  }

  .button.icon {
    width: 100%;
  }

  .navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .white-box {
    margin-bottom: 0;
  }

  .white-box.transparent {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-heading {
    font-size: 23px;
    line-height: 29px;
  }

  .section-heading.centered, .section-heading.centered.white {
    font-size: 20px;
    line-height: 25px;
  }

  .section-subheading.center {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .grid-image {
    width: 35%;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

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

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-top {
    margin-bottom: 6px;
    padding-bottom: 55px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .row-reverse.mt-60 {
    grid-template-columns: 1fr;
  }

  .row-reverse.mt-60._2-col {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .nav-logo {
    padding-right: 20px;
  }

  .columns {
    flex-direction: column;
  }

  .heading.top-nav.email {
    display: none;
  }

  .top-nav-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-nav-icon.padding-left.emal, .top-nav-icon.email {
    display: none;
  }

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

  .image {
    width: 100%;
  }

  .project-grid-div {
    grid-template-columns: 1fr;
  }

  .project-image-gallery {
    height: 55vw;
  }

  .image-float-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .float-image-div-right {
    width: 100%;
  }

  .slide._3 {
    background-position: 0%;
  }

  .hero-div-holder {
    min-height: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-slider-left-align-content {
    width: 100%;
  }

  .footer-logo-image {
    width: 60%;
  }

  .home-about-logos {
    width: 180px;
  }

  .home-3-banner-slider {
    height: auto;
    padding-bottom: 75px;
  }

  .home-3-slide-content-wrapper {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .home-3-slide-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .home-3-banner-left-arrow, .home-3-banner-right-arrow {
    height: 75px;
    font-size: 24px;
  }

  .insight-holder {
    width: 100%;
  }

  .image-with-float-divs-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-with-float-div-1, .image-with-float-div-2 {
    width: 100%;
  }

  .image-with-float-div-3 {
    margin-top: 0;
  }

  .service-cta-div-50 {
    width: 100%;
  }
}


