.main-content {
    margin-top: 75px ;   
}

/*RENAMING CATEGORY*/
.filter-custom_categories .filter-title{
    font-size: 0px;
}
.filter-custom_categories .filter-title:before{
    content:'Department';
    font-size: initial;

} 





.job-addl-info .salary-comment,
.job-addl-info .job-payrange{
    display: none;
}


.custom_job-payrange {
    color: #598700
   
}
.custom_job-payrange strong {
    margin-right: 5px;
}

/* NEW NAV STYLE 2018 */bg
body {
    font-family: "museo-sans", sans-serif !important;
    color: #2b2b2b;

}
li {
    font-size: 16px;
    font-weight: 300;
}
@media screen and (min-width: 992px){
.br-large {
    display: block;
}
}
.body-style-big {
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.45;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}

.bg-dark-grey {
    background-color: #404041;
}

.salary-comment{display: none;}
/* POP UP */

#popup__overlay {
  display: none;
}

.popup {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    overflow-y: scroll;
}

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

.popup__container {
    position: absolute;
    background: #fff;
    width: calc(100% - 40px);
    max-width: 1200px;
    height: auto;
    padding: 40px;
    margin: 20px auto;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 999;
}

@media(max-width:600px) {
 .popup__inner-container h2 {
     font-size: 21px;
 }   
 .popup__container {
 top: 320px; 
 padding: 40px 15px;
 }
}

.popup__close,
.popup__close-2 {
    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: #FFB718;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #000;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    text-decoration: none !important;
}

.popup__close:hover,
.popup__close-2:hover{
    background-color: #FBC555;
    color: #000;
}

.popup__close,
.popup__close-2{
    color: #000;
}



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

.flexy__item {
    padding: 15px;
    width: calc(100% - 30px);
}

h3.flexy__item-title {
    text-transform: capitalize;
    color: #004A7C;
    width: 100%;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .flexy__item {
        width: calc(100% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .flexy__item {
        width: calc(108% - 30px);
    }
}

@media (max-width: 767px) {
    .flexy__item:not(:last-child) {
        margin-bottom: 15px;
    }
}

.flexy__btn {
    margin: 0 !important;
}
/* END POPUP */

/* KILL */

.spanish-link,
#jobs-list .no-results-talent-community-container iframe,
#jobs-list .embedded-company-follow-form {
    display: none;
}

/* NAV */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.nav {
    position: relative;
    height: 7.6rem;
    padding: 0 3.2rem;
    background-color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    -o-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    z-index: 999;
}

.nav__logo {
    display: inline-block;
    margin-top: .9rem;
    max-width: 31rem;
    z-index: 999;
}

.nav__burger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    height: 6rem;
    width: 6rem;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    -o-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    z-index: 999
}

.nav__burger.active .nav__bar--1 {
    -webkit-transform: translateY(0.7rem) rotate(-45deg);
    -ms-transform: translateY(0.7rem) rotate(-45deg);
    transform: translateY(0.7rem) rotate(-45deg)
}

.nav__burger.active .nav__bar--2 {
    opacity: 0
}

.nav__burger.active .nav__bar--3 {
    -webkit-transform: translateY(-1.5rem) rotate(45deg);
    -ms-transform: translateY(-1.5rem) rotate(45deg);
    transform: translateY(-1.5rem) rotate(45deg)
}

.nav__bars {
    display: block
}

.nav__bar {
    display: block;
    width: 4rem;
    height: .3rem;
    background-color: #000;
    margin: 0 auto;
    margin-top: .8rem;
    -webkit-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s
}

.nav__list,
.nav-dropdown {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav__item,
.nav__link,
.nav__btn {
    display: inline-block;
    font-size: 3rem;
}

.nav__link,
.nav__btn,
.nav-dropdown__link {
    position: relative;
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-weight: 700;
    -webkit-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.nav__link {
    text-transform: uppercase;
}

.nav-dropdown__link {
    display: block;
    font-size: 2.2rem;
}

.nav__btn {
    text-align: center
}

.nav__link:hover,
.nav__link:focus,
.nav-dropdown__link:hover,
.nav-dropdown__link:focus {
    color: #000;
    text-decoration: none;
}

.nav__link:hover {
    background-color: #FFB718;
}

.nav-dropdown__link:hover,
.nav-dropdown__link:focus,
.nav__link:focus {
    background-color: #f1f2f2;
}

.nav__link--dropdown {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.nav__link--dropdown i {
    font-size: 2.4rem;
    margin-left: .8rem;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    -o-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
}

.nav__btn {
    padding: 1.2rem 2.4rem;
    border: #FFB718 solid 0.1rem;
    background-color: #FFB718;
}

.nav__btn:hover,
.nav__btn:focus {
    border-color: #FBC555;
    background-color: #FBC555;
    color: #000;
    text-decoration: none;
}

button.nav__burger {
    overflow: visible;
    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;
}

@media screen and (min-width: 992px) {
    .nav {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .nav__header {
        width: 31rem;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .nav__logo {
        width: 100%;
    }

    .nav__burger {
        display: none
    }

    .nav__nav {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-flex: calc(100% - 27.5rem);
        -webkit-box-flex: calc(100% - 27.5rem);
        flex: calc(100% - 27.5rem);
        max-width: 130rem;
        margin-left: auto
    }

    .nav__list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .nav__item {
        position: relative
    }

    .nav__item--btn {
        padding-left: 1.2vw
    }

    .nav__item--dropdown:hover .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition: ease all 0.2s;
        -o-transition: ease all 0.2s;
        transition: ease all 0.2s
    }

    .nav__item--dropdown:hover .nav__link--dropdown i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .nav__link,
    .nav__btn {
        font-size: 1.4rem
    }

    .nav__link {
        text-align: center;
        padding: 3.1rem 1.2vw
    }

    .nav__link--dropdown i {
        font-size: 1rem
    }

    .nav-dropdown {
        position: absolute;
        width: 28rem;
        background-color: #fff;
        top: 7.6rem;
        left: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: ease all 0.2s;
        -o-transition: ease all 0.2s;
        transition: ease all 0.2s;
        z-index: 9
    }

    .nav-dropdown__link {
        font-size: 1.4rem;
        padding: 1.6rem 2.4rem
    }

}

@media screen and (min-width: 1440px) {
    .nav__item--btn:not(:last-child) {
        padding-right: 2vw;
        padding-left: 0
    }

    .nav__link {
        padding: 3.1rem 2vw
    }
}

@media screen and (max-width: 991px) {
    .nav__header {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        height: 100%
    }

    .nav__logo {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .nav__list {
        position: fixed;
        display: none;
        background-color: #fff;
        width: 100%;
        padding: 20vh 0;
        padding-bottom: 2rem;
        top: 10rem;
        right: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 9;
    }

    .nav__item,
    .nav__item--btn {
        display: block;
    }

    .nav__item--btn {
        margin: 3rem 4rem;
    }

    .nav__link {
        display: block;
        padding: 3rem 4rem;
    }

    .nav-dropdown {
        margin-top: 2.4rem
    }

    .nav-dropdown__link {
        padding: 2rem 4rem;
    }
}

/* NAV END */

.spanish-link:hover,
.spanish-link:focus {
    color: #ffb718;
}

@media(min-width:992px) {

    .spanish-link {
        display: block;
        position: absolute;
        right: 0;
        bottom: -40px;
        background: #ab162c;
        padding: 1rem 2rem;
        color: #ffb718;
    }
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

@media(max-width:998px) {
    .video-slide {
        margin-top: 5rem;
    }
}

.srt {
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.cta--link {
    font-weight: bold;
    font-style: italic;
}

.back-to-main {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 10%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    display: none;
}

.back-to-main a {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.back-to-main a:hover {
    color: #FDB71A;
    text-shadow: 1px 1px 10px rgba(10, 10, 10, .4);
}

#job-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    display: none;
}

.benny {
    position: relative;
}

/* featured video gallery */

.video-gallery_section {
    background-attachment: fixed;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/U1IKG_video-gallyerbgayDsBX/video-gallyerbgayDsBX.png);
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-bottom #featured_video_gallery {
    clear: both;
}

.video_gallery #video_list h4 {
    margin: 2rem 0 4rem
}

#featured_video_gallery header h2 a {
    font-size: 2rem;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

#featured_video_gallery .video_wrapper {
    margin-bottom: 2rem
}

@media (min-width: 42.5em) {
    #featured_video_gallery .video_wrapper {
        margin-bottom: 0
    }
}

/*HERO HEADER IMAGE AND TEXT STYLE -- OVERVIEW PAGE */

@media (min-width: 768px) {
    .section-overview-hero .col-md-5 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .page-travel-center-jobs #job-details.p-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.h1-hero-style {
    color: white;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 5.5rem;
    text-transform: uppercase;
}

.h3-hero-style {
    color: white;
    font-family: "museo-sans", sans-serif;
    font-weight: bold;
    font-size: 30px;
}

h3 {
    font-family: "museo-sans", sans-serif !important;
}

.section-overview-hero .hero-img-container {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#82000000', GradientType=0);
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/U86UY_overviewhero238cTdf/overviewhero238cTdf.png');
    background-size: cover;
    background-position: center top;
    min-height: 500px;
    position: relative;
}

/* REMOVE WHEN ALERT BANNER REMOVED */

@media (min-width: 1025px) {

    .has-covid .section-who-are-we-hero .hero-img-container,
    .has-covid .section-hourly-jobs-hero .hero-img-container,
    .has-covid .section-travel-center-jobs-hero .hero-img-container,
    .has-covid .section-driver-jobs-hero .hero-img-container,
    .has-covid .section-lease-driver-jobs-hero .hero-img-container,
    .has-covid .section-benefits-hero .hero-img-container,
    .has-covid .section-college-recruiting-hero .hero-img-container,
    .has-covid .section-support-center-hero .hero-img-container,
    .has-covid .section-learning-development-hero .hero-img-container,
    .has-covid .section-management-jobs-hero .hero-img-container,
    .has-covid .section-mobile-tire-tech-hero .hero-img-container,
    .has-covid .section-veteran-jobs-hero .hero-img-container,
    .has-covid .section-overview-hero,
    .has-covid .section-it-jobs-hero .hero-img-container,
    .has-covid .section-hvacr-tech-hero .hero-img-container,
    .has-covid .section-nhd-overview-hero,
    .has-covid .section-restaurant-management-jobs-hero .hero-img-container,
    .has-covid .section-red-hero,
    .has-covid .section-nhd-hero,
    .has-covid .section-talent-communities-hero {
        margin-top: 9.5rem;
    }

    .has-covid .section-refer-hero {
        margin-top: 4rem;
    }

}

/*.hero-push-overview {
    float: right !important;
}*/

.hero-push-overview,
.hero-margin-overview {
    margin-top: 25rem;
    margin-bottom: 4rem;
    /*margin-left: 10rem;*/
    /*margin-right: 17.5rem;*/
}

.video-trigger {
    padding-top: 1rem;
    text-align: right;
}

.modal-link {
    color: white;
    font-size: 18px;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
    font-family: "museo-sans", sans-serif;
}

.modal-link:hover {
    color: #FFB718;
    text-decoration: none;
}

#company-profile-main.fb .body-style.strong {
    font-weight: bold;
    font-size: 15px;
}

/* CUSTOM JOB SEARCH */

#job-list-page .jobs-list {

    /*margin-top: 14rem;*/
}

.page-jobs #jobs-list,
#job-list-page #jobs-list {
  margin-top: 0;
}

