#cxm.cxm .home-search-form {
  padding-top: 60px;
}
#cxm.cxm .home-search-form .input-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}
#cxm.cxm .home-search-form .input-wrapper .fa-search, #cxm.cxm .home-search-form .input-wrapper .fa-map-marker {
  position: absolute;
  right: 10px;
  top: 20%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--bs-secondary);
  font-size: 20px;
}
#cxm.cxm .home-search-form input {
  color: white;
  width: 100%;
  border: 0;
  padding: 6px 0 7px;
  display: block;
  min-width: 0;
  background: none;
}
#cxm.cxm .home-search-form input[type=text] {
  border-bottom: 1px solid #00adbb;
  margin-bottom: 3rem;
}
#cxm.cxm .home-search-form input:focus-visible {
  outline: none;
}
#cxm.cxm .home-search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#cxm.cxm .home-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#cxm.cxm .home-search-form #search-submit {
  box-shadow: rgba(10, 10, 10, 0.3) 1px 1px 3px;
  padding: 10px 0px;
  border: 1px solid var(--bs-secondary);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  background: var(--bs-secondary);
  color: white;
  height: 44px;
  font-size: 16px;
  background-color: var(--bs-secondary);
  margin-bottom: 1.5rem;
}
#cxm.cxm .featured-employers {
  position: relative;
}
#cxm.cxm .featured-employers .employer-logo {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 15px;
  width: 92%;
  max-height: 80px;
}
#cxm.cxm .featured-employers .employer-logo img {
  max-height: 50px !important;
}
#cxm.cxm .featured-employers .employer-photo {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  border-radius: 5px;
}
#cxm.cxm .featured-employers .employer-name {
  position: absolute;
  bottom: 2rem;
  width: 80%;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-size: 20px;
}
#cxm.cxm .featured-employers .job-count {
  position: absolute;
  top: 10px;
  right: 25px;
  padding: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
#cxm.cxm .home-header {
  height: 695px;
  background-image: url(//assets.talentronic.com/assets/job_boards/hcareers/home-bg-2f7e33ce90f9fd15e5786421309d2576dcdd02d540623fba7176c0f8124bf526.png);
  background-size: cover;
  background-position: center;
}
#cxm.cxm .home-header h1 {
  font-size: 55px;
  font-weight: 300;
  line-height: 75px;
}
#cxm.cxm .home-header h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 47px;
}
#cxm.cxm .home-header h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 18px;
}
#cxm.cxm .home-header .dark-box {
  padding: 20px 0;
  background-color: #b4c4c7;
  text-align: center;
}
#cxm.cxm .home-header .dark-box h3 span {
  font-weight: 700;
  font-style: italic;
}
#cxm.cxm .home-header .search {
  height: 100%;
  width: 55%;
  background: linear-gradient(180deg, #007481, #005c66);
  color: white;
}
#cxm.cxm .home-header .search .container {
  padding: 60px 100px 0 180px;
}
@media (max-width: 1332px) {
  #cxm.cxm .home-header .search .container {
    padding: 60px 40px;
  }
  #cxm.cxm .home-header h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
  }
  #cxm.cxm .home-header h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 770px) {
  #cxm.cxm .home-header {
    background-color: #fff;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    grid-gap: 0;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 50px 25px;
    box-sizing: border-box;
  }
  #cxm.cxm .home-header .search {
    border-radius: 4px;
    width: 100%;
  }
  #cxm.cxm .home-header .search .container {
    width: 100%;
    padding: 25px;
  }
  #cxm.cxm .home-header h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 34px;
  }
}

#cxm .bs .contact-us-card {
  margin: 5rem 0;
  background-color: white;
}
#cxm .bs .contact-us-card .page-heading {
  font-weight: 300;
  font-size: 25px;
}
#cxm .bs .contact-us-card .sub-heading {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 1rem;
}
#cxm .bs .contact-us-card .contact-info p {
  line-height: 1.8rem;
}

#cxm .bs .about-us-card {
  margin: 5rem 0;
  background-color: white;
}
#cxm .bs .about-us-card h3 {
  font-weight: 300;
  font-size: 25px;
}

#cxm .bs .terms-and-conditions, #cxm .bs .privacy-policy {
  padding: 2rem 0;
}
#cxm .bs .terms-and-conditions .page-heading, #cxm .bs .privacy-policy .page-heading {
  font-weight: 300;
  font-size: 25px;
}
#cxm .bs .terms-and-conditions h2, #cxm .bs .privacy-policy h2 {
  color: rgb(74, 74, 74);
  font-size: 24px;
  line-height: 33px;
  margin-top: 2rem;
}
#cxm .bs .terms-and-conditions h3, #cxm .bs .privacy-policy h3 {
  font-weight: 500;
  font-size: 20px;
}
#cxm .bs .terms-and-conditions h4, #cxm .bs .privacy-policy h4 {
  font-weight: 500;
  font-size: 18px;
}
#cxm .bs .terms-and-conditions p, #cxm .bs .terms-and-conditions li, #cxm .bs .privacy-policy p, #cxm .bs .privacy-policy li {
  color: rgb(123, 122, 123);
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  margin-bottom: 1rem;
}

