/** Shopify CDN: Minification failed

Line 1301:0 Unexpected "{"
Line 1606:0 Unexpected "{"

**/
.header nav.header__inline-menu span {
    font-size: 14px;
    text-transform: uppercase;
    color: #863B37;
    text-decoration: none;
     transition: all 0.3s ease-in-out;
}
body {
    overflow-x: hidden;
} 
* {
  box-sizing: border-box;
}
footer.footer {
    overflow-x: hidden;
    border-top: 5px solid #C79337 !important;
}
header.header .header__menu-item {
    padding: 10px 18px;
}
.header nav.header__inline-menu summary:hover span,
.header nav.header__inline-menu summary:hover .icon-caret,
.header nav.header__inline-menu span:hover {
    color: #7B9347;
    fill: #7B9347;
}
header.header .header__menu-item .icon-caret {
    right: 0;
    height: 8px;
    top: 14px;
    color: #863B37;
}
header.header header-menu details {
    padding-right: 18px;
}
header.header {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
header.header details[open] ul {
    background: #fff;
    border-radius: 5px !important;
}
header.header details[open] ul li a {
    color: #863B37;
    text-decoration: none;
    font-size: 14px;
}
header.header details[open] ul li a:hover {
    color: #7B9347;
    text-decoration: none;
}
header.header details[open]>summary {
    text-decoration: none;
}
header.header .list-menu--disclosure {
    width: 23rem;
}
.list-menu--inline {
    align-items: center;
}
main#MainContent {
    background: #fff;
}
header.header header-menu details a.header__menu-item-link {
    text-decoration: none;
}

.social-donate {
    display: flex;
    align-items: center;
    gap: 30px;
}
.social-donate .facebook-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-donate .donate-btn {
    background: #7B9347;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    max-width: 150px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.social-donate .donate-btn:hover{
    background: #863B37;
}




