:root {
	--brand_color: #a47864;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #6f8d6a;
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: Suez One;
}

body, p, label, .paragraph {
	font-family: Suez One;
	font-size: 17px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #a47864;
	color: #ffffff;
	border-color: #a47864;
}

.text-brand {
	color: #a47864;
}

.text-action {
	color: #a47864;
}

.brand-inverted {
	background-color: #ffffff;
	color: #a47864;
	border-color: #ffffff;
}

.action {
	background-color: #a47864;
	color: #ffffff;
	border-color: #a47864;
}

.action-inverted {
	background-color: #ffffff;
	color: #a47864;
	border-color: #ffffff;
}

/* SiteHeader */

.announcement_bar {
	background-color: #6f8d6a;
	color: #ffffff;
}

.announcement_bar a {
	color: #6f8d6a;
}

.siteHeader {
	background-color: #ffffff;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #f5f5f5;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #ffffff;
}

.mainNavigation__list {
	text-align: center !important;
}

.siteHeader__container--style4 {
	text-align: center;
}

.mainNavigation__list > li > a {
	font-size: 17px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #000000;
	background-color: #2C5170;
}

.mobileNav > li > a:hover {
	background-color: #042948;
}

.mobileNav > li > a:focus {
	background-color: #042948;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #000000;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #6f8d6a;
		background-color: transparent;
		border-bottom: solid 2px #6f8d6a;
	}

	.mobileNav > li > a {
		color: #000000;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}

	.mobileNav > li > a:hover {
		color: #6f8d6a;
		background-color: transparent;
		border-bottom: solid 2px #6f8d6a;
	}

	.mobileNav > li > a:focus {
		color: #6f8d6a;
		background-color: transparent;
		border-bottom: solid 2px #6f8d6a;
	}


.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: #ffffff;
		border-bottom-color: #ffffff
	}

.auxiliaryMenu {
	max-width: 100%;
}

	.auxiliaryMenu > li > a {
		color: #000000;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #6f8d6a;
    color: #ffffff;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #6f8d6a;
}

.orderStatus__container {
	color: #ffffff;
}

.orderStatus__container a {
	border-bottom-color: #a1bf9c;
	color: #ffffff;
}

.orderStatus__container a:hover {
	border-bottom-color: #ffffff;
}

.orderStatus__mobileToggle {
	color: #ffffff;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #a1bf9c;
	color: #ffffff;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #ffffff;
}

/* Logo */

.logo {
	color: #000000;
	font-size: 17px;
	padding: 11px;
}

.logo__img {
	max-height: 167px;
}

@media (max-width: 414px) {.logo {padding: 11px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #6f8d6a;
	color: #ffffff;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #ffffff;
	--tw-prose-body: #ffffff;
	--tw-prose-p: #ffffff;
	--tw-prose-a: #000000;
	--tw-prose-bullets: #ffffff;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #ffffff;
}

.siteFooter a {
	--tw-prose-a: #000000;
	color: #000000;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #000000;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #83a17e;
}

.backToTopLink__container a {
	color: #000000;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #a47864 !important;
	border-color: #906450 !important;
	color: #ffffff !important;
}

.btn-brand-inverted {
	background-color: #ffffff;
	color: #a47864;
	border: solid 1px #a47864;
}

.btn-brand-inverted:hover {
	background-color: #a47864;
	color: #ffffff;
	border: solid 1px #a47864;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #7c503c !important;
	border-color: #7c503c !important;
		color: #ffffff !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #a47864 !important;
	border-color: #906450 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #7c503c !important;
	border-color: #7c503c !important;
	
	color: #ffffff !important;
}

.btn-action-inverted {
	background-color: #ffffff;
	color: #a47864;
	border: solid 1px #a47864;
}

.btn-action-inverted:hover {
	background-color: #a47864;
	color: #ffffff;
	border: solid 1px #a47864;
}

.bullet, .confirmation__step-number {
	background-color: #a47864;
	color: #ffffff;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #777;
}

.storeSearch__input--style2 {
	border-color: #ffffff !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #f5f5f5 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #f5f5f5 !important;
}

.storeSearch__button--style2 {
	color: #777;
}

.banner__protocols li:before {
    color: #a47864
}

/*Custom Styles*/
/* General Text Styling for HTML Sections */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

/* Introduction Section Specific Styling */
.introduction {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.introduction h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.introduction p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Difference Section Specific Styling */
.difference-section {
    text-align: center;
    margin: 40px 0;
}

.difference-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.difference-section p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.button-container {
    text-align: center;
}

.btn-difference {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #c0392b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn-difference:hover {
    background-color: #a83226;
}

/* Our Story Section Specific Styling */
.our-story-section {
    text-align: center;
    margin: 40px 0;
}

.our-story-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.our-story-section p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.our-story-content {
    text-align: center;
}

.btn-read-more {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #c0392b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn-read-more:hover {
    background-color: #a83226;
}

/* Pastures Introduction Section Specific Styling */
.pastures-introduction {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.pastures-introduction h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.pastures-introduction p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Beef Section Specific Styling */
.beef-section {
    text-align: center;
    margin: 40px 0;
}

.beef-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.beef-section p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Poultry Section Specific Styling */
.poultry-section {
    text-align: center;
    margin: 40px 0;
}

.poultry-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.poultry-section p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Heritage Breeds Introduction Section Specific Styling */
.heritage-breeds-intro {
    text-align: center;
    margin: 40px 0;
}

.heritage-breeds-intro h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.heritage-breeds-intro p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Heritage Pork Section Specific Styling */
.heritage-pork-section {
    text-align: center;
    margin: 40px 0;
}

.heritage-pork-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.heritage-pork-content {
    text-align: center;
}

.heritage-pork-content h3 {
    color: #0C5004;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 20px;
}

.heritage-pork-content p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Ecosystem Harmony Section Specific Styling */
.ecosystem-harmony-section {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.ecosystem-harmony-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.ecosystem-harmony-section p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Bulk Meat Shares Section Specific Styling */
.bulk-meat-shares-section {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.bulk-meat-shares-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.bulk-meat-shares-section p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.btn-bulk-meat-shares {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #c0392b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn-bulk-meat-shares:hover {
    background-color: #a83226;
}

/* SunBerry Distinction Section Specific Styling */
.sunberry-distinction-section {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.sunberry-distinction-section h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.sunberry-distinction-section p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.ordering-availability {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.ordering-availability h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.ordering-availability p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/* Heritage Pork Section Specific Styling */
.heritage-pork {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.heritage-pork h2 {
    color: #0C5004;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
}

.heritage-pork .pork-intro p {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.heritage-pork .pork-benefits h3, .heritage-pork .pork-options h3 {
    color: #0C5004;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 20px;
}

.heritage-pork .pork-benefits ul, .heritage-pork .pork-options ul {
    list-style-type: none;
    padding: 0;
}

.heritage-pork .pork-benefits li, .heritage-pork .pork-options li {
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.heritage-pork .pork-options p {
    color: #333333;
    font-size: 1.2em;
    margin-top: 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.faq-section {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-section h2 {
    text-align: center;
    color: #4CAF50;
}

.faq {
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    padding: 10px;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.2em;
    border-radius: 5px;
    display: block;
}

.faq-answer {
    display: none;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.faq-answer p {
    margin: 0;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq input[type="checkbox"]:checked ~ .faq-answer {
    display: block;
}
