@media only screen and (min-width: 1200px) {
  .blue-bg.with-image .container.box-carousel {
    width: 1000px;
    margin: 0 auto;

  }

  .blue-bg.with-image .box-carousel  .right-col {
    margin-left: -32px;
  }
}


.footer-map {
  background-position: center bottom;
}

@media only screen and (max-width: 767px) {
  img.left-margin-text {
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 120px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .footer-map {
    background-position: left bottom;
    background-size: 100% auto;
    background-color: #08344B;
  }

  img.left-margin-text {
      margin-left: 50px;
      margin-bottom: 30px;
  }
}

h1.no-clear, h2.no-clear, h3.no-clear, h4.no-clear, h5.no-clear {
  clear: none;
}

.wpcf7-form span.wpcf7-list-item {
  position: relative;
  margin-left: 0;
}

.wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label:before  {
  left: 0;
  z-index: 1;
}


.wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label:after  {
  left: 4px;
  background-color: #D11E00;
  z-index: 1;
}


.wpcf7-form span.wpcf7-list-item + span.wpcf7-list-item {
  margin-top: 5px;
}


.wpcf7-form span.wpcf7-list-item input[type="checkbox"] {
  left: 0;
  opacity: 0;
  margin: 0;
  height: 100%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {

.wpcf7-submit {
  background-color: #efefef !important;
  color: #08344B !important;
}

.search-bar span {
  color: #ffffff;
  padding: 0 4px;
}

}

.saved-jobs-link {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.saved-jobs-link.active {
  opacity: 1;
}

.saved-jobs-sep {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.saved-jobs-sep.active {
  opacity: 1;
}