.hero-slider {
  position: relative;
}
.hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex!important;
    align-items: center;
    aspect-ratio: 2048 / 984 !important;
}
.hero-slide .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
}
.hero-content {
    position: relative;
    color: #fff;
    max-width: 920px;
    margin: auto;
    width: 100%;
}
.hero-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0!important;
    max-width: 600px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
}
.hero-content p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 720px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
}
.hero-buttons .btn, .duty-btn {
    display: inline-block;
    padding: 20px 28px;
    font-size: 18px;
    line-height: 22px;
    margin-right: 10px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    max-width: 194px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.btn-red {
    background: #863B37;
    color: #fff;
}
.btn-white, .duty-btn {
    background: #fff;
    color: #863B37;
}
.btn.btn-red:hover {
    background: #7B9347;
}
.btn-white:hover, .duty-btn:hover, .veterans-section .btn:hover {
    background: #7B9347;
    color: #fff;
}
.hero-slider .slick-prev, .hero-slider .slick-next {
  background: none;
  border: none;
  padding: 0;
  z-index: 1;
}
.hero-slider .slick-prev img,
.hero-slider .slick-next img {
  width: 11px; 
  height: auto;
}
.hero-slider .slick-prev {
    left: 25px;
}
.hero-slider .slick-next {
    right: 25px;
}
.hero-slider .slick-next img {
  transform: rotate(180deg); 
}
.hero-slider .slick-prev:before, .hero-slider .slick-next:before {
    display: none;
}

.double-duty-section {
    text-align: center;
    padding: 50px 0;
}
.double-duty-section .description p {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
    font-weight: 400;
    padding: 0 20px;
}
.double-duty-section .down-arrow {
    margin: 40px 0 30px;
}
.down-arrow img {
    max-width: 39px;
    display: inline-block;
    transition: transform .3s ease;
    width: 100%;
}
.down-arrow img:hover {
  transform: translateY(5px);
}


.veterans-section {
    background: #fff;
  text-align: center;
  padding: 60px 20px;
}
.veterans-section .main-heading {
    font-size: 36px;
    font-weight: 700;
    color: #863B37;
    margin: 0;
}
.veterans-section .subheading {
    font-size: 19px;
    margin: 12px 0 40px;
    color: #0a0500;
    font-weight: 700;
}
.veterans-section .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.veterans-section .card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    text-align: left;
    min-height: 425px;
    justify-content: end;
    display: flex;
    align-items: end;
}
.veterans-section .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  display: block;
}
.veterans-section .card-content {
  position: relative;
  padding: 40px;
  z-index: 2;
}
.veterans-section .card h3 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.veterans-section .card p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}
.veterans-section .btn {
    display: inline-block;
    padding: 13px 30px;
    background: #fff;
    color: #863B37;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.meet-members {
    padding: 70px 0;
    background: #fff;
    text-align: center;
}
.meet-members .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #7a2d2d;
    margin: 0 0 36px;
}
.members-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.member-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: left;
    width: 100%;
    /* max-width: 400px; */
    border: 1px solid #0a050026;
}
.member-image img {
  width: 100%;
  height: auto;
  display: block;
}
.member-info {
  padding: 32px;
}
.member-name {
    font-size: 26px;
    font-weight: 700;
    color: #863B37;
    text-transform: uppercase;
    margin: 0;
}
.member-role {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #0A0500;
    margin: 0 0 5px;
}
.member-description {
    font-size: 16px;
    line-height: 1.4;
    color: #0A0500;
    margin-bottom: 0;
    font-weight: 100;
}
.member-image img {
    height: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.members-grid .slick-slide {
  margin: 0 10px; 
}
.members-grid .slick-list {
  margin: 0 -10px;
}
.members-grid button.slick-arrow:before {
    font-size: 28px;
    font-weight: 600;
    color: #863b37;
}
.members-grid button.slick-prev {
    left: -36px;
}
.members-grid button.slick-next {
    right: -30px;
}
.members-grid .slick-track {
  display: flex !important;
}
.members-grid .slick-slide {
  display: flex !important;
  height: auto !important;
}
.members-grid .member-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* Footer  */
.footer__content-top .grid .footer-block {
    width: 100%;
    max-width: 100%;
}
.footer__content-top .grid {
    display: grid;
    grid-template-columns: repeat(4,1fr) 2fr;
    row-gap: 40px !important;
}
footer.footer ul.footer-block__details-content a {
    font-size: 14px;
    font-weight: 100;
}
footer.footer ul.footer-block__details-content a {
    font-size: 14px;
    font-weight: 100;
}
.footer-list-icons li, .footer-list-icones li {
    font-size: 15px;
    font-weight: 100;
    color: #f5f5f5;
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
.footer-list-icons ul li:first-child:before, 
.footer-list-icons ul li:nth-child(2):before, 
.footer-list-icons ul li:nth-child(3):before,
.footer-list-icones ul li:first-child:before {
    content: "";
    position: absolute;
    background: url("/cdn/shop/files/Symbol.png?v=1756292165");
    width: 20px;
    height: 20px;
    left: -30px;
    top: 0;
    background-repeat: no-repeat !important;
}
.footer-list-icons ul li:nth-child(2):before{
    background: url("/cdn/shop/files/Symbol_1.png?v=1756292430");
}
.footer-list-icons ul li:nth-child(3)::before {
	background: url("/cdn/shop/files/mail-icon.png?v=1760110322");
	background-size: 20px;
	background-position: center top 6px;
}
.footer-list-icones ul li:first-child:before {
    background: url("/cdn/shop/files/Symbol_3.png?v=1756292920");
}
.footer-list-icones p {
    font-size: 11px;
    font-weight: 100;
    color: #fff;
    position: relative;
    padding-left: 80px !important;
    margin-top: 30px;
}
.footer-list-icones p strong {
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
}
.footer-list-icones p:before {
    content: "";
    position: absolute;
    background: url("/cdn/shop/files/Candid_-_Platinum_Transparency_2025.png?v=1756293843");
     width: 90px;
    height: 90px;
    background-size: 70px;
    left: 0;
    background-repeat: no-repeat !important;
}
footer.footer .footer__content-bottom-wrapper.page-width {
    align-items: center;
    padding: 0;
}
footer.footer .footer__content-bottom-wrapper .footer__copyright.caption {
    font-weight: 100;
}
footer.footer .footer__content-bottom {
    display: none;
}

footer.footer .newsletter-form__field-wrapper .field {
    flex-direction: column;
    gap: 10px;
}
footer.footer button#Subscribe {
    position: relative;
    width: 100%;
    background: #C79337;
    padding: 12px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    right: 0;
}
footer.footer button#Subscribe:hover {
    background:#863B37;
}
footer.footer button#Subscribe span.svg-wrapper {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto';
    letter-spacing: 0.9px;
    width: 100%;
}
footer.footer .form-group {
    display: flex;
    gap: 6px;
}
footer.footer .newsletter-form__field-wrapper .field:before {
    display: none;
}
footer.footer .newsletter-form__field-wrapper .field:after {
    display: none;
}
footer.footer .newsletter-form__field-wrapper .field input {
    background: #fff;
    border-radius: 0;
    color: #863b37;
    font-size: 14px;
}
footer.footer .newsletter-form__field-wrapper .field input:focus~.field__label {
    font-size: 12px;
}
footer.footer .newsletter-form__field-wrapper .field label.field__label {
    color: #6E452B;
    font-size: 15px;
    font-weight: 100;
}
footer.footer .footer-block__newsletter {
    grid-column: 5;
    grid-row: 1;
    width: 100%;
}
.footer_bottom_custom.page-width {
    display: grid;
    grid-template-columns: repeat(3,1fr) 0fr;
    gap: 40px!important;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
}
.footer_bottom_custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1320px;
    border-top: 1px solid #ffffff40;
}
footer.footer .footer__content-top {
    padding-bottom: 0;
}
.footer__content-top .footer-block__details-content.footer-block-image {
    display: none;
}
.footer__content-top .footer-block--newsletter {
    display: none;
}
footer.footer .list-social {
    justify-content: flex-start;
}
footer.footer .list-social a.link.list-social__link {
    padding: 0;
    text-decoration: none;
}
footer.footer .list-social a.link.list-social__link svg.icon {
    width: 30px;
    height: 30px;
}
footer.footer .list-social a.link.list-social__link span.svg-wrapper {
    width: auto;
    height: auto;
}
footer.footer .list-social__item span.visually-hidden {
    position: relative !important;
    overflow: auto;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 100;
    margin-left: 10px;
    color: #fffef2bf;
}
.footer_bottom_custom  .footer__content-bottom-wrapper {
    justify-content: end;
}

