
/* Custom Properties
------------------------------------------------------- */
:root {
    /* Colors */
    --primary-color: #189DCD;
    --secondary-color: #221f20;
    /* --third-color: #f58026;
    --fourth-color: ; */
    --inverse-color: #fff; 

    /* Radius */
    --button-radius: 100vw;
    --img-radius:40px;

    /* Shadows */
    --img-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .25);
    --button-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22);
    --button-hover-shadow:0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    --thumbnail-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.35);
    --thumbnail-hover-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    --text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    --headline-shadow: 2px 2px 1px rgb(255 255 255 / 0.75);
    --box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.75);
    --special-rate-shadow: 2px 2px 1px rgb(255 255 255 / 1);
    --icon-shadow: 2px 2px 4px rgb(0 0 0 / 0.75);

    /* Backgrounds */
    --gradient-bg: linear-gradient(225deg, hsl(197, 78%, 75%) 0%, var(--primary-color) 80%);
}

/* Flatsome Tooltip
  ------------------------------------------------------- */
.tooltipster-base {
    display: none;
}

/* My Reset and General Styles
  ------------------------------------------------------- */
html {
    scroll-behavior: smooth;
    scroll-margin-block-start: 145px;
    text-wrap: pretty;
    transition-behavior: allow-discrete;
    font-size: 1.25rem;
}

body {
    word-spacing: .12px;
    line-height: 1.4;
}

.clear {
    clear: both;
    height: 1rem;
}

.hide {
    display: none;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

/* div.col {
    padding: 0 15px;
} */

.row-large>.col {
    padding: 0 30px !important;
}

div.col.pb-1 {
    padding: 0 15px 30px;
}

.columns-2 {
    columns: 2 25rem;
}

.columns-2-small {
    columns: 2 25ch;
}

.columns-2-small p {
    break-inside: avoid;
}

.columns-3 {
    columns: 3 11.6rem;
}

.columns-4 {
    columns: 4 12.5rem;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 0;
}

body h1,
.h1,
body h2,
.h2,
body h3,
.h3,
body h4,
.h4,
body h5,
.h5,
body h6,
.h6 {
    text-transform: uppercase;
    /* text-wrap: balance; */
    line-height: 1.1;
    /* margin-top: 1.5rem; */
    /* margin-bottom: 0.5rem; */
    color: var(--secondary-color);
}

body h3:not(.h2):not(.milk-bg):not(.cards h3),
.h3,
body h4,
.h4,
body h5,
.h5,
body h6,
.h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h2+h3 {
    margin-top: 0;
}

.inverse h1,
.inverse .h1,
.inverse h2,
.inverse .h2,
.inverse h3,
.inverse .h3,
.inverse h4,
.inverse .h4,
.inverse h5,
.inverse .h5,
.inverse h6,
.inverse .h6,
.inverse .banner h1,
.inverse .banner h2 {
    color: var(--inverse-color);
}

.gradient-bg h1,
.gradient-bg .h1,
.gradient-bg h2,
.gradient-bg .h2,
.gradient-bg h3,
.gradient-bg .h3,
.gradient-bg h4,
.gradient-bg .h4,
.gradient-bg h5,
.gradient-bg .h5,
.gradient-bg p {
    color: var(--secondary-color);
}


body h2,
body .h2 {
    font-size: 2em;
    word-spacing: .48px;
}

body .h2 {
    font-family: "Bree Serif", serif;
}

body h3,
body .h3 {
    font-size: 1.2em;
    color: var(--primary-color);
    word-spacing: .12px;
    /* font-family: "Bree Serif", serif; */

}

body h4,
body .h4,
body h3.accordion_title {
    font-size: 1.0em;
    color: var(--secondary-color);
    text-transform: capitalize;
    font-family: "Bree Serif", serif;
    font-weight: 400;
}

.icon-row h4,
.testimonial-text h4 {
    font-size: 1.1em;
    text-transform: uppercase;
}

body .banner h1,
body .banner .h1,.milk-bg, .h2.milk-bg {
    font-size: clamp(.75rem, 3vw, 2.75em);
    padding: 2em 2em 2em 3em;
    background-image: url('https://stlouisdairyco.wpenginepowered.com/wp-content/uploads/2026/04/milk-splash-bg.png');
    background-size: 100% 100%;
    width: fit-content;
    background-repeat: no-repeat;
    margin-left: -2em;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    
}

body .banner h1 {
    font-size: clamp(1rem, 3.65vw, 3em);
    margin-left: -2.5em;
    margin-top: 0;
    padding: 2em 2em 2em 2.5em;
    word-spacing: 1.57px;
}

body .banner p {
    margin-top: 0;
}

.box-text-inner h1,
.box-text-inner h2,
.box-text-inner h3,
.box-text-inner h4,
.box-text-inner h5,
.box-text-inner h6 {
    text-wrap: pretty;
}

body .banner .inverse {
    color: var(--secondary-color);
}

body .preheadline {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 0.55em !important;
    margin-bottom: .5rem !important;
    font-weight: bold;
    color: var(--primary-color);
} 

body .preheadline.mb-0 {
    margin-bottom: 0 !important;
}

body h1 .preheadline {
    font-size: clamp(13px, 2vw, 19px) !important;

}

body .inverse,
body .inverse .preheadline {
    color: var(--inverse-color);
}

.primary-color {
    color: var(--primary-color) !important;
}

.secondary-color {
    color: var(--secondary-color) !important;
}

/* .third-color {
    color: var(--third-color) !important;
    } */
    
/*
.fourth-color {
    color: var(--fourth-color) !important;
}
*/

.primary-background {
    background-color: var(--primary-color) !important;
}

.secondary-background {
    background-color: var(--secondary-color) !important;
}

/* .third-background {
    background-color: var(--third-color) !important;
    }
     */
/*
.fourth-background {
    background-color: var(--fourth-color) !important;
}
*/

ul:not(.nav):not(.sub-menu):not(.page-numbers) {
    margin-top: .5rem;
}

li {
    margin-bottom: 0;
}

.button, button:not(.flickity-button):not(.toggle):not(#top-link), input[type="submit"].gform_button, input[type="submit"].gform-button {
    border-radius: var(--button-radius);
    font-family: "Bree Serif", serif !important;
    font-weight: 400 !important;
    min-width: 250px;
    word-spacing: .96px;
}

input[type="submit"].gform_button, input[type="submit"].gform-button {
    min-width: 250px !important;
    padding-block: .75rem !important;
    box-shadow: var(--button-shadow) !important;
}

input[type="submit"].gform_button:hover, input[type="submit"].gform-button:hover {
    min-width: 250px !important;
    padding-block: .75rem !important;
    box-shadow: var(--button-hover-shadow) !important;
}

/* .button.secondary:not(.is-link) {
    color: var(--primary-color);
} */

.button.white:not(.is-link), button.white:not(.is-link) {
    color: var(--primary-color) !important;
}

.button.white:hover:not(.is-link), button.white:hover:not(.is-link) {
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}

.button.is-link {
    margin-bottom: 3px;
    line-height: 1;
    min-height: unset;
    text-align: left;
    border: none;
}


body .button.gform_button {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: var(--button-radius) !important;
    font-size: 1rem !important;
}

.gradient-bg {
    background: var(--gradient-bg);
}

.gradient-bg a:not(.button) {
    color: #fff;
    text-shadow: var(--text-shadow);
}

.gradient-bg a:not(.button):hover {
    color: var(--secondary-color);
    text-shadow: unset;
}

.image {
    border-radius: var(--img-radius);
    overflow: hidden;
}

p:has(+ ul),
p:has(+ ol) {
    margin-bottom: 0;
}

/* Header
-------------------------------------------------------- */
.header .nav-small a.icon:not(.button) {
    font-size: 1rem;
}

/* top-bar
------------------------------------ */

#top-bar .flex-left {
    padding-left: 200px
}

