 @charset "UTF-8";

/*
    FIX Search Location box
*/

/*.c-main-hero-search .c-main-hero-search__location-drop .menu {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  transform: translateY(100%);*/
/*  background: #fff;*/
/*  color: #495057;*/
/*  width: 100%;*/
/*  transition: all ease-in 0.6s;*/
/*    border: 1px solid #BDB8B5;*/
/*  border-radius: 0.8em;*/
/*  padding: 2.8rem;*/
/*  z-index: 1;*/
/*}*/

/*.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu {*/
/*  background: #fff;*/
/*  color: #495057;*/
/*  transform: translateY(calc(100% + 0.8rem));*/
/*  border: 1px solid #BDB8B5;*/
/*  border-radius: 0.8em;*/
/*}*/

.results-list__item-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.2rem;
    -ms-flex-align: center;
    align-items: normal;
}

.carter-care__item.accordion {
    gap: 2rem;
}

.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item--hightlight {
  color: #00A9EA;
}

.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item:hover {
  color: #00A9EA;
}

.job-description .job-description-content p:empty {
    min-height: 2.144rem;
}

.c-main-hero-search .location-search--has-value input[aria-expanded="true"]+.menu {
    margin-top: 0.5rem;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 20px;
    position: absolute;
    overflow: auto;
    left:0;
    max-height: 15rem;
    height: auto;
    z-index: 2;
    top: 100%;
    border: 1px solid #00A9EA;
  border-radius: 0.8em;
      box-shadow: 0px 7px 20px #00a9ea26;

    width: 100%;
}


#questionnaireId, #storenum {display: none;}





.location-item__text {
    display: flex;
    width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;

}

.location-item__zip:after {
    content: '-';
    margin: 0 3px;
}






[data-react-component="location-permission-request"] {
    display: none;
}