.page-banner img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}
.page-wrapper .row {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1340px;
    margin: auto;
}
.right-sidebar nav.sidebar-menu li {
    list-style: none;
    margin-bottom: 15px;
}
.right-sidebar nav.sidebar-menu li a {
    color: #7a3d38;
    font-size: 20px;
    text-decoration: none;
}
.right-sidebar nav.sidebar-menu li a:hover {
    color: #7b9347;
}
.right-sidebar nav.sidebar-menu li.active a {
    color: #7b9347;
}
.page-banner {
    position: relative;
}
.page-banner-heading {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translate(0%,-50%);
}
.page-banner-heading h1.page-title, h2.banner__heading {
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,.8);
    font-size: 50px;
    max-width: 600px;
    text-transform: uppercase;
}
.right-sidebar {
    width: 100%;
    max-width: 30%;
    padding-top: 30px;
}
.left {
    width: 100%;
    max-width: 70%;
}
.principle-item {
    margin-bottom: 20px !important;
}
.page-wrapper .row .rich-text__wrapper {
    width: 100% !important;
}
.page-wrapper .row .color-background-1.gradient {
    background: #fff;
}

/* collection */
.grid__item .card-wrapper {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.225rem rgba(0, 0, 0, 0.15);
    text-align: left;
    width: 100%;
    border: 1px solid #0a050026;
    padding: 15px 20px;
}
.grid__item .card-wrapper .card__media {
    background: #fff;
}

.product__info-wrapper .product__description p {
    color: #0A0500;
}
.product__info-wrapper .product__title h1 {
    font-size: 46px;
    font-weight: 500;
}
.coll-list .card__information {
    padding: 0;
}
.coll-list h1 {
    color: #863b37;
    text-align: center;
}
.main-collection_page .card__information h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0a0500;
}
.benefits-page p {
    padding: 0 20px!important;
}
.benefits-page .accordion__content {
    padding: 20px 0 !important;
    margin: 0 !important;
}
.benefits-page ul li {
    color: #863b37;
}
.join-farmer-benefits h5 {
    font-size: 20px;
    font-weight: 500;
    color: #0a0500;
}
.img-text a.button.button--primary:hover {
    background: #863b37;
}
.join-farmer-benefits .image-with-text__media {
    min-height: auto !important;
    border-radius: 10px !important;
    height: 80%;
}


/* single collection */
.product-wrap .product {
    display: block;
}
.main-product-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}
.main-product-wrapper .grid__item.product__media-wrapper {
    width: 100%;
    max-width: 14% !important;
}
.main-product-wrapper .product__title h1 {
    font-size: 24px;
    font-weight: 500;
     color: #0a0500;
}
.product-wrap .product__info-wrapper {
    padding: 0;
}
.heading-product-pra {
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    padding-top: 30px;
}
.product__info-container p, .product-homepage {
    color: #0a0500;
    font-size: 16px;
}
.main-product-wrapper span {
    font-size: 14px;
     color: #0a0500;
}
.product-wrap .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.flex-pra-heading strong, .product-homepage strong {
    width: 30%;
    display: inline-block;
    color: #863b37;
}
.product__text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}
.product__info-wrapper  section {
    width: 100%;
    max-width: 100%;
}
.product__text-wrapper p {
    margin: 0;
}
.product__text-wrapper p a, .product-homepage a {
    text-decoration: none;
    color: #0a0500;
}

