/*////// 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: 28.5rem;
    /*padding: 30rem 6rem 6rem 6rem;*/
    padding: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -11.5rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/liberty-coke-sustainability-hero-OPT.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%);
}





/*////// CORNER SECTION //////*/
section.corner-section {}
section.corner-section div.corner-container {
    padding: 0 6rem 10rem 6rem;
}

/*//// WATCH THIS ////*/
img.watch-this {
    position: absolute;
    top: -10.5rem;
    left: 47%;
    transform: translateX(-50%);
    width: 75%;
    max-width: 22.5rem;
}

/*//// FLEX ////*/
div.corner-container div.corner-flex-container {}
div.corner-flex-container div.corner-flex-item {}

div.corner-flex-item h2.top-line {
    margin-bottom: .6rem;
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.8rem; /* 140% */
    text-transform: uppercase;
}
div.corner-flex-item h2.bottom-line {
    margin-bottom: .6rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
div.corner-flex-item p {
    margin-bottom: 1.4rem;
    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.4; /* 140% */
}

div.corner-flex-item img.video-thumb {
    margin-top: 3rem;
    width: 100%;
    max-width: 63rem;
    height: auto;
    cursor: pointer;
}

/*// SPECIFICS //*/
#corner-flex-item-1 {
    align-content: center;
}
#corner-flex-item-2 {
    text-align: right;
}





/*////// CHANGE SECTION //////*/
section.change-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/liberty-sustainability-change-background-OPT.png');
}
section.change-section div.change-container {
    padding: 6rem 0;
}

/*//// FLEX ////*/
div.change-container div.change-flex-container {}
div.change-flex-container div.change-flex-item {}

#change-flex-item-1 {
    text-align: center;
}
#change-flex-item-1 h3.top-line {
    color: var(--Red-2, #EC1A3B);
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
#change-flex-item-1 h3.bottom-line {
    margin-bottom: 3rem;
    color: var(--Red-2, #EC1A3B);
    text-align: center;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
#change-flex-item-2 {
    padding-bottom: 4rem;
    text-align: center;
}
#change-flex-item-2 img.squiggle {
    width: 75%;
    max-width: 33.6rem;
}

/*/// FAST FACTS SLIDER ROW //*/
#change-flex-item-3 {
    text-align: center;
}
#fact-slider div.slide {
    position: relative;
}
div.slide div.fast-facts-container {
    position: relative;
    width: 100vw;
    height: 55rem;
    /*border: 1px solid #ffffff;*/
}

/*// FLOATERS //*/
div.floater-container {
    position: absolute;
    /*transform: translate(-50%, -50%);*/
    transform: scale(.9);
    width: 42.6rem;
    height: auto;
    text-align: center;
    transition: all .4s ease;
    padding: 3rem;
    border-radius: 3rem 3rem 3rem 0.5rem;
    border: 1px solid var(--Black, #000);
    background: var(--White, #FFF);
    box-shadow: -10px 10px 0px 0px #000;
}
div.floater-container p {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.048rem;
    text-transform: uppercase;
}
div.floater-container p.eyebrow-2 {
    margin-bottom: 1.2rem;
    color: var(--Red-2, #EC1A3B);
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
}
div.floater-container p:last-of-type {
    margin-bottom: 0;
}

/*// SPECIFICS //*/
#floater-1 {
    top: 0;
    left: 3rem;
    z-index: 100;
}
#floater-2 {
    top: 35rem;
    left: 13rem;
    z-index: 200;
}
#floater-3 {
    top: 7rem;
    left: 68rem;
    z-index: 300;
}
#floater-4 {
    top: 30rem;
    left: 94rem;  
    z-index: 400;
}
#floater-5 {
    top: 4rem;
    left: 2rem;
    z-index: 500;
}
#floater-6 {
    top: 0rem;
    left: 64rem;
    z-index: 600;
}
#floater-7 {
    top: 32rem;
    left: 16rem;
    z-index: 700;
}
#floater-8 {
    top: 25rem;
    left: 98rem;
    z-index: 800;
}


/*//// UNFOCUSABLE ////*/
.unfocusable {
    pointer-events: none !important;
}
.unfocusable * {
    pointer-events: none !important;
}

/* FLOATER ANIMATION */
#floater-0.fizzy,
#floater-1.fizzy,
#floater-2.fizzy,
#floater-3.fizzy,
#floater-4.fizzy,
#floater-5.fizzy,
#floater-6.fizzy,
#floater-7.fizzy,
#floater-8.fizzy,  {
    transition: all .7s ease;
    opacity: 0;
    margin-top: 5rem;
}

#floater-0.fizzy.animate,
#floater-1.fizzy.animate,
#floater-2.fizzy.animate,
#floater-3.fizzy.animate.,
#floater-4.fizzy.animate,
#floater-5.fizzy.animate,
#floater-6.fizzy.animate,
#floater-7.fizzy.animate,
#floater-8.fizzy.animate {
    animation: tilt-shaking .6s ease;
    opacity: 1;
    margin-top: 0;
}