#top-bar a {
    opacity: 1;
}

#top-bar a:hover {
    color: var(--secondary-color) !important;
}

/* masthead
------------------------------------ */

#masthead {
    z-index: 12;
}

/* logo
------------------------------------ */

#logo {
    height: 125px;
    margin-top: -40px;
}

#logo img,
body .transparent #logo img {
    max-height: 125px;
}

body .stuck #logo img {
    max-height: 90px !important;
}

/* nav
------------------------------------ */

.nav>li>a {
color: var(--secondary-color);
font-size: .85rem;
}

.nav>li>a:hover {
color: rgb(from var(--secondary-color) r g b / 0.75);
}

.sidebar-menu button.toggle {
    display: inline;
    min-width: unset;
}

/* Hero
--------------------------------------------------------- */
.banner.hero {
    /* background: var(--gradient-bg); */
    isolation: isolate;
}

.banner.hero:not(.milk-recipe) .text-box p:not(.breadcrumbs) {
    font-size: clamp(.95rem, 3vw, 1.15rem);
    /* text-shadow: 1px 1px 2px var(--secondary-color); */
}

.banner.hero::before, #ellen::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/milk-border-no-dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1;
}

.banner.hero .text-box {
    z-index: 1;
}

/* hero transparent-bg images
------------------------------------ */

/* about */
.banner.about .fill.banner-bg {
    background: url(/wp-content/uploads/2026/03/about-hero-img-tall.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 0px bottom -40px;
    } 
       
    /* @media (width <= 549px) {
        background-position: right -25px bottom -50px;
    }     */
}

/* our people */
.banner.team .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/our-people-hero-img.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 0px bottom -40px;
    } 
       
    /* @media (width <= 549px) {
        background-position: right -25px bottom -50px;
    }     */
}

/* our people test*/
.banner.team-test .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/group-trans.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 0px bottom -40px;
    } 
       
    /* @media (width <= 549px) {
        background-position: right -25px bottom -50px;
    }     */
}

/* programs */
.banner.programs .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/school-programs-hero-img.png);
    background-size: contain;
    background-position: right 20% bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 15% bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -45px bottom 0px;
    }    
}