.page-jobs #jobs-list .results-container,
#job-list-page #jobs-list .results-container {
  padding-top: 60px;
}

.page-jobs #jobs-list .filter-block,
#job-list-page #jobs-list .filter-block {
  margin-top: 0 !important;
  background-color: #DD1A31 !important;
}

.page-jobs #jobs-list .filter-block .filter-container,
#job-list-page #jobs-list .filter-block .filter-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 980px !important;
}

.page-jobs #jobs-list .job-banner .job-banner__wrapper h3,
#job-list-page #jobs-list .job-banner .job-banner__wrapper h3 {
  color: #FFF !important;
}

.page-jobs #jobs-list .job-banner .job-banner__wrapper h3 a,
#job-list-page #jobs-list .job-banner .job-banner__wrapper h3 a {
  color: #FFB718 !important;
}

.page-jobs #jobs-list .filter-block::before,
#job-list-page #jobs-list .filter-block::before {
  content: "Job search";
  display: flex;
  padding-top: 60px;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
}

.page-jobs #jobs-list .job-banner,
#job-list-page #jobs-list .job-banner {
  margin-top: 0 !important;
  background-color: #DD1A31 !important;
  padding-bottom: 60px !important;
}

@media (max-width: 998px) {

  .page-jobs #jobs-list .job-banner,
  #job-list-page #jobs-list .job-banner {
    padding-top: 12px !important;
    padding-bottom: 20px !important;
  }

  .page-jobs #jobs-list .filter-block .filter-container,
  #job-list-page #jobs-list .filter-block .filter-container {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

/*@media screen and (max-width: 991px) {*/
/*    .page-jobs #jobs-list {*/
/*        margin-top: 14rem;*/
/*    }*/
/*}*/

#header {
    background-color: #AB162C;
}

#header.header--white {
    background-color: #FFF;
}

#jobs-list.jobs-list.custom {
    display: block;
}

#company-profile-main #header #jobs-list {
    position: relative;
    /*font-weight: 700;*/
    /* display: block; */
    left: 0;
    /* margin-bottom: 30px; */
    /* padding-bottom: 30px; */
}

#jobs-list button.job-search-button.primary {
    background: #FFB718;
    color: #2b2b2b;
    border: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

[data-page-name="Pilot Flying J Jobs: Overview"] .jobs-list:not(.custom),
[data-page-name="Pilot Flying J Jobs: Overview"] .job-banner {
    display: none;
}

#jobs-list>div>aside {
    background-color: #AB162C;
}

.jobs-list aside .filter-container input[type="text"],
.jobs-list aside .filter-container button,
.jobs-list aside .filter-container .filter-header {
    height: 42px;
    font-size: 16px;
    font-family: "museo-sans", sans-serif !important;
}

.jobs-list .app {
    display: table;
    width: 100%;
}

.jobs-list .app * {
    font-family: "museo-sans", sans-serif;
}

#header #jobs-list>div>aside>div {
    width: 100%;
    max-width: 730px;
    margin: auto;
}

.jobs-list aside .filter-group.no-job-list {
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    #company-profile-main #header .filter-group.keyword-search {
        /*width: 50%;*/
        /*float: left !important;*/
    }

    #company-profile-main #header .advanced-search-container {
        /*width: 50%;*/
        /*float: right !important;*/
    }

    #header #jobs-list>div>aside>div>div.filter-group.keyword-search.no-job-list>h3 {
        width: 350px;
        margin-left: 2%;
    }

    #header .jobs-list aside .filter-group.no-job-list input,
    #header .jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent,
    #header .jobs-list aside .filter-group.no-job-list .auto-suggest-container,
    #header .jobs-list aside .filter-group.no-job-list button #header #jobs-list>div>aside>div>div.advanced-search-container>div.filter-group.advanced-search,
    #header .jobs-list aside .reset-filters {
        width: 350px;
        margin: 0 auto;
    }

    #jobs-list>div>aside>div>div.filter-group.keyword-search.no-job-list>button {
        /*display: block;*/
        /*width: 350px;*/
    }

    #header .jobs-list aside .filter-group.no-job-list input,
    #header .jobs-list aside .filter-group.no-job-list button,
    #header .jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent,
    #header .jobs-list aside .filter-group.no-job-list .auto-suggest-container {
        margin-bottom: 4%;
    }
}

.jobs-list aside .filter-group>h3 {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin: 0 0 25px 0;
    font-weight: 700;
    font-size: 18px;
    font-family: "museo-sans", sans-serif !important;
}

#header .jobs-list aside .filter-group.no-job-list input,
#header .jobs-list aside .filter-group.no-job-list button,
#header .jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent,
#header .jobs-list aside .filter-group.no-job-list .auto-suggest-container {
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    font-family: "museo-sans", sans-serif;
}

.jobs-list aside .filter-group .filter-header {
    margin-top: 4% !important;
}

.filter-group>span,
.jobs-list aside .reset-filters a {
    color: #fff !important;
    font-family: "museo-sans", sans-serif;
}

@media (min-width: 850px) {
    .jobs-list aside {
        width: 25%;
    }

    .jobs-list aside .filter-group.no-job-list {
        width: 100%;
    }
}

@media (max-width: 850px) {

    .jobs-list aside .filter-group.no-job-list input,
    .jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent,
    .jobs-list aside .filter-group.no-job-list button,
    .jobs-list aside .filter-group.no-job-list .auto-suggest-container {
        width: 100% !important;
    }
}

/* internal page job search and job list style */

#jobs-list aside .filter-group input,
#jobs-list aside .filter-group button,
#jobs-list aside .filter-group .LocationSearchInputComponent,
#jobs-list aside .filter-group .auto-suggest-container {
    /*margin-bottom: 4%;*/
    display: block;
    vertical-align: top;
    border: none;
}

/* Video modal */

.video-modal {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .65);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}

.video-container {
    display: table;
    height: 100vh;
    width: 100vw;
}

.video-box {
    display: table-cell;
    vertical-align: middle;
}

.video {
    padding: 1.5vw;
    background: #fff;
    display: inline-block;
    position: relative;
    height: auto;
    width: 90%;

}

@media (min-width: 768px) {
    .video {
        max-width: 60%;
    }
}

.video .close-modal {
    color: #fff;
    background: #2b2b2b;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 2.5rem;
    cursor: pointer;
    -webkit-transition: .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.video .close-modal:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.video iframe {
    width: 45vw;
    height: 25.25vw;
}


/*REFER PAGE*/

#video-refer {
    position: relative;
    background: #f4f4f4;
    background-size: cover;
    padding: 65px 0;
}

.video__bg {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/YLN13_refer-bgGEPZWk/refer-bgGEPZWk.jpg);
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    border: 10px solid #FFF;
    height: 40rem;
    -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 1px 10px 20px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 1;
    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;
}

.video__bg:before {
    content: '';
    z-index: -1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);

}




.video__play .video__play-inner {
    position: relative;
    display: table;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 196, 37, 0.6);
    border-radius: 50%;
}

.video__play .video__play-inner .video__play-button {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0%;
    line-height: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
}

.video__play .video__play-inner .video__play-button::before,
.video__play .video__play-inner .video__play-button::after {
    border-radius: 200px;
    border: 1px solid #ffc425;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    -webkit-animation: preloader-pulse 2s ease-out 0s infinite;
    animation: preloader-pulse 2s ease-out 0s infinite;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.video__play .video__play-inner .video__play-button:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes preloader-pulse {
    from {
        height: 100%;
        opacity: .9;
        visibility: visible;
        width: 100%;
    }

    to {
        height: 200%;
        opacity: 0;
        width: 200%;
    }
}

@keyframes preloader-pulse {
    from {
        height: 100%;
        opacity: .9;
        visibility: visible;
        width: 100%;
    }

    to {
        height: 200%;
        opacity: 0;
        width: 200%;
    }
}



.video-action {
    position: relative;
    margin: 0 auto;
    display: table;
}

.video-action .btn {
    display: inline-block;
    position: relative;
    background-color: #ffc425;
}


.video-action .btn {
    width: 90px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50% !important;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 700;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.video-action .btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


@media(max-width: 768px) {
    #video-refer .video__content {
        padding: 0;
    }
}



/* OVERVIEW PAGE BODY STYLES */

.section-our-culture {
    position: relative;
}

.bg-yellow-strip {
    background-color: #dd1b31;
    color: #fff;
    width: 97%;
    position: relative;
}

.bg-grey-strip {
    background-color: #E4E2DB;
    width: 97%;
    position: relative;
}

.come-work-img {
    /*width: 380px;*/
    width: 100%;
}

/*.our-culture-award-img {*/

/*    position: absolute;*/

/*    width: 110%;*/

/*    right: 2px;*/

/*}*/

.our-culture-award-img {
    width: 25%;
    right: 2px;
    float: left;
    margin: 2rem;
    margin-bottom: 0;
}

.safety-award-img {
    width: 30%;
    right: 2px;
    float: left;
    margin-right: 2rem;
}

/* job opportunities */

.section-job-opportunities {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/B81W4_job-oppo-bg2XgVnL5/job-oppo-bg2XgVnL5.jpg);
    margin-top: 4rem;
    /* margin-bottom: 4rem; */
}

/* card style */

.card-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #AB162C;
    background-clip: border-box;
    text-align: center;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 4rem;
}

.card-text {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    font-family: "museo-sans", sans-serif;
}