#cxm.cxm .category-link-button-container {
  width: 100%;
  height: 40px;
  margin: -15px 0px 30px;
  text-align: center;
}
#cxm.cxm .category-link-button-container .category-link-button {
  box-shadow: rgba(10, 10, 10, 0.3) 1px 1px 3px;
  padding: 10px 20px;
  border: 1px solid var(--bs-secondary);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  background: var(--bs-secondary);
  color: white;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--bs-secondary);
  margin: 0px;
}
#cxm.cxm .category-list-container {
  position: relative;
  padding: 2rem 0;
}
#cxm.cxm .category-list-container .category-list {
  list-style: none;
  text-align: center;
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  white-space: nowrap;
  padding: 0;
}
#cxm.cxm .category-list-container .category-list li {
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 1rem 0;
  position: relative;
  white-space: inherit;
}
#cxm.cxm .category-list-container .category-list a {
  border-bottom: 2px solid transparent;
  color: #444444;
  white-space: inherit;
}
#cxm.cxm .category-list-container .category-list a:hover {
  text-decoration: none;
}
#cxm.cxm .category-list-container .category-list li:hover:not(.articles-search-container), #cxm.cxm .category-list-container .category-list li.active {
  border-bottom: 2px solid var(--bs-secondary);
  color: var(--bs-secondary);
}
#cxm.cxm .category-list-container .category-list li:hover:not(.articles-search-container) a, #cxm.cxm .category-list-container .category-list li.active a {
  color: var(--bs-secondary);
}
#cxm.cxm .category-list-container .selected-category {
  display: none;
  margin-bottom: 20px;
}
#cxm.cxm .category-list-container .selected-category .selected-category-label, #cxm.cxm .category-list-container .selected-category .selected-category-name {
  display: flex;
  font-weight: 500;
}
#cxm.cxm .category-list-container .selected-category .selected-category-label {
  width: 35%;
  text-transform: uppercase;
}
#cxm.cxm .category-list-container .selected-category .selected-category-name {
  position: relative;
  width: 65%;
  padding-left: 5px;
  padding-right: 20px;
  border-bottom: 2px solid var(--bs-secondary);
  color: var(--bs-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
#cxm.cxm .category-list-container .selected-category .selected-category-name .fas {
  position: absolute;
  top: 2px;
  right: 5px;
}
#cxm.cxm .category-list-container .selected-category .selected-category-name .fa-x {
  display: none;
  right: 7px;
}
#cxm.cxm .category-list-container .articles-search-form, #cxm.cxm .category-list-container .articles-search-form-mobile {
  position: relative;
}
#cxm.cxm .category-list-container .articles-search-form #what, #cxm.cxm .category-list-container .articles-search-form-mobile #what {
  width: 100%;
  padding-left: 5px;
  padding-right: 35px;
  box-sizing: border-box;
}
#cxm.cxm .category-list-container .articles-search-form #what:focus, #cxm.cxm .category-list-container .articles-search-form-mobile #what:focus {
  outline-color: var(--bs-primary);
}
#cxm.cxm .category-list-container .articles-search-form .fa-search, #cxm.cxm .category-list-container .articles-search-form-mobile .fa-search {
  position: absolute;
  top: 10px;
  right: 10px;
}
#cxm.cxm .category-list-container .articles-search-form {
  padding-right: 5px;
}
#cxm.cxm .category-list-container .articles-search-form-mobile {
  display: none;
}
#cxm.cxm .category-list-container .articles-search-form-mobile .fa-search {
  top: 5px;
}
@media (max-width: 480px) {
  #cxm.cxm .category-list-container {
    padding: 1rem 0;
  }
  #cxm.cxm .category-list-container .selected-category {
    display: flex;
  }
  #cxm.cxm .category-list-container .category-list {
    display: none !important;
    position: absolute;
    top: 45px;
    right: 0px;
    width: auto;
    white-space: normal;
    z-index: 2;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  #cxm.cxm .category-list-container .category-list li {
    width: calc(100% - 10px);
    min-width: unset;
    margin: 0px 5px;
    padding: 0.25rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #cxm.cxm .category-list-container .category-list li.active {
    border-bottom: none;
  }
  #cxm.cxm .category-list-container .articles-search-form {
    display: none;
  }
  #cxm.cxm .category-list-container .articles-search-form-mobile {
    display: block;
  }
  #cxm.cxm .category-list-container.show-categories .selected-category .selected-category-name .fa-chevron-down {
    display: none;
  }
  #cxm.cxm .category-list-container.show-categories .selected-category .selected-category-name .fa-x {
    display: block;
  }
  #cxm.cxm .category-list-container.show-categories .category-list {
    display: block !important;
  }
}
#cxm.cxm .article-featured-posts {
  position: relative;
}
#cxm.cxm .article-featured-posts .article-card {
  overflow: hidden;
}
#cxm.cxm .article-featured-posts .article-card .card-img-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#cxm.cxm .article-featured-posts .article-card .card-body {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
#cxm.cxm .article-featured-posts .article-card .card-body * {
  color: white;
}
#cxm.cxm .article-featured-posts .article-card .card-body .category-and-date {
  position: relative;
  bottom: unset;
}
@media (min-width: 481px) {
  #cxm.cxm .article-featured-posts > .col:first-child {
    position: absolute;
    top: 1.5rem;
    left: 0px;
    right: 33.33%;
    bottom: 1.5rem;
    width: auto;
    height: auto;
    max-width: unset;
    flex: unset;
  }
  #cxm.cxm .article-featured-posts > .col:first-child .article-card {
    width: 100%;
    height: 100%;
  }
  #cxm.cxm .article-featured-posts > .col:first-child .article-card .card-title {
    font-size: 30px;
  }
  #cxm.cxm .article-featured-posts > .col:first-child .article-card .category-and-date small {
    font-size: 20px;
  }
  #cxm.cxm .article-featured-posts > .col:not(:first-child) {
    margin-left: 66.67%;
  }
  #cxm.cxm .article-featured-posts > .col:not(:first-child) .article-card {
    height: 191px;
  }
}
@media (max-width: 480px) {
  #cxm.cxm .article-featured-posts .article-card {
    height: 191px;
  }
}
#cxm.cxm .no-posts-message {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  #cxm.cxm .article-index-header {
    margin-top: 2rem;
  }
}
#cxm.cxm .article-card {
  height: 350px;
}
#cxm.cxm .article-card:hover {
  border: 1px solid var(--bs-primary);
  outline: 1px solid var(--bs-primary);
}
#cxm.cxm .article-card .card-img-top {
  height: 55%;
}
#cxm.cxm .article-card .category-and-date {
  font-size: 16px;
  position: absolute;
  bottom: 1rem;
}
#cxm.cxm .article-card .category-and-date small {
  font-weight: 300;
}
#cxm.cxm .article-card h5 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 200;
  line-height: 1.75rem;
}
#cxm.cxm .article-card h5 a {
  color: #444444;
}
#cxm.cxm .article-card h5 a:hover {
  text-decoration: none;
}
#cxm.cxm .article-content {
  position: relative;
  padding: 2rem 3rem;
  background-color: white;
}
#cxm.cxm .article-content .article-copy {
  color: rgb(74, 74, 74);
  margin-top: 2rem;
  line-height: 2rem;
}
#cxm.cxm .article-content .article-copy h2 {
  margin-top: 1rem;
  font-size: 24px;
  line-height: 30px;
}
#cxm.cxm .article-content .share-title {
  margin: 2rem 0px 5px;
  font-weight: 500;
}
#cxm.cxm .article-content ul.article-share {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
#cxm.cxm .article-content ul.article-share[position=top] {
  position: absolute;
  top: -20px;
  right: 20px;
}
#cxm.cxm .article-content ul.article-share[position=bottom] {
  position: relative;
  left: -2px;
  margin-bottom: -20px;
}
#cxm.cxm .article-content ul.article-share li {
  display: inline-block;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  border: none;
  padding: 0px;
  background: transparent;
}
#cxm.cxm .article-content ul.article-share li .fa, #cxm.cxm .article-content ul.article-share li .fab {
  font-size: 40px;
}
#cxm.cxm .article-content ul.article-share li .text {
  display: none;
}
@media (max-width: 480px) {
  #cxm.cxm .article-content {
    padding: 1rem 1.5rem;
  }
  #cxm.cxm .article-content ul.article-share[position=top] {
    position: relative;
    top: unset;
    right: -10px;
    width: 100%;
    text-align: right;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  #cxm.cxm .article-content ul.article-share[position=bottom] {
    margin-bottom: -5px;
  }
}
#cxm.cxm section + .article-category-header {
  margin-top: 2rem;
}