/* adopt-a-calf */
.banner.adopt .fill.banner-bg {
    background: url(/wp-content/uploads/2026/03/adopt-a-calf-hero-img.png);
    background-size: contain;
    background-position: right -50px bottom -60px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -80px bottom -20px;
    } 
       
    @media (width <= 549px) {
        background-position: right -100px bottom -40px;
    }    
}

/* recipes */
.banner.recipes .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/recipes-hero-img5.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -80px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -80px bottom 0px;
    }    
}

/* blog */
.banner.blog .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/blog-hero-img.png);
    background-size: contain;
    background-position: right 0 bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;

    @media (width <= 849px) {
        background-position: right -50px bottom 0px;
    } 
       
    /* @media (width <= 549px) {
        background-position: right 0px bottom -120px;
    }     */
}

/* holiday card */
.banner.holiday-card .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/holiday-card-hero-img-517x400.png);
    background-size: contain;
    background-position: right 0px bottom -120px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 0px bottom -120px;
    } 
       
    @media (width <= 549px) {
        background-position: right 0px bottom -120px;
    }    
}

/* healthy teeth */
.banner.healthy-teeth .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/healthy-teeth-hero-img.png);
    background-size: contain;
    background-position: right -50px bottom -100px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -50px bottom -100px;
    } 
       
    @media (width <= 549px) {
        background-position: right -30px bottom -100px;
    }    
}

/* dairy classroom */
.banner.dairy-classroom .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/dairy-classroom-hero-img2.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -30px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right 0px bottom 0px;
    }    
}

/* Farm to school */
.banner.farm-to-school .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/farm-to-school-hero-img.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    /* @media (width <= 849px) {
        background-position: right 0px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right 0px bottom -50px;
    }     */
}

/* Make it yours */
.banner.make-it-yours .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/make-it-yours-hero-img.png);
    background-size: contain;
    background-position: right -100px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    /* @media (width <= 849px) {
        background-position: right 0 bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -20% bottom 0px;
    }     */
}

/* Virtual Classroom */
.banner.virtual-classroom .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/virtual-classroom-hero-img.png);
    background-size: contain;
    background-position: right 15% bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -20px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -50px bottom -0px;
    }    
}

/* Udder resources */
.banner.udder-resources .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/udder-resources-hero-image.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -30px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -120px bottom 0px;
    }    
}

/* Our Mission */
.banner.our-mission .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/our-mission-hero-img.png);
    background-size: contain;
    background-position: right 15% bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -50px bottom -40px;
    } 
       
    @media (width <= 549px) {
        background-position: right -70px bottom -40px;
    }    
}

/* Our Territory */
.banner.our-territory .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/our-territory-hero-img.png);
    background-size: contain;
    background-position: right 100px bottom -30px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 0px bottom -80px;
    } 
       
    @media (width <= 549px) {
        background-position: right -85px bottom -50px;
    }    
}

/* Dairy Nutrition */
.banner.dairy-nutrition .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/dairy-nutrition-hero-img.png);
    background-size: contain;
    background-position: right -150px bottom -100px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -150px bottom -40px;
    } 
       
    @media (width <= 549px) {
        background-position: right -100px bottom -20px;
    }    
}

/* Dairy Up */
.banner.dairy-up .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/dairy-up-hero-img.png);
    background-size: contain;
    background-position: right 100px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 0px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -30px bottom -20px;
    }    
}

/* Dollars for Dairy */
.banner.dollars-for-dairy .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/dollars-for-dairy-hero-img.png);
    background-size: contain;
    background-position: right 0px bottom -10px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -50px bottom 0px;
    } 
       
    /* @media (width <= 549px) {
        background-position: right -30px bottom 0px;
    }     */
}

/* Contact Us */
.banner.contact-us .fill.banner-bg {
    background: url(/wp-content/uploads/2026/04/contact-us-hero-img.png);
    background-size: contain;
    background-position: right 200px bottom -50px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 50px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right 0px bottom -20px;
    }    
}

/* Dairy fun for kids */
.banner.dairy-fun-for-kids .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/dairy-fun-for-kids-hero-img.png);
    background-size: contain;
    background-position: right 100px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right 0px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right 0px bottom -20px;
    }    
}

/* Dairy farming */
.banner.dairy-farming .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/dairy-farming-hero-img.png);
    background-size: contain;
    background-position: right 15% bottom -10px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -30px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -50px bottom -20px;
    }    
}

/* milk the real deal */
.banner.milk-the-real-deal .fill.banner-bg {
    background: url(/wp-content/uploads/2026/05/milk-the-real-deal-hero-img.png);
    background-size: contain;
    background-position: right 20px bottom 0px;
    background-repeat: no-repeat;
    z-index: -1;
    
    @media (width <= 849px) {
        background-position: right -40px bottom 0px;
    } 
       
    @media (width <= 549px) {
        background-position: right -30px bottom -20px;
    }    
}

/* Footer
------------------------------------------------------------ */

button#top-link:hover{
    background-color: #FFF;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

button#top-link{
    background-color: var(--primary-color);
    border-color: #fff;
    color: #fff;
}

