/*////// HERO SECTION //////*/
section.page-hero-section {
    background: #FAFAFA;
}
section.page-hero-section.section-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.hero-section div.hero-container {
    height: 68.5rem;
    padding: 30rem 6rem 6rem 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/community-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-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 {}
div.hero-flex-item h1 {
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    color: var(--White, #FFF);
    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(--White, #FFF);
    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(4rem, -25%);
}
div.liberty-image-container img {
    width: 100%;
    width: 61.4rem;
    height: auto;
    height: 40rem;
    border-radius: 0.5rem;
}





/*////// ENGAGEMENT SECTION //////*/
section.engagement-section {}
section.engagement-section div.engagement-container {
    padding: 12rem 6rem;
}

/*//// FLEX ////*/
div.engagement-container div.engagement-flex-container {}
div.engagement-flex-container div.engagement-flex-item {}

/*// LEFT //*/
div.engagement-flex-item img {
    width: 100%;
    max-width: 55.8rem;
    height: auto;
    max-height: 45.5rem;
}
/*// RIGHT //*/
div.engagement-flex-item h2 {
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Bold";
    font-size: 3rem;
    font-style: normal;
    line-height: 1.33; /* 133.333% */
    text-transform: uppercase;    
}
div.engagement-flex-item h2 span {
    font-family: "TCCC-UnityText Regular";
}
div.engagement-flex-item h3 {
    margin-bottom: 2rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;    
}
div.engagement-flex-item p {
    margin-bottom: 2rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}


/*// SPECIFICS //*/
#engagement-flex-item-1 {}
#engagement-flex-item-2 {}





/*////// 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%;
    height: auto;
    max-height: 30rem;
}
#community-page-engagement-slider div.slide {
    /* width: 42.5rem; */
    width: calc(33% - 2rem);
    margin-right: 2rem;
    /*height: 29rem;*/
    background: #C0C0C0;
}
#community-page-engagement-slider div.slide img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

#engagement-slide-1 {}
#engagement-slide-1 img {}

#engagement-slide-2 {}
#engagement-slide-2 img {}

#engagement-slide-3 {}
#engagement-slide-3 img {}

#engagement-slide-4 {}
#engagement-slide-4 img {}

#engagement-slide-5 {}
#engagement-slide-5 img {}

#engagement-slide-6 {}
#engagement-slide-6 img {}



/*// 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);
}






/*////// CORNER WAVE SECTION //////*/
section.corner-wave-section {}
section.corner-wave-section div.corner-wave-container {}

div.corner-wave-container img {
    width: 100%;
    height: auto;
}
div.corner-wave-container img.slogan {
    position: absolute;
    top: 15%;
    left: 10rem;
    transform: translateY(50%);
    width: 100%;
    max-width: 60.46rem;
    height: auto;
    transition: all .3s ease;
}    
div.corner-wave-container:hover img.slogan {
    margin-top: -.5rem;
}




/*////// CORNER SECTION //////*/
section.corner-section {}
section.corner-section div.corner-container {
    padding: 6rem 6rem;
}

/*//// FLEX ////*/
div.corner-container div.corner-flex-container {}
div.corner-flex-container div.corner-flex-item {}

div.corner-flex-item img.coke-corner-logo {
    width: 100%;
    max-width: 23rem;
    height: auto;
    margin-bottom: 4.5rem;
}
div.corner-flex-item h2 {
    margin-bottom: 3rem;
    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 {
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 140% */
}
div.corner-flex-item img.video-thumb {
    margin-top: 5rem;
    width: 100%;
    max-width: 65rem;
    height: auto;
    cursor: pointer;
}



/*// SPECIFICS //*/
#corner-flex-item-1 {}





/*////// CORNER SLIDER SECTION //////*/
section.corder-slider-section {}
section.corder-slider-section div.corder-slider-container {
    padding: 8rem 6rem 12rem 6rem;
}

/*//// FLEX ////*/
div.corder-slider-container div.corder-slider-flex-container {}
div.corder-slider-flex-container div.corder-slider-flex-item {}

/*// SLIDER //*/
#community-page-corner-slider {
    width: 100%;
    height: auto;
    max-height: 30rem;
}
#community-page-corner-slider div.slide {
    /* width: 42.5rem; */
    width: calc(33% - 2rem);
    margin-right: 2rem;
    /*height: 29rem;*/
    background: #C0C0C0;
}
#community-page-corner-slider div.slide img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

#corner-slide-1 {}
#corner-slide-1 img {}


/*// SLIDER ARROWS //*/
div.corner-arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.corner-arrow-container #corner-previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.corner-arrow-container #corner-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 {}





/*////// EDUCATION WAVE SECTION //////*/
section.education-wave-section {}
section.education-wave-section div.education-wave-container {}
div.education-wave-container img {
    width: 100%;
    height: auto;
}
div.education-wave-container img.slogan {
    position: absolute;
    top: 9%;
    left: 10rem;
    transform: translateY(50%);
    width: 100%;
    max-width: 86.34rem;
    height: auto;
    transition: all .3s ease;
}
div.education-wave-container:hover img.slogan {
    margin-top: -.5rem;
}




/*////// EDUCATION SECTION //////*/
section.education-section {}
section.education-section div.education-container {
    padding: 6rem 6rem 8rem 6rem;
}

/*//// FLEX ////*/
div.education-container div.education-flex-container {}
div.education-flex-container div.education-flex-item {}

div.education-flex-item h2 {
    margin-top: 8rem;
    margin-bottom: 3rem;
    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.education-flex-item p {
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 140% */
}
div.education-flex-item img {
    width: 100%;
    max-width: 65.1rem;
    height: auto;
    max-height: 45.5rem;
}

/*// SPECIFICS //*/
#education-flex-item-1 {
    padding: 4rem 0 4rem 4rem;
}
#education-flex-item-2 {
    text-align: right;
}
div.education-flex-item img.video-thumb {
    width: 100%;
    max-width: 65rem;
    height: auto;
    max-height: 36.4rem;
    background-color: #cccccc;
    cursor: pointer;
}