@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  75% { transform: rotate(0deg); ; }
  80% { transform: rotate(1deg); }
  85% { transform: rotate(0deg); }
  90% { transform: rotate(-1deg); }
  95% { transform: rotate(0deg); }
}







/*//// CAPS FLEX ////*/
div.caps-container div.caps-flex-container {
    justify-content: space-between;
}
#caps-flex-container-1 {
    height: 16.8rem;
    padding: 0 16rem;
}
#caps-flex-container-2 {
    height: 31rem;
    padding: 7.8rem 16rem;
    border-radius: 2rem;
}
div.caps-flex-container div.caps-flex-item {
    max-width: 37.8rem;
}
div.caps-flex-item div.cap-container {
    position: relative;
    width: 37.8667rem;
    height: 35.8rem;
    background-size: 25rem;
    background-position: center;
    background-repeat: no-repeat;
}
#cap-container-1 {
    /*background-size: 17.2rem;*/
    /*background-position: center 9.5rem;*/
    /*background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/bottlecap-yellow-OPT.png');*/
}
#cap-container-2 {
    /*background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/bottlecap-green-OPT.png');*/
}
#cap-container-3 {
    /*background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/bottlecap-purple-OPT.png');*/
}

#cap-container-1,
#cap-container-2,
#cap-container-3 {
    background-size: 20rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-red-bottlecap.png');
}


div.caps-flex-item p.number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #ffffff;
    text-align: center;
    font-family: "Gotham";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

div.caps-flex-item p.description {
    color: #ffffff;
    text-align: center;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 1.8rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.06rem;
    text-transform: uppercase;    
}

/*// SPECIFICS //*/
#caps-flex-item-1 {}
#caps-flex-item-2 {
    padding-top: 4rem;
}
#caps-flex-item-3 {}
#caps-flex-item-4 {
    padding-top: 6rem;
}
#caps-flex-item-5 {
    padding-top: 10rem;
}
#caps-flex-item-6 {
    padding-top: 6rem;
}




/*////// COMMITMENT SECTION //////*/
section.commitment-section {}
section.commitment-section div.commitment-container {
    padding: 6rem 10rem 6rem 8rem;
}

/*//// FLEX ////*/
div.commitment-container div.commitment-flex-container {}
div.commitment-flex-container div.commitment-flex-item {
    justify-content: space-between;
}
div.commitment-flex-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
div.commitment-flex-item h4 {
    margin-bottom: 1rem;
    color: var(--Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "You2013";
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem; /* 114.286% */    
}
div.commitment-flex-item p {
    margin-bottom: 3rem;
    color: var(--Grey-3, #717171);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38; /* 138.889% */    
}
div.commitment-flex-item a {
    position: relative;
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: TCCC-UnityText;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.38; /* 138.889% */    
}
div.commitment-flex-item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3rem;
    transform: translateY(-43%);transform: translateY(-43%);
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/liberty-link-arrow.png');
    transition: all .3s ease;
}
div.commitment-flex-item a:hover:after {
    right: -3.4rem;
}


/*// SPECIFICS //*/
#commitment-flex-item-1 {
    padding: 1rem 0 4rem 0;
    text-align: center;
}
#commitment-flex-item-1 h3 {
    margin-bottom: 2rem;
    color: var(--Red-2, #EC1A3B);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 3.5rem;
    font-family: "TCCC-UnityHeadline Bold";
    font-style: normal;
    font-weight: 800;
    line-height: 1.14;
    text-transform: uppercase;
}
#commitment-flex-item-1 p {
    margin-bottom: 1rem;
    color: var(--Grey-2, #2E2E2E);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36; /* 136.364% */    
}

/*/// CTA ///*/
#commitment-image-1,
#commitment-image-2,
#commitment-image-3 {
    width: 42.5rem;
    margin-bottom: 4rem;
}
#commitment-content-1,
#commitment-content-2,
#commitment-content-3 {
    width: calc( 100% - 42.6rem);
    padding: 6rem 6rem;
    margin-bottom: 4rem;
    align-content: center;
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) {

        /*//// HERO SECTION ////*/
        section.hero-section div.hero-container { height: 31.5rem; }

}

