/*////// HERO SECTION //////*/
section.page-hero-section {
    background: #FAFAFA;
}
section.page-hero-section.section-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.hero-section div.hero-container {
    height: 68.5rem;
    padding: 30rem 6rem 6rem 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-leadership-page-hero-image.png');
}
/*// HERO SCRIM //*/
div.hero-container div.container-scrim {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 86.98%);
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {
    justify-content: space-between;
}
div.hero-flex-container div.hero-flex-item {
    position: relative;
}

div.hero-flex-item div.content-container{
    position: relative;
    top: 50%; 
    transform: translateY(-55%); 
}
div.hero-flex-item h1 {
    margin-bottom: 1.2rem;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;    
}
div.hero-flex-item p {
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.hero-flex-item div.liberty-image-container {
    display: inline-block;
    position: relative;
    border-radius: 0.5rem;
    transform: translate(4rem, -25%);
}
div.liberty-image-container img {
    width: 61.4rem;
    height: auto;
    height: 40rem;
    border-radius: 0.5rem;    
}

#left-hero-flex-item {
    text-align: left;
}
#right-hero-flex-item {
    text-align: right;
}




/*////// LEADER SECTION //////*/
section.leader-section {}
section.leader-section div.leader-container {
    padding: 16rem 6rem 0 6rem;
}
     
div.leader-container div.leader-flex-container {}
div.leader-flex-container div.leader-flex-item {}

div.leader-flex-item h2 {
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Bold";
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1.2; /* 120% */
    text-transform: uppercase;    
}
div.leader-flex-item h1 {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 4rem;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}
div.leader-flex-item img {
    /*height: 20.9rem;*/
    width: 21rem;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}
div.leader-flex-item p.name {
    margin-bottom: .3rem;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 1.8rem;
    font-style: normal;
    line-height: normal;    
}
div.leader-flex-item p.title {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Light";
    font-size: 1.4rem;
    font-style: normal;
    line-height: normal;
}
div.leader-flex-item h4 {
    margin-top: 1.1rem;
    margin-bottom: 3rem;
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "You2013";
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: .6; /* 60% */
}    
div.leader-flex-item p.quote,
#leader-flex-item-3 p,
#leader-flex-item-5 p {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.leader-flex-item p.quote:after,
#leader-flex-item-3 p:first-of-type:after,
#leader-flex-item-5 p:first-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.915rem;
    height: 1.7rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/leadership-quote-icon.png');
}


#leader-flex-item-1 {
    padding-bottom: 6rem;
}

#leader-flex-item-2 { }
#leader-flex-item-3 {
    border-bottom: 1px solid #F40D1C;
}

#leader-flex-item-4 {}
#leader-flex-item-5 {
    padding-bottom: 7rem;
    border-bottom: 1px solid #F40D1C;
}

#leader-flex-item-6,
#leader-flex-item-7 {
    padding: 6rem 0 10rem 0;
}
#leader-flex-item-6,
#leader-flex-item-7 a {
    position: relative;
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.37; /* 137.5% */
    text-decoration-line: underline;
}
#leader-flex-item-6 a:after,
#leader-flex-item-7 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3rem;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    background-size: cover;
    background-image: url(https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/04/liberty-coke-home-news-link-icon.png);
}





/*////// SLIDER SECTION //////*/
section.slider-section {
    margin: 0 0 10rem 0;
}
section.slider-section div.slider-container {
    padding: 6rem 0;
}

/*//// FLEX ////*/
div.slider-container div.slider-flex-container {}
div.slider-flex-container div.slider-flex-item {}

/*// SLIDER //*/
#career-page-slider {
    width: 100%;
}
#career-page-slider div.slide,
#career-page-slider div.slide.slick-cloned {
    width: 100%;
    height: 62.5rem;
}