/* recipes 
------------------------------------------------------------ */
.sidebar-wrapper ul.menu>li>a {
    color: var(--secondary-color) !important;
    padding: .5rem .75rem;
    font-family: "Bree Serif", serif;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
}

.sidebar-wrapper ul.menu>li:hover~li {
    border-top: 1px solid transparent;
}

.sidebar-wrapper ul.menu>li>a:hover {
    background-color: var(--primary-color);
    color: #fff !important;
    box-shadow: unset;
    border-radius: 99px;
    box-shadow: var(--button-shadow);

}

.sidebar-wrapper ul.menu>li.current-menu-item>a,
.sidebar-wrapper ul.menu>li.current-menu-ancestor>a,
.sidebar-wrapper ul.menu>li.current-menu-parent>a {
    background-color: var(--primary-color);
    color: #fff !important;
    box-shadow: unset;
    border-radius: 99px;
}

/* breadcrumbs
  --------------------------------- */
.banner p.breadcrumbs {
    margin: 0;
}

.banner p.breadcrumbs,
.banner p.breadcrumbs a {
    color: #fff;
    opacity: 1;
    font-weight: 800;
    font-size: 1.25rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner p.breadcrumbs a:hover {
    color: var(--secondary-color) !important;
}

/* Cards
------------------------------------------------------------------- */
.box-image .image-cover {
    border-radius: var(--img-radius);
}

.box-push .box-text {
    margin-top: -150px;
    border-radius: var(--img-radius);
    filter: drop-shadow(5px 5px 8px rgb(0 0 0 / 0.75));
    font-size: 1rem;
}

.box-push .box-text .box-text-inner {
    position: relative;
    min-height: 221px;
    display: flex;
    flex-direction: column;
}

.box-push.team-card .box-text .box-text-inner {
    min-height: 285px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.cards .col:not(#col-954843645) {
    max-width: unset !important;
    height: 100%;

}

.cards .col-inner {
    height: 100%;
}

.cards .box {
    display: grid;
    grid-template-rows: 330px 200px 1fr;
    height: 100%;

    .box-image {
        grid-area: 1 / 1 / 3 / 2;
        height: unset;
        margin: unset;
    }

    .box-text {
        grid-area: 2 / 1 / 4 / 2;
        margin-top: unset !important;
    }

    .box-text>.box-text-inner {
        display: flex; 
        padding: .5rem 1rem;      
    }

    .box-text p:has(.card-read-more) {
        margin-top: auto;
    }

    .box-image .image-cover {
        padding-top: 120% !important;
    }

    @media (width < 1080px) {
        .box-image .image-cover {
            padding-top: 105% !important;
        }
    }
    @media (width < 850px) {
        .box-image .image-cover {
            padding-top: 120% !important;
        }
    }
    @media (width < 720px) {
        .box-image .image-cover {
            padding-top:80% !important;
        }
    }
    @media (width < 550px) {
        .box-image .image-cover {
            padding-top: 120% !important;
        }
    }
}

.cards .box .box-text .box-text-inner {
    height: 100%;
        display: flex;       
}

.cards h3 {
    font-size: 1.35rem;
    color:var(--secondary-color);
    word-spacing: .34px;
}


.box-push .box-text .box-text-inner p:has(a.card-read-more),
.box-push .box-text .box-text-inner > a.card-read-more {
    margin-top: auto;
}

.box-text h3 {
    margin-bottom: .5rem;
}

.card-read-more {
    font-family: "Bree Serif", serif;
    color: var(--primary-color);
    text-transform: uppercase;
    text-decoration: none;
    padding-top: .5rem;
    word-spacing: .96px;
    font-size: 1.1rem;
}

.cards.resources .col,
.col:has(.box.farmer) {
    opacity: 0;

    animation: --resources-fade-in both;
    animation-timeline: view();
    animation-range-end: 150%;
}

@keyframes --resources-fade-in {
    35% {
        opacity: 1;
    }
}

/* Horizontal Cards
------------------------------------------------------------------- */

.row .row:not(.row-collapse):has(.horizontal-card-text) {
    margin-left: -30px;
    margin-right: -30px;
}

.col.horizontal-card-text {
    margin: 1rem;
    margin-top: -5rem;
    filter: drop-shadow(5px 5px 8px rgb(0 0 0 / 0.75));
    border-radius: var(--img-radius);
    background: #fff;
    padding: 2rem;
    overflow: hidden;
    z-index: 1;

    @media (width < 720px) {
        margin: -3rem .5rem 0 .5rem;
    }
}

.col.horizontal-card-text-left {
    margin: 1rem;
    margin-top: -5rem;
    filter: drop-shadow(5px 5px 8px rgb(0 0 0 / 0.75));
    border-radius: var(--img-radius);
    background: #fff;
    padding: 2rem;
    z-index: 1;
}

@media screen and (width >= 849px) {

    .col.horizontal-card-img {
        margin-right: -1rem;
        padding: 0;
    }
    
    .col.horizontal-card-img > .col-inner {
        border-radius: var(--img-radius);
        overflow: hidden;
    }
    
    .col.horizontal-card-img-right {
        margin-left: -1rem;
        padding: 0;
    }

    .col.horizontal-card-img-right > .col-inner {
        border-radius: var(--img-radius);
        overflow: hidden;
    }

    .col.horizontal-card-img.program {
        margin-right: -8rem;
    }

    .col.horizontal-card-text {
        margin: 0 0 0 -1rem;
    }

    .col.horizontal-card-text-left {
        margin: 0 -1rem 0 0;
    }
}

@media screen and (width >= 549px) {
    .col.horizontal-card-img.recipe-img > .col-inner {
        border-radius: var(--img-radius);
        overflow: hidden;
    }
}

@media screen and (width < 849px) {
    .col.horizontal-card-img {
        padding: 0 0 30px 0;
    }
}

/* Team Cards
------------------------------------ */
.team-card .box-image {
    padding-inline: 3rem;
    /* padding-top: 2rem; */
    border-radius: var(--img-radius);
}

.box-image img {
    filter: drop-shadow(8px 20px 20px rgb(0 0 0 / .4));
}

.team-card .image-cover {
    overflow: visible;
}

.team-card .box-image::after {
    content: "";
    position: absolute;
    top: 2.55rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    border-radius: var(--img-radius);
    z-index: -1;
}

.team-card.box-push .box-text {
    margin-top: -3rem;
    max-width: 95%;
    padding: 2rem;
}

/* Team Lightbox
-------------------------------------- */
.lightbox-content {
    border-radius: var(--img-radius);
    background: var(--primary-color);
    box-shadow: var(--box-shadow);
    padding-bottom: 4rem;
}

.lightbox-content img {
    margin-top: -2.25rem; 
}

body .lightbox-content h2 {
    margin-top: 0;
}

.lightbox-content h3, .lightbox-content h4 {
    color: var(--inverse-color); 
}

.lightbox-content ul {
    padding: 0 0 0 1.25rem 
}

.lightbox-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/03/milk-border.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1;
    border-radius: 0 0 var(--img-radius) var(--img-radius);
}

.lightbox-content>* {
    position: relative;
    z-index: 2;
}

/* Farmer card
-------------------------------------- */
.col-inner:has(>.box.farmer),
.box.farmer {
   height: 100%;
}

.box.farmer {
    background: #fff;
    padding: .5rem;
    border-radius: var(--img-radius);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .35);
    overflow: clip;
}

