body {
  height: 100%;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: #565b62;
  font-size: 14px;
  line-height: 20px;
}

body.modal-open {
  overflow: hidden;
}

h1 {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #53585f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

h3 {
  margin-bottom: 10px;
  float: none;
  color: #565b62;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

h4 {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: none;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #565b62;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

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

p {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 15px;
  color: #aeaeaf;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  text-indent: 0px;
  text-transform: none;
}

a {
  display: inline;
  margin-top: 0px;
  background-color: transparent;
  color: #ef8f3b;
  text-decoration: none;
  list-style-type: disc;
}

a:hover {
  color: #42abbc;
  text-decoration: underline;
}
.w-nomargin-header {
  margin-top: 0px;
}

.button {
  display: inline-block;
  margin-left: 0px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #42abbc;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #565b62;
}

.button.button-with-margin {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #8ac2cb;
  color: #fff;
  text-decoration: none;
}

.button.button-with-margin:hover {
  background-color: #ef8f3b;
  color: #fff;
}

.button.button-with-margin.sign-in-button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.button.button-with-margin.sign-in-button:hover {
  border-color: #8ac2cb;
  background-color: #8ac2cb;
}

.button.button-with-margin.sign-in-button.quote {
  border-style: none;
  border-color: transparent;
  background-color: #8ac2cb;
  color: #fff;
}

.button.button-with-margin.sign-in-button.quote:hover {
  background-color: #ef8f3b;
  color: #fff;
}

.button.signup-button {
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 2px;
  background-color: #42abbc;
}

.button.signup-button:hover {
  background-color: #565b62;
}

.button.app-button {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 10px;
  padding: 0px;
  background-image: url('../images/app_store.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.button.app-button.android {
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/google_play.png');
}

.button.nav-cta {
  margin-top: 10px;
  margin-left: 65px;
}

.button.nav-cta.w--current {
  margin-left: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.re-schedule {
  float: left;
  border: 3px solid #8ac2cb;
  background-color: transparent;
  color: #565b62;
}

.button.re-schedule:hover {
  background-color: #8ac2cb;
  color: #fff;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  height: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 100px 1px rgba(0, 0, 0, .18);
}

.navigation-link {
  width: 100%;
  padding-left: 65px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #53585f;
  font-weight: 600;
}

.navigation-link:hover {
  color: #42abbc;
}

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

.navigation-link.hire-now {
  background-color: transparent;
}

.navigation-menu {
  float: none;
}

.brand {
  display: block;
  margin-top: 100px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.brand.w--current {
  margin-bottom: 20px;
  padding-right: 0px;
}

.banner {
  position: relative;
  height: 100%;
  margin-left: 300px;
  background-color: #424242;
}

.social-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  text-align: center;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: url('../images/facebook_333333_100.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon:hover {
  background-color: #42abbc;
  background-image: url('../images/facebook_ffffff_100.png');
  background-size: 18px;
}

.social-icon.twitter {
  background-image: url('../images/twitter_333333_100.png');
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter_ffffff_100.png');
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_333333_100.png');
}

.social-icon.linkdin:hover {
  background-image: url('../images/linkedin_ffffff_100.png');
}

.social-icon.icon-team {
  background-image: url('../images/facebook_ffffff_100.png');
}

.social-icon.icon-team.icon-3 {
  background-image: url('../images/linkedin_ffffff_100.png');
}

.section {
  margin-bottom: 50px;
  margin-left: 300px;
  padding: 25px 10px 10px;
}

.section.gray {
  background-color: #e7f0f0;
}

.section.gray.photo {
  background-image: url('../images/photos.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.parallax {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/woodwork.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/woodwork.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.less-space {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e7f0f0;
}

.section.static {
  margin-left: 0px;
}

.top-title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.top-title.in-inner {
  margin-bottom: 0px;
  color: #fff;
}

.divider-line {
  display: block;
  width: 70px;
  height: 3px;
  margin: 20px auto;
  background-color: #42abbc;
}

.divider-line.margin-left {
  margin-left: 0px;
  background-color: #42abbc;
}

.divider-line.left {
  margin-top: 5px;
  float: left;
}

.divider-line.blog {
  margin-top: 5px;
  margin-bottom: 5px;
}

.top-sub-text {
  color: #adadad;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.top-sub-text.white {
  color: #fff;
  font-size: 24px;
  line-height: 47px;
}

.tab-content {
  margin-top: 15px;
  background-color: transparent;
}

.tab {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding: 14px 6px;
  float: none;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #313131;
  font-size: 15px;
  font-weight: 600;
}

.tab:hover {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab.w--current {
  background-color: transparent;
  opacity: 1;
  color: #e3543b;
}

.tab-menu {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  float: none;
  clear: none;
  background-color: transparent;
  opacity: 1;
  text-align: center;
}

.tab-menu:hover {
  opacity: 1;
}

.tab-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/magic_363636_100.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.tab-icon.tab {
  display: inline-block;
  width: 16%;
  height: auto;
  margin-right: 0px;
  padding: 18px 6px 14px;
  float: none;
  border: 2px none #565b62;
  background-image: url('../images/Suspicious-01-01.png');
  background-position: 50% 6px;
  background-size: 50px 50px;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab-icon.tab:hover {
  opacity: 1;
}

.tab-icon.tab.w--current {
  border-bottom: 4px none #565b62;
  background-color: transparent;
  background-image: url('../images/Suspicious-01-01.png');
  background-size: 50px 50px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .5);
  -webkit-transition-property: color;
  transition-property: color;
  color: #f87c0f;
  text-decoration: none;
}

.tab-icon.tab.icon-2 {
  margin-right: 0px;
  padding-right: 6px;
  background-image: url('../images/noun_4933-01.png');
  background-size: 47px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab-icon.tab.icon-2.w--current {
  margin-right: 0px;
  border-top: 2px none #000;
  border-right: 2px none #000;
  border-left: 2px none #000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: transparent;
  color: #f87c0f;
}

.tab-icon.tab.icon-3 {
  padding-top: 16px;
  background-image: url('../images/highfive-01.png');
  background-size: 50px;
}

.tab-icon.tab.icon-3.w--current {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab-icon.tab.icon-4 {
  background-image: url('../images/compliant-01.png');
  background-size: 45px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab-icon.tab.icon-5 {
  background-image: url('../images/Calendar-02.png');
  background-position: 50% 6px;
  background-size: 40px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab-icon.tab.icon-6 {
  background-image: url('../images/Briefcase-01.png');
  background-size: 45px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab-icon.tab.icon-6.w--current {
  background-size: 45px;
}

.tab-icon.tab.job-type-2 {
  background-image: url('../images/skill_warehouse.png');
  background-size: 50px;
}

.tab-icon.tab.job-type-1 {
  background-image: url('../images/skill_event.png');
  background-size: auto 50px;
}

.tab-icon.tab.job-type-1.w--current {
  background-image: url('../images/skill_event.png');
  background-size: auto 50px;
}

.tab-icon.tab.job-type-3 {
  background-image: url('../images/skill_moving.png');
  background-size: auto 50px;
}

.tab-icon.tab.job-type-4 {
  background-image: url('../images/skill_forklift.png');
  background-size: auto 50px;
}

.tab-icon.tab.job-type-5 {
  background-image: url('../images/skill_office.png');
  background-size: auto 50px;
}

.tab-icon.tab.job-type-6 {
  background-image: url('../images/skill_janitorial.png');
  background-size: auto 50px;
}

.call-to-action-wrapper {
  margin-top: 20px;
  text-align: center;
}

.call-to-action-wrapper.center {
  text-align: center;
}

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  width: 31%;
  height: auto;
  max-height: 500px;
  max-width: 361px;
  min-height: 429px;
  margin-bottom: 8px;
  margin-left: 1%;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border: 1px solid #d8d8d8;
  background-color: #fafafa;
}

.clients-wrapper {
  width: 20%;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 35px;
  float: left;
  background-image: url('../images/DataEntry.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.clients-wrapper:hover {
  opacity: 0.8;
}

.clients-wrapper.logo-2 {
  height: 65px;
  margin-bottom: 29px;
  padding-bottom: 0px;
  background-image: url('../images/moving.png');
  background-size: contain;
}

.clients-wrapper.logo-3 {
  height: 65px;
  margin-bottom: 31px;
  background-image: url('../images/Drivers.png');
  background-size: contain;
}

.clients-wrapper.logo-4 {
  height: 65px;
  background-image: url('../images/CustomerService.png');
  background-size: contain;
}

.clients-wrapper.logo-5 {
  height: 65px;
  margin-bottom: 75px;
  background-image: url('../images/ForkliftJobs.png');
  background-size: contain;
}

.footer {
  position: relative;
  margin-left: 300px;
  padding: 40px 10px 115px;
  background-color: #383838;
}

.footer.signup-footer {
  margin-left: 0px;
}

.footer-wrapper {
  height: 226px;
  max-height: 226px;
  padding-right: 10px;
  border-right: 1px solid #4a4a4a;
  color: #fff;
}

.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #424242;
}

.center {
  text-align: center;
}

.footer-title {
  margin-bottom: 30px;
  padding-top: 5px;
  color: #a5a5a5;
  font-size: 18px;
  font-weight: 500;
}

.list-footer {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #4a4a4a;
  color: #999;
}

.footer-icon {
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  float: left;
  background-image: url('../images/map-marker_999999_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer-icon.icon-2 {
  background-image: url('../images/envelope_999999_100.png');
}

.footer-icon.icon-4 {
  display: block;
  background-image: url('../images/chevron-right_999999_100.png');
  background-size: 10px;
}

.footer-link {
  position: relative;
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #adadad;
  line-height: 26px;
  text-align: left;
}

.footer-link:hover {
  color: #fff;
}

.testimonials-slider {
  height: auto;
  background-color: transparent;
}

.slider-navigation {
  position: relative;
  padding-top: 15px;
  font-size: 12px;
}

.testimonials-wrapper {
  padding-right: 70px;
  padding-left: 70px;
  text-align: center;
}

.testimonials-photo {
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/Screenshot_2015-11-24-17-26-18 copy.png'), url('../images/Bobak.jpg');
  background-position: -11px 0px, 0px 0px;
  background-size: contain, contain;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/Me.jpg');
  background-position: 4px 0px;
  background-size: cover;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/aaron.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.testimonials-photo.photo-4 {
  background-image: url('../images/Colin.jpg'), url('../images/aaron.jpg'), url('../images/Bobak.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: contain, cover, contain;
}

.testimonials-photo.photo-5 {
  background-image: url('../images/dan.jpg'), url('../images/aaron.jpg'), url('../images/Bobak.jpg');
  background-position: -11px -10px, 0px 0px, 0px 0px;
  background-size: 165px, cover, contain;
}

.testimonials-photo.photo-6 {
  background-image: url('../images/lakendra.jpg'), url('../images/Bobak.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
}

.testimonials-content {
  margin-bottom: 20px;
}

.testimonials-paragraph {
  color: #fff;
}

.testimonials-name {
  color: #fff;
  text-transform: uppercase;
}

.testimonials-sub-name {
  color: hsla(0, 0%, 100%, .89);
  font-size: 13px;
  font-weight: 300;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  background-color: #8ac2cb;
  opacity: 0;
}

.portfolio-overlay:hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  overflow: visible;
  width: 100%;
  background-color: #8ac2cb;
  opacity: 0;
}

.portfolio-title {
  position: absolute;
  left: 20px;
  top: 20px;
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.portfolio-sub-title {
  position: absolute;
  left: 20px;
  top: 70px;
  font-family: 'PT Serif', serif;
  color: hsla(0, 0%, 100%, .76);
  font-size: 13px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 1px;
}

.portfolio-icon {
  position: relative;
  top: 70%;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/link_e3543b_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.portfolio-icon:hover {
  background-color: #333;
}

.inner-banner {
  margin-left: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .4), hsla(0, 0%, 53%, .4)), url('../images/oldTempAgencies.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .4), hsla(0, 0%, 53%, .4)), url('../images/oldTempAgencies.jpg');
  background-position: 0px 0px, 50% 303%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner-banner.photo-2 {
  position: relative;
  width: auto;
  margin-left: 300px;
  padding-top: 100px;
  padding-bottom: 190px;
  padding-left: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(86, 91, 98, .6), rgba(86, 91, 98, .6)), url('../images/Fork-lifts.jpg');
  background-image: linear-gradient(180deg, rgba(86, 91, 98, .6), rgba(86, 91, 98, .6)), url('../images/Fork-lifts.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.inner-banner.photo-2.static {
  margin-left: 0px;
}

.inner-banner.photo-3 {
  margin-left: 300px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/Bus picture Blog.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/Bus picture Blog.jpg');
  background-position: 0px 0px, -92% 0px;
  background-size: auto, cover;
}

.inner-banner.about-us {
  margin-left: 300px;
  background-position: 0px 0px, 50% -268px;
}

.inner-banner.photo-5 {
  margin-left: 300px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .4), hsla(0, 0%, 53%, .4)), url('../images/skater.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .4), hsla(0, 0%, 53%, .4)), url('../images/skater.jpg');
  background-position: 0px 0px, 50% 59%;
  background-size: auto, cover;
}

.inner-banner.photo4 {
  margin-left: 146px;
}

.inner-banner.photo-blog {
  margin-left: 300px;
}

.inner-banner.photo-4 {
  margin-left: 300px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .4), #ef8f3b), url('../images/Bus picture Blog.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .4), #ef8f3b), url('../images/Bus picture Blog.jpg');
}

.inner-banner.blog-photo {
  padding-top: 200px;
  padding-bottom: 250px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/oldTempAgencies.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .8), hsla(0, 0%, 53%, .8)), url('../images/oldTempAgencies.jpg');
  background-position: 0px 0px, 50% 303%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner-banner.photo-6 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .4), hsla(0, 0%, 53%, .4)), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .4), hsla(0, 0%, 53%, .4)), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, 1024px;
}

.inner-banner.photo-6.static {
  margin-left: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 53%, .58), hsla(0, 0%, 53%, .58)), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 53%, .58), hsla(0, 0%, 53%, .58)), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 1024px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.team-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.team-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(79, 79, 79, .8), rgba(79, 79, 79, .8));
  background-image: linear-gradient(180deg, rgba(79, 79, 79, .8), rgba(79, 79, 79, .8));
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-align: center;
}

.team-overlay:hover {
  opacity: 1;
}

.team-content {
  position: relative;
  top: 50%;
  padding-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.team-name {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}

.team-sub-text {
  margin-bottom: 10px;
  color: #42abbc;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.paragraph-white {
  color: #fff;
  font-size: 13px;
}

.hero {
  text-align: center;
}

.text-field {
  height: 45px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}

.text-field.text-area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 105px;
}

.success-message {
  padding: 22px;
  border-radius: 5px;
  background-color: #50d49f;
  text-align: center;
}

.form-paragraph {
  margin-bottom: 0px;
  color: #fff;
}

.error-message {
  margin-top: 15px;
  border-radius: 5px;
  background-color: #ff6161;
  text-align: center;
}

.big-slider {
  height: 100%;
  padding-bottom: 0px;
}

.slide {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/guitar.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/guitar.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.photo-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/redshirt.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/redshirt.jpg');
  background-size: auto, cover;
}

.slide.photo-1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/tshirt_lady.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/tshirt_lady.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.banner-content {
  position: absolute;
  left: 0px;
  top: 57%;
  right: 0px;
  z-index: 10;
  margin-top: 24px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.banner-small-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 27px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, .49);
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-big-title {
  margin-bottom: 10px;
  font-size: 43px;
  line-height: 59px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-sub-text {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.space-device {
  margin-top: 30px;
  margin-bottom: 41px;
  float: left;
}

.mockup {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  max-width: 100%;
  margin: 20px 0px;
  padding: 0px 25px;
  float: none;
  clear: none;
  opacity: 1;
}

.form-signup-label {
  display: block;
  color: #53585f;
}

.signup-form {
  width: auto;
  padding: 25px 42px;
  float: none;
  border: 1px solid #d8d8d8;
  background-color: #fafafa;
  box-shadow: 0 0 6px 0 #fff;
  opacity: 1;
}

.tos {
  color: #53585f;
}

.source {
  color: #53585f;
  font-weight: 600;
}

.tos-link {
  display: inline;
  color: #42abbc;
}

.work-type {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 70px;
  color: #565b62;
  text-align: center;
}

.form-div-right {
  width: 50%;
  float: right;
}

.form-div-left {
  width: 50%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 38px;
}

.signup-subtitle {
  margin-bottom: 10px;
  padding-top: 0px;
  color: #adadad;
  font-weight: 500;
  text-align: center;
}

.form-divider-line {
  width: 70px;
  height: 3px;
  margin: 5px auto;
  background-color: #42abbc;
  letter-spacing: 1px;
}

.mockup-left {
  width: 40%;
  float: left;
}

.mockup-right {
  width: 40%;
  float: right;
}

.step-left {
  display: inline-block;
  width: 60%;
}

.step-right {
  width: 60%;
  float: right;
}

.signup-steps {
  color: #565b62;
  line-height: 22px;
  font-weight: 500;
}

.signup-list {
  padding-bottom: 20px;
  line-height: 22px;
  font-weight: 600;
  list-style-type: decimal;
}

.employer-form-picture {
  height: 538px;
}

.team-div {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.tab-label {
  display: block;
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top: 2px none #565b62;
  border-bottom: 1px none #565b62;
  -webkit-transition: color 300ms ease, opacity 300ms ease;
  transition: color 300ms ease, opacity 300ms ease;
  text-align: center;
}

.feature-tab-image {
  width: 40%;
  margin-bottom: 0px;
  padding: 0px;
  float: right;
}

.feature-tab-desc {
  width: 60%;
  float: left;
}

.old-temp {
  display: inline-block;
  width: 50%;
  float: left;
  font-weight: 500;
}

.bluecrew {
  width: 50%;
  font-weight: 500;
  text-align: center;
}

.tab-paragraph {
  display: inline-block;
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
}

.tab-paragraph ul {
  text-align: left;
  padding-left: 20px;
}


.job-desc {
  margin-top: 0px;
  margin-right: 50px;
  margin-left: 0px;
  padding: 15px 28px 16px;
  background-color: #fff;
  color: #565b62;
  font-weight: 500;
}

.about-image {
  max-height: 200px;
  padding-right: 0px;
  padding-left: 0px;
}

.big-banner-title {
  font-size: 50px;
}

.modal-background {
  position: fixed;
  z-index: 1002;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(43, 43, 43, .8);
  opacity: 1;
}

.login-window {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
}

.modal-form {
  position: static;
  overflow: visible;
  margin-top: 0px;
  margin-left: 0px;
  padding: 25px 42px;
  background-color: #fff;
  opacity: 1;
  color: #565b62;
}

.close-modal {
  position: static;
  float: right;
  clear: none;
  color: #adadad;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  text-align: left;
}

.close-modal:hover {
  color: #ef8f3b;
  text-decoration: none;
}

.forgot-password {
  margin-top: 20px;
  color: #ef8f3b;
  font-size: 16px;
  text-align: center;
}

.forgot-password:hover {
  color: #f87c0f;
}

.forgot-password-window {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.form-sub-desc {
  color: #adadad;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.signup-nav {
  background-color: #e7f0f0;
  color: #565b62;
}

.signup-error-message {
  color: #565b62;
}

.employer-portal {
  margin-top: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8ac2cb;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}

.phone-col1 {
  display: inline;
  width: 32%;
  min-width: 0px;
  margin-right: 8px;
  padding-right: 12px;
}

.profile-points {
  margin: 28px 140px 100px;
  font-weight: 400;
}

.profile-points.build-proifle {
  margin-top: 74px;
}

.complete-profile-texts {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.complete-profile-texts.complete {
  text-decoration: line-through;
}

.complete-profile-texts.minus {
  color: #f87c0f;
}

.complete-profile-links {
  width: 100%;
  padding: 22px 26px;
  border: 1px solid #eee;
  color: #565b62;
  text-align: left;
  text-decoration: none;
}

.complete-profile-links:hover {
  background-color: #e7f0f0;
}

.complete-profile-links.minus-points {
  border-color: #ef8f3b;
  color: #ef8f3b;
}

.complete-profile-links.complete {
  background-color: #eee;
  color: #adadad;
  text-decoration: line-through;
}

.complete-profile-links.complete:hover {
  background-color: #eee;
}

.complete-profile-points {
  display: inline;
  float: right;
  font-size: 21px;
}

.complete-profile-points.complete {
  text-decoration: line-through;
}

.complete-profile-points.access-jobs {
  font-size: 14px;
}

.signup-nav-links {
  color: #565b62;
  font-weight: 600;
}

.signup-nav-link {
  color: #565b62;
}

.signup-nav-link:hover {
  text-decoration: none;
}

.signup-nav-link.active {
  color: #ef8f3b;
}

.signup-brand {
  margin-top: 4px;
}

.fb-like {
  display: block;
  margin-top: 13px;
  padding-top: 0px;
  padding-left: 0px;
}

.twt-follow {
  display: inline-block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.address-label {
  color: #565b62;
}

.address-label.warning {
  margin-top: -10px;
  margin-bottom: 4px;
  color: #ef8f3b;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.address-label.disclaimer {
  margin-top: -9px;
  margin-bottom: 10px;
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
}

.disclaimer-links {
  display: block;
  color: #42abbc;
  font-size: 12px;
  text-align: center;
}

.disclaimer-links:hover {
  color: #ef8f3b;
  text-decoration: none;
}

.background-checkbox {
  color: #565b62;
  font-size: 13px;
  font-weight: 400;
}

.progress-worker-signup {
  margin-bottom: 26px;
}

.worker-progress {
  width: 24%;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  color: #adadad;
  text-align: center;
}

.worker-progress:hover {
  color: #adadad;
  text-decoration: none;
}

.worker-progress.skills {
  width: 20%;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 3px solid #ef8f3b;
}

.worker-progress.address {
  padding-top: 9px;
  padding-bottom: 9px;
}

.worker-progress.in-progress {
  border-bottom: 3px solid #ef8f3b;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #ef8f3b;
  font-weight: 500;
}

.worker-progress.in-progress:hover {
  background-color: #f9c58b;
  color: #fff;
  text-decoration: none;
}

.worker-progress.complete {
  border-bottom: 3px solid #42abbc;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #42abbc;
  font-weight: 500;
}

.worker-progress.complete:hover {
  border-style: none none solid;
  border-color: #42abbc;
  border-bottom-width: 3px;
  background-color: #8ac2cb;
  color: #fff;
  text-decoration: none;
}

.worker-progress-tabs {
  margin-bottom: 18px;
  background-color: transparent;
  font-weight: 500;
  list-style-type: square;
}

.interests.w--current {
  width: 20%;
  border: 2px solid #ef8f3b;
  background-color: #ffd1a8;
}

.address {
  width: 20%;
  border: 2px dashed #565b62;
}

.contract {
  width: 20%;
}

.points {
  display: block;
  width: 20%;
  padding-right: 17px;
  padding-left: 17px;
}

.background-check {
  width: 20%;
  padding-right: 0px;
  padding-left: 0px;
}

.eeo-dropdown {
  display: inline-block;
  width: 65%;
  margin-right: 0px;
  padding-right: 0px;
  float: right;
}

.gender-dropdown {
  display: inline-block;
  width: 30%;
  margin-right: 10px;
}

.e-sign {
  background-color: #ef8f3b;
}

.dd-select {
  color: #565b62;
  font-weight: 500;
}

.dd-select.hours-worked {
  font-size: 14px;
  font-weight: 600;
}

.e-sign-div {
  padding-top: 4px;
  padding-bottom: 13px;
}

.employment-contract {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  color: #42abbc;
  font-size: 16px;
  font-weight: 500;
}

.employment-contract:hover {
  color: #f87c0f;
}

.next-meeting {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #565b62;
  text-decoration: none;
}

.next-meeting:hover {
  text-decoration: none;
}

.meeting-left {
  display: inline-block;
  width: 50%;
  margin: 20px auto 15px;
  float: none;
  text-align: center;
}

.meeting-right {
  display: block;
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.meeting-date-card {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  border: 1px none #565b62;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #565b62;
}

.meeting-day {
  display: block;
  padding: 4px 12px;
  background-color: #8ac2cb;
  color: #fff;
  text-align: center;
}

.meeting-date {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px none #adadad;
  font-weight: 600;
}

.meeting-location {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #565b62;
  font-weight: 400;
  text-align: center;
}

.video {
  margin-top: 30px;
}

.points-total {
  display: block;
  width: 180px;
  margin-top: 9px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  background-color: #8ac2cb;
}

.points-text {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #565b62;
}

.points-text.skill-tests {
  padding-bottom: 6px;
  color: #fff;
}

.points-number {
  display: inline-block;
  padding: 0px 0px 8px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.email-referral {
  margin-bottom: 7px;
}

.not-interested {
  display: inline-block;
  width: 200px;
  margin-top: 34px;
  padding-left: 0px;
  float: right;
  color: #ef8f3b;
  font-size: 11px;
}

.not-available {
  margin-top: 0px;
}

.how-points-work {
  display: inline-block;
  margin-top: 18px;
  padding-top: 0px;
  float: right;
  color: #f87c0f;
  font-size: 13px;
  text-decoration: none;
}

.how-points-work-window {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.work-with-friends-window {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.follow-us-window {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.modal-window {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: scroll;
  width: 600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.twt-share {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  float: none;
}

.availability-header {
  margin-bottom: 13px;
  float: left;
}

.signup-header {
  margin-bottom: 15px;
}

.blog-sub-heading {
  margin-top: 22px;
  font-size: 15px;
}

.share-label {
  margin-top: 15px;
  color: #565b62;
}

.how-points-link {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #565b62;
}

.points-image {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bio-text {
  min-height: 180px;
}

.profile-photo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 0px none #565b62;
}

.add-points {
  background-color: #8ac2cb;
}

.congrats-points {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
  text-align: center;
}

.faq-heading {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 19px;
  border: 1px solid #eee;
  color: #565b62;
  font-size: 19px;
  font-weight: 400;
}

.faq-heading:hover {
  background-color: #e7f0f0;
  color: #42abbc;
}

.faq-heading:active {
  background-color: #8ac2cb;
  color: #fff;
}

.faq-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 14px;
  text-align: center;
}

.faq-paragraph {
  display: block;
  overflow: visible;
  text-indent: 28px;
}

.full-width-footer {
  position: relative;
  padding: 40px 10px 115px;
  background-color: #424242;
}

.worker-oops {
  position: relative;
  top: 160px;
  right: 22px;
  bottom: 0px;
  padding: 5px 15px 5px 10px;
  float: right;
  background-color: #8ac2cb;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.worker-oops:hover {
  background-color: #fff;
  text-decoration: none;
}

.brand-static {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 26;
  display: inline-block;
  width: auto;
  padding: 5px 22px 5px 21px;
  float: none;
  border-radius: 60px;
  background-color: hsla(0, 0%, 100%, .72);
}

.state {
  position: relative;
  display: inline;
  width: 18%;
  margin-right: 4px;
  float: none;
}

.city {
  display: inline-block;
  width: 54%;
  margin-right: 4px;
}

.zip {
  display: inline;
  width: 25%;
}

.thanks-photo {
  position: relative;
  z-index: -2;
  margin-top: -179px;
  margin-left: 16px;
  padding-right: 0px;
}

.blog-container {
  padding-right: 40px;
  padding-left: 40px;
}

.blog-main-text {
  color: #565b62;
  font-size: 14px;
}

.blog-main-text p {
  color: #565b62;
}

.blog-thumb-title {
  padding-top: 0px;
  padding-bottom: 11px;
}

.blog-further-reading {
  position: static;
}

.further-reading-title {
  display: inline-block;
  float: none;
  direction: ltr;
  text-align: left;
}

.careers-rich-text {
  background-color: hsla(0, 0%, 100%, .68);
}

.careers-rich-text p {
  color: #565b62;
}

.light-paragraph {
  color: #aeaeaf;
}

.further-reading-link {
  display: block;
}


.featured-job {
  display: block;
  list-style-type: none;
}

.static-banner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="slide-out-portfolio-title"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="slide-out-portfolio-title-2"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="slide-out-portfolio-icon"] {
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
}

@media (max-width: 991px) {
  body {
    padding-left: 0px;
  }
  body.modal-open {
    position:fixed;
  }

  .navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 15px;
    float: none;
  }
  .navigation-link {
    color: #fff;
  }
  .navigation-link:hover {
    background-color: rgba(0, 0, 0, .83);
  }
  .navigation-menu {
    float: right;
    background-color: rgba(0, 0, 0, .74);
  }
  .brand {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .brand.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .banner {
    height: 70%;
    margin-left: 0px;
  }
  .section {
    margin-left: 0px;
  }
  .portfolio-wrapper {
    min-height: 336px;
  }
  .footer {
    margin-left: 0px;
  }
  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-banner.photo-2 {
    margin-left: 0px;
  }
  .inner-banner.photo-3 {
    margin-left: 0px;
    background-position: 0px 0px, -148px 0px;
  }
  .inner-banner.about-us {
    margin-left: 0px;
  }
  .inner-banner.photo-5 {
    margin-left: 0px;
  }
  .inner-banner.blog-photo {
    margin-left: 0px;
  }
  .inner-banner.photo-6 {
    margin-left: 0px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
    background-position: 0px 0px, -76px -11px;
  }
  .banner-big-title {
    font-size: 40px;
  }
  .banner-sub-text {
    font-size: 20px;
  }
  .hamburger {
    color: #e3543b;
    font-size: 24px;
  }
  .hamburger.w--open {
    border-radius: 20px;
    background-color: #e3543b;
  }
  .employer-portal {
    margin-bottom: -25px;
  }
}

@media (max-width: 767px) {
  .navigation {
    padding-right: 5px;
    padding-left: 5px;
  }
  .banner {
    height: 50%;
  }
  .section.gray.photo {
    background-image: none;
  }
  .tab {
    margin-right: 12px;
    margin-left: 12px;
  }
  .portfolio-wrapper {
    width: 50%;
  }
  .clients-wrapper {
    width: 48%;
    margin-right: -1px;
    margin-left: -1px;
  }
  .footer-wrapper {
    height: auto;
    margin-bottom: 20px;
    border-right-color: transparent;
  }
  .inner-banner.about-us {
    margin-left: 0px;
  }
  .inner-banner.blog-photo {
    margin-left: -259px;
  }
  .team-wrapper {
    width: 40%;
    margin-bottom: 20px;
  }
  .team-overlay {
    width: 100%;
  }
  .banner-big-title {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 50px;
  }
  .banner-sub-text {
    line-height: 30px;
  }
  .space-device {
    margin-top: 20px;
  }
  .complete-profile-links {
    padding-right: 26px;
    padding-bottom: 30px;
    padding-left: 26px;
  }
}

@media (max-width: 479px) {
  h2 {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
  }
  p {
    direction: ltr;
    text-align: left;
    text-transform: none;
    list-style-type: disc;
  }
  .button {
    float: none;
    background-color: #42abbc;
  }
  .button.button-with-margin {
    line-height: 20px;
  }
  .button.app-button {
    margin-right: 0px;
  }
  .navigation {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .banner {
    height: 40%;
    margin-left: 0px;
  }
  .section {
    margin-left: 0px;
  }
  .section.parallax {
    background-position: 0px 0px, 0px 0px;
  }
  .section.less-space {
    padding-top: 0px;
    padding-bottom: 25px;
    background-color: #fafafa;
  }
  .top-title {
    margin-top: 30px;
  }
  .divider-line {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .top-sub-text {
    line-height: 21px;
    list-style-type: disc;
  }
  .tab {
    display: inline-block;
    margin: 10px 0px;
    text-align: center;
  }
  .tab-icon.tab {
    width: 33%;
  }
  .tab-icon.tab.job-type-1 {
    background-image: url('../images/skill_event.png');
    background-size: auto 50px;
  }
  .portfolio-wrapper {
    width: 100%;
  }
  .clients-wrapper {
    width: 100%;
    margin-top: 23px;
    padding-bottom: 0px;
  }
  .clients-wrapper.logo-5 {
    margin-bottom: 90px;
  }
  .footer {
    margin-left: 0px;
  }
  .testimonials-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-banner.photo-2 {
    margin-left: 0px;
    background-position: 0px 0px, 45% 0px;
    background-size: auto, cover;
  }
  .inner-banner.photo-3 {
    margin-left: 0px;
    background-position: 0px 0px, -180px 0px;
  }
  .inner-banner.about-us {
    margin-left: 0px;
    background-position: 0px 0px, 50% 0px;
  }
  .inner-banner.photo-5 {
    margin-left: 0px;
  }
  .inner-banner.photo-6 {
    margin-left: 0px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/13217040_1734410516806715_6519852737396606246_o.jpg');
    background-position: 0px 0px, 14% 21%;
  }
  .team-wrapper {
    width: 100%;
  }
  .team-overlay {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .slide {
    overflow: visible;
    background-size: auto, cover;
  }
  .slide.photo-3 {
    position: static;
    left: 0px;
    top: 0px;
    overflow: visible;
    background-size: auto, cover;
  }
  .slide.photo-1 {
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }
  .banner-big-title {
    font-size: 21px;
    line-height: 30px;
  }
  .banner-sub-text {
    font-size: 16px;
    line-height: 20px;
  }
  .hamburger {
    color: #ef8f3b;
  }
  .hamburger.w--open {
    padding: 10px;
    border-radius: 20px;
    background-color: #ef8f3b;
    color: #fff;
  }
  .space-device {
    width: 100%;
  }
  .mockup {
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-left: 15px;
  }
  .form-signup-label {
    display: block;
    color: #565b62;
  }
  .signup-form {
    margin-right: -7px;
    margin-left: -7px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .employee-signup {
    background-color: transparent;
  }
  .tos {
    color: #53585f;
  }
  .source {
    color: #53585f;
  }
  .tos-link {
    color: #42abbc;
    font-weight: 700;
  }
  .form-div-right {
    width: 100%;
  }
  .form-div-left {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .signup-subtitle {
    margin-bottom: 0px;
    padding-top: 11px;
    color: #adadad;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .form-divider-line {
    width: 70px;
    height: 3px;
    margin: 5px auto;
    background-color: #42abbc;
    text-align: center;
    letter-spacing: 1px;
  }
  .mockup-left {
    width: 100%;
  }
  .mockup-right {
    width: 100%;
  }
  .step-left {
    width: 100%;
  }
  .step-right {
    width: 100%;
  }
  .signup-list {
    font-weight: 500;
  }
  .feature-tab-image {
    width: 100%;
  }
  .feature-tab-desc {
    width: 100%;
  }
  .old-temp {
    font-size: 9px;
    line-height: 18px;
  }
  .bluecrew {
    font-size: 9px;
    line-height: 18px;
  }
  .job-desc {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }
  .about-image {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    max-height: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .modal-background {
    display: none;
  }
  .login-window {
    z-index: 7;
    display: block;
    width: 100%;
  }
  .modal-form {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    color: #565b62;
  }
  .forgot-password-window {
    display: none;
    width: 100%;
    padding-right: 0px;
  }
  .employer-portal {
    margin-top: 4px;
    margin-bottom: -37px;
  }
  .profile-points {
    margin-top: 6px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .profile-points.build-proifle {
    margin-top: 30px;
  }
  .complete-profile-texts {
    color: #565b62;
  }
  .complete-profile-texts.minus {
    color: #f87c0f;
  }
  .twt-follow {
    margin-right: -27px;
    padding-right: 0px;
  }
  .disclaimer-links {
    margin-top: 8px;
  }
  .worker-progress {
    font-size: 11px;
  }
  .eeo-dropdown {
    width: 65%;
  }
  .gender-dropdown {
    width: 30%;
  }
  .meeting-left {
    width: 100%;
  }
  .meeting-right {
    display: block;
    width: 100%;
    margin-top: 19px;
  }
  .meeting-date-card {
    width: 100%;
    margin-bottom: 12px;
  }
  .success-video {
    margin-top: 1px;
  }
  .video {
    margin-top: 28px;
  }
  .points-total {
    width: 160px;
  }
  .points-text {
    font-size: 13px;
  }
  .points-number {
    font-size: 19px;
  }
  .not-interested {
    margin-top: 19px;
  }
  .how-points-work {
    width: 40%;
    margin-top: 0px;
  }
  .modal-window {
    display: none;
    width: 100%;
    margin-top: 64px;
  }
  .signup-header {
    margin-top: 13px;
    margin-bottom: 21px;
  }
  .share-label {
    margin-top: 15px;
  }
  .how-points-link {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .how-points-link.minus-points {
    color: #f87c0f;
  }
  .bio-text {
    min-height: 200px;
  }
  .worker-oops {
    position: relative;
    left: 2px;
    top: 184px;
    right: 1px;
    bottom: 0px;
    font-size: 12px;
  }
  .blog-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