/*/ 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: 23.35rem; padding: 0 0; background-size: contain; background-position: center; }
        section.hero-section div.hero-container {
            background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/02/liberty-coke-sustainability-hero-mobile.png');
        }
        div.hero-flex-container div.hero-flex-item { padding: 1rem 0 5rem 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: 1; text-align: center; }
        #right-hero-flex-item { order: 2; text-align: center; padding-left: 0; }


        /*////// CORNER SECTION //////*/
        section.corner-section div.corner-container { height: auto; padding: 6rem 2rem 6rem 2rem; }
        #corner-flex-item-1 { text-align: left; }
        div.corner-flex-item p {  }
        div.corner-flex-item p br { display: none; }
        img.watch-this { display: none; }

        
        /*////// CHANGE SECTION //////*/
        section.change-section {}
        section.change-section div.change-container {}
        #fact-slider div.slide { width: 1500px !important; }


        /*//// CAPS FLEX ////*/
        section.caps-section div.caps-container { height: auto; padding: 4rem 2rem; }
        div.caps-container div.caps-flex-container {}
        #caps-flex-container-1 { justify-content: center; margin-top: 4rem; }
        #caps-flex-container-1 div.caps-flex-item { padding-bottom: 6rem; text-align: center; background: transparent; }
        #caps-flex-container-1 div.caps-flex-item p.cap-copy { color: #ffffff;
            text-align: center; font-size: 16px; font-style: normal; 
            font-weight: 700; line-height: normal; letter-spacing: 0.48px; text-transform: uppercase; }
        #caps-flex-container-2 { display: none; }
        #cap-container-1, 
        #cap-container-2, 
        #cap-container-3 { width: 100%; height: 22rem; }


        /*////// COMMITMENT SECTION //////*/
        section.commitment-section {}
        section.commitment-section div.commitment-container { height: auto; padding: 4rem 2rem; }
        #commitment-flex-item-1 h3 { font-size: 2.5rem; }
        #commitment-flex-item-1 h3 br { display: none }
        #commitment-flex-item-1 p { font-size: 1.8rem; }
        #commitment-flex-item-1 p br { display: none }
        #commitment-content-1, 
        #commitment-content-2, 
        #commitment-content-3 { width: 100%; padding: 6rem 0; }
        div.commitment-flex-item p { font-size: 1.8rem; }
        div.commitment-flex-item p br { display: none; }
        div.commitment-flex-item a { font-size: 2rem; }
        div.commitment-flex-item a:after { right: -4rem; width: 2.7rem; height: 2.7rem; }

} 
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: 23.35rem; padding: 0 0; background-size: contain; background-position: center; }
        section.hero-section div.hero-container {
            background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/02/liberty-coke-sustainability-hero-mobile.png');
        }
        div.hero-flex-container div.hero-flex-item { padding: 1rem 0 5rem 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: 1; text-align: center; }
        #right-hero-flex-item { order: 2; text-align: center; padding-left: 0; }


        /*////// CORNER SECTION //////*/
        section.corner-section div.corner-container { height: auto; padding: 6rem 2rem 6rem 2rem; }
        #corner-flex-item-1 { text-align: left; }
        div.corner-flex-item p {  }
        div.corner-flex-item p br { display: none; }
        img.watch-this { display: none; }

        
        /*////// CHANGE SECTION //////*/
        section.change-section {}
        section.change-section div.change-container {}
        #fact-slider div.slide { width: 1500px !important; }


        /*//// CAPS FLEX ////*/
        section.caps-section div.caps-container { height: auto; padding: 4rem 2rem; }
        div.caps-container div.caps-flex-container {}
        #caps-flex-container-1 { justify-content: center; margin-top: 4rem; }
        #caps-flex-container-1 div.caps-flex-item { padding-bottom: 6rem; text-align: center; background: transparent; }
        #caps-flex-container-1 div.caps-flex-item p.cap-copy { color: #ffffff;
            text-align: center; font-size: 16px; font-style: normal; 
            font-weight: 700; line-height: normal; letter-spacing: 0.48px; text-transform: uppercase; }
        #caps-flex-container-2 { display: none; }
        #cap-container-1, 
        #cap-container-2, 
        #cap-container-3 { width: 100%; height: 22rem; }


        /*////// COMMITMENT SECTION //////*/
        section.commitment-section {}
        section.commitment-section div.commitment-container { height: auto; padding: 4rem 2rem; }
        #commitment-flex-item-1 h3 { font-size: 2.5rem; }
        #commitment-flex-item-1 h3 br { display: none }
        #commitment-flex-item-1 p { font-size: 1.8rem; }
        #commitment-flex-item-1 p br { display: none }
        #commitment-content-1, 
        #commitment-content-2, 
        #commitment-content-3 { width: 100%; padding: 6rem 0; }
        div.commitment-flex-item p { font-size: 1.8rem; }
        div.commitment-flex-item p br { display: none; }
        div.commitment-flex-item a { font-size: 2rem; }
        div.commitment-flex-item a:after { right: -4rem; width: 2.7rem; height: 2.7rem; }
        #commitment-image-1, 
        #commitment-image-2, 
        #commitment-image-3 { width: 100%; margin-bottom: 4rem; }

}
@media only screen and (max-width: 380px) { 

        div.hero-flex-container div.hero-flex-item { padding: 1rem 0 0 0; }
        div.hero-flex-item h1 { margin-bottom: 2rem; margin-top: 0; font-size: 3.6rem; }
        div.hero-flex-item p { font-size: 2.2rem; }

}
@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) { }