/* ==========================================================================
Modal
========================================================================== */

/* POP UP */
.popup__overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.popup #body-h2,
.banner-full #body-h2 {
    padding: 0;
    margin-bottom: 20px;
}

.popup__toggle {
    cursor: pointer;
}

.popup__container {
    position: absolute;
    background: #fff;
    width: calc(100% - 40px);
    max-width: 992px;
    height: auto;
    padding: 40px;
    margin: 20px auto;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 3px;
}

.popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #36B0C9;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    text-decoration: none;
}

.popup__close:hover {
    background-color: #1b6bb4;
    color: #fff;
}

.flexy__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
}

/* END POPUP */

/* ==========================================================================
Jobs Search box
========================================================================== */

input,
select,
textarea {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: none transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    overflow: visible;
    margin-top: 1rem;
    /*padding: 0;*/
    outline: 0;
    border: 0;
    background: none transparent;
    /*color: inherit;*/
    vertical-align: middle;
    /*text-align: center;*/
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 14px 21px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #36B0C9;
    display: inline-block;
    /* question */
    font-size: 1.1rem;
    transition: ease .2s all;
}
[data-react-component="search-box"] {
  position: relative;
  display: block;
  background-color: #1f3f76;
  border-radius: 5px;
  padding: 3rem 2rem;
  width: 100%;
}


[data-react-prop-horizontal=false] {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    
}



.job-search-banner {
    font-family: 'Roboto', sans-serif;
}

.c-main-hero-search > div:not(.location-permission-modal)  {
   display: flex;
  flex-direction: column;
  position: relative;
  /*padding-bottom: 1.5rem;*/
}

.c-main-hero-search >div:last-child:not(.location-permission-modal) {
  padding-bottom: 0;
}

.c-main-hero-search label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}


.c-main-hero-search input {
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  padding-left: 40px;
  color: #292929;
  text-overflow: ellipsis;
  padding-right: 25px;
}



.c-main-hero-search .location-search--has-value input[aria-expanded="true"]  {
  border-radius: 5px 5px 0 0;
}

.keyword-search__input-icon--search,
.location-search__input-icon--pin{
  position: absolute;
  left: 15px;
  color: #8F92A1;
}

.c-main-hero-search .c-main-hero-search__button-search {
  background-color: #36b0ca;
  padding:1rem;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 1rem;
  transition: 0.3s all ease-in-out;
}

.c-main-hero-search .c-main-hero-search__button-search:hover{
  background-color: #292929;
  color: #fff;
}

.c-main-hero-search .c-main-hero-search__button-search:active{
  transition: 0s all ease-in-out;
}

[data-react-prop-horizontal="false"] .c-main-hero-search .location-search--has-value input[aria-expanded="true"] + .menu {
  top: initial;
}

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

@media(max-width: 768px) {
  .c-main-hero-search  .location-search--has-value input[aria-expanded="true"] + .menu {
       max-height: 12.5rem;
  }
}

.custom-search-box .location-search .location-item {
   padding: 6px;
     text-align: left;
}
.custom-search-box .location-search .location-item {
  margin: 5px;
  transition: 0.3s all ease-in-out;
}
.custom-search-box .location-search .location-item.location-item--hightlight {
      background-color: #fff;
  border-radius: 5px;
   }
    
.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-color:#1f4077;
  position: relative;
  width: 30px;
  height: 30px;
} */


.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: #db0007;
  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;
  margin-top:0;
  padding:0;
}

.location-permission__close-button .fa {
    color: #000;
}

.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;
}


/* ==========================================================================
Jobs Search box
========================================================================== */

[data-react-prop-horizontal="true"] {
  width: calc(100% - 3rem);
  margin: 0 auto;
  margin-top: -3rem;
  padding: 1rem;
  margin-bottom: 5rem;
}

@media(min-width: 1000px) {
  [data-react-prop-horizontal="true"] {
      width: calc(100% - 9rem);
      max-width: 1440px;
  }
  
  [data-react-prop-horizontal="true"] .location-permission__description {
      text-align: center;
      
  }
}


/* ==========================================================================
Expired 
========================================================================== */

.expired-job-message-container .expired-job-message {
  border-top: 0px;
  border-bottom: 4px solid #1F3E75;
  color: #292929;
  background: #fff;
  padding: 3.2em 1.2em;
  text-align: center;
}


.expired-job-message__button,
.expired-job-joblist__button{
  border: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
  display: inline-block;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  background-color: #db0006;
  padding: 15px 45px;
  position: relative;
  border-radius: 0.5rem;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}



.expired-job-message__button--label,
.expired-job-joblist__button--label{
  font-weight: bold;
  color:#fff;
}

.expired-job-joblist__button{
  display:block;
  border-radius: 0;
  text-align: center;
  margin: 0 auto;
}

.expired-job-joblist__button:hover,
.expired-job-message__button:hover{
  background-color: #292929;
}







#location-list .c-header-navigation,
#PFoot,
#location-description #CompHTMLTop{ 
  display: none;
  
}

#location-description {
  background: url(https://dokumfe7mps0i.cloudfront.net/oms/5583/image/2025/5/Y13IE_texture-slateLDb3Hd/texture-slateLDb3Hd.png) 0 0 repeat #262524;
}










#job-detail{
    font-family: "Roboto";
}
#job-detail .job-title{
    font-size: 2.7rem;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1rem;
}
#job-detail .job-description-content p strong{
    margin-top: 4rem !important;
}
#job-detail .job-description-content p strong, 
#job-detail .job-description-header{
        font-size: 1.5rem;
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: 900;
    font-style: normal;
}

#job-detail .job-description-content ul li{
    list-style-type: disc;
    margin-bottom: .5rem;
}
#job-detail .job-description .apply-button {
    background: #36B0C9;
    color: #fff;
}
#job-detail .application-instructions-header{
    font-family: 'proxima-nova-condensed', sans-serif;
    margin-top: 4rem;
}
#job-detail .job-addl-info p{
    margin: .5rem 0;
}


#job-detail .job-addl-info .map-button, #job-detail .job-addl-info .job-share-button{
        background: #f1f2f2;
    color: #000000;
}
#job-detail .job-addl-info .map-button:hover, #job-detail .job-addl-info .job-share-button:hover{
        background: #36B0C9;
    color: #fff;
}


/* ==========================================================================
Hacks
========================================================================== */

.page-jobs .job-search-banner__wrapper {
    padding-top: 11rem;
}

@media(max-width:999px) {
    .c-header-navigation {
        /*margin-top: 1rem;*/
    }
    
}


.c-main-hero__background.-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.c-main-hero__video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
}

.u-vertical-center::before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

#footerpowered{
    display: none;
}