#map {
  height: 400px;
}
#map #marker-content-wrapper {
  overflow: hidden;
}
#map #marker-content-wrapper.employer-branding-logo img {
  display: block;
  max-width: 100px;
  max-height: 50px;
  margin: 12px auto;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #012226;
  max-width: 100%;
  overflow-x: hidden;
  font-weight: 300;
  letter-spacing: 0.5px;
  background-color: #f8f8f8;
}

#cxm.cxm #navbarNav {
  background-color: white;
}
@media (max-width: 960px) {
  #cxm.cxm #navbarNav {
    margin-top: 54px;
  }
}
#cxm.cxm .employer-info-card h3 {
  color: rgb(74, 74, 74);
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  padding-top: 17px;
  margin-top: 1rem;
}
#cxm.cxm .employer-info-card table {
  margin: 2rem 0;
}
#cxm.cxm .employer-info-card table th {
  color: rgb(74, 74, 74);
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
}
#cxm.cxm .home-header {
  margin: 0 calc(50% - 50vw);
}
#cxm.cxm .navbar .post-job-link {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  #cxm.cxm .container {
    width: 95%;
    max-width: 95%;
  }
}
#cxm.cxm .bs .btn-primary {
  --bs-btn-bg: #007481;
  --bs-btn-color: white;
}
#cxm.cxm .bs .btn-secondary {
  --bs-btn-bg: #02ACBB;
  --bs-btn-color: white;
  --bs-btn-hover-color: white;
}
#cxm.cxm .bs .btn-outline-success {
  color: #007481;
  border-color: #007481;
}
#cxm.cxm .bs .btn-outline-success:hover {
  color: white;
  background-color: #007481;
}
#cxm.cxm .bs .btn-outline-danger {
  color: #EF6C00;
  border-color: #EF6C00;
}
#cxm.cxm .bs .btn-outline-danger:hover {
  color: white;
  background-color: #EF6C00;
}
#cxm.cxm .bs .tab-content .job-ad {
  line-height: 2rem;
}
#cxm.cxm .bs .tab-content .job-ad h4 {
  padding-top: 1.5rem;
}
#cxm.cxm .bs .tab-content .job-ad h5:not(:first-child) {
  margin-top: 1.5rem;
}
#cxm.cxm .bs .employer-show .employer-info-card .employer-profile {
  line-height: 2rem;
}
#cxm.cxm .bs .employer-show .employer-info-card .employer-profile h4:not(:first-child) {
  margin-top: 1.5rem;
}
#cxm.cxm .bs .employer-show .employer-info-card .employer-profile p {
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  #cxm.cxm .bs .person-link {
    position: absolute;
    right: 2rem;
    top: 0.7rem;
  }
}
#cxm.cxm .bs button.nav-link {
  background: transparent;
  border: none;
}
#cxm.cxm .bs button.nav-link i {
  color: #02ACBB;
}
#cxm.cxm .bs button.nav-link:focus {
  outline: none;
}
#cxm.cxm .bs .modal.fade {
  background: rgba(0, 0, 0, 0.5);
}
#cxm.cxm .bs .modal.fade .person-modal {
  margin: 0;
  display: block;
  position: fixed;
  right: 3rem;
  width: 250px;
}
#cxm.cxm .bs .modal.fade .person-modal button {
  padding: 0;
  padding-top: 0.75rem;
}
#cxm.cxm .bs .modal.fade .person-modal button i {
  color: rgb(1, 31, 38);
  font-size: 22px;
  font-weight: 300;
}
#cxm.cxm .bs .modal.fade .person-modal .modal-content {
  border: none;
  border-radius: 0;
}
#cxm.cxm .bs .modal.fade .person-modal .modal-content .modal-body {
  padding: 0.5rem 2rem;
}
#cxm.cxm .bs .modal.fade .person-modal ul {
  list-style: none;
  padding: 0;
}
#cxm.cxm .bs .modal.fade .person-modal ul li {
  color: rgb(1, 31, 38);
  padding: 5px 0;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