.membership-about .rich-text__buttons a {
    background: #7b9347;
    border-radius: 0;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.membership-about .rich-text__buttons a:hover {
    background: #863b37;
}
.membership-about p a {
    color: #7b9347;
    text-decoration: none;
}
.membership-banner {
    min-height: 320px !important;
}

.member-discount .rich-text__text h6 {
    position: relative;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    padding: 0 40px;
}

.member-discount .rich-text__text h6::before,
.member-discount .rich-text__text h6::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #863b37;
  width: 8%;
}
.member-discount .rich-text__text h6::before {
  left: 0;
}
.member-discount .rich-text__text h6::after {
  right: 0;
}

body.template-donate .page-wrapper .row {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
body.template-donate .left {
    width: 100%;
    max-width: 100%;
}

.terms-service .rich-text__blocks {
    max-width: 100%;
}
.our-team-wrap .page-width {
    padding: 0;
}
.our-team-wrap .image-with-text__content {
    padding: 0;
}
.our-team-wrap .image-with-text__media-item {
    width: 22%;
}
.our-team-wrap .image-with-text__media img {
    height: 200px !important;
    object-fit: contain;
}
.our-team-wrap .image-with-text__text p {
    color: #0a0500;
    font-size: 16px;
}
.our-team-wrap p em {
    color: #4b4f58;
}
.our-team-wrap {
    border-bottom: 1px solid #000;
}
.our-team-wrap.our-team-btn {
    border: none;
}
.membership-menu-text h3 {
    color: #863B37;
    font-size: 22px;
}
.membership-menu-text  h6 {
    color: #863B37;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.membership-menu-text  p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.membership-menu-text {
    border-top: 1px solid;
}

.template-contact .contact .field:after, .template-contact .contact .field:before, .customer .field:after, .customer button:after, .customer button:before{
    display: none;
}
.template-contact .contact .field {
    border: 1px solid;
}
.template-contact .contact .field input:focus, .template-contact .contact .field textarea:focus, .customer .field input:focus {
    outline: none;
    box-shadow: none;
}
.template-contact .contact .field input {
    font-size: 16px;
}
.template-contact .contact .field label.field__label, .customer .field label {
    font-weight: 400;
    color: #863B37;
}
.template-contact .contact button.button, .customer button, .donate-section .rich-text__buttons a {
    background: #863B37;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.template-contact .contact button.button:hover, .customer button:hover, .donate-section .rich-text__buttons a:hover {
   background: #7B9347;
}

.contact__button {
    display: flex;
    justify-content: center;
}
.join-farmer-benefits .page-width {
    padding: 0;
}
.join-farmer-benefits .image-with-text__content {
    padding: 0 0 0 20px;
}
.customer h1 {
    color: #863B37;
    font-weight: 500;
    font-size: 30px;
}
.account-details h2 {
    font-weight: 500;
    color: #863B37;
}
.account-details p {
   color: #0a0500;
   text-transform: capitalize;
}
.customer .field input {
    border: 1px solid #863B37;
    border-radius: 0;
    background: #fff;
    color: #863B37;
}

.customer-login-cust .list-menu--inline {
    justify-content: center;
}
.customer-login-cust nav.header__inline-menu {
    width: 70%;
}
.customer-login-cust .social-donate {
    gap: 20px;
    width: 23%;
}
.customer-login-cust a#customer_logout_link {
    font-size: 14px;
    color: #863B37;
    text-decoration: none;
    font-weight: 600;
}
.template-donate .page-banner {
    display: none;
}
.template-donate  button.slideshow__autoplay.slider-button {
    display: none;
}
.template-donate .slider-button .icon {
    height: 11px;
    color: #fff;
}
.template-donate .slideshow__control-wrapper {
    display: none;
}
.template-donate .slider-buttons {
    justify-content: space-between;
}
.template-donate .slideshow__controls {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 96%;
    transform: translate(0%, -50%);
    border: none !important;
}
.template-membership nav.sidebar-menu ul.menu-membership {
    padding: 0;
}
.template-membership .right-sidebar {
    padding-right: 40px;
}
.footer-list-icons li a {
    text-decoration: none;
}
.main-collection_page .facets-container, .Order-history {
    display: none;
}
h2.account-heading {
    font-size: 32px;
    font-weight: 600;
    color: #863B37;
}
.template-donate .slideshow.banner {
    background-size: cover;
    aspect-ratio: 2048 / 635 !important;
    min-height: 100% !important;
}
.desktop-only {
  display: block !important;
}
.mobile-only {
  display: none !important;
}

