/*////// 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: 60.5rem;
    padding: 26.5rem 15.2rem 6rem 15.2rem;
}
/*// 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-bottom: 1.2rem;
    color: var(--Red-2, #EC1A3B);
    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-1, #1C1C1C);
    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(26%, -25%);
}
div.liberty-image-container img {
    width: 100%;
    width: 44.6rem;
    height: auto;
    height: 37.6rem;
    border-radius: 0.5rem;
}





/*////// NEWS SECTION //////*/
section.news-section {}
section.news-section div.news-container {
    padding: 12rem 4rem 10rem 6rem;
    background: rgba(0, 0, 0, 0.1);
}

/*//// FLEX ////*/
div.news-container div.news-flex-container {
    justify-content: center;
}
div.news-flex-container div.news-flex-item {
    padding: 0 0;
    margin: 0 0 2rem 0;
    max-width: calc( 33% - 2rem );
}
div.news-flex-item h2 {
    color: var(--Grey-1, #1C1C1C);
    text-align: center;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 4rem; /* 114.286% */
    text-transform: uppercase;
    margin-bottom: 5rem;
}
div.news-flex-item article {
    max-width: 38rem;
    min-height: 57rem;
    padding: .6rem .6rem;
    background-color: #ffffff;
    border-radius: 1rem;
    border: 8px solid var(--White, #FFF);   
    transition: all .3s ease;
}
div.news-flex-item article:hover {
    transform: scale(1.05);
    box-shadow: -6px 6px 15px 0px rgba(0, 0, 0, 0.20);
}
div.news-flex-item div.image-container {
    width: 100%;
    height: 30rem;
    margin-bottom: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div.news-flex-item h2 {
    color: var(--Grey-1, #1C1C1C);
    text-align: center;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.14; /* 114.286% */
    text-transform: uppercase;
}
div.news-flex-item h5 {
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'liga' off, 'clig' off;
    /* H5 */
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*margin-bottom: 3rem;*/
    margin-bottom: 1rem;
}
div.news-flex-item p.p2 {
    color: var(--Grey-2, #2E2E2E);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.37; /* 137.5% */
}
/*/ NEWS LINK /*/
div.news-flex-item article a.news-link {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    display: inline-block;
    width: auto;
    color: var(--Red-2, #EC1A3B);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.38; /* 138.889% */
    text-transform: uppercase; 

    transition: all .3s ease;   
}
div.news-flex-item article a.news-link span {
}
div.news-flex-item article:hover a.news-link span {
    max-width: 100%;
}
div.news-flex-item article a.news-link.icon-only {
    left: 3rem;
    padding-right: 0;
}
div.news-flex-item article a.news-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3.4rem;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    background-size: cover;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/04/liberty-coke-home-news-link-icon.png');
}



/*// SPECIFICS //*/
#news-flex-item-1 div.image-container {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/04/news-1.png');
}
#news-flex-item-2 div.image-container {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/04/news-2.png');
}
#news-flex-item-3 div.image-container {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/04/news-3.png');
}
#news-flex-item-4 div.image-container {
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/08/liberty-coke-news-page-article-4.png');
}





/*////// CARAVAN SECTION //////*/
section.caravan-section {}
section.caravan-section div.caravan-container {
    padding: 5rem 6rem 12rem 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2025/03/liberty-news-carousel-background-OPT.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;
}
div.caravan-slide-flex-item.left div.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 110%;
    height: auto;
    transition: all .3s ease;
}
div.caravan-slide-flex-item.left div.image-container:hover img {
    width: 112%;
}
/*// 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);
}





/*////// EMPLOYEE SLIDER SECTION //////*/
section.slider-section {
    margin: 0 0 10rem 0;
}
section.slider-section div.slider-container {
    padding: 6rem 0;
}

/*//// FLEX ////*/
div.slider-container div.slider-flex-container {}
div.slider-flex-container div.slider-flex-item {}

