 #footerpowered,
.CompanyFollow,
.job-payrange{
    display: none;
}
#job-detail .simple-apply-container {
    background-color: transparent;
    
}
.simple-apply-container:after {
    content:'*Will redirect you to a third party site';
    position: relative;
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-top:0.3rem;
}

 .-hide-mobile {
        display: none !important;
    }
@media(min-width:1020px) {
   .-hide-mobile {
        display: block !important;
    }
    .-show-mobile {
        display: none !important;
    }
}

button, input, optgroup, select, textarea {
    font-family: "Open Sans", sans-serif !important;
}
.application-instructions-header,
.custom-apply-text{display:none;}

.social__instagram-recent-feed img {
    width: 100%;
    object-fit: cover;
}


.c-jobs {
  width: 100%;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-jobs {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-jobs {
    padding: 0 30px;
  }
}
.c-job-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .c-job-main {
    flex-direction: row;
  }
}
.c-job-main__left {
  background-color: #eaf7f6;
  color: #fff;
  padding: 30px 10px 20px 10px;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .c-job-main__left {
    padding: 30px 32px 20px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-job-main__left {
    width: 413px;
  }
}
.c-job-main__left-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .c-job-main__right {
    flex-grow: 1;
  }
}
.c-job-main__right .results-header {
  color: #333333;
}
.c-job-main__sorting {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}
@media screen and (min-width: 768px) {
  .c-job-main__sorting {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-job-main__sorting-left .results-header {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.c-job-main__sorting-right .c-jobs-sortby {
  width: auto;
  background-color: #eaf7f6;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  /*padding: 8px 24px;*/
}
.c-job-main__sorting-right .c-jobs-sortby > div {
  color: #005a5a;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.c-main-hero-search {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-main-hero-search__keyword {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #147b74;
}
.c-main-hero-search__keyword-label {
  font-weight: 700;
  font-size: 30px;
  line-height: 40.85px;
}
.c-main-hero-search__keyword-input {
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #fff;
  text-overflow: ellipsis;
}
.c-main-hero-search__keyword .keyword-search__input {
  padding: 10px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.c-main-hero-search__keyword .keyword-search__input-icon--search {
  color: #147b74;
}
.c-main-hero-search__button {
  background-color: #147b74;
  border: 1px solid #147b74;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  transition: all ease 0.3s;
  border-radius: 6px;
}
.c-main-hero-search__button-search {
  padding: 15px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
}
.c-main-hero-search__button:hover {
  background-color: #005a5a;
}
.c-main-hero-search__location i {
  color: #147b74;
}
.c-main-hero-search__location-content {
  display: flex;
  padding: 10px 24px;
  background-color: #fff;
  color: #000;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.c-main-hero-search__location-drop {
  flex-grow: 1;
}
.c-main-hero-search__location-drop input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #fff;
  color: #666666;
}
.jobs-current-searches {
  display: flex;
  flex-direction: column;
}
.jobs-current-searches__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #147b74;
  margin-bottom: 24px;
}
.jobs-current-searches__tag-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  margin: 0;
}
.jobs-current-searches__tag-item {
  padding: 8px 10px;
  border: 1px solid #147b74;
  background-color: #147b74;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  cursor: default;
  color: #fff;
}
.jobs-current-searches__tag-item:hover {
  background-color: #005a5a;
  color: #fff;
}
.jobs-current-searches__tag-close {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.jobs-current-searches__tag-close svg {
  width: 10px;
  height: 10px;
  filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(103%) contrast(101%);
  transition: transform ease-in-out 0.15s;
}
.jobs-current-searches__tag-close:hover svg {
  transform: scale(1.2);
}
.c-jobs-filter {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  max-width: none !important;
}
.c-jobs-filter .filter-group > h3 {
  display: none !important;
}
[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {padding: 0;}
[data-react-component="jobs-filter"] .advanced-search-container .filter-group>* {
    padding-bottom: 1rem;
}
.c-jobs-filter .filter-category-container {
  color: #333333;
}
.c-jobs-filter .filter-header {
  padding: 10px 24px;
  border: 1px solid #eaf7f6;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.c-jobs-filter .filter-option label {
  display: flex;
  flex-direction: row;
  gap: 24px;
  color: #666666;
}
.c-jobs-filter .filter-option label > .option-value {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between;
}
.c-jobs-filter .filter-options-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.c-jobs-filter .filter-options-list-container {
  padding: 10px 24px;
}
.c-jobs-filter .reset-filters {
  text-align: start;
}
.c-jobs-filter .reset-filters a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #147b74;
}
.c-jobs-list .results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.c-jobs-list .results-list__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 10px;
  border-bottom: 1px solid #eaf7f6;
  gap: 18px;
}
.c-jobs-list .results-list__item-header a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
}
.c-jobs-list .results-list__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-jobs-list .results-list__item-content {
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
}
.c-jobs-list .results-list__item-street {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.c-jobs-list .results-list__item-street--icon svg {
  filter: invert(54%) sepia(50%) saturate(657%) hue-rotate(127deg) brightness(86%) contrast(89%);
}
.c-jobs-list .results-list__item-apply {
  padding: 15px 20px;
  background-color: #147b74;
  border: 1px solid #147b74;
  border-radius: 6px;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-top: 20px;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-jobs-list .results-list__item-apply {
    margin-top: 0;
  }
}
.c-jobs-list .results-list__item-apply:hover {
  background-color: #005a5a;
}
.c-jobs-list .results-list__item-apply--label {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.c-jobs-list .results-list__item-apply--icon {
  display: none;
}
.c-jobs-sortby {
    display: flex;
    align-items: center;
    background-color: #F3F3F4;
    padding: 5px 20px;
    border-radius: 20px;
    margin-left: 8px;
}

.c-jobs-sortby .Select {
    width: 130px;
    font-weight: bold;
}

.c-jobs-sortby .Select-control {
    background: none;
    border: none;
}

.c-jobs-sortby .Select-value-label {
    color: #147b74 !important;
}

.c-jobs-sortby .is-open > .Select-control {
    background-color: transparent;
}

.c-jobs-sortby .Select-menu-outer {
    background-color: transparent;
}

.c-main-hero-search .location-search--has-value input[aria-expanded="true"] + .menu {
    
    background-color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    overflow: auto;
    max-height: 10rem;
    height: auto;
    z-index: 2;
    top: 100%;
    border-top: 1px solid rgb(41 41 41 / 15%);
    width: 100%;
}

.custom-search-box .location-search .location-item.location-item--hightlight {
        background-color: #147b74;
        color: #fff;
    
     }




[data-react-prop-classname="c-jobs-sortby"] > div,
.c-jobs-radius{
    display: flex;
    align-items: center;
    background-color: #F3F3F4;
    padding: 5px 20px;
    border-radius: 20px
}

@media(max-width: 1000px) {
    [data-react-prop-classname="c-jobs-sortby"] > div,
    .c-jobs-radius {
        margin: 0 auto;
        justify-content: space-between;
    }
}

[data-react-prop-classname="c-jobs-sortby"] .Select-clear-zone,
.c-jobs-radius .Select-clear-zone {
    display: none;
}

[data-react-prop-classname="c-jobs-sortby"] > div .Select,
.c-jobs-radius .Select{
    width: 130px;
    font-weight: bold;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control,
.c-jobs-radius .Select-control{
    border: none ;
    background: none;
}
.c-jobs-radius .Select.is-disabled>.Select-control {
    background: none;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control:hover,
.c-jobs-radius .Select-control:hover {
    box-shadow: none;
}



.c-job-main__sorting {
display: flex;
   
    width: 100%;
    justify-content: space-between;
    flex-flow: column

}

.c-job-main__sorting-left {
    margin-bottom: 2rem;
}

@media(min-width: 1000px) {
    .c-job-main__sorting {
        flex-flow: row;
         align-items: center;
    }
    .c-job-main__sorting-left {
        margin-bottom: 0;
    }
}

.c-job-main__sorting-right {
    display: flex;
    justify-content: space-between;
    flex-flow: column
}

@media(min-width: 600px) {
    .c-job-main__sorting-right {
        flex-flow: row;
        justify-content: start;
    }
    .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 1rem;
    }
}

@media(min-width: 1000px) {
     .c-job-main__sorting-right {
         justify-content: space-between;
     }
      .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 0;
    }
}

@media(max-width: 1000px) {
    .c-job-main__sorting-right > div {
        margin-bottom: 1rem
    }
}



.c-jobs-sortby {
    margin-left: 1rem;
}


.c-jobs-pagination {
  margin: 30px 0;
  display: block;
  position: relative;
  width: fit-content;
}

.c-jobs-pagination .page-size {
  display: none;
  border: none;
}

.c-jobs-pagination .page-size:focus-visible {
    outline: none;
}

@media (min-width: 1024px) {
  .c-jobs-pagination .page-size {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 18px;
    justify-content: center;
    text-align: center;
  }
}
.c-jobs-pagination .pagination.mobile {
  display: none;
}

.c-jobs-pagination .page-links {
  background: #fff;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .c-jobs-pagination .page-links {
    margin-right: 30px;
  }
}

.c-jobs-pagination .page-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.c-jobs-pagination .page-link:hover {
  text-decoration: none;
  color: #147b74;
}

.c-jobs-pagination .page-link.page-link-next,
.c-jobs-pagination .page-link.page-link-last,
.c-jobs-pagination .page-link.page-link-first,
.c-jobs-pagination .page-link.page-link-previous {
  height: 36px;
  width: 36px;
  background: transparent;
  color: #333;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  transition: all ease 0.3s;
}

.c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs-pagination .page-link.page-link-previous:hover,
.c-jobs-pagination .page-link.page-link-next:focus,
.c-jobs-pagination .page-link.page-link-last:focus,
.c-jobs-pagination .page-link.page-link-first:focus,
.c-jobs-pagination .page-link.page-link-previous:focus {
  background: #147b74;
  color: #eaf7f6;
}

.c-jobs-pagination .page-link.page-link-first.not-selectable,
.c-jobs-pagination .page-link.page-link-next.not-selectable,
.c-jobs-pagination .page-link.page-link-previous.not-selectable,
.c-jobs-pagination .page-link.page-link-last.not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  display: none;
}