.farmer .box-text {
    padding-bottom: 1rem;
}

.farmer h3 {
    margin-bottom: 0;
}

.farmer .text p:first-of-type {
    margin-bottom: .5rem;
}

/* Page sections
------------------------------------------------------------------- */
.gray-milk-bg {
    background-color: #f3f3f3;
    background: url(/wp-content/uploads/2026/04/gray-milk-bg2.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    margin-top: -4rem;
    margin-bottom: -4rem;    
    z-index: 0;

    @media (width <= 849px) {
        margin-top: -6rem;
        margin-bottom: -6rem;    
    } 
       
    @media (width <= 549px) {
        margin-top: -5rem;
        margin-bottom: -5rem;    
    }    

}

.gray-milk-bg td, th {
    border-bottom: 2px solid #fff;
}

/* section:has(+.gray-milk-bg)::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/milk-on-gray-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.gray-milk-bg + section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/milk-on-gray-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
 */


/* Image splash
------------------------------------ */

.img-spash-bottom::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: left 20% bottom -220px;
    z-index: 1;

    @media (width <= 549px) {
        background-position: left -100px bottom -230px;
    }
}

.img-spash-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: left 20% top -270px;
    z-index: 1;

    @media (width <= 549px) {
        background-position: left 20% top -320px;
    }
}

.about-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: left -220px top -280px;
    z-index: 0;
}

.img-spash-llc::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: left -190px bottom -220px;
    z-index: 1;

    @media (width <= 549px) {
        background-position: left -190px bottom -240px;
    }
}


.img-spash-lrc::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: right -120px bottom -220px;
    z-index: 1;
    
    @media (width <= 549px) {
        background-position: right -200px bottom -240px;
    }
}

.img-spash-urc::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: right -120px top -220px;
    z-index: 1;
    
    @media (width <= 549px) {
        background-position: right -200px top -300px;
    }
}

.img-spash-ulc::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: left -220px top -220px;
    z-index: 1;
    
    @media (width <= 549px) {
        background-position: left -280px top -270px;
    }
}

.img-spash-left::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: left -260px top 60%;
    z-index: 1;
    
    @media (width <= 549px) {
        background-position: left -320px top 60%;
    }
}

.img-spash-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: right -260px top 30%;
    z-index: 1;
    
    @media (width <= 549px) {
        background-position: right -300px top 30%;
    }
}

/* keeps the image splash behind the card content */
.horizontal-card-img.img-spash-lrc,
.horizontal-card-img.img-spash-right,
.horizontal-card-img-right.img-spash-left,
.col.horizontal-card-img-right.img-spash-llc {
    z-index: 0;
}

/*testimonials
------------------------------------------------------------------- */
.flickity-viewport {
    padding-top: 4px;
}

.flickity-slider:has(.testimonial-text) .row.is-selected > .col {
    padding-inline: 4px 6px;
}