div.slide-flex-item {}
div.slide-flex-item h2 {
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: You2013;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
div.slide-flex-item h3 {
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3636; /* 136.364% */    
}
div.slide-flex-item h4 {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 166.667% */
    margin-bottom: 1.6rem;
}
div.slide-flex-item h4 span {
    color: var(--Red-2, #EC1A3B);
}
div.slide-flex-item p {
    margin-bottom: 1.6rem;
    color: var(--White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.376; /* 137.5% */    
}
div.slide-flex-item div.image-container {
    position: relative;
    width: 60rem;
    height: 50rem;
    margin-top: -5rem;
    border: 2px solid #ffffff;
}
div.slide-flex-item img {
    width: 60rem;
    height: auto;
    border-radius: 1.5rem;
    visibility: visible !important;
    opacity: 1 !important;
}
#slide-flex-item-1,
div.slide-flex-item.top-row {
    background: #ffffff;
    padding: 3rem 6rem;
}
#slide-flex-item-2,
div.slide-flex-item.left-flex {
    background: #2E2E2E;
    padding: 3rem 6rem 5rem 6rem;
}
#slide-flex-item-3,
div.slide-flex-item.right-flex {
    background: #2E2E2E;
    text-align: right;
    padding: 3rem 6rem 5rem 6rem;
}

/*// SLIDER ARROWS //*/
div.arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.arrow-container #previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.arrow-container #next-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
}
/*/ SLIDER DOTS /*/
UL.slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 3rem;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
}
UL.slick-dots li,
ul.slick-dots li button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem 0 0;
    font-size: 0; 
    border-radius: 50%;
    /*background: var(--Coke-Red, #F40D1C);*/
    background: var(--Red-2, #FB999D);
    transition: background .3s ease;
    cursor: pointer;
}
UL.slick-dots li.slick-active,
ul.slick-dots li.slick-active button {
    background: var(--Coke-Red, #F40D1C);
}





/*////// ORDER SECTION //////*/
section.order-section {
    padding: 0;
    margin: 0;
    background-color: rgba(244, 13, 28, 1);
}
section.order-section div.order-container {
    height: 47.3rem;
    padding: 5rem 10.2rem 0rem 10.2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/leadership-page-careers-background.png');
}

/*//// FLEX ////*/
div.order-container div.order-flex-container {
    height: 100%;
}
div.order-flex-container div.order-flex-item {}

div.order-flex-item div.order-card {
    width: 71.2rem;
    height: 42.3rem;
    padding: 5rem 7.2rem 7.5rem 5rem;
    border-radius: 1.5rem 1.5rem 0rem 0rem;
    background: var(--White, #FFF);
    box-shadow: -6px -6px 15px 0px rgba(0, 0, 0, 0.25);        
}
div.order-card h1 {
    font-family: "TCCC-UnityHeadline Bold";
    margin-bottom: 2rem;
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3rem;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}
div.order-card p.p1 {
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36; /* 136.364% */
}
div.order-card p { }





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { 

        /*//// HERO SECTION ////*/
        section.hero-section div.hero-container { height: 75.5rem; padding: 30rem 0 6rem 0; }
        div.hero-flex-item div.liberty-image-container { transform: translate(0rem, -25%); }
        div.liberty-image-container img { /*width: 55rem;*/ }
        div.hero-flex-item div.content-container { top: 33%; }

}

/*/ SCALE UP FROM 1440 to 1920 /*/
@media only screen and (min-width: 1440px) { }

/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1025px) { }

/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; height: 100vh; padding: 16rem 2rem 4rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
            div.hero-flex-item p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: 30rem; margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }
        #left-hero-flex-item { order: 2; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }

        /*////// LEADER SECTION //////*/
        section.leader-section div.leader-container { height: auto; padding: 4rem 2rem; }

        /*////// EMPLOYEE SLIDER SECTION //////*/
        section.slider-section div.slider-container { height: auto; padding: 9rem 2rem 4rem 2rem; }
        #slide-flex-item-1 { padding: 2rem 2rem; background: #2E2E2E; }
        #slide-flex-item-1 h2 { color: #ffffff; font-size: 35px; line-height: .86; }
        #slide-flex-item-2 { order: 3; padding: 2rem 2rem 5rem 2rem; }
        #slide-flex-item-2 h3 { }
        #slide-flex-item-2 h4 { }
        #slide-flex-item-2 p { }
        #slide-flex-item-3 { order: 2; text-align: center; padding: 6rem 2rem 3rem 2rem; }
        #slide-flex-item-3 img { width: 100%; }
        /*/ MOBILE SLIDER DOTS /*/
        div#career-page-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#career-page-slider ul.slick-dots li,
        div#career-page-slider ul.slick-dots li button {
            display: inline-block; width: 1.5rem; height: 2rem; margin: 0 2rem 0 0; font-size: 0;  border-radius: 50%;
            background: var(--Red-2, #FB999D); transition: background .3s ease; cursor: pointer; }
        div#career-page-slider ul.slick-dots li.slick-active,
        div#career-page-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        /*/ HIDE ARROWS /*/
        div.arrow-container { display: none; }

        /*////// ORDER SECTION //////*/
        section.order-section div.order-container { height: auto; padding: 4rem 2rem; }

}
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; height: 100vh; padding: 16rem 2rem 4rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
            div.hero-flex-item p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: 20rem; /*height: auto;*/ margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; height: auto; }
        #left-hero-flex-item { order: 2; padding: 2rem 0; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }

        /*////// LEADER SECTION //////*/
        section.leader-section div.leader-container { height: auto; padding: 4rem 2rem; }
        div.leader-flex-item h2 { font-size: 2rem; }
        div.leader-flex-item h1 { font-size: 3rem; }
        div.leader-flex-item p.quote, 
        #leader-flex-item-3 p, 
        #leader-flex-item-5 p { font-size: 1.8rem; }
        div.leader-flex-item p.title { margin-bottom: 2rem; }
        #leader-flex-item-6, 
        #leader-flex-item-7 { padding: 0 0 0 0; }

        /*////// EMPLOYEE SLIDER SECTION //////*/
        section.slider-section div.slider-container { height: auto; padding: 9rem 2rem 4rem 2rem; }
        #career-page-slider div.slide, 
        #career-page-slider div.slide.slick-cloned { height: auto; }
        #slide-flex-item-1 { padding: 2rem 2rem; background: #2E2E2E; }
        #slide-flex-item-1 h2 { color: #ffffff; font-size: 35px; line-height: .86; }
        #slide-flex-item-2 { order: 3; padding: 2rem 2rem 5rem 2rem; }
        #slide-flex-item-3 { order: 2; text-align: center; padding: 6rem 2rem 3rem 2rem; }
        div.slide-flex-item.top-row { padding: 3rem 2rem 3rem 2rem; }
        #slide-flex-item-2, 
        div.slide-flex-item.left-flex { padding: 4rem 2rem 4rem 2rem; }
        div.slide-flex-item.right-flex { padding: 4rem 2rem 4rem 2rem; }
        div.slide-flex-item div.image-container, 
        div.slide-flex-item img { width: 100%; height: auto; }
        #slide-flex-item-3 img { width: 100%; height: auto; }
        /*/ MOBILE SLIDER DOTS /*/
        div#career-page-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#career-page-slider ul.slick-dots li,
        div#career-page-slider ul.slick-dots li button {
            display: inline-block; width: 1.5rem; height: 2rem; margin: 0 2rem 0 0; font-size: 0;  border-radius: 50%;
            background: var(--Red-2, #FB999D); transition: background .3s ease; cursor: pointer; }
        div#career-page-slider ul.slick-dots li.slick-active,
        div#career-page-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        /*/ HIDE ARROWS /*/
        div.arrow-container { display: none; }

        /*////// ORDER SECTION //////*/
        section.order-section div.order-container { height: auto; padding: 4rem 2rem; }
        div.order-flex-item div.order-card { width: 100%; height: auto; }
        div.order-card a.button-coke { line-height: 1.4; text-align: center; }

}
@media only screen and (max-width: 380px) { }
@media only screen and (max-width: 360px) { }
@media only screen and (max-width: 320px) { }


/*//// LANDSCAPE STYLES ////*/
@media screen and (max-width: 851px) and (orientation: landscape) { }
@media screen and (max-width: 815px) and (orientation: landscape) { }
@media screen and (max-width: 667px) and (orientation: landscape) { }
@media screen and (max-width: 570px) and (orientation: landscape) { }