/* calendar */
.template-calendar h1.main-page-title {
    color: #863B37;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.desktop-image {
  display: block!important;
}
.mobile-image {
  display: none!important;
}


.template-benefits .row p {
    font-size: 16px;
    /* color: #0a0500; */
}
.benefit-heading-top {
    border-bottom: 1px solid #863B37;
}
.benefit-text-page p a {
    text-decoration: none;
    color: #863B37;
    font-size: 20px;
}
.template-benefits .row .rich-text__wrapper {
    padding: 0 40px;
}
.template-benefits .row  .rich-text__blocks.left {
    max-width: 100%;
}
.template-benefits .row ul li {
    font-size: 16px;
    /* color: #0a0500; */
}
.template-benefits h1.page-title {
    max-width: 100%;
}
.template-benefits  .page-banner-heading {
    width: 100%;
    left: 0;
    text-align: center;
}
.template-benefits .row .left {
    max-width: 90%;
}

.farmer-veteran-coalition-page h2.banner__heading.inline-richtext.h2 {
    max-width: 60%;
    font-size: 48px;
    margin: auto;
}

.farmer-veteran-coalition-page p {
    color: #fff;
    max-width: 70%;
    margin: auto;
}

.farmer-veteran-coalition-page {
    min-height: 320px !important;
}

.farmer-veteran-coalition-page .banner__content.banner__content--middle-center.page-width {
    padding: 0;
}

.farmer-veteran-coalition-text .rich-text__wrapper {
    padding: 0;
    width: 100%;
    max-width: 1120px;
    border-bottom: 1px solid;
    padding-bottom: 60px;
    justify-content: center;
}

.farmer-veteran-coalition-text ol a, .farmer-veteran-coalition-text ol li, .farmer-veteran-coalition-text a {
    text-decoration: none;
    color: #863B37;
}
.farmer-veteran-coalition-text p{
    color: #863B37;
}
.farmer-veteran-coalition-text {
    margin: 0 30px;
}
.farmer-veteran p {
    text-align: left;
}
.farmer-veteran img {
    margin: auto;
}
.farmer-veteran-apply h2 {
    text-align: center;
}
.farmer-veteran-apply .rich-text__wrapper {
    border: none;
}
.farmer-veteran-coalition-text .rich-text__blocks h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 34px;
    font-weight: 500;
}

@media (max-width: 767px) {
  .desktop-image {
    display: none!important;
  }
  .mobile-image {
    display: block!important;
  }
  .template-benefits .row .rich-text__wrapper {
    padding: 0px 20px;
}
.benefit-text-page p a {
    font-size: 16px;
}
.benefit-heading-top h2 {
    font-size: 22px !important;
}
.benefit-heading-top {
    margin: 0 20px;
}
.benefit-heading-top  .rich-text__wrapper {
    padding: 0 !important;
}
.template-benefits .row p, .template-benefits .row ul li {
    font-size: 14px;
}
.template-benefits .row ul {
    padding: 0 !important;
}
.farmer-veteran-coalition-page p {
    font-size: 18px;
    line-height: normal;
    max-width: 100%; 
}
.farmer-veteran-coalition-page h2.banner__heading.inline-richtext.h2 {
    max-width: 100%; 
    font-size: 32px;
}
.farmer-veteran-coalition-text .rich-text__blocks h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 30px;
}
.farmer-veteran-coalition-page {
    min-height: 250px !important;
}
.farmer-veteran-coalition-page .banner__content {
    min-height: 22rem !important; 
}
.farmer-veteran-coalition-text {
    margin: 0 20px;
}
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}



