/*////// 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-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/history-page-hero-background.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: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 80%);
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {}
div.hero-flex-container div.hero-flex-item {}
div.hero-flex-item h1 {
    margin-top: 3rem;
    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;
    /*background: #F1F1F1;*/
    /*box-shadow: 15px -10px 0px 0px #1C1C1C;*/
    transform: translate(2rem, -18%);
}
div.liberty-image-container img {
    width: 100%;
    width: 61.4rem;
    height: auto;
    border-radius: 0.5rem;
}
/*// SPECIFICS //*/
#left-hero-flex-item {}
#right-hero-flex-item {
    padding-left: 6rem;
}





/*////// CORNER SECTION //////*/
section.corner-section {}
section.corner-section div.corner-container {
    padding: 2rem 6rem;
}

/*//// 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: .4rem;
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.33; /* 133.333% */
    text-transform: uppercase; 
}
div.corner-flex-item h2.bottom-line {
    margin-bottom: 2.8rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3rem;
    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: 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 {}
#corner-flex-item-2 {
    text-align: right;
}





/*////// STAND SECTION //////*/
section.stand-section {}
section.stand-section div.stand-container {
    padding: 5rem 6rem;
}
/*//// FLEX ////*/
div.stand-container div.stand-flex-container {}
div.stand-flex-container div.stand-flex-item {}
div.stand-flex-item img.stand-image {
    widtH: 100%;
    height: auto;
}





/*////// VALUES SLIDER SECTION //////*/
section.values-slider-section {}
section.values-slider-section div.values-slider-container {
    padding: 6rem 0;
}

/*//// FLEX ////*/
div.corder-slider-container div.corder-slider-flex-container {}
div.corder-slider-flex-container div.corder-slider-flex-item {}
/*// SPECIFICS //*/
#values-slider-flex-item-1 {
    padding: 0 6rem 6rem 6rem;
}
#values-slider-flex-item-1 h2 {
    margin-bottom: 2.2rem;
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Bold";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.14; /* 114.286% */
    text-transform: uppercase;
}
#values-slider-flex-item-1 ul {
    height: 3.4rem;
    padding: 0;
}
#values-slider-flex-item-1 ul li {
    display: inline-block;
    width: auto;
    height: 3.4rem;
    margin-right: 5rem;
    color: var(--Grey-3, #717171);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
#values-slider-flex-item-1 ul li.active {
    color: var(--Black, #000);
    font-weight: 700;
    border-bottom: 3px solid #FB999D;
}
#safety {}
#caring {}
#results {}
#growth {}


#values-slider-flex-item-2 {}


/*// VALUES SLIDER //*/
#values-slider {
    width: 100%;
}
#values-slider div.slide {
    width: 126.8rem;
    max-width: 126.8rem;
    height: 74.4rem;
    margin-right: 3rem;
    padding: 20rem 6rem 0 6rem;
    background-color: #C0C0C0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#values-slider div.slide h3 {
    margin-bottom: 5rem;
    color: var(--Red-4, #FDD9DA);
    font-family: "You2013";
    font-size: 6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
#values-slider div.slide p {
    margin-bottom: 2rem;
    color: var(--White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36; /* 136.364% */
}
#values-slider div.slide p span,
#values-slider div.slide p strong {
    display: inline-block;
    /*margin-top: 4rem;*/
    margin-top: 1.2rem;
    color: var(--White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Bold";
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1.2; /* 120% */
}

/*// SPECIFIC SLIDES //*/
#values-slider #value-slide-1,
#values-slider #value-slide-5 {
    padding: 20rem 6rem 0 6rem;
}
#values-slider #value-slide-2,
#values-slider #value-slide-6 {
    padding: 10rem 6rem 0 6rem;
}
#values-slider #value-slide-3,
#values-slider #value-slide-7 {
    padding: 26rem 6rem 0 6rem;
}
#values-slider #value-slide-4,
#values-slider #value-slide-8 {
    padding: 20rem 6rem 0 6rem;
}

/*// SLIDER ARROWS //*/
div.values-arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.values-arrow-container #values-previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.values-arrow-container #values-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);
}



/*// SPECIFICS //*/
#corder-slider-flex-item-1 {}





/*////// LOCATIONS SECTION //////*/
section.locations-section {}
section.locations-section div.locations-container {
    padding: 6rem;
}

/*//// FLEX ////*/
div.locations-container div.locations-flex-container {}
div.locations-flex-container div.locations-flex-item {}
div.locations-flex-item img {
    width: 44.6582rem;
    height: auto;
}
div.locations-flex-item h1 {
    color: var(--Coke-Red, #F40D1C);
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2rem;
}
div.locations-flex-item p.p2,
div.locations-flex-item p {
    width: 75%;
    color: var(--Grey-1, #1C1C1C);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 140% */
    margin-bottom: 4rem;
}
/*// SPECIFICS //*/
#locations-flex-item-1 {
    padding-top: 11rem;
}
#locations-flex-item-2 {
    padding-right: 6rem;
}





/*////// COMMUNITY SECTION //////*/
section.community-section {}
section.community-section div.community-container {
    padding: 6rem;
}
/*//// FLEX ////*/
div.community-container div.community-flex-container {}
div.community-flex-container div.community-flex-item {}
div.community-flex-item img {
    width: 44.6582rem;
    height: auto;
}
div.community-flex-item h1 {
    color: var(--Coke-Red, #F40D1C);
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2rem;
}
div.community-flex-item p.p2,
div.community-flex-item p {
    width: 75%;
    color: var(--Grey-1, #1C1C1C);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 140% */
    margin-bottom: 4rem;
}
/*// SPECIFICS //*/
#community-flex-item-1 {}
#community-flex-item-2 {
    padding-top: 10rem;
    padding-left: 10rem;
}





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

}