.testimonial-text {
    padding: 1rem;
}

.flickity-slider:has(.testimonial-text) .col-inner {
    background-color: var(--primary-color);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, .35);
    overflow: clip;
}

.flickity-slider:has(.testimonial-text) .col-inner .testimonial-box {
    background-image: url(/wp-content/uploads/2026/04/img-splash.png);
    background-repeat: no-repeat;
    background-position: right -260px bottom -150px;
    /* background-size: contain; */
}

.slider:has(.testimonial-text) .flickity-page-dots {
   bottom: -10px;
}

.flickity-slider .testimonial-text .col-inner {
    border-radius: 10px;
}

.flickity-slider:has(.testimonial-text) .video-button-wrapper {
    text-align: center;
    padding-block: .65rem;
}



/* blog
------------------------------------------------------------------- */
.blog-wrapper {
    padding: 0;
}

.blog-wrapper h4.h2 {
    font-size: 1.2em;
    font-weight: normal;
}

.page-number:not(.current) {
    background-color: #eee;
    border-color: #eee;
}

.page-number.next {
    background-color: #ccc;
    border-color: #ccc;
}

.page-number {
    box-shadow: var(--button-shadow);
}

.page-number:hover {
    box-shadow: var(--button-hover-shadow);
}

/* Footer
------------------------------------------------------------------- */
.dark p.footer-nav a, .dark a.footer-link {
    color: var(--primary-color);
    font-size: 1.25rem;
    text-transform: uppercase;
}

.dark a.footer-link {
    text-transform: lowercase;
    font-family: "Roboto", sans-serif !important;
}

/* Home Page
------------------------------------------------------------------- */
.about-section-banner {
    border-radius: var(--img-radius) 0 0 var(--img-radius);
    overflow: hidden;

    @media screen and (width < 850px) {
        border-radius: var(--img-radius) var(--img-radius) 0 0;
    }
}

.about-text {
    max-width: 680px;
}

.about-text > .col-inner {
    padding: 2rem;
}

.contact-block {
    z-index: 0;
    overflow: hidden;
}

.contact-block::after {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    right: 0;
    bottom: 0px;
    background: url(/wp-content/uploads/2026/03/milk-border.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    transform: scale(-1);

    @media screen and (width < 1045px) {
        top: 0px;
    }

}

/* Recipe Page
------------------------------------------------------------------- */

body.single-recipes header.header {
    position: absolute;
}

body.single-recipes .header .header-wrapper:not(.stuck) .header-bg-color {
    background-color: transparent;
}

.single-recipes .page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

body.single-recipes .header:not(.stuck){
    left: auto;
    right: auto;
}

.pdfprnt-button img {
    padding: 0;
    filter: drop-shadow(var(--icon-shadow));
    transition: filter 0.3s ease;

    &:hover {
        filter: none;
    }
}

.social-print a {
    box-shadow: var(--icon-shadow);
    transition: box-shadow 0.3s ease;
}

.social-print a:hover {
    box-shadow: none;
}

.ingredients ul {
    columns: 18rem auto;
}

ul.page-numbers {
    margin-top: 2rem;
}

.row:has(>.col.recipe-img) {
    opacity: 0;

    animation: --resources-fade-in both;
    animation-timeline: view();
    animation-range-end: 110%;
}

@keyframes --resources-fade-in {
    30% {
        opacity: 1;
    }
    
    75% {
        opacity: 1;
    }
}


/* Real Deal page
------------------------------------------------------------------- */
.banner.milk-recipe {
    isolation: isolate;
    background-color: unset;
}

.milk-recipe img {
    margin-top: -2rem;
    shape-outside: url('/wp-content/uploads/2026/03/MilkTheRealDeal_FINAL-4.png');
    shape-margin: 1rem;
}

.banner.milk-recipe .img-inner {
    z-index: -1;
}

.milk-recipe-img {
    z-index: 0;
}

.milk-recipe-img .banner {
    background: unset;
}

.banner.hero:not(.milk-recipe-img) .text-box p {
    text-shadow: none;
}

/* Our Territories
------------------------------------------------------------------- */
.territory-map {
    filter: drop-shadow(var(--box-shadow));
}

/* Farm to School
------------------------------------------------------------------- */
.moo-to-you-logo {
    shape-outside: url('/wp-content/uploads/2026/05/moo-to-you.png');
    shape-margin: 1rem;
}

/* Farm to School
------------------------------------------------------------------- */
.dollars-for-dairy-img {
    shape-outside: url('/wp-content/uploads/2026/05/dollars-for-dairy-img.png');
    shape-margin: 1rem;
}

/* Map tool tip
-------------------------------- */
.fa-map-marker-alt {
    -webkit-filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .5));    
    transition: 0.3s all ease;    
}

.fa-map-marker-alt:hover {
    -webkit-filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .5));
}

  .imh-6310-custom-temp-11 {
    background: #fff;
    text-align: center;
    width: fit-content;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;width: fit-content;
    font-family: sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));
  }