@media (max-width: 767px) {
.veterans-section .card h3 {
	font-size: 23px;
	line-height: 30px;
}
.hero-content {
    padding: 0 40px;
}
header.header header-drawer {
    width: 92px;
}
.social-donate .facebook-icon {
    display: none;
}
.hero-content h1 {
    font-size: 30px;
}
.hero-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.hero-buttons .btn, .duty-btn {
    padding: 18px 24px;
    max-width: 100%;
}
.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hero-slide {
    /* min-height: 190px!important; */
    /* aspect-ratio: 2048 / 240 !important; */
}
.double-duty-section {
    padding: 35px 20px;
}
.double-duty-section .down-arrow {
    margin: 25px 0 20px;
}
.down-arrow img {
    max-width: 30px;
}
header.header details[open] ul li a {
    font-size: 19.8px;
}
.double-duty-section .description p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    text-align: left;
}
.veterans-section {
    padding: 50px 20px;
}
.veterans-section .main-heading {
    font-size: 30px;
}
.veterans-section .subheading {
    font-size: 18px;
}
.veterans-section .cards {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.veterans-section .card-content {
    padding: 20px;
}
.meet-members {
    padding: 50px 0;
}
.meet-members .section-title {
    font-size: 26px;
    margin: 0 0 30px;
}
.member-info {
    padding: 24px;
}
.member-name {
    font-size: 24px;
}
.member-role {
    font-size: 18px;
    line-height: 28px;
}
.meet-members .page-width {
    padding: 0 40px;
}
.members-grid button.slick-prev {
    left: -32px;
}
.members-grid button.slick-next {
    right: -25px;
}


.hero-slider .slick-next {
    right: 15px;
}
.hero-slider .slick-prev {
    left: 15px;
}

footer.footer .footer__content-top.page-width {
    padding: 0  20px;
}
footer.footer .footer__content-top .grid {
    display: flex;
    row-gap: 20px !important;
}
footer.footer .footer-block__heading {
    margin-bottom: 10px;
}
footer.footer .footer-block__details-content {
    margin: 0;
}
.footer__content-top .grid .footer-block {
    width: 100%;
    max-width: 45%;
    margin: 0;
}
footer.footer ul.footer-block__details-content a {
    font-size: 13px;
    font-weight: 100;
    padding: 0 0 5px;
}
footer.footer .footer__copyright {
    text-align: right;
}
footer.footer .footer-block.grid__item:nth-last-of-type(2), 
footer.footer .footer-block.grid__item:nth-last-of-type(3), 
/* footer.footer .footer-block.grid__item:nth-last-of-type(4)  */
{
    display: none;
}
.footer_bottom_custom:before {
    width: 88%;
    top: 10px;
    transform: translate(22px);
    opacity: 0;
}
.footer_bottom_custom.page-width {
    display: flex;
    flex-direction: column;
    gap: 15px!important;
    padding: 30px 0px 40px;
    margin: 0 20px;
}
.footer_bottom_custom .footer-block__image-wrapper img {
    width: 220px;
}
footer.footer .footer_bottom_custom .footer-block__details-content {
    padding-left: 10px ;
}
.social-donate {
    justify-content: end;
    width: auto !important;
}
header.header {
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
}
header.header button.menu-drawer__close-button{
    color: #7b9347;
    font-weight: 500;
    font-size: 19px;
}
header.header .menu-drawer__inner-submenu {
    background: #fff;
}
.social-donate .donate-btn {
    padding: 7px 11px;
    font-size: 10px;
    max-width: 100px;
}

.page-wrapper .row {
    flex-direction: column-reverse;
}
.left, .right-sidebar {
    width: 100%;
    max-width: 100%;
}
.right-sidebar {
    display: none;
}
.page-wrapper .row .rich-text__wrapper {
    width: 100% !important;
}
.principle-item {
    align-items: flex-start !important;
    gap: 0!important;
    flex-direction: column;
    margin-bottom: 20px;
}
.principle-icon img {
    width: 90px !important;
}
.guiding-principles * {
    width: 100% !important;
}
.right-sidebar ul {
    padding-left: 20px;
}
.page-banner-heading h1.page-title {
    font-size: 26px;
}
.page-wrapper .row h2 {
    font-size: 18px;
}
.product__info-wrapper .product__title h1 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 10px;
}
.join-farmer-benefits .image-with-text__content {
    padding: 20px 0;
}
.join-farmer-benefits .image-with-text__media img {
    position: relative !important;
}
.join-farmer-benefits .image-with-text__media {
    min-height: auto!important;
    height: 100%;

}
.product-wrap .main-product-wrapper .grid__item.product__media-wrapper
 {
    width: 100%;
    max-width: 48% !important;
}
.product__info-container p, .product-homepage {
    display: flex;
    gap: 0px;
}
.flex-pra-heading strong, .product-homepage strong {
    width: auto !important;
    padding-right: 10px;
}
.product__info-container p, .product-homepage {
    font-size: 14px !important;
}
.product__text-wrapper {
    gap: 10px !important;
    grid-template-columns: repeat(1, 1fr);
}
p.item-one-add {
    grid-row: 6;
}
p.item-two-add {
    grid-row: 7;
}
p.item-three-add {
    grid-row: 8;
}
/* p.item-four-add {
    grid-row: 9;
} */

