/*////// NAVIGATION SECTION //////*/
section.page-navigation-section header.page-header {
    background: linear-gradient(180deg, rgba(23, 20, 20, 0.50) 33%, rgba(23, 20, 20, 0.00) 100%);
}



/*////// 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: 45.2724rem;
    padding: 30rem 6rem 6rem 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*// HERO SCRIM //*/
div.hero-container div.container-scrim {
    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 {}
div.hero-flex-container div.hero-flex-item {}




/*////// ABOUT SECTION //////*/
section.about-section {}
section.about-section img.side {
    position: absolute;
    top: -17.5rem;
    right: 0;
    width: 61.8rem;;
    height: auto;
}
section.about-section div.about-container {
    min-height: 71rem;
    padding: 0 6rem 10rem 6rem;
}

/*//// FLEX ////*/
div.about-container div.about-flex-container {}
div.about-flex-container div.about-flex-item {}

/*// FLEX SPECIFICS //*/
/* LEFT */
#about-flex-item-1 {
    padding: 8rem 0 0 0;
}

#about-flex-item-1 p.nav-p {
    display: inline-block;
    margin-bottom: 2rem;
    color: var(--Grey-1, #1C1C1C);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 137.5% */
}
#about-flex-item-1 a.nav {
    display: inline-block;
    position: relative;
    padding-left: 2rem;
    color: var(--Grey-1, #1C1C1C);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 137.5% */
    text-decoration-line: underline;
}
#about-flex-item-1 a.nav:after {
    content: ""
    position: absolute;
    top: 50%;
    left: -6rem;
    transform: translateY(-50%);
}

#about-flex-item-1 h1 {
    margin-bottom: 2rem;
    color: var(--Red-2, #EC1A3B);
    font-family: "TCCC-UnityText Bold";
    font-size: 6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 7.5rem; /* 125% */
}
#about-flex-item-1 p {
    margin-bottom: 3rem;
    color: var(--Grey-2, #2E2E2E);
    font-family: "TCCC-UnityText Regular";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#about-flex-item-1 p.type {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1rem;
    color: var(--Grey-1, #1C1C1C);
    font-family: "TCCC-UnityText Bold";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#about-flex-item-1 p.type:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3.2rem;
    background-size: cover;
    background-position: center;
    background-image: url(https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-production-distro-icon.png);
}

#about-flex-item-1 p.address {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1rem;
    color: var(--Grey-2, #2E2E2E);
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#about-flex-item-1 p.address:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3.2rem;
    background-size: cover;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/08/liberty-location-pin-icon.png');
}

#about-flex-item-1 p.phone {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1rem;    
}
#about-flex-item-1 p.phone:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3.2rem;
    background-size: cover;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/08/liberty-location-phone-icon.png');


}
#about-flex-item-1 p.phone a {
    color: var(--Grey-2, #2E2E2E);
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#about-flex-item-1 p.p1 {
    margin: 2rem 0;
    color: var(--Grey-3, #717171);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; /* 136.364% */
}
#about-flex-item-1 ul { }
#about-flex-item-1 ul li {
    color: var(--Grey-3, #717171);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; /* 136.364% */
}
/* RIGHT */
#about-flex-item-2 {}
#about-flex-item-2 img {
    position: absolute;
    top: -17.5rem;
    right: -6rem;
    width: 61.8rem;;
    height: auto;
}





/*////// ENGAGEMENT SLIDER SECTION //////*/
section.engage-slider-section {}
section.engage-slider-section div.engage-slider-container {
    padding: 8rem 6rem 12rem 6rem;
}

/*//// FLEX ////*/
div.engage-slider-container div.engage-slider-flex-container {}
div.engage-slider-flex-container div.engage-slider-flex-item {}


/*// SLIDER //*/
#community-page-engagement-slider {
    width: 100%;
}
#community-page-engagement-slider div.slide {
    width: calc(33% - 2rem);
    margin-right: 2rem;
    height: 26rem;
    background-color: #C0C0C0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#community-page-engagement-slider div.slide img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

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





