@charset "UTF-8";
@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.btn, .social-registration__imis {
  font-weight: 400;
  padding: 9px 25px;
  border-radius: 0;
  min-width: 150px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .social-registration__imis:hover, .btn:focus, .social-registration__imis:focus, .btn:focus:active, .btn:active, .social-registration__imis:active {
  outline: none;
}
.btn:active, .social-registration__imis:active, .btn:focus, .social-registration__imis:focus, .btn:active:focus {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn__orange, .social-registration__imis, .btn__danger {
  background: #62D1A7;
  border-color: #4ecb9c;
  color: #fff;
  text-transform: capitalize;
  padding: 9px 25px;
}
.btn__orange:hover, .social-registration__imis:hover, .btn__danger:hover {
  border-color: #34b283;
  background: #34b283;
  color: #fff;
}
.btn__orange:focus, .social-registration__imis:focus, .btn__orange:active:focus, .btn__danger:focus, .btn__danger:active:focus {
  color: #fff;
  background: #3bc591;
}
.btn__white {
  background: none;
  border-color: #b8b8b8;
  color: #000;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn__white:hover {
  border-color: rgba(184, 184, 184, 0.3);
  background: none;
  color: #000;
}
.btn__white:active, .btn__white:focus, .btn__white:active:focus {
  background: rgba(166, 166, 166, 0.12);
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn__blue {
  background: transparent;
  border-color: #4ecb9c;
  color: #62D1A7;
  font-weight: bold;
}
.btn__blue:hover {
  background: rgba(98, 209, 167, 0.7);
  color: #fff;
}
.btn__blue:active, .btn__blue:focus, .btn__blue:active:focus {
  color: #fff;
  background: #3bc591;
  border-color: #3bc591;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn__yellow {
  background: #62D1A7;
  color: #fff;
  border-color: #4ecb9c;
}
.btn__yellow:hover {
  background: #3bc591;
  color: #fff;
}
.btn__yellow:active, .btn__yellow:focus, .btn__yellow:active:focus {
  color: #fff;
  background: #3bc591;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn__bold, .social-registration__imis {
  font-weight: bold;
  text-transform: uppercase;
}
.btn__location {
  background: #f1f1f1;
  padding: 9px 24px 9px 12px;
  border-color: #F2F2F2;
  border-left: none;
  color: #2D3E50;
  min-width: auto;
  font-weight: 300;
}
.btn__location[aria-expanded=true]:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}
.btn__location:hover, .btn__location:focus, .btn__location:active:focus {
  background: #f1f1f1 !important;
  color: #2D3E50 !important;
}
.btn__location:before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #969696;
  content: "";
  height: 5px;
  width: 5px;
  right: 12px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.btn__apply-discount {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 25px;
  min-width: 125px;
  max-height: 52px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
}
@media all and (max-width: 991px) {
  .btn__apply-discount {
    margin-right: 16px;
  }
}

.add {
  margin-bottom: 10px;
}

.remove {
  position: relative;
  z-index: 9;
}
.remove:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  left: 20px;
  top: 50%;
  margin-top: -11px;
  background: url("../images/icon-remove.svg") no-repeat 0 0;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
select.form-control {
  cursor: pointer;
  height: 52px;
  padding: 0 14px;
}

.form-control {
  background: #F8F9F9;
  border: 1px solid #F2F2F2;
  text-align: left;
  height: auto;
  padding: 14px;
  color: #2D3E50;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border color 0.3s ease-in-out;
  -moz-transition: border color 0.3s ease-in-out;
  -o-transition: border color 0.3s ease-in-out;
  transition: border color 0.3s ease-in-out;
}
.form-control::-webkit-input-placeholder {
  color: rgba(45, 62, 80, 0.6);
}
.form-control:-moz-placeholder {
  color: rgba(45, 62, 80, 0.6);
}
.form-control::-moz-placeholder {
  color: rgba(45, 62, 80, 0.6);
}
.form-control:-ms-input-placeholder {
  color: rgba(45, 62, 80, 0.6);
}
.form-control#expiration_date[readonly] {
  background: #F8F9F9;
}
.form-control.refine-radius {
  max-width: 75%;
  cursor: pointer;
  margin-left: 25px;
}
@media all and (max-width: 767px) {
  .form-control.refine-radius {
    width: auto;
    min-width: 250px;
  }
}
.form-control__textarea {
  min-height: 140px;
}
.form-control__centered {
  background: #fbfbfb;
  font-size: 14px;
}
.form-control__centered::-webkit-input-placeholder {
  text-align: center;
}
.form-control__centered:-moz-placeholder {
  text-align: center;
}
.form-control__centered::-moz-placeholder {
  text-align: center;
}
.form-control__centered:-ms-input-placeholder {
  text-align: center;
}
.form-control[disabled] {
  opacity: 0.5;
}
.form-control.disabled {
  background-color: #eee;
  cursor: pointer;
}
.form-control[type=file]:focus, .form-control[type=checkbox]:focus, .form-control[type=radio]:focus {
  outline: none;
}

.form-label {
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  display: block;
}

.grecaptcha-badge {
  margin: 15px auto auto auto;
  position: absolute;
  left: -9999px;
  right: -9999px;
}
.grecaptcha-badge:before, .grecaptcha-badge:after {
  clear: both;
}

.recaptcha-container {
  transform: scale(0.65);
  height: 60px;
  margin: 0 !important;
  position: relative;
}
.recaptcha-container:before, .recaptcha-container:after {
  clear: both;
}

.form {
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
  float: none;
  /* Multiselect */
}
.form:after, .form:before {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form#login-form .form-group__btns {
  margin-bottom: 30px;
}
.form.form__modal {
  background: #fff;
  padding: 0 30px;
  border-radius: 6px;
  margin: 0 auto 80px;
  max-width: 510px;
}
@media all and (max-width: 767px) {
  .form.form__modal {
    margin: 15px auto 35px;
  }
}
.form.form__modal .title__primary {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .form.form__modal .title__primary {
    margin-top: 5px;
  }
}
.form.form__modal .form--move-left {
  text-align: center;
}
.form.form__modal .form--move-left .form-label {
  margin-bottom: 0;
}
.form.form__modal .form-group:last-child {
  margin-bottom: 0;
}
.form .instruction {
  position: absolute;
  left: 25%;
  top: -22px;
}
@media all and (max-width: 767px) {
  .form .instruction {
    left: 29%;
  }
}
@media all and (max-width: 480px) {
  .form .instruction {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.form .form-group {
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  clear: left;
  padding: 0 15px;
}
.form .form-group__btns {
  padding-top: 15px;
  margin-bottom: 75px;
  clear: both;
}
.form .form-group__btns .btn, .form .form-group__btns .social-registration__imis {
  margin: 0 10px 15px;
}
.form .form-group__complex {
  padding: 30px 0 0;
}
.form .form-group__linkedin div {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .form .form-group__remove {
    text-align: center;
  }
}
.form .form-group__add {
  position: absolute;
  bottom: -10px;
}
@media all and (max-width: 767px) {
  .form .form-group__add {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
  }
}
.form .form-group__add .add {
  padding-left: 50px;
  position: relative;
}
.form .form-group__add .add:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  left: 20px;
  top: 50%;
  margin-top: -9px;
  background: url("../images/add.svg") no-repeat 0 0;
}
.form .form-group .title__secondary {
  margin-bottom: 30px;
  margin-top: 0;
}
.form .form-group__half {
  width: 50%;
  float: left;
  clear: none;
}
@media all and (max-width: 767px) {
  .form .form-group__half:first-child {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .form .form-group__half {
    width: 100%;
    float: none !important;
  }
}
.form .form-group .form-group:last-child {
  margin-bottom: 30px;
}
.form .form-group .complex {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}
.form .form-group .complex-wrapper {
  padding-bottom: 35px;
}
@media all and (max-width: 767px) {
  .form .form-group .complex-wrapper {
    padding-bottom: 25px;
  }
}
@media all and (min-width: 767px) {
  .form .form-group .complex-wrapper > .complex:only-of-type {
    margin-bottom: 35px !important;
  }
}
.form .form-group .complex:last-child {
  padding-bottom: 0;
  margin-bottom: -35px;
  border-bottom: none;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .form .form-group .complex:last-child {
    margin-top: 0;
  }
}
.form .form-group .complex:last-child .form-group:last-child {
  padding-bottom: 0;
}
.form .form-group .checkbox-field {
  padding-right: 5px;
  vertical-align: middle;
}
.form .form-group .checkbox-field input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
}
.form .form-group.form-group__terms {
  margin-bottom: 10px !important;
}
.form#registr-form .form-group, .form.edit-profile .form-group, .form#editListingForm .form-group, .form#add-listing-form .form-group {
  margin-bottom: 40px;
}
.form .form-control[disabled] {
  opacity: 1;
}
.form .form-label {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.form .form-label[for=keep] {
  width: auto;
}
.form .form-label.form-label__access-type {
  margin-bottom: 30px;
}
.form .form-label.checkbox-label {
  display: inline-block;
}
.form .form-label.form-label__error {
  color: #ff2e2e;
}
.form--move-left[type=checkbox],
.form .form-control[type=checkbox] {
  width: auto;
}
@media all and (max-width: 480px) {
  .form--move-left,
  .form .form-control {
    width: 100%;
  }
}
.form .form--move-left {
  vertical-align: middle;
}
.form .form--move-left .form-label {
  display: inline-block;
}
.form .form--move-left.profile-logo {
  vertical-align: top;
}
.form .form--move-left.profile-logo img {
  width: 150px;
}
.form .form--move-left.profile-logo .preloader-logo img {
  width: 16px;
}
.form .ui-multiselect {
  max-width: 100%;
  min-height: 52px;
  padding: 8px 30px 8px 15px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100% !important;
  text-transform: capitalize;
  position: relative;
  color: #2D3E50;
}
.form .ui-multiselect .ui-icon {
  position: absolute;
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 6px;
  width: 6px;
  right: 15px;
  top: 28px;
  margin-top: -6px;
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.form .ui-multiselect:focus, .form .ui-multiselect.ui-state-active {
  border-color: #62D1A7;
  outline: 0;
}
.form.edit-profile .btn, .form.edit-profile .social-registration__imis {
  min-width: 170px;
}
.form.registration-choose p {
  text-align: center;
}
.form.registration-choose .registration-choose__groups {
  text-align: center;
}
.form.registration-choose .registration-choose__groups a {
  margin: 10px 20px;
}
.form.registration-choose .registration-choose__groups .jobseeker-group:before {
  content: "";
  background: url("../images/icon-jobseeker.svg") no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: bottom;
  margin: 3px auto 10px;
}
.form.registration-choose .registration-choose__groups .employer-group:before {
  content: "";
  background: url("../images/icon-employer.svg") no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: bottom;
  margin: 3px auto 10px;
}
@media (max-width: 992px) {
  .form .salary-range {
    margin-bottom: 30px;
  }
}
.form .salary-range__from .input-group-addon, .form .salary-range__to .input-group-addon {
  border: 1px solid #F2F2F2;
  border-radius: 0;
}
@media (min-width: 992px) {
  .form .salary-range__from {
    padding-right: 0;
  }
  .form .salary-range__to {
    padding-left: 0;
  }
  .form .salary-range__sep {
    padding-top: 15px;
  }
  .form .salary-range__from, .form .salary-range__to {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .form .salary-range__sep {
    padding: 5px 0;
  }
}
.form .salary-range__from span, .form .salary-range__to span {
  color: #A5AEB6;
}
.form .salary-range .col-md-1 {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form .required-dot:before {
  content: "*";
}

.form .field-error .form-label,
.form .field-error a,
.alert__form .field-error .form-label,
.alert__form .field-error a {
  color: #ff2e2e;
}
.form .field-error .form-control,
.form .field-error .ui-multiselect,
.alert__form .field-error .form-control,
.alert__form .field-error .ui-multiselect {
  border-color: #ff2e2e;
}

.form#editListingForm span, .form#add-listing-form span, .form.edit-profile span, .form#registr-form span {
  vertical-align: middle;
}

form#listing-product-choice-form {
  margin-top: 40px;
  margin-bottom: 40px;
}
form#apply-form {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-body #login-form {
  margin: 0;
}
.modal-body #login-form .social-registration {
  margin-top: 0;
  text-align: center;
}
.modal-body #login-form .login-help span {
  display: none;
}

.job-preview__btns {
  margin-top: 45px;
}
@media all and (max-width: 767px) {
  .job-preview__btns {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .job-preview__btns .btn, .job-preview__btns .social-registration__imis {
    margin: 0 15px;
  }
}
@media all and (min-width: 767px) {
  .job-preview__btns .btn:not(:last-child), .job-preview__btns .social-registration__imis:not(:last-child) {
    margin: 0 15px 0 0;
  }
}

.ui-datepicker-trigger {
  position: absolute;
  right: 30px;
  top: 44px;
  cursor: pointer;
}

.datepicker {
  z-index: 10001 !important;
}

.form-group textarea {
  max-width: 100%;
}
.form-group.form-control__focused .form-label {
  top: -20px;
  left: 0;
  font-size: 12px;
}

.tox.tox-tinymce {
  border: 1px solid #F2F2F2;
  border-radius: 0;
}
.tox.tox-tinymce .tox-toolbar__primary,
.tox.tox-tinymce .tox-editor-header {
  background-color: #F8F9F9 !important;
}
.tox.tox-tinymce .tox-tbtn svg {
  fill: rgba(0, 0, 0, 0.5);
}
.tox.tox-tinymce .tox-statusbar {
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
}
.tox.tox-tinymce .tox-statusbar__text-container {
  display: none;
}

.password-recovery__description {
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
}

/*Datepicker*/
.ui-datepicker {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -ms-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}
.ui-datepicker .ui-datepicker-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #F2F2F2;
}
.ui-datepicker .ui-datepicker-title select {
  background: #F8F9F9;
  border-color: #F2F2F2;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  padding-left: 5px;
  min-height: 28px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title select:first-child {
  margin-right: 10px;
}
.ui-datepicker .ui-datepicker-title select:focus {
  outline: none;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 4px;
  border: 1px solid #b8b8b8;
  cursor: pointer;
  height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  border-color: rgba(184, 184, 184, 0.3);
  background: none;
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 6px;
  width: 6px;
  top: 50%;
  left: 50%;
  margin-top: -4px;
}
.ui-datepicker .ui-datepicker-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -4px;
}
.ui-datepicker .ui-datepicker-prev:before {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-state-default {
  border-color: transparent;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
}
.ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-state-default.ui-state-active {
  border-color: #F2F2F2;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: #eee;
}

.ui-multiselect-menu {
  font-family: "Open Sans", sans-serif;
}
.ui-multiselect-menu .ui-widget-header {
  display: none !important;
}
.ui-multiselect-menu .ui-corner-all {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.ui-multiselect-menu .ui-corner-all input {
  outline: none;
}
.ui-multiselect-menu .ui-state-hover {
  background: none;
  font-weight: 500;
}

#add-listing-form .form-group__btns .btn, #add-listing-form .form-group__btns .social-registration__imis,
#registr-form .form-group__btns .btn,
#registr-form .form-group__btns .social-registration__imis {
  margin-left: 0;
  min-width: 260px;
}

.alert {
  margin-top: 20px;
}

.btn.btn-progress, .btn-progress.social-registration__imis {
  position: relative;
}
.btn.btn-progress:after, .btn-progress.social-registration__imis:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn.btn-progress span, .btn-progress.social-registration__imis span {
  opacity: 0.1;
}

@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.ui-autocomplete {
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: inherit;
  font-size: 1em !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.ui-autocomplete .ui-menu-item-wrapper {
  border: none !important;
  padding: 3px 1em 5px 0.4em;
  display: inline-block;
  background: none;
}
.ui-autocomplete .ui-state-active {
  margin: auto !important;
  border: none;
  color: #62D1A7 !important;
}
.ui-autocomplete.google-autocomplete:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png) no-repeat right;
  background-size: 120px 14px;
}
.ui-autocomplete.google-autocomplete .ui-menu-item:before {
  width: 14px;
  height: 17px;
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  background: url("../images/icon-marker.svg") no-repeat;
  margin-left: 7px;
  background-size: contain;
}
.ui-autocomplete .ui-menu-item {
  border-top: 1px solid #e6e6e6 !important;
  padding: 0;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #fafafa;
}
.ui-autocomplete a {
  text-decoration: none;
  vertical-align: middle;
}

label.form-label[for=comments] {
  width: auto;
  margin-right: 15px;
}

.cover-letter-label {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  gap: 5px;
}
.cover-letter-label label {
  margin-bottom: 0 !important;
  flex-grow: 1;
}

.cover-letter-ai {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-basis: 0;
  flex-grow: 1;
}
.cover-letter-ai a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.cover-letter-ai a:hover .cover-letter-magic {
  background-color: #fff;
}

.cover-letter-magic {
  content: "";
  -webkit-mask: url("../../../assets/magic.svg") no-repeat 0 0;
  mask: url("../../../assets/magic.svg") no-repeat 0 0;
  background-color: #62D1A7;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cover-letter-help {
  content: "";
  background-image: url("../../../assets/info.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
}

.switchery {
  opacity: 0.5;
  box-shadow: #62D1A7 0 0 0 0 inset !important;
  border-color: #62D1A7 !important;
  background-color: #62D1A7 !important;
}
.switchery-on {
  opacity: 1;
}

#refine-block-profile-matches .refine-search__item {
  display: inline-flex;
  align-items: center;
}
#refine-block-profile-matches .refine-search__item:hover {
  background-color: initial;
}

