section.block-home-search {
  background-position: center;
  background-size: cover;
}
section.block-home-search div.gradient-wrapper {
  background: url(../img/gradient-black-large.png) no-repeat center left;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 85px;
}
section.block-home-search h2 {
  margin: 0 0 40px 0;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}
section.block-home-search div.content {
  color: #fff;
  font-size: 22px;
}
section.block-home-search div.search-vacancy {
  position: relative;
  padding: 20px 40px 40px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
section.block-home-search div.search-vacancy .current-location-wrapper {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
section.block-home-search div.search-vacancy .current-location-wrapper .switch-wrapper .switch {
  display: inline-block;
  background-color: #3D3D3D;
  width: 40px;
  height: 20px;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  margin-right: 20px;
}
section.block-home-search div.search-vacancy .current-location-wrapper .switch-wrapper .switch:before {
  content: '';
  background-color: #fff;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.block-home-search div.search-vacancy .current-location-wrapper .switch-wrapper .switch.active {
  background-color: #007aaf;
}
section.block-home-search div.search-vacancy .current-location-wrapper .switch-wrapper .switch.active:before {
  margin-left: 20px;
}
section.block-home-search div.search-vacancy .current-location-wrapper .switch-error {
  display: none;
}
section.block-home-search div.search-vacancy .current-location-wrapper .switch-loader {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  background-image: url('../img/dominosloader.gif');
  background-position: center;
  background-size: auto 100px;
  background-repeat: no-repeat;
}
section.block-home-search div.search-vacancy .current-location-wrapper.loading .switch-loader {
  display: block;
}
section.block-home-search div.search-vacancy .current-location-wrapper.error {
  cursor: not-allowed;
}
section.block-home-search div.search-vacancy .current-location-wrapper.error .switch-wrapper {
  display: none;
}
section.block-home-search div.search-vacancy .current-location-wrapper.error .switch-error {
  display: block;
}
section.block-home-search div.search-vacancy form div.form-item {
  float: left;
}
section.block-home-search div.search-vacancy form div.form-item label {
  display: none;
}
section.block-home-search div.search-vacancy form div.form-item select,
section.block-home-search div.search-vacancy form div.form-item input {
  height: 60px;
  line-height: 60px;
  border: 0;
  width: 100%;
}
section.block-home-search div.search-vacancy form div.form-item.form-item-location {
  width: 60%;
  position: relative;
}
section.block-home-search div.search-vacancy form div.form-item.form-item-location input {
  background: url(../img/icons/location-marker.png) #ffffff no-repeat 20px center;
  padding-left: 60px;
  border-radius: 3px 0 0 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
section.block-home-search div.search-vacancy form div.form-item.form-item-location input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
section.block-home-search div.search-vacancy form div.form-item.form-item-location:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  height: 19px;
  width: 1px;
  background-color: transparent;
  border-right: 1px dotted #007aaf;
}
section.block-home-search div.search-vacancy form div.form-item.form-item-distance {
  width: 20%;
}
section.block-home-search div.search-vacancy form div.form-item.form-item-distance select {
  -moz-appearance: none;
  padding: 0px 15px;
  -webkit-appearance: none;
  appearance: none;
  height: 60px;
  line-height: 60px;
  border-radius: 0 3px 3px 0;
  background: url(../img/icons/arrow-down-blue.png) #ffffff no-repeat 95% center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
section.block-home-search div.search-vacancy form div.form-item.form-item-distance select::-ms-expand {
  display: none;
}
section.block-home-search div.search-vacancy form input#edit-submit {
  background: url(../img/icons/arrow-right.png) no-repeat #e31836 95% center;
  padding-right: 7%;
  padding-left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-size: 16px;
  width: 18%;
  float: left;
  margin-left: 2%;
  border-radius: 3px;
  border: 0;
  height: 60px;
  line-height: 60px;
}
section.block-home-search div.search-vacancy .zipcode-warning {
  color: #e31836;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
}
section.block-home-search a.hq-link {
  font-size: 16px;
  color: #e31836;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
section.block-home-search a.hq-link span {
  padding: 15px 40px 25px 40px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
}
/*# sourceMappingURL=home-search-block.css.map */