/********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;
}