#cxm.cxm.ats_applications .employer_logo {
  max-width: 100%;
}
#cxm.cxm.apply_pipeline #photo-strip {
  margin: 0;
}
#cxm.cxm .cxm p.powered-by {
  color: #434343;
  font-size: 12px;
  margin: 0;
}
#cxm.cxm .cxm p.powered-by a {
  color: #434343;
}
#cxm.cxm .career-links li {
  font-size: 20px;
  margin-bottom: 5px;
}
#cxm.cxm .dropdown-menu {
  background-color: #00233F;
  color: white;
  padding: 0.5rem;
  width: 200px;
}
#cxm.cxm .dropdown-menu li {
  padding: 3px;
  margin-bottom: 5px;
}
#cxm.cxm .dropdown-menu li ::after {
  display: none;
}
#cxm.cxm.employers .jobs-list h4 {
  font-size: 30px;
}
#cxm.cxm.employers .jobs-list ul {
  -moz-columns: 3;
       columns: 3;
}
#cxm.cxm.employers .jobs-list ul li {
  font-size: 16px;
}
#cxm.cxm .jobs-list {
  margin-top: 1rem;
}
#cxm.cxm .jobs-list ul {
  margin-bottom: 1rem;
}
#cxm.cxm .resource-card {
  transition: all 0.3s ease-in-out;
  border-radius: 15px 0 15px 0;
}
#cxm.cxm .resource-card .card-img-top {
  transition: all 0.3s ease-in-out;
  border-radius: 15px 0 0 0;
}
#cxm.cxm .resource-card:hover {
  border-radius: 0 15px 0 15px;
}
#cxm.cxm .resource-card:hover .card-img-top {
  border-radius: 0 15px 0 0;
}
#cxm.cxm #photo-strip {
  margin: 1em calc(50% - 50vw);
}
#cxm.cxm #map {
  height: 400px;
}
#cxm.cxm input {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding: 10px 0;
  border-bottom: 1px solid #003e70;
  font-size: 1rem;
}
#cxm.cxm ul {
  list-style: circle;
}
#cxm.cxm ul.social-media {
  margin-bottom: 70px;
}
#cxm.cxm .privary-navigation a {
  color: #fff;
}
#cxm.cxm .privary-navigation a:hover {
  color: #2bcaa1;
}
#cxm.cxm .privary-navigation .privary-navigation__list {
  font-size: 0;
}
#cxm.cxm .privary-navigation .privary-navigation__list > li {
  font-size: 16px;
}
@media (max-width: 992px) {
  #cxm.cxm #job-search-form input {
    margin-bottom: 10px;
  }
}
#cxm.cxm .bs a {
  color: #00AFA0;
}
#cxm.cxm .bs .job-ad ul {
  list-style: inherit;
  margin-left: 1rem;
}
#cxm.cxm .bs .pagination {
  list-style: none;
  justify-content: center;
}
#cxm.cxm .bs .dropdown-toggle::after {
  display: none;
}
#cxm.cxm .bs .action-buttons {
  display: flex;
  flex-wrap: wrap;
  height: unset;
  gap: 0.5rem;
}
#cxm.cxm .bs .btn {
  background-color: #00AFA0;
  color: #00233F;
  padding: 10px 30px;
  display: inline-block;
  zoom: 1;
  line-height: initial;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 15px 0 15px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#cxm.cxm .bs .btn.apply-button {
  height: 40px;
  white-space: nowrap;
}
#cxm.cxm .bs .btn.save-button, #cxm.cxm .bs .btn.saved-button {
  height: 40px;
  white-space: nowrap;
}
#cxm.cxm .bs .btn.share-button {
  margin-left: unset !important;
}
#cxm.cxm .bs .btn:hover {
  border-radius: 0px 15px 0 15px;
}
#cxm.cxm .bs .btn.see-all {
  height: 40px;
}
#cxm.cxm .footer__signup input {
  border-bottom-color: #fff;
}