/*////// EDUCATION VIDEO SECTION //////*/
section.education-video-section {}
section.education-video-section div.education-video-container {
    padding: 0rem 6rem 8rem 6rem;
}

/*//// FLEX ////*/
div.education-video-container div.education-video-flex-container {}
div.education-video-flex-container div.education-video-flex-item {}

div.education-video-flex-item img.video-thumb {
    width: 100%;
    max-width: 65rem;
    height: auto;
    max-height: 36.4rem;
    background-color: #cccccc;
    cursor: pointer;
}
div.education-video-flex-item h3 {
    margin: 2rem 0;
    /*padding-left: 15.5rem;*/
    padding-left: 0;
    position: relative;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
div.education-video-flex-item h3:after {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 13.3rem;
    height: 15rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('');
}
div.education-video-flex-item p {
    /*padding-left: 15.5rem;*/
    padding-left: 0;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38; /* 138.889% */
}
/*//// SCHOLAR LOGO ////*/
div.education-video-flex-item img.scholar-logo,
div.education-flex-item img.scholar-logo {
    width: 50%;
    max-width: 13.3rem;
    height: auto;
    background-color: transparent;
}


/*// SPECIFICS //*/
#education-video-flex-item-1 {
    /*padding-top: 3rem;*/
    padding-top: 0;    
    padding-right: .5rem;
    text-align: right;
}
#education-video-flex-item-1 h3:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/dr-pepper-scholarship-logo.png');
}

#education-video-flex-item-2 {
    padding: 2.5rem 0 4rem 4rem;
}
#education-video-flex-item-2 h3:after {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/coca-cola-scholarship-logo.png');
}

#education-video-flex-item-3 {
    padding-top: 7rem;
}
#education-video-flex-item-3 h2 {
    position: relative;
    margin: 2rem 0;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
