.cxm #search_miles-form .input-group-text {
  border-radius: 0;
}
.cxm.jobs .jobs-list ul, .cxm.employers .jobs-list ul {
  list-style: disc !important;
  padding: 0;
  font-size: 14px;
}
.cxm.jobs .jobs-list h6, .cxm.employers .jobs-list h6 {
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}
.cxm.jobs #photo-strip, .cxm.jobs #map, .cxm.employers #photo-strip, .cxm.employers #map {
  margin: 0 calc(50% - 50vw);
}
.cxm.jobs #photo-strip .btn, .cxm.jobs #map .btn, .cxm.employers #photo-strip .btn, .cxm.employers #map .btn {
  padding: 10px 30px 10px 30px;
}
.cxm iframe {
  max-width: 100%;
}
.cxm .filter ul {
  padding: 0;
}
.cxm .js-filter-item {
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.cxm .js-filter-item .option:hover {
  text-decoration: none;
}
.cxm .js-filter-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
  transition: width 0.5s, left 0.5s;
  width: 0;
  left: 50%;
}
.cxm .js-filter-item:hover::after {
  width: 100%;
  left: 0;
}
.cxm .js-filter-item.active {
  border-bottom: 2px solid #000;
}
.cxm .js-filter-item.active::after {
  display: none;
}
.cxm .js-filter-item.active:hover::after {
  display: none;
}
@keyframes expand {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 100%;
    left: 0;
  }
}
.cxm input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.cxm #job-search-form {
  margin-bottom: 3rem;
}
.cxm #job-search-form input {
  width: 100%;
  border: 1px solid #343333;
  height: 49px;
}
@media (max-width: 991px) {
  .cxm #job-search-form input {
    margin-bottom: 1rem;
  }
}
.cxm #job-search-form input[type=text] {
  font-family: Questrial;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-style: normal;
  color: #343333;
  padding: 10px;
}
.cxm #job-search-form input[type=text]::-moz-placeholder {
  color: #484848;
}
.cxm #job-search-form input[type=text]::placeholder {
  color: #484848;
}
.cxm #job-search-form #search-submit {
  vertical-align: unset;
}
.cxm#cxm footer .cxm p.powered-by {
  color: white;
  font-size: 0.7em;
  margin-left: 2rem;
}
.cxm#cxm footer .cxm p.powered-by a {
  color: white;
}
.cxm li {
  list-style-position: inside;
}
.cxm li::before {
  display: none;
}
.cxm #menuContainer {
  z-index: 301;
}
.cxm #menuContainer span {
  color: #fff;
}
.cxm #menuContainer a:hover {
  text-decoration: none;
}
.cxm header {
  z-index: 300;
}
.cxm #default .intro-content .text-center {
  max-width: none;
}
.cxm .bs .floating-employer-card {
  padding: 0;
}
.cxm .bs .form-check-input {
  margin-top: 0.45rem;
}
.cxm .bs figure {
  margin: 0;
}
.cxm #map {
  height: 400px;
}
.cxm .btn {
  font-family: Questrial;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: inherit;
  text-transform: uppercase;
  padding: 10px 30px 10px 30px;
  border-radius: 0px;
  border: 2px solid #013862;
}
.cxm button.apply-button {
  line-height: 0.85rem;
}
@media (max-width: 414px) {
  .cxm button.apply-button {
    padding: 0.375rem 0.5rem;
  }
}
.cxm a.save-button, .cxm a.saved-button, .cxm a.share-button, .cxm button.save-button, .cxm button.saved-button, .cxm button.share-button {
  color: #484848;
  padding: 0.375rem 0.5rem;
}
.cxm a.save-button:hover, .cxm a.saved-button:hover, .cxm a.share-button:hover, .cxm button.save-button:hover, .cxm button.saved-button:hover, .cxm button.share-button:hover {
  color: white;
  background-color: #013862;
}
.cxm footer a {
  color: #fff;
}
.cxm footer .container.footer-copyright-third {
  justify-content: space-around;
}
.cxm footer .footer-container .container .link1 .secondary-navigation ul.secondary-navigation__list {
  padding-left: 0rem;
  width: auto;
}