#cxm.cxm .bs .modal.fade .person-modal ul li i {
  font-size: 16px;
}
#cxm.cxm .bs .modal.fade .person-modal ul li:hover {
  color: rgba(1, 34, 38, 0.74);
}
#cxm.cxm .bs .modal.fade .person-modal ul li a {
  color: inherit;
}
#cxm.cxm .bs .modal.fade .person-modal ul li a:hover {
  text-decoration: none;
}
#cxm.cxm .bs .modal.fade .person-modal ul li p {
  margin-bottom: 0px;
}
#cxm.cxm .bs .modal.fade .person-modal ul li:last-child {
  padding-bottom: 0px;
}
#cxm.cxm .bs .modal.fade .person-modal .person-name {
  font-size: 15px;
  font-weight: 400;
  cursor: default;
  color: rgb(1, 31, 38);
  line-height: 20px;
  margin-bottom: 1rem;
}
#cxm.cxm .bs .tab-pane {
  margin: 0 calc(50% - 50vw);
  background-color: white;
  padding: 2rem;
}
@media (min-width: 480px) {
  #cxm.cxm .bs .tab-pane {
    margin: inherit;
  }
}
#cxm.cxm .bs .job-list-wrapper, #cxm.cxm .bs .employer-list-wrapper {
  padding: 2rem;
  background-color: white;
  margin-bottom: 30px;
}
@media (max-width: 666px) {
  #cxm.cxm .bs .job-list-wrapper, #cxm.cxm .bs .employer-list-wrapper {
    margin: 0 calc(50% - 50vw);
  }
}
#cxm.cxm .bs .job-list-wrapper .job-card, #cxm.cxm .bs .job-list-wrapper .employer-card, #cxm.cxm .bs .employer-list-wrapper .job-card, #cxm.cxm .bs .employer-list-wrapper .employer-card {
  padding: 20px 0;
  height: auto;
  min-height: 154px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
