/* global style */
.wrap__header--inner header {
    padding: 0 15px !important;
}
.wrap__header--inner {
    padding: 0px !important;
}

p.custom-text-header {
    font-family: Helvetica !important;
    font-size: 12px !important;
}
.wrap__header--bar--top {
    padding: 77px 0px 21px;
}
/*custom-header-pay*/
.wrap__layout.wrap__home {
    padding-top: 310px;
}
.editable__container--inner img {
    width: 130px;
    margin-left: 41px;
}

.wrap__header--bar--top {
    padding: 47px 0 0;
}
.logo__summary {
    position: relative;
    top: 83px;
}
/*---------------Pop up css------------*/
  #auto-modal {
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      animation: showModal 0.5s ease forwards;
      animation-delay: 1s; /* Delay to simulate auto open after 2 seconds */
      z-index: 9999;
    }

    /* Modal content */
    .modal-pop-up {
      background: #fff;
      padding: 40px 30px;
      max-width: 580px;
      width: 90%;
      text-align: center;
      position: relative;
      border-top: 10px solid #CE0F0F !important;
      border-bottom: 10px solid #CE0F0F !important;
    }

    .modal-pop-up h2 {
      margin-top: 0;
    }

    .modal-pop-up p {
      color: #333;
      font-weight: bold;
    }

    /* Close button (optional) */
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        background: transparent;
        color: #030303;
        border: none;
        border-radius: 50%;
        font-size: 43px;
        cursor: pointer;
        line-height: 29px;
    }

    button.close-btn:hover {
        font-size: 40px;
    }

    a.covid-cta {
        background-color: #383838;
        color: #fff !important;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-decoration: none;
        margin: 34px 0 0 0;
        display: inline-block;
        padding: 13px 30.5px;
    }
    a.covid-close-link {
        margin: 20px 0 0 0;
        display: inline-block;
        color: #878787 !important;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-decoration: none;
        cursor: pointer;
    }

    /* Animation to fade in modal */
    @keyframes showModal {
      to {
        opacity: 1;
        pointer-events: auto;
      }
    }

    @media(max-width: 768px)
{
    .modal-pop-up {
        padding: 45px 30px !important;
    }
    .logo__summary {
    margin-left: 52px!important;
}
    .close-btn {
        top: 6px !important;
        right: 5px !important;
    }
}
/*------------End pop up css------*/

/*------------Start banner css------*/
.recruiting-banner {
    background-color: #CE0F0F;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 13px;
    z-index: 999;
    position: absolute;
    width: 100%;
}
.recruiting-banner p {
    color: #fff !important;
    margin-top: 20px;
}

.recruiting-banner a {
    color: #fff !important;
    text-decoration: underline;
}
/*------------End banner css------*/

@media(max-width: 991px)
{
    .recruiting-banner {
        position: relative !important;
    }
    .wrap__header--bar--top {
        display: flex;
        flex-direction: column;
         padding: 0px 0px 21px !important;
    }
    .logo__summary {
    top:unset;
    margin-left: 160px;
    }
    .wrap__locationsHeader {
        position: unset !important;
    }
    .cutom-header-content img {
        width: 200px;
    }
    .wrap__header--bar--bottom {
        margin-top: 14px;
    }
    .wrap__header--inner header {
        text-align: center;
    }
    .locations_header__container.locations__container {
        display: flex;
        justify-content: center;
    }
    .wrap__additional-components {
        flex-direction: column;
        justify-content: center;
    }
}