/*// SLIDER //*/
#career-page-slider {
    width: 100%;
}
#career-page-slider div.slide,
#career-page-slider div.slide.slick-cloned {
    width: 100%;
    height: 62.5rem;
}
div.slide-flex-item {}
div.slide-flex-item h2 {
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: You2013;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
div.slide-flex-item h3 {
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3636; /* 136.364% */    
}
div.slide-flex-item h4 {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 166.667% */
    margin-bottom: 1.6rem;
}
div.slide-flex-item h4 span {
    color: var(--Red-2, #EC1A3B);
}
div.slide-flex-item p {
    margin-bottom: 1.6rem;
    color: var(--White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.376; /* 137.5% */    
}
div.slide-flex-item div.image-container {
    position: relative;
    width: 60rem;
    height: 50rem;
    margin-top: -5rem;
}
div.slide-flex-item img {
    width: 60rem;
    height: auto;
    border-radius: 1.5rem;
    visibility: visible !important;
    opacity: 1 !important;
}
#slide-flex-item-1,
div.slide-flex-item.top-row {
    background: #ffffff;
    padding: 3rem 6rem;
}
#slide-flex-item-2,
div.slide-flex-item.left-flex {
    background: #2E2E2E;
    padding: 3rem 6rem 5rem 6rem;
}
#slide-flex-item-3,
div.slide-flex-item.right-flex {
    background: #2E2E2E;
    text-align: right;
    padding: 3rem 6rem 5rem 6rem;
}


/*// SLIDER ARROWS //*/
div.arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.arrow-container #previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.arrow-container #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);
}





/*////// 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;
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { }


/*/ 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 div.hero-container { height: auto; height: 100vh; padding: 18rem 2rem 8rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0 2rem 0; text-align: center; }
        div.hero-flex-item h1 { width: 75%; margin: 0 auto 3rem auto; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item div.liberty-image-container { margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; height: auto; }        

        /*////// NEWS SECTION //////*/
        section.news-section div.news-container { height: auto; padding: 4rem 2rem; }

        div.news-flex-item article { max-width: 100%; }
        div.news-flex-item h5 { font-size: 18px; }
        div.news-flex-item p.p2 { font-size: 16px; }

        /*////// 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; }

        /*////// EMPLOYEE SLIDER SECTION //////*/
        section.slider-section div.slider-container { height: auto; padding: 9rem 2rem 4rem 2rem; }
        #slide-flex-item-1 { padding: 2rem 2rem; background: #2E2E2E; }
        #slide-flex-item-1 h2 { color: #ffffff; font-size: 35px; line-height: .86; }
        #slide-flex-item-2 { order: 3; padding: 2rem 2rem 5rem 2rem; }
        #slide-flex-item-2 h3 { }
        #slide-flex-item-2 h4 { }
        #slide-flex-item-2 p { }
        #slide-flex-item-3 { order: 2; text-align: center; padding: 6rem 2rem 3rem 2rem; }
        #slide-flex-item-3 img { width: 100%; }
        /*/ MOBILE SLIDER DOTS /*/
        div#career-page-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#career-page-slider ul.slick-dots li,
        div#career-page-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#career-page-slider ul.slick-dots li.slick-active,
        div#career-page-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        /*/ HIDE ARROWS /*/
        div.arrow-container { display: none; }

        /*////// LIBERTY X SECTION //////*/
        section.liberty-section div.liberty-container { height: auto; padding: 4rem 2rem; }
        div.liberty-flex-container div.liberty-flex-item { text-align: center; }
        div.liberty-flex-item h2 {
            color: var(--Red-2, #EC1A3B);
            text-align: center;
            font-size: 3rem;
            font-style: normal;
            font-weight: 700;
            text-transform: capitalize;
        }
        div.liberty-flex-item h2 br { display: none; }
        div.liberty-flex-item a.button-coke { width: 100%; margin-bottom: 3rem; }
        #liberty-flex-item-2 { order: 1; text-align: center; }
        #liberty-flex-item-1 { order: 2; text-align: center; }

} 
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section div.hero-container { height: auto; height: 100vh; padding: 18rem 2rem 8rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0 2rem 0; text-align: center; }
        div.hero-flex-item h1 { width: 75%; margin: 0 auto 3rem auto; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item div.liberty-image-container { margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; height: auto; }        

        /*////// NEWS SECTION //////*/
        section.news-section div.news-container { height: auto; padding: 4rem 2rem; }
        div.news-flex-item article { max-width: 100%; height: auto; min-height: 65rem; }
        div.news-flex-item h5 { font-size: 18px; }
        div.news-flex-item p.p2 { font-size: 16px; }

        div.news-flex-container div.news-flex-item { max-width: 100%; heaight: auto; } 

        /*////// 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; }

        /*////// EMPLOYEE SLIDER SECTION //////*/
        section.slider-section div.slider-container { height: auto; padding: 9rem 2rem 4rem 2rem; }
        #career-page-slider div.slide, 
        #career-page-slider div.slide.slick-cloned { height: auto; }
        #slide-flex-item-1 { padding: 2rem 2rem; background: #2E2E2E; }
        #slide-flex-item-1 h2 { color: #ffffff; font-size: 35px; line-height: .86; }
        #slide-flex-item-2 { order: 3; padding: 2rem 2rem 5rem 2rem; }
        #slide-flex-item-3 { order: 2; text-align: center; padding: 6rem 2rem 3rem 2rem; }
        div.slide-flex-item.top-row { padding: 3rem 2rem 3rem 2rem; }
        #slide-flex-item-2, 
        div.slide-flex-item.left-flex { padding: 4rem 2rem 4rem 2rem; }
        div.slide-flex-item.right-flex { padding: 4rem 2rem 4rem 2rem; }
        div.slide-flex-item div.image-container, 
        div.slide-flex-item img { width: 100%; height: auto; }
        #slide-flex-item-3 img { width: 100%; height: auto; }
        /*/ MOBILE SLIDER DOTS /*/
        div#career-page-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        div#career-page-slider ul.slick-dots li,
        div#career-page-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#career-page-slider ul.slick-dots li.slick-active,
        div#career-page-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        /*/ HIDE ARROWS /*/
        div.arrow-container { display: none; }



        /*////// LIBERTY X SECTION //////*/
        section.liberty-section div.liberty-container { height: auto; padding: 4rem 2rem; }
        div.liberty-flex-container div.liberty-flex-item { text-align: center; }
        div.liberty-flex-item h2 {
            color: var(--Red-2, #EC1A3B);
            text-align: center;
            font-size: 3rem;
            font-style: normal;
            font-weight: 700;
            text-transform: capitalize;
        }
        div.liberty-flex-item h2 br { display: none; }
        div.liberty-flex-item a.button-coke { width: 100%; margin-bottom: 3rem; }
        #liberty-flex-item-2 { order: 1; text-align: center; }
        #liberty-flex-item-1 { order: 2; text-align: center; }

}
@media only screen and (max-width: 380px) { 

        div.hero-flex-item div.liberty-image-container { width: 90%; }
        
        section.news-section { margin-top: 20rem; }

}
@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) { }