@media (max-width: 666px) {
  #cxm.cxm .bs .job-list-wrapper .job-card, #cxm.cxm .bs .job-list-wrapper .employer-card, #cxm.cxm .bs .employer-list-wrapper .job-card, #cxm.cxm .bs .employer-list-wrapper .employer-card {
    margin: 0;
  }
}
#cxm.cxm .bs .job-list-wrapper .job-card:last-child, #cxm.cxm .bs .job-list-wrapper .employer-card:last-child, #cxm.cxm .bs .employer-list-wrapper .job-card:last-child, #cxm.cxm .bs .employer-list-wrapper .employer-card:last-child {
  border-bottom: none;
}
#cxm.cxm .bs .job-list-wrapper .job-card .posted-ago, #cxm.cxm .bs .job-list-wrapper .employer-card .posted-ago, #cxm.cxm .bs .employer-list-wrapper .job-card .posted-ago, #cxm.cxm .bs .employer-list-wrapper .employer-card .posted-ago {
  width: 125px;
  font-size: 12px;
  color: #012226;
  line-height: 17px;
  text-align: right;
}
@media (max-width: 666px) {
  #cxm.cxm .bs .job-list-wrapper .job-card .posted-ago, #cxm.cxm .bs .job-list-wrapper .employer-card .posted-ago, #cxm.cxm .bs .employer-list-wrapper .job-card .posted-ago, #cxm.cxm .bs .employer-list-wrapper .employer-card .posted-ago {
    width: 100%;
    height: auto !important;
    flex-basis: 100%;
    padding-top: 0.5rem;
  }
}
#cxm.cxm .bs .job-list-wrapper .job-card .compensation, #cxm.cxm .bs .job-list-wrapper .employer-card .compensation, #cxm.cxm .bs .employer-list-wrapper .job-card .compensation, #cxm.cxm .bs .employer-list-wrapper .employer-card .compensation {
  display: flex;
  width: 250px;
  font-size: 14px;
  align-items: end;
  justify-content: end;
}
@media (max-width: 666px) {
  #cxm.cxm .bs .job-list-wrapper .job-card .compensation, #cxm.cxm .bs .job-list-wrapper .employer-card .compensation, #cxm.cxm .bs .employer-list-wrapper .job-card .compensation, #cxm.cxm .bs .employer-list-wrapper .employer-card .compensation {
    width: 100%;
    flex-basis: 100%;
    padding-top: 0.5rem;
  }
  #cxm.cxm .bs .job-list-wrapper .job-card .compensation .compensation-value, #cxm.cxm .bs .job-list-wrapper .employer-card .compensation .compensation-value, #cxm.cxm .bs .employer-list-wrapper .job-card .compensation .compensation-value, #cxm.cxm .bs .employer-list-wrapper .employer-card .compensation .compensation-value {
    margin-left: 0.5rem;
  }
}
#cxm.cxm .bs .job-list-wrapper .job-card .compensation .badges, #cxm.cxm .bs .job-list-wrapper .employer-card .compensation .badges, #cxm.cxm .bs .employer-list-wrapper .job-card .compensation .badges, #cxm.cxm .bs .employer-list-wrapper .employer-card .compensation .badges {
  top: 0px;
  right: 0px;
}
@media (max-width: 666px) {
  #cxm.cxm .bs .job-list-wrapper .job-card .compensation .badges, #cxm.cxm .bs .job-list-wrapper .employer-card .compensation .badges, #cxm.cxm .bs .employer-list-wrapper .job-card .compensation .badges, #cxm.cxm .bs .employer-list-wrapper .employer-card .compensation .badges {
    position: relative !important;
    top: auto;
    right: auto;
  }
}
#cxm.cxm .bs .job-list-wrapper .job-card .job-info, #cxm.cxm .bs .job-list-wrapper .job-card .info, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info, #cxm.cxm .bs .job-list-wrapper .employer-card .info, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info, #cxm.cxm .bs .employer-list-wrapper .job-card .info, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info, #cxm.cxm .bs .employer-list-wrapper .employer-card .info {
  position: relative;
  width: 150px;
  flex-grow: 1;
  padding-left: 25px;
}
#cxm.cxm .bs .job-list-wrapper .job-card .job-info .job-title, #cxm.cxm .bs .job-list-wrapper .job-card .job-info .employer-name, #cxm.cxm .bs .job-list-wrapper .job-card .info .job-title, #cxm.cxm .bs .job-list-wrapper .job-card .info .employer-name, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .job-title, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .employer-name, #cxm.cxm .bs .job-list-wrapper .employer-card .info .job-title, #cxm.cxm .bs .job-list-wrapper .employer-card .info .employer-name, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .job-title, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .employer-name, #cxm.cxm .bs .employer-list-wrapper .job-card .info .job-title, #cxm.cxm .bs .employer-list-wrapper .job-card .info .employer-name, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .job-title, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .employer-name, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .job-title, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .employer-name {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 666px) {
  #cxm.cxm .bs .job-list-wrapper .job-card .job-info .job-title, #cxm.cxm .bs .job-list-wrapper .job-card .job-info .employer-name, #cxm.cxm .bs .job-list-wrapper .job-card .info .job-title, #cxm.cxm .bs .job-list-wrapper .job-card .info .employer-name, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .job-title, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .employer-name, #cxm.cxm .bs .job-list-wrapper .employer-card .info .job-title, #cxm.cxm .bs .job-list-wrapper .employer-card .info .employer-name, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .job-title, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .employer-name, #cxm.cxm .bs .employer-list-wrapper .job-card .info .job-title, #cxm.cxm .bs .employer-list-wrapper .job-card .info .employer-name, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .job-title, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .employer-name, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .job-title, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .employer-name {
    font-size: 15px;
  }
}
#cxm.cxm .bs .job-list-wrapper .job-card .job-info .job-title:hover, #cxm.cxm .bs .job-list-wrapper .job-card .job-info .employer-name:hover, #cxm.cxm .bs .job-list-wrapper .job-card .info .job-title:hover, #cxm.cxm .bs .job-list-wrapper .job-card .info .employer-name:hover, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .job-title:hover, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .employer-name:hover, #cxm.cxm .bs .job-list-wrapper .employer-card .info .job-title:hover, #cxm.cxm .bs .job-list-wrapper .employer-card .info .employer-name:hover, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .job-title:hover, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .employer-name:hover, #cxm.cxm .bs .employer-list-wrapper .job-card .info .job-title:hover, #cxm.cxm .bs .employer-list-wrapper .job-card .info .employer-name:hover, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .job-title:hover, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .employer-name:hover, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .job-title:hover, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .employer-name:hover {
  text-decoration: none;
}
#cxm.cxm .bs .job-list-wrapper .job-card .job-info .job-count, #cxm.cxm .bs .job-list-wrapper .job-card .info .job-count, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .job-count, #cxm.cxm .bs .job-list-wrapper .employer-card .info .job-count, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .job-count, #cxm.cxm .bs .employer-list-wrapper .job-card .info .job-count, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .job-count, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .job-count {
  margin-top: 0.5rem;
}
#cxm.cxm .bs .job-list-wrapper .job-card .job-info .employer-info, #cxm.cxm .bs .job-list-wrapper .job-card .job-info .managed-by, #cxm.cxm .bs .job-list-wrapper .job-card .info .employer-info, #cxm.cxm .bs .job-list-wrapper .job-card .info .managed-by, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .employer-info, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .managed-by, #cxm.cxm .bs .job-list-wrapper .employer-card .info .employer-info, #cxm.cxm .bs .job-list-wrapper .employer-card .info .managed-by, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .employer-info, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .managed-by, #cxm.cxm .bs .employer-list-wrapper .job-card .info .employer-info, #cxm.cxm .bs .employer-list-wrapper .job-card .info .managed-by, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .employer-info, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .managed-by, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .employer-info, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .managed-by {
  color: #012226;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: auto;
}
#cxm.cxm .bs .job-list-wrapper .job-card .job-info .managed-by, #cxm.cxm .bs .job-list-wrapper .job-card .info .managed-by, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .managed-by, #cxm.cxm .bs .job-list-wrapper .employer-card .info .managed-by, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .managed-by, #cxm.cxm .bs .employer-list-wrapper .job-card .info .managed-by, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .managed-by, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .managed-by {
  bottom: 0;
  font-size: 12px;
  font-weight: 300;
}
#cxm.cxm .bs .job-list-wrapper .job-card .job-info .managed-by a, #cxm.cxm .bs .job-list-wrapper .job-card .info .managed-by a, #cxm.cxm .bs .job-list-wrapper .employer-card .job-info .managed-by a, #cxm.cxm .bs .job-list-wrapper .employer-card .info .managed-by a, #cxm.cxm .bs .employer-list-wrapper .job-card .job-info .managed-by a, #cxm.cxm .bs .employer-list-wrapper .job-card .info .managed-by a, #cxm.cxm .bs .employer-list-wrapper .employer-card .job-info .managed-by a, #cxm.cxm .bs .employer-list-wrapper .employer-card .info .managed-by a {
  color: #02ACBB;
}
#cxm.cxm .bs .job-list-wrapper .job-card .employer-logo, #cxm.cxm .bs .job-list-wrapper .employer-card .employer-logo, #cxm.cxm .bs .employer-list-wrapper .job-card .employer-logo, #cxm.cxm .bs .employer-list-wrapper .employer-card .employer-logo {
  min-width: 80px;
  width: 80px;
  height: auto;
}
@media (max-width: 666px) {
  #cxm.cxm .bs .job-list-wrapper .job-card .employer-logo, #cxm.cxm .bs .job-list-wrapper .employer-card .employer-logo, #cxm.cxm .bs .employer-list-wrapper .job-card .employer-logo, #cxm.cxm .bs .employer-list-wrapper .employer-card .employer-logo {
    min-width: 70px;
    width: 70px;
  }
}
#cxm.cxm .bs .job-list-wrapper .job-card .employer-logo img, #cxm.cxm .bs .job-list-wrapper .employer-card .employer-logo img, #cxm.cxm .bs .employer-list-wrapper .job-card .employer-logo img, #cxm.cxm .bs .employer-list-wrapper .employer-card .employer-logo img {
  width: 100%;
}
#cxm.cxm .bs .job-list-wrapper .job-card .employer-logo .h3, #cxm.cxm .bs .job-list-wrapper .employer-card .employer-logo .h3, #cxm.cxm .bs .employer-list-wrapper .job-card .employer-logo .h3, #cxm.cxm .bs .employer-list-wrapper .employer-card .employer-logo .h3 {
  width: 80px;
  height: 80px;
  color: transparent;
  background-color: transparent;
  background-image: url(//assets.talentronic.com/assets/job_boards/hcareers/employer-placeholder-382d548d613b466e71b1dc9b71135e45e0dc82efba3f261377ef4117751434ba.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#cxm.cxm .bs .pagination, #cxm.cxm .bs .pagy-bootstrap-nav {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
#cxm.cxm .bs .pagination .page-item.active .page-link {
  color: white;
  border-color: #007481;
  background-color: #007481;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card {
  margin: 0;
  height: auto;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card .job-info, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card .job-info {
  width: 100%;
  padding: 0 1rem;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card .employer-logo, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card .employer-logo {
  display: none;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card .compensation, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card .compensation {
  width: 100%;
  flex-basis: 100%;
  padding: 0.5rem 1rem 0rem;
  justify-content: start;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card .compensation .badges, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card .compensation .badges {
  position: relative !important;
  top: auto;
  right: auto;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card .compensation .badges .badge:first-child, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card .compensation .badges .badge:first-child {
  margin-left: -2px !important;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card .compensation .compensation-value, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card .compensation .compensation-value {
  margin-left: 0.5rem;
}
#cxm.cxm .bs .similar-jobs .job-list-wrapper .job-card .posted-ago, #cxm.cxm .bs .related-jobs .job-list-wrapper .job-card .posted-ago {
  width: 100%;
  height: auto !important;
  flex-basis: 100%;
  padding: 0.5rem 1rem 0rem;
  text-align: left;
}
#cxm.cxm .bs h1 .badge {
  font-size: 35%;
  line-height: 0.75;
  vertical-align: middle;
}
#cxm.cxm .bs h1 .badge.text-bg-secondary {
  background-color: #6c757d !important;
  color: white !important;
}
#cxm.cxm .bs .mobile-navbar-brand {
  display: none;
}
#cxm.cxm .bs .navbar-custom {
  position: sticky;
  top: 0px;
  z-index: 1000;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.24) 0px 2px 2px 0px;
  height: 80px;
}
#cxm.cxm .bs .navbar-brand {
  padding: 0;
  font-size: 1rem;
}
#cxm.cxm .bs .navbar-brand img {
  height: 25px;
  width: auto;
}
#cxm.cxm .bs .navbar .nav-link {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0.5rem 1rem;
  font-weight: 400;
  color: #012226;
}
@media (max-width: 960px) {
  #cxm.cxm .bs .navbar .nav-link {
    margin-right: 0;
    font-size: 13px;
  }
}
#cxm.cxm .bs .navbar .nav-link .post-job-link {
  padding: 1rem 2rem;
}
#cxm.cxm .bs .navbar .nav-link i {
  color: #02ACBB;
}
#cxm.cxm .bs .navbar .person-link {
  font-weight: normal;
  color: #007481;
}
#cxm.cxm .bs .navbar .person-link i {
  color: inherit;
}
#cxm.cxm .bs .navbar .person-link:hover {
  color: #002f35;
}
#cxm.cxm .bs .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0);
}
#cxm.cxm .bs footer {
  background-color: #012226;
  height: 150px;
  margin-top: 30px;
}
#cxm.cxm .bs footer a {
  color: #fff;
  width: auto;
  padding: 0px;
}
#cxm.cxm .bs footer a:hover {
  text-decoration: none;
}
#cxm.cxm .bs footer .footer-first-links {
  padding: 28px 0px 40px;
  padding-left: 0;
  border-bottom: 1px solid rgb(155, 155, 155);
  letter-spacing: 1.75px;
  line-height: 19px;
  font-size: 14px;
}
#cxm.cxm .bs footer .footer-first-links a {
  border-right: 1px solid rgb(155, 155, 155);
  padding: 0px 18px;
}
#cxm.cxm .bs footer .footer-first-links a:first-child {
  padding: 0px 20px 0px 0px;
}
#cxm.cxm .bs footer .footer-first-links a:last-child {
  border-right: none;
  padding: 10px 18px;
  background-color: rgba(255, 255, 255, 0.1);
}
#cxm.cxm .bs footer .footer-second-links {
  display: flex;
  justify-content: space-between;
}
#cxm.cxm .bs footer .about-links {
  padding: 12px 0px;
  letter-spacing: 1.75px;
  line-height: 19px;
  font-size: 14px;
}
#cxm.cxm .bs footer .about-links a {
  padding: 0px 18px;
}
#cxm.cxm .bs footer .about-links a:first-child {
  padding: 0px 20px 0px 0px;
}
#cxm.cxm .bs footer .social-links {
  padding: 12px 0px;
}
#cxm.cxm .bs footer .social-links .logo {
  border: 1px solid rgb(255, 255, 255);
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 50px;
  color: white;
  margin: 0 10px;
}
#cxm.cxm .bs footer .social-links .logo:last-child {
  margin-right: 0;
}
#cxm.cxm .bs footer .social-links .logo img {
  height: 100%;
  width: 8px;
}
#cxm.cxm .bs #photo-strip {
  margin-bottom: 2rem;
  grid-gap: 10px;
}
@media (min-width: 480px) {
  #cxm.cxm .bs #photo-strip {
    grid-gap: 20px;
  }
}
@media (min-width: 480px) {
  #cxm.cxm .bs #photo-strip {
    margin-bottom: 0;
  }
}
#cxm.cxm .bs #photo-strip .photo {
  height: 175px;
}
@media (min-width: 480px) {
  #cxm.cxm .bs #photo-strip .photo {
    height: 300px;
  }
}
#cxm.cxm .bs #photo-strip .photo.second-row-photos {
  height: 90px;
}
@media (min-width: 480px) {
  #cxm.cxm .bs #photo-strip .photo.second-row-photos {
    height: 150px;
  }
}
#cxm.cxm .bs .employer-show .mobile-heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  #cxm.cxm .bs .employer-show .mobile-heading {
    display: none;
  }
}
@media (max-width: 480px) {
  #cxm.cxm .bs .employer-show .desktop-heading {
    display: none;
  }
}
#cxm.cxm .bs .employer-show .employer-info-card {
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  background-color: white;
}
#cxm.cxm .bs .employer-show .employer_logo_thumb {
  width: 180px;
}
#cxm.cxm .bs .cxm-profile .card-header {
  background-color: transparent;
}
#cxm.cxm .bs .cxm-profile .card-header h4 {
  margin-bottom: 0;
}
#cxm.cxm .bs .cxm-profile .pipeline-button {
  margin-top: 1rem;
}
#cxm.cxm .bs .header-background {
  height: 160px;
  background-color: #80B1B8;
}
@media (min-width: 660px) {
  #cxm.cxm .bs .header-background {
    height: 230px;
  }
}
#cxm.cxm .bs .person-info-card {
  height: 200px;
  background-color: white;
  margin-top: -125px;
  border-radius: 3px;
  margin-bottom: 4rem;
}
@media (min-width: 660px) {
  #cxm.cxm .bs .person-info-card {
    height: 290px;
  }
}
#cxm.cxm .bs .person-info-card .user-circle {
  background-color: #EF6C00;
  border-radius: 100%;
  padding: 60px;
  margin-bottom: 1rem;
}
#cxm.cxm .bs .person-info-card .user-circle .member-initials {
  color: white;
  font-size: 50px;
  font-weight: 500;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cxm.cxm .bs .person-info-card h1 {
  font-weight: 600;
  color: rgb(74, 74, 74);
  font-size: 30px;
}
@media (max-width: 960px) {
  #cxm.cxm .bs .navbar-custom {
    height: 60px;
  }
  #cxm.cxm .bs .navbar-toggler {
    padding: 0;
  }
  #cxm.cxm .bs .navbar-toggler .navbar-toggler-icon {
    position: absolute;
    top: 1rem;
  }
  #cxm.cxm .bs .navbar .container {
    justify-content: initial;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  #cxm.cxm .bs .navbar .container .dropdown-menu {
    border: none;
    border-radius: none;
    font-size: 13px;
    padding: 0;
  }
  #cxm.cxm .bs .navbar .container .dropdown-menu .dropdown-item {
    margin-bottom: 3px;
  }
  #cxm.cxm .bs .navbar-brand {
    display: none;
  }
  #cxm.cxm .bs .mobile-navbar-brand {
    display: inherit;
    position: absolute;
    padding: 0;
    top: 1rem;
    left: 2.5rem;
    margin-left: 15px;
    font-size: 1rem;
  }
  #cxm.cxm .bs .mobile-navbar-brand img {
    height: 30px;
  }
  #cxm.cxm .bs footer {
    height: 550px;
  }
  #cxm.cxm .bs footer .footer-first-links {
    border: none;
  }
  #cxm.cxm .bs footer .footer-first-links a:last-child {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 8px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #cxm.cxm .bs footer .about-links {
    display: block;
    border-bottom: 1px solid rgb(155, 155, 155);
    width: 100%;
  }
  #cxm.cxm .bs footer .footer-second-links {
    display: block;
  }
  #cxm.cxm .bs footer .footer-first-links a, #cxm.cxm .bs footer .footer-second-links a {
    display: block;
    padding: 10px 0px;
    border: none;
  }
  #cxm.cxm .bs footer .footer-first-links a:first-child, #cxm.cxm .bs footer .footer-second-links a:first-child {
    padding: 10px 0px;
  }
}
#cxm.cxm .recruiter-login-link {
  padding-top: 0px;
  text-align: center;
}
#cxm.cxm blockquote.job-headline {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}
#cxm.cxm .similar-jobs h5, #cxm.cxm .related-jobs h5 {
  color: rgb(74, 74, 74);
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 20px 0;
  padding: 0px;
  font-weight: 500;
}
@media (min-width: 480px) {
  #cxm.cxm .similar-jobs h5, #cxm.cxm .related-jobs h5 {
    font-weight: 400;
    padding: 0 20px 20px 20px;
    margin: 0;
  }
}
#cxm.cxm .similar-jobs .similar-jobs-card, #cxm.cxm .similar-jobs .related-jobs-card, #cxm.cxm .related-jobs .similar-jobs-card, #cxm.cxm .related-jobs .related-jobs-card {
  background-color: white;
  padding: 0 1rem;
}
#cxm.cxm .similar-jobs .similar-jobs-card .compensation, #cxm.cxm .similar-jobs .related-jobs-card .compensation, #cxm.cxm .related-jobs .similar-jobs-card .compensation, #cxm.cxm .related-jobs .related-jobs-card .compensation {
  display: none;
}
#cxm.cxm .info-tabs {
  overflow: hidden;
  margin: 2rem 0;
  border-bottom: 1px solid rgba(123, 122, 123, 0.2);
}
#cxm.cxm .info-tabs button.tablinks {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  text-transform: uppercase;
  color: rgb(123, 122, 123);
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Open Sans", serif;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
}
#cxm.cxm .info-tabs button.tablinks.active {
  border-bottom-color: #007481;
}
#cxm.cxm .apply-button, #cxm.cxm .save-button, #cxm.cxm .saved-button, #cxm.cxm .share-button {
  padding: 0.5rem 2.5rem;
}
@media (max-width: 524px) {
  #cxm.cxm .apply-button, #cxm.cxm .save-button, #cxm.cxm .saved-button {
    padding: 0.5rem 1.75rem;
  }
}
#cxm.cxm .apply-button:hover {
  background-color: #007481;
  border-color: #007481;
}
@media (max-width: 524px) {
  #cxm.cxm .share-button {
    padding: 0.5rem 1rem;
  }
}
#cxm.cxm .save-button, #cxm.cxm .saved-button, #cxm.cxm .share-button {
  color: #007481;
  border-color: #007481;
}
#cxm.cxm .save-button:hover, #cxm.cxm .save-button:active, #cxm.cxm .save-button.active, #cxm.cxm .save-button.show, #cxm.cxm .saved-button:hover, #cxm.cxm .saved-button:active, #cxm.cxm .saved-button.active, #cxm.cxm .saved-button.show, #cxm.cxm .share-button:hover, #cxm.cxm .share-button:active, #cxm.cxm .share-button.active, #cxm.cxm .share-button.show {
  background-color: transparent;
}
#cxm.cxm .save-button:active, #cxm.cxm .save-button.active, #cxm.cxm .save-button.show, #cxm.cxm .saved-button:active, #cxm.cxm .saved-button.active, #cxm.cxm .saved-button.show, #cxm.cxm .share-button:active, #cxm.cxm .share-button.active, #cxm.cxm .share-button.show {
  outline: none;
  box-shadow: 0px 0px 3px 1px rgba(125, 125, 125, 0.5);
}
#cxm.cxm .header-wrapper {
  background-color: #fff;
  padding: 25px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
}
@media (min-width: 480px) {
  #cxm.cxm .header-wrapper {
    padding: 45px 25px;
  }
}
#cxm.cxm .header-wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0px;
  margin: 1rem 0;
}
@media (max-width: 800px) {
  #cxm.cxm .header-wrapper h1 {
    font-size: 20px;
  }
}
#cxm.cxm .header-wrapper .employer-logo {
  width: 100%;
  text-align: center;
}
#cxm.cxm .header-wrapper .employer-logo img {
  max-height: 150px !important;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  #cxm.cxm .header-wrapper .employer-logo {
    width: 40%;
  }
}
@media (min-width: 992px) {
  #cxm.cxm .header-wrapper .employer-logo {
    width: 20%;
  }
}
#cxm.cxm .header-wrapper .employer-logo .h3 {
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: transparent;
  background-image: url(//assets.talentronic.com/assets/job_boards/hcareers/employer-placeholder-382d548d613b466e71b1dc9b71135e45e0dc82efba3f261377ef4117751434ba.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 480px) {
  #cxm.cxm .header-wrapper .employer-logo .h3 {
    background-position: center 20px;
  }
}
#cxm.cxm .header-wrapper .job-wrapper {
  flex-wrap: wrap;
  position: relative;
  display: block;
}
@media (min-width: 800px) {
  #cxm.cxm .header-wrapper .job-wrapper {
    display: flex;
  }
}
#cxm.cxm .header-wrapper .job-info {
  padding: 8px;
  margin-left: 10px;
}
@media (max-width: 800px) {
  #cxm.cxm .header-wrapper .job-info {
    margin-left: 0;
    padding: 0;
  }
}
#cxm.cxm .header-wrapper .job-info .badges {
  position: relative !important;
  margin-top: 0.25rem;
}
#cxm.cxm .header-wrapper .job-info .badges .badge {
  font-size: 50%;
}
#cxm.cxm .header-wrapper .job-info .badges .badge:first-child {
  margin-left: -1px !important;
}
#cxm.cxm .header-wrapper .header-employer {
  font-size: 12px;
}
#cxm.cxm .header-wrapper .managed-by {
  font-size: 11px;
}
#cxm.cxm .header-wrapper .posted-ago {
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgb(123, 122, 123);
  font-weight: 300;
  padding: 0.5rem 1rem;
}
@media (max-width: 800px) {
  #cxm.cxm .header-wrapper .posted-ago {
    position: inherit;
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#cxm.cxm .job-search {
  margin: 10px 0 30px 0;
  height: 124px;
  border-radius: 3px;
  background-color: white;
  box-shadow: none;
  overflow: inherit;
  flex: 1 1 0%;
  padding: 20px;
}
@media (max-width: 666px) {
  #cxm.cxm .job-search {
    height: 200px;
  }
}
#cxm.cxm .job-search #job-search-form {
  padding: 15px 20px 0 20px;
}
@media (max-width: 666px) {
  #cxm.cxm .job-search #job-search-form {
    padding: 0;
  }
}
#cxm.cxm .job-search input, #cxm.cxm .job-search button, #cxm.cxm .job-search a {
  border: 0;
  margin-right: 15px;
  margin-top: 20px;
}
#cxm.cxm .job-search input[type=text], #cxm.cxm .job-search button[type=text], #cxm.cxm .job-search a[type=text] {
  border-bottom: 1px solid #00adbb;
  width: 100%;
}
@media (max-width: 666px) {
  #cxm.cxm .job-search input[type=text], #cxm.cxm .job-search button[type=text], #cxm.cxm .job-search a[type=text] {
    margin-bottom: 0.4rem;
  }
}
#cxm.cxm .job-search input[type=text]:last-child, #cxm.cxm .job-search button[type=text]:last-child, #cxm.cxm .job-search a[type=text]:last-child {
  width: 60%;
}
#cxm.cxm .job-search input:focus-visible, #cxm.cxm .job-search button:focus-visible, #cxm.cxm .job-search a:focus-visible {
  outline: none;
}
#cxm.cxm .job-search input#search-submit, #cxm.cxm .job-search button#search-submit, #cxm.cxm .job-search a#search-submit {
  box-shadow: rgba(10, 10, 10, 0.3) 1px 1px 3px;
  width: 60%;
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #02ACBB;
  text-transform: uppercase;
  border-radius: 4px;
  background: #02ACBB;
  color: white;
  height: 44px;
  font-size: 16px;
}
@media (max-width: 666px) {
  #cxm.cxm .job-search input#search-submit, #cxm.cxm .job-search button#search-submit, #cxm.cxm .job-search a#search-submit {
    width: 100%;
  }
}