@media(min-width: 998px) {

    .hover-effect.-split {
        display: block;
        width: 100%;
    }

    .hover-effect.-split>div {
        width: 48%;
        display: inline-block;
    }
}


.btn-yellow {
    padding: 1rem;
    background-color: #FFB718;
    margin-top: 2rem;
    word-wrap: break-word;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
    text-align: center;
}

.btn-red {
    padding: 1rem;
    background-color: #CF0A2C;
    margin-top: 2rem;
    word-wrap: break-word;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
    text-align: center;
}

.btn-red a{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: "museo-sans", sans-serif;
}

.btn-red:hover {
    background-color: #a80824;
}

.btn-red a:hover {
      color: #fff;
      text-decoration: none;
}

.display-inline-block {
    display: inline-block
}

.yellow-btn-link {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: black;
    font-family: "museo-sans", sans-serif;
}

.yellow-btn-link:hover,
.yellow-btn-link:focus {
    color: black;
    text-decoration: none;
}

.hover-effect:hover .btn-yellow,
.hover-effect:focus .btn-yellow {
    background-color: #FBC555
}

.hover-effect:hover .card-wrapper {
    background-color: #CF0A2C
}

.card-padding-bottom {
    padding-bottom: 15px;
}

.card-padding-top {
    padding-top: 15px;
}

/* benefits for all section on overview page */

.benefits-circle {
    background-color: #CF0A2C;
    text-align: center;
    padding: 2rem;
    border-radius: 100%;
    height: 10rem;
    width: 10rem;
    margin: 0 auto;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.btn-grey {
    padding: 1rem;
    background-color: #F1F1F1;
    word-wrap: break-word;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
    margin: 0 auto;
    text-align: center;
    font-family: "museo-sans", sans-serif;
}

.btn-grey:hover {
    background-color: rgb(255, 234, 191);
}

/* HERO/HEADER IMAGE AND TEXT SYTLES -- INTERIOR PAGES */

/*.hero-img-container:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
}*/

.section-who-are-we-hero .hero-img-container,
.section-hourly-jobs-hero .hero-img-container,
.section-travel-center-jobs-hero .hero-img-container,
.section-driver-jobs-hero .hero-img-container,
.section-lease-driver-jobs-hero .hero-img-container,
.section-benefits-hero .hero-img-container,
.section-refer-hero,
.section-nhd-hero,
.section-college-recruiting-hero .hero-img-container,
.section-support-center-hero .hero-img-container,
.section-learning-development-hero .hero-img-container,
.section-management-jobs-hero .hero-img-container,
.section-mobile-tire-tech-hero .hero-img-container,
.section-veteran-jobs-hero .hero-img-container,
.section-it-jobs-hero .hero-img-container,
.section-hvacr-tech-hero .hero-img-container,
.section-restaurant-management-jobs-hero .hero-img-container,
.section-talent-communities-hero .hero-img-container {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#82000000', GradientType=0);
    min-height: 500px;
}

.section-who-are-we-hero .hero-img-container,
.section-hourly-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/FUPXC_pilot-cashier4SDkko/pilot-cashier4SDkko.jpg');
    background-position: left top;
}

.section-travel-center-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/OW06R_travelcenter-hero-22m8Xhf/travelcenter-hero-22m8Xhf.jpg');
    background-position: center bottom;
}

.section-driver-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/D7AZM_bgheader-driver-jobs-2uIHvuk/bgheader-driver-jobs-2uIHvuk.jpg');
    background-position: center top;
}

.section-lease-driver-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/33AS2_bgheader-lease-jobs2Asvnqk/bgheader-lease-jobs2Asvnqk.jpg');
    background-position: center center;
}

.section-benefits-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/UQBIT_benefits-headerv3cZi8gx/benefits-headerv3cZi8gx.jpg');
    background-position: center center;
}


.section-refer-hero {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/OFVB3_hero-img1x1NUQ6/hero-img1x1NUQ6.jpg');
    background-position: center top;
}

/* .section-nhd-hero {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/01MV2_hero-img27Dj9Ee/hero-img27Dj9Ee.png');
    background-position: center center;
} */

.section-nhd-hero .hero-img-container::before {
    display: none;
}

.section-it-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/BYNO9_it-heroDjrhXS/it-heroDjrhXS.jpg');
    background-position: top center;
}

.section-hvacr-tech-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/BQUQK_hvacr-heroM7A4IW/hvacr-heroM7A4IW.jpg');
    background-position: top center;
}



@media(min-width: 1025px) {

    .section-refer-hero,
    .section-nhd-hero {
        background-position: 0 60px
    }

/*    .section-who-are-we-hero .hero-img-container,
    .section-hourly-jobs-hero .hero-img-container,
    .section-travel-center-jobs-hero .hero-img-container,
    .section-driver-jobs-hero .hero-img-container,
    .section-lease-driver-jobs-hero .hero-img-container,
    .section-benefits-hero .hero-img-container,
    .section-college-recruiting-hero .hero-img-container,
    .section-support-center-hero .hero-img-container,
    .section-learning-development-hero .hero-img-container,
    .section-management-jobs-hero .hero-img-container,
    .section-mobile-tire-tech-hero .hero-img-container,
    .section-veteran-jobs-hero .hero-img-container,
    .section-overview-hero,
    .section-it-jobs-hero .hero-img-container,
    .section-hvacr-tech-hero .hero-img-container,
    .section-nhd-overview-hero .hero-img-container,
    .section-restaurant-management-jobs-hero .hero-img-container,
    .section-talent-communities-hero .hero-img-container{
        margin-top: 6rem;
    }*/
}

.section-college-recruiting-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/MSX6X_internship-group-2024lKhHM3/internship-group-2024lKhHM3.jpg');
    background-position: center 60%;
}

.section-support-center-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/NA0GT_corporate-hero2cQjov/corporate-hero2cQjov.jpg');
    background-position: center top;
}

.section-talent-communities-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/A0TUP_bgheader-tcqb5dim/bgheader-tcqb5dim.jpg');
}

.section-learning-development-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/5BLSS_learning-headeriYkrsm/learning-headeriYkrsm.jpg');
    background-position: center top;
}

.section-management-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/A4JLF_management-header2IkWlrN/management-header2IkWlrN.jpg');
    background-position: center top;
}

.section-restaurant-management-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/2ABQW_restaurant-manager-heroBZLonR/restaurant-manager-heroBZLonR.jpg');
    background-position: center top;
}


.section-mobile-tire-tech-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/6Y6XI_header-shop-2XkToMa/header-shop-2XkToMa.jpg');
    background-position: center top;
}

.section-veteran-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/T63ZP_bgheader-veteran-jobsiDQHRe/bgheader-veteran-jobsiDQHRe.jpg');
    background-position: center center;
}

.h2-hero-style {
    color: white;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 5.5rem;
    text-align: center;
}

.section-who-are-we-hero .hero-hr {
    border-top: 1px solid rgb(255, 255, 255) !important;
    margin-left: 12rem;
}

.hero-body-style {
    color: white;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.hero-push {
    margin-top: 24rem !important;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.hero-push-tire-tech {
    margin-top: 24rem !important;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.section-nhd-hero .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 500px;
}

.hero-logo__col--img,
.hero-logo__col--logos {
    padding: 0 15px;
}

.hero-logo__col--logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(min-width: 768px) {

    .hero-logo__wrapper--mobile {
        display: none;
    }

    .hero-logo__wrapper--desktop {
        display: block;
        max-width: 100%;
        padding: 3rem 0;
    }

    .hero-logo__col--img {
        display: block;
        width: 16.7rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0px;
    }

    .hero-logo__col--logos {
        width: calc(100% - 26rem);
        margin-right: auto;
    }
}

@media(min-width: 992px) {
    .hero-logo__col--logos {
        width: calc(100% - 50rem);
    }

    .hero-logo__col--img {
        width: 34rem;
        background-position: right;
        background-size: contain;
    }
}

@media(max-width: 767px) {
    .hero-logo__wrapper--mobile {
        display: block;
    }

    .hero-logo__wrapper--desktop,
    .hero-logo__col--img {
        display: none;
    }
}

/* WHO ARE WE STYLES */

.section-guest-experiences {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/MRNLD_historynNteHF/historynNteHF.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
}

.section-make-us-proud {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.social-media-circle {
    border: 3px solid #FFB718;
    text-align: center;
    padding: 2rem;
    border-radius: 100%;
    height: 10rem;
    width: 10rem;
    margin: 0 auto;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.social-media-circle:hover {
    background-color: #FFB718;
}

.h2-display-number-style {
    font-size: 3.5em;
    font-weight: 700;
    color: #FFB718;
}

.section-blog-cta .img-wrapper {
    width: 300px;
    display: none;
}

.proud-carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.proud-carousel__nav .owl-next,
.proud-carousel__nav .owl-prev {
    font-size: 3rem;
    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;
    color: #000;
    border: 3px solid #FFB718;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}

.proud-carousel__nav .owl-next:hover,
.proud-carousel__nav .owl-prev:hover,
.proud-carousel__nav .owl-next:focus,
.proud-carousel__nav .owl-prev:focus {
    color: black;
    text-decoration: none;
    background-color: #FBC555;
    border-color: #FBC555;
}

.proud-carousel .owl-dots {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .section-blog-cta .img-wrapper {
        position: absolute;
        right: 130px;
        display: block !important;
    }
}

/* blog section */

.featured-post {
    margin-top: 10px;
    margin-bottom: 10px;
}

.featured-post__link {
    text-decoration: underline;
    color: #0001EE;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}

.featured-post__link .fa-bullhorn {
    color: #AB162C;
    margin-right: 5px;
}

/* blog section end */

/* BENEFITS US AND CANADA PAGES */

.benefit-icon {
    border: 4px solid #ffb718;
    display: block;
    width: 90px;
    max-width: 100%;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    padding: 14px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.benefits {
    margin-top: 65px;
}

#benefits {
    position: relative;
    background: #f4f4f4;
    background-size: cover;
    padding: 65px 0;
    min-height: 600px;
}

#benefits.leading {
    height: 1100px;
}

.benefit-nav {
    border-bottom: 1px solid #2b2b2b;
    margin-bottom: 3rem;
    position: relative;
}

.benefit-nav__underline {
    height: 8px;
    width: 25%;
    max-width: 300px;
    background: #FFB718;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease .15s;
    -o-transition: .3s ease .15s;
    transition: .3s ease .15s;
}

.benefit-nav__item {
    width: 25%;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 1.5% 3.5%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .5;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}

.benefit-nav__item:hover {
    opacity: .75;
}

.benefit-nav__item.active {
    opacity: 1;
}

.benefit-nav__item img {
    height: 40px;
    max-height: 100%;
    max-width: 100%;
}

.benefit {
    position: relative;
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    display: none;
}

.benefit-container {
    background: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 1px 10px 20px rgba(0, 0, 0, .15);
}

.benefit__nav {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin-bottom: 2rem;
}

.benefit-nav:after,
.benefit__nav:after {
    content: "";
    display: table;
    clear: both;
}

.benefit__nav--ft,
.benefit__nav--pt {
    width: 50%;
    float: left;
    text-align: center;
    padding: 1rem 0;
    font-size: 24px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    font-weight: 300;
    margin-top: 10px;
}

.benefit__nav--underline {
    position: absolute;
    height: 100%;
    width: 50%;
    background: #FFB718;
    left: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.benefit__nav--underline:after {
    content: "";
    border-top: 15px solid #FFB718;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: relative;
    top: calc(100% + 14px);
    left: calc(50% - 15px);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.benefit__headline {
    width: 100%;
    text-align: center;
}

.benefit h2 {
    display: inline-block;
    width: auto;
    padding: 0 5%;
    margin-bottom: 3rem;
    font-size: 48px;
    font-weight: 300;
}

.benefit li {
    margin: 5px 0;
}

.full-time,
.part-time {
    display: none;
}

.full-time.active,
.part-time.active {
    display: block;
}

#benefits-menu {
    background: rgba(255, 255, 255);
    position: absolute;
    width: 100%;
    display: none;
    padding: 0;
}

#benefits-menu li {
    display: block;
    width: 100%;
    padding: 0;
    float: none;
    border: 0;
    background-color: white;
}

#benefits-menu li:after {
    display: none;
}

#benefits-menu li:hover {
    background: #EFEFEF;
}

/* COLLEGE RECRUTIING */

#leadership-academy,
#internships {
    padding: 50px 0 65px;
}

@media(max-width: 998px) {
    #internships {
        position: relative;
    }

    #internships:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}


#leadership-academy {
    position: relative;
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/WAUZN_leadership-academyoBFMK3/leadership-academyoBFMK3.jpg') top no-repeat;
    background-size: cover;
    z-index: 1;
}

#leadership-academy::after {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#internships {

    /*background: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/4YNOD_internshipsOOTvAe/internshipsOOTvAe.jpg') 15% 0 no-repeat;*/
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/XRE05_texturegmxqTx/texturegmxqTx.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media(min-width:998px) {
    #internships .-has-pad {
        padding-right: 4rem;
    }

}