/*////// SPONSOR SECTION //////*/
section.sponsor-section {
    padding: 6rem 6rem;
    margin-top: 10rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/community-page-logo-background.png');
}
section.sponsor-section div.sponsor-container {
    padding: 9rem 9rem;
    border-radius: 0.5rem;
    background: var(--White, #FFF);
    box-shadow: -14px 17px 6px 0px rgba(0, 0, 0, 0.25);
}

/*//// FLEX ////*/
div.sponsor-container div.sponsor-flex-container {}
div.sponsor-flex-container div.sponsor-flex-item {
    text-align: center;
    padding: 2rem 0;
}
div.sponsor-flex-item h2 {
    color: var(--Red-2, #EC1A3B);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Trash Hand";
    font-size: 6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.sponsor-flex-item p {
    color: var(--Grey-3, #717171);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.sponsor-flex-item h3 {
    color: var(--Grey-3, #717171);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem; /* 140% */
    text-transform: uppercase;
}
/*// SPECIFICS //*/
#sponsor-flex-item-1 {}
#sponsor-flex-item-2 {}
#sponsor-flex-item-3 {
    padding-bottom: 4rem;
}


/*// LOGOS //*/
div.sponsor-container div.logo-flex-container {
    padding: 0 10rem;
    justify-content: center;
}
div.logo-flex-container div.logo-flex-item {
    text-align: center;
    padding-bottom: 6rem;
}
div.logo-flex-item img {
    width: 90%;
    max-width: 18.75rem;
    height: auto;
}
/*// LOGO SPECIFICS //*/
#logo-flex-item-1 {}





/*////// KNOW SECTION //////*/
section.know-section {}
section.know-section div.know-container {
    height: 68rem;
    padding: 7.5rem 18.7rem 10rem 18.7rem;
}

/*//// FLEX ////*/
div.know-container div.know-flex-container {
    justify-content: space-between;
}
div.know-flex-container div.know-flex-item { }
div.know-flex-container div.know-flex-item  h2 {
    color: var(--Grey-1, #1C1C1C);
    font-family: "TCCC-UnityText Bold";
    font-size: 5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
div.know-flex-container div.know-flex-item p {
    color: var(--Grey-1, #1C1C1C);
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
/*// FLOATER //*/
div.floater-container {
    position: absolute;
    height: auto;
    min-height: 8rem;
    text-align: center;
    transition: all .4s ease;
}

div.floater-container p {
    margin-bottom: 1.2rem;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.048rem;
    text-transform: uppercase;
}
div.floater-container p.eyebrow-2 {
    margin-bottom: 1.2rem;
    color: #ffffff;
    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: 23rem;
    left: 20.5rem;
    width: 42.6rem;
    padding: 3rem;
    border-radius: 3rem 3rem 0.5rem 3rem;
    border: 1px solid var(--Red-2, #000000);
    background: var(--Red-2, #EC1A3B);
    box-shadow: -10px 10px 0px 0px #000000;
}

#floater-2 {
    top: 10rem;
    left: 88rem;
    width: 42.6rem;
    padding: 3rem;
    border-radius: 3rem 3rem 3rem 0.5rem;
    border: 1px solid var(--Red-2, #000000);
    background: var(--Red-2, #EC1A3B);
    box-shadow: -10px 10px 0px 0px #000000;
}

#floater-3 {
    top: 37rem;
    left: 75rem;
    width: 42.6rem;
    padding: 3rem 2.5rem;
    border-radius: 3rem 3rem 3rem 0rem;
    border: 1px solid var(--Red-2, #000000);
    background: var(--Red-2, #EC1A3B);
    box-shadow: -10px 10px 0px 0px #000000;
}

/* FLOATER ANIMATION */
#floater-1.fizzy,
#floater-2.fizzy,
#floater-3.fizzy {
    transition: all .7s ease;
    opacity: 0;
    margin-top: 5rem;
}
#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 SECTION //////*/
section.caps-section {}
section.caps-section div.caps-container {
    padding: 4rem 7rem 0rem 6rem;
}

/*//// FLEX ////*/
div.caps-container div.caps-flex-container {
    justify-content: space-between;
}
#caps-flex-container-1 {
    height: 16.8rem;
    padding: 0 6rem;
}
#caps-flex-container-2 {
    height: 38.9rem;
    padding: 7.8rem 6rem 0 6rem;
    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: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/03/bottlecapblack.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: 6rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
div.caps-flex-item p.description {
    color: #2E2E2E;
    text-align: center;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2rem;
    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: 13rem;
}
#caps-flex-item-5 {
    padding-top: 17rem;
}
#caps-flex-item-6 {
    padding-top: 13rem;
}





/*////// CARAVAN SECTION //////*/
section.caravan-section {}
section.caravan-section div.caravan-container {
    padding: 14rem 6rem 14rem 6rem;
    background-color: red;
    background-size: auto;
    background-position: top center;
    background-image: url(https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-order-background.png);
}

/*//// FLEX ////*/
div.caravan-container div.caravan-flex-container {}
div.caravan-flex-container div.caravan-flex-item {}

/*// SPECIFICS //*/
#caravan-flex-item-1 {}

/*// SLIDER //*/
#caravan-slider {
    width: 100%;
}
#caravan-slider div.slide {
    width: 100%;
    height: 43rem;
    border-radius: 5rem 0rem;
    border-top: 8px solid var(--Grey-1, #1C1C1C);
    background: var(--White, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

div.caravan-slide-flex-container {
    justify-content: start;
}
div.caravan-slide-flex-item {}

/*// LEFT //*/
div.caravan-slide-flex-item.left {
    width: 44.7rem;
    margin-right: 9rem;
}
div.caravan-slide-flex-item.left div.image-container {
    position: relative;
    width: 44.7rem;
    height: 43rem;
    overflow: hidden;
    background: silver;
}
div.caravan-slide-flex-item.left div.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    transition: all .3s ease;
}
div.caravan-slide-flex-item.left div.image-container:hover img {
    width: 102%;
}
/*// RIGHT //*/
div.caravan-slide-flex-item.right {
    width: auto;
    max-width: 73rem;
    padding: 6rem 0 0 0;
}

div.caravan-slide-flex-item.right h3 { 
    margin-bottom: 1rem;
    color: #000;
    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;
}
div.caravan-slide-flex-item.right h4 { 
    color: var(--Grey-3, #717171);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityHeadline Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.caravan-slide-flex-item.right p { 
    margin-top: 2rem;
    margin-bottom: 4rem;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; /* 136.364% */
}
div.caravan-slide-flex-item.right a { }
/*// CARAVAN SLIDER ARROWS //*/
div.caravan-arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.caravan-arrow-container #caravan-previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.caravan-arrow-container #caravan-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);
}





/*////// STAND SECTION //////*/
section.stand-section {}
section.stand-section div.stand-container {
    padding: 6rem 6rem;
}
/*//// FLEX ////*/
div.stand-container div.stand-flex-container {
    border-radius: 2rem;
    border: 1px solid #e3e3e3;
    background: var(--White, #FFF);
}
div.stand-flex-container div.stand-flex-item {}
div.stand-flex-item img.stand-image {
    widtH: 100%;
    height: auto;
}




/*////// CONTACT SECTION //////*/
section.contact-section {}
section.contact-section div.contact-container {
    padding: 6rem 6rem;
}
/*//// FLEX ////*/
div.contact-container div.contact-flex-container {
    padding: 10rem 9.2rem;
    border-radius: 2rem;
    border: 1px solid #000;
    background: #E7E4E5;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/liberty-coke-site-background-fixed.png");
}
div.contact-flex-container div.contact-flex-item {}

div.contact-flex-item img {
    width: 44.6582rem;
    height: auto;
}
div.contact-flex-item h1 {
    color: var(--Coke-Red, #F40D1C);
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2rem;
}
div.contact-flex-item p.p2 {
    width: 75%;
    color: var(--Grey-1, #1C1C1C);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
    margin-bottom: 5rem;
}


/*// SPECIFICS //*/
#contact-flex-item-1 {
    padding-top: 3rem;
}
#contact-flex-item-1 a.button-coke {
    display: block;
    text-align: center;
    max-width: 48rem;
    margin-bottom: 2rem;
}
#contact-flex-item-2 {
    padding-right: 6rem;
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { }

/*/ 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.page-hero-section.section-background { height: auto; padding: 4rem 2rem; }


        /*////// ABOUT SECTION //////*/
        section.about-section div.about-container { height: auto; min-height: initial; padding: 0 2rem 4rem 2rem; }
        #about-flex-item-1 { padding: 0 0 0 0; }


        /*////// ENGAGEMENT SLIDER SECTION //////*/
        section.engage-slider-section div.engage-slider-container { height: auto; padding: 4rem 2rem; }
        #about-flex-item-1 h1 { font-size: 30px; margin-bottom: 0; }
        #about-flex-item-1 p { font-size: 18px; }
        #about-flex-item-1 p.type { font-size: 16px; margin-bottom: 3rem; }
        #about-flex-item-1 p.address { font-size: 16px; margin-bottom: 3rem; }
        #about-flex-item-1 p.phone a { font-size: 16px; margin-bottom: 3rem; }
        #about-flex-item-1 p.p1 { font-size: 16px; }
        #about-flex-item-1 ul li { font-size: 16px; }
        #about-flex-item-1 a.button-coke { width: 100%; text-align: center; }

        #about-flex-item-2 { padding: 6rem 0; }
        #about-flex-item-2 img { position: relative; top: initial; right: -7rem; width: 90%; height: auto; }


        /*////// ENGAGEMENT SLIDER SECTION //////*/
        section.engage-slider-section div.engage-slider-container { height: auto; padding: 4rem 0; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-engagement-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#community-page-engagement-slider ul.slick-dots li,
        div#community-page-engagement-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#community-page-engagement-slider ul.slick-dots li.slick-active,
        div#community-page-engagement-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.engagement-arrow-container { display: none; }


        /*////// SPONSOR SECTION //////*/
        section.sponsor-section { padding: 8rem 2rem; }
        section.sponsor-section div.sponsor-container { height: auto; padding: 4rem 2rem; }
        div.logo-flex-container div.logo-flex-item { padding-bottom: 3rem; max-width: 49%; }


        /*////// KNOW SECTION //////*/
        section.know-section div.know-container { height: auto; padding: 4rem 2rem; }
        div.know-flex-container div.know-flex-item p { text-align: center; }
        div.know-flex-container div.know-flex-item h2 { padding-bottom: 3rem; text-align: center; }
        #floater-0,
        #floater-1,
        #floater-2,
        #floater-3 { position: relative; top: initial; left: initial; margin: 4rem auto; }


       /*////// CAPS SECTION //////*/
        section.caps-section div.caps-container { height: auto; padding: 4rem 2rem; }
        #caps-flex-container-1 { justify-content: center; }
        #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: #2E2E2E;
            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; }
        #caps-flex-item-2 { padding-top: 0; }


        /*////// CARAVAN SECTION //////*/
        section.caravan-section div.caravan-container { height: auto; padding: 6rem 2rem 8rem 2rem; }
        #caravan-slider div.slide { height: auto; padding: 2rem 2rem 5rem 2rem; }
        div.caravan-slide-flex-item.left { width: 100%; margin-right: 0; }
        div.caravan-slide-flex-item.left div.image-container { position: relative; width: 112%; height: 23rem;
            margin-top: -2rem; margin-left: -2rem; }
        div.caravan-slide-flex-item.right { padding: 4rem 0 0 0; }

        /*/ MOBILE SLIDER DOTS /*/
        div#caravan-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#caravan-slider ul.slick-dots li,
        div#caravan-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#caravan-slider ul.slick-dots li.slick-active,
        div#caravan-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.caravan-arrow-container { display: none; }


        /*////// STAND SECTION //////*/
        section.stand-section div.stand-container { height: auto; padding: 8rem 2rem; }


        /*////// CONTACT SECTION //////*/
        section.contact-section div.contact-container { height: auto; padding: 4rem 2rem; }
        div.contact-flex-item p.p2 { width: 100%; }
        div.contact-flex-item img { width: 100%; }
        #contact-flex-item-1 a.button-coke { max-width: 100%; }
        #contact-flex-item-1 { order: 2; padding: 3rem; text-align: center; }
        #contact-flex-item-2 { order: 1; padding: 3rem; text-align: center; }

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

        /*////// HERO SECTION //////*/
        section.page-hero-section.section-background { height: auto; padding: 4rem 2rem; }


        /*////// ABOUT SECTION //////*/
        section.about-section div.about-container { height: auto; min-height: initial; padding: 0 2rem 4rem 2rem; }
        #about-flex-item-1 { padding: 0 0 0 0; }
        section.about-section img.side {
            position: relative;
            top: initial;
            right: 0;
            width: 40%;
            margin-top: -16rem;
            height: auto;
            float: right;
        }

        /*////// ENGAGEMENT SLIDER SECTION //////*/
        section.engage-slider-section div.engage-slider-container { height: auto; padding: 4rem 2rem; }
        #about-flex-item-1 h1 { font-size: 30px; margin-bottom: 0; }
        #about-flex-item-1 p { font-size: 18px; }
        #about-flex-item-1 p.type { font-size: 16px; margin-bottom: 3rem; }
        #about-flex-item-1 p.address { font-size: 16px; margin-bottom: 3rem; }
        #about-flex-item-1 p.phone a { font-size: 16px; margin-bottom: 3rem; }
        #about-flex-item-1 p.p1 { font-size: 16px; }
        #about-flex-item-1 ul li { font-size: 16px; }
        #about-flex-item-1 a.button-coke { width: 100%; text-align: center; }

        #about-flex-item-2 { padding: 6rem 0; }
        #about-flex-item-2 img { position: relative; top: initial; right: -7rem; width: 90%; height: auto; }


        /*////// ENGAGEMENT SLIDER SECTION //////*/
        section.engage-slider-section div.engage-slider-container { height: auto; padding: 4rem 0; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-engagement-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#community-page-engagement-slider ul.slick-dots li,
        div#community-page-engagement-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#community-page-engagement-slider ul.slick-dots li.slick-active,
        div#community-page-engagement-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.engagement-arrow-container { display: none; }


        /*////// SPONSOR SECTION //////*/
        section.sponsor-section { padding: 8rem 2rem; }
        section.sponsor-section div.sponsor-container { height: auto; padding: 4rem 2rem; }
        div.logo-flex-container div.logo-flex-item { padding-bottom: 3rem; max-width: 49%; }


        /*////// KNOW SECTION //////*/
        section.know-section div.know-container { height: auto; padding: 4rem 2rem; }
        div.know-flex-container div.know-flex-item p { text-align: center; }
        div.know-flex-container div.know-flex-item h2 { padding-bottom: 3rem; text-align: center; }

        #floater-0, #floater-1, #floater-2, #floater-3,
        #floater-4, #floater-5, #floater-6, #floater-7,
        #floater-8 { position: relative; top: initial; left: initial; width: 100%; margin: 4rem auto; }



        /*////// CAPS SECTION //////*/
        section.caps-section div.caps-container { height: auto; padding: 4rem 2rem; }
        #caps-flex-container-1 { justify-content: center; }
        #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: #2E2E2E;
            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; }
        div.caps-flex-item div.cap-container { background-size: 75%; }


        /*////// CARAVAN SECTION //////*/
        section.caravan-section div.caravan-container { height: auto; padding: 6rem 2rem 8rem 2rem; }
        #caravan-slider div.slide { height: auto; padding: 2rem 2rem 5rem 2rem; }
        div.caravan-slide-flex-item.left { width: 100%; margin-right: 0; }
        div.caravan-slide-flex-item.left div.image-container { position: relative; width: 112%; height: 23rem;
            margin-top: -2rem; margin-left: -2rem; }
        div.caravan-slide-flex-item.right { padding: 4rem 0 0 0; }

        /*/ MOBILE SLIDER DOTS /*/
        div#caravan-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#caravan-slider ul.slick-dots li,
        div#caravan-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#caravan-slider ul.slick-dots li.slick-active,
        div#caravan-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.caravan-arrow-container { display: none; }


        /*////// STAND SECTION //////*/
        section.stand-section div.stand-container { height: auto; padding: 8rem 2rem; }


        /*////// CONTACT SECTION //////*/
        section.contact-section div.contact-container { height: auto; padding: 4rem 0; }
        div.contact-flex-item p.p2 { width: 100%; }
        div.contact-flex-item img { width: 100%; }
        #contact-flex-item-1 a.button-coke { max-width: 100%; }
        #contact-flex-item-1 { order: 2; padding: 3rem; text-align: center; }
        #contact-flex-item-2 { order: 1; padding: 3rem; text-align: center; }

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

        div.know-flex-container div.know-flex-item p { font-size: 2.4rem; }
        div.know-flex-container div.know-flex-item h2 { font-size: 3.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) { }