.imh-6310-custom-temp-11 a {
    color: var(--primary-color);
    padding: 10px;
    display: block;
  }

.imh-6310-custom-temp-11 a strong {
    color: var(--secondary-color);
  }

  .imh-6310-custom-temp-11:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  .imh-6310-custom-temp-11 p {
    padding: 0;
    margin: 0;
  }

  @media only screen and (max-width:990px) {
    .imh-6310-custom-temp-11 {
      margin-bottom: -10px;
    }
  }

  @media only screen and (width < 990px) {
    body .imh-6310-point-1-1 .imh-6310-pin-main-img, body .imh-6310-point-1-1 .imh-6310-pin-hover-img {
        font-size: 25px !important;  
    }
  }

/* Farm list
-------------------------------- */
.farms h4 a {
    color: var(--secondary-color);
}

.farms h3 {
    margin-bottom: 1rem;
}

.gray-milk-bg .farms {
    padding-top: 2rem;
    padding-bottom: 2rem;

    @media (width <= 849px) {
        padding-top: 5rem;
        padding-bottom: 5rem;
    } 
       
    @media (width <= 549px) {
        padding-top: 0;
        padding-bottom: 2rem;
    }    
}

/* Adopt-a-Calf
------------------------------------------------------------------- */
.adopt-image-shape {
    shape-outside: url('/wp-content/uploads/2026/04/Adopt-a-Calf-logo.png');
    shape-margin: 1rem;
}

/* Dairy Up
------------------------------------------------------------------- */
.dairy-up-logo {
    shape-outside: url('/wp-content/uploads/2026/05/Dairy_Up_Logo-426x400.png');
    shape-margin: 1rem;
}

/* Dairy Farming
------------------------------------------------------------------- */
.video-section::after {
    content: "";
    position: absolute;
    /* inset: 0; */
    left: calc(100% - 390px);
    width: 737px;
    height: 800px;  
    background: url(/wp-content/uploads/2026/05/dairy-farming-video-cow-737x800.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 4;
    
    @media (width <= 849px) {
        /* background-position: left calc(100% + 250px) top 0px; */
        left: calc(100% - 470px);
        height: 700px;
    } 
       
    @media (width <= 549px) {
        left: calc(100% - 440px);
        height: 650px;
        bottom: 150px
    }    

    @media (width < 427px) {
        left: calc(100% - 450px);
        height: 680px;
    }    

}

.cow-form {
    shape-outside: url('/wp-content/uploads/2026/05/cow-form.png');
    shape-margin: .5rem;
    margin-top: -6rem;
    margin-right: .1vw;

    @media (width <= 849px) {
        display: none;
    }
}



/* Step Icons
------------------------------------------------------------------- */

.step-icons .alignleft {
    @media (width > 549px) {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    @media (width <= 549px) {
        margin: auto;
        display: block;
    }
}

.step-icons .icon1 {
    shape-outside: url('/wp-content/uploads/2026/05/1-icon.png');
}

.step-icons .icon2 {
    shape-outside: url('/wp-content/uploads/2026/05/2-icon.png');
}

.step-icons .icon3 {
    shape-outside: url('/wp-content/uploads/2026/05/3-icon.png');
}

.step-icons .icon4 {
    shape-outside: url('/wp-content/uploads/2026/05/4-icon.png');
}

.step-icons .icon5 {
    shape-outside: url('/wp-content/uploads/2026/05/5-icon.png');
}

.step-icons .icon6 {
    shape-outside: url('/wp-content/uploads/2026/05/6-icon.png');
}

.step-icons .icon7 {
    shape-outside: url('/wp-content/uploads/2026/05/7-icon.png');
}

.step-icons .icon8 {
    shape-outside: url('/wp-content/uploads/2026/05/8-icon.png');
}

.step-icons .icon9 {
    shape-outside: url('/wp-content/uploads/2026/05/9-icon.png');
}

.step-icons .icon10 {
    shape-outside: url('/wp-content/uploads/2026/05/10-icon.png');
}

.step-icons .icon11 {
    shape-outside: url('/wp-content/uploads/2026/05/11-icon.png');
}

.step-icons .icon12 {
    shape-outside: url('/wp-content/uploads/2026/05/12-icon.png');
}

.step-icons .icon13 {
    shape-outside: url('/wp-content/uploads/2026/05/13-icon.png');
}

.step-icons .icon1,
.step-icons .icon2,
.step-icons .icon3,
.step-icons .icon4,
.step-icons .icon5,
.step-icons .icon6,
.step-icons .icon7,
.step-icons .icon8,
.step-icons .icon9,
.step-icons .icon10,
.step-icons .icon11,
.step-icons .icon12,
.step-icons .icon13 {
    shape-margin: 1rem;
    margin-bottom: .5rem;
}

/* Dairy Up page = 314 */
body.page-id-314 .step-icons p:has(> .icon3) + h4,
body.page-id-314 .step-icons p:has(> .icon6) + h4 {
    padding-top: .5rem;
}

.desktop-icons .col{
    margin-bottom: 1rem;
}

.desktop-icons p {
    margin-bottom: 0;
}

.step-icons h4 {
    text-transform: uppercase;
}

.icon-7-col {
    margin-bottom: 1rem;
}

/* Dollars for Dairy
------------------------------------------------------------------- */
.flickity-slider .col-inner,
.video .col-inner {
    border-radius: var(--img-radius);
    overflow: clip;
    box-shadow: var(--box-shadow);
}

.dairy-icons {
    filter: drop-shadow(3px 3px 5px rgb(0 0 0 / 0.5));
}

/* Forms
------------------------------------------------------------------- */
.gform-theme--foundation .gform_fields {
    row-gap: .5rem;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='checkbox'],
input[type='tel'], input[type='number'], select {
    border-radius: var(--img-radius) !important;
    border: 1px solid var(--primary-color) !important;
}

textarea {
    border-radius: 20px !important;
    border: 1px solid var(--primary-color) !important;
}

.contact-block input[type='submit'] {
    background-color: var(--secondary-color) !important;
}

#footer input[type='submit'] {
    background-color: #fff !important;
    color: var(--secondary-color) !important;
}

#footer input[type='text'], #footer input[type='email'] {
    background-color: var(--primary-color) !important;
    color: #000 !important;
}