.terms-service  .rich-text__wrapper {
    padding: 0;
}
.terms-service  .rich-text__wrapper ol {
    padding: 0 !important;
}

.our-team-wrap .page-width {
    padding: 0 20px;
}
.our-team-wrap .image-with-text__media {
    height: 200px !important;
    padding: 0 !important;
}
.our-team-wrap .image-with-text__media-item {
    margin-bottom: 20px;
}
.join-farmer-benefits .page-width {
    padding: 0 20px;
}
.customer-login-cust a#customer_logout_link{
    display: none;
}
div#exitModal>div {
    max-width: 300px !important;
}
.main-product-wrapper .product__title h1 {
    font-size: 20px;
        margin-top: 2px;
}
.main-product-wrapper span {
    font-size: 11px;
    font-weight: 500;
}
.veterans-section .card {
    min-height: 345px;
}




}
@media (max-width: 990px) {
.menu-drawer summary.menu-drawer__menu-item {
    color: #7b9347;
}
.menu-drawer__navigation {
    background: #fff;
}
.customer-login-cust a#HeaderDrawer-member-directory, 
.customer-login-cust a#HeaderDrawer-contact-team, 
.customer-login-cust a#HeaderDrawer-benefits{
    display: block;
}
a#HeaderDrawer-member-directory, a#HeaderDrawer-contact-team, a#HeaderDrawer-benefits{
    display: none;
}
}


@media (min-width: 768px) and (max-width: 990px) { 
.social-donate {
    gap: 10px;
}
header.header header-drawer {
    width: 168px;
}
header.header header-drawer {
    width: 242px;
}
.customer-login-cust a#customer_logout_link {
    font-size: 12px;
}
.customer-login-cust .social-donate .donate-btn {
    padding: 8px 18px;
    font-size: 12px;
    max-width: 125px;
}
.customer-login-cust .social-donate {
    gap: 15px;
    width: 33%;
    justify-content: end;
}
.hero-content {
    padding: 60px;
}
.hero-content h1 {
    font-size: 40px;
}
.hero-content p {
    font-size: 20px;
}
.double-duty-section .description p {
    font-size: 30px;
}
.veterans-section .main-heading {
    font-size: 32px;
}
.veterans-section .card-content {
    padding: 20px;
}
.veterans-section .card {
    min-height: 310px;
}
.veterans-section .card h3 {
    font-size: 24px;
}
.veterans-section .card p {
    font-size: 12px;
    line-height: 16px;
}
.veterans-section .btn {
    padding: 8px 22px;
    font-size: 14px;
}
.meet-members .section-title {
    font-size: 32px;
}
.meet-members .page-width {
    padding: 0 40px !important;
}
.member-info {
    padding: 22px;
}
.members-grid button.slick-prev {
    left: -34px;
}
.members-grid button.slick-next {
    right: -26px;
}
.join-farmer-benefits .page-width {
    padding: 0 20px;
}
.join-farmer-benefits .image-with-text__content {
    padding-top: 0;
}
.join-farmer-benefits .image-with-text__content h2 {
    font-size: 32px;
}
.join-farmer-benefits h5 {
    font-size: 16px;
}
.join-farmer-benefits .image-with-text__media-item {
    width: 48%;
}