.section-college-recruiting-opportunities {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/KHN2R_IMG37897wBPTk/IMG37897wBPTk.png);
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* Accordion */

.transition,
p,
ul.accordion li.accordion i:before,
ul.accordion li.accordion i:after {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.flipIn,
h1,
ul.accordion li.accordion {
    -webkit-animation: flipdown 0.5s ease both;
    animation: flipdown 0.5s ease both;
}

.no-select,
h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.accordion {
    list-style: none;
    -webkit-perspective: 900;
    perspective: 900;
    padding: 0;
    margin: 0;
}

ul.accordion li.accordion {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

ul.accordion li.accordion:nth-of-type(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

ul.accordion li.accordion:nth-of-type(2) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

ul.accordion li.accordion:nth-of-type(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

ul.accordion li.accordion:last-of-type {
    padding-bottom: 0;
}

ul.accordion li.accordion i {
    position: absolute;
    -webkit-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
}

ul.accordion li.accordion i:before,
ul.accordion li.accordion i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px;
}

ul.accordion li.accordion i:before {
    -webkit-transform: translate(-2px, 0) rotate(45deg);
    -ms-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
}

ul.accordion li.accordion i:after {
    -webkit-transform: translate(2px, 0) rotate(-45deg);
    -ms-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
}

ul.accordion li.accordion input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

ul.accordion li.accordion input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

ul.accordion li.accordion input[type=checkbox]:checked~i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
    -ms-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
}

ul.accordion li.accordion input[type=checkbox]:checked~i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    -ms-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}

/* DRIVER JOBS HERO BTNS */

@media (min-width: 426px) {

    .section-driver-jobs-hero .flex-row,
    .section-nhd-overview-hero .flex-row,
    .section-management-jd .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-driver-jobs-hero .flex-item_hero-btn:nth-child(1),
    .section-nhd-overview-hero .flex-item_hero-btn:nth-child(1),
    .section-management-jd .flex-item_hero-btn:nth-child(1) {
        margin-right: 5px;
    }

    .section-driver-jobs-hero .flex-item_hero-btn:nth-child(2),
    .section-nhd-overview-hero .flex-item_hero-btn:nth-child(2),
    .section-management-jd .flex-item_hero-btn:nth-child(2) {
        margin-left: 5px;
    }
}

/* DRIVER JOBS - SHOP AND TIRE TECHNICIAN - HOURLY LISTS */

#shop-list {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/SD0A2_shop-bg2PQaBcv/shop-bg2PQaBcv.png);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/SD0A2_shop-bg2PQaBcv/shop-bg2PQaBcv.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/SD0A2_shop-bg2PQaBcv/shop-bg2PQaBcv.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/SD0A2_shop-bg2PQaBcv/shop-bg2PQaBcv.png);
    background-size: cover;
    background-position: bottom center;
    color: #fff;
    -webkit-box-shadow: inset 0px 15px 8px -10px #000, inset 0px -15px 8px -10px #000;
    box-shadow: inset 0px 15px 8px -10px #000, inset 0px -15px 8px -10px #000;
    background-attachment: fixed;
}


@media(min-width: 1200px) {
    #hourly-list {
        background-attachment: fixed;

    }
}


#hourly-list,
#driver-list {
    /* background: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/TZMVG_hourly-listjtb02P/hourly-listjtb02P.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/TZMVG_hourly-listjtb02P/hourly-listjtb02P.jpg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/TZMVG_hourly-listjtb02P/hourly-listjtb02P.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/TZMVG_hourly-listjtb02P/hourly-listjtb02P.jpg);
    background-size: cover; */
    background-color: #AB162C;
    color: #fff;
    /* -webkit-box-shadow: inset 0px 15px 8px -10px #000, inset 0px -15px 8px -10px #000;
    box-shadow: inset 0px 15px 8px -10px #000, inset 0px -15px 8px -10px #000;
    background-position: center; */
}

#driver-list img,
#shop-list img,
#hourly img {
    width: 83px;
    height: 84px;
    float: left;
    padding: 1rem;
}

/* SUPPORT CENTER JOBS */

#job-benefits-support-center img {
    width: 35px;
    margin-bottom: 2rem;
}

#job-benefits-support-center p {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 1.45;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}

/* LEARNING AND DEVELOPMENT PAGE */

.s2--learning {
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0)), url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/W1O2R_professional-developmentGbHa0a/professional-developmentGbHa0a.jpg") center no-repeat;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.562)), to(rgba(0, 0, 0, 0))), url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/W1O2R_professional-developmentGbHa0a/professional-developmentGbHa0a.jpg") center no-repeat;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0)), url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/W1O2R_professional-developmentGbHa0a/professional-developmentGbHa0a.jpg") center no-repeat;
    background-size: cover;
    min-height: 520px;
    color: #fff;
}

.s3--learning {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/8OBOZ_training-and-developmentHlLcw5/training-and-developmentHlLcw5.jpg") center no-repeat;
    background-size: cover;
    min-height: 520px;
    color: #fff;
}

.s4--learning {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/B8GNL_leadership-skills8t9ojb/leadership-skills8t9ojb.jpg") center no-repeat;
    background-size: cover;
    min-height: 520px;
    color: #fff;
}

.s5--learning {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/EZWPA_internship-opportunitiesTHfwlF/internship-opportunitiesTHfwlF.jpg") center no-repeat;
    background-size: cover;
    min-height: 520px;
    color: #fff;
}

.s6--learning {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/B5VI2_internship-learningbnxiwX/internship-learningbnxiwX.jpg") center no-repeat;
    background-size: cover;
    min-height: 520px;
    color: #fff;
}

/* TRAVEL CENTER JOBS */

#job-details.management-jobs-tc_section {
    background: #f4f4f4;
}

.basic-list-style.col-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.tc-perks_wrapper {
    margin-top: 3rem;
}

.fit-video_tc-wrapper iframe {
    height: 300px;
}

.fit-video {
    padding-bottom: 20px;
}

.fit-video iframe {
    height: 15vw;
    width: 100%;
}

@media (max-width: 991px) {
    .fit-video iframe {
        height: 34vw;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .tc-perks_wrapper.mobile {
        display: none;
    }

    .tc-perks_wrapper.desktop {
        display: block
    }

    .fit-video_tc-wrapper iframe {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .tc-perks_wrapper.mobile {
        display: block
    }

    .tc-perks_wrapper.desktop {
        display: none;
    }

    #featured_video_gallery,
    .fit-video_tc-wrapper {
        margin-bottom: 2rem;
    }

    #job-details.management-jobs-tc_section .btn-yellow.display-inline-block,
    #job-details.hourly-jobs-tc_section .btn-yellow.display-inline-block {
        display: block;
    }
}

@media (max-width: 424px) {
    .basic-list-style.col-2 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

/* HOURLY JOBS PAGE */

.page-hourly-jobs #job-details .basic-list-style li {
    font-weight: bold;
    font-size: 16px;
}


#job-benefits-management {
    padding: 4em 0;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/OOYY4_travel-center-benefitsvJJU7N/travel-center-benefitsvJJU7N.jpg);
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: inset 0px 15px 8px -10px #000, inset 0px -15px 8px -10px #000;
    box-shadow: inset 0px 15px 8px -10px #000, inset 0px -15px 8px -10px #000;
}

/* VIRTUAL TOUR SECTION */

#virtual-tour {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: #CF0A2C;
    border-bottom: 5px solid #FFB718;
}

/* Food Service and Restaurant Management Jobs */

.intro__section,
.interior__section {
    padding-top: 6rem;
}

.testiomial-slider__section {
    padding: 5rem 0;
    background: #fff;
    color: #2b2b2b;
}

.quote {
    position: relative;
    display: block;
    margin: 2rem 0;
    padding-left: 5rem;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 300;
}