fieldset.gfield--type-image_choice {
    margin-bottom: 1rem;
}

.gform-theme--framework .gfield--type-image_choice .gfield_radio {
  display: flex;
  /* grid-template-columns: repeat( auto-fit, minmax(100px, 1fr) ); */
  gap: 5px;
}

.gform-theme--framework .gfield--type-image_choice .gfield_radio .gchoice,
.gform-theme--framework .gfield--type-image_choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer {
    width: fit-content;
    min-width: 90px;
}

.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-inner {
    display: flex;
    justify-content: center;
}

.gform-theme--framework .gfield--type-image_choice .gfield_radio .gchoice::after {
  display: none;
}

.gform_wrapper .gfield_radio .gchoice .gfield-choice-image-wrapper {
    width: 30px;
    aspect-ratio: 1/1;
    margin: auto;
    margin-bottom: 5px;
}

legend.gfield_label_before_complex {
    font-weight: bold !important;
}

/* If you want the *circle clickable area* to be exactly 75x75: */
.gform_wrapper .gfield_radio .gchoice label {
  padding: 0 !important;
  margin-left: 5px;
}

/* Tables
------------------------------------------------------------------- */
td {
    color: var(--secondary-color);
}

/* Misc
------------------------------------------------------------------- */
.flickity-page-dots {
    bottom: 5px;
}

/* Media Queries
------------------------------------------------------------------- */
@media print {
    #footer,
    .contact-block,
    header,
    .hero,
    .social-print,
    .recipe-description .is-divider{
        display: none !important;
    }

    /* .ingredients {
        page-break-before: always;
    }
 */
    .medium-col-first {
        order: -1;
    }

    html {
        font-size: 1rem;
    }
}



@media screen and (width >= 1045px) {

    /* resettin nav breakpoint */url(https://docs.google.com/document/d/1ME_6QI3cztL7E8pKBVl8hVdzsc_7uLVYskme2CEChi0/edit?tab%3Dt.0#heading%3Dh.m93h54dof5u5)
    .show-for-medium {
        display: none !important;
    }

    .gallery-columns-1 .gallery-item, .large-12, .large-columns-1 .flickity-slider>.col, .large-columns-1>.col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col.large-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    /* END resettin nav breakpoint */
}

@media screen and (width < 1045px) {

        .gallery-columns-1 .gallery-item, .large-12, .large-columns-1 .flickity-slider>.col, .large-columns-1>.col {
        flex-basis: unset;
        max-width: unset;
    }
    .main .col.large-4 {
        flex-basis: unset;
        max-width: unset;
    }
   .col.medium-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    /* resettin nav breakpoint */
    .hide-for-medium {
        display: none !important;
    }

    .show-for-medium {
        display: block !important;
    }

    .medium-logo-center .logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin: 0 15px;
    }

    .medium-logo-center .flex-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }

    .medium-logo-center .flex-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-6.keep-large-6 {
        flex-basis: unset;
        max-width: unset;
    }

    /* END resettin nav breakpoint */

}

@media screen and (width <= 850px) {
    .gallery-columns-1 .gallery-item, .large-12, .large-columns-1 .flickity-slider>.col, .large-columns-1>.col {
        flex-basis: unset;
        max-width: unset;
    }
    .col.large-4 {
        flex-basis: unset;
        max-width: unset;
    }
   .col.medium-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col.medium-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .about-text {
    max-width:unset;
}

}

@media screen and (width < 550px) {
    /* .show-for-medium:not(.flex-left):not(.flex-grow) {
        display: none !important;
    } */

    body .transparent .header-main {
        height: 70px;
    }

    #logo {
        margin-top: -30px;
    }

    #logo img,
    body .transparent #logo img {
        max-height: 90px;
    }

    .col.small-12 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    
    .col.small-6.large-12 {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }

    .accordion-inner {
    padding: 1em 0;
    }
}

@media print {
    * {
        box-shadow: none !important;
        border-radius: 0 !important;
    }
}