/*/ 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: 75vh; padding: 16rem 2rem 4rem 2rem; background-size: cover; }
        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: 4rem 2rem; }
        #corner-flex-item-1 { text-align: center; }
        div.corner-flex-item p {  }
        div.corner-flex-item p br { display: none; }

        /*////// STAND SECTION //////*/
        section.stand-section div.stand-container { height: auto; padding: 4rem 2rem; }
        
        /*////// VALUES SLIDER SECTION //////*/
        section.values-slider-section div.values-slider-container { height: auto; padding: 4rem 0; }
        #values-slider-flex-item-1 { padding: 0 4rem 6rem 4rem; }
        #values-slider-flex-item-1 h2 { font-size: 30px; }
        #values-slider div.slide { width: 100%; max-width: 100vw; height: 58rem; }
        /*// SPECIFIC SLIDES //*/
        #value-slide-1,
        #value-slide-2,
        #value-slide-3,
        #value-slide-4 { padding: 10rem 6rem 0 6rem; }
         /*/ MOBILE SLIDER DOTS /*/
        div#values-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#values-slider ul.slick-dots li,
        div#values-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#values-slider ul.slick-dots li.slick-active,
        div#values-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.values-arrow-container { display: none; }

        /*////// LOCATION SECTION //////*/
        section.location-section div.location-container { height: auto; padding: 4rem 2rem; }
        div.location-flex-container div.location-flex-item { max-width: 100%; }
        div.location-container h1 { font-size: 3.3rem; }

        /*////// COMMUNITY SECTION //////*/
        section.community-section div.community-container { height: auto; padding: 8rem 2rem; }
        div.community-flex-item h1 { font-size: 3.4rem; margin: 3rem 0; }
        div.community-flex-item p.p2 { width: 100%; }

        section.locations-section div.locations-container { padding: 2rem 2rem 6rem 2rem; }
        div.locations-flex-item h1 { font-size: 3.4rem; margin: 3rem 0; }
        div.locations-flex-item p.p2 { width: 100%; }

        #community-flex-item-1 { text-align: center; }
        #community-flex-item-2 { padding: 0; text-align: center; }

        #locations-flex-item-1 { order: 2; padding: 0; text-align: center; }
        #locations-flex-item-2 { order: 1; padding: 0; text-align: center; }

        #locations-flex-item-1 a.button-coke,
        #community-flex-item-2 a.button-coke { width: auto; margin: 0; }

        div.community-flex-item img { width: 100%; }
        div.locations-flex-item img { width: 100%; }

} 
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: 100vh; padding: 16rem 2rem 4rem 2rem; background-size: cover; }
        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: 4rem 2rem; }
        #corner-flex-item-1 { text-align: center; }
        div.corner-flex-item p {  }
        div.corner-flex-item p br { display: none; }

        /*////// STAND SECTION //////*/
        section.stand-section div.stand-container { height: auto; padding: 4rem 2rem; }
        
        /*////// VALUES SLIDER SECTION //////*/
        section.values-slider-section div.values-slider-container { height: auto; padding: 4rem 0; }
        #values-slider-flex-item-1 { padding: 0 4rem 6rem 4rem; }
        #values-slider-flex-item-1 h2 { font-size: 30px; }
        #values-slider div.slide { width: 100%; max-width: 100vw; height: 66rem; padding: 6rem 3rem !important; }
        /*// SPECIFIC SLIDES //*/
        #value-slide-1,
        #value-slide-2,
        #value-slide-3,
        #value-slide-4 { padding: 10rem 6rem 0 6rem; }
         /*/ MOBILE SLIDER DOTS /*/
        div#values-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#values-slider ul.slick-dots li,
        div#values-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#values-slider ul.slick-dots li.slick-active,
        div#values-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.values-arrow-container { display: none; }

        /*////// LOCATION SECTION //////*/
        section.location-section div.location-container { height: auto; padding: 4rem 2rem; }
        div.location-flex-container div.location-flex-item { max-width: 100%; }
        div.location-container h1 { font-size: 3.3rem; }

        /*////// COMMUNITY SECTION //////*/
        section.community-section div.community-container { height: auto; padding: 8rem 2rem; }
        div.community-flex-item h1 { font-size: 3.4rem; margin: 3rem 0; }
        div.community-flex-item p.p2 { width: 100%; }

        section.locations-section div.locations-container { padding: 2rem 2rem 6rem 2rem; }
        div.locations-flex-item h1 { font-size: 3.4rem; margin: 3rem 0; }
        div.locations-flex-item p.p2 { width: 100%; }

        #community-flex-item-1 { text-align: center; }
        #community-flex-item-2 { padding: 0; text-align: center; }

        #locations-flex-item-1 { order: 2; padding: 0; text-align: center; }
        #locations-flex-item-2 { order: 1; padding: 0; text-align: center; }

        #locations-flex-item-1 a.button-coke,
        #community-flex-item-2 a.button-coke { width: 100%; margin: 0; }

        div.community-flex-item img { width: 75%; }
        div.community-flex-item p.p2, div.community-flex-item p { width: 95%; }

        div.locations-flex-item img { width: 75%; }
        div.locations-flex-item p.p2, div.locations-flex-item p { width: 95%; }
}
@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) { }