/*////// 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-size: contain;
    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-waste-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;
}
#corner-flex-item-3 {
    margin: 6rem 0 2rem 0;
}
#corner-flex-item-3 a {
    color: var(--Red-2, #EC1A3B);
    text-decoration: underline;
}

/*//// ANIMATED LOGOS ROW ////*/
#corner-flex-item-4 {
    height: 20rem;
    margin: 6rem 0 0 0;
}
#corner-flex-item-4 .logo {
    position: absolute;
    width: 26.3rem;
    height: 26.3rem;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
/*/ LEFT LOGO /*/
#corner-flex-item-4 .logo.left {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/liberty-coke-rotating-logo-OPT.png');
    left: -13rem;
}
#corner-flex-item-4.animated .logo.left {
    animation: rollToCenterLeft 3s ease forwards;
}
/*/ RIGHT LOGO /*/
#corner-flex-item-4 .logo.right {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/liberty-coke-rotating-www-badge-OPT.png');
    right: -13rem;
}
#corner-flex-item-4.animated .logo.right {
    animation: rollToCenterRight 3s ease forwards;
}
/*/ ANIMATE LOGO /*/
@keyframes rollToCenterLeft {
    0% { transform: translateX(0) rotate(0deg); }
    5% { opacity: 1; }
    100% { transform: translateX(calc(51.75vw - 19rem)) rotate(360deg); }
}
@keyframes rollToCenterRight {
    0% { transform: translateX(0) rotate(0deg); }
    5% { opacity: 1; }    
    100% { transform: translateX(calc(-51.75vw + 19rem)) rotate(-360deg); }
}





/*////// 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;
}

#change-flex-item-3 {
    text-align: center;
}
#change-flex-item-3 #fast-facts {
    position: relative;
    width: 100%;
    height: 50rem;
    height: 70rem;
    overflow-x: auto; /* Enables horizontal scrolling */
    overflow-y: hidden;
}

#fast-facts::-webkit-scrollbar {
  width: 10px;
}
#fast-facts::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0);;
}
 
#fast-facts::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .6);
    outline: 1px solid rgba(255, 255, 255, .4);
}


#fast-facts #fixed-width-wrapper {
    position: relative;
    width: 215rem;
    height: 100%;
}

/*// FLOATER //*/
div.floater-container {
    position: absolute;
    /*transform: translate(-50%, -50%);*/
    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: 5rem;
    left: 68rem;
    z-index: 200;
}
#floater-3 {
    top: 17rem;
    left: 168rem;
    z-index: 300;
}
#floater-4 {
    top: 35rem;
    left: 91rem;
    z-index: 400;
}
#floater-5 {
    top: 24rem;
    left: 35rem;
    z-index: 500;
}
#floater-6 {
    top: 3rem;
    left: 120rem;
    z-index: 600;
}
#floater-7 {
    top: 43rem;
    left: 16rem;
    z-index: 700;
}
#floater-8 {
    top: 42rem;
    left: 150rem;
    z-index: 800;
}




/* FLOATER ANIMATION */
#floater-0.fizzy,
#floater-1.fizzy,
#floater-2.fizzy,
#floater-3.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 {
    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;
    margin-top: -12rem;
}
#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,
#cap-container-2,
#cap-container-3 {
    background-size: 19.2rem;
    background-position: center 8.5rem;    
    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.number.percent {
    left: 45.5%;    
}
div.caps-flex-item p.number.percent:after {
    content: "%";
    position: absolute;
    top: 50%;
    right: -3.5rem;
    transform: translateY(-50%);
    font-family: "Gotham";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal; 
    color: #ffffff;   
}


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