@media(min-width: 1000px) {
[data-react-component="location-permission-request"] {
 position: absolute;
    bottom: 0;
    z-index: 999;  
    max-width: 100%;
    width: 50%;
    display: block;
}    
}
.location-permission-modal {
  padding: 1.8rem;
    background-color: #01a8ea;
    border-radius: 10px;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    display: flex;
    margin-top: 2rem;
    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;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

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

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




.custom-search-box .location-search .location-item label {
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.custom-search-box .location-search .location-item__icon {
    position: relative;
    margin-left: 15px;
}

.custom-search-box .location-search .location-item__icon::before {
    content: '';
    display: block;
    background-image: url('https://com.jobing.static.s3.amazonaws.com/company/sites/158439/assets/carters.png?ss');
    position: relative;
    width: 30px;
    height: 30px;
}

/* END */

#jobs-list {
    display: none;
}

.application-instructions-header[data-reactid="20"] {
    display: none;
}
.custom-apply-text[data-reactid="22"] {
    display: none;
}

.c-jobs {
  width: 100%;
  padding: 0 1.6rem;
  max-width: none;
}
@media screen and (min-width: 600px) {
  .c-jobs {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-jobs {
    padding: 0 3rem;
  }
}

.c-job-main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .c-job-main {
    flex-direction: row;
    gap: 5.6rem;
  }
}
.c-job-main__left {
  background-color: rgba(0, 0, 0, 0);
  color: #343A40;
  padding: 3rem 0rem 2rem 0rem;
  border-radius: 0.6rem;
}
@media screen and (min-width: 600px) {
  .c-job-main__left {
    padding: 3rem 3.2rem 2rem 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-job-main__left {
    width: 41.3rem;
  }
}
.c-job-main__left-inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .c-job-main__right {
    flex-grow: 1;
  }
}
.c-job-main__right .results-header {
  color: #333333;
}
.c-job-main__right .results-header__content-total {
  color: #00A9EA;
}
.c-job-main__sorting {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .c-job-main__sorting {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-job-main__sorting-left .results-header {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0;
}
.c-job-main__sorting-right .c-jobs-sortby,
.c-job-main__sorting-right .c-jobs-radius{
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #E9ECEF;
  justify-content: space-between;
  align-items: center;
}


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

.c-job-main__sorting-right .c-jobs-sortby .Select,
.c-job-main__sorting-right .c-jobs-radius .Select{
  width: 13rem;
}
.c-job-main__sorting-right .c-jobs-sortby .Select.is-open .Select-control,
.c-job-main__sorting-right .c-jobs-radius .Select.is-open .Select-control{
  background-color: rgba(0, 0, 0, 0) !important;
}
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control,
.c-job-main__sorting-right .c-jobs-radius .Select .Select-control{
  color: #343A40;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label,
.c-job-main__sorting-right .c-jobs-radius .Select .Select-value-label{
  color: #343A40;
}

.c-main-hero-search {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-main-hero-search input:focus, .c-main-hero-search input:active {
  outline: none;
}
.c-main-hero-search__keyword {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #343A40;
}
.c-main-hero-search__keyword-label {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40;
}
.c-main-hero-search__keyword-input {
  width: 100%;
  color: #495057;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  border: none;
}
.c-main-hero-search__keyword .keyword-search__input {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border: 0.1rem solid #BDB8B5;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  transition: ease all 0.25s;
}
.c-main-hero-search__keyword .keyword-search__input:focus-within {
  border: 0.1rem solid #00A9EA;
}
.c-main-hero-search__keyword .keyword-search__input-icon--search {
  color: #495057;
}
.c-main-hero-search__button {
  background-color: #00A9EA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
  transition: ease all 0.25s;
  border-radius: 0.8rem;
  border: 0.3rem solid #00A9EA;
}
.c-main-hero-search__button-search {
  padding: 1rem 1.5rem;
  width: 100%;
  background-color: #00A9EA;
  color: #F8F9FA;
  transition: ease all 0.25s;
}
.c-main-hero-search__button:hover, .c-main-hero-search__button:focus {
  background-color: #66CBEC;
  border: 0.3rem solid #66CBEC;
}
.c-main-hero-search__button:hover .c-main-hero-search__button-search, .c-main-hero-search__button:focus .c-main-hero-search__button-search {
  color: #F8F9FA;
  background-color: #66CBEC;
}
.c-main-hero-search__location i {
  color: #495057;
}
.c-main-hero-search__location-content {
  display: flex;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 0.8rem;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  border: 0.1rem solid #BDB8B5;
  transition: ease all 0.25s;
}
.c-main-hero-search__location-content:focus-within {
  border: 0.1rem solid #00A9EA;
}
.c-main-hero-search__location-drop {
  flex-grow: 1;
}
.c-main-hero-search__location-drop input {
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  border: none;
  color: #495057;
}

.ssr-search-bar {
  width: 100%;
  padding: 0 2rem;
  height: 31rem;
  margin-top: calc(-1 * (31rem / 2 + 3rem));
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 600px) {
  .ssr-search-bar {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .ssr-search-bar {
    padding: 0 6.4rem;
    height: 13.3rem;
    margin-top: calc(-1 * (13.3rem / 2 + 6rem));
  }
}

.-horizontal.c-main-hero-search {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
  padding: 2rem;
  border: 0.1rem solid #E9ECEF;
  border-radius: 0.4rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .-horizontal.c-main-hero-search {
    flex-flow: wrap;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .-horizontal.c-main-hero-search .c-main-hero-search__keyword {
    flex-grow: 1;
  }
}
.-horizontal.c-main-hero-search .c-main-hero-search__keyword-label {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location.location-search {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-label {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40;
}
.-horizontal.c-main-hero-search .c-main-hero-search__button {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .-horizontal.c-main-hero-search .c-main-hero-search__button {
    width: 19rem;
  }
}

.jobs-current-searches {
  display: flex;
  flex-direction: column;
}
.jobs-current-searches__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40;
}
.jobs-current-searches__tag-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  margin: 0;
}
.jobs-current-searches__tag-item {
  padding: 0.4rem 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  transition: ease all 0.25s;
  cursor: default;
  color: #6C757D;
  border: 0.1rem solid #BDB8B5;
  border-radius: 10rem;
}
.jobs-current-searches__tag-item:hover {
  background-color: #fff;
  color: #6C757D;
  border: 0.1rem solid #BDB8B5;
}
.jobs-current-searches__tag-item:hover svg > path {
  fill: #8B827D;
}
.jobs-current-searches__tag-close {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 1.7rem;
  height: 1.7rem;
  transition: ease all 0.25s;
  background-color: rgba(139, 130, 125, 0.2);
  border-radius: 50%;
}
.jobs-current-searches__tag-close svg {
  width: 0.9rem;
  height: 0.9rem;
}
.jobs-current-searches__tag-close svg > path {
  fill: #8B827D;
}

.c-jobs-filter {
  display: flex !important;
  flex-direction: column;
  gap: 2.4rem;
  max-width: none !important;
}
.c-jobs-filter .filter-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-jobs-filter .filter-group > h3 {
  display: none !important;
}
.c-jobs-filter .filter-category-container {
  background-color: #fff;
  border: 0.1rem solid #BDB8B5;
  margin-bottom: 2rem;
  border-radius: 0.8rem;
}
.c-jobs-filter .filter-category-container:last-child {
  margin-bottom: 0;
}
.c-jobs-filter .filter-header {
  padding: 0.6rem 1.4rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #6C757D;
  background-color: rgba(0, 0, 0, 0) !important;
}
.c-jobs-filter .filter-option label {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  color: #6C757D;
}
.c-jobs-filter .filter-option label > .option-value {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  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: 0;
  border-top: none;
}
.c-jobs-filter .reset-filters {
  text-align: start;
}
.c-jobs-filter .reset-filters a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-decoration: underline;
  color: #23527C;
}

.c-jobs-list .results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-jobs-list .results-list__item {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  border: 0.1rem solid #E9ECEF;
  background-color: #fff;
  gap: 1.8rem;
}

.results-list__item-header,
.results-list__item-brand {
    width: 100%;
    margin-bottom: 5px;

}



@media(min-width: 600px) {
    .results-list__item-header {
        display: flex;
        justify-content: space-between;
        
    }

    .results-list__item-brand {
        margin-bottom: 0;
    }

}

.c-jobs-list .results-list__item-header a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40;
}



.results-list__item-distance {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

@media(min-width: 600px) {
    .results-list__item-distance {
        margin-top: 0;
    }
}

.results-list__item-distance--icon {
    display: block;
    margin-right: 15px;
}

.results-list__item-street--icon,
.results-list__item-brand--icon {
    display: block;
    margin-right: 10px;
}



.c-jobs-list .results-list__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .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: 1.2rem;
  align-items: center;
}
.c-jobs-list .results-list__item-street--icon > svg > g > g {
  stroke: #ADB5BD;
}
.c-jobs-list .results-list__item-apply {
  padding: 0.7rem 2rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0.8rem;
  text-decoration: none;
  transition: ease all 0.25s;
  margin-top: 1.5rem;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .c-jobs-list .results-list__item-apply {
    margin-top: 0;
  }
}
/*@media screen and (min-width: 1024px) {*/
/*  .c-jobs-list .results-list__item-apply {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*  }*/
/*}*/
.c-jobs-list .results-list__item-apply:hover, .c-jobs-list .results-list__item-apply:focus {
  background-color: rgba(0, 0, 0, 0);
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--label, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--label {
  color: #23527C;
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon {
  background-color: #66CBEC;
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon > svg > g > g, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon > svg > g > g {
  fill: #E5F6FC;
}
.c-jobs-list .results-list__item-apply--label {
  color: #00A9EA;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
}
.c-jobs-list .results-list__item-apply--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #E5F6FC;
  border-radius: 50%;
  transition: ease all 0.25s;
}
.c-jobs-list .results-list__item-apply--icon > svg > g > g {
  transition: ease all 0.25s;
  fill: #00A9EA;
}

.c-jobs-pagination {
  margin: 3rem 0;
  display: block;
  position: relative;
  width: fit-content;
}
.c-jobs-pagination .page-size {
  display: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .c-jobs-pagination .page-size {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 1.8rem;
    justify-content: center;
    text-align: center;
  }
}
.c-jobs-pagination .page-size:focus-visible {
  outline: none;
}
.c-jobs-pagination .pagination {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-jobs-pagination .pagination {
    justify-content: flex-start;
  }
}
.c-jobs-pagination .pagination.mobile {
  display: none;
}
.c-jobs-pagination .page-links {
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-jobs-pagination .page-links {
    margin-right: 3rem;
  }
}
.c-jobs-pagination .page-links > a {
  cursor: pointer;
  margin: 0 0.5rem;
  color: #333333;
}
.c-jobs-pagination .page-link {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  transition: ease all 0.25s;
}
.c-jobs-pagination .page-link:hover {
  text-decoration: none;
  color: #01a8ea;
}
.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: 3.6rem;
  width: 3.6rem;
  background: rgba(0, 0, 0, 0);
  color: #333333;
  border-radius: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  transition: ease all 0.25s;
}
.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 {
  background: #01a8ea;
  color: #F8F9FA;
}
.c-jobs-pagination .page-link.page-link-next.not-selectable, .c-jobs-pagination .page-link.page-link-last.not-selectable, .c-jobs-pagination .page-link.page-link-first.not-selectable, .c-jobs-pagination .page-link.page-link-previous.not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  display: none;
}
.c-jobs-pagination .page-link.current-page.not-selectable {
  color: #F8F9FA;
}

.job-description .job-title {
  font-weight: 600 !important;
  font-size: 2.8rem !important;
  line-height: 3.6rem !important;
  margin-bottom: 3.2rem;
  color: #495057 !important;
}
.job-description .content {
  max-width: 124rem !important;
}
.job-description .main-content {
  width: 100% !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 600px) {
  .job-description .main-content {
    width: calc(100% - (21rem + 4rem)) !important;
    padding-right: calc(2rem) !important;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .job-description .main-content {
    width: calc(100% - (25.2rem + 6rem)) !important;
    padding-right: calc(3rem) !important;
  }
}
.job-description .job-addl-info {
  width: 100% !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 600px) {
  .job-description .job-addl-info {
    width: 21rem !important;
    padding-left: calc(2rem) !important;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .job-description .job-addl-info {
    width: 25.2rem !important;
    padding-left: calc(3rem) !important;
  }
}
.job-description-header {
  font-weight: 700 !important;
  font-size: 3rem !important;
  line-height: 4.1rem !important;
  margin-bottom: 1.6rem;
  color: #495057;
}
.job-description-content p,
.job-description-content span.emphasis-3,
.job-description-content li {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 2.7rem !important;
  color: #495057 !important;
}

.job-description-content span {
      font-size: 1.8rem !important;
  line-height: 2.7rem !important;
  /*color: #495057 !important;*/
}

.job-description-content p b {
  font-weight:600
}

.job-description-content span.emphasis-3 {
    color: rgb(88, 183, 223) !important;
    font-weight: 600 !important;
}

.job-description-content h1 {
    line-height: 1;
}

.job-description .apply-button {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 3rem !important;
  padding: 0.6rem 2rem !important;
  color: #F8F9FA !important;
  border-radius: 0.8rem !important;
  border: 0.1rem solid #00A9EA !important;
  background-color: #00A9EA !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  transition: ease all 0.25s;
}
.job-description .apply-button:hover {
  border: 0.1rem solid #66CBEC !important;
  background-color: #66CBEC !important;
  color: #F8F9FA !important;
}
.job-description .map-button,
.job-description .job-share-button {
  padding: 0.6rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 3rem !important;
  color: #00A9EA !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0.1rem solid #00A9EA !important;
  transition: ease all 0.25s;
  border-radius: 0.8rem !important;
}
.job-description .map-button:hover,
.job-description .job-share-button:hover {
  color: #F8F9FA !important;
  background-color: #66CBEC !important;
  border: 0.1rem solid #66CBEC !important;
}
#job-detail p.salary-comment {
    display: none;
}

.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-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 2.7rem !important;
  color: #495057;
}
.job-description .job-addl-info .job-payrange strong,
.job-description .job-addl-info .job-payrange * strong,
.job-description .job-addl-info .salary-comment strong,
.job-description .job-addl-info .salary-comment * strong,
.job-description .job-addl-info .date strong,
.job-description .job-addl-info .date * strong,
.job-description .job-addl-info .job-status strong,
.job-description .job-addl-info .job-status * strong,
.job-description .job-addl-info .job-ref strong,
.job-description .job-addl-info .job-ref * strong,
.job-description .job-addl-info .job-description__categories strong,
.job-description .job-addl-info .job-description__categories * strong,
.job-description .job-addl-info .location strong,
.job-description .job-addl-info .location * strong {
  font-weight: 700 !important;
}
[data-reactid="41"] > [data-reactid="42"] {
    text-align: center !important;
}
[data-reactid="109"] > a {
    gap: 1px !important;
    justify-content: center !important;
}
[data-reactid="109"] > a > .location__label{
    width: fit-content !important;
}
.c-job-main__sorting {
    padding-bottom: 3rem;
}


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

@media(min-width: 600px) {
    .c-job-main__sorting-right {
        flex-flow: row;
        justify-content: start;
        width: auto;
    }
    .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;
    }
}

.content .job-title {
  border-bottom: 1px solid #BDB8B5;
}
.u-one-line-text {
  display: inline-block;
}


.intern-program .fh-section__info-player{
    max-width: 600px;
    margin: 3rem auto -5rem;
}