footer.footer .footer__content-top.page-width {
    padding: 0  20px;
}
.footer__content-top .grid {
    display: grid;
    grid-template-columns: repeat(4,1fr) 2fr;
    gap: 10px;
}
footer.footer .footer-block__heading {
    margin-bottom: 10px;
}
footer.footer .footer-block__details-content {
    margin: 0;
}
.footer__content-top .grid .footer-block {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
footer.footer ul.footer-block__details-content a {
    font-size: 13px;
    font-weight: 100;
    padding: 0 0 5px;
}
footer.footer .footer__copyright {
    text-align: right;
}
footer.footer .footer-block.grid__item:nth-last-of-type(2), 
footer.footer .footer-block.grid__item:nth-last-of-type(3), 
/* footer.footer .footer-block.grid__item:nth-last-of-type(4) */
{ 
    display: none;
}
.footer_bottom_custom:before {
    width: 88%;
    top: 10px;
    transform: translate(22px);
    opacity: 0;
}
.footer_bottom_custom.page-width {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 15px!important;
    padding: 30px 0px 40px;
    margin: 0 20px;
}
.footer_bottom_custom .footer-block__image-wrapper img {
    width: 220px;
}
footer.footer .footer_bottom_custom .footer-block__details-content {
    padding-left: 10px ;
    width: 100%;
}
footer.footer .footer__content-bottom-wrapper.page-width {
    align-items: center;
    justify-content: center;
}

.page-wrapper .row {
    padding: 0 30px;
}
.page-wrapper .row .page-width {
    padding: 0;
}
.right-sidebar {
    padding-top: 30px;
}
.principle-item {
    align-items: flex-start !important;
    flex-direction: column;
}
.page-wrapper .row h2 {
    font-size: 28px;
}
.right-sidebar nav.sidebar-menu li a {
    font-size: 16px;
}

.product-wrap .main-product-wrapper .grid__item.product__media-wrapper
 {
    width: 100%;
    max-width: 30% !important;
}
.flex-pra-heading strong, .product-homepage strong {
    width: auto !important;
}
.page-width.product-wrap {
    padding: 0 30px;
}

.our-team-wrap .image-with-text__grid {
    gap: 20px !important;
}
.template-membership .right-sidebar {
    padding: 30px;
}
.page-banner-heading h1.page-title, h2.banner__heading {
    font-size: 38px;
}
body.template-donate .donate-page {
    padding-top: 50px;
    background: #fff;
}
.template-benefits  .left {
    width: 100%;
    max-width: 100%;
}
.farmer-veteran-coalition-text .rich-text__wrapper .rich-text__blocks {
    max-width: 100%;
}

} 

@media (min-width: 991px) and (max-width: 1100px) { 
.customer-login-cust .social-donate {
    width: 26%;
}
    .hero-content {
    padding: 50px;
}
.veterans-section .card-content {
    padding: 24px;
}
.veterans-section .card {
    min-height: 375px;
}
.meet-members .page-width {
    padding: 0 40px !important;
}
/* .member-card {
    max-width: 300px;
} */
.member-info {
    padding: 20px;
}
.member-name {
    font-size: 24px;
}
.member-role {
    font-size: 20px;
}
header.header {
    padding: 10px 30px !important;
}
.social-donate {
    gap: 20px;
}
.header nav.header__inline-menu span {
    font-size: 10px;
}
.social-donate .donate-btn {
    padding: 8px 16px;
    font-size: 12px;
    max-width: 120px;
}
.customer-login-cust a#customer_logout_link {
    font-size: 12px;
}
header.header .header__menu-item {
    padding: 10px 12px;
}
header.header .header__menu-item .icon-caret {
    right: -5px;
    height: 7px;
    top: 18px;
}
.footer_bottom_custom:before {
    width: 940px;
}

.join-farmer-benefits .image-with-text__content {
    padding-top: 0;
}
.join-farmer-benefits .image-with-text__content h2 {
    font-size: 32px;
}
.join-farmer-benefits h5 {
    font-size: 16px;
}
.join-farmer-benefits .image-with-text__media-item {
    width: 48%;
}
.join-farmer-benefits .page-width {
    padding: 0 20px;
}
.template-benefits  .left {
    width: 100%;
    max-width: 90%;
}
}


@media (min-width: 1100px) and (max-width: 1330px) { 
.header nav.header__inline-menu span {
    font-size: 12px;
}
header.header .header__menu-item {
    padding: 10px 12px;
}
.social-donate .donate-btn {
    font-size: 12px;
}
header.header .header__menu-item .icon-caret {
    right: -5px;
    height: 7px;
    top: 18px;
}
header.header {
    padding: 8px 40px !important;
}
.footer_bottom_custom:before {
    width: 1040px;
}
.join-farmer-benefits .page-width {
    padding: 0 20px;
}


.join-farmer-benefits .image-with-text__content {
    padding-top: 0;
}
.join-farmer-benefits .image-with-text__content h2 {
    font-size: 32px;
}
.join-farmer-benefits h5 {
    font-size: 16px;
}
.join-farmer-benefits .image-with-text__media-item {
    width: 40%;
}
.customer-login-cust .social-donate {
    gap: 20px;
    width: 30%;
    justify-content: end;
}
.template-benefits  .left {
    width: 100%;
    max-width: 90%;
}
}
@media (min-width: 1366px) and (max-width: 1400px) { 
    .footer_bottom_custom:before {
    width: 1240px;
}
.join-farmer-benefits .page-width {
    padding: 0 20px;
}
.template-benefits  .left {
    width: 100%;
    max-width: 90%;
}
}


.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 10px;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
div#exitModal p {
    color: #863B37;
}