.profile-matches-help {
  content: "";
  -webkit-mask: url("../../../assets/info.svg") no-repeat 0 1px;
  mask: url("../../../assets/info.svg") no-repeat 0 1px;
  background-color: #2D3E50;
  -webkit-mask-size: 15px;
  mask-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

a:hover .profile-matches-help {
  background-color: #62D1A7;
}

a[aria-expanded=true] .profile-matches-help {
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .cover-letter-label label {
    width: 100% !important;
  }
  .cover-letter-label a {
    flex-grow: 1;
  }
  .cover-letter-label .cover-letter-help {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
.candidate-match {
  border: 1px solid #EBECF1;
  border-radius: 3px;
  margin-top: 30px;
  position: relative;
  -webkit-transition: height 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.candidate-match__top {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #2D3E50;
  padding: 10px 15px;
  text-decoration: none;
}
.candidate-match__top:active, .candidate-match__top:focus, .candidate-match__top:hover {
  color: #2D3E50;
}
.candidate-match__top:hover {
  text-decoration: underline;
}
.candidate-match__top-arrow {
  width: 20px;
}
.candidate-match__top-arrow:before {
  content: "";
  background: url("../../../assets/icon-select.svg") no-repeat no-repeat;
  background-size: contain;
  width: 21px;
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  transform: rotate(180deg);
}
.candidate-match__top .single-chart {
  position: relative;
  width: 49px;
  height: 49px;
  justify-content: space-around;
  flex-shrink: 0;
  display: inline-block;
  margin: 5px 10px 5px 20px;
  font-size: 14px;
}
.candidate-match__preloader {
  margin: 0;
  position: relative;
}
.candidate-match__preloader::before {
  content: "";
  width: 49px;
  height: 49px;
  background-image: url("../../../assets/magic-preloader.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  display: inline-block;
  margin: 5px 10px 5px 20px;
}
.candidate-match__preloader::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTggOEwxOS4yNSA1LjI1TDIyIDRMMTkuMjUgMi43NUwxOCAwTDE2Ljc1IDIuNzVMMTQgNEwxNi43NSA1LjI1TDE4IDhaTTEwLjUgOC41TDggM0w1LjUgOC41TDAgMTFMNS41IDEzLjVMOCAxOUwxMC41IDEzLjVMMTYgMTFMMTAuNSA4LjVaTTE4IDE0TDE2Ljc1IDE2Ljc1TDE0IDE4TDE2Ljc1IDE5LjI1TDE4IDIyTDE5LjI1IDE5LjI1TDIyIDE4TDE5LjI1IDE2Ljc1TDE4IDE0WiIgZmlsbD0iIzAwQThGQSIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  margin: 5px 10px 5px 35px;
  left: 13px;
}
.candidate-match__breakdown {
  border-top: 1px solid #EBECF1;
  padding-top: 5px;
  margin: 0 15px;
  color: rgba(0, 0, 0, 0.5);
}
.candidate-match__breakdown-line {
  display: flex;
  margin-top: 10px;
}
.candidate-match__breakdown-line > div {
  width: 50%;
}
.candidate-match__breakdown-line:first-of-type {
  margin-bottom: 30px;
}
.candidate-match__breakdown-item {
  display: flex;
  align-items: center;
}
.candidate-match__breakdown-item > span {
  min-width: 45px;
  font-weight: 700;
}
.candidate-match__inner {
  margin: 15px;
}
.candidate-match__bar {
  background-color: #EBECF1;
  border-radius: 2px;
  height: 5px;
  display: inline-block;
  position: relative;
  flex-grow: 1;
  margin-right: 20%;
}
.candidate-match__bar span {
  display: inline-block;
  height: 5px;
  border-radius: 3px;
  position: absolute;
}
.candidate-match__info {
  background-color: #F6F7FB;
  display: flex;
  padding: 10px;
  color: #666D70;
}
.candidate-match__info::before {
  content: "";
  height: 20px;
  min-width: 20px;
  background-image: url(../../../assets/info.svg);
  background-size: cover;
  margin-right: 10px;
  margin-top: 2px;
}
.candidate-match__collapsed {
  padding: 0;
}
.candidate-match__collapsed > :not(.candidate-match__top) {
  display: none;
}
.candidate-match__collapsed .candidate-match__top {
  margin-bottom: 0;
}
.candidate-match__collapsed .candidate-match__top-arrow:before {
  transform: none;
}
@media all and (max-width: 767px) {
  .candidate-match .candidate-match__breakdown {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .candidate-match .candidate-match__breakdown-item {
    margin-top: 5px;
  }
  .candidate-match .candidate-match__breakdown-line {
    flex-direction: column;
    gap: 20px;
  }
  .candidate-match .candidate-match__breakdown-line:first-of-type {
    margin-bottom: 20px;
  }
  .candidate-match .candidate-match__breakdown-line > div {
    width: 100%;
  }
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.title__primary {
  color: #2D3E50;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
  font-size: 36px;
  word-break: break-word;
}
.title__primary-big {
  font-size: 36px;
  line-height: 46px;
}
.title__primary-bigger {
  font-size: 48px;
  line-height: 48px;
}
@media all and (max-width: 767px) {
  .title__primary-bigger {
    font-size: 24px;
    line-height: 24px;
  }
}
.title__primary-small {
  font-size: 20px;
  line-height: 30px;
}
.title__secondary {
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
  color: #2D3E50;
  margin-top: 50px;
}
.title__centered {
  text-align: center;
}
.title__bordered {
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
  padding-bottom: 25px;
  margin-bottom: 45px;
}
.title__margin {
  padding-bottom: 25px;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* START:Listings
 ********************************************************************************* */
@media all and (max-width: 767px) {
  .listing__featured .container, .listing__latest .container {
    padding: 0 10px;
  }
}
.listing .btn__view-details {
  color: #000;
  border: 1px solid rgba(184, 184, 184, 0.3);
  padding: 0 21px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.listing .btn__view-details:hover {
  background: #fff;
  color: #2D3E50;
  border: 1px solid #2D3E50;
}

@media all and (min-width: 991px) {
  .listing-item__blog {
    width: 85%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 991px) {
  .listing-item__blog .listing-item__desc {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .listing-item__blog .listing-item__logo {
    display: none;
  }
}

.job-seeker__image {
  overflow: hidden;
  margin: 0 auto 25px;
  text-align: center;
}

.search-results .listing-item__featured-bg {
  padding: 1px 1px 1px 2px;
  background: #ebf6fe;
  margin-right: -19px;
}
@media all and (max-width: 767px) {
  .search-results .listing-item__featured-bg {
    margin-right: -17px;
  }
}
@media all and (max-width: 480px) {
  .search-results .listing-item__featured-bg {
    margin-right: 0;
  }
}
.search-results .listing-item__title--featured {
  color: #57B5F9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px 0;
  display: inline-block;
}

.company-profile-info .media-left {
  width: 143px;
  min-width: 143px;
  height: 143px;
}
.company-profile-info .listing-item__logo {
  padding-top: 0;
  float: none;
}
.company-profile-info .listing-item__logo--wrapper {
  vertical-align: middle;
  display: table-cell;
  width: 143px;
  min-width: 143px;
  height: 143px;
  background: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
.company-profile-info .listing-item__logo--wrapper img {
  max-width: 143px;
  max-height: 143px;
}

.section .media.listing-item:first-child {
  margin-top: 15px;
}

.listing-item {
  min-height: 104px;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #eaebed !important;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.listing-item.media,
.listing-item .media-body {
  overflow: visible;
}
@media all and (min-width: 767px) {
  .listing-item.media,
  .listing-item .media-body {
    padding-right: 15px;
  }
}
.listing-item__title--featured {
  display: none;
}
.listing-item:last-child {
  margin-bottom: 50px !important;
}
.listing-item:hover {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 767px) {
  .listing-item {
    padding: 19px 15px;
  }
}
.listing-item__companies .listing-item__desc {
  padding-left: 0;
}
.listing-item__applies, .listing-item__views {
  font-weight: 500;
  color: rgba(62, 62, 62, 0.3);
  display: inline-block;
}
.listing-item__views {
  display: inline-block;
  padding: 0 10px 0 0;
}
.listing-item__applies {
  padding: 0 0 0 10px;
  border-left: 1px solid #ebebeb;
}
@media all and (max-width: 767px) {
  .listing-item__applies {
    border: none;
  }
}
.listing-item__no-logo .listing-item__logo {
  margin-right: 0 !important;
}
@media all and (min-width: 767px) {
  .listing-item__no-logo .media-body {
    padding-left: 21px;
  }
}
.listing-item__no-logo .listing-item__desc {
  padding-left: 0;
}
@media all and (max-width: 991px) and (min-width: 767px) {
  .listing-item__no-logo .listing-item__desc.listing-item__desc-job-seeker {
    padding-left: 21px;
  }
}
.listing-item__jobs-count {
  border: 1px solid rgba(225, 225, 225, 0.6);
  color: #000;
  border-radius: 6px;
  padding: 10px 40px;
  white-space: nowrap;
  min-width: 120px;
}
.listing-item__trash {
  display: none;
}
.listing-item:hover .listing-item__trash {
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url("../images/icon-trash.svg");
  border: none;
  position: absolute;
  right: 21px;
  bottom: 0;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .listing-item:hover .listing-item__trash {
    display: none;
  }
}
.listing-item__logo {
  vertical-align: top;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 20px !important;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-right: 20px;
}
.listing-item__logo--wrapper {
  vertical-align: middle;
  display: table-cell;
  background: #fff;
  width: 50px;
  min-width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
.listing-item__logo--wrapper, .listing-item__logo--wrapper a {
  text-decoration: none;
}
.listing-item__logo .media-object {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
}
.listing-item .media-right {
  vertical-align: top;
  padding-right: 21px;
  min-width: 110px;
  padding-top: 8px;
}
@media all and (max-width: 767px) {
  .listing-item .media-right {
    padding-right: 0;
  }
}
.listing-item__date {
  margin-bottom: 9px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .listing-item__date {
    font-size: 14px;
  }
}
.listing-item__title {
  font-size: 22px;
  margin-bottom: 8px;
}
.listing-item__title:after {
  content: "";
  clear: both;
  display: block;
}
.listing-item__title a {
  color: #2D3E50;
  display: inline;
  word-break: break-word;
  text-decoration: none;
}
.listing-item__title a:focus, .listing-item__title a:hover {
  color: #496481;
}
.listing-item__info--item {
  position: relative;
  padding-right: 15px;
  margin: 0 25px 0 0;
  font-weight: 600;
  display: inline-block;
  float: left;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .listing-item__info--item {
    margin-right: 0;
    font-size: 14px;
  }
}
.listing-item__info--item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.listing-item__info--item:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.listing-item__info--item-companies-jobs a {
  text-decoration: none;
}
.listing-item__info--item a, .listing-item__info--item a:focus {
  color: inherit;
  text-decoration-style: dashed;
}
.listing-item__info--item a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
}
.listing-item__info--status {
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 10px;
}
.listing-item__info--status:after {
  border: none !important;
}
.listing-item__info--status:before {
  display: none;
}
.listing-item__info--status-active {
  color: #83ca4e;
}
.listing-item__info--status-pending {
  color: #ff6a50;
}
.listing-item__desc {
  margin: 10px 0 30px;
}
.listing-item__desc,
.listing-item .field-type--text {
  max-height: 48px;
}
.listing-item__desc, .listing-item__fields,
.listing-item .field-type--text {
  text-overflow: ellipsis;
  line-height: 24px;
  overflow: hidden;
  max-width: 700px;
  word-break: break-word;
}
.listing-item__desc.no-skills, .listing-item__desc.no-description, .listing-item__fields.no-skills, .listing-item__fields.no-description,
.listing-item .field-type--text.no-skills,
.listing-item .field-type--text.no-description {
  height: inherit;
  margin: 10px;
}
.listing-item__desc.listing-item__desc-job-seeker, .listing-item__fields.listing-item__desc-job-seeker,
.listing-item .field-type--text.listing-item__desc-job-seeker {
  padding-left: 0;
}
.listing-item__desc strong, .listing-item__fields strong,
.listing-item .field-type--text strong {
  font-weight: 600;
  color: rgba(45, 62, 80, 0.6);
  white-space: nowrap;
}
.listing-item__desc strong:after, .listing-item__fields strong:after,
.listing-item .field-type--text strong:after {
  content: " ";
}
.listing-item__desc .job-type__value, .listing-item__fields .job-type__value,
.listing-item .field-type--text .job-type__value {
  margin-top: 10px;
}
.listing-item__desc td:first-child, .listing-item__fields td:first-child,
.listing-item .field-type--text td:first-child {
  vertical-align: top;
}
.listing-item__desc td:last-child, .listing-item__fields td:last-child,
.listing-item .field-type--text td:last-child {
  width: 100%;
}
.listing-item:last-of-type {
  margin-bottom: 50px !important;
}
.listing-item__companies .listing-item__logo {
  padding-top: 0;
  padding-right: 30px;
  min-width: 100px;
  width: 100px;
}
@media all and (max-width: 480px) {
  .listing-item__companies .listing-item__logo {
    width: 50px;
    min-width: 50px;
    padding-right: 15px;
  }
}
.listing-item__companies .listing-item__logo .listing-item__logo--wrapper {
  width: 100px;
  height: 100px;
  min-width: 100px;
}
@media all and (max-width: 480px) {
  .listing-item__companies .listing-item__logo .listing-item__logo--wrapper {
    width: 50px;
    height: 50px;
  }
}
.listing-item__companies .listing-item__logo .listing-item__logo--wrapper .featured-company__image {
  max-width: 100px;
  max-height: 100px;
}
@media all and (max-width: 480px) {
  .listing-item__companies .listing-item__logo .listing-item__logo--wrapper .featured-company__image {
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .listing-item__list .listing-item__logo {
    display: none;
  }
}

.complex-block .listing-item__info--item {
  font-weight: 500;
}

.backfilling__from,
.backfilling__from:hover {
  color: rgba(44, 61, 80, 0.7);
  display: block;
  margin-top: 20px;
}
.backfilling__from a,
.backfilling__from:hover a {
  color: rgba(44, 61, 80, 0.7);
}

.load-more[disabled],
.load-more {
  font-size: 14px;
  font-weight: bold;
  padding: 9px 25px;
  display: block;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.load-more[disabled].loading:before, .load-more[disabled].loading:after,
.load-more.loading:before,
.load-more.loading:after {
  position: absolute;
}
.load-more[disabled].loading:after,
.load-more.loading:after {
  margin-top: -15px;
}
.load-more[disabled].loading:before,
.load-more.loading:before {
  border-radius: 6px;
}

.load-more__companies[disabled],
.load-more__companies {
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .load-more__companies[disabled],
  .load-more__companies {
    margin-bottom: 70px;
  }
}

@media all and (min-width: 991px) {
  .view-all.with-banner {
    padding: 30px 135px 70px 15px;
  }
}
.view-all__btn {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(66, 81, 97, 0.1);
  border-radius: 0;
  line-height: 50px;
  color: #62D1A7;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.view-all__btn:hover {
  color: #76d7b2;
}

.back-link {
  margin-bottom: 25px;
}
.back-link a {
  font-weight: bold;
  font-size: 12px;
  color: rgba(44, 61, 80, 0.2);
  text-transform: uppercase;
}
.back-link a:before {
  content: "";
  background: url("../images/icon-back.svg") no-repeat left;
  width: 12px;
  height: 14px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: -2px;
}

.no-results .search-results__title {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  display: block;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .no-results .search-results__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.no-results .no-listings-found {
  margin-top: 40px;
  font-size: 18px;
  color: rgba(44, 62, 80, 0.7);
  line-height: 28px;
}

@media (max-width: 767px) {
  .search-results .listing-item__logo {
    display: none;
  }
}
.search-results__small {
  padding: 0 15px;
}
@media all and (min-width: 991px) {
  .search-results__small {
    margin: 0 auto;
    float: none;
  }
  .search-results__small.has-right-banner {
    float: left;
  }
}
.search-results__category-desc {
  margin: 40px auto 30px auto;
  color: rgba(0, 0, 0, 0.5);
}
.search-results .listing-item__featured {
  background: #fff;
  position: relative;
}
.search-results__companies {
  max-width: 972px;
  margin: 30px auto 0;
  text-align: left;
  padding: 0;
}
@media all and (max-width: 656px) {
  .search-results__companies {
    padding: 0 !important;
  }
}
@media all and (max-width: 656px) {
  .search-results__companies {
    max-width: 100%;
  }
}
.search-results__companies .featured-company {
  display: inline-block;
  max-width: 306px;
  float: left;
  width: 100%;
  vertical-align: middle;
  margin: 13px 26px 13px 0;
}
@media all and (min-width: 991px) {
  .search-results__companies .featured-company:nth-child(1), .search-results__companies .featured-company:nth-child(2), .search-results__companies .featured-company:nth-child(3) {
    margin-top: 0;
  }
  .search-results__companies .featured-company:nth-child(3), .search-results__companies .featured-company:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media all and (max-width: 991px) and (min-width: 656px) {
  .search-results__companies .featured-company:nth-child(1), .search-results__companies .featured-company:nth-child(2) {
    margin-top: 0;
  }
  .search-results__companies .featured-company:nth-child(2), .search-results__companies .featured-company:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 656px) {
  .search-results__companies .featured-company {
    float: none;
    margin: 13px 13px 13px 0;
  }
  .search-results__companies .featured-company:first-child {
    margin-top: 0;
  }
}
.search-results__companies .featured-companies__name {
  padding-left: 15px;
}
.search-results__companies .featured-companies__jobs {
  white-space: nowrap;
}
.search-results__companies .featured-company__panel-footer {
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .search-results__companies .featured-company__panel-footer {
    padding: 0;
  }
}
.search-results__title {
  display: inline-block;
  text-transform: uppercase;
  color: #2D3E50;
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .search-results__title {
    width: 100%;
    display: block;
  }
}
.search-results__top {
  margin-bottom: 25px;
  overflow: hidden;
  padding: 0 15px;
}
.search-results__top-company .title__primary {
  margin-top: 12px;
}
.search-results__404 {
  text-align: center;
}
.search-results__centered {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.details-body__search .sidebar-col .alert__block-form {
  width: 100%;
  margin-bottom: 30px;
}

.sidebar {
  margin-bottom: 50px;
}
.sidebar-col {
  margin-bottom: 50px;
}

@media all and (min-width: 991px) {
  .no-refine-search {
    margin-right: auto;
  }
}
.no-refine-search .search-results__title {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 767px) {
  .no-refine-search:not(.with-banner) .sidebar-col {
    display: none;
  }
}
.no-refine-search:not(.with-banner) .main-col {
  width: 100%;
}
@media (min-width: 767px) {
  .no-refine-search:not(.with-banner) {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 481px) {
  .desktop-hide {
    display: none;
  }
}
.full-hide {
  display: none;
}

.label-featured {
  background-color: #62D1A7;
  font-weight: initial;
  padding-top: 1px;
  padding-bottom: 1px;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.toggle--alert-block--form,
.toggle--refine-search {
  width: 100%;
  padding: 15px 15px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 0;
  font-weight: bold;
  color: rgba(44, 61, 80, 0.7);
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.toggle--alert-block--form:after, .toggle--alert-block--form:before,
.toggle--refine-search:after,
.toggle--refine-search:before {
  content: "";
  position: absolute;
}
.toggle--alert-block--form:not(.search-results):before,
.toggle--refine-search:not(.search-results):before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 6px;
  width: 6px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle--alert-block--form:focus, .toggle--alert-block--form:hover,
.toggle--refine-search:focus,
.toggle--refine-search:hover {
  text-decoration: none;
  color: rgba(44, 61, 80, 0.7);
}
.toggle--alert-block--form.collapsed,
.toggle--refine-search.collapsed {
  border-width: 1px 1px 0 1px;
  border-color: #e6e6e6;
  border-radius: 0;
  background: #fff;
}
.toggle--alert-block--form:not(.collapsed):focus, .toggle--alert-block--form:not(.collapsed):active:focus, .toggle--alert-block--form:not(.collapsed):hover,
.toggle--refine-search:not(.collapsed):focus,
.toggle--refine-search:not(.collapsed):active:focus,
.toggle--refine-search:not(.collapsed):hover {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

.toggle--alert-block--form {
  border: 1px solid #62D1A7;
}
.toggle--alert-block--form.collapsed {
  border-color: #62D1A7;
}
.toggle--alert-block--form:not(.collapsed):focus, .toggle--alert-block--form:not(.collapsed):active:focus, .toggle--alert-block--form:not(.collapsed):hover {
  border: 1px solid #62D1A7;
}

@media all and (max-width: 767px) {
  .alert__form--wrapper.show {
    border-right: 1px solid #62D1A7 !important;
    border-left: 1px solid #62D1A7 !important;
    border-bottom: 1px solid #62D1A7 !important;
  }
  .alert__form--wrapper.show form {
    margin-bottom: 15px !important;
  }
}
.loading:after {
  content: "";
  position: fixed;
  z-index: 10;
  -webkit-animation: loading-animation 0.9s linear infinite;
  animation: loading-animation 0.9s linear infinite;
  background: url("../images/preloader.svg") no-repeat center;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#add-listing-form .loading:before {
  background-color: #fff;
}
#add-listing-form .loading:before,
#add-listing-form .loading:after {
  position: absolute !important;
}
#add-listing-form .form-group.loading:after {
  top: 84px;
}
#add-listing-form .form-group__btns.loading:after {
  top: 67px !important;
}
#add-listing-form .loading__inactive:after {
  display: none;
}

@media all and (max-width: 480px) {
  .refine-search .quick-search__inner-pages .quick-search {
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .refine-search .quick-search__wrapper {
    margin-top: 0;
    margin-bottom: 25px;
    border: none;
    padding: 25px;
    border-radius: 0;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media all and (max-width: 767px) {
  .refine-search__wrapper {
    display: none;
    padding: 0 15px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.refine-search__wrapper.loading:before, .refine-search__wrapper.loading:after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.refine-search__wrapper.loading:after {
  margin: auto;
}
.refine-search__wrapper.loading:before {
  display: block;
}
@media all and (min-width: 767px) {
  .refine-search__wrapper.loading:before {
    background: #fff;
    opacity: 1;
  }
}
.refine-search h3:first-child {
  margin-top: 0;
}
.refine-search__block {
  background: #F8F9F9;
  margin-bottom: 30px;
}
.refine-search .dropdown-toggle {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.refine-search .dropdown-toggle:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 6px;
  width: 6px;
  position: relative;
  top: -3px;
  left: 8px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.refine-search .dropdown-toggle:focus {
  color: #b1e8d3;
  text-decoration: none;
}
.refine-search .dropdown-menu {
  left: 25px;
  min-width: 190px;
}
.refine-search .btn__refine-search {
  display: block;
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
  margin: 0;
  padding: 40px 30px;
  border-bottom: 1px solid #E5E5E5;
  text-decoration: none;
}
.refine-search__item {
  display: block;
  clear: both;
  line-height: 37px;
  padding: 0 30px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.refine-search__item:hover {
  background: #f3f3f3;
  text-decoration: none;
}
.refine-search__item-list {
  margin: 15px 0;
  font-size: 16px;
}
.refine-search__item-radius.active {
  color: #b1e8d3;
  text-decoration: none;
}
.refine-search__value {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 82%;
}
.refine-search__count {
  font-weight: 700;
  color: #62D1A7;
}

.current-search__top {
  margin-bottom: 8px;
}
.current-search__top .badge {
  color: #62D1A7;
  line-height: 22px;
  background: #fff;
  border: 1px solid #62D1A7;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  padding: 4px 33px 3px 12px;
  margin-bottom: 5px;
  margin-right: 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 90%;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 768px) {
  .current-search__top .badge {
    margin-top: 20px;
  }
}
.current-search__top .badge:after {
  content: "";
  display: inline-block;
  background: #62D1A7;
  width: 14px;
  height: 2px;
  position: absolute;
  right: 8px;
  top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 10px;
  opacity: 0.5;
}
.current-search__top .badge:before {
  content: "";
  display: inline-block;
  background: #62D1A7;
  width: 14px;
  height: 2px;
  position: absolute;
  right: 8px;
  top: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-radius: 10px;
  opacity: 0.5;
}
.current-search__top .badge:focus, .current-search__top .badge:hover {
  color: #4ecb9c;
  background: #ecf9f4;
}

.less-more__btn {
  display: block;
  text-align: left;
  padding-right: 30px;
  position: relative;
  line-height: 40px;
  margin-left: 30px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.less-more__btn:focus, .less-more__btn:hover {
  text-decoration: none;
}
.less-more__btn:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 6px;
  width: 6px;
  position: relative;
  top: -3px;
  margin-left: 5px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.less-more__btn.collapse:after {
  top: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#refine-block-radius {
  margin: 15px 0;
}

.job-alert__job .well {
  background-color: #f8f9f9;
  box-shadow: none;
  margin-top: 20px;
  padding-top: 15px;
}
.job-alert__job .alert__form__input,
.job-alert__job input {
  width: 100% !important;
}
.job-alert__job label {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal;
  color: #2D3E50;
  margin: 0;
  word-wrap: break-word;
  padding-bottom: 25px;
  padding-top: 10px;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media all and (min-width: 991px) {
  .navbar-collapse {
    position: relative;
  }
}
@media all and (max-width: 991px) {
  .navbar-collapse {
    border-top: 1px solid transparent;
    background: #fff;
    float: left;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
    margin: 0 !important;
    position: absolute;
    top: 70px;
  }
}
@media all and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}

.navbar {
  min-height: 69px;
  font-size: 16px;
  border: none;
  background: none;
  z-index: 20;
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e6e8;
}
.navbar .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
@media all and (max-width: 1199px) {
  .navbar .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    min-height: 70px;
  }
}
.navbar .container {
  position: relative;
  max-width: 1205px;
}
@media all and (max-width: 991px) {
  .navbar .container {
    width: 100%;
    padding: 0;
  }
}
.navbar .navbar-left {
  display: inline-block;
  vertical-align: bottom;
}
@media all and (min-width: 991px) {
  .navbar .navbar-left {
    padding: 0;
    margin-left: -15px;
    clear: both;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-left {
    margin: 0;
    padding: 15px 0 0;
  }
}
.navbar .navbar-left > .navbar__item {
  padding: 10px 17px 0 0;
}
@media all and (min-width: 991px) {
  .navbar .navbar-left > .navbar__item {
    margin-left: -10px;
    padding-top: 0;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-left .navbar__item {
    padding-left: 10px;
  }
}
.navbar .navbar-left .navbar__item span {
  border-bottom: 4px solid transparent;
  padding-bottom: 15px;
  display: inline-block;
  opacity: 0.6;
}
.navbar .navbar-left .navbar__item span:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .navbar .navbar-left .navbar__item span {
    padding-bottom: 0;
    border: none;
  }
}
.navbar .navbar-left .navbar__item.active > .navbar__link,
.navbar .navbar-left .navbar__item.active > .navbar__link:hover {
  background: none;
  color: #2D3E50;
}
.navbar .navbar-left .navbar__item.active > .navbar__link span,
.navbar .navbar-left .navbar__item.active > .navbar__link:hover span {
  border-bottom: 4px solid #2D3E50;
  font-weight: bold;
  opacity: 1;
}
@media (max-width: 768px) {
  .navbar .navbar-left .navbar__item.active > .navbar__link span,
  .navbar .navbar-left .navbar__item.active > .navbar__link:hover span {
    border: none;
  }
}
@media all and (min-width: 991px) {
  .navbar .navbar-left .navbar__item:first-child {
    padding-left: 0;
  }
}
.navbar .navbar-left .navbar__item .navbar__link {
  padding: 0;
  color: #262626;
}
.navbar .navbar-left .navbar__item .navbar__link:hover {
  background: none;
  color: #2D3E50;
}
.navbar .navbar-left .navbar__item .navbar__link.hover + .dropdown-menu {
  display: block;
}
.navbar .navbar-left .navbar__item.dropdown {
  position: relative;
}
@media all and (min-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown > .navbar__link:after {
    content: "";
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 0 0;
    height: 6px;
    width: 6px;
    margin-left: 6px;
    top: -3px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.navbar .navbar-left .navbar__item.dropdown:hover > .navbar__link > span {
  opacity: 1;
}
.navbar .navbar-left .navbar__item.dropdown > .dropdown-menu {
  max-width: inherit;
  left: 0;
  right: 10px;
}
@media all and (max-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown > .dropdown-menu {
    position: static;
    border: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    display: block;
    background: none;
  }
}
@media all and (min-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown > .dropdown-menu {
    border-radius: 0;
    margin-left: 0;
    border: none;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown > .dropdown-menu .navbar__item {
    padding: 0;
  }
}
@media all and (min-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown > .dropdown-menu .navbar__item span {
    padding-bottom: 0;
    border-bottom: none;
  }
  .navbar .navbar-left .navbar__item.dropdown > .dropdown-menu .navbar__item:hover {
    background: #f1f1f1;
  }
}
.navbar .navbar-left .navbar__item.dropdown > .dropdown-menu .navbar__item .navbar__link {
  border-bottom: none;
}
.navbar .navbar-left .navbar__item.dropdown > .dropdown-menu .navbar__link {
  white-space: normal;
  word-break: break-word;
}
@media all and (min-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown > .dropdown-menu .navbar__link {
    padding: 0 15px;
    margin: 6px 0;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown > .dropdown-menu .navbar__link {
    padding: 5px 15px 5px 35px;
  }
}
@media all and (min-width: 991px) {
  .navbar .navbar-left .navbar__item.dropdown:hover > .navbar__link {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
  }
  .navbar .navbar-left .navbar__item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-right {
  margin-top: 20px;
  padding: 0;
}
@media all and (max-width: 991px) {
  .navbar .navbar-right {
    padding: 15px 0;
    margin: 15px 0 0;
    border-top: 1px solid #ddd;
  }
}
.navbar .navbar-right .navbar__item {
  font-size: 14px;
}
.navbar .navbar-right .navbar__item:first-child .navbar__link {
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  text-decoration: none;
}
@media all and (min-width: 991px) {
  .navbar .navbar-right .navbar__item:first-child .navbar__link {
    padding: 14px;
    color: #2D3E50;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-right .navbar__item:first-child .navbar__link {
    color: #262626;
  }
}
.navbar .navbar-right .navbar__item:first-child .navbar__link:hover {
  color: #2D3E50;
  opacity: 1;
}
@media all and (max-width: 991px) {
  .navbar .navbar-right .navbar__item:first-child .navbar__link:hover {
    color: #2D3E50;
  }
}
.navbar .navbar-right .navbar__item.active .navbar__link {
  background: none;
  color: #262626;
}
@media all and (max-width: 991px) {
  .navbar .navbar-right .navbar__item {
    padding: 10px;
  }
}
.navbar .navbar-right .navbar__item .navbar__link {
  text-transform: uppercase;
}
.navbar .navbar-right .navbar__item .navbar__link.btn__blue {
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .navbar .navbar-right .navbar__item .navbar__link.btn__blue {
    color: #262626;
    background: none;
  }
}
@media all and (min-width: 991px) {
  .navbar .navbar-right .navbar__item .navbar__link.btn__blue {
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4ecb9c;
    color: #62D1A7;
  }
}
.navbar .navbar-right .navbar__item .navbar__link.btn__blue:hover {
  color: #4ecb9c;
  background: #ecf9f4;
}
.navbar .navbar-right .navbar__item .navbar__link.btn__blue:active, .navbar .navbar-right .navbar__item .navbar__link.btn__blue:focus, .navbar .navbar-right .navbar__item .navbar__link.btn__blue:active:focus {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2D3E50;
}
@media all and (max-width: 991px) {
  .navbar .navbar-right .navbar__item .navbar__link {
    opacity: 0.6;
  }
}
@media all and (min-width: 991px) {
  .navbar .navbar-right .navbar__item:not(.navbar__item__filled) {
    margin-top: -4px;
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-nav {
    float: none !important;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-nav .navbar__item {
    display: block;
    padding: 0;
    float: left;
    width: 100%;
  }
}
.navbar .navbar-nav .navbar__item .navbar__link {
  width: 100%;
  display: inline-block;
  padding: 10px 10px 0 10px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
@media all and (max-width: 991px) {
  .navbar .navbar-nav .navbar__item .navbar__link {
    padding: 10px 15px;
  }
  .navbar .navbar-nav .navbar__item .navbar__link:hover {
    border-bottom: 2px solid transparent;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .navbar .navbar-nav .navbar__item .navbar__link:hover {
    border: none;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-nav .navbar__item .navbar__link:hover, .navbar .navbar-nav .navbar__item .navbar__link:active, .navbar .navbar-nav .navbar__item .navbar__link:active:focus, .navbar .navbar-nav .navbar__item .navbar__link:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
  }
}

.burger-button {
  height: 2px;
  width: 100%;
  background: #c2c2c2;
  position: relative;
}
.burger-button:after, .burger-button:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  background: #c2c2c2;
}
.burger-button:before {
  top: -7px;
}
.burger-button:after {
  bottom: -7px;
}
.burger-button__wrapper {
  width: 40px;
  height: 36px;
  margin-top: 35px;
  padding: 0 10px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 999;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 9;
}
@media all and (min-width: 991px) {
  .logo {
    margin-right: 55px !important;
  }
}
@media all and (max-width: 991px) {
  .logo {
    margin-bottom: 0;
    float: left;
    width: 100%;
    padding-left: 15px;
  }
}
@media all and (max-width: 768px) {
  .logo {
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.logo .logo__text {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.5px;
  padding: 0 15px;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .logo .logo__text {
    margin-left: 0 !important;
  }
}
.logo .logo__text img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
@media all and (max-width: 767px) {
  .logo .logo__text img {
    max-width: 225px;
  }
}
.logo .logo__text:hover {
  color: #2D3E50;
  text-decoration: none;
}
.logo .logo__text--blue {
  color: #005cff;
}

.navbar-brand {
  height: 50px;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* START:Quick search
 ********************************************************************************* */
.quick-search {
  padding-bottom: 0;
  position: relative;
  z-index: 9;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 767px) {
  .quick-search {
    height: auto;
    min-height: 115px;
  }
  .quick-search__frontpage {
    margin-top: -140px;
  }
  .quick-search__frontpage .has-location {
    margin-top: -196px;
  }
  .quick-search__frontpage .quick-search__wrapper {
    background: none;
  }
}
.quick-search__inner-pages .quick-search {
  background: none;
}
.quick-search .row {
  text-align: center;
}
@media all and (max-width: 991px) {
  .quick-search .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.quick-search__wrapper {
  margin: -80px auto 0;
  padding: 19px 0;
}
@media all and (min-width: 991px) {
  .quick-search__wrapper {
    max-width: 945px;
  }
}
@media all and (max-width: 767px) {
  .quick-search__wrapper {
    background: #F4F5F6;
    -webkit-box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
    -mz-box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
    -moz-box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
    box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 620px) {
  .quick-search__wrapper {
    padding: 25px 15px 15px;
  }
}
@media all and (max-width: 480px) {
  .quick-search .form-group {
    width: 100%;
    margin-left: 0;
  }
}
.quick-search .form-group__btn {
  width: 17.3%;
}
@media all and (max-width: 1200px) {
  .quick-search .form-group__btn {
    width: 21.3%;
  }
}
@media all and (max-width: 991px) {
  .quick-search .form-group__btn {
    padding-left: 10px;
  }
  .quick-search .form-group__btn .btn, .quick-search .form-group__btn .social-registration__imis {
    min-width: auto;
  }
}
@media all and (max-width: 767px) {
  .quick-search .form-group__btn {
    margin-bottom: 0;
  }
}
.quick-search .form-group__input {
  width: 39.6%;
  padding: 0;
  position: relative;
}
@media all and (max-width: 1200px) {
  .quick-search .form-group__input {
    width: 37.6%;
  }
}
.quick-search .form-group__input.full {
  width: 59.4%;
}
@media all and (max-width: 1200px) {
  .quick-search .form-group__input.full {
    width: 56.4%;
  }
}
@media all and (max-width: 767px) {
  .quick-search .form-group__input.full {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .quick-search .form-group__btn,
  .quick-search .form-group__input {
    width: 100%;
    padding: 0;
  }
}
.quick-search .form-control, .quick-search__find,
.quick-search .dropdown-radius {
  width: 100%;
  height: 42px;
}
.quick-search .form-control {
  padding: 3px 30px 0 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #F2F2F2;
}
.quick-search__find {
  padding: 8px 12px;
}
.quick-search__blur {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  position: absolute;
}
.quick-search .input-clear {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 42px;
  color: transparent;
  -webkit-mask: url(../images/icon-close-white.svg) no-repeat center;
  mask: url(../images/icon-close-white.svg) no-repeat center;
  -webkit-mask-size: 12px;
  mask-size: 12px;
  background-color: #999;
  width: 30px;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* START:Job details
 ********************************************************************************* */
.results {
  margin-bottom: 20px;
  margin-top: 20px;
}
.results .btn__back {
  border: none;
}
.results h1 {
  text-transform: capitalize;
}

.search-header,
.details-header {
  background-color: #62D1A7;
}

.search-header {
  padding: 25px 0;
}
.search-header__title {
  text-align: center;
  color: #fff;
  margin: 22px 0 12px;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
}
@media all and (max-width: 767px) {
  .search-header__title {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .search-header {
    padding: 16px 0 24px;
  }
}

@media all and (min-width: 767px) {
  .details-header .container {
    padding-right: 329px;
  }
}
.details-header__company-profile {
  padding: 15px 0 22px;
}
.details-header__company-profile .listing-item__info {
  margin-bottom: 0;
}
.details-header .listing-item__info {
  padding-left: 0;
}
@media (max-width: 768px) {
  .details-header .listing-item__info {
    float: left;
    margin-bottom: 0 !important;
  }
  .details-header .listing-item__info li {
    margin-bottom: 20px !important;
  }
}
.details-header .listing-item__info--item {
  display: inline-block;
  list-style: none;
  color: rgba(255, 255, 255, 0.88);
}
.details-header .listing-item__info--item:first-child {
  padding-left: 0;
}
.details-header .listing-item__info--item:before {
  opacity: 0.3;
}
.details-header .listing-item__info--item:after {
  border-color: #979797;
}
.details-header .listing-item__info--item-location:before {
  background-image: url("../images/icon-marker-light.svg");
}
.details-header .listing-item__info--item-company:before {
  background-image: url("../images/icon-company-light.svg");
}
.details-header .listing-item__info--item-date:before {
  background-image: url("../images/icon-calendar-light.svg");
  width: 18px;
}
.details-header .listing-item__info--item-website:before {
  background-image: url("../images/icon-website-light.svg");
}
.details-header .listing-item__info--item-website a {
  color: #62D1A7;
}
.details-header__title {
  margin: 20px 0 35px;
  overflow: hidden;
  font-family: "Roboto Slab", sans-serif;
  font-size: 48px;
  color: #2D3E50;
  line-height: 58px;
  word-break: break-word;
}

.details-body__search {
  margin-top: 20px;
}
.details-body__search.no-refine-search .search-results {
  padding-right: 15px;
}
.details-body__search.no-refine-search.with-banner {
  width: 100%;
}
.details-body__left {
  padding: 0 15px 20px;
}
@media all and (max-width: 992px) and (min-width: 767px) {
  .details-body__left.companies-jobs-list .listing-item__no-logo .listing-item__desc {
    padding-left: 21px;
  }
}
@media all and (max-width: 992px) {
  .details-body__left.companies-jobs-list .listing-item__desc {
    padding-left: 0;
  }
}
@media all and (max-width: 992px) {
  .details-body__left.companies-jobs-list .listing-item__logo {
    display: none;
  }
}
.details-body__left .listing-item__title {
  font-size: 18px;
}
.details-body__left .listing-item__info {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.details-body__left .listing-item__info--item-salary-range {
  display: block;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: initial;
  color: rgba(44, 62, 80, 0.7);
  text-transform: none;
}
.details-body__left .listing-item__info--item-salary-range:before {
  display: none;
}
@media all and (min-width: 992px) {
  .details-body__left {
    padding-right: 64px;
  }
}
@media all and (min-width: 767px) {
  .details-body__left {
    width: calc(100% - 295px);
  }
}
@media all and (max-width: 767px) {
  .details-body__left .details-footer__btn-apply {
    max-width: 100%;
  }
}
.details-body .youtube-video {
  max-width: 100%;
}
.details-body .listing-item__desc,
.details-body .listing-item__fields {
  color: rgba(44, 61, 80, 0.7);
}
.details-body__company-profile .profile__info__description {
  max-height: none;
}
.details-body__resume .job-preview__btns {
  margin: 0 0 60px;
}
.details-body__resume .job-preview__btns .btn, .details-body__resume .job-preview__btns .social-registration__imis {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .details-body__resume .profile, .details-body__company-profile .profile {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.details-body__resume .profile__img {
  border-radius: 0;
}
.details-body__title {
  margin: 16px 0 18px;
  min-height: 30px;
  color: #2D3E50;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.details-body__title:not(:first-child) {
  margin-top: 46px;
}
.details-body__content ul {
  padding-left: 40px;
}
.details-body__content img {
  max-width: 100%;
  height: auto;
}
.details-body__item-date {
  font-family: Arial;
  font-size: 14px;
  color: rgba(44, 62, 80, 0.7);
  display: inline-block;
}
@media all and (max-width: 767px) {
  .details-body .alert__block > h3.hide-title {
    display: none;
  }
  .details-body .alert__block .alert__form--wrapper {
    display: none;
    background: #fff;
    padding: 0 15px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-body .alert__block .alert__form--wrapper .alert__form {
    background: #F8F9F9;
    padding: 25px;
    margin: 0;
  }
}

.alert {
  position: relative;
}
.alert__close {
  position: absolute;
  right: 5px;
  top: 0;
}
.alert__close:hover {
  text-decoration: none;
}

.sidebar {
  float: right;
}
@media all and (min-width: 767px) {
  .sidebar {
    width: 295px;
  }
}
@media all and (max-width: 767px) {
  .sidebar {
    float: left !important;
  }
}
@media all and (max-width: 767px) {
  .sidebar.sidebar-job {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .sidebar.sidebar-job .details-footer__btn-apply {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .sidebar.sidebar-job {
    margin-bottom: 20px;
  }
}
.sidebar__content {
  background: #F8F9F9;
  padding: 25px;
}
.sidebar__content .profile__image {
  max-width: 70px;
  max-height: 50px;
  display: table-cell;
  padding-right: 20px;
}
.sidebar__content .profile__image--wrapper {
  vertical-align: middle;
  display: inherit;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: table-cell;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}
.sidebar__content .profile__image--wrapper img {
  max-width: 50px;
  max-height: 50px;
}
.sidebar__content .profile__header {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.sidebar__content .profile__name {
  flex: 0 0 auto;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: #2D3E50;
  word-wrap: break-word;
  max-width: 69%;
}

@media all and (max-width: 767px) {
  .profile {
    float: left !important;
  }
}
.profile__img {
  max-width: 125px;
  max-height: 125px;
}
.profile .btn__profile {
  border: 1px solid #62D1A7;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #62D1A7;
  border-radius: 0 !important;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 9px 10px;
  margin: 20px 0 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.profile .btn__profile:hover {
  color: #4ecb9c;
  background: #ecf9f4;
  text-decoration: none;
}
.profile__info {
  margin-top: 25px;
}
.profile__info__description {
  color: rgba(44, 61, 80, 0.7);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.profile__info__description img {
  max-width: 100%;
  height: auto;
}
.profile__info-list {
  padding: 0;
  margin-bottom: 0;
}
.profile__info-list__item {
  padding: 20px 0;
  font-weight: bold;
  list-style: none;
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
}
.profile__info-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.profile__info-list__item a {
  display: block;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #62D1A7;
}
.profile__info-list__item a:before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.profile__info-list__item-email a:before {
  background: url("../images/icon-envelope-gray.svg") no-repeat 0 0;
  background-size: 20px;
  top: 7px;
}
.profile__info-list__item-resume a:before {
  background: url("../images/icon-resume.svg") no-repeat 0 0;
  background-size: 20px;
  top: 4px;
}
.profile__info-list__item-phone a:before {
  background: url("../images/icon-phone.svg") no-repeat 0 0;
  background-size: 18px;
  top: 6px;
}
.profile__info-list__item-linkedin a:before {
  background: url("../images/icon-linkedin-logo.svg") no-repeat 0 0;
  background-size: 20px;
  top: 2px;
}

.btn__back {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: rgba(44, 62, 80, 0.2);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn__back:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  color: #62D1A7;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.btn__back:after {
  content: "";
  width: 9px;
  height: 2px;
  background: #62D1A7;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
}
.btn__back:hover {
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.job-type {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: -10px;
  clear: both;
}
.job-type__value {
  background: rgba(44, 62, 80, 0.05);
  display: inline-block;
  padding: 10px 15px;
  margin: 0 15px 10px 0;
  border-radius: 0;
  color: rgba(44, 62, 80, 0.7);
  font-size: 12px;
  font-weight: 700;
  vertical-align: bottom;
  position: relative;
  text-transform: uppercase;
}
.job-type a {
  text-decoration: none;
}

.details-footer {
  position: fixed;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 100px;
  z-index: 999;
  border: 1px solid #e1e1e1;
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
}
@media all and (max-width: 767px) {
  .details-footer .container {
    text-align: center;
  }
}
@media all and (min-width: 992px) {
  .details-footer__blog {
    max-width: 700px;
    margin: 25px auto;
  }
}
@media all and (max-width: 992px) {
  .details-footer {
    position: static !important;
  }
}
@media all and (max-width: 767px) {
  .details-footer {
    height: auto;
    min-height: 100px;
  }
}
.details-footer.affix .job-preview__btns, .details-footer.affix-bottom .job-preview__btns {
  padding: 0;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .details-footer.affix .job-preview__btns, .details-footer.affix-bottom .job-preview__btns {
    margin-bottom: 15px;
  }
}
.details-footer .job-preview__btns {
  margin-top: 30px;
}
.details-footer .job-preview__btns .btn, .details-footer .job-preview__btns .social-registration__imis {
  margin-bottom: 10px;
}
.details-footer__btn-apply {
  margin-bottom: 20px;
  position: relative;
  padding: 10px 30px;
  max-width: 265px;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.job-preview .details-footer__btn-apply,
.job-preview .social-share {
  display: none;
}
.job-preview.details-body__left, .job-preview.sidebar {
  margin-bottom: 120px;
}

.social-share {
  background: #F8F9F9;
  padding: 25px;
  margin-top: 30px;
}
.social-share__icons {
  min-width: 200px;
  display: inline-block;
}
.social-share__title {
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
}
@media all and (max-width: 767px) {
  .social-share {
    margin-bottom: 40px;
  }
}

#apply-form .form-control__disabled {
  border: none;
  box-shadow: none;
  pointer-events: none;
}
#apply-form textarea {
  resize: vertical;
}

.alert-bought-now {
  max-width: 700px;
  margin: 20px auto;
  border-radius: 6px;
  color: rgba(44, 61, 80, 0.7);
  background: #fff;
  position: relative;
  padding: 15px 25px;
  -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}
@media all and (max-width: 700px) {
  .alert-bought-now {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
}
.alert-bought-now .alert__close {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 8px;
  top: 8px;
  background: url("../images/icon-modal-close.svg") no-repeat 0 0;
  background-size: 12px;
  opacity: 1;
}

#application-settings,
.location-settings,
.employer-settings {
  vertical-align: top;
}
@media all and (max-width: 767px) {
  #application-settings,
  .location-settings,
  .employer-settings {
    margin: 0;
  }
}
#application-settings .form-label,
.location-settings .form-label,
.employer-settings .form-label {
  vertical-align: middle;
  margin: 0 30px 4px 0;
  width: auto;
  font-weight: 200;
}
#application-settings input,
.location-settings input,
.employer-settings input {
  margin: 0 5px 4px 0;
  vertical-align: middle;
}

.employer-settings div {
  color: #AFB6BF;
}

.application-details__resume {
  padding-top: 15px;
}

.company-profile-info {
  margin-bottom: 60px;
}
.company-profile-info .media-body {
  vertical-align: middle;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .company-profile-info .media-body {
    display: block;
    width: auto;
  }
}
.company-profile-info .media-body .details-header__title {
  margin-top: 0;
}
.company-profile-info__header .listing-item__info {
  padding: 0;
}
.company-profile-info__header .listing-item__title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 48px;
  color: #2D3E50;
  line-height: 58px;
  font-weight: 300;
  margin-top: -5px;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .company-profile-info__header .listing-item__title {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .company-profile-info__header .listing-item__title {
    margin-top: 0;
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .company-profile-info__header .listing-item__logo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 90px;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .company-profile-info__header .listing-item__logo .listing-item__logo--wrapper {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    left: calc(50vw - 73px);
    margin: 0 auto;
  }
  .company-profile-info__header .listing-item__logo .listing-item__logo--wrapper img {
    max-width: 100%;
    max-height: 90px;
  }
}
.company-profile-info__header .listing-item__logo .listing-item__logo--wrapper {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.company-profile-info__header .listing-item__info--social-networks {
  margin-top: 10px;
}
.company-profile-info__header .listing-item__info--social-networks .listing-item__info--item {
  margin: 0 !important;
  vertical-align: top;
}
.company-profile-info__header .listing-item__info--social-networks .listing-item__info--item:before {
  content: none;
}
.company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .linkedin:before {
  font-size: 20px !important;
}
.company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .instagram:before {
  font-size: 20px !important;
}
.company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .twitter:before {
  background-color: #2D3E50 !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: 14px !important;
  mask-size: 14px !important;
}
.company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .youtube:before {
  content: " " !important;
  background-color: #2D3E50 !important;
  -webkit-mask-image: url("../images/youtube.svg") !important;
  mask-image: url("../images/youtube.svg") !important;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.company-profile-info__header .listing-item__info--social-networks a {
  position: static !important;
}
.company-profile-info__header .listing-item__info--social-networks a:before {
  margin-right: 0 !important;
  color: #2D3E50 !important;
  font-size: 18px !important;
  width: 27px !important;
  height: 27px !important;
  line-height: 27px !important;
  text-align: left !important;
  opacity: 0.2;
  top: 0 !important;
}
.company-profile-info__header .listing-item__info--social-networks a:hover:before {
  opacity: 0.4;
}
.company-profile-info__tabs-list {
  clear: both;
  position: relative;
}
@media all and (max-width: 767px) {
  .company-profile-info__tabs-list:before, .company-profile-info__tabs-list:after {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .company-profile-info__tabs-list:before {
    z-index: 9;
    background: -webkit-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    left: -10px;
  }
}
@media all and (max-width: 767px) {
  .company-profile-info__tabs-list:after {
    right: -10px;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
  }
}
.company-profile-info__tabs-list--tabs {
  clear: both;
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1px;
}
.company-profile-info__tabs-list--tabs > li {
  float: none;
  display: inline-block;
}
.company-profile-info__tabs-list--tabs > li.active > a:hover,
.company-profile-info__tabs-list--tabs > li.active > a:focus,
.company-profile-info__tabs-list--tabs > li.active > a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: #2D3E50;
  border: none;
  border-bottom: 2px solid;
  padding: 0 0 20px 0;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.company-profile-info__tabs-list--tabs > li > a:hover,
.company-profile-info__tabs-list--tabs > li > a:focus,
.company-profile-info__tabs-list--tabs > li > a {
  background: transparent;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgba(44, 61, 80, 0.4);
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 20px 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.company-profile-info__tabs-list--tabs > li > a:hover:hover,
.company-profile-info__tabs-list--tabs > li > a:focus:hover,
.company-profile-info__tabs-list--tabs > li > a:hover {
  color: rgba(44, 61, 80, 0.8);
}
.company-profile-info__tabs-list--tabs > li:first-child {
  margin-right: 55px;
}
@media all and (max-width: 640px) {
  .company-profile-info__tabs-list--tabs > li:first-child {
    margin-left: 15px;
    margin-right: 20px;
  }
  .company-profile-info__tabs-list--tabs > li:last-child {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .company-profile-info {
    padding: 0;
  }
}

.tab-content {
  margin-bottom: 50px;
}
.tab-content #all-vacancy .listing-item__logo {
  display: none;
}
.tab-content #all-vacancy .media-body {
  padding-left: 21px;
}

.companies-jobs-list {
  margin-top: 30px;
}

.jobs-at h4 {
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
  margin: 0;
  padding: 25px;
  border-bottom: 1px solid rgba(44, 62, 80, 0.1);
}
.jobs-at .search-results .listing-item {
  background-color: transparent;
  margin: 0;
  border-bottom: none !important;
  padding: 25px 25px 0 25px;
  display: none;
}
.jobs-at .search-results .listing-item__info, .jobs-at .search-results .listing-item__desc, .jobs-at .search-results .listing-item__logo {
  display: none;
}
.jobs-at .search-results .listing-item__title {
  font-size: 16px;
  color: #2D3E50;
  line-height: 24px;
  margin-bottom: 25px;
}
.jobs-at .search-results .listing-item .media-body {
  padding-left: 35px;
  border-bottom: 1px solid #eaebed !important;
  position: relative;
}
.jobs-at .search-results .listing-item .media-body:before {
  content: "";
  background: url("../images/icon-job-company.svg") no-repeat;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
}
.jobs-at .search-results .listing-item:hover {
  box-shadow: none;
}
.jobs-at .search-results .listing-item:nth-child(1), .jobs-at .search-results .listing-item:nth-child(2), .jobs-at .search-results .listing-item:nth-child(3) {
  display: block;
}
.jobs-at .search-results .listing-item:last-of-type {
  margin-bottom: 25px !important;
}
.jobs-at .search-results .listing-item:last-of-type .media-body {
  border-bottom: none !important;
}
.jobs-at .banner,
.jobs-at .load-more {
  display: none;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* START:Footer
 ********************************************************************************* */
.footer {
  color: #fff;
}
.footer .container > div {
  margin: 0 -15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.footer .container > div:not(:last-child) {
  margin-bottom: 35px;
}
.footer .container > div:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
  padding: 20px 15px;
}
@media all and (max-width: 767px) {
  .footer .container > div:last-child {
    text-align: center;
  }
}
.footer .container > div:before, .footer .container > div:after {
  display: table;
  content: "";
}
.footer .container > div:after {
  clear: both;
}
.footer .container > div > div {
  padding: 0 15px;
  width: 100%;
  float: left;
  text-align: left;
}
@media (min-width: 768px) {
  .footer .container > div > div {
    width: 33%;
  }
}
.footer ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.footer ul li {
  color: #fff;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .footer ul li {
    text-align: center;
  }
}
.footer ul a {
  text-transform: none;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .footer ul {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .footer .footer-nav {
    margin-bottom: 30px;
  }
}
.footer .footer-nav__title {
  padding-right: 10px;
}
.footer .footer-nav__title:hover {
  text-decoration: none;
}
.footer-nav__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-nav__item:not(.footer-nav__title) {
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
@media all and (max-width: 767px) {
  .footer-nav__item {
    text-align: center;
  }
}
.footer-nav__link {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.footer-nav__link:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer-nav__link-social, .company-profile-info__header .listing-item__info--social-networks a {
  position: relative;
}
.footer-nav__link-social:before, .company-profile-info__header .listing-item__info--social-networks a:before {
  font-family: "footer-social" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 14px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.footer-nav__link-facebook:before, .company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .facebook:before {
  content: "\e900";
  font-size: 12px;
}
.footer-nav__link-twitter:before, .company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .twitter:before {
  content: " ";
  -webkit-mask: url("../../../_system/main/images/x.svg") no-repeat center;
  mask: url("../../../_system/main/images/x.svg") no-repeat center;
  width: 18px;
  height: 18px;
  mask-size: 11px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 4px;
}
.footer-nav__link-twitter:hover:before, .company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .twitter:hover:before {
  background-color: rgb(255, 255, 255);
}
.footer-nav__link-plus:before {
  content: "\e902";
  font-size: 12px;
}
.footer-nav__link-instagram:before, .company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .instagram:before {
  content: "\e904";
  position: relative;
  top: 1px;
  font-size: 12px;
}
.footer-nav__link-in:before, .company-profile-info__header .listing-item__info--social-networks .listing-item__info--item .linkedin:before {
  content: "\e901";
  font-size: 16px;
  position: relative;
  top: 1px;
}
.footer__follow-us {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__follow-us li {
  display: inline-block;
}
.footer__follow-us li a.footer-nav__link {
  font-size: 0;
}
@media all and (max-width: 767px) {
  .footer__follow-us ul {
    text-align: center;
  }
}

.powered-by {
  color: #7e7e7e;
  margin-top: 35px;
  font-size: 12px;
}
.powered-by a {
  color: #7e7e7e;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.main-sections {
  margin-top: 80px;
}
.main-sections__middle-banner {
  padding: 0;
}
.main-sections__jobs-at {
  background: #F8F9F9;
  margin-top: 60px;
  padding: 0;
}
.main-sections .featured-companies__wrapper {
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  .main-sections .container:not(.widget__text-block) {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-sections__main-wrapper {
  margin-bottom: 60px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.main-sections__alert {
  margin-bottom: 20px;
}

/* START:Main banner
 ********************************************************************************* */
.main-banner {
  position: relative;
  height: 360px;
  background-size: cover;
}
.main-banner__wrapper {
  height: 100%;
}
.main-banner__head {
  padding-left: 10px;
  padding-right: 10px;
}
.main-banner__head h1 {
  padding-top: 8px;
  font-size: 48px;
}
@media all and (max-width: 991px) {
  .main-banner__head h1 {
    font-size: 46px;
  }
}
@media all and (max-width: 767px) {
  .main-banner__head h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 420px) {
  .main-banner__head h1 {
    font-size: 28px;
    padding: 0 !important;
    margin: 10px 0;
  }
}
@media all and (max-width: 767px) {
  .main-banner__head {
    margin-top: 40px !important;
  }
}
@media all and (max-width: 420px) {
  .main-banner__head {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .main-banner.item {
    background-position: center;
  }
}

.slide.homepage {
  min-height: 80px;
}
.slide.homepage .main-banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.slide.homepage .main-banner__head h1, .slide.homepage .main-banner__head h2, .slide.homepage .main-banner__head h3, .slide.homepage .main-banner__head p, .slide.homepage .main-banner__head {
  color: #fff;
}
.slide.homepage .glyphicon-chevron-right {
  background: url("../images/icon-slider-next__white.svg") no-repeat 50% 50%;
  width: 58px;
  height: 58px;
  background-size: 26px;
  margin-top: -35px;
}
.slide.homepage .glyphicon-chevron-right:before {
  display: none;
}
.slide.homepage .glyphicon-chevron-left {
  background: url("../images/icon-slider-prev__white.svg") no-repeat 50% 50%;
  width: 58px;
  height: 58px;
  background-size: 26px;
  margin-top: -35px;
}
.slide.homepage .glyphicon-chevron-left:before {
  display: none;
}
.slide.homepage .carousel-control {
  opacity: 0.6;
}
.slide.homepage .carousel-control:hover {
  opacity: 1;
}
.slide.homepage .carousel-control.left, .slide.homepage .carousel-control.right {
  background: none !important;
}
@media (max-width: 767px) {
  .slide.homepage .carousel-control {
    display: none;
  }
}

/* START:Post a job
 ********************************************************************************* */
.middle-banner {
  display: table;
  width: 100%;
}
@media all and (max-width: 420px) {
  .middle-banner {
    height: 340px;
  }
}
.middle-banner__listings {
  width: 80%;
  margin: 0 auto;
}
.middle-banner__wrapper {
  display: table-cell;
  vertical-align: middle;
}
.middle-banner h3, .middle-banner__title {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.middle-banner > div, .middle-banner__description {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: 0.44px;
  font-weight: 500;
}
.middle-banner > div .highlight, .middle-banner__description .highlight {
  color: #fff;
  font-weight: bold;
}
.middle-banner .btn-post-job {
  text-transform: uppercase;
  padding: 15px 67px;
  font-size: 16px;
  line-height: 18px;
  margin-top: 38px;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.middle-banner .btn-post-job:hover {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/* START:Featured companies
 ********************************************************************************* */
.featured-companies {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
@media all and (max-width: 991px) {
  .featured-companies {
    width: 100% !important;
  }
}
.featured-companies__title {
  margin-top: 11px;
}
.featured-companies__slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.featured-companies .featured-company {
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.featured-companies .featured-company:hover {
  background: #f3f3f3;
}
.featured-companies .featured-company:hover .featured-company__info {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
.featured-companies .featured-company:hover a {
  background: #f3f3f3;
}
.featured-companies .featured-company__logo {
  padding-right: 10px;
  vertical-align: top;
  min-width: 60px;
  width: 50px;
  position: relative;
  display: table-cell;
}
.featured-companies .featured-company__image {
  max-width: 50px;
  max-height: 50px;
  display: table-cell;
  margin: 0 auto;
}
.featured-companies .featured-company__image--wrapper {
  vertical-align: middle;
  display: inherit;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
.featured-companies .featured-company__info {
  background: #ebf6fe;
  display: table-cell;
  padding: 1px 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: calc(100% - 63px);
}
.featured-companies .featured-company > a {
  display: block;
  padding: 20px 0 20px 25px;
  text-decoration: none;
}
.featured-companies .featured-company a:hover {
  text-decoration: none;
}
.featured-companies__jobs, .featured-companies__name {
  text-align: left;
}
.featured-companies__name {
  width: 152px;
  color: #2D3E50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media all and (max-width: 768px) {
  .featured-companies__name {
    width: 100% !important;
  }
}

/* START:Jobs by
 ********************************************************************************* */
.jobs-by__wrapper {
  overflow: hidden;
}
.jobs-by__title {
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
  margin: 0;
  padding: 40px 25px;
  border-bottom: 1px solid #E5E5E5;
}
.jobs-by .container {
  padding: 55px 50px 50px;
  position: relative;
}
@media all and (max-width: 991px) {
  .jobs-by .container {
    padding: 55px 15px 50px;
  }
}
@media all and (max-width: 767px) {
  .jobs-by .container:before, .jobs-by .container:after {
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 40px;
  }
}
.jobs-by .nav-pills {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media all and (max-width: 767px) {
  .jobs-by .nav-pills {
    padding-bottom: 10px;
  }
}
.jobs-by .nav-pills li {
  display: inline-block;
  float: none;
}
@media all and (min-width: 767px) {
  .jobs-by .nav-pills li {
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .jobs-by .nav-pills li {
    text-align: center;
    border: none;
  }
  .jobs-by .nav-pills li.active {
    border: none;
  }
}
.jobs-by .nav-pills li a {
  opacity: 0.7;
  margin: 0;
}
@media all and (max-width: 767px) {
  .jobs-by .nav-pills li a {
    padding-bottom: 0;
  }
}
.jobs-by .nav-pills li a,
.jobs-by .nav-pills li.active a {
  padding: 10px 20px;
  background: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.jobs-by .nav-pills li.active {
  border-bottom: 5px solid #fff;
}
.jobs-by .nav-pills li.active a {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .jobs-by .nav-pills li.active {
    border: none;
  }
  .jobs-by .nav-pills li.active a {
    display: inline-block;
    border-radius: 0;
  }
}
.jobs-by a {
  color: rgba(45, 62, 80, 0.6);
  display: block;
  padding: 0 25px;
}
.jobs-by a:hover {
  color: rgba(45, 62, 80, 0.6);
  text-decoration: none;
}

/* START:Browse by
 ********************************************************************************* */
.browse-by__title {
  width: 100%;
  text-align: center;
}
.browse-by__list {
  font-size: 16px;
  margin: 15px 0;
}
.browse-by__list li {
  line-height: 37px;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.browse-by__list li:hover {
  background: #f3f3f3;
}
.browse-by__list .count {
  color: #62D1A7;
  font-weight: 700;
}
.browse-by__item {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70%;
  text-overflow: ellipsis;
  vertical-align: top;
}
.browse-by__list-empty {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* START:Subscribe
 ********************************************************************************* */
.alert__block {
  background: #F8F9F9;
}

.widgets__container .alert__block {
  background: none;
}

.alert__messages .alert:last-child {
  margin-bottom: 40px;
}
.alert__block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.alert__form {
  padding: 0 25px 25px 25px;
  margin: 0;
}
.alert__form__input {
  margin-bottom: 20px !important;
  padding: 0 !important;
}
.alert__form__input:last-child {
  margin-bottom: 0 !important;
}
.alert__form__input .form-control {
  background: #fff;
}
.alert .btn__subscribe {
  padding: 10px 40px;
  letter-spacing: 1px;
}

.details-body .alert__block {
  background: #F8F9F9;
}
.details-body .sidebar-col {
  margin-top: 0;
}
.details-body .main-sections__featured-companies {
  background-color: #F8F9F9;
  margin-top: -10px !important;
}

.subscribe__description {
  font-size: 16px;
}
.subscribe__description a {
  font-size: 14px;
}
.subscribe__description .subscribe__title,
.subscribe__description h3 {
  margin-top: 0;
}
.subscribe__description > div {
  line-height: 26px;
}
@media all and (max-width: 767px) {
  .subscribe__description {
    width: 100%;
    margin-right: 0;
  }
}
.subscribefription__text {
  padding: 0 10px 0 20px;
  line-height: 26px;
  color: #a4a4a4;
}

.search-header {
  background-size: 100%;
}

.widget__text-block {
  padding-top: 30px;
  padding-bottom: 20px;
}

.widgets__container img {
  max-width: 100%;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.posts-list {
  margin-bottom: 70px;
  margin-top: 60px;
}
.posts-list .listing-item__logo {
  float: none;
  padding-right: 20px;
  padding-top: 30px;
}
.posts-list .listing-item__logo .media-object {
  max-width: 125px;
  max-height: 125px;
}

.static-pages__blog .social-share {
  display: block;
}

.listing-item__blog .listing-item__title a {
  display: block;
}

.blog__content--image {
  margin: 15px 0 40px;
}
.blog__content--date {
  position: relative;
  margin: 0 25px 10px 0;
  font-weight: 500;
}
.blog__content--date:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
  position: relative;
  top: 2px;
  background: url("../images/icon-calendar.svg") no-repeat;
  background-size: contain;
  margin-right: 2px;
}
.blog__content div,
.blog__content ol,
.blog__content li,
.blog__content ul,
.blog__content p {
  line-height: 1.7;
}
.blog__content h1,
.blog__content h2,
.blog__content h3,
.blog__content h4 {
  padding: 40px 0 30px;
  margin: 0;
}

#disqus_thread {
  margin-top: 55px;
}

.blog .banner--right {
  float: none;
}
.blog h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.blog .blog-items-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.blog .blog-items-list.empty-categories .listing-item__blog {
  -webkit-flex: 1 0 31%;
  flex: 1 0 31%;
  margin: 0 1% 30px;
}
@media (max-width: 992px) {
  .blog .blog-items-list.empty-categories .listing-item__blog {
    -webkit-flex: 1 0 45%;
    flex: 1 0 45%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 550px) {
  .blog .blog-items-list.empty-categories .listing-item__blog {
    -webkit-flex: 1 0 96%;
    flex: 1 0 96%;
    margin: 0 2% 30px;
  }
}
.blog .listing-item__blog {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  -webkit-flex: 1 0 45%;
  flex: 1 0 45%;
  vertical-align: top;
  border-radius: 6px;
  padding: 0;
  margin: 0 2% 30px;
  position: relative;
  overflow: hidden;
}
.blog .listing-item__blog:last-of-type {
  margin-bottom: 30px !important;
}
.blog .listing-item__blog:hover {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 550px) {
  .blog .listing-item__blog {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 0 30px;
  }
}
.blog .listing-item__blog .listing-item__desc {
  max-height: inherit;
  height: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-right: 0;
}
.blog .listing-item__blog .blog__content--date {
  margin-right: 20px;
}
.blog .listing-item__blog .blog__content--comment a,
.blog .listing-item__blog .blog__content--date {
  font-size: 14px;
  font-weight: 300;
  color: #B7B7BB;
}
.blog .listing-item__blog .blog__content--comment a:before,
.blog .listing-item__blog .blog__content--date:before {
  display: none;
}
.blog .listing-item__blog .media-top.listing-item__logo {
  width: 100%;
  height: 155px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.blog .listing-item__blog .media-top.listing-item__logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .blog .listing-item__blog .media-top.listing-item__logo {
    display: block;
  }
}
.blog .listing-item__blog .media-body {
  padding: 0;
  margin-bottom: 14px;
  width: 100%;
  height: 358px;
  display: block;
  overflow: hidden;
}
.blog .listing-item__blog .media-body__in {
  padding: 18px 20px;
}
.blog .listing-item__blog .media-body .listing-item__title a {
  color: #2D3E50;
  margin-top: 0;
  line-height: 27px;
}
.blog .listing-item__blog .media-body .listing-item__title a:hover {
  color: #62D1A7;
}
.blog .listing-item__blog .listing-item__read-more {
  padding: 0 20px 36px 20px;
}
.blog .listing-item__blog .listing-item__read-more a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}
.blog .listing-item__blog .listing-item__read-more a:focus, .blog .listing-item__blog .listing-item__read-more a:hover {
  color: #62D1A7;
  opacity: 0.6;
}
.blog .listing-item__blog-empty {
  box-shadow: none !important;
}
.blog__categories {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  top: 0;
}
.blog__categories.refine-search__block {
  background: none;
  padding: 0;
  box-shadow: none;
}
.blog__categories.refine-search__block h4 {
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
}
.blog__categories.refine-search__block .blog__categories__list .refine-search__item {
  line-height: normal;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
}
.blog__categories.refine-search__block .blog__categories__list .refine-search__item:hover {
  background: none;
  color: #62D1A7;
}
.blog__categories.refine-search__block .blog__categories__list .refine-search__item .refine-search__value {
  padding: 6px 22px 6px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  font-size: 16px;
  height: 22px;
  line-height: 10px;
}
.blog__categories.refine-search__block .blog__categories__list .refine-search__item.active .refine-search__value {
  background-color: #62D1A7;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog__categories__list--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog__categories__list--mobile {
    display: none;
  }
}
.blog__categories__list select {
  width: 96%;
  height: 40px;
  margin: 0 2%;
}
@media (max-width: 767px) {
  .blog__categories h4 {
    display: none;
  }
}
.blog__full-article h1 {
  text-align: center;
  text-transform: none;
  font-size: 36px;
  line-height: 36px;
  margin: 40px auto 10px;
  max-width: 700px;
  border-bottom: 0;
  word-wrap: break-word;
}
.blog__full-article .static-pages__blog {
  padding-top: 20px;
  margin-bottom: 70px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4 !important;
  color: rgba(0, 0, 0, 0.5);
}
.blog__full-article .static-pages__blog .blog__content div,
.blog__full-article .static-pages__blog .blog__content p {
  margin: 0 0 20px;
  line-height: 32px;
}
.blog__full-article .blog__content--date {
  display: inline-block;
  margin-right: 20px;
}
.blog__full-article .blog__content--comment {
  display: inline-block;
}
.blog__full-article .blog__content--comment a {
  font-size: 14px;
  font-weight: 300;
  color: #B7B7BB;
}
.blog__full-article__breadcrumb {
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
}
.blog__content--date {
  position: relative;
  margin: auto;
  font-weight: 300;
  padding-bottom: 20px;
  color: #b3b3b3;
  font-size: 14px;
}
.blog__content--date:before {
  display: none;
}
.blog__content--image {
  text-align: center;
}
.blog__content--image img {
  border-radius: 6px;
  box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
}

.section .blog h4 {
  color: #2D3E50;
}
.section .blog__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  clear: both;
}
.section .blog__list .listing-item__blog {
  -webkit-flex: 1 0 31%;
  flex: 1 0 31%;
  margin: 0 1% 30px;
}
.section .blog__list .listing-item__blog-empty {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .section .blog__list .listing-item__blog {
    -webkit-flex: 1 0 45%;
    flex: 1 0 45%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 550px) {
  .section .blog__list .listing-item__blog {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 0 30px;
  }
}
.section .blog.posts-list {
  margin-top: 80px;
}
.section .blog .load-more:active, .section .blog .load-more:focus, .section .blog .load-more:active:focus {
  background: rgba(166, 166, 166, 0.12);
  line-height: 50px;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-col .blog__list .listing-item__blog {
  -webkit-flex: 1 0 45%;
  flex: 1 0 45%;
  margin: 0 2% 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-col .blog__list .listing-item__blog {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 0 30px;
  }
}

.sidebar-col .blog__list {
  padding-bottom: 20px;
}
.sidebar-col .blog__list .listing-item__blog {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 0 0 30px;
}
.sidebar-col .blog.posts-list {
  margin-top: 40px;
}
.sidebar-col .blog.posts-list .listing__title {
  font-size: 20px;
}
.sidebar-col .blog__content--comment {
  display: block;
  margin-top: 3px;
}
.sidebar-col .posts-list {
  margin-bottom: 40px !important;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.checkout-container {
  max-width: 700px;
  margin: 0 auto;
}
.checkout-container .sidebar {
  margin-bottom: 40px;
  margin-top: 50px;
}

.checkout {
  padding: 0 15px 70px;
  width: 100%;
}
.checkout .alert {
  margin-left: 15px !important;
  margin-top: 0 !important;
}
@media all and (max-width: 767px) {
  .checkout .alert {
    width: calc(100% - 30px);
    max-width: none !important;
  }
}
@media all and (min-width: 991px) {
  .checkout {
    padding-right: 64px;
  }
}
@media all and (min-width: 767px) {
  .checkout {
    width: calc(100% - 306px);
  }
}
.checkout-sidebar__title {
  font-size: 16px;
}
.checkout-message {
  padding: 45px 30px 65px;
  color: rgba(44, 61, 80, 0.7);
  background: #fff;
  border-radius: 6px;
  margin: 60px auto 80px;
}
.checkout-message .form-group:last-child {
  margin-bottom: 0;
}
.checkout-message .listing-item .media-right {
  padding-top: 30px;
}
.checkout-message .listing-item .media-right > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-message .listing-item .media-body {
  text-align: left;
}
.checkout-product__title {
  max-width: 75%;
  display: inline-block;
  padding-right: 10px;
}
.checkout-product__price {
  max-width: 25%;
  display: inline-block;
}
.checkout-sidebar__first-free {
  font-style: italic;
}
.checkout-sidebar__first-free, .checkout-sidebar__discount {
  color: #a94442;
}
.checkout-sidebar__split {
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
  margin-bottom: 15px;
}
.checkout-sidebar__delete-discount {
  background: url("../images/icon-delete.svg") no-repeat 0 0;
  background-size: 16px 17px;
  display: inline-block;
  width: 16px;
  height: 17px;
  position: relative;
  top: 4px;
}
.checkout .form-group .form-control__discount-code {
  width: 67%;
  border-right: none;
}
@media all and (max-width: 767px) {
  .checkout .form-group .form-control__discount-code {
    width: calc(100% - 120px);
  }
}

.payment-proceed--preloader {
  position: relative;
  height: 150px;
}
.payment-proceed--preloader:after {
  content: "";
  position: absolute;
  z-index: 10;
  -moz-animation: loading-animation 0.9s linear infinite;
  -webkit-animation: loading-animation 0.9s linear infinite;
  -o-animation: loading-animation 0.9s linear infinite;
  -ms-animation: loading-animation 0.9s linear infinite;
  animation: loading-animation 0.9s linear infinite;
  background: url("../images/preloader.svg") no-repeat center;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}

.invoice-container {
  background-color: #fff;
  box-shadow: none;
}
@media all and (min-width: 993px) {
  .invoice-container {
    margin-bottom: 90px;
  }
}

.invoices {
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  padding-top: 0;
}
.invoices table {
  width: 80%;
  margin: 0 10% 30px;
  box-sizing: border-box;
}
.invoices th {
  color: rgba(44, 61, 80, 0.4);
  padding: 20px;
  white-space: nowrap;
}
.invoices td {
  padding: 20px;
}
.invoices tr {
  border-bottom: 1px solid #ededed;
}
.invoices .status--paid,
.invoices .status--verified {
  color: #83ca4e;
}
.invoices .status--unpaid,
.invoices .status--pending {
  color: #ff6a50;
}
@media all and (max-width: 680px) {
  .invoices table {
    margin: 0;
  }
  .invoices th:first-child,
  .invoices th:last-child,
  .invoices td:first-child,
  .invoices td:last-child {
    display: none;
  }
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.product-items-wrapper {
  max-width: 1058px;
  margin: 0 auto 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media all and (max-width: 991px) and (min-width: 680px) {
  .product-items-wrapper {
    max-width: 692px;
  }
}
@media all and (max-width: 680px) {
  .product-items-wrapper {
    width: 100%;
    text-align: center;
  }
}

.product-item-wrap {
  -webkit-flex: 0 1 326px;
  -ms-flex: 0 1 326px;
  flex: 0 1 326px;
  width: 326px;
}
@media all and (min-width: 992px) {
  .product-item-wrap:nth-child(3n) {
    -webkit-flex: 0 1 286px;
    -ms-flex: 0 1 286px;
    flex: 0 1 286px;
    width: 286px;
  }
  .product-item-wrap:nth-child(3n) .product-item {
    margin-right: 0;
  }
}
@media all and (max-width: 992px) and (min-width: 680px) {
  .product-item-wrap:nth-child(2n) {
    -webkit-flex: 0 1 286px;
    -ms-flex: 0 1 286px;
    flex: 0 1 286px;
    width: 286px;
  }
  .product-item-wrap:nth-child(2n) .product-item {
    margin-right: 0;
  }
}
@media all and (max-width: 641px) {
  .product-item-wrap {
    margin: 0 auto 40px;
    padding-right: 0;
    float: none;
    -webkit-flex: 0 1 286px;
    -ms-flex: 0 1 286px;
    flex: 0 1 286px;
    width: 286px;
  }
  .product-item-wrap .product-item {
    margin-right: 0;
  }
}

.product-item {
  background: #fff;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-bottom: 125px;
  position: relative;
  text-align: initial;
  height: calc(100% - 40px);
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.product-item:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}
.product-item__content {
  overflow: hidden;
}
.product-item__title, .product-item__price {
  font-weight: bold;
  margin-bottom: 19px;
  text-align: center;
}
.product-item__title {
  margin-top: 0;
  padding-top: 5px;
  text-transform: capitalize;
  font-size: 16px;
}
.product-item__price {
  color: #2D3E50;
  background: url("../images/dashed.png") repeat-x 0 0;
  padding-top: 19px;
  font-size: 24px;
}
.product-item__description {
  color: rgba(44, 61, 80, 0.7);
  padding-bottom: 20px;
  min-height: 140px;
}
.product-item .form {
  position: absolute;
  bottom: 19px;
  left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.product-item .form .form-group {
  margin-bottom: 15px;
}
.product-item .form .form-group:last-child {
  margin-bottom: 0;
}
.product-item img {
  max-width: 100%;
}
.product-item.product-item__recurring {
  padding-bottom: 159px;
}

.products-widgets .container {
  width: auto;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* START:My Account
 *********************************************************************************/
.my-account-title {
  margin-bottom: 40px;
}

.my-applications-title {
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #2D3E50;
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.my-account-list {
  padding: 0 0 60px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .my-account-list:before, .my-account-list:after {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .my-account-list:before {
    z-index: 9;
    background: -webkit-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    left: -10px;
  }
}
@media all and (max-width: 767px) {
  .my-account-list:after {
    right: -10px;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
  }
}
.my-account-list .nav-pills {
  clear: both;
  border: none;
  text-align: center;
  border-bottom: 1px solid rgba(44, 61, 80, 0.2);
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1px;
}
.my-account-list .nav-pills > li {
  float: none;
  display: inline-block;
  margin-right: 55px;
}
.my-account-list .nav-pills > li.active > a:hover,
.my-account-list .nav-pills > li.active > a:focus,
.my-account-list .nav-pills > li.active > a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: #2D3E50;
  border: none;
  border-bottom: 2px solid;
  padding: 0 0 20px 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.my-account-list .nav-pills > li > a:hover,
.my-account-list .nav-pills > li > a:focus,
.my-account-list .nav-pills > li > a {
  margin-bottom: -1px;
  background: transparent;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: rgba(44, 61, 80, 0.4);
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 20px 0;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.my-account-list .nav-pills > li > a:hover:hover,
.my-account-list .nav-pills > li > a:focus:hover,
.my-account-list .nav-pills > li > a:hover {
  color: rgba(44, 61, 80, 0.8);
}
.my-account-list .nav-pills > li > a:hover:hover .label,
.my-account-list .nav-pills > li > a:focus:hover .label,
.my-account-list .nav-pills > li > a:hover .label {
  background-color: rgba(44, 61, 80, 0.8);
}
.my-account-list .nav-pills > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 640px) {
  .my-account-list .nav-pills > li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-account-list .nav-pills > li:last-child {
    margin-right: 20px;
  }
}
.my-account-list .label {
  background-color: rgba(44, 61, 80, 0.4);
  padding: 0.1em 0.4em 0.1em 0.4em;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.my-account-list .active .label {
  background-color: #2D3E50;
}
.my-account-list .active a:hover label {
  background-color: rgba(44, 61, 80, 0.8);
}

.my-account-listings {
  padding-left: 0;
  padding-right: 60px;
  margin-bottom: 70px;
}
@media all and (min-width: 991px) {
  .my-account-listings.my-account-listings-full.my-account-resumes {
    width: calc(100% - 306px);
  }
}
@media all and (min-width: 767px) {
  .my-account-listings.my-account-listings-full {
    margin: 0 auto 70px;
    float: none;
    padding-right: 15px;
  }
}
.my-account-listings .alert {
  max-width: none !important;
  width: 100%;
  float: left;
  margin-top: 20px !important;
}
@media all and (max-width: 767px) {
  .my-account-listings {
    padding-left: 0;
    padding-right: 0;
  }
}
.my-account-listings .listing-item {
  padding: 20px 40px;
}
@media all and (max-width: 767px) {
  .my-account-listings .listing-item {
    padding: 20px 15px;
  }
}
.my-account-listings .has-left-postings {
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 0 10px 0;
  margin: 0;
}
@media all and (max-width: 480px) {
  .my-account-listings .has-left-postings {
    padding-bottom: 16px;
  }
}
.my-account-listings .form-group__btn {
  display: inline-block;
  float: right;
}
.my-account-listings .form-group__btn::after {
  content: "";
  clear: both;
  display: block;
}
@media all and (max-width: 480px) {
  .my-account-listings .form-group__btn {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
}
.my-account-listings .listings-action {
  padding: 10px 0 0 0;
  color: #ebebeb;
}
.my-account-listings .listings-action--activate, .my-account-listings .listings-action--edit {
  color: #419dd4;
}
.my-account-listings .listings-action--delete {
  color: #ff735b;
}
.my-account-listings .listing-item__info--item {
  font-weight: 500;
  color: rgba(62, 62, 62, 0.3);
}
.my-account-listings .listing-item__info {
  font-size: 14px;
  color: rgba(62, 62, 62, 0.3);
  position: relative;
}
.my-account-listings .listing-item__info--item.listing-item__info--item-date {
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 10px;
}
.my-account-listings .listing-item__info--item.listing-item__info--item-date.last-info-item {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.my-account-listings .listing-item__info--item-date,
.my-account-listings .listing-item__info--item-location {
  float: none;
  display: inline-block;
}
.my-account-listings .listing-item__info--item-date:before,
.my-account-listings .listing-item__info--item-location:before {
  display: none;
}
@media all and (max-width: 480px) {
  .my-account-listings .listing-item__info--item-date,
  .my-account-listings .listing-item__info--item-location {
    text-align: left;
  }
}
.my-account-listings .listing-item__info--item-date {
  margin-bottom: 8px;
}
@media all and (max-width: 480px) {
  .my-account-listings .listing-item__info--item:last-child {
    margin-bottom: 8px;
  }
}
.my-account-listings .listing-item .media-right {
  padding-left: 0;
  padding-right: 0;
  min-width: 200px;
}
.my-account-listings .listing-item .media-right.visible-xs-480 {
  display: none;
}
.my-account-listings .listing-item.listing-item__resumes:first-of-type {
  margin-top: 20px;
}
.my-account-listings .listing-item__expired {
  color: rgba(62, 62, 62, 0.3);
}
.my-account-listings .listing-item__expired .label {
  background-color: rgba(62, 62, 62, 0.3);
}

.my-account-products,
.dashboard-items__item {
  background: #fff;
  border: none;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
}
.my-account-products h4,
.dashboard-items__item h4 {
  text-align: center;
}
.my-account-products .contract-list,
.dashboard-items__item .contract-list {
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #ededed;
}
.my-account-products .contract-list:first-of-type,
.dashboard-items__item .contract-list:first-of-type {
  border-top: none;
}
.my-account-products .contract-list--name,
.dashboard-items__item .contract-list--name {
  color: #565656;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.my-account-products .contract-list--listing-count, .my-account-products .contract-list--expires, .my-account-products .contract-list--purchased,
.dashboard-items__item .contract-list--listing-count,
.dashboard-items__item .contract-list--expires,
.dashboard-items__item .contract-list--purchased {
  color: #9a9a9a;
}

#applicants-list {
  padding: 0 15px;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  #applicants-list {
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  #applicants-list .listing-item__date {
    margin-bottom: 10px;
  }
}
#applicants-list .listings-application-info--item {
  position: relative;
  padding-right: 10px;
  margin: 0 10px 10px 0;
  font-weight: 500;
  display: inline-block;
  float: left;
  border-right: 1px solid #ebebeb;
}
#applicants-list .listings-application-info--item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#applicants-list .listings-application-info--item:after, #applicants-list .listings-application-info--item:before {
  display: none;
}

.details-body__left.applicants {
  margin: 0 auto;
  float: none;
  padding: 0;
}
@media all and (max-width: 991px) {
  .details-body__left.applicants {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .details-body__left.applicants form {
    margin: 0 -15px;
  }
}
.details-body__left.applicants .title__primary {
  padding: 0;
  margin-bottom: 5px;
}

#editListingForm.form {
  width: 100%;
  max-width: 100%;
}

.edit-listing--action {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .edit-listing--action {
    width: 100%;
  }
}
.edit-listing--action .form-group__btns {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.edit-listing--action .btn, .edit-listing--action .social-registration__imis {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 9px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.edit-listing--form {
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 0;
}
.edit-listing--form .form-group:not(.form-group__complex) {
  font-size: 14px;
}
@media (max-width: 768px) {
  .edit-listing--form {
    width: 100%;
    padding-right: 0;
  }
}
.edit-listing--form .form-group__btns {
  margin-bottom: 45px !important;
}

#message-modal .modal-footer {
  border-top: none;
}

.btn__back.view-applicants-back, .btn__back.edit-listing-back {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .btn__back.view-applicants-back {
    float: none;
  }
}

@media (min-width: 1200px) {
  .dashboard.my-account-listings.my-account-listings-full {
    width: 865px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-items {
  position: relative;
  clear: both;
}
@media (min-width: 1200px) {
  .dashboard-items {
    display: flex;
    flex-flow: row wrap;
    margin-left: -50px;
  }
}
.dashboard-items__item {
  display: inline-block;
  color: #565656;
  padding: 30px;
  text-align: left;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin: 30px 0 0 0;
}
@media (min-width: 1200px) {
  .dashboard-items__item {
    width: 235px;
    margin: 30px 0 0 50px;
  }
}
.dashboard-items__item h2,
.dashboard-items__item h5 {
  margin: 0 50px 0 0;
  font-weight: normal;
}
.dashboard-items__item i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
.dashboard-items__item--posted {
  width: 43px;
  height: 39px;
  background: url("../images/posted.svg") no-repeat;
}
.dashboard-items__item--views {
  width: 44px;
  height: 29px;
  background: url("../images/job_views.svg") no-repeat;
}
.dashboard-items__item--apps {
  width: 50px;
  height: 41px;
  background: url("../images/applications.svg") no-repeat;
}
.dashboard-items__item--clicks {
  width: 43px;
  height: 49px;
  background: url("../images/apply_clicks.svg") no-repeat;
}
.dashboard-items__item--rate {
  width: 43px;
  height: 47px;
  background: url("../images/apply_rate.svg") no-repeat;
}
.dashboard__dropdown button {
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  min-width: 255px;
}
.dashboard__dropdown button img {
  margin-top: 3px;
  margin-left: -10px;
}
.dashboard__dropdown .caret {
  position: absolute;
  margin-top: 8px;
  right: 15px;
}
.dashboard__dropdown .period-selector__label {
  margin-left: 10px;
}
.dashboard__dropdown .dropdown-menu {
  z-index: 1000;
}
.dashboard__form .ui-datepicker-trigger {
  top: 18px;
}

.jobs-filter__keywords {
  padding-right: 26px;
}

.clear-search {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 11px;
  height: 11px;
  background: url("../images/cross-icon.svg") no-repeat;
  cursor: pointer;
}

.my-applications.my-account-listings .listing-item__info--item-location:before {
  content: "";
  display: inline-block;
}

.quick-actions {
  opacity: 0;
  float: right;
  transition: all 0.3s ease-in-out;
}
.quick-actions a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #363636;
  margin-left: 10px;
  font-weight: 500;
}
.quick-actions a:hover {
  color: #496481;
}
@media (max-width: 992px) {
  .quick-actions {
    opacity: 1;
    float: none;
    clear: left;
    margin-top: 5px;
  }
  .quick-actions a {
    margin-left: 0;
    margin-right: 10px;
  }
}

.sub-account__item,
.my-account-listings .listing-item__jobs:hover {
  background-color: #fafafa;
}
.sub-account__item .quick-actions,
.my-account-listings .listing-item__jobs:hover .quick-actions {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.form__company-users {
  margin-bottom: 75px;
}
.form__company-users .sub-account__item {
  padding: 20px 40px;
  border-bottom: 1px solid #EBECF1;
  background-color: transparent;
}
@media (max-width: 992px) {
  .form__company-users .sub-account__item {
    padding: 15px;
  }
}

.form__subcompany .sub-account__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px 10px 0;
}
.form__subcompany .sub-account__item > div {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.form__subcompany .sub-account__item > div label {
  margin: 5px 5px 5px 10px;
  font-weight: normal;
}
.form__subcompany a[data-target="#sub-company-create"] {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.modal-lg {
  max-width: none !important;
}

.my-listings {
  margin-bottom: 70px;
}

.jobs-filters {
  margin: 10px 0 40px;
}
@media (min-width: 993px) {
  .jobs-filters .btn-group {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .jobs-filters .btn-group .btn, .jobs-filters .btn-group .social-registration__imis {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 640px) {
  .jobs-filters .btn-group .btn, .jobs-filters .btn-group .social-registration__imis {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.membership-switcher {
  margin-bottom: 40px;
}

.jobs-filters .form-group,
.membership-switcher .form-group {
  padding-left: 0;
}
@media (max-width: 992px) {
  .jobs-filters .form-group,
  .membership-switcher .form-group {
    padding-right: 0;
  }
  .jobs-filters .form-group:last-child,
  .membership-switcher .form-group:last-child {
    text-align: center;
  }
}
.jobs-filters input.form-control::-ms-clear,
.membership-switcher input.form-control::-ms-clear {
  display: none;
}
.jobs-filters__filter .btn, .jobs-filters__filter .social-registration__imis,
.jobs-filters .btn-group .btn,
.jobs-filters .btn-group .social-registration__imis,
.membership-switcher__filter .btn,
.membership-switcher__filter .social-registration__imis,
.membership-switcher .btn-group .btn,
.membership-switcher .btn-group .social-registration__imis {
  min-width: initial;
  width: auto;
  padding-bottom: 14px;
  padding-top: 16px;
}

.banner {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.banner > div {
  display: inline-block;
}
.banner--bottom, .banner--top {
  text-align: center;
  padding: 0 15px;
  min-height: 90px;
  height: auto;
  max-height: 180px;
}
.banner--bottom > a, .banner--top > a {
  display: inline-block;
}
.banner--bottom img, .banner--top img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
@media all and (max-width: 767px) {
  .banner--bottom, .banner--top {
    display: none;
  }
}
.banner--top {
  margin: 20px 0;
}
.banner--bottom {
  margin-bottom: 30px;
}
.banner--listing-details {
  margin-bottom: 130px;
}
.banner--right {
  float: right;
  text-align: center;
  width: 210px;
  max-height: 1200px;
  height: 100%;
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  .banner--right {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .banner--right.banner--company-profile {
    display: none;
  }
}
.banner--inline {
  max-width: 100%;
  max-height: 500px;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.banner--inline > a,
.banner--inline img {
  display: inline-block;
}
.banner--inline img {
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
@media all and (max-width: 767px) {
  .banner--inline {
    display: none;
  }
}

.sidebar.with-banner {
  padding-top: 80px;
}
.sidebar .banner--right {
  float: none;
  margin: 30px auto 0;
}
@media all and (max-width: 767px) {
  .sidebar .banner--right {
    display: none;
  }
}

.listing-results.bottom_banner .details-body__left.job-preview,
.listing-results.bottom_banner .job-preview.sidebar {
  margin-bottom: 50px;
}

.container--small {
  position: relative;
}
.container--small.with-banner {
  min-height: 720px;
  margin-bottom: 30px;
}
@media all and (min-width: 1200px) {
  .container--small.with-banner {
    width: 1170px;
    max-width: 1130px;
  }
}
@media all and (min-width: 992px) {
  .container--small .with-banner__wrapper {
    width: calc(100% - 230px);
    float: left;
  }
  .container--small .with-banner__wrapper .applicants {
    width: 100%;
  }
  .container--small .with-banner__wrapper .edit-listing--form {
    width: 73%;
  }
  .container--small .with-banner__wrapper .edit-listing--action {
    width: 190px;
  }
  .container--small .with-banner__wrapper .edit-listing--action .form-group__btns {
    padding-left: 0;
    padding-right: 0;
  }
  .container--small .with-banner__wrapper .edit-listing--action .form-group__btns .btn, .container--small .with-banner__wrapper .edit-listing--action .form-group__btns .social-registration__imis {
    margin-right: 0;
    margin-left: 0;
  }
}
@media all and (min-width: 991px) {
  .container--small .with-banner__wrapper .my-account-listings.my-account-listings-full {
    width: 100%;
  }
}
.container--small .banner--right {
  margin-top: 25px;
  margin-bottom: 25px;
}
.container--small .banner--right.banner--edit-profile {
  top: 220px;
}
@media all and (max-width: 991px) {
  .container--small .banner--right {
    display: none;
  }
}

@media all and (min-width: 991px) {
  .with-banner__companies .details-body__search {
    width: calc(100% - 125px);
    float: left;
  }
}
.with-banner__companies .search-results__top {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 991px) {
  .with-banner__companies .search-results__top,
  .with-banner__companies .search-results__companies {
    max-width: 665px;
  }
}
@media all and (max-width: 991px) {
  .with-banner__companies .search-results__top,
  .with-banner__companies .search-results__companies {
    max-width: 670px;
  }
}
@media all and (min-width: 991px) {
  .with-banner__companies .results__companies {
    text-align: center;
  }
}
@media all and (min-width: 991px) {
  .with-banner__companies .featured-company {
    float: none;
  }
}
@media all and (min-width: 991px) {
  .with-banner__companies .search-results__companies .featured-company:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 991px) {
  .with-banner__companies .search-results__companies .featured-company:nth-child(3) {
    margin-top: 13px;
    margin-right: 26px;
  }
}
@media all and (min-width: 991px) {
  .with-banner__companies .search-results__companies .featured-company:nth-child(2n+3) {
    margin-right: 26px;
  }
}
@media all and (max-width: 656px) {
  .with-banner__companies .featured-company {
    margin-right: 0;
  }
}

.right-banner {
  float: right;
}
.right-banner .banner--right {
  position: static;
  float: none;
}
@media all and (min-width: 767px) {
  .right-banner .banner--right {
    display: block;
  }
}

@media all and (max-width: 991px) {
  .details-body__search .banner {
    display: none;
  }
}

@media all and (min-width: 991px) {
  .listing__featured .listing__title.with-banner, .listing__latest .listing__title.with-banner {
    width: calc(100% - 135px);
    padding-right: 15px;
  }
}
.listing__featured .banner--right, .listing__latest .banner--right {
  margin-top: -55px;
}

@media all and (min-width: 1120px) {
  .with-banner__products {
    width: 100% !important;
  }
}

@media (max-width: 1120px) {
  .product-items-wrapper.with-banner {
    float: none;
    width: calc(100% - 135px);
  }
}
@media (max-width: 992px) {
  .product-items-wrapper.with-banner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-items-wrapper.with-banner {
    float: none;
  }
}
@media (min-width: 992px) {
  .product-items-wrapper.with-banner {
    float: none;
  }
}
.product-items-wrapper.with-banner .product-item-wrap {
  -webkit-flex: 0 1 296px;
  -ms-flex: 0 1 296px;
  flex: 0 1 296px;
  width: 296px;
}
.product-items-wrapper.with-banner .product-item-wrap .product-item {
  margin-right: 40px;
}
@media (max-width: 582px) {
  .product-items-wrapper.with-banner .product-item-wrap .product-item {
    margin-right: 0;
  }
}
@media (min-width: 1201px) {
  .product-items-wrapper.with-banner .product-item-wrap:nth-child(3n) {
    -webkit-flex: 0 1 256px;
    -ms-flex: 0 1 256px;
    flex: 0 1 256px;
    width: 256px;
  }
  .product-items-wrapper.with-banner .product-item-wrap:nth-child(3n) .product-item {
    margin-right: 0;
  }
}
@media (min-width: 582px) and (max-width: 1200px) {
  .product-items-wrapper.with-banner .product-item-wrap:nth-child(3n) {
    -webkit-flex: 0 1 296px;
    -ms-flex: 0 1 296px;
    flex: 0 1 296px;
    width: 296px;
  }
  .product-items-wrapper.with-banner .product-item-wrap:nth-child(3n) .product-item {
    margin-right: 40px;
  }
  .product-items-wrapper.with-banner .product-item-wrap:nth-child(2n) {
    -webkit-flex: 0 1 256px;
    -ms-flex: 0 1 256px;
    flex: 0 1 256px;
    width: 256px;
  }
  .product-items-wrapper.with-banner .product-item-wrap:nth-child(2n) .product-item {
    margin-right: 0;
  }
}

.design * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.design .navbar,
.design .product-items-wrapper,
.design .static-pages,
.design .refine-search,
.design .quick-search,
.design .alert__block-form {
  pointer-events: none;
}
.design .widgets__container .btn--primary {
  background-color: #6772e5;
  border-color: #6772e5;
  color: #fff;
  min-width: 80px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.design .widgets__container .btn--primary:hover, .design .widgets__container .btn--primary:focus {
  background-color: #0286c2;
  border-color: #015276;
  color: #fff;
}
.design .widgets__container .round_button {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: #6772e5;
  padding: 0 0 0 0;
  min-width: 50px;
}
.design .widgets__container .round_button:before {
  content: "";
  width: 4px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -9px 0 0 -2px;
}
.design .widgets__container .round_button:after {
  content: "";
  width: 18px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -2px 0 0 -9px;
}
.design .widgets__container .widget-settings .modal-dialog {
  max-width: none;
}
.design .widgets__container .widget-settings iframe {
  width: 100%;
  height: 70vh;
}
.design .widgets__container .section {
  position: relative;
  min-height: 80px;
}
.design .widgets__container .section.hidden-contents {
  transition: all 0.3s ease-in-out;
}
.design .widgets__container .section > * {
  pointer-events: none;
}
.design .widgets__container .section[data-type]:hover::after, .design .widgets__container .section[data-type=listing_search_list]::after {
  content: "";
  border: 3px solid #6772e5;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  pointer-events: none;
}
.design .widgets__container .section:hover .section__menu,
.design .widgets__container .section:hover .section__add, .design .widgets__container .section[data-type=listing_search_list] .section__menu,
.design .widgets__container .section[data-type=listing_search_list] .section__add {
  display: block;
}
.design .widgets__container .section--empty::after {
  content: "";
  border: 3px dashed #6772e5;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  pointer-events: none;
}
.design .widgets__container .section--empty:hover .section__menu {
  display: none;
}
.design .widgets__container .section__menu {
  pointer-events: all;
  z-index: 9;
  position: absolute;
  top: 5px;
  left: 30px;
  font-size: 0;
  display: none;
}
.design .widgets__container .section__menu .glyphicon {
  padding: 10px;
  color: #fff;
  margin: 0 1px;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  background-color: #6772e5;
  cursor: pointer !important;
}
.design .widgets__container .section__menu .glyphicon:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.design .widgets__container .section__menu .glyphicon:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.design .widgets__container .section__menu .glyphicon:last-child {
  border-right: none;
}
.design .widgets__container .section__add {
  pointer-events: all;
  display: none;
  position: absolute;
  text-align: center;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 21;
}
.design .widgets__container.editable-only .glyphicon-remove,
.design .widgets__container.editable-only .glyphicon-move,
.design .widgets__container.editable-only .section__add {
  display: none !important;
}
.design .widgets__container.editable-only .glyphicon-edit {
  border-right: none;
  border-radius: 4px;
}
.design .widgets__container.available-widgets .section__add--widget {
  display: none;
}
.design .widgets__container.available-widgets.search_form .section__add--widget.search_form {
  display: block;
}
.design .widgets__container.available-widgets.featured_companies .section__add--widget.featured_companies {
  display: block;
}
.design .widgets__container.available-widgets.text .section__add--widget.text {
  display: block;
}
.design .widgets__container.available-widgets.job_list .section__add--widget.job_list {
  display: block;
}
.design .widgets__container.available-widgets.backfill .section__add--widget.backfill {
  display: block;
}
.design .widgets__container.available-widgets.browse_by_section .section__add--widget.browse_by_section {
  display: block;
}
.design .widgets__container.available-widgets.job_alert_form .section__add--widget.job_alert_form {
  display: block;
}
.design .widgets__container.available-widgets.html .section__add--widget.html {
  display: block;
}
.design .widgets__container.available-widgets.blog_posts .section__add--widget.blog_posts {
  display: block;
}
.design .widgets__container .dropdown-menu {
  margin: 0 !important;
  min-width: 300px;
  left: -120px;
  border: none;
}
.design .widgets__container .dropdown-menu li {
  border-bottom: 1px solid #f6f7f8;
  margin: 0;
}
.design .widgets__container .dropdown-menu li a {
  padding: 13px 20px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #868686;
  text-decoration: none;
}
.design .widgets__container .dropdown-menu li.divider {
  display: none;
}
.design .widgets__container .dropdown-menu li.disabled a {
  font-weight: 500;
  font-size: 18px;
}
.design .widgets__container .dropdown-menu li:last-child {
  border: none;
}
.design .sortable-ghost.hidden-contents {
  border: 2px dashed #6772e5 !important;
  background: #fff !important;
  max-height: 15px !important;
  min-height: 15px !important;
  box-shadow: 2px 2px 2px #ccc;
  margin: 3px;
  transition: all 0.1s ease-in-out !important;
}
.design .sortable-drag {
  background-color: #fff !important;
  opacity: 0.9 !important;
  box-shadow: 2px 2px 2px #ccc;
  height: auto !important;
}
.design .sortable-drag .section__menu,
.design .sortable-drag .section__add {
  display: none !important;
}

.hidden-contents > * {
  display: none;
}

.modal-open .applicants {
  overflow-x: hidden !important;
}

.container--small.full-applicants {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container--small.full-applicants .applicants {
  text-align: center;
  width: calc(100vw - 60px);
  margin-left: auto;
  margin-right: auto;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container--small.full-applicants .applicants::before, .container--small.full-applicants .applicants::after {
  content: "";
  margin: auto;
  display: block;
}
@media (max-width: 480px) {
  .container--small.full-applicants .applicants {
    width: calc(100vw - 20px);
  }
}

.applicants {
  overflow-x: auto;
  margin-bottom: 15px;
  width: 100%;
  white-space: nowrap;
}
.applicants * {
  white-space: normal;
}
.applicants .ui-state-highlight {
  min-height: 50px;
  margin-bottom: 15px;
}

.application-details__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.application-details__right-item {
  display: block;
}
.application-details__right-item-notes {
  border: 1px solid #b8b8b8;
  padding: 10px;
  border-radius: 0;
  margin-top: 10px;
}
.application-details__right-item-notes .update-notes.btn-progress span {
  opacity: 0.1;
}
.application-details__right-item a.btn, .application-details__right-item a.social-registration__imis {
  border: 1px solid #62D1A7;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #62D1A7;
  border-radius: 0 !important;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 9px 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.application-details__right-item a.btn:hover, .application-details__right-item a.social-registration__imis:hover {
  color: #4ecb9c;
  background: #ecf9f4;
  text-decoration: none;
}
.application-details__right-item__file {
  text-decoration: none;
}
.application-details__right-item__file:before {
  content: "";
  background: url("../images/icon-resume-file.svg") no-repeat left;
  width: 18px;
  height: 20px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
.application-details__right-item__linkedin {
  text-decoration: none;
}
.application-details__right-item__linkedin:before {
  content: "";
  background: url("../images/icon-linkedin-logo.svg") no-repeat left;
  width: 18px;
  height: 20px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
.application-details__right-item__contact {
  text-decoration: none;
  font-weight: normal;
}
.application-details__right-item__contact:before {
  vertical-align: middle !important;
  top: 1px !important;
  margin-right: 20px;
  margin-left: 10px;
}
.application-details__right-item__notes {
  margin-bottom: 10px;
}
.application-details__right-item__notes:before {
  content: "";
  background: url("../images/icon-notes.svg") no-repeat left;
  width: 20px;
  height: 20px;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
.application-details__modal .results,
.application-details__modal .sidebar {
  display: none;
}
.application-details__modal .modal-dialog {
  max-width: none;
}
.application-details__modal .modal-dialog .modal-content {
  padding: 0;
  overflow: hidden;
}
.application-details__modal .modal-dialog .modal-body {
  padding: 0;
}
.application-details__modal .details-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.application-details__modal .details-header,
.application-details__modal .details-content {
  padding: 15px 15px 0 15px;
}
.application-details__modal h3.details-body__title {
  font-size: 20px;
}
.application-details__modal .col-sm-8 {
  width: 70.666667%;
  padding-right: 25px;
}
.application-details__modal .col-sm-4 {
  width: 29.333333%;
}
.application-details__modal .col-sm-6 .application-details__right {
  margin-top: 40px;
  margin-bottom: 40px;
}
.application-details__modal .details-body__item-date {
  display: block;
}
@media (min-width: 768px) and (max-width: 992px) {
  .application-details__modal .col-sm-8 {
    width: 59.666667%;
  }
  .application-details__modal .col-sm-4 {
    width: 40.333333%;
  }
}
@media (max-width: 768px) {
  .application-details__modal .col-sm-4,
  .application-details__modal .col-sm-8 {
    width: 100%;
  }
}
.application-details__modal .details-body__left {
  width: 100%;
  padding-right: 0;
}
.application-details__modal textarea {
  border-radius: 3px;
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
  background: #fafafa;
  resize: none;
  margin-bottom: 5px;
  padding: 10px;
}
.application-details__modal textarea:focus {
  border: 1px solid #62D1A7;
  box-shadow: none;
  outline: none;
}
.application-details__modal select {
  color: #fff;
  background-color: #62D1A7;
  border: 2px solid #d8f4e9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: -3px;
}
.application-details__modal select:focus {
  outline: none;
}
.application-details__modal .listing-item__info--item-email:before {
  content: "";
  background: url("../images/icon-envelope-white.svg") no-repeat 0 0;
  width: 18px;
  height: 13px;
  background-size: contain;
  display: inline-block;
}
.application-details__modal .listing-item__info--item-phone:before {
  content: "";
  background: url("../images/icon-phone-white.svg") no-repeat 0 0;
  width: 18px;
  height: 13px;
  background-size: contain;
  display: inline-block;
}
.application-details__modal .details-body__item-date:before {
  content: "";
  background: url("../images/icon-calendar.svg") no-repeat 0 0;
  width: 18px;
  height: 13px;
  background-size: contain;
  display: inline-block;
}
.application-details__cover-letter {
  white-space: pre-line;
}
.application-details__fields {
  margin-bottom: 80px;
}
.application-details__fields div:not(.tooltip) {
  color: rgba(0, 0, 0, 0.5);
}
.application-details__resume .details-header {
  background-color: inherit;
  padding-left: 0;
}
.application-details__resume .details-header * {
  color: rgba(44, 61, 80, 0.7);
}
.application-details__resume .details-header .job-type {
  clear: both;
}
.application-details__resume .details-header .listing-item__info {
  float: none;
}
.application-details__resume .details-header .listing-item__info--item {
  color: #7f7f7f;
  font-weight: 500;
}
.application-details__resume .details-header .job-type__value {
  border-color: #d6d4d2;
}
.application-details__resume .details-header__title {
  display: none;
}
.application-details__resume .details-header .listing-item__info--item-company:before {
  background-image: url(../images/icon-company.svg) !important;
  opacity: initial;
}
.application-details__resume .details-header .listing-item__info--item-location:before {
  background-image: url(../images/icon-marker.svg) !important;
  opacity: initial;
}
.application-details__resume .details-header .listing-item__info--item-date:before {
  background-image: url(../images/icon-calendar.svg) !important;
  opacity: initial;
}
.application-details__resume .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100% !important;
}
.application-details__resume .details-body__content {
  padding-left: 0;
}
.application-details__resume .details-body__content .complex-block > div > p {
  margin-top: 10px;
}
.application-details__right {
  margin-bottom: 20px;
  margin-top: 20px;
}
.application-details__right .profile__info-list__item {
  border: none;
  padding: 10px 0;
}
.application-details__right-item--file {
  padding-bottom: 10px;
}

.details-header .job-seeker__image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
  border: 3px solid #fff;
}
@media (max-width: 768px) {
  .details-header .job-seeker__image {
    margin-bottom: 0;
  }
}
.details-header .job-seeker__image .profile__image {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.details-header__left {
  width: 125px;
  margin: 15px;
  float: left;
}
@media (max-width: 640px) {
  .details-header__left {
    float: none;
    margin: 0 auto;
  }
}
.details-header__right {
  margin-left: 15px;
  width: calc(100% - 170px);
  float: left;
}
@media (max-width: 640px) {
  .details-header__right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.details-header .listing-item__info--item {
  font-weight: 400;
  font-size: 14px;
}
.details-header .listing-item__info--item a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
  font-size: 14px;
}
.details-header .listing-item__info--item:last-child {
  margin-bottom: 0;
}
.details-header__title {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .details-header__title {
    margin-top: 10px;
  }
}
.details-header__right .listing-item__info {
  margin-bottom: 20px;
  float: none;
}
.details-header .update-notes {
  padding: 1px 5px;
  min-width: 75px;
}
.details-header .listing-item__info--item--status:before {
  width: 16px;
}
.details-header .listing-item__info--item--status.in-progress select {
  opacity: 0.4;
}
.details-header .listing-item__info--item--status.in-progress:after {
  border-left-color: #fff;
  border-right-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: calc(50% + 9px);
  top: 10px;
}

.applicant-status {
  background-color: #eee;
  border-radius: 6px;
  padding: 10px 10px 0 10px;
  margin: 15px 15px 0 0;
  vertical-align: top;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 232px;
  text-align: left;
}
.applicant-status__cards {
  flex: 1 1 auto;
  min-height: 100px;
  padding-bottom: 10px;
}
.applicant-status__header .count {
  color: rgba(62, 62, 62, 0.3);
}

.applicant-card .ui-sortable-helper {
  margin-bottom: 10px;
}
.applicant-card .profile__img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50px;
  margin-bottom: 0;
}
.applicant-card .well {
  cursor: move;
  padding: 0;
  background: #fff;
  border: none;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
}
.applicant-card .media-body {
  max-width: 155px;
  vertical-align: middle;
}
.applicant-card .media-heading a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.applicant-card__media {
  margin: 10px;
}
.applicant-card__media .media-left {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-right: 0;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.applicant-card__media .media-body {
  padding-left: 10px;
  display: inline-block;
  max-width: 125px;
}
.applicant-card__comment {
  background: url("../images/icon-notes.svg") #eaeaea no-repeat 9px 9px;
  padding: 7px 10px 10px 40px;
  max-height: 43px;
}
.applicant-card__comment .small {
  color: #9c9c9c;
  display: block;
  font-weight: 300;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
}
.applicant-card .listing-item__title {
  margin-bottom: 3px;
}
.applicant-card .listing-item__title .app-track-link {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.applicant-card .listing-item__title .app-track-link a {
  margin-top: 0;
}
.applicant-card .listing-item__date {
  font-weight: 500;
  margin-bottom: 0;
}

.contact-modal .modal-header {
  padding: 0;
}
.contact-modal .modal-header .modal-title {
  padding-left: 30px;
  padding-right: 30px;
}
.contact-modal .modal-body {
  padding: 0;
}
.contact-modal .modal-body .form-group {
  margin-left: 0;
  margin-right: 0;
}
.contact-modal textarea {
  background: #fafafa;
  border: 1px solid rgba(44, 62, 80, 0.4);
  border-radius: 5px;
  width: 100%;
  height: 90px;
  padding: 10px;
}
.contact-modal textarea:focus {
  border: 1px solid #62D1A7;
  box-shadow: none;
  outline: none;
}

#application-redirects-modal .modal-dialog {
  max-width: none;
}
#application-redirects-modal .modal-dialog .application-redirects-container .row {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
#application-redirects-modal .modal-dialog .application-redirects-container .row:first-child {
  border-top: none;
}

.application-match--thumb {
  margin-top: 5px;
}
.application-match--thumb .candidate-match {
  border: none;
  padding: 0;
  margin: 0;
}
.application-match--thumb .candidate-match__top {
  padding: 0;
  font-size: 14px;
}
.application-match--thumb .candidate-match__top .single-chart {
  margin: 0 10px 0 5px;
}

@media (min-width: 1200px) {
  #application-redirects-modal .modal-dialog.modal-lg {
    max-width: 1200px;
    width: 1200px;
  }
}

@media all and (min-width: 992px) {
  .application-redirects-container .row {
    display: flex;
    align-items: center;
  }
}
.application-details__modal .candidate-match {
  margin-top: 20px;
}

@font-face {
  font-family: "footer-social";
  src: url("../fonts/footer-social.eot?fxg2qk");
  src: url("../fonts/footer-social.eot?fxg2qk#iefix") format("embedded-opentype"), url("../fonts/footer-social.ttf?fxg2qk") format("truetype"), url("../fonts/footer-social.woff?fxg2qk") format("woff"), url("../fonts/footer-social.svg?fxg2qk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}

body {
  background: #fff;
  padding-right: 0 !important;
  min-width: 300px;
  -webkit-overflow-scrolling: touch;
}
@media all and (min-width: 767px) {
  body {
    display: table;
    width: 100%;
  }
}

a {
  color: #62D1A7;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #89ddbd;
  text-decoration: none;
}

@media all and (min-width: 767px) {
  .page-row {
    display: table-row;
    height: 1px;
  }
  .page-row-expanded {
    height: 100%;
  }
}
.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.well {
  border-radius: 0;
  border: none;
}

.complex-block:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
}
.complex-block .listing-item__desc {
  padding: 0;
  height: auto;
}

.paragraph {
  margin-bottom: 15px;
}
.paragraph:last-child {
  margin-bottom: 0;
}

.modal {
  padding-right: 0 !important;
}

.modal-dialog {
  max-width: 510px;
  margin: 10px auto;
}
.modal-dialog button.close {
  width: 16px;
  height: 16px;
  right: 8px;
  background: url("../images/icon-modal-close.svg") no-repeat 0 0;
  background-size: 12px;
  top: 16px;
  opacity: 1;
}
.modal-dialog .modal-content {
  padding: 40px 45px;
}
@media all and (max-width: 510px) {
  .modal-dialog .modal-content {
    padding: 15px;
  }
}
.modal-dialog .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-title {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin: 0 -15px;
}
.modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-dialog .form > .form-group:last-child {
  margin-bottom: 0;
}

.confirm-delete .modal-body {
  padding: 15px 0;
}

.container {
  max-width: 1005px;
}
.container--small {
  margin-top: 40px;
}
.container--small .alert {
  max-width: 685px;
  margin: 20px auto;
}
@media all and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

.link {
  color: #62D1A7;
  cursor: pointer;
}
.link:focus, .link:hover {
  color: #89ddbd;
}

.login-help .link {
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}

.visible-xs-480 {
  display: none !important;
}
@media all and (max-width: 480px) {
  .visible-xs-480 {
    display: block !important;
  }
}

@media all and (max-width: 480px) {
  .hidden-xs-480 {
    display: none !important;
  }
}

.notes {
  color: rgba(44, 62, 80, 0.7);
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.notes a {
  font-weight: 600;
  text-decoration: underline;
}
.notes a:hover {
  text-decoration: none;
  color: #89ddbd;
}

.cloud {
  max-width: 700px;
  margin: 0 auto 45px;
  width: 100%;
  padding: 19px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
}
@media all and (max-width: 767px) {
  .cloud {
    margin-bottom: 35px;
    padding: 35px 15px;
  }
}
.cloud .btn, .cloud .social-registration__imis {
  margin-top: 15px;
}

.static-content__title {
  margin-bottom: 40px;
}

.static-pages {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}
.static-pages p {
  line-height: 24px;
}
.static-pages__blog {
  margin-bottom: 70px;
}
.static-pages a {
  color: #62D1A7;
}
.static-pages img {
  max-width: 100%;
  height: auto !important;
}
.static-pages td {
  padding: 0 15px;
}
.static-pages .form .form-group__btns {
  margin-bottom: 0;
}
.static-pages__wrapper > .container:last-child {
  margin-bottom: 70px;
}
.static-pages__contact {
  margin-top: 0;
}

.flash-messages {
  padding: 0 15px;
}

.main-sections.main-sections__alert.container {
  padding-left: 30px;
  padding-right: 30px;
}

.main-sections__featured-companies.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.main-sections__featured-companies.container li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 888px) {
  .main-sections__featured-companies.container li {
    width: 49%;
  }
}
@media all and (max-width: 768px) {
  .main-sections__featured-companies.container li {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .main-sections__featured-companies.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-sections__jobs-by--wrapper .main-sections__jobs-by {
  margin-bottom: 30px;
}
.main-sections__jobs-by--wrapper.container {
  padding-left: 30px;
  padding-right: 30px;
}
.main-sections__jobs-by--wrapper.container .browse-by__list li {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}
.main-sections__jobs-by--wrapper.container .browse-by__list li:nth-child(3n-1), .main-sections__jobs-by--wrapper.container .browse-by__list li:nth-child(3n+3) {
  margin-left: 6%;
}
@media all and (max-width: 888px) {
  .main-sections__jobs-by--wrapper.container .browse-by__list li {
    width: 49%;
    margin: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .main-sections__jobs-by--wrapper.container .browse-by__list li {
    width: 100%;
  }
}

.main-col .widgets__container .section:first-of-type .main-sections {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .main-col {
    width: 70%;
  }
  .main-col .container:not(.widget__text-block) {
    padding-left: 0;
    padding-right: 0;
  }
  .main-col .container {
    width: 100%;
  }
  .main-col .main-sections__featured-companies.container,
  .main-col .main-sections__jobs-by--wrapper.container {
    max-width: inherit;
    width: inherit;
    padding: 0;
  }
  .main-col .main-sections__featured-companies.container .main-sections__jobs-by,
  .main-col .main-sections__jobs-by--wrapper.container .main-sections__jobs-by {
    width: 100%;
  }
  .main-col .browse-by__list li:nth-child(3n-1), .main-col .browse-by__list li:nth-child(3n+3) {
    margin-left: 0 !important;
  }
  .main-col .browse-by__list li:nth-child(1n) {
    display: inline-block;
    width: 42%;
  }
  .main-col .browse-by__list li:nth-child(2n) {
    display: inline-block;
    width: 42%;
    margin-left: 9% !important;
  }
  .main-col .quick-search .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .main-col .quick-search .form-group__btn {
    width: 25%;
  }
  .main-col .quick-search .form-group__input {
    width: 35%;
  }
  .main-col .featured-companies .featured-company {
    display: inline-block;
    width: 48%;
  }
  .main-col .featured-companies .featured-company:nth-child(2n) {
    margin-left: 3%;
  }
  .main-col .featured-companies .featured-company .featured-companies__name {
    width: 210px;
  }
  .main-col .main-sections.listing__latest .container,
  .main-col .main-sections.listing__featured .container {
    max-width: inherit;
    width: 100%;
  }
  .sidebar-col {
    width: 30%;
  }
}
@media all and (max-width: 768px) {
  .main-col .featured-companies__name {
    width: 140px !important;
  }
}
.sidebar-col {
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .sidebar-col .featured-companies__name {
    width: 90px;
  }
}
.sidebar-col .container {
  max-width: inherit;
  width: 100%;
}
.sidebar-col .container:before {
  display: none;
}
.sidebar-col .main-banner {
  height: auto;
}
.sidebar-col .main-banner__head {
  margin-top: 10px;
}
.sidebar-col .quick-search {
  height: auto;
}
.sidebar-col .quick-search__wrapper {
  margin-top: 0;
}
.sidebar-col .quick-search__frontpage {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .sidebar-col .quick-search__frontpage {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .sidebar-col .quick-search__frontpage .has-location {
    margin-top: 0;
  }
}
.sidebar-col .quick-search .form-group__input {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar-col .quick-search .form-group__btn {
  width: 100%;
}
@media all and (max-width: 767px) {
  .sidebar-col .main-banner__head {
    margin-top: 0 !important;
  }
}
.sidebar-col .main-sections {
  margin-bottom: 30px;
  margin-top: 0;
}
.sidebar-col .main-sections__featured-companies.container li {
  width: 100% !important;
}
.sidebar-col .main-sections__alert.container,
.sidebar-col .main-sections__featured-companies.container,
.sidebar-col .main-sections__jobs-by--wrapper.container {
  max-width: inherit;
  width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-col .main-sections__featured-companies.container .main-sections__jobs-by,
.sidebar-col .main-sections__jobs-by--wrapper.container .main-sections__jobs-by {
  width: 100%;
}
.sidebar-col .main-sections__featured-companies.container .main-sections__jobs-by .browse-by__list li,
.sidebar-col .main-sections__jobs-by--wrapper.container .main-sections__jobs-by .browse-by__list li {
  width: 100% !important;
  margin: 0 !important;
}

@media all and (max-width: 420px) {
  .main-col .main-banner__head {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.social-registration {
  margin: 30px 0;
  text-align: center;
}
.social-registration__buttons {
  display: block;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
.social-registration__buttons a {
  margin-left: auto;
  margin-right: auto;
}
.social-registration__buttons a:not(:last-child) {
  margin-bottom: 5px;
}
.social-registration__linkedin {
  background: url("../images/linkedin/Sign-In-Large---Default.png") no-repeat;
  background-size: contain;
  width: 215px;
  height: 41px;
  display: block;
  line-height: 40px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-size: 14px;
  padding-left: 41px;
  color: #fff !important;
  text-decoration: none !important;
}
.social-registration__linkedin :hover {
  background-image: url("../images/linkedin/Sign-In-Large---Hover.png");
}
.social-registration__linkedin :active {
  background-image: url("../images/linkedin/Sign-In-Large---Active.png");
}
.social-registration__facebook {
  text-decoration: none;
  background: linear-gradient(#4c69ba, #3b55a0);
  width: 215px;
  display: block;
  color: #fff;
  line-height: 41px;
  border-radius: 3px;
}
.social-registration__facebook:before {
  content: "";
  width: 30px;
  height: 28px;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
  background: url("../images/facebook-logo__white.svg") no-repeat;
  background-size: contain;
}
.social-registration__facebook:hover, .social-registration__facebook:focus {
  background-image: linear-gradient(#5b7bd5, #4864b1);
  color: #fff;
  text-decoration: none;
}
.social-registration__google, .social-registration__membership {
  width: 215px;
  display: block;
  color: #757575;
  line-height: 41px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 6px;
  text-decoration: none;
}
.social-registration__google:before, .social-registration__membership:before {
  content: "";
  width: 30px;
  height: 28px;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
  background: url("../images/google-logo.svg") no-repeat;
  background-size: contain;
}
.social-registration__google:hover, .social-registration__google:focus, .social-registration__membership:hover, .social-registration__membership:focus {
  text-decoration: none;
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
  color: #757575;
}
.social-registration__membership:before {
  display: none;
}
.social-registration__imis {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  height: 40px;
}

.relative {
  position: relative;
}

.widget__text-block-wrapper {
  margin-bottom: 30px;
}
.widget__text-block-wrapper .main-sections {
  margin-bottom: 0;
}

.listing-item__logo a:hover {
  color: #62D1A7;
}

.image__fallback {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-transform: uppercase;
}

.gallery .image {
  width: 230px;
  height: 230px;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallery .image img {
  object-fit: cover;
  width: 100%;
  max-width: 230px;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery .image {
    width: 100%;
    text-align: center;
  }
}

.gallery-type {
  position: relative;
}
@media (max-width: 767px) {
  .gallery-type {
    text-align: center;
  }
}
.gallery-type .slide {
  display: block;
  float: left;
  overflow: hidden;
  vertical-align: top;
  margin: 0 20px 20px 0;
  position: relative;
  width: 175px;
  height: 175px !important;
  overflow: initial;
}
.gallery-type .slide-preview {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.gallery-type .slide-preview:hover {
  cursor: move;
}
.gallery-type .slide.new, .gallery-type .slide.error {
  cursor: pointer;
  background-color: #cfcfcf;
  height: 180px;
  vertical-align: top;
  position: relative;
}
.gallery-type .slide.new a,
.gallery-type .slide.new .slide-preview, .gallery-type .slide.error a,
.gallery-type .slide.error .slide-preview {
  display: none;
}
.gallery-type .slide.new .slide__new, .gallery-type .slide.error .slide__new {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 16px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}
.gallery-type .slide.new .slide__new:before, .gallery-type .slide.error .slide__new:before {
  content: "";
  width: 32px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: 0 auto;
}
.gallery-type .slide.new .slide__new:after, .gallery-type .slide.error .slide__new:after {
  content: "";
  width: 32px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  transform: rotate(90deg);
  margin: 0 auto;
}
.gallery-type .slide.new .slide__new span, .gallery-type .slide.error .slide__new span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.gallery-type .slide.new:hover, .gallery-type .slide.error:hover {
  opacity: 0.85;
}
.gallery-type .slide.new .js_slide-new, .gallery-type .slide.error .js_slide-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.gallery-type .slide.error {
  background-color: rgba(169, 68, 66, 0.1);
  overflow: hidden;
}
.gallery-type .slide.error .slide__new {
  color: #a94442;
}
.gallery-type .slide.error .slide__new:before {
  transform: rotate(45deg);
  background-color: #a94442;
}
.gallery-type .slide.error .slide__new:after {
  transform: rotate(-45deg);
  background-color: #a94442;
}
.gallery-type .slide.error .slide-preview {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-type .slide:not(.new, .error) .js_slide-new,
.gallery-type .slide:not(.new, .error) .slide__new {
  display: none;
}
.gallery-type a {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
  font-size: 22px !important;
  font-family: Arial, sans-serif;
  color: #a94442;
  text-decoration: none;
}

@keyframes loading-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
body {
  font-family: "Open Sans", sans-serif;
}

.link,
a {
  color: #62D1A7;
}

.main-banner {
  overflow: hidden;
}
.main-banner__head {
  margin-top: 70px;
}
@media all and (max-width: 420px) {
  .main-banner__head {
    margin-top: 50px;
  }
}
.main-banner__head h1 {
  font-family: "Roboto Slab", sans-serif;
}
.main-banner__head h1, .main-banner__head-text {
  padding-bottom: 16px;
  font-weight: 300;
  color: #fff;
}
.main-banner__head p, .main-banner__head-description {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
}

.featured-companies__title {
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
  margin: 0;
  padding: 40px 25px;
  border-bottom: 1px solid #E5E5E5;
}
.featured-companies__name {
  font-size: 16px;
}
.featured-companies__jobs {
  font-size: 14px;
  color: #8ba4be;
  padding: 4px 0 0 0;
}

.middle-banner {
  height: 340px;
  background: #62D1A7 url("../images/post-a-job.svg") no-repeat 50% 50%;
  margin-top: 45px;
}
.middle-banner__block--wrapper > div:last-child {
  display: none;
}

.secondary-banner {
  border: 1px solid #62D1A7;
  padding: 25px 25px 40px 25px;
  margin: -30px -15px -20px -15px;
}
.secondary-banner h3 {
  margin: 0;
  padding: 15px 0 20px;
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
}
.secondary-banner div {
  color: #2D3E50;
  margin-bottom: 20px;
}
.secondary-banner .btn__yellow {
  width: 100%;
}

.listing__title {
  font-weight: 400;
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif !important;
  margin-bottom: 35px;
}

.listing__featured .listing__title {
  color: #2D3E50;
  padding-left: 10px;
}

.listing__latest .listing__title,
.main-sections__backfill .listing__title {
  color: #2D3E50;
  padding-left: 10px;
}

.listing__featured .listing-item,
.listing__latest .listing-item {
  border-bottom: 1px solid #eaebed;
}
@media all and (min-width: 991px) {
  .listing__featured .listing-item,
  .listing__latest .listing-item {
    margin: 0 auto 20px;
  }
}

.listing-item__date {
  color: rgba(45, 62, 80, 0.6);
}
.listing-item__info {
  color: rgba(45, 62, 80, 0.6);
  font-size: 12px;
}
.listing-item__info--item-education:before {
  background-image: url("../images/icon-education.svg");
  background-size: 100%;
  width: 30px;
  height: 24px;
  margin-top: -10px;
}
.listing-item__info--item-location:before {
  background-image: url("../images/icon-marker.svg");
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  top: 3px;
  opacity: 0.2;
}
.listing-item__info--item-employment-type:before {
  background-image: url("../images/icon-employment-type.svg");
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  top: 2px;
  margin-right: 5px;
}
.listing-item__info--item-date:before {
  background-image: url("../images/icon-calendar.svg");
  background-size: contain;
}
.listing-item__info--item-company:before {
  background-image: url("../images/icon-company.svg");
}
.listing-item__info--item-companies-jobs:before {
  background-image: url("../images/icon-companies-jobs.svg");
}
.listing-item__info--item-companies-jobs span {
  color: #62D1A7;
}
.listing-item__info--item-website:before {
  background-image: url("../images/icon-website-light.svg");
  background-size: 16px;
  opacity: 0.2;
}
.listing-item__info--item-website a {
  font-size: 14px;
  color: #57B5F9;
  font-weight: 100;
  text-transform: lowercase;
  text-decoration: underline;
}
.listing-item__info--item-website a:hover {
  text-decoration: none;
}
.listing-item__info--item-salary-range {
  font-size: 14px;
  font-weight: 300;
  color: rgba(44, 61, 80, 0.7);
  margin-top: -3px;
  margin-bottom: 10px;
}
.listing-item--item-date:before {
  background-image: url("../images/icon-calendar.svg");
  background-size: contain;
}
.listing-item__desc, .listing-item__fields {
  color: rgba(45, 62, 80, 0.6);
}

.load-more:focus,
.load-more:active,
.load-more {
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 0;
  line-height: 40px;
  color: #62D1A7;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.load-more:focus:hover,
.load-more:active:hover,
.load-more:hover {
  color: #4ecb9c;
  background: #ecf9f4;
}

.view-all__btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 0;
  line-height: 50px;
  color: #62D1A7;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.view-all__btn:hover {
  color: #4ecb9c;
  background: #ecf9f4;
}
@media (max-width: 767px) {
  .view-all {
    margin-bottom: 40px;
  }
}

.subscribe__description .subscribe__title,
.subscribe__description h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto Slab", sans-serif;
  color: #2D3E50;
  margin: 0;
  padding: 25px;
  word-wrap: break-word;
}
.subscribe__description p {
  padding-left: 25px;
  padding-right: 25px;
}
.subscribe__description > div {
  padding: 0 10px 0 20px;
  color: #a4a4a4;
}
.subscribe__description > div:first-of-type {
  padding: 10px 20px;
  background: #ecf6fb;
  margin-bottom: 25px;
  color: #000;
}

.alert {
  border-radius: 0;
}
.alert__form__input .form-control,
.alert__form__input button.ui-multiselect {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #F2F2F2;
  border-radius: 0;
}
.alert__form__input .btn, .alert__form__input .social-registration__imis {
  width: 100%;
}

.footer {
  background-color: #25323F;
  padding: 30px 0 20px;
}
.footer__follow-us {
  text-align: left !important;
}
.footer ul li {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-nav__link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

/* Inner */
.search-header {
  height: 110px;
  opacity: 0.7;
  background-size: 100%;
}

.display-item .search-header {
  background: #F4F5F6;
  height: 80px;
  -webkit-box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
  -mz-box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
  -moz-box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
  box-shadow: 0 1px 0 0 rgba(212, 214, 215, 0.5);
}
@media all and (max-width: 767px) {
  .display-item .search-header {
    height: auto;
    background: none;
    padding: 0;
  }
}

.refine-search__item {
  color: rgba(44, 62, 80, 0.7);
}
.refine-search__item:hover {
  color: rgba(44, 62, 80, 0.7);
}
.refine-search__count {
  color: #62D1A7;
}
.refine-search .badge {
  background-color: #62D1A7;
  text-decoration: none;
}
.refine-search .profile-matches {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.less-more__btn {
  color: #62D1A7;
  font-weight: 600;
  font-size: 18px;
  text-transform: lowercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: underline;
}
.less-more__btn:focus, .less-more__btn:hover {
  color: #89ddbd;
  text-decoration: none;
}

.details-header__title {
  font-weight: 300;
}

.details-body__content .complex-block .listing-item__info, .details-body__content.content-text {
  font-size: 14px;
  color: rgba(44, 62, 80, 0.7);
  line-height: 22px;
}
.details-body:not(.details-body__job), .details-body:not(.details-body__resume) {
  margin-bottom: 50px;
}
.details-body-info__resume {
  margin-bottom: 50px;
}

.static-pages,
.context-text {
  color: rgba(0, 0, 0, 0.5);
}

.static-pages .social-share__title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding-right: 10px;
}

.form .form-label {
  color: rgba(44, 62, 80, 0.7);
}
.form .ui-multiselect {
  border-radius: 0;
  background: #F8F9F9;
  color: #2D3E50;
  border-color: #F2F2F2;
}

.form-control {
  background-color: #F8F9F9;
}
.form-control:focus {
  border: 1px solid #62D1A7;
  box-shadow: none;
}

.checkout-message__payment-instructions {
  margin-top: 45px;
}

.main-sections__backfill .search-results {
  position: relative;
}
.main-sections__backfill .loading:before,
.main-sections__backfill .loading:after {
  position: absolute;
}
.main-sections__backfill .backfilling__from {
  display: block;
  margin-bottom: 50px;
  margin-left: 10px;
}

.sidebar-col .main-sections__backfill .listing-item__logo {
  display: none;
}

.table-responsive {
  border: none;
}

.alert__form-resume {
  display: inline-block;
  padding: 0;
  float: right;
  background: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .alert__form-resume {
    float: none;
    display: block;
    margin-top: 15px;
  }
}
.alert__form-resume label {
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
}

.save-job {
  float: right;
}
.save-job:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-mask: url("../images/bookmark-regular.svg") no-repeat center;
  mask: url("../images/bookmark-regular.svg") no-repeat center;
  background-color: #d8d8d8;
}
.save-job:hover:before {
  background-color: #62D1A7;
}
.save-job__saved:before {
  -webkit-mask: url("../images/bookmark-solid.svg") no-repeat center;
  mask: url("../images/bookmark-solid.svg") no-repeat center;
  background-color: #62D1A7;
}

@media (min-width: 767px) {
  .listing-item__jobs .save-job:before {
    right: -20px;
  }
}
.listing-item__title .label {
  font-weight: initial;
  padding: 1px 0.4em;
  text-transform: lowercase;
}

.saved-job__delete {
  color: #000;
  font-weight: 500;
  position: relative;
  bottom: -10px;
  width: 100%;
  display: inline-block;
}
.saved-job__delete:hover {
  color: #496481;
}
.saved-job__date {
  display: block;
  float: none;
}
.saved-job__date::before {
  background-image: url("../images/icon-calendar.svg");
}

@media (min-width: 767px) {
  .saved-job__date {
    display: inline-block;
  }
}
iframe {
  max-width: 100%;
}

embed {
  max-width: 100%;
}