/*////// COLOR SECTION //////*/
section.color-section {
    min-height: initial;
    background: var(--Red-2, #EC1A3B);
}
section.color-section div.color-container {
    height: 2.5rem;
}





/*////// TAB SECTION //////*/
section.tab-section {
    min-height: initial;
/*    position: sticky;
    top: 8rem;
    z-index: 100;*/
}
section.tab-section div.tab-container {
    padding: 3rem 6rem 0 6rem;
    background: var(--Grey-1, #1C1C1C);
}

/*//// FLEX ////*/
div.tab-container div.tab-flex-container {
    justify-content: flex-start;
}
div.tab-flex-container div.tab-item {
    width: 27.5rem;
    padding: 1rem 0rem;
    margin-right: 2rem;
    transform: translateY(.8rem);
    background: #ffffff;
    border-radius: 1rem 1rem 0rem 0rem;
    /*background: var(--Red-2, #EC1A3B);*/
    transition: all .3s ease;
    cursor: pointer;
}
div.tab-flex-container div.tab-item:hover {
    transform: translateY(0);
}

div.tab-item h4 {
    position: relative;
}
div.tab-item h4:before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/*// SPECIFICS //*/
#tab-item-1 {}
#tab-item-1.active {
    transform: translateY(0);
    background: #EC1A3B;
}
#tab-item-1 h4 {
    color: #EC1A3B;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
    text-transform: uppercase;
}
#tab-item-1 h4:before {
    top: 49%;
    left: 5rem;    
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/design-tab-icon-inactive.png');
}
#tab-item-1.active h4 {
    color: #ffffff;
    font-weight: 800;
}
#tab-item-1.active h4:before {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/design-tab-icon-active.png');
}


#tab-item-2 {}
#tab-item-2.active {
    transform: translateY(0);
    /*background: #FE9902;*/
    background: #EC1A3B;
}
#tab-item-2 h4 {
    /*color: #FE9902;*/
    color: #EC1A3B;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
    text-transform: uppercase; 
}
#tab-item-2.active h4 {
    color: #ffffff;
    font-weight: 800;
}
#tab-item-2 h4:before {
    top: 46%;
    left: 4.2rem;   
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/02/liberty-collect-tab-inactive-red.png');
}
#tab-item-2.active h4:before {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/collect-tab-icon-active.png');
}



#tab-item-3 {}
#tab-item-3.active {
    transform: translateY(0);
    /*background: #893B7C;*/
    background: #EC1A3B;
}
#tab-item-3 h4 {
    /*color: #893B7C;*/
    color: #EC1A3B;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
    text-transform: uppercase;
}
#tab-item-3.active h4 {
    color: #ffffff;
    font-weight: 800;
}
#tab-item-3 h4:before {
    top: 55%;
    left: 4rem;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/02/liberty-partner-tab-inactive-red.png');
}
#tab-item-3.active h4:before {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/01/partner-tab-icon-active.png');
}