#education-video-flex-item-3 p {
    padding-left: 0;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36; /* 136.364% */
}
#education-video-flex-item-3 p a {
    color: var(--Coke-Red, #F40D1C);
    text-decoration: none;
    transition: all .3s ease;
}
#education-video-flex-item-3 p a:hover {
    text-decoration: underline;
}
/*//// FOUNDATION LOGO ////*/
#education-video-flex-item-3 img.foundation-logo {
    position: absolute;
    top: 10rem;
    right: 0;
    width: 50%;
    max-width: 32.3rem;
    height: auto;
    background-color: transparent;
}





/*////// LIBERTY X WAVE SECTION //////*/
section.liberty-wave-section {}
section.liberty-wave-section div.liberty-wave-container {}

div.liberty-wave-container img {
    width: 100%;
    height: auto;
}
div.liberty-wave-container img.slogan {
    position: absolute;
    top: 15%;
    left: 10rem;
    transform: translateY(50%);
    width: 100%;
    max-width: 28.2rem;
    height: auto;
    transition: all .3s ease;
}
div.liberty-wave-container:hover img.slogan {
    margin-top: -.5rem;
}





/*////// LIBERTY X SECTION //////*/
section.liberty-section {}
section.liberty-section div.liberty-container {
    padding: 6rem 6rem 8rem 6rem;
}

/*//// FLEX ////*/
div.liberty-container div.liberty-flex-container {}
div.liberty-flex-container div.liberty-flex-item {}


div.liberty-flex-item h2 {
    margin: 2rem 0 3rem 0;
    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.liberty-flex-item p {
    margin-bottom: 6rem;
    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.liberty-flex-item a.button-coke {
    display: inline-block;
}

/*// SPECIFICS //*/
#liberty-flex-item-1 {}

#liberty-flex-item-2 {
    text-align: right;
}
#liberty-flex-item-2 img {
    width: 100%;
    max-width: 63rem;
    height: auto;
    max-height: 45.5rem;
}





/*////// LIBERTY X SLIDER //////*/
section.liberty-slider-section {}
section.liberty-slider-section div.liberty-slider-container {
    padding: 8rem 6rem 12rem 6rem;
}

/*//// FLEX ////*/
div.liberty-slider-container div.liberty-slider-flex-container {}
div.liberty-slider-flex-container div.liberty-slider-flex-item {}

/*// SLIDER //*/
#community-page-liberty-slider {
    width: 100%;
    height: auto;
    max-height: 30rem;    
}
#community-page-liberty-slider div.slide {
    /* width: 42.5rem; */
    width: calc(33% - 2rem);
    margin-right: 2rem;
    /*height: 29rem;*/
    background: #C0C0C0;
}
#community-page-liberty-slider div.slide img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

#liberty-slide-1 {}
#liberty-slide-1 img {}



/*// SLIDER ARROWS //*/
div.liberty-arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.liberty-arrow-container #liberty-previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.liberty-arrow-container #liberty-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 {}




/*////// SUPPORT SECTION //////*/
section.support-section {
    margin-top: 10rem;
    background-position: center;
    background-size: cover;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/texture-ripple-background-red.jpg');
}
section.support-section div.support-container {
    padding: 10rem 6rem;
}

/*//// FLEX ////*/
div.support-container div.support-flex-container {
    padding: 9rem;
    border-radius: 2rem;
    border: 5px solid var(--White, #FFF);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, #E7E4E5;
    box-shadow: -15px -15px 0px 0px #FFF;
    background: #E7E4E5;
}
div.support-flex-container div.support-flex-item {

}
/*/ LEFT /*/
div.support-flex-item h2 {
    margin-bottom: 1.6rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "You2013";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.support-flex-item p {
    color: var(--Grey-2, #2E2E2E);
    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% */
}
div.support-flex-item a.button-coke {
    position: absolute;
    bottom: 0;
}



/*/ RIGHT /*/
div.support-flex-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
div.support-flex-item ul li {
    position: relative;
    padding: 2rem 0 2rem 6rem;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-family: "TCCC-UnityText Bold";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 140% */
}
div.support-flex-item ul li span {
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
}
div.support-flex-item ul li:after{
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    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-icon.png);
}
div.support-flex-item ul li:hover:after{
    /*    transform: rotate(3deg);*/
}

/*// SPECIFICS //*/
#support-flex-item-1 {}
#support-flex-item-2 {}





/*////// 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 {}





/*////// 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) { 

        /*//// SLIDERS ////*/

}

/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1025px) { }

