 /********QUIck FIXES*******/
.job-description-content [editor_id="mce_editor_0"] {
    font-size: initial;
}

/* job details */

#job-detail .job-description * {
  font-family: 'noto_sanslight', sans-serif;
}

#job-detail .job-description ul {
  list-style-type: disc;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

#job-detail .application-instructions-header,
#job-detail .custom-apply-text {
  display: none;
}

#job-detail .job-description .map-button--flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#job-detail .job-description .map-button--flex>div {
  width: auto;
}

#job-detail h4.job-description-header {
  margin-bottom: 2rem;
}

#job-detail .job-description .map-button .fa,
#job-detail .job-description .job-share-button .fa {
  font-family: FontAwesome !important;
}

/* ALERT BANNER */

.alert-banner {
  position: fixed;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  background-color: rgb(247, 247, 246);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);

}

.alert-banner__row {
  padding: 3rem;
}

@media (min-width: 768px) {
  .alert-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .alert-banner__content p {
    width: 80%;
    margin-right: auto;
    padding-right: 2rem;
  }

  .alert-banner__content a {
    width: 18rem;
  }
}

/* FOOTER LOGO */

.footer__logo-wrapper {
  width: 12rem;
}

@media (min-width: 768px) {
  .footer__logo-wrapper {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .footer__logo-wrapper {
    margin-top: 1rem;
  }
}
.pride-logo{
        max-height: 101px;
    margin-top: -15px;
        transition: ease all .4s;
}
.shrink{
    max-height: 65px;
       margin-top: -10px;
}

.footer__social-media--link img {
    height: 24px;
    user-select: none;
}


/* Footer accordion*/
.eeo__section {
    margin: 50px 0;
}

.accordion {
    background-color: rgb(247, 247, 246);
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.accordion span i {

  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
        transition: ease all 0.25s;
        font-size: 24px;
}

.accordion.active span i{
  transform: rotate(180deg);
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0 !important;
}

.panel .p-style{
    font-size: 1.6rem !important;    
}

.panel-content{
    padding-top: 1.6rem;
}
list-style-position


.expired-job-message-container {
    padding-top: 12rem;
}
.testimonial__card {
    padding-bottom: 4rem !important;
}
@media (min-width: 992px) {
    .diversity__section--top {
        padding-bottom: 5rem;
    }
}

.shaping-feature-section {
    padding-top: 8rem;
    padding-bottom: 10rem;
}
.shaping-feature-section .col-sm-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bonus-detail__row {
    margin-top: 0;
}
.bonus-detail__row ul {
    list-style-position: inside;
}

/* Edits on Jul 15, 2025 */
:root {
    --color-black: #242424;
    --color-white: #fff;
    --color-light-green: #88cb26;
    --color-green: #167c70;
    --color-light-blue: #eaf5f6;
}
.absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: 0;
  }
  .right-0 {
    right: 0;
  }
  .left-0 {
    left: 0;
  }
  .-mt-\[2rem\] {
    margin-top: -2rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .size-\[6\.4rem\] {
    width: 6.4rem;
    height: 6.4rem;
  }
  .size-\[17rem\] {
    width: 17rem;
    height: 17rem;
  }
  .h-\[24\.2rem\] {
    height: 24.2rem;
  }
  .h-\[28rem\] {
    height: 28rem;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[85\.4rem\] {
    max-width: 85.4rem;
  }
  .grow {
    flex-grow: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2rem\], .gap-2 {
    gap: 2rem;
  }
  .gap-\[4rem\] {
    gap: 4rem;
  }
  .gap-\[6rem\] {
    gap: 6rem;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .object-top {
    -o-object-position: top;
    object-position: top;
  }
  .p-\[4rem\] {
    padding: 4rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .py-\[4rem\] {
    padding-block: 4rem;
  }
  .pt-\[6rem\] {
    padding-top: 6rem;
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .pl-\[2rem\] {
    padding-left: 2rem;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-light-green {
    color: var(--color-light-green);
  }
  .text-white {
    color: var(--color-white);
  }
  @media (min-width: 48rem) {
    .md\:size-\[20\.7rem\] {
      width: 20.7rem;
      height: 20.7rem;
    }
    .md\:h-\[46\.7rem\] {
      height: 46.7rem;
    }
    .md\:basis-\[calc\(\(100\%-2rem\)\/2\)\] {
      flex-basis: calc(50% - 1rem);
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:flex-wrap {
      flex-wrap: wrap;
    }
    .md\:p-\[4rem\] {
      padding: 4rem;
    }
    .md\:px-\[4rem\] {
      padding-inline: 4rem;
    }
    .md\:px-\[8rem\] {
      padding-inline: 8rem;
    }
    .md\:py-\[8rem\] {
      padding-block: 8rem;
    }
    .md\:py-\[12rem\] {
      padding-block: 12rem;
    }
    .md\:pb-\[4rem\] {
      padding-bottom: 4rem;
    }
  }
  @media (min-width: 64rem) {
    .lg\:size-\[34\.5rem\] {
      width: 34.5rem;
      height: 34.5rem;
    }
    .lg\:basis-1\/2 {
      flex-basis: 50%;
    }
    .lg\:basis-1\/4 {
      flex-basis: 25%;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:px-\[6rem\] {
      padding-inline: 6rem;
    }
    .lg\:px-\[8rem\] {
      padding-inline: 8rem;
    }
    .lg\:py-\[6rem\] {
      padding-block: 6rem;
    }
    .lg\:pr-\[6rem\] {
      padding-right: 6rem;
    }
    .lg\:pl-\[0rem\] {
      padding-left: 0;
    }