:root {
  --black: black;
  --white: white;
  --dim-grey: #717274;
}

.logo {
  color: #2e323c;
  margin-top: 2px;
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.nav-dropdown-link {
  color: #2e323c;
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #7567f8;
}

.nav-dropdown-link.w--current {
  color: #7567f8;
}

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

.nav-dropdown-icon {
  color: #000;
  margin-top: 0;
  margin-right: 18px;
  font-size: 13px;
  display: none;
}

.nav-dropdown-list {
  margin-left: -5px;
  position: absolute;
}

.nav-dropdown-list.w--open {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  min-width: 200px;
  box-shadow: 0 5px 18px #2e323c17;
}

.nav-menu {
  color: #000;
  padding-top: 13px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.logo-link {
  padding: 0 16px 0 14px;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 0 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.logo-text {
  float: left;
  color: #a5aab6;
  margin-left: 8px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.logo-line {
  background-color: #3f7f9e;
  background-image: none;
  width: 62%;
  height: 2px;
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper.nav-bar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  display: flex;
}

.wrapper.hero-wrapper {
  padding-top: 115px;
  padding-bottom: 115px;
}

.logo-wrapper {
  flex: 1;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 10px 10px 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: color .15s;
}

.nav-link:hover {
  color: #3f7f9e;
}

.nav-link.w--current {
  color: #2e323c;
  font-weight: 500;
}

.nav-link.dropdown {
  padding-right: 36px;
  text-decoration: none;
}

.nav-link.phone-btn-menu {
  background-color: var(--black);
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.slider-arrow-button {
  background-color: #0000;
  border-radius: 50px;
  max-width: 70%;
  margin: auto;
  position: absolute;
  inset: 0% 0 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.hero-slide {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.hero-slide.hero-slide-2, .hero-slide.hero-slide-1 {
  background-image: linear-gradient(#1a1f2e80, #1a1f2e80);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.paragraph-big {
  letter-spacing: 2px;
  font-family: condor;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.button {
  background-color: #ffa535;
  background-image: linear-gradient(to right, #ff753e, #ffb731);
  border-radius: 24px;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s, transform .3s;
}

.button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px #ffa53580;
}

.button.hero-slider-button {
  letter-spacing: 2px;
  background-color: #0000;
  background-image: none;
  border: 1px solid #fff;
  margin-top: 24px;
  font-family: condor;
  font-weight: 400;
}

.button.hero-slider-button:hover {
  box-shadow: none;
  background-color: #3f7f9e;
  border-color: #3f7f9e;
}

.button.works-v3-button {
  margin-top: 64px;
}

.button.footer-big-subscribe-button {
  margin-left: 24px;
  padding-top: 7px;
}

.button.footer-subscribe-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  border: 1px solid #000;
  border-radius: 0;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.button.footer-subscribe-button:hover {
  color: #fff;
  background-color: #3f7f9e;
  border-color: #3f7f9e;
}

.hero-slider-nav {
  display: none;
}

.hero-slide-header {
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-family: condor;
  font-weight: 300;
  line-height: 50px;
}

.hero-slide-info {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.hero-slider-section {
  background-color: #2e323c;
  height: 100vh;
}

.hero-slider-arrow {
  width: 128px;
  margin-top: 88px;
}

.works-v3 {
  flex-wrap: wrap;
  margin-bottom: -56px;
  display: flex;
}

.work-v3 {
  width: 33.3333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: block;
}

.section-header-wrapper.subscribe-header-wrapper {
  padding-bottom: 40px;
}

.section {
  color: #111;
  text-align: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding: 120px 24px;
}

.section.grey-section.no-top-padding.no-bottom-padding {
  color: #000;
  font-family: condor;
  font-weight: 300;
}

.section.no-top-padding {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  padding-top: 115px;
  padding-bottom: 115px;
}

.section.no-top-padding.no-bottom-padding {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
}

.section.no-top-padding.service-list {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 115px;
}

.section.testimonials-color-image {
  background-color: #3f7f9e;
  background-image: url('../images/dark-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 115px;
}

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

.section.staff-agency {
  background-image: linear-gradient(#ffffffd4, #ffffffd4);
  background-size: auto;
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-description {
  color: #000;
  text-align: justify;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

.section-header.suitableh2 {
  color: #000;
  letter-spacing: 2px;
  margin-top: 0;
  margin-left: -5px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
}

.section-header.white-text.testimonials-header {
  color: #fff;
  display: none;
}

.section-header.home-h2-2.hero-h1 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 46px;
  font-size: 38px;
}

.section-small-header {
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.link-arrow-text {
  color: #3f7f9e;
  font-family: proxima-nova, sans-serif;
  display: inline-block;
}

.link-arrow-icon {
  color: #3f7f9e;
  background-color: #0000;
  margin-top: -3px;
  margin-left: 8px;
  text-decoration: none;
}

.about-side-image {
  border-radius: 0;
  padding-right: 0;
}

.about-side-image:hover {
  position: relative;
}

.about-side-image-info {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-side-image-wrapper {
  flex: 0 auto;
  width: 39%;
  height: 650px;
  margin-left: 15px;
  margin-right: 15px;
}

.about-side-image-wrapper.hero-col1-wrapper {
  width: 100%;
  height: auto;
}

.about-side-media {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-arrow {
  color: #3f7f9e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.clients-section {
  background-color: #f5f6f9;
  padding-top: 64px;
  padding-bottom: 64px;
}

.clients-header {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  max-width: 570px;
  margin: 8px auto 40px;
  font-family: condor;
  font-size: 32px;
  font-weight: 400;
  display: block;
}

.clients-logotypes {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  opacity: .7;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  transition: opacity .3s;
}

.client-logo:hover, .client-logo.color-logo {
  opacity: 1;
}

.footer-bottom-link {
  color: #2e323c;
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  color: #9096a4;
  border-top: 1px solid #e1e3ea;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-big-subscribe-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-big-subscribe {
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 96px;
  margin: -48px auto 0;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 24px;
  display: block;
  position: relative;
  bottom: -48px;
  box-shadow: 0 8px 28px #2e323c17;
}

.footer-v2-about {
  color: #9096a4;
  flex: 1;
  padding: 19px 32px 40px 15px;
}

.footer-v2-logo {
  width: 16.6667%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.float-subscribe-header {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
}

.form-error {
  color: #f34568;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.footer-big-subscribe-error {
  margin-top: 24px;
}

.footer-big-subscribe-wrapper {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-grey-link {
  color: #000;
}

.footer-grey-link:hover {
  text-decoration: underline;
}

.footer-bottom-link-right {
  color: #2e323c;
  margin-left: 24px;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.footer-v2-social {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.social-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  box-shadow: 0 1px 2px #2e323c17;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0;
  display: block;
}

.footer-bottom-text-left {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  flex: 1;
}

.footer-v2-contact-header, .footer-v1-column-text {
  color: #000;
  font-weight: 400;
}

.input {
  background-color: #0000;
  border-color: #000 #000 #ccd0d9;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: #9096a4;
}

.input:focus {
  border-bottom-color: #ffa535;
}

.input.footer-big-subscribe-input {
  background-image: none;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
  display: inline-block;
}

.input.footer-subscribe-input {
  margin-bottom: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.footer-v2-contact {
  width: 25%;
  padding: 35px 15px 40px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.footer-big-subscribe-success {
  padding-top: 8px;
}

.footer-v2 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 100px;
  display: flex;
}

.hero-video-vertical-wrapper {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 91px;
  margin-left: -130px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0%;
  transform: rotate(0);
}

.hero-video-vertical-wrapper.dark-vertical {
  color: #3f7f9e;
  justify-content: center;
  margin-left: -141px;
  position: relative;
  top: 0;
  left: auto;
  right: 0%;
}

.hero-video-info {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 9%;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.hero-video-vertical-line {
  background-color: #fff;
  width: 54px;
  height: 2px;
  margin-right: 16px;
}

.hero-video-vertical-line.dark-vertical-line {
  background-color: #3f7f9e;
}

.hero-video-play {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 0;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.hero-video-section {
  background-color: #717274;
  background-image: url('../images/dark-bg-opacity1.png'), linear-gradient(#000, #717274);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 840px;
  padding-top: 115px;
  padding-bottom: 115px;
  display: none;
}

.video-play-button {
  background-color: #ffa535;
  background-image: none, linear-gradient(to right, #ff753e, #ffb731);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: 24px;
  margin-right: 24px;
}

.text-block-3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.hero-video-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 348px;
  display: flex;
}

.hero-video-header {
  color: #fff;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 55px;
  font-family: proxima-nova, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 45px;
}

.more-service-card-icon {
  margin-bottom: -8px;
}

.link-arrow-text-2 {
  display: inline-block;
}

.small-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  height: 32px;
  margin-top: 16px;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: background-color .3s, color .3s;
}

.small-button:hover {
  color: #2e323c;
  background-color: #fff;
}

.small-button.service1-btn {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-color: #000;
  font-weight: 300;
}

.small-button.service1-btn:hover {
  color: #fff;
  background-color: #3f7f9e;
  border-color: #3f7f9e;
}

.more-services {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 140px;
  display: flex;
}

.more-services-header-wrapper {
  text-align: left;
  max-width: 370px;
  margin-left: 8.33333%;
  padding-left: 15px;
}

.more-services-header-wrapper.manu-wrapper {
  max-width: 1000px;
}

.more-services-header-wrapper.manu-wrapper.hero-head-wrapper {
  padding-top: 56px;
}

.link-arrow-icon-2 {
  margin-top: -3px;
  margin-left: 8px;
}

.more-service-card {
  box-shadow: none;
  color: #fff;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/general-food-prep-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  min-width: 400px;
  height: 530px;
  margin-left: 15px;
  margin-right: 1px;
  padding: 145px 40px 48px;
  position: relative;
}

.more-service-card:hover {
  background-color: #0000;
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/general-food-prep-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.more-service-card.service-card-2 {
  background-color: #0000;
  background-image: url('../images/manufacturing-final-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
  margin-top: -77px;
  margin-right: 0;
  padding-top: 130px;
  padding-bottom: 0;
}

.more-service-card.service-card-2:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/manufacturing-final.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.more-service-card.service-card-3 {
  background-color: #0000;
  background-image: url('../images/industrial-final-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
  margin-top: -179px;
  margin-right: 40px;
  padding-top: 115px;
  padding-bottom: 0;
}

.more-service-card.service-card-3:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/industrial-final.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.more-service-card.hero-card {
  background-image: url('../images/suitable-staff-alt.png');
  background-size: cover;
  min-width: 400px;
  height: 540px;
  position: relative;
}

.more-service-card.hero-card:hover {
  min-width: 400px;
  height: 540px;
  margin-right: 1px;
}

.section-description-2 {
  color: #000;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.section-description-2.manu-industrialp {
  max-width: 1000px;
}

.section-description-2.manu-industrialp.hero-p {
  color: #fff;
}

.link-arrow-2 {
  color: #2e323c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
}

.section-small-header-2 {
  color: #3f7f9e;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.section-small-header-2.service-staff {
  background-color: #ffffffb3;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.section-small-header-2.hero-small-header {
  color: #fff;
}

.more-service-card-number {
  opacity: .6;
  text-align: right;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.paragraph-small-2 {
  opacity: 1;
  color: #000;
  text-align: justify;
  background-color: #0000;
  padding: 10px 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-small-2:hover {
  opacity: 1;
}

.paragraph-small-2.service2 {
  color: #000;
}

.review-slide-card-author {
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.review-slide-card-avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-slider-nav {
  height: 12px;
  margin-top: 80px;
  padding-top: 0;
  font-size: 11px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-slider-cards {
  background-color: #0000;
  height: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.review-slide-card {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 56px;
  box-shadow: 0 5px 18px #2e323c45;
}

.testimonials-slider-cards-arrow {
  margin-bottom: 90px;
}

.testimonials-slider-cards-arrow.right-arrow-div {
  transform: none;
}

.testimonials-slider-cards-arrow.right-arrow-div:hover {
  transform: rotate(180deg);
}

.review-slide-card-wrapper {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.wide-map {
  height: 440px;
}

.footer-v3-about {
  color: #9096a4;
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v3-social {
  align-items: center;
  margin-left: -8px;
  display: flex;
}

.footer-v3-social-link {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-v3-link {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.footer-v3-link:hover {
  text-decoration: underline;
}

.footer-v3-nav {
  width: 16.6667%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v3 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 30px;
  display: flex;
}

.footer-bottom-text-left-2 {
  text-align: left;
  flex: 1;
}

.footer-v3-subscribe {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-4 {
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  margin-left: 0;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.button-2 {
  letter-spacing: 2px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-2.staff-button-1 {
  background-color: #0000;
  border: 1px solid #fff;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.staff-button-2 {
  opacity: 1;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: inline-block;
}

.staff-button-2:hover, .staff-button-2.service-btn {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  border-color: #3f7f9e;
}

.staff-button-2.service-btn:hover {
  opacity: 1;
  color: #fff;
}

.staff-button-2.service-btn.staff-btn, .staff-button-2.service-btn.staff-btn.herobtn {
  background-color: var(--black);
}

.staff-button-2.hero-button {
  color: #fff;
  border-color: #fff;
}

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

.heading {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.heading.service-h2 {
  background-color: #ffffffb3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.heading-2 {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.heading-2.service-h2 {
  background-color: #ffffffb3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.heading-3 {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.heading-3.service-h2 {
  background-color: #ffffffb3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.paragraph, .paragraph-2 {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.image {
  background-image: url('../images/sss-map.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.image-2 {
  margin-right: 150px;
}

.link-block-3 {
  background-image: linear-gradient(#00000012, #fff0 3%), linear-gradient(#a0a0a024, #a0a0a024), url('../images/fairway-location.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 500px;
  margin-top: -2px;
}

.link-block-3.new-footer {
  background-image: linear-gradient(#00000012, #fff0 3%), linear-gradient(#0000, #0000), url('../images/seaside-map.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 400px;
}

.link-block-3.new-footer.map {
  background-image: url('../images/map-suitable-staffing.jpg'), linear-gradient(#00000012, #fff0 3%), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  margin-top: 0;
}

.heading-4, .heading-5, .heading-6 {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-v2-2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2-2.dark-bg {
  color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-bottom-left-2 {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-22 {
  display: none;
}

._wf-social-media-2 {
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px 25px;
}

.footer-v2-heading {
  color: #111;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.footer-v2-heading.text-white {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.footer-bottom-v2 {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  border-top-style: none;
  border-top-color: #fff3;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 0;
}

.wrapper-2 {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  font-size: 28px;
  position: relative;
}

.footer-text-left-2 {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-small-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.link-white {
  color: #fff;
  width: 1px;
  height: 1px;
  text-decoration: none;
}

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

.footer-v2-about-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.social-links-blue {
  background-image: none;
  flex: 1;
  justify-content: center;
  display: flex;
}

.applelinks {
  color: #ffffff7a;
  padding-top: 0;
  padding-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
}

.applelinks.phone {
  color: var(--white);
}

.link-8 {
  color: #fff;
  width: 1px;
  height: 1px;
}

.link-8.footerphone {
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 44px;
  text-decoration: none;
}

.image-15 {
  color: #0000;
  background-color: #0000;
  border: 1px #b82b2b;
  border-radius: 50%;
  margin-top: 40px;
  margin-bottom: 23px;
  padding: 1px;
}

.image-23 {
  transform: rotate(47deg);
}

.html-embed {
  margin-top: 0;
  margin-left: -30px;
  padding-top: 0;
  font-size: 20px;
  position: relative;
  top: 40px;
}

.html-embed.tri1 {
  color: #3f7f9e;
  margin-left: -40px;
  display: block;
}

.html-embed.tri1.tri2 {
  color: #717274;
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  top: 29px;
}

.html-embed.tri1.tri3 {
  color: var(--dim-grey);
  top: 61px;
}

.html-embed.tri1.tri3.test {
  margin-left: -226px;
}

.html-embed.tri1.tri4 {
  color: #717274;
  top: 61px;
}

.html-embed.tri1.tri6 {
  color: var(--dim-grey);
  top: 61px;
}

.html-embed.tri1.tri6.hero-tri {
  color: #fff;
}

.ser-div {
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 280px;
  display: flex;
}

.ser-div:hover {
  opacity: 1;
}

.ser-div.staff-div-1 {
  height: 280px;
  position: relative;
  bottom: 480px;
}

.ser-div.staff-div-1:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  height: 680px;
  bottom: 680px;
}

.ser-div.staff-div-1.hero-highlight {
  bottom: 425px;
}

.ser-div.staff-div-1.hero-highlight:hover {
  background-image: none;
  height: 280px;
  bottom: 425px;
}

.ser-div.hero-serv-div {
  flex-direction: row;
  min-width: 400px;
  height: 580px;
  position: relative;
  bottom: 170px;
  right: 40px;
}

.ser-div.hero-serv-div:hover {
  background-image: none;
  flex-direction: row;
}

.page-header-section {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section.services {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#717274b3, #717274b3), url('../images/dark-bg-opacity.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.side-feature-video-link {
  float: left;
  color: #a5aab6;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.side-feature-video-button {
  float: left;
  background-color: #ffa535;
  background-image: none, linear-gradient(to right, #ff753e, #ffb731);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: inline-block;
}

.side-feature {
  align-items: stretch;
  margin-bottom: 120px;
  display: flex;
}

.black-text {
  color: #2e323c;
}

.section-2 {
  color: #111;
  text-align: center;
  background-color: #fff;
  padding: 120px 24px;
  overflow: hidden;
}

.section-2.grey-section.no-top-padding.no-bottom-padding {
  padding-left: 0;
  padding-right: 0;
}

.side-feature-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-description-3 {
  color: #000;
  text-align: justify;
  width: auto;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.side-feature-info {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.side-feature-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 940px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section-header-2 {
  color: #000;
  margin-top: -10px;
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

.section-header-2.int-h2-1 {
  background-color: #eaeeef;
  height: 100%;
  padding: 5px 10px 5px 25px;
}

.section-small-header-3 {
  color: #717274;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.internal-h1 {
  color: #fff;
  letter-spacing: 2px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  position: static;
}

.section-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-3.sitemap-section {
  flex-direction: row;
  justify-content: flex-start;
}

.div-block {
  max-width: 940px;
}

.div-block.sitemap-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.div-block.event-div {
  width: 100%;
}

.link-block-4 {
  width: auto;
  height: auto;
}

.link-block-4.menu-drop-link {
  color: #000;
  padding: 0 5px 18px 16px;
  text-decoration: none;
}

.text-block-6 {
  padding: 0;
  font-weight: 500;
}

.contacts {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 56px;
  display: flex;
}

.big-map {
  border-radius: 8px;
  width: 83.33%;
  height: 440px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contacts-link {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

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

.contacts-column {
  color: #9096a4;
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 24px;
}

.section-description-4 {
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.wrapper-3 {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-header-3 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.contacts-column-header {
  color: #000;
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.section-small-header-4 {
  color: #ffa535;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-small-4 {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.contact-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.internal-service-image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-9 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-9.below-contact-form {
  background-color: #fff;
  background-image: linear-gradient(#ffffffde, #ffffffde);
  padding-top: 425px;
  padding-bottom: 0;
}

.text-column {
  padding-bottom: 115px;
  padding-right: 20px;
}

.container-3 {
  height: 0;
  padding-bottom: 80px;
  position: relative;
}

.small-paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 29px;
}

.heading-7.internalh2 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #eaeeef;
  background-image: none;
  border-left: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  padding: 5px 51px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 300;
  display: flex;
}

.heading-7.internalh2.contact-h2 {
  margin-top: 45px;
  padding-top: 8px;
}

.text-row {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-row.mobile-fix {
  padding-bottom: 0;
}

.link-14 {
  color: #000;
  text-decoration: none;
}

.section-10 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-10.about-v1-hero {
  color: #fff;
  background-color: #171717;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/la-sun.jpg');
  background-position: 0 0, 100% 111px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 410px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4 {
  z-index: 1;
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  padding-top: 65px;
  font-size: 28px;
  position: relative;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.section-intro.left {
  text-align: left;
  margin-left: 0;
}

.section-intro.left.no-margin {
  text-align: left;
}

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  background-color: #fff;
  border-radius: 0;
  width: 65%;
  margin: -131px auto -60px;
  padding-bottom: 59px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  box-shadow: 0 0 41px 7px #00000030;
}

.heading-11 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-11.tabv {
  text-transform: capitalize;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.body-2 {
  padding-bottom: 0;
}

.columns {
  padding-top: 0;
}

.columns.hero-main-column {
  padding-top: 0;
  padding-bottom: 0;
}

.button-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3.staff-button-2.hero-btn {
  color: #fff;
  border-color: #fff;
}

.button-3.staff-button-2.hero-btn:hover {
  border-color: #3f7f9e;
}

.container-4 {
  height: 800px;
}

.image-24 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-25 {
  padding-bottom: 20px;
}

.html-embed-2 {
  color: #3f7f9e;
  margin-left: -40px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 90px;
}

.html-embed-2.contact-embed-tri {
  color: #717274;
}

.text-block-7 {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-7.hours {
  text-align: center;
}

.unordered-list {
  width: 100%;
}

.unordered-list.sitemap-list {
  clear: none;
}

.list-item {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.link-15, .link-16 {
  text-decoration: none;
}

.link-17 {
  color: #fffbfb;
  text-decoration: none;
}

.text-block-8 {
  color: #fff;
  text-transform: none;
  padding-top: 8px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-8.location {
  color: var(--white);
  text-align: left;
  font-size: 14px;
}

.text-block-8.coming-soon {
  color: var(--white);
}

.bold-text, .bold-text-2 {
  color: var(--dim-grey);
  font-weight: 400;
}

.bold-text-3, .bold-text-4 {
  color: var(--dim-grey);
  font-weight: 300;
}

.address {
  background-color: var(--black);
  color: var(--black);
  margin-top: 10px;
  padding: 5px 10px;
}

.section-11 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.heading-12 {
  color: var(--black);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.link-18, .link-19 {
  color: #000;
  text-decoration: none;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.link-20, .link-21 {
  color: #000;
  text-decoration: none;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.link-22 {
  color: #000;
  text-decoration: none;
}

.column-4, .column-5, .column-6, .column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-9 {
  z-index: 2;
  background-color: #fff;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.location-text {
  float: left;
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.location {
  color: #777;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 32px;
  padding-left: 40px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.location.hero-slider-location {
  z-index: 3;
  color: #fff;
  margin-bottom: 48px;
  margin-left: -10px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.mouse-wheel {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 8px;
}

.hero-big-heading {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.hero-slide-2._2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/suitable-hero1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5 {
  color: #fff;
  text-decoration: none;
}

.color-hover {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.down {
  background-color: var(--dim-grey);
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.location-icon {
  float: left;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.hero-slider {
  background-color: #111;
  min-height: 100vh;
}

.hero-slider.nav-margin-top {
  min-height: 780px;
  padding-top: 43px;
  padding-bottom: 120px;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #bb1020;
  border-radius: 0;
  height: 48px;
  padding: 13px 39px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button-4:hover {
  background-color: #000;
}

.button-4.side-margins {
  background-color: var(--black);
  color: #fff;
  margin: 15px 8px 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-4.side-margins:hover {
  background-color: var(--dim-grey);
}

.place-top {
  z-index: 1;
  position: relative;
}

.heading-18 {
  color: #fff;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.slide-2 {
  background-image: linear-gradient(#11111180, #11111180), url('../images/suitable-hero2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slider-arrow-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  bottom: 0;
  right: 0;
  box-shadow: inset 0 -1px #e7e7e7;
}

.hero-slider-arrow-2.left {
  color: #333;
  display: flex;
  right: 64px;
  box-shadow: inset 0 -1px #e7e7e7, inset -1px 0 #e7e7e7;
}

.mouse {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 8px;
  display: flex;
  position: absolute;
}

.hero-slider-intro {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 96px;
  padding-top: 15%;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-slider-nav-2 {
  display: none;
}

.heading-19 {
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.heading-19.main-headline {
  text-transform: none;
  margin-top: 0;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 200;
}

.buttons-wrapper {
  justify-content: center;
  display: flex;
}

.hero-scroll-link {
  z-index: 3;
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-scroll-link:hover {
  opacity: 1;
}

.sticky-nav {
  z-index: 1;
  background-color: #2d9584;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 75px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-nav.text {
  margin-top: 60px;
}

.sticky-nav.text.chat {
  z-index: 3;
  background-color: var(--black);
}

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

.icon {
  opacity: .76;
  color: #000;
}

.icon:hover {
  color: #bb1020;
}

.icon:focus {
  color: #c6dba9;
}

.button-5 {
  background-color: var(--black);
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.icon-3 {
  opacity: 1;
  color: #000;
  margin-top: 18px;
  display: block;
  transform: rotate(0);
}

.icon-3:hover {
  color: #bb1020;
}

.icon-3:focus {
  color: #c6dba9;
}

.nav-dropdown-list-1 {
  margin-left: -5px;
  position: absolute;
}

.nav-dropdown-list-1.w--open {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  min-width: auto;
  box-shadow: 0 5px 18px #2e323c17;
}

.div-block-10 {
  align-items: center;
  display: block;
  position: absolute;
}

.div-block-11 {
  clear: left;
  margin-top: 100px;
  position: absolute;
}

.breadcrumb {
  color: #717274;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.link-23 {
  color: #010101;
  text-decoration: none;
}

.text-block-10 {
  display: block;
}

.div-block-85 {
  align-items: center;
  display: flex;
}

.breadcrumb-pages {
  color: var(--dim-grey);
  letter-spacing: 1px;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-31 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.html-embed-3 {
  display: none;
}

.text-block-11 {
  text-align: center;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="play-button"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  .menu-button {
    color: #2e323c;
    display: block;
  }

  .menu-button.w--open {
    color: #2e323c;
    background-color: #0000;
  }

  .logo {
    margin-bottom: 9px;
  }

  .nav-dropdown-link {
    background-color: #f5f6f9;
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    color: #2e323c;
    background-color: #f5f6f9;
  }

  .nav-dropdown-list.w--open {
    border-radius: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-menu {
    border-bottom: 1px solid #e1e3ea;
    max-height: 100vh;
    padding-top: 0;
    overflow: scroll;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper.hero-wrapper {
    padding-bottom: 115px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-link:hover {
    color: #2e323c;
  }

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

  .nav-link.phone-btn-menu {
    display: none;
  }

  .paragraph-big {
    font-size: 18px;
    line-height: 32px;
  }

  .button.works-v3-button {
    margin-top: 48px;
  }

  .hero-slide-info {
    max-width: 66.66%;
  }

  .hero-slider-section {
    height: 560px;
  }

  .hero-slider-arrow {
    width: 80px;
  }

  .work-v3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section {
    padding: 100px 8px;
  }

  .section-description {
    font-size: 15px;
  }

  .about-side-image {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .about-side-image-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-image-wrapper {
    width: 41.66%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-image-wrapper.hero-col1-wrapper {
    max-width: 100%;
    height: 1000px;
  }

  .about-side-media {
    flex-direction: row;
  }

  .clients-section {
    padding: 40px 16px;
  }

  .clients-header {
    margin-bottom: 32px;
  }

  .client-logo, .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v2-about, .footer-v2-logo {
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-big-subscribe-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .footer-v2-social {
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-v2-contact {
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 142px;
    margin-left: -81px;
    font-size: 14px;
  }

  .hero-video-info {
    margin-top: 105px;
  }

  .hero-video-vertical-line {
    width: 38px;
    margin-right: 12px;
  }

  .hero-video-play {
    letter-spacing: 3px;
    height: 560px;
    font-size: 13px;
  }

  .hero-video-section {
    height: auto;
  }

  .video-play-button {
    background-size: 20px, auto;
    width: 64px;
    height: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .hero-video-wrapper {
    flex-direction: row;
    padding-top: 0;
  }

  .hero-video-header {
    padding-top: 121px;
    font-size: 28px;
    line-height: 120px;
  }

  .small-button {
    margin-top: 8px;
  }

  .more-services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-top: -64px;
    padding-top: 125px;
  }

  .more-services-header-wrapper {
    padding-left: 8px;
  }

  .more-service-card {
    flex: 1;
    margin-bottom: 74px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 32px 24px 0;
  }

  .more-service-card.service-card-2 {
    flex: 0 auto;
    margin-top: -56px;
  }

  .more-service-card.service-card-3 {
    margin-top: -40px;
    margin-left: 34px;
    padding-left: 25px;
  }

  .more-service-card.hero-card {
    top: 97px;
    right: 110px;
  }

  .section-description-2 {
    font-size: 15px;
  }

  .more-service-card-number {
    margin-bottom: -24px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-slider-nav {
    margin-top: 64px;
  }

  .testimonials-slider-cards {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .review-slide-card {
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 5px 18px #2e323c2e;
  }

  .review-slide-card-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wide-map {
    height: 360px;
  }

  .footer-v3-about {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer-v3-nav {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3 {
    padding-top: 14px;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-2.staff-button-1 {
    margin-top: 110px;
    font-size: 14px;
  }

  .link-block-3 {
    height: 410px;
  }

  ._wf-social-media-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .wrapper-2 {
    flex: 0 auto;
  }

  .footer-v2-about-2 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 8px;
  }

  .ser-div {
    flex-direction: row;
    padding-top: 127px;
  }

  .ser-div.staff-div-1 {
    bottom: 346px;
  }

  .ser-div.staff-div-1.hero-highlight, .ser-div.staff-div-1.hero-highlight:hover {
    bottom: 600px;
  }

  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }

  .side-feature {
    margin-bottom: 100px;
  }

  .section-2 {
    padding: 100px 8px;
  }

  .side-feature-image {
    flex: 0 auto;
    width: 41.33%;
  }

  .section-description-3 {
    font-size: 15px;
  }

  .side-feature-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .internal-h1 {
    margin-top: 100px;
  }

  .div-block {
    width: auto;
  }

  .link-block-4.menu-drop-link {
    padding-left: 12px;
  }

  .column.hero-column {
    height: auto;
  }

  .big-map {
    height: 320px;
    margin-bottom: 64px;
    display: block;
  }

  .section-description-4 {
    font-size: 15px;
  }

  .section-9 {
    padding: 45px;
  }

  .section-9.below-contact-form {
    padding-bottom: 204px;
  }

  .text-column {
    padding-bottom: 0;
    padding-right: 10px;
    position: static;
  }

  .container-3 {
    height: auto;
  }

  .small-paragraph, .heading-7.internalh2 {
    text-align: left;
  }

  .section-10 {
    padding: 80px 3% 38px;
  }

  .section-10.about-v1-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/sun-la.jpg');
    background-position: 0 0, 50% 103px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 490px;
    margin-top: -34px;
    padding-top: 103px;
    padding-bottom: 50px;
  }

  .section-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.left.no-margin {
    margin-bottom: 0;
  }

  .white-contact-form {
    padding: 25px;
  }

  .white-contact-form.centered {
    margin-top: -51px;
  }

  .heading-11.tabv {
    text-align: left;
    margin-left: 25px;
    padding-bottom: 0;
    font-size: 34px;
  }

  .columns {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns.hero-main-column {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-right: 3px;
    padding-top: 0;
    position: static;
  }

  .button-3.staff-button-2.hero-btn {
    flex-direction: column;
    width: 25%;
    position: absolute;
    bottom: 76px;
    left: 279px;
    right: 0;
  }

  .location.hero-slider-location {
    bottom: 32px;
    left: 4%;
  }

  .hero-big-heading {
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px;
  }

  .hero-slide-2._2 {
    background-image: linear-gradient(#00000073, #00000073), url('../images/suitable-hero1.jpg');
    background-size: auto, cover;
  }

  .hero-slider {
    min-height: 600px;
  }

  .hero-slider.nav-margin-top {
    min-height: 70vh;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .hero-slider-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 0%;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .heading-19.main-headline {
    padding-top: 0;
  }

  .hero-scroll-link {
    display: none;
  }

  .sticky-nav.text.chat {
    margin-top: 200px;
  }

  .icon {
    opacity: 1;
    color: #000;
  }

  .icon-2 {
    color: #000;
  }

  .icon-3 {
    opacity: 1;
    color: #000;
  }

  .nav-dropdown-list-1.w--open {
    border-radius: 0;
    box-shadow: 0 0 #0000;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-text {
    margin-left: 0;
    font-size: 13px;
    display: none;
  }

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

  .wrapper.nav-bar-wrapper {
    display: block;
  }

  .wrapper.hero-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .logo-wrapper {
    float: left;
    display: inline-block;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .hero-slide.hero-slide-1 {
    background-image: linear-gradient(to bottom, null, null);
    background-attachment: scroll;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-slider-section {
    height: 400px;
  }

  .hero-slider-arrow {
    margin-top: 56px;
  }

  .works-v3 {
    margin-bottom: -24px;
  }

  .work-v3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

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

  .section.testimonials-color-image {
    width: 100%;
    min-width: 100%;
    overflow: visible;
  }

  .section.staff-agency {
    padding-bottom: 115px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-header.home-h2-2.hero-h1 {
    width: 100%;
    overflow: hidden;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .about-side-image-info {
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-side-image-wrapper {
    flex: 1;
    width: 50%;
  }

  .about-side-image-wrapper.hero-col1-wrapper {
    height: 700px;
  }

  .about-side-image-wrapper.fork-warapper {
    width: 90%;
  }

  .about-side-media {
    flex-direction: column;
    align-items: center;
  }

  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }

  .client-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-big-subscribe {
    max-width: 100%;
  }

  .footer-v2-about {
    padding-top: 27px;
  }

  .input.footer-subscribe-input {
    text-align: center;
    margin-top: 16px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 122px;
    margin-left: 10px;
  }

  .hero-video-info {
    margin-top: 0;
  }

  .hero-video-play {
    letter-spacing: 2px;
    height: 440px;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-video-header {
    font-size: 38px;
    line-height: 92px;
  }

  .more-services {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: -24px;
    padding-top: 40px;
    padding-left: 19px;
    padding-right: 8px;
  }

  .more-services-header-wrapper {
    text-align: center;
    width: 66.66%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .more-service-card {
    width: 83.33%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .more-service-card.service-card-2 {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 24px;
    right: 45px;
  }

  .more-service-card.service-card-3 {
    margin-top: 0;
    padding-top: 100px;
    right: 5px;
  }

  .more-service-card.hero-card {
    width: auto;
    height: auto;
  }

  .more-service-card.hero-card:hover {
    height: auto;
    margin-right: auto;
  }

  .section-description-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .link-arrow-2 {
    font-size: 11px;
    line-height: 32px;
  }

  .section-small-header-2 {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .testimonials-slider-nav {
    margin-top: 40px;
    font-size: 9px;
  }

  .testimonials-slider-cards-arrow {
    margin-bottom: 52px;
  }

  .review-slide-card-wrapper {
    width: 100%;
  }

  .wide-map {
    height: 240px;
  }

  .footer-v3-about {
    width: 50%;
  }

  .footer-subscribe-form {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-v3-nav {
    width: 25%;
  }

  .footer-v3-subscribe {
    flex: 0 auto;
    order: -1;
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .button-2.staff-button-1 {
    font-size: 12px;
  }

  .staff-button-2 {
    display: none;
  }

  .link-block-3.new-footer.map {
    background-image: url('../images/map-suitable-staffing.jpg'), linear-gradient(#00000012, #fff0 3%), linear-gradient(#0000, #0000);
    background-position: 65%, 0 0, 0 0;
  }

  .footer-bottom-left-2 {
    text-align: center;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-v2.dark-bg {
    text-align: center;
    align-items: center;
  }

  .wrapper-2 {
    padding-top: 0;
  }

  .footer-text-left-2 {
    text-align: center;
    font-size: 11px;
  }

  .footer-v2-about-2 {
    padding-bottom: 0;
  }

  .ser-div.staff-div-1 {
    padding-top: 0;
    display: none;
    bottom: 315px;
  }

  .ser-div.staff-div-1:hover {
    bottom: 515px;
  }

  .ser-div.hero-serv-div {
    left: 17px;
  }

  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }

  .side-feature {
    margin-top: 0;
    margin-bottom: 80px;
  }

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

  .side-feature-image {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-description-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .side-feature-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-feature-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-header-2 {
    margin-top: 16px;
  }

  .section-small-header-3 {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .internal-h1 {
    margin-top: 60px;
  }

  .div-block {
    max-width: 100%;
    overflow: hidden;
  }

  .column {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .column.hero-column {
    left: 0;
  }

  .column-2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .column-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .big-map {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-description-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-header-3 {
    margin-top: 16px;
  }

  .section-small-header-4 {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .section-9 {
    padding: 25px;
  }

  .section-9.below-contact-form {
    margin-top: -43px;
    padding-top: 288px;
    padding-bottom: 384px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-10.about-v1-hero {
    background-color: #1a1a1a;
    background-image: linear-gradient(#00000057, #00000057), url('../images/la-sun.jpg');
    background-position: 0 0, 38% 234px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 649px;
    margin-top: -209px;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .wrapper-4 {
    padding-top: 10px;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .heading-11 {
    font-size: 47px;
  }

  .heading-11.tabv {
    margin-top: 5px;
    font-size: 25px;
  }

  .columns.hero-main-column {
    width: 100%;
    overflow: hidden;
  }

  .button-3.staff-button-2.hero-btn {
    width: 30%;
    bottom: 119px;
    left: 201px;
  }

  .column-4, .column-5, .column-6, .column-7, .column-8, .column-9 {
    padding-bottom: 40px;
  }

  .column-10 {
    padding-bottom: 0;
  }

  .div-block-9 {
    z-index: 2;
    width: 250px;
    display: block;
    inset: auto auto 0% 0%;
  }

  .hero-big-heading {
    padding-top: 0;
    font-size: 40px;
  }

  .hero-slide-2._2 {
    background-image: linear-gradient(#11111191, #11111191), url('../images/cta.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .hero-slider.nav-margin-top {
    min-height: 100vh;
  }

  .heading-18 {
    font-size: 24px;
  }

  .hero-slider-arrow-2 {
    width: 56px;
    height: 56px;
  }

  .hero-slider-arrow-2.left {
    right: 56px;
  }

  .hero-slider-intro {
    margin-top: -123px;
    margin-bottom: 50px;
    top: 139px;
  }

  .sticky-nav {
    position: relative;
  }

  .breadcrumb {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    color: #30343f;
    display: block;
  }

  .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .wrapper.hero-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.dropdown {
    padding-left: 12px;
  }

  .button.footer-big-subscribe-button {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-slider-nav {
    font-size: 9px;
    display: block;
  }

  .hero-slide-info {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .work-v3 {
    width: 100%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.no-top-padding, .section.no-top-padding.no-bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.no-top-padding.service-list {
    padding-bottom: 40px;
  }

  .section.testimonials-color-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.staff-agency {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-header.home-h2-2 {
    width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .about-side-image {
    padding-top: 0;
  }

  .about-side-image-info {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    padding-top: 0;
  }

  .about-side-image-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    display: block;
  }

  .about-side-image-wrapper.hero-col1-wrapper, .about-side-image-wrapper.fork-warapper {
    height: 400px;
  }

  .about-side-media {
    flex-direction: column-reverse;
  }

  .clients-logotypes {
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-big-subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-big-subscribe {
    border-radius: 8px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .footer-v2-about {
    flex: 0 auto;
    width: 66.66%;
  }

  .footer-v2-logo {
    width: 33.33%;
  }

  .form-error.footer-big-subscribe-error {
    margin-top: 0;
  }

  .footer-big-subscribe-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-link-right {
    margin-left: 16px;
  }

  .footer-v2-social {
    flex-wrap: wrap;
  }

  .social-button {
    margin: 4px;
  }

  .footer-bottom-text-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .input.footer-big-subscribe-input {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .footer-v2-contact {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 271px;
    margin-left: 0;
  }

  .hero-video-info {
    margin-top: 72px;
    margin-left: 4.66%;
  }

  .hero-video-play {
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .hero-video-section {
    width: 100%;
    padding-top: 115px;
    padding-bottom: 40px;
  }

  .hero-video-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
  }

  .hero-video-header {
    margin-top: 35px;
    margin-left: 30px;
    padding-top: 37px;
    font-size: 22px;
  }

  .more-services-header-wrapper {
    width: 100%;
  }

  .more-services-header-wrapper.manu-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .more-services-header-wrapper.manu-wrapper.hero-head-wrapper {
    margin-top: 140px;
    padding-top: 0;
  }

  .more-service-card {
    width: 100%;
    min-width: 100%;
    right: 8px;
  }

  .more-service-card.service-card-2 {
    right: 9px;
  }

  .more-service-card.service-card-3 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 24px;
    right: 7px;
  }

  .more-service-card.hero-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .more-service-card.hero-card:hover {
    min-width: 100%;
    height: auto;
  }

  .section-description-2.manu-industrialp {
    max-width: 100%;
  }

  .testimonials-slider-cards {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .review-slide-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonials-slider-cards-arrow {
    display: none;
  }

  .footer-v3-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-subscribe-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-v3-nav {
    width: 50%;
  }

  .footer-bottom-text-left-2 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-2.staff-button-1 {
    margin-top: 0;
  }

  .link-block-3 {
    background-image: linear-gradient(#00000012, #fff0 3%), linear-gradient(#a0a0a024, #a0a0a024), url('../images/fairway-location.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    height: 280px;
  }

  .link-block-3.new-footer.map {
    background-image: url('../images/suitable-staffing-map.jpg'), linear-gradient(to bottom, #00000012, #fff0 3%), linear-gradient(to bottom, null, null);
    background-position: 60%, 0 0, 0 0;
  }

  .footer-bottom-left-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-v2-heading.text-white {
    font-size: 19px;
    line-height: 25px;
  }

  .wrapper-2 {
    padding-top: 0;
  }

  .paragraph-small-3 {
    color: #ffffffb3;
    text-decoration: none;
  }

  .footer-v2-about-2 {
    width: 100%;
  }

  .image-15 {
    margin-top: 60px;
  }

  .ser-div.staff-div-1 {
    bottom: 340px;
  }

  .ser-div.staff-div-1:hover {
    bottom: 541px;
  }

  .ser-div.staff-div-1.hero-highlight {
    padding-top: 0;
    bottom: 318px;
  }

  .ser-div.staff-div-1.hero-highlight:hover {
    bottom: 318px;
  }

  .ser-div.hero-serv-div {
    bottom: 113px;
    left: -73px;
  }

  .page-header-section {
    height: 200px;
  }

  .side-feature-video-link {
    flex-direction: column;
  }

  .side-feature-video-button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .side-feature {
    flex-direction: column-reverse;
  }

  .side-feature.mobile-reverse {
    flex-direction: column;
  }

  .side-feature-image {
    width: 100%;
  }

  .section-description-3 {
    text-align: justify;
  }

  .side-feature-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .side-feature-content {
    width: 100%;
  }

  .section-header-2 {
    text-align: center;
  }

  .section-header-2.int-h2-1 {
    text-align: left;
    text-align: left;
    max-width: 100%;
    font-size: 24px;
    overflow: hidden;
  }

  .internal-h1 {
    text-align: center;
    margin-top: 100px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-3 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-3.services-section {
    padding-top: 0;
  }

  .link-block-4.menu-drop-link {
    padding-left: 0;
  }

  .column.hero-column {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .contacts {
    flex-direction: column;
    padding-bottom: 24px;
  }

  .contacts-column {
    padding-bottom: 32px;
  }

  .body {
    max-width: 100%;
    overflow: visible;
  }

  .section-9 {
    padding: 25px;
  }

  .section-9.below-contact-form {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-column {
    padding-bottom: 14px;
  }

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

  .small-paragraph {
    padding-right: 41px;
  }

  .heading-7.internalh2 {
    text-align: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 4px;
    padding: 6px 8px;
    font-size: 17px;
    line-height: 22px;
  }

  .text-row {
    padding-top: 190px;
  }

  .text-row.mobile-fix {
    padding-top: 40px;
  }

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

  .section-10.about-v1-hero {
    background-image: linear-gradient(#00000059, #00000059), url('../images/la-sun.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 98px;
    margin-top: 94px;
    padding-top: 142px;
    padding-bottom: 0;
  }

  .wrapper-4 {
    padding-top: 17px;
  }

  .white-contact-form.centered {
    width: 100%;
    margin: -5px 0 -250px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-11.tabv {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 22px;
    font-size: 31px;
  }

  .button-3.staff-button-2.hero-btn {
    width: 50%;
    font-size: 14px;
    line-height: 28px;
    left: 76px;
  }

  .text-block-7.hours {
    text-align: left;
  }

  .div-block-9 {
    z-index: 1;
    align-items: flex-end;
    width: 200px;
    height: 90px;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .location.hero-slider-location {
    bottom: -44px;
    left: 6%;
  }

  .hero-big-heading {
    margin-top: 1px;
    margin-bottom: 5px;
    padding-top: 4px;
    font-size: 20px;
    line-height: 40px;
  }

  .hero-slide-2._2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/suitable-hero1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-slider {
    min-height: 720px;
  }

  .hero-slider.nav-margin-top {
    background-image: url('../images/fairway-hero.jpg');
    background-position: 0 0;
    background-size: 940px;
    min-height: 450px;
  }

  .button-4.side-margins {
    width: 90vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    text-align: center;
    font-size: 23px;
  }

  .hero-slider-arrow-2, .hero-slider-arrow-2.left {
    z-index: 0;
  }

  .hero-slider-intro {
    justify-content: center;
    max-width: 100%;
    min-height: 580px;
    max-height: 0%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 7px 50px;
    top: 5px;
  }

  .heading-19 {
    font-size: 29px;
  }

  .heading-19.main-headline {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .buttons-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .sticky-nav {
    padding: 0;
  }

  .sticky-nav.text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sticky-nav.text.chat {
    margin-top: 130px;
  }

  .icon-2 {
    color: #000;
  }

  .nav-dropdown-list-1 {
    width: auto;
    min-width: auto;
    display: block;
  }

  .div-block-85 {
    font-size: 12px;
    display: block;
  }

  .breadcrumb-pages {
    font-size: 12px;
    line-height: 10px;
  }

  .link-31 {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}