/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; height: 100vh; padding: 16rem 2rem 4rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
            div.hero-flex-item p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: auto; margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; /*height: 31rem;*/ height: auto; }
        #left-hero-flex-item { order: 2; padding: 2rem 0; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }

        /*////// ENGAGEMENT SECTION //////*/
        section.engagement-section div.engagement-container { height: auto; padding: 4rem 2rem; }
        div.engagement-flex-container div.engagement-flex-item { text-align: center; }
        div.engagement-flex-item h2 { font-size: 20px }
        div.engagement-flex-item h3 { font-size: 30px }
        #engagement-flex-item-1 { order: 2; }
        #engagement-flex-item-2 { order: 1; }
        #engagement-flex-item-3 { order: 3; }
        div.engagement-flex-item p:last-of-type { margin-bottom: 4rem; }

        /*////// ENGAGEMENT SLIDER SECTION //////*/
        section.engage-slider-section div.engage-slider-container { height: auto; padding: 4rem 0rem 4rem 2rem; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-engagement-slider ul.slick-dots {
            width: 100%; text-align: center;
            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; }

        /*////// CORNER WAVE SECTION //////*/
        section.corner-wave-section div.corner-wave-container { padding: 12rem 0 3rem 0; }
        div.corner-wave-container img.wave { width: 210%; margin-left: -16%; } 
        div.corner-wave-container img.slogan { top: 46%; top: 43%; left: 2rem; width: 85%; }

        /*////// CORNER SECTION //////*/
        section.corner-section div.corner-container { height: auto; padding: 4rem 2rem; }
        div.corner-flex-item img.coke-corner-logo { max-width: 100%; }
        div.corner-flex-item h2 { width: 80%; margin: 0 auto 3rem auto; }
        div.corner-flex-item h2 br { display: none; }
        div.corner-flex-item p { text-align: center }
        div.corner-flex-item p br { display: none; }

        /*////// CORNER SLIDER SECTION //////*/
        section.corder-slider-section div.corder-slider-container { height: auto; padding: 4rem 2rem; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-corner-slider ul.slick-dots {
            width: 100%; text-align: center;
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#community-page-corner-slider ul.slick-dots li,
        div#community-page-corner-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-corner-slider ul.slick-dots li.slick-active,
        div#community-page-corner-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.corner-arrow-container { display: none; }

        /*////// EDUCATION WAVE SECTION //////*/
        section.education-wave-section div.education-wave-container { padding: 12rem 0 0 0; }
        div.education-wave-container img.wave { width: 210%; margin-left: -30%; } 
        div.education-wave-container img.slogan { top: 50%; left: 2rem; width: 85%; }

        /*////// EDUCATION SECTION //////*/
        section.education-section div.education-container { height: auto; padding: 4rem 2rem; }
        div.education-flex-item h2 { width: 80%; margin: 0 auto 3rem auto; text-align: center; }
        div.education-flex-item h2 br { display: none; }
        div.education-flex-item p { text-align: center; margin-bottom: 4rem; }
        div.education-flex-item p br { display: none; }

        /*////// EDUCATION VIDEO SECTION //////*/
        section.education-video-section div.education-video-container { height: auto; padding: 4rem 2rem ; }
        div.education-video-flex-item p {}
        div.education-video-flex-item p br { display: none; }
        #education-video-flex-item-1,
        #education-video-flex-item-2 { padding: 1rem 2rem 4rem 2rem; }

        /*////// LIBERTY X WAVE SECTION //////*/
        section.liberty-wave-section div.liberty-wave-container { padding: 12rem 0 0 0; }
        div.liberty-wave-container img.wave { width: 210%; margin-left: -8%; } 
        div.liberty-wave-container img.slogan { top: 40%; left: 2rem; width: 85%; }

        /*////// LIBERTY X SECTION //////*/
        section.liberty-section div.liberty-container { height: auto; padding: 4rem 2rem; }
        div.liberty-flex-item h2 { width: 80%; margin: 0 auto 3rem auto; text-align: center; }
        div.liberty-flex-item h2 br { display: none; }
        div.liberty-flex-item p { text-align: center; }
        div.liberty-flex-item p br { display: none; }
        div.liberty-flex-item a.button-coke { width: 100%; text-align: center; margin-bottom: 3rem; }

        /*////// LIBERTY X SLIDER //////*/
        section.liberty-slider-section div.liberty-slider-container { height: auto; padding: 4rem 2rem; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-liberty-slider ul.slick-dots {
            width: 100%; text-align: center;
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#community-page-liberty-slider ul.slick-dots li,
        div#community-page-liberty-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-liberty-slider ul.slick-dots li.slick-active,
        div#community-page-liberty-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.liberty-arrow-container { display: none; }

        /*////// SUPPORT SECTION //////*/
        section.support-section div.support-container { height: auto; padding: 2rem 2rem; }
        div.support-container div.support-flex-container { box-shadow: initial; }
        div.support-flex-container div.support-flex-item {}
        div.support-flex-item h2 { font-size: 30px; text-align: center; }
        div.support-flex-item h2 br { display: none; }
        div.support-flex-item p { font-size: 16px; text-align: center; }
        #support-flex-item-1 { padding: 5rem 4rem 0 4rem; }
        #support-flex-item-2 { padding: 3rem 2rem 14rem 2rem; }
        div.support-flex-item a.button-coke { bottom: -245%; width: 83%; text-align: center; }

        /*////// 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%; }

} 
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; height: 100vh; padding: 16rem 2rem 4rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
            div.hero-flex-item p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: auto; margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; /*height: 31rem;*/ height: auto; }
        #left-hero-flex-item { order: 2; padding: 2rem 0; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }


        /*////// ENGAGEMENT SECTION //////*/
        section.engagement-section div.engagement-container { height: auto; padding: 4rem 2rem; }
        div.engagement-flex-container div.engagement-flex-item { text-align: center; }
        div.engagement-flex-item h2 { font-size: 20px }
        div.engagement-flex-item h3 { font-size: 30px }
        #engagement-flex-item-1 { order: 2; }
        #engagement-flex-item-2 { order: 1; }
        #engagement-flex-item-3 { order: 3; }
        div.engagement-flex-item p:last-of-type { margin-bottom: 4rem; }


        /*////// ENGAGEMENT SLIDER SECTION //////*/
        section.engage-slider-section div.engage-slider-container { height: auto; padding: 4rem 0rem 4rem 2rem; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-engagement-slider ul.slick-dots {
            width: 100%; text-align: center;
            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; }


        /*////// CORNER WAVE SECTION //////*/
        section.corner-wave-section div.corner-wave-container { padding: 12rem 0 0 0; }
        div.corner-wave-container img.wave { width: 210%; margin-left: -16%; } 
        div.corner-wave-container img.slogan { top: 46%; top: 43%; left: 2rem; width: 85%; }


        /*////// CORNER SECTION //////*/
        section.corner-section div.corner-container { height: auto; padding: 0 2rem 4rem 2rem; }
        div.corner-flex-item img.coke-corner-logo { max-width: 100%; }
        div.corner-flex-item h2 { width: 80%; margin: 0 auto 3rem auto; }
        div.corner-flex-item h2 br { display: none; }
        div.corner-flex-item p { text-align: center }
        div.corner-flex-item p br { display: none; }


        /*////// CORNER SLIDER SECTION //////*/
        section.corder-slider-section div.corder-slider-container { height: auto; padding: 4rem 2rem; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-corner-slider ul.slick-dots {
            width: 100%; text-align: center;
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#community-page-corner-slider ul.slick-dots li,
        div#community-page-corner-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-corner-slider ul.slick-dots li.slick-active,
        div#community-page-corner-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.corner-arrow-container { display: none; }


        /*////// EDUCATION WAVE SECTION //////*/
        section.education-wave-section div.education-wave-container { padding: 12rem 0 0 0; }
        div.education-wave-container img.wave { width: 210%; margin-left: -30%; } 
        div.education-wave-container img.slogan { top: 50%; left: 2rem; width: 85%; }


        /*////// EDUCATION SECTION //////*/
        section.education-section div.education-container { height: auto; padding: 4rem 2rem; }
        div.education-flex-item h2 { width: 80%; margin: 0 auto 3rem auto; text-align: center; }
        div.education-flex-item h2 br { display: none; }
        div.education-flex-item p { text-align: center; margin-bottom: 0; }
        div.education-flex-item p br { display: none; }
        div.education-video-flex-item img.scholar-logo, 
        div.education-flex-item img.scholar-logo { display: block; max-width: 18rem; margin: 0 auto; }
        #education-video-flex-item-3 img.foundation-logo { display: block; position: relative; top: 2rem; right: initial; max-width: 18rem; margin: 0 auto; }
        #education-flex-item-1 { padding: 2rem 0 2rem 0; }

        /*////// EDUCATION VIDEO SECTION //////*/
        section.education-video-section div.education-video-container { height: auto; padding: 4rem 2rem ; }
        div.education-video-flex-item p { font-size: 2rem; }
        div.education-video-flex-item p br { display: none; }
        #education-video-flex-item-1,
        #education-video-flex-item-2 { padding: 1rem 0rem 4rem 0rem; }
        #education-video-flex-item-3 { padding-top: 3rem; }
        #education-video-flex-item-3 p { font-size: 2rem; }


        /*////// LIBERTY X WAVE SECTION //////*/
        section.liberty-wave-section div.liberty-wave-container { padding: 12rem 0 0 0; }
        div.liberty-wave-container img.wave { width: 210%; margin-left: -8%; } 
        div.liberty-wave-container img.slogan { top: 40%; left: 2rem; width: 85%; }


        /*////// LIBERTY X SECTION //////*/
        section.liberty-section div.liberty-container { height: auto; padding: 4rem 2rem; }
        div.liberty-flex-item h2 { width: 80%; margin: 0 auto 3rem auto; text-align: center; }
        div.liberty-flex-item h2 br { display: none; }
        div.liberty-flex-item p { text-align: center; }
        div.liberty-flex-item p br { display: none; }
        div.liberty-flex-item a.button-coke { width: 100%; text-align: center; margin-bottom: 3rem; }


        /*////// LIBERTY X SLIDER //////*/
        section.liberty-slider-section div.liberty-slider-container { height: auto; padding: 4rem 2rem; }
        /*/ MOBILE SLIDER DOTS /*/
        div#community-page-liberty-slider ul.slick-dots {
            width: 100%; text-align: center;
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#community-page-liberty-slider ul.slick-dots li,
        div#community-page-liberty-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-liberty-slider ul.slick-dots li.slick-active,
        div#community-page-liberty-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.liberty-arrow-container { display: none; }


        /*////// SUPPORT SECTION //////*/
        section.support-section div.support-container { height: auto; padding: 2rem 2rem; }
        div.support-container div.support-flex-container { box-shadow: initial; }
        div.support-flex-container div.support-flex-item {}
        div.support-flex-item h2 { font-size: 30px; text-align: center; }
        div.support-flex-item h2 br { display: none; }
        div.support-flex-item p { font-size: 16px; text-align: center; }
        div.sponsor-flex-item p br { display: none; }
        #support-flex-item-1 { padding: 5rem 4rem 0 4rem; }
        #support-flex-item-2 { padding: 3rem 2rem 14rem 2rem; }
        div.support-flex-item a.button-coke { bottom: 4rem; left: 50%; transform: translateX(-50%); width: 80%; }


        /*////// 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%; }

}
@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; }


        div.corner-wave-container img.slogan { top: 46%; }

        div.corner-flex-item h2 { width: 100%; }

        div.support-flex-item a.button-coke { font-size: 1.8rem; }

        div.education-wave-container img.slogan { top: 53%; left: 2rem; width: 85%; }

}
@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) { }