/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--color-dark-blue:#052557;--color-blue:#0171BB;--color-green:#A0CC3A;--color-light-gray:#F2F2F2;--color-white:#FFFFFF;--font-lateral-condensed:'Lateral Condensed',sans-serif;--font-lateral-expanded:'Lateral Expanded',sans-serif;--font-lateral-standard:'Lateral Standard',sans-serif;--container-max-width:1200px;}*,*::before,*::after{box-sizing:border-box;}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;}body{margin:0;font-family:var(--font-lateral-standard);font-size:16px;line-height:1.5;color:var(--color-dark-blue);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}h1,h2,h3,h4,h5,h6{font-family:var(--font-lateral-condensed);font-weight:700;color:var(--color-dark-blue);margin:0;margin-bottom:20px;}.page-np h1,.page-pa h1{font-size:1.6rem;line-height:1;color:var(--color-blue);font-family:var(--font-lateral-standard);}h2{font-size:3.4rem;line-height:1;margin-bottom:30px;}h3{font-size:1.6rem;line-height:1.1;}h4{font-size:1.2rem;line-height:1.1;}.site-header{text-align:center;margin-top:1rem;}.site-header img{max-width:230px;width:90%;margin:30px auto;}.step-form{width:90%;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:var(--color-light-gray);border-radius:20px;min-height:80vh;height:100%;}.step-form__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;}.step-form__content{position:relative;z-index:2;width:90%;margin:0 auto;display:flex;flex-direction:column;min-height:70vh;padding:2rem 0;}.step-form__content h1{text-align:center;margin-bottom:2rem;flex-shrink:0;}.step-form__video:not([poster]){background-color:var(--color-gray-200);}.step-form__video{pointer-events:none;}.multi-step-form{margin:0 auto;width:100%;display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;}.form-step{display:none;animation:fadeIn 0.3s ease-in-out;flex:1;flex-direction:column;justify-content:center;align-items:center;width:100%;}.form-step.active{display:flex;}@keyframes fadeIn{from{opacity:0;transform:translateX(20px);}to{opacity:1;transform:translateX(0);}}.form-group{margin:0 auto 1.5rem auto;display:flex;flex-direction:column;gap:2rem;width:100%;max-width:800px;text-align:center;flex-shrink:0;}.form-group label{font-family:var(--font-lateral-condensed);font-weight:700;color:var(--color-dark-blue);margin:0;font-size:4rem;line-height:1.1;}.zip-code label{font-size:1.6rem;line-height:1;}.form-description{font-size:1.1rem;color:var(--color-dark-blue);font-family:var(--font-lateral-standard);font-weight:700;}.form-group input[type="text"],.form-group input[type="email"],.form-group select,.form-group textarea{width:100%;padding:0.75rem;border:2px solid var(--color-light-gray);border-radius:4px;font-size:1rem;transition:border-color 0.3s ease;}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);}.form-group .button-group button{margin:5px;}.other-input{margin-top:1rem;animation:fadeIn 0.3s ease-in-out;}.other-input label{font-size:1.2rem;color:var(--color-dark-blue);margin:0 15px 0.5rem 0;}.other-input input[type="text"]{width:100%;max-width:400px;margin:0 auto;padding:0.75rem;border:1px solid transparent;border-radius:5px;font-size:1rem;transition:border-color 0.3s ease;}.other-input input[type="text"]:focus{outline:none;border-color:var(--color-dark-blue);}.not-fit-input{margin-top:1rem;animation:fadeIn 0.3s ease-in-out;}.not-fit-input label{font-size:1.2rem;color:var(--color-dark-blue);margin:0 15px 0.5rem 0;display:block;}.not-fit-input textarea{width:100%;max-width:500px;margin:0 auto;padding:0.75rem;border:1px solid transparent;border-radius:5px;font-size:1rem;transition:border-color 0.3s ease;resize:vertical;min-height:100px;font-family:var(--font-lateral-standard);}.not-fit-input textarea:focus{outline:none;border-color:var(--color-dark-blue);}.form-actions{display:flex;justify-content:center;margin-top:2rem;gap:1rem;}.cta-section{margin-top:5rem;text-align:center;}.cta-section .button{margin:0;}.progress-bar{width:100%;height:10px;background-color:rgba(255,255,255,0.7);border-radius:10px;margin:0 0 2rem 0;overflow:hidden;flex-shrink:0;}.progress-fill{height:100%;background-color:var(--color-dark-blue);border-radius:10px;transition:width 0.3s ease;width:25%;}.np-survey-page .progress-fill{background-color:var(--color-green);}.step-indicator{display:flex;justify-content:center;margin-bottom:2rem;}.step-dot{width:12px;height:12px;border-radius:50%;background-color:var(--color-light-gray);margin:0 0.5rem;transition:background-color 0.3s ease;}.step-dot.active{background-color:var(--color-primary);}.step-dot.completed{background-color:var(--color-success);}.ingredients-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:var(--container-max-width);margin:6rem auto;}.ingredients-list h2{grid-column:1 / span 3;text-align:center;}.ingredient-item{display:flex;align-items:center;flex-direction:column;padding:0 2rem;}.ingredients-list h3{text-align:center;text-transform:uppercase;margin:0;font-family:var(--font-lateral-condensed);font-weight:700;}.ingredient-item img{width:100%;max-width:160px;transform:translateX(8%)}.ingredient-item p{text-transform:uppercase;font-size:0.9rem;line-height:1.3;font-family:var(--font-lateral-standard);font-weight:700;text-align:center;}sup{line-height:0;vertical-align:super;font-size:inherit;position:relative;top:-2px;}sup small{font-size:0.7em;vertical-align:baseline;}.product-features{width:100%;background-color:var(--color-light-gray);padding:6rem 2rem;}.product-single{display:grid;grid-template-columns:60% 1fr;gap:2rem;margin:2rem auto;max-width:1000px;align-items:center;}.product-single:nth-child(even){grid-template-columns:1fr 60%;grid-template-areas:"image content";}.product-single:nth-child(even) .product-content{grid-area:content;}.product-single:nth-child(even) .product-image{grid-area:image;}.product-content h2{font-weight:500;}.product-image{display:flex;justify-content:center;}.product-image img{width:100%;max-height:600px;object-fit:contain;}.product-citations{text-transform:uppercase;font-family:var(--font-lateral-standard);font-size:0.9rem;line-height:1.2;font-weight:400;text-align:center;max-width:var(--container-max-width);margin:5rem auto 0 auto;}.site-footer{background-color:var(--color-dark-blue);color:var(--color-white);width:100%;padding:2rem 0;}.footer-container{width:100%;max-width:var(--container-max-width);margin:0 auto;background:var(--color-dark-blue);display:grid;grid-template-columns:20% 1fr;gap:3rem;justify-content:space-between;align-items:center;padding:4rem 2rem;}.footer-logo img{width:90%;max-width:140px;}.footer-nav ul{list-style-type:none;display:flex;gap:3rem;}.footer-nav ul li a,.footer-nav ul li button{font-family:var(--font-lateral-condensed);font-weight:700;color:var(--color-white);text-decoration:none;transition:all 0.3s ease;border:0;background:none;font-size:1rem;cursor:pointer;}.footer-nav ul li button{font-weight:700 !important;background:none !important;font-size:1rem !important;padding:0 !important;}.footer-nav ul li a:hover,.footer-nav ul li button:hover{color:var(--color-green) !important;}.footer-copyright{grid-column:1 / span 2;text-align:center;font-family:var(--font-lateral-standard);font-size:0.9rem;font-weight:400;}*:focus{outline:2px solid var(--color-primary);outline-offset:2px;}.skip-link{position:absolute;top:-40px;left:6px;z-index:1000;padding:8px 16px;background-color:var(--color-primary);color:var(--color-white);text-decoration:none;border-radius:var(--border-radius);transition:top var(--transition-fast);}.skip-link:focus{top:6px;}@media (max-width:1024px){h1{font-size:1.4rem;line-height:1;}h2{font-size:3rem;line-height:1.2;}h3{font-size:1.4rem;line-height:1.1;}h4{font-size:1.1rem;line-height:1.1;}.form-description{font-size:1.3rem;}.footer-nav ul{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;gap:0.5rem 1.5rem;padding:0;margin-bottom:2rem;}.footer-nav ul li a{display:inline-block;}}@media (max-width:767px){h1{font-size:1.2rem;}h2{font-size:2.8rem;}h3{font-size:1.2rem;}h4{font-size:1rem;}.site-header img{max-width:150px;margin:15px auto;}.step-form{height:100%;min-height:500px;}.step-form__content{padding:2rem 0;margin:0;}.site-header{padding:0.5rem 0;}.header-container{flex-direction:column;gap:1rem;}.form-group label{font-size:2.6rem;}.other-input label,.not-fit-input label{font-size:1.1rem;line-height:1.1;}.zip-code label{font-size:1.3rem;}.form-group h2{margin-bottom:0;}.form-description{font-size:1.1rem;}.ingredients-list{padding:1rem;display:block;margin:3rem auto 1rem auto;}.ingredient-item{margin-bottom:2rem;}.product-features{padding:3rem 2rem;}.product-single{display:block;margin-bottom:6rem;}.product-content,.product-image{width:100%;margin-bottom:1rem;}.product-image img{max-width:200px;}.product-single:nth-child(even){grid-template-areas:none;}.footer-container{display:block;}.footer-logo{margin:0 auto;margin-bottom:1rem;text-align:center;}.footer-copyright{font-size:0.8rem;}}.page-events header{background-color:var(--color-dark-blue);margin-top:0;}.page-events{background:var(--color-light-gray);}.page-events .main-content{padding-bottom:5rem;}.page-events h1{font-size:3.4rem;text-align:center;}.events-intro{text-align:center;width:100%;margin:0 auto;max-width:var(--container-max-width);padding:6rem 2rem 0 2rem;font-weight:700;color:var(--color-dark-blue);font-size:1.25rem;}.events-intro .events-large{font-size:1.5625rem;text-transform:uppercase;}.events-intro img{margin:20px 0;}.events-references{font-size:0.93rem;text-align:center;font-family:var(--font-lateral-standard);font-weight:400;margin:1.5rem 0;}.page-events .footer-container{padding-bottom:9rem;}.events-static{background:var(--color-dark-blue);color:var(--color-white);padding:2rem 2rem;text-align:center;font-size:1.4rem;font-weight:700;font-family:var(--font-lateral-condensed);width:100%;margin:0 auto;position:fixed;bottom:0;left:0;z-index:1000;}.events-form{width:100%;max-width:900px;margin:0 auto;padding:1rem 2rem;}.events-form .form-section{margin:3rem 0;}.events-form h2.section-header{font-size:1.25rem;color:var(--color-blue);font-weight:700;font-family:var(--font-lateral-standard);margin-bottom:1.5rem;}.events-group{margin-bottom:25px;}.events-group label{font-size:1.06rem;font-weight:700;font-family:var(--font-lateral-standard);margin-bottom:0.5rem;}.events-group input[type="text"],.events-group input[type="email"],.events-group textarea{width:100%;padding:0 0 3px 0;border:0;border-bottom:1px solid #707070;font-size:1rem;background:none;font-family:var(--font-lateral-standard);font-weight:400;color:var(--color-dark-blue);}.events-group .button-group{margin-top:10px;max-width:500px;}.events-group .button-group button{margin:0 7px 15px 0;}.events-group select{width:100%;padding:12px 50px 12px 20px;border:1px solid var(--color-dark-blue);border-radius:50px;background-color:var(--color-white);font-family:var(--font-lateral-condensed);font-weight:700;font-size:1.06rem;color:var(--color-dark-blue);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(/themes/custom/us_survey_theme/images/down-carrot.svg);background-repeat:no-repeat;background-position:right 20px center;background-size:12px;cursor:pointer;transition:all 0.3s ease;}.events-group select:focus{outline:none;border-color:var(--color-blue);box-shadow:0 0 0 2px rgba(1,113,187,0.2);}.events-group select:hover{border-color:var(--color-blue);}.events-group select option{font-family:var(--font-lateral-condensed);font-weight:700;color:var(--color-dark-blue);background-color:var(--color-white);padding:10px;}.form-group--inline{display:flex;gap:10px;}.form-group--inline .form-field{flex:1;}.events-form .form-actions{justify-content:start;}.page-events a.verified-button{font-family:var(--font-lateral-condensed);font-weight:700;color:var(--color-dark-blue);font-size:3.4rem;}@media (max-width:767px){.page-events .footer-container{padding-bottom:12rem;}.form-group--inline{display:block;}.form-group--inline .form-field{width:100%;margin-bottom:25px;}}
.button{display:inline-block;padding:10px 20px;font-family:var(--font-lateral-condensed);font-size:1.125rem;font-weight:700;line-height:1.3;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:50px;user-select:none;transition:all 0.3s ease;}.button:hover{text-decoration:none;}.button:focus{outline:0;}.button:disabled{opacity:0.65;cursor:not-allowed;}.button--primary{color:var(--color-white);background-color:var(--color-dark-blue);border-color:var(--color-dark-blue);text-transform:uppercase;}.button--primary:hover{background-color:var(--color-blue);border-color:var(--color-blue);}.button--secondary{background-color:rgba(255,255,255,0.5);border-color:var(--color-dark-blue);color:var(--color-dark-blue);}.button--secondary:hover{background-color:var(--color-white);border-color:var(--color-dark-blue);}.button--selected{background-color:var(--color-blue);border-color:var(--color-blue);color:var(--color-white);}.np-survey-page .button--selected{background-color:var(--color-green);border-color:var(--color-green);color:var(--color-dark-blue);}.button--tertiary{font-size:1.25rem;font-family:var(--font-lateral-standard);font-weight:700;color:var(--color-blue);background:none;border:none;position:relative;transition:all 0.3s ease;}.button--tertiary:hover{color:var(--color-dark-blue);}.button--tertiary:after{content:'';position:absolute;width:34px;height:26px;object-fit:contain;top:10px;}.button--next:after{background-image:url(/themes/custom/us_survey_theme/images/next-arrow.svg);right:-20px;}.button--back:after{background-image:url(/themes/custom/us_survey_theme/images/next-arrow.svg);transform:rotate(180deg);left:-20px;}
@font-face{font-family:'Lateral Condensed';src:url(/themes/custom/us_survey_theme/fonts/Lateral-CondensedBold.woff2) format('woff2'),url(/themes/custom/us_survey_theme/fonts/Lateral-CondensedBold.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:'Lateral Condensed';src:url(/themes/custom/us_survey_theme/fonts/Lateral-CondensedBold.woff2) format('woff2'),url(/themes/custom/us_survey_theme/fonts/Lateral-CondensedBold.woff) format('woff');font-weight:bold;font-style:normal;font-display:swap;}@font-face{font-family:'Lateral Expanded';src:url(/themes/custom/us_survey_theme/fonts/Lateral-ExpandedBold.woff2) format('woff2'),url(/themes/custom/us_survey_theme/fonts/Lateral-ExpandedBold.woff) format('woff');font-weight:bold;font-style:normal;font-display:swap;}@font-face{font-family:'Lateral Standard';src:url(/themes/custom/us_survey_theme/fonts/Lateral-StandardBold.woff2) format('woff2'),url(/themes/custom/us_survey_theme/fonts/Lateral-StandardBold.woff) format('woff');font-weight:bold;font-style:normal;font-display:swap;}@font-face{font-family:'Lateral Standard';src:url(/themes/custom/us_survey_theme/fonts/Lateral-StandardRegular.woff2) format('woff2'),url(/themes/custom/us_survey_theme/fonts/Lateral-StandardRegular.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap;}