/*//// CONTENT COLORS ////*/
.red { color: !important; }
.yellow { color: #FE9902 !important; }
.purple { color: 893B7C !important; }
.red-back { background: !important; }
.yellow-back { background: #FE9902 !important; }
.purple-back { background: #893B7C !important; }





/*////// CONTENT SECTION //////*/
section.content-section {}
section.content-section div.content-container {
    padding: 8rem 6rem;
}

/*//// FLEX ////*/
div.content-container div.content-flex-container {}
div.content-flex-container div.content-flex-item {
    position: relative;
    padding: 2rem 2rem;
}


div.content-flex-item img {
    display: block;
    width: 100%;
    max-width: 42rem;
    height: auto;
}
div.content-flex-item img.mobile-polaroids { 
    display: none;
}


div.content-flex-item h3 {
    color: var(--Red, #B00D18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
div.content-flex-item h5 {
    margin-bottom: .6rem;
    color: var(--Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;    
}
div.content-flex-item p,
div.content-flex-item ul {
    margin-bottom: 3rem;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37; /* 137.5% */    
}
div.content-flex-item ul {
    padding-left: 3rem;
}
div.content-flex-item ul li {
    margin-bottom: .5rem;
}

div.content-flex-item div.accent {
    position: absolute;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    width: 69rem;
    height: .2rem;
    border-radius: 0.2rem;
    background: var(--Red, #B00D18);
    filter: blur(1.5px);
    opacity: .8;
}
div.goals-flex-item div.accent {
    width: 71rem;
}
div.action-flex-item div.accent {
    width: 69rem;
}

/*// SPECIFICS //*/
#content-flex-container {}
#tab-flex-container {}
#tab-flex-container .header-flex-item h2 {
    margin-bottom: 1rem;
    color: var(--Red, #B00D18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
#tab-flex-container .header-flex-item h2 span {
    font-family: "TCCC-UnityHeadline Bold";
}
#tab-flex-container .header-flex-item p.p2 {
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem; /* 140% */
}
#tab-flex-container .header-flex-item img.icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 13rem;
}
#tab-flex-container .goals-flex-item {}
#left-goals-flex-item {}
#right-goals-flex-item {}
#tab-flex-container div.actions-flex-item {}
#left-actions-flex-item {}
#right-actions-flex-item {}

/*// PARTNER TAB FLEX ITEM //*/
#partner-header-flex-item {
    margin-bottom: 4rem;
}
#partners-content-right div.tab-flex-container {
    justify-content: center;
}
div.partner-flex-item {
    margin: 3rem 0;
    padding: 0 2rem;
    text-align: center;
}
div.partner-flex-item img {
    margin-bottom: 2rem;
}
div.partner-flex-item p.eyebrow {
    margin-bottom: 1rem;
    color: var(--Black, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
div.partner-flex-item p {
    color: var(--Grey-2, #2E2E2E);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37; /* 137.5% */
}

/*//// CONTENT DISPLAY CONTAINER ////*/
div.content-display-container {
    transition: .4s ease;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
div.content-display-container.active {
    opacity: 1;
    max-height: 2000rem;
}


/*////// COMMITMENT SECTION //////*/
section.commitment-section {}
section.commitment-section div.commitment-container {
    padding: 6rem 10rem 6rem 8rem;
}

/*//// FLEX ////*/
div.commitment-container div.commitment-flex-container {
    justify-content: space-between;
}
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-top: 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: 3rem; /* 136.364% */    
}

/*/// CTA ///*/


#commitment-image-0,
#commitment-image-1,
#commitment-image-2,
#commitment-image-3 {
    width: 30%;
    text-align: center;
}

#commitment-image-0 {
    padding: 4rem 0;
}
#commitment-image-0 h3 {
    margin-bottom: 2rem;
    color: var(--Grey-1, #1C1C1C);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 3.8rem;
    font-family: "TCCC-UnityHeadline Bold";
    font-style: normal;
    font-weight: 800;
    line-height: 1.14;
}






/*//// DEBUG STYLES - TEST ////*/
main .borders {
	border: 1px solid rgba( 255, 0, 0, .75) !important;
}


/**,
*:before,
*:after { border: 1px solid red; }*/


/*////// 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-world-waster-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; }

        #corner-flex-item-4 .logo { width: 18rem; height: 18rem; }
        /*/ ANIMATE LOGOS /*/
        @keyframes rollToCenterLeft {
            0% { transform: translateX(0) rotate(0deg); }
            5% { opacity: 1; }
            100% { transform: translateX(calc(85vw - 19rem)) rotate(360deg); }
        }
        @keyframes rollToCenterRight {
            0% { transform: translateX(0) rotate(0deg); }
            5% { opacity: 1; }    
            100% { transform: translateX(calc(-85vw + 19rem)) rotate(-360deg); }
        }


        /*//// 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; background-size: 22rem; background-position: center center; }


        /*//// TABS SECTION ////*/
        section.tab-section div.tab-container { padding: 3rem 0 0 2rem; }
        div.tab-flex-container div.tab-item { display: inline-block; width: 12rem; padding: 5rem 0rem 1rem 0rem; margin-right: 0.5rem; }
        #tab-item-1.active,
        #tab-item-2.active,
        #tab-item-3.active { padding: 5rem 0rem 2rem 0rem; }
        #tab-item-1 h4:before,
        #tab-item-2 h4:before,
        #tab-item-3 h4:before { top: -67%; left: 50%; transform: translate(-50%, -50%); }


        /*//// TAB CONTANT ////*/
        section.content-section div.content-container { padding: 0 2rem 4rem 2rem; }
        div.content-flex-container div.content-flex-item { padding: 0 0; }
        #design-content-left { order: 2; }
        #design-content-right { order: 1; }
        div.tab-flex-container div.header-flex-item { order: -1; padding-top: 4rem; }
        div.content-flex-item img.desk-polaroids { display: none; }
        div.content-flex-item img.mobile-polaroids { display: block; }

        #tab-flex-container .header-flex-item h2 { width: 60%; font-size: 3rem; }
        #tab-flex-container .header-flex-item p.p2 { margin-top: 4rem; font-size: 1.8rem; font-weight: 700; line-height: 1.38; }
        #tab-flex-container .header-flex-item p.p2 br { display: none; }
        #tab-flex-container .header-flex-item img.icon { top: 3.4rem; right: 0; width: 10rem; }
        /*/ ACCENTS /*/
        div.goals-flex-item div.accent { width: 76%; }
        div.content-flex-item div.accent { width: 54%; }

        div.content-flex-item h3 { margin-bottom: 2rem; }
        div.content-flex-item h5 { font-size: 1.8rem; }
        div.content-flex-item ul li { font-size: 1.8rem; }
        div.content-flex-item p { font-size: 1.8rem; }
 

        /*////// 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 { width: 100%; }
        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-0, 
        #commitment-image-1, 
        #commitment-image-2, 
        #commitment-image-3 { width: 100%; }
        div.commitment-flex-item h4 { margin-bottom: 3rem; font-size: 3rem; }

} 
@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-world-waster-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; }

        #corner-flex-item-4 .logo { width: 18rem; height: 18rem; }
        /*/ ANIMATE LOGOS /*/
        @keyframes rollToCenterLeft {
            0% { transform: translateX(0) rotate(0deg); }
            5% { opacity: 1; }
            100% { transform: translateX(calc(78vw - 19rem)) rotate(360deg); }
        }
        @keyframes rollToCenterRight {
            0% { transform: translateX(0) rotate(0deg); }
            5% { opacity: 1; }    
            100% { transform: translateX(calc(-78vw + 19rem)) rotate(-360deg); }
        }


        /*//// 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; background-size: 22rem; background-position: center center; }


        /*//// TABS SECTION ////*/
        section.tab-section div.tab-container { padding: 3rem 0 0 2rem; }
        div.tab-flex-container div.tab-item { display: inline-block; width: 12rem; padding: 5rem 0rem 1rem 0rem; margin-right: 0.5rem; }
        #tab-item-1.active,
        #tab-item-2.active,
        #tab-item-3.active { padding: 5rem 0rem 2rem 0rem; }
        #tab-item-1 h4:before,
        #tab-item-2 h4:before,
        #tab-item-3 h4:before { top: -67%; left: 50%; transform: translate(-50%, -50%); }


        /*//// TAB CONTANT ////*/
        section.content-section div.content-container { padding: 0 2rem 4rem 2rem; }
        div.content-flex-container div.content-flex-item { padding: 0 0; }
        #design-content-left { order: 2; }
        #design-content-right { order: 1; }
        div.tab-flex-container div.header-flex-item { order: -1; padding-top: 4rem; }
        div.content-flex-item img.desk-polaroids { display: none; }
        div.content-flex-item img.mobile-polaroids { display: block; width: 95%; max-width: 95%; }

        #tab-flex-container .header-flex-item h2 { width: 60%; font-size: 3rem; }
        #tab-flex-container .header-flex-item p.p2 { margin-top: 4rem; font-size: 1.8rem; font-weight: 700; line-height: 1.38; }
        #tab-flex-container .header-flex-item p.p2 br { display: none; }
        #tab-flex-container .header-flex-item img.icon { top: 7.4rem; right: 0; width: 10rem; }
        /*/ ACCENTS /*/
        div.goals-flex-item div.accent { width: 76%; }
        div.content-flex-item div.accent { width: 54%; }

        div.content-flex-item h3 { margin-bottom: 2rem; }
        div.content-flex-item h5 { font-size: 1.8rem; }
        div.content-flex-item ul li { font-size: 1.8rem; }
        div.content-flex-item p { font-size: 1.8rem; }
 



        /*////// 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 { width: 100%; }
        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-0, 
        #commitment-image-1, 
        #commitment-image-2, 
        #commitment-image-3 { width: 100%; }
        div.commitment-flex-item h4 { margin-bottom: 3rem; font-size: 3rem; }


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

        #values-slider div.slide p { font-size: 2rem; }
        #values-slider div.slide p span { font-size: 2.2rem; }
        #values-slider-flex-item-1 ul li { 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) { }