.c-jobs-pagination .page-links > a {
  cursor: pointer;
  margin: 0 0.5rem;
  color: #000;
}

.c-jobs-pagination .page-link.current-page.not-selectable {
  color: #147b74;
}

.c-jobs-pagination .pagination {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}

@media (max-width: 1024px) {
  .c-jobs-pagination .pagination {
    justify-content: flex-start;
  }
}

.location-permission-modal {
    padding: 28px;
    background-color: #147b74;
    border-radius: 10px;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.location-permission__description {
    color: #fff;
    width: 100%;
}

.location-permission__description h1 {
    font-size: 21px;
}

.location-permission__close-button {
    position: absolute;
    border: 0;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.location-permission__close-button i {
    color: #147b74;
    transition: all ease 0.3s;
}

.location-permission__close-button i:hover {
    color: #005a5a;
}

.location-permission__localte-me-button {
    background-color: #fff;
    border-radius: 5px;
    padding: 9px;
    font-weight: 400;
    font-size: 14px;
}

.location-permission__description>p:first-child {
    margin-bottom: 10px;
}

.job-description p {
    margin-bottom: 16px;
}

.job-description .job-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 32px;
  color: #147b74;
}
.job-description .content {
  max-width: 1000px;
}
.job-description-header {
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 41px !important;
  margin-bottom: 16px;
  color: #333333;
}
.job-description-content p, .job-description-content span, .job-description-content li {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #333333 !important;
}
.job-description-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.job-description-content ul li::before {
  content: "•";
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 24px;
}
.job-description-content ol {
  padding: 0;
}
.job-description-content li {
  display: flex;
  flex-direction: row;
}
/*.job-description .main-content {*/
/*  padding-right: 15px;*/
/*  width: calc(100% - 250px);*/
/*}*/
.job-description .job-addl-info {
  padding-left: 15px;
  width: 250px;
}
.job-description .apply-button {
  padding: 12px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #147b74;
  background-color: #147b74;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.job-description .apply-button img {
    width: 25px;
    vertical-align: bottom;
    height: 25px;
}

.job-description .apply-button:hover, .job-description .apply-button:focus {
  background-color: #005a5a;
}
.job-description .map-button, .job-description .job-share-button {
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  background-color: #eaf7f6;
  border: 1px solid #eaf7f6;
  transition: all ease 0.3s;
}
.job-description .map-button:hover, .job-description .job-share-button:hover {
  color: #fff;
  background-color: #147b74;
}
.job-description .job-addl-info .job-payrange, .job-description .job-addl-info .job-payrange *, .job-description .job-addl-info .salary-comment, .job-description .job-addl-info .salary-comment *, .job-description .job-addl-info .date, .job-description .job-addl-info .date *, .job-description .job-addl-info .job-status, .job-description .job-addl-info .job-status *, .job-description .job-addl-info .job-ref, .job-description .job-addl-info .job-ref *, .job-description .job-addl-info .job-description__categories, .job-description .job-addl-info .job-description__categories *, .job-description .job-addl-info .location, .job-description .job-addl-info .location * {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

/**mobile gallarydots hack*/

@media(max-width:1020px) {
.career__gallery-dots .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}


.career__gallery-dots .slick-dots li {
    list-style: none
}

.career__gallery-dots .slick-dots li {
    display: inline-block
}

.career-gallery-dot-container .slick-dots button {
    border: 2px solid #eaf7f6;
    border-radius: 50%;
    padding: 0;
    background-color: rgba(0,0,0,0)
}

.career__gallery-dots .slick-dots button {
    border: 2px solid #eaf7f6;
    border-radius: 50%;
    padding: 0;
    background-color: rgba(0,0,0,0)
}

.career__gallery-dots .slick-dots button:hover,.career-gallery-dot-container .slick-dots button:focus {
    cursor: pointer;
    background-color: #eaf7f6;
    border-color: #eaf7f6
}

.career__gallery-dots .slick-dots .slick-active button {
    background-color: #eaf7f6;
    border-color: rgba(0,0,0,0)
}

.career__gallery-dots .slick-dots li {
    margin: 5px
}

.career__gallery-dots .slick-dots button {
    width: 10px;
    height: 10px;
    font-size: 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.career__gallery-control {
    flex-flow: row-reverse;
}

.career__gallery-control .career__gallery-navigation.-prev {
    margin-right: inherit;
}

/*.career__gallery-navigation .i-next::before {*/
/*    content: "\e90a";*/
/*}*/
/*.career__gallery-navigation .i-prev::before {*/
/*    content: "\e90b";*/
/*}*/
    
}

.small{
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 0;
}



/* hero awards*/
.overview-hero_awards{
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.awards-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.logo {
    max-width: 100px;
    transition: transform 0.3s ease;
    margin-right: 10px; /* Add space between logos */
}

.logo:last-child {
    margin-right: 0; /* Remove the margin from the last logo */
}

.additional-logos {
    display: flex;
    position: absolute;
    top: 0;
    right: 0; /* Start hidden on the right */
    transform: translateX(100%); /* Initially hidden to the right */
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

/* Hover effect */
.awards-container:hover .additional-logos,
.awards-container.show .additional-logos {
    transform: translateX(0); /* Slide into view */
    opacity: 1;
    visibility: visible;
}

.awards-container:hover .main-logo,
.awards-container.show .main-logo {
    transform: translateX(calc(-1 * var(--total-width))); /* Slide the main logo to the left */
    transition: transform 0.3s ease;
}

.care-network {
    overflow: hidden;
}

.slick-track {
    display: flex !important;
}
.slick-initialized .slick-track .slick-slide {
    height: inherit !important;
}

.slick-initialized .slick-track .slick-slide  img {
    height: 100%;
    object-fit: cover;
}