.closing-quote{
    padding: 0 5rem;
}
.quote::before {
    font-family: FontAwesome;
    content: '\f10d';
    position: absolute;
    display: block;
    color: #FFB718;
    font-size: 4rem;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
    top: 0;
    left: 0;
}

.quote::after {
    display: none;
    content: '';
}

.closing-quote::after{
        font-family: FontAwesome;
    content: '\f10d';
    position: absolute;
    display: block;
    color: #FFB718;
    font-size: 4rem;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}


.quote-cite {
    position: relative;
    display: block;
    text-align: center;
    font-size: 19px;
    width: 70rem;
    max-width: 100%;
    margin: 0 auto;
}

.quote-cite span {
    font-weight: 100;
    font-style: normal;
    font-size: 15px;
}

.quote-cite__img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

/* @media (min-width: 768px) {
    .quote-cite__wrapper {
        justify-content: flex-end;
    }

    .quote-cite {
        text-align: right;
        width: calc(75% - 120px);
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .quote-cite__wrapper {
        flex-direction: column-reverse;
    }

    .quote-cite__img {
        margin-bottom: 10px;
    }
} */

/* FOOTER STYLE */

footer {
    background: #dd1b31;
    color: #fff;
    overflow: hidden;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #FFB718;
    text-decoration: none;
}

footer .right a {
    display: block;
}

footer .fa, footer .fa-brands {
    font-size: 1.5em;
    margin: 0 5px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

footer .fa:hover {
    color: #FFB718;
}

.footer-h4-style {
    color: white;
    font-weight: bold;
}

.footer-link {
    text-decoration: underline;
    display: block
}

.social-media-link {
    margin-top: 1rem;
}

.social-media-list,
.basic-list-style {
    list-style: none;
    padding-left: 0;
}

.social-media-item {
    display: inline-block;
}

.social-media-item img {
    vertical-align: 0px !important;
    width: 18px;
    height: 25px;
}

.footer-link {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.big-footer-btns {
    margin-top: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #AB162B;


}

footer .btn-yellow {
    margin-top: 0;
    width: 100%;
}

footer .btn-yellow .yellow-btn-link {
    text-decoration: none;
}

@media(min-width: 768px) {
    .big-footer-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}

.footer-btn {
    width: 49%;
    display: inline-block;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
    font-weight: 700;
}

.footer-btn-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.footer-btn-link:hover {
    color: #FFB718;
}

.border-right {
    border-right: white solid 1px;
}

@media(max-width: 768px) {
    .footer-btn {
        width: 100%;
        border: none;
    }
}

/* KEYFRAMES H1 */

.animate-pop-in {
    -webkit-animation: pop-in .8s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: pop-in .8s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    opacity: 0;
}

.animate-pop-in {
    opacity: 1 \9\0;
    /*Only works in IE9*/
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem) scale(.8);
        transform: translateY(-4rem) scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem) scale(.8);
        transform: translateY(-4rem) scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* FEATURED JOBS LOCATION JOBS LIST -- links in footer */

#location-description #PContent>.inner {
    padding-top: 12rem;
    padding-bottom: 7rem;
}

#location-description #PTitle h1 {
    font-size: 32px;
    margin: .67em 0;
    color: #2b2b2b;
    font-weight: 700;
}

#location-description .inner h4 {
    color: #2b2b2b;
    font-weight: 700;
    font-size: 16px;
}

#location-description .inner h2 {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 48px;
}

#location-description #main-job-list-container {
    max-width: 989px;
    margin: 15px auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

#location-description #main-job-list-container .job-list li {
    cursor: pointer;
    background-color: #f1f1f1;
    padding: 10px;
}

#location-description #main-job-list-container .job-list li:nth-child(even) {
    background-color: #fff;
}

#location-description #main-job-list-container .job-list li {
    cursor: pointer;
    background-color: #f1f1f1;
    padding: 10px;
}

#location-description #main-job-list-container .job-list li a {
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #555;
}

#location-description #main-job-list-container .job-list li a .location {
    display: block;
    font-weight: normal;
}

@media (min-width: 1200px) {
    #location-description > div.container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    #location-description > div.container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    #location-description > div.container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* JOB CORE (LOB LIST AND JOB DETAILS) */

#job-detail .video-button {
    font-size: 1.5rem;
    padding: 0.5rem;
    margin: 1rem 0;
    width: 100%;
    background-color: #F1F2F2;
    display: block;
    color: inherit;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
    text-decoration: none;
    border-radius: 0.3125rem;
    border: none;
    cursor: pointer;
    line-height: 1;
}

#job-detail .video-button i {
    margin-left: 0.25rem;
    width: 2rem;
    text-align: left;
}

#job-detail .video-button:hover {
    color: #ffffff;
    background-color: #c1272d;
}




#jobs-list .results-list .result-item .item-title .street {
    display: block;
}

#job-detail .modal {
    background: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0;
    overflow: hidden !important;
    position: relative !important;
    display: block;
}

#job-detail .modal-content {
    position: fixed !important;
}

#job-detail #footer .modal.in {
    position: fixed !important;
}

#job-detail #footer .modal.in .modal-content {
    position: relative !important;
}

#job-detail .job-description h3.job-title {
    font-size: 3rem;
}


#job-detail .job-description {
 padding: 20rem 0 5rem 0;    
}

@media(min-width:998px) {
    #job-detail .job-description {
    padding: 20rem 0 10rem 0;    
    }
    
}

#job-detail .primary-background-color-lighter:hover,
#job-detail .primary-background-color-lighter:focus {
    background-color: #c1272d;
    color: #fff;
}

#job-detail .secondary-color {
    color: #fff;
}

#job-detail .primary-background-color {
    background-color: rgba(6, 6, 6, 0.6);
}

#job-detail .job-description .apply-with-jobing-component .jobing-icon {
    fill: #fff;
}

#job-detail .job-addl-info .map-button:hover,
#job-detail .job-addl-info .job-share-button:hover {
    color: #ffffff;
    background-color: #c1272d;
}

#job-detail .job-description .content {
    max-width: 90rem;
}

#job-detail .job-description .job-description-content p,
#job-detail .job-description .job-description-content span,
#job-detail .job-description .job-description-content li {
    font-size: 1.5rem;
}

#job-detail .job-description .job-description-content ul {
    padding-left: 40px;
}

#job-detail .job-description h4 {
    font-size: 1.5em;
}

#job-detail .job-description .apply-button,
#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    #job-detail .job-description .main-content {
        width: calc(100% - 23rem);
    }

    #job-detail .job-description .job-addl-info {
        width: 23rem;
        padding-left: 2rem;
    }
}

/*JOB DETAILS LOCATION REARANGE*/

#job-detail .street:before {
    content: 'Street: ';
    position: relative;
    margin-right: 5px;
    display: inline-block;
    font-weight: bold;
}

#job-detail .city:before {
    content: 'City: ';
    position: relative;
    margin-right: 5px;
    display: inline-block;
    font-weight: bold;
}

#job-detail .state:before {
    content: 'State: ';
    position: relative;
    margin-right: 5px;
    display: inline-block;
    font-weight: bold;
}

#job-detail .zip:before {
    content: 'Zip: ';
    position: relative;
    margin-right: 5px;
    display: inline-block;
    font-weight: bold;
}

#job-detail .street,
#job-detail .city,
#job-detail .state,
#job-detail .zip {
    background-color: #f1f2f2;
    padding: 10px 10px;
    /* width: 300px; */
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
}

#job-detail .street {
    margin-left: 0;
}

#location-information {
    margin-bottom: 20px;
}

#job-detail #location-information:before {
    content: "Location Address:";
    display: block;
    font-weight: bold;
    font-size: 16px;
}

/* RECOMMENDED JOBS */

.job-description .recommendation__header__title {
    font-size: 28px;
    font-weight: 500;
}

.job-description .recommendation__header__overlay-box {
    font-size: 12px;
}

.job-description .recommendation__container {
    font-size: 16px !important;
}

.job-description .job-ref {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .job-description .recommendation__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 56em !important;
    }
}

/* NATIONAL HIRING DAY */

.quote-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    font-weight: bold;
}

.quote-link {
    color: #ab162c;
    font-weight: bold;
}

.quote-content p {
    font-style: italic;
}

.quote-img,
.testimonial-slider__img {
    display: block;
    background-size: cover;
    width: 5rem;
    border-radius: 50%;
    height: 5rem;
    margin-right: 1rem;

}

/* nhd overview hero edits */
.section-nhd-hero {
    min-height: auto;
    /*margin-top: 11rem;*/
}

/*@media(max-width: 600px) {
    .section-nhd-hero {
        margin-top:15rem;
    }    
}*/
.obj-fit {
        object-fit: contain;
    display: block;
}

.nhd__overview-hero-content--col {
    background: white;
}

.nhd__overview-hero-content--wrapper {
    text-align: center;
    padding: 100px 0;
}

.nhd__overview-hero-img--col {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/CY8AE_nhd-heroVdYnIL/nhd-heroVdYnIL.jpg');
    background-size: cover;
    background-position: center top;
    position: relative;
}

.nhd__overview-logo--wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* nhd overview hero edits end */

.page-national-hiring-day #popup .container {
    max-width: 600px;
}

.section-nhd-cta {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/4V1HR_IMG3789-2XbT9Np/IMG3789-2XbT9Np.png');
}

.hero-logo__wrapper {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

.nhd-card__img {
    min-height: 250px !important;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.nhb-card__col {
    padding: 2rem;
}

.flex-banner__col {
    padding: 0 15px;
}

@media (min-width: 768px) {

    #popup .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }

    .flex-banner__row,
    .nhd-card__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
    }

    .flex-banner__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nhd-card__row:nth-child(even) {
        -ms-flex-flow: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-flow: row-reverse;
    }

    .flex-banner__col--content {
        width: calc(100% - 250px);
        margin-right: auto;
    }

    .flex-banner__col--btn {
        width: 200px;
    }

    .flex-banner__col--btn .btn-yellow {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    .nhd__overview-hero-content--col {
        background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/CY8AE_nhd-heroVdYnIL/nhd-heroVdYnIL.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .nhd__overview-hero-content--col::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.55);
    }

}

@media (max-width: 991px) {
    .col__mb-mobile {
        margin-bottom: 2rem;
    }
}


/* NATIONAL HIRING DAY END */

/* MEDIA QS */

@media (max-width: 1024px) {
    .mobile-bar {
        display: block;
    }

    .back-to-main {
        display: none;
    }

    .logo {
        display: none;
    }

    .nav-container {
        display: none;
    }
}

@media (max-width:991px) {

    .mb-30-versioned {
        margin-bottom: 30px;
    }
}

@media (max-width: 850px) {
    .video-frame iframe {
        height: 33.725vw !important;
    }
}

@media (max-width: 768px) {
    .mb-50-versioned {
        margin-bottom: 50px;
    }
}

@media (min-width: 767px) {
    .footer-logo {
        display: block;
    }

    .footer-logo-bottom {
        display: none;
    }
}

@media (min-width: 768px) {
    .make-us-proud__margin {
        margin-right: 1px !important;
    }
}

@media (max-width: 767px) {
    .our-culture-award-img {
        position: relative;
        width: 100%;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .safety-award-img {
        position: relative;
        width: 100%;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 2rem;
    }

    .come-work-img {
        margin-bottom: 20px;
        max-width: 100%
    }

    .bg-yellow-strip {
        width: 100%;
    }

    .bg-grey-strip {
        width: 100%;
    }

    .hero-push-overview {
        margin-top: 200px;
        text-align: center;
        float: none !important;
        margin-bottom: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .hero-push-tire-tech {
        margin-top: 10rem !important;
    }

    .h2-hero-style {
        font-size: 4.25rem;
    }

    .img-size2 {
        display: none;
    }

    #driver-list img {
        float: none;
        padding: 0.5rem;
    }

    .footer-logo {
        display: none;
    }

    .footer-logo-bottom {
        display: block
    }
}

@media (max-width: 700px) {
    .video iframe {
        width: 85vw;
        height: 48vw;
    }
}

@media (max-width: 640px) {
    .benefit-icon {
        height: 15vw;
    }

    .benefit-nav__item {
        font-size: 10px;
    }

    .benefit-nav__item img {
        margin-top: 2px !important;
    }

    .benefit__nav--ft,
    .benefit__nav--pt {
        font-size: 10px;
    }

    .benefit h2 {
        font-size: 2rem;
    }
}

@media (max-width: 425px) {
    .section-mobile-tire-tech-hero .h2-hero-style {
        font-size: 2.75rem;
    }
}

@media (max-width: 414px) {
    .benefit-nav__item img {
        width: 20px;
        height: 20px;
    }
}

/* END NEW STYLE 2018 */

/* HELPER CLASSES */

.inner-container {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}

.link-style {
    color: #0001EE;
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.text-white .link-style{
    color: inherit;
}
.body-style i {
    color: #AB162C;
}

.body-style {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 1.45;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}

.strong {
    font-weight: bold;
    font-size: 16px;
}

.h2-style {
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 4rem;
    margin-bottom: 3rem;
    margin-top: 0px !important;
}

.h3-style {
    font-size: 36px;
    margin: 0;
    margin-bottom: 3rem;
    font-weight: 300;
}

.h4-style {
    font-size: 20px;
    margin-bottom: 3rem;
    margin-top: 0px;
    font-weight: bold;
}

.h5-style {
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    margin-bottom: 3rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.bg-yellow {
    background-color: #FFB718;
}

.bg-red {
    background-color: #c1272d;
}

.bg-grey {
    background: #f1f1f1;
}

.bg-white {
    background: white;
}

.text-white {
    color: white !important;
}

.text-yellow {
    color: #FFB718 !important;
}

.text-red {
    color: #AB162C !important;
}

.text-right {
    text-align: right;
}

.mt-5 {
    margin-top: 5rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 2rem;
}


.mt-0 {
    margin-top: 0 !important;
}

.mb-3 {
    margin-bottom: 3rem
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-none {
    margin: 0 !important;
}

.mx-3rem {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.mx-2rem {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.mx-1rem {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.p-5 {
    padding: 5rem;
}

.p-4 {
    padding: 4rem !important;
}

.p-3 {
    padding: 3rem;
}

.p-2 {
    padding: 2rem;
}

.p-1 {
    padding: 1rem;
}


.video-frame iframe {
    height: 22.725vw
}

/********************************

@    HELPER CLASSES _seni 

********************************/

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-5rem {
    padding-bottom: 5rem !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}


/* pop up */

#overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

#popup .container {
    height: auto;
    position: relative;
    margin: 30px auto;
    width: calc(100% - 60px);
    max-width: 768px;
    text-align: center;
    z-index: 999;
    background: #AB162C;
    overflow: hidden;
    color: white;
}

.job-fair_pop-up {
    padding: 20px;
    padding-bottom: 40px;
}

.job-fair_pop-up-img-wrapper {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/FLWK7_nhd-popupNJfXRx/nhd-popupNJfXRx.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

#close {
    cursor: pointer;
    color: white;
    font-size: 25px !important;
    text-align: left;
}

@media (max-width: 767px) {
    .job-fair_pop-up-img-wrapper {
        display: none
    }

    #popup {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* pop up end */

/* it page */

.it-event-banner__section,
.it-intro__section,
.it-fit__section,
.it-why-work__section,
.it-jobs__section {
    padding: 5rem 0px;
}

.it-jobs__section .row {
    position: relative;
}

.it-intro__section {
    padding-bottom: 0px;
    overflow-x: hidden !important;
}

.it-intro__content--row {
    padding-bottom: 5rem;
}

.it-event-banner__section {
    background-color: #FFB718;
}

.it-intro__modal-video--wrapper {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/XUEKS_tech-video-bgMRglVl/tech-video-bgMRglVl.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 46rem;
}

.it-intro__img--wrapper {
    width: 29rem;
    position: relative;
    margin: 0 auto
}

.it-intro__modal-video--wrapper {
    z-index: 1;
}

.it-intro__modal-video--wrapper a {
    display: block;
    color: white;
    font-size: 4rem;
    border: 1px solid white;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
    -webkit-transition: ease all .1s;
    -o-transition: ease all .1s;
    transition: ease all .1s;
}

.it-intro__modal-video--wrapper a:hover {
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
    color: white;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.it-fit__section {
    background-attachment: fixed;
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/7010D_tech-bgYFrMqR/tech-bgYFrMqR.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.it-fit__section::before,
.it-intro__modal-video--wrapper::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.it-fit__items {
    margin-top: 4rem;
}

.it-fit__item-img--wrapper {
    width: 7.5rem;
    margin: 0 auto;
}

.it-fit__item--p {
    font-size: 2rem;
    margin-top: 1rem;
}

.it-stat__wrapper {
    width: 50%;
    padding: 2rem 0px;
}

.it-stat {
    font-size: 3.5em;
    font-weight: 700;
    color: #FFB718;
}

.it-stat__tag {
    display: block;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 1.45;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
}

.it-stats__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tech__tech-deck {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tech__tech-deck--wrapper {
    width: 12rem;
    padding: 2rem;
    position: relative;
}

.it-jobs__card--col {
    padding: 5rem;
    background: #dd1b31;
    position: relative;
}

.it-jobs__card--col .h4-style {
    margin: 20px 0px;
}

.tech__tech-deck--hover--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #AB162C;
}

.tech__tech-deck--hover-title {
    opacity: 0;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tech__tech-deck--hover-title p {
    font-size: 22px;
    margin-bottom: 0px;
}

.tech__tech-deck--hover--overlay,
.tech__tech-deck--hover-title {
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.tech__tech-deck--wrapper:hover .tech__tech-deck--hover--overlay {
    opacity: .9;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.tech__tech-deck--wrapper:hover .tech__tech-deck--hover-title {
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

.tech__tech-deck--col {
    background: #F1F2F2;
}

@media (max-width: 767px) {
    .it-tech__img--wrapper {
        margin-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .it-jobs__card--col {
        position: absolute !important;
        top: 40px;
        z-index: 1;
    }

    .tech__tech-deck {
        width: 59rem;
        margin-left: auto;
        z-index: -1;
        padding: 2rem 0px;
    }
}

/* it page end */

/* hvac-r page */

.hvac-intro__section {
    padding-top: 5rem;
}

.hvac-info__section {
    padding: 5rem 0;
}

/* hvac-r page end */

/************SPANISH******/

[data-page="spanish"] {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 1.45;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}

[data-page="spanish"] .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/QYN2M_hero-2JBUlZu/hero-2JBUlZu.jpg');
    background-position-y: -100px;
    background-repeat: no-repeat;
}

.-bg {
    background-color: rgb(245, 245, 245)
}

.hero__banner {
    background-color: #dd1b31;
    border-top: 3px solid #fab71b;
}

.intro__content {
    position: relative;
}




.intro__content-split {
    display: block;
}

.intro__content-split>div {
    width: 100%;
}


@media(min-width: 998px) {
    .intro__content-split {
        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;
    }

    .intro__content-split>div {
        width: 50%;

    }

}


.intro__background {
    height: 30rem;
    position: relative;
    overflow: hidden;
}



@media(min-width: 998px) {

    .intro__background {
        height: 70rem;
    }

    .-animate.intro__background-image {
        -webkit-animation: slider-1 ease-in-out 15s both infinite;
        animation: slider-1 ease-in-out 15s both infinite;

    }
}



.intro__background-image {
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.intro__content-info {
    padding: 3rem;
}


@media(min-width: 998px) {
    .intro__content-info {
        padding: 3rem 6rem;
        font-weight: bold;
        font-size: 18px
    }
}



.c-tab__nav {
    margin: 3rem 0;
}

@media (max-width: 999px) {

    /*.c-tab__nav {*/
    /*  display: none*/
    /*}*/
    .c-tab__nav .owl-item {
        width: 100% !important;
        margin-bottom: 1.3rem;
    }

    .c-tab__nav .owl-stage {

        margin: 0 auto;
        width: 100% !important;
    }
}

.c-tab__nav-label {
    cursor: pointer;
    margin-right: .9375rem;
    display: block;
    text-align: center;
    padding: .625rem 1.5625rem;
    border-radius: 1.875rem;
    border: 2px solid rgba(182, 184, 185, 0.29);
    line-height: normal;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), border 0.3s cubic-bezier(0.4, 0, 0, 1), color 0.3s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), border 0.3s cubic-bezier(0.4, 0, 0, 1), color 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), border 0.3s cubic-bezier(0.4, 0, 0, 1), color 0.3s cubic-bezier(0.4, 0, 0, 1)
}

.owl-item.active.current .c-tab__nav-label {
    background-color: #dd1c32;
    color: #fff
}

.c-tab__nav-label:hover {
    background-color: #dd1c32;
    color: #fff
}

.c-tab__slider-title {
    color: #cf0a2c;
    margin-bottom: 3rem;
}

.c-tab__slider-title span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 1rem;
}

.c-tab__background {
    height: 30rem;
    position: relative;
}

.c-tab__background-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.c-tab__background-image {
    height: 100%;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;

}


.c-tab__video-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.c-tab__video-btn a {
    font-size: 8rem;
    color: #fab71b;
}

.c-tab__video-btn a:hover,
.c-tab__video-btn a:focus {
    color: #fab71b;
}


[data-page="spanish"] .owl-theme .owl-dot {
    margin-top: 1.875rem
}

[data-page="spanish"] .owl-theme .owl-dot.active span {
    background: #dd1c32;
    width: 80px
}

[data-page="spanish"] .owl-theme .owl-dots .owl-dot:hover span {
    background: #dd1c32
}

[data-page="spanish"] .owl-theme .owl-dots .owl-dot span {
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s
}

[data-page="spanish"] .owl-theme .owl-nav.disabled+.owl-dots {
    padding-bottom: 3rem
}

[data-page="spanish"] .owl-theme .owl-dots .owl-dot.active span,
[data-page="spanish"] .owl-theme .owl-dots .owl-dot:hover span {
    background: #dd1c32
}




/*----------------------------------------------
--Keyframes Slider Home Page
-----------------------------------------------  */
@-webkit-keyframes slider-1 {
    0% {
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/9J5EN_1ie2YK0/1ie2YK0.jpg);
    }

    50% {
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/L36I3_2pSZB4q/2pSZB4q.jpg);
    }

    100% {
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/9J5EN_1ie2YK0/1ie2YK0.jpg);
    }
}

@keyframes slider-1 {
    0% {
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/9J5EN_1ie2YK0/1ie2YK0.jpg);
    }

    50% {
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/L36I3_2pSZB4q/2pSZB4q.jpg);
    }


    100% {
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/9J5EN_1ie2YK0/1ie2YK0.jpg);
    }
}





.jobdetail__privacy-policy {
    font-size: 1.5rem;
    margin: 1rem 0;
    width: 100%;
    background-color: #F1F2F2;
    display: block;
    padding: 0.5rem;
    color: inherit;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
    text-decoration: none;
    border-radius: 0.3125rem;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.jobdetail__privacy-policy:hover {
    color: #ffffff;
    background-color: #c1272d;
    text-decoration: none;
}

.jobdetail__privacy-policy:focus {
    text-decoration: none;
    color: #333;
}

/* PILOT COMPANY CTA */

.section-pilot-company-cta {
    background-color: #AB162C;
    color: white;
}


.buttons-group {
    margin-top: 3rem;
}


@media(min-width: 600px) {
    .buttons-group {
        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;
        flex-wrap: wrap;
    }

    .page-talent-communities .buttons-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

.buttons-group a {
    padding: 1rem;
    background-color: #FFB718;
    margin-top: 2rem;
    word-wrap: break-word;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
    text-align: center;
    display: block;
    margin-right: 1rem;
}

/* NORDSTROM PAGE */

.section-red-hero {
    position: relative;
    background-color: #dd1b31;
}

.section-red-hero .hero-img-container::before {
    display: none;
}

.section-red-hero .hero-push {
    margin-top: 15rem !important;
}

.section-jobs-buckets {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/4V1HR_IMG3789-2XbT9Np/IMG3789-2XbT9Np.png');
}

.row__job-buckets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.job-bucket {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94%;
    flex: 0 0 94%;
    background-color: #AB162C;
    margin: 20px;
}

.hover-effect.job-bucket:hover {
    background-color: #CF0A2C;
}

.job-bucket__img-wrapper {
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.job-bucket__content {
    padding: 4rem;
    text-align: center;
    color: #fff;

    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
}

.job-bucket__header {
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    font-family: "museo-sans", sans-serif;
}


@media (min-width: 992px) {
    .job-bucket {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
    }
}

/* NORDSTROM PAGE END */


.eeo-statement {
    font-size: 12px;
    padding-top: 3rem;
}

/* alert-banner */

.alert-banner {
    position: relative;
    width: 100%;
}

.alert-banner__top {
    background-color: #2b2b2b;
    padding: .8rem 0;
}

.alert-banner__top p {
    font-size: 13px;
    margin: 0;
}

.alert-banner__top p,
.alert-banner__top a,
.alert-banner__top i {
    color: #fff;
}

.alert-banner__top i {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

.alert-banner__bottom {
    position: relative;
    text-align: center;
    padding: 15px;
    background-color: #F1F2F2;
}

.alert-banner__bottom h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.alert-banner__close {
    font-size: 20px;
    color: blue;
}

.alert-banner__close i {
    font-size: 24px;
}

.alert-banner__close:hover {
    text-decoration: none;
}

.alert-banner__btn {
    display: inline-block;
    padding: .75rem;
    background-color: #FFB718;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: black;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
}

.alert-banner__btn:hover {
    color: black;
    text-decoration: none;
    background-color: #FBC555;
}

@media (min-width: 992px) {
    .alert-banner__btn {
        width: 30%;
    }
}

@media (min-width: 1025px) {
    .alert-banner__close {
        position: absolute;
        right: 0;
        top: -10px;
    }

}

@media (max-width: 1025px) {
    .alert-banner__close {
        text-align: right;
        display: block;
        margin-bottom: 4px;
    }
}

@media (max-width: 375px) {
    .alert-banner__btn {
        display: block;
    }

    .alert-banner__btn:not(:last-child) {
        margin-bottom: 4px;
    }
}

[data-page-name="Wendy’s Jobs"] #jobs-list .results-list .result-item .item-title .street,
[data-page-name="Wendy’s Jobs"] .LocationSearchInputComponent {
    display: none !important;
}

@media (min-width: 992px) {
    [data-page-name="Wendy’s Jobs"] #header {
        margin-top: 10rem;

    }
}

/* NEW SITE STYLES nov 2021 */

/* text styles 2021 */

.header-primary,
.tagline {
    font-weight: 700;
}

.header-primary,
.header-secondary,
.header-tertiary,
.header-quaternary,
.paragraph,
.tally__header {
    margin: 0;
}

.header-primary {
    font-size: 5.5rem;
    margin-bottom: 1rem;
}

.header-secondary {
    font-weight: 300;
    font-size: 4rem;
    margin-bottom: 3rem;
    color: #333333;
}

.header-tertiary {
    font-weight: 300;
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: #333333;
}

.header-quaternary {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333333;
}

.tagline {
    font-size: 2rem;
}

.paragraph {
    font-size: 1.6rem;
    line-height: 1.45;
    font-weight: 300;
    color: #2B2B2B;
}

.paragraph:not(:last-child) {
    margin-bottom: 1rem;
}

.btn {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 2rem;
    padding: 1.2rem 2.4rem;
    border-radius: 0 !important;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}

.btn__yellow {
    color: #000;
    background-color: #FFB718;
}

.btn__yellow:hover,
.btn__yellow:focus {
    background-color: #FBC555;
}
.btn__red{
    background-color: #CF0A2C;
    color: #FFFFFF;
    margin-right: 2rem;
}
.btn__red:hover,
.btn__red:focus{
   background-color: #e0616d;
   color: #FFFFFF !important;
}
/* section 2021 */

.section__tally,
.section__testimonial {
    color: #fff;
}

.section__tally,
.hero__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section__tally {
    position: relative;
    z-index: 1;
}


.section__tally::before {
    content: '';
    bottom: 0;
    left: 0;
    z-index: -1;
}

.section__testimonial {
    background-color: #dd1b31;
}

/* hero 2021 */

.hero {
    position: relative;
}

.hero--interior {
    /*margin-top: 80px;*/
    min-height: 500px;
}

.hero__img-wrapper {
    position: absolute;
    background-color: #212B48;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero__overlay,
.section__tally::before {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.hero__wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    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;
    padding-top: 24rem;
    z-index: 1;
}

.hero__content {
    text-align: center;
    color: #fff;
}

@media (min-width: 1025) {
    .hero {
        margin-top: 9rem;
    }
}

/* logo slider */

.logo-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-page="driver"] .logo-slider {
    padding-bottom: 5rem;
}

/* tally */

.img-info__row,
.tally__row,
.testimonial-slider__header,
.testimonial-slider__nav,
.c-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img-info__row,
.tally__row,
.testimonial-slider__header,
.testimonial-slider__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tally__row,
.c-card__row,
.img-info__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-info__row:not(:first-child) {
    margin-top: 5rem;
}

.img-info__col {
    width: 100%;
    padding: 1.5rem;
}

.tally {
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
}

.tally__header {
    font-weight: 700;
    color: #FFB718;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.tally__number {
    font-size: 4.8rem;
}

.img-info__img {
    height: 100%;
    width: 100%;
    min-height: 31.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-card {
    width: calc(100% - 3rem);
    margin: 1.5rem;
    background-color: #fff;
    padding: 3rem;
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
}

.c-card__icon {
    color: #CF0A2C;
}

@media (min-width: 768px) {

    .tally__row,
    .img-info__row,
    .c-card__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .img-info__row--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .testimonial-slider__header {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .tally {
        width: 50%;
    }

    .c-card-col__md-6 {
        width: calc(50% - 3rem);
    }

    .c-card-col__md-4 {
        width: calc(33.3333% - 3rem);
    }

    .img-info__col {
        width: 50%;
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    .tally {
        width: 25%;
    }
}

/* TESTIMONIAL SLIDER */

.testimonial-slider__header,
.testimonial-slider__nav {
    padding-left: 5rem;
}

.testimonial-slider__header {
    width: 100%;
}

.testimonial-slider__title {
    margin: 0;
    width: auto;
}

.testimonial-slider__nav {
    margin-top: 2rem;
}

.testimonial-slider__nav .owl-prev {
    margin-right: 1rem;
}

.testimonial-slider__nav .owl-prev,
.testimonial-slider__nav .owl-next {
    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;
    height: 3.6rem;
    width: 3.6rem;
    border: solid #fff 1px;
    border-radius: 50%;
    font-size: 1.8rem;
}

.testimonial-slider__nav .owl-prev:hover,
.testimonial-slider__nav .owl-next:hover,
.testimonial-slider__nav .owl-prev:focus,
.testimonial-slider__nav .owl-next:focus {
    border-color: #FFB718;
    background-color: #FFB718;
    color: #000;
}

/* interor nav */

.nav-interior {
    background-color: #FFB718;
    height: 74px;
    width: 100%;
    display: block;
    z-index: 99;
}

.nav-interior.sticky {
    position: fixed;
    top: 11.1rem;
}

.nav-interior__list {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nav-interior__item,
.nav-interior__link {
    display: inline-block;
}

.nav-interior__link {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.nav-interior__link:hover,
.nav-interior__link:focus {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .nav-interior.sticky {
        top: 13rem;
    }
}

/* life at page */

.award__img-wrapper {
    width: 97px;
    margin-bottom: 10px;
}

/* Canada job banner */

.job-banner,
.job-banner--custom {
    padding: 0 2rem 2rem 2rem;
    background-color: #AB162C;
    max-width: 100%;
    margin: 0 auto;
}

.job-banner__wrapper {
    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;
}

.job-banner__wrapper a {
    color: #fff;
    text-decoration: underline;
}

.job-banner__wrapper a:hover {
    color: #FFB718;
}

.canada-logo {
    width: 64px;
    margin: 0 20px 0 0;
}

.job-banner .h5-style,
.job-banner--custom .h5-style {
    margin: 0;
}

/* career fair section */
#career-fair-schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
  font-family: "museo-sans", sans-serif;
}
.career-fair-schedule-container {
  background: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15);
  width: 60%;
}
.career-fair-headline {
  text-align: center;
  font-weight: 300;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .career-fair-schedule-container {
    width: 90%;
  }
  .career-fair-headline {
    font-size: 3rem;
  }
}
.career-fair-nav {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  display: flex;
}
.career-fair-nav:after,
.career-fair-nav:before {
  content: "";
  display: table;
  clear: both;
}
.summer-2023-nav,
.fall-2023-nav,
.spring-2024-nav,
.sale-support-nav,
.retail-nav {
  width: 50%;
  float: left;
  text-align: center;
  vertical-align: center;
  padding: 1rem 0;
  font-size: 2rem;
  z-index: 2;
  position: relative;
  cursor: pointer;
  transition: background-color 0.4s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .summer-2023-nav,
  .fall-2023-nav,
  .spring-2024-nav,
  .sale-support-nav,
  .retail-nav {
    font-size: 1.5rem;
  }
}
.summer-2023-nav.nactive,
.fall-2023-nav.nactive,
.spring-2024-nav.nactive,
.sale-support-nav.nactive,
.retail-nav.nactive {
  background-color: #fbc555;
}

.career-fair-nav p {
  margin: 0;
}

.detail-list li {
  padding: 0.3rem;
  font-weight: 100;
}
.sale-support-list,
.retail-list,
.summer-2023-list,
.fall-2023-list,
.spring-2023-list{
  display: none;
}
.summer-2023-list.active,
.fall-2023-list.active,
.spring-2023-list.active,
.sale-support-list.active,
.retail-list.active {
  display: block;
}

/* meet us section */
.meet-us-banner-container {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/X1NDG_meet-us-banner-1m2G8XT/meet-us-banner-1m2G8XT.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  background-position: center 20%;
  margin-bottom: 3rem;
  min-height: 500px;
  position: relative;
}
.meet-us-content {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .meet-us-content {
    width: 90%;
  }
}
.career-fair-nav-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-meet-us {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/*UPDATE NEW HERO IMAGE SPANISH*/
[data-page="spanish"] .hero-img-container{
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/1YVKX_spanishheroyscZfV/spanishheroyscZfV.jpg');
    background-position: center top;
}

.section-travel-center-jobs-hero .hero-img-container {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/CLLEC_travel-center-jobsherovP3CVg/travel-center-jobsherovP3CVg.jpg') !important;
    background-position: center 25%;
}



.talent-communities {
    background-color: #dd1b31;
}

.talent-communities>div .row{
    display: flex;
    align-items:center;
}

.take-a-tour-video-container {
    height: 300px;
    width: 50%;
}
.proud-to-support-video-container {
    height: 300px;
    width: 50%;
}

@media screen and (max-width: 991px) {
  .take-a-tour-video-container {
    width: 90%;
  }
  .proud-to-support-video-container {
    width: 90%;
  }
}

.flex-center {
    display: flex;
    align-items: center;
}


#jobs-list .filter-block {
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 30px !important;
}

#jobs-list .filter-block .filter-container {
  background-color: #DD1A31 !important;
  padding: 40px;
  max-width: 1060px !important;
  border-bottom: 4px solid #FFF !important;
}

#jobs-list .filter-block .filter-container .filter-group {
  display: flex !important;
  align-items: stretch !important;
  margin-bottom: 15px !important;
  max-width: 100% !important;
  height: 56px !important;
  flex-direction: row;
}

#jobs-list .filter-block .filter-container .filter-group>h3 {
  display: none !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search>.keyword-input {
  margin: 0 !important;
  width: calc((100% - 201px) / 2) !important;
  flex-shrink: 0 !important;
  padding-left: 56px !important;
  height: 56px !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search {
  position: relative !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search::before {
  content: "";
  height: 24px;
  width: 24px;
  background-size: contain;
  background-position: center;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/XR45M_search-iconjLvd5z/search-iconjLvd5z.png");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 16px;
  align-self: center !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search>div {
  margin: 0 1px !important;
  width: calc((100% - 201px) / 2) !important;
  flex-shrink: 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 56px !important;
  background-color: #FFF !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search>div>.Select {
  width: 100% !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search>div .radius-dropdown {
  height: 100% !important;
  border-style: none none none solid;
  font-size: 14px !important;
  position: relative !important;
  padding: 0 12px !important;
  width: max-content !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search>div::before {
  content: "";
  height: 24px;
  width: 24px;
  background-size: contain;
  background-position: center;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/13351/image/2025/7/B28KZ_location-iconrEXs83/location-iconrEXs83.png");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 16px;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control {
  border: none !important;
  box-shadow: none !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-value {
  padding: 0 48px 0 0 !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-placeholder {
  top: unset !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 0 !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-input {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-input input {
  height: 100% !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-arrow-zone {
  padding-right: 16px !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-arrow {
  border-width: 6px !important;
  margin-top: 3px !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-menu-outer {
  border-radius: 0 !important;
}

#jobs-list .filter-block .filter-container .filter-group.keyword-search>.job-search-button {
  margin: 0 !important;
  width: 100% !important;
  max-width: 200px !important;
  background-color: #FFF !important;
  color: #DD1A31 !important;
  height: 56px !important;
  flex-shrink: 0 !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container {
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search {
  gap: 16px;
  height: 56px !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container {
  height: 100% !important;
  flex: 1 !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container .filter-header {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  padding: 16px 20px 16px 16px !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container .filter-header .filter-title {
  color: #555 !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container .filter-header::after {
  border-top-color: #AB162C !important;
  border-bottom-color: transparent !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container .filter-header.open::after {
  border-top-color: transparent !important;
  border-bottom-color: #AB162C !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .reset-filters {
  width: max-content !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: flex-end !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .reset-filters a {
  color: #FFF !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .reset-filters .filter-title {
  color: #555 !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container {
  position: relative !important;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container .filter-options-list-container {
  position: absolute !important;
  width: 100% !important;
  z-index: 50;
}

#jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search .filter-category-container .filter-options-list-container ul {
  background-color: #FFF !important;
}

#jobs-list .job-banner,
.job-banner--custom {
  background-color: transparent !important;
  padding: 30px !important;
}

.job-banner h3,
.job-banner--custom h3 {
  color: #000 !important;
}

.job-banner h3 a,
.job-banner--custom h3 a {
  color: #AB162C !important;
}

@media (max-width: 767px) {
  #header.header--white {
    background-color: #FFB718 !important;
  }
  #header.header--white .container {
    padding-top: 32px !important;
    padding-bottom: 0 !important;
  }

  #header.header--white .col-md-12 {
    padding: 0 !important;
  }

  #header.header--white .col-md-12 h3 {
    margin: 0 !important;
  }

  #jobs-list .filter-block .filter-container {
    padding: 16px;
    max-width: 100% !important;
  }

  #jobs-list .filter-block .filter-container .filter-group {
    flex-direction: column;
    height: max-content !important;
    gap: 16px !important;
    padding: 0 !important;
    margin-bottom: 32px !important;
  }

  #jobs-list .filter-block .filter-container .filter-group.advanced-search {
    margin-bottom: 20px !important;
  }

  #jobs-list .filter-block .filter-container .filter-group.keyword-search>.keyword-input {
    width: 100% !important;
  }

  #jobs-list .filter-block .filter-container .filter-group.keyword-search::before {
    top: 16px;
  }

  #jobs-list .filter-block .filter-container .filter-group.keyword-search>div {
    height: 56px !important;
    width: 100% !important;
  }

  #jobs-list .filter-block .filter-container .filter-group.keyword-search>.job-search-button {
    max-width: 100% !important;
  }

  #jobs-list .filter-block .filter-container .advanced-search-container {
    padding: 0 !important;
  }

  #jobs-list .filter-block .filter-container .advanced-search-container .filter-group.advanced-search {
    height: max-content !important;
  }

  #jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-input {
    height: 100% !important;
    display: inline-block !important;
  }

  #jobs-list .filter-block .filter-container .filter-group.keyword-search .Select-control .Select-input input {
    margin-bottom: 4px !important;
  }

  #jobs-list .filter-block .filter-container .advanced-search-container .reset-filters {
    align-self: flex-start !important;
  }

}

.custom-jobs-current-searches {
    max-width: 1100px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.custom-jobs-current-searches h3 {
    display: none;
}

.custom-jobs-current-searches ul {
    gap: 10px;
}

.custom-jobs-current-searches li {
    margin: 0 !important;
    background-color: transparent !important;
    border-color: #DD1A31 !important;
}

.custom-jobs-current-searches li button {
    background-color: transparent !important;
    padding: 4px;
}
#popup__overlay__hiring {
    display: none;
}
#popup__overlay__hiring .h2-style {
    font-size: 40px !important;
}
.bullet-role {
    font-family: "museo-sans", sans-serif;
}

.spring-break-hiring.hero-img-container {
    position: relative;
}

.spring-break-hiring img {
    position: relative;
}

.spring-break-hiring .btn-yellow {
    position: absolute;
    bottom: 3vw;
    left: 7.8vw;
}

@media (max-width: 767px) {
    .spring-break-hiring .btn-yellow {
        width: max-content;
        bottom: 0;
        right: 0;
        left: unset;
    }
}

.section-talent-communities-hero h1.h2-hero-style {
    color: #000 !important;
}