:root {
	--brand_color: #8859a5;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

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: Arima Madurai;
}

body, p, label, .paragraph {
	font-family: Open Sans;
	font-size: 18px;
}

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #8859a5;
}

.text-action {
	color: #ea8f38;
}

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

.action {
	background-color: #ea8f38;
	color: #FFF;
	border-color: #ea8f38;
}

.action-inverted {
	background-color: #FFF;
	color: #ea8f38;
	border-color: #FFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #3c8399;
	color: #ffffff;
}

.announcement_bar a {
	color: #ff8000;
}

.siteHeader {
	background-color: #76afc3;
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #3c3b3b;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #FFF;
	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: #FFF;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #FFF;
		background-color: transparent;
		border-bottom: solid 2px #FFF;
	}

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

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

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



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

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #3c8399;
    color: #fff;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #3c8399;
}

.orderStatus__container {
	color: #fff;
}

.orderStatus__container a {
	border-bottom-color: #6eb5cb;
	color: #fff;
}

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

.orderStatus__mobileToggle {
	color: #fff;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #6eb5cb;
	color: #fff;
}

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

/* Logo */

.logo {
	color: #FFF;
	font-size: 16px;
	padding: 20px;
}

.logo__img {
	max-height: 112px;
}

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

.siteFooter {
	background-color: #3c8399;
	color: #FFF;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #5097ad;
}

.backToTopLink__container a {
	color: #FFF;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #ea8f38 !important;
	border-color: #d67b24 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #c26710 !important;
	border-color: #c26710 !important;
	
	color: #FFF !important;
}

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

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

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

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

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

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

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

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

.banner__protocols li:before {
    color: #8859a5
}

/*Custom Styles*/
#app > div.pageContainer.loginPage > header::before {
    content: "Farm customers, please login to enter. Sorry, we're not accepting new customers at this time.";
}
#app > div.pageContainer.loginPage > header > h1 {
    padding-top:30px;
}


.locationPage__address {display: none;}
.locationList__address {display: none;}
.deliveryOption__dropdown-menu li a span {display:none;}
.locationPage__header::after { 
    content: "Exact address will be given when you place an order.";
    font-style: italic;
    padding-top: 100px;
}
.locationPage__ctaContainer {display: none;}

/* Make logo bigger on mobile */

@media only screen and (max-device-width: 480px) {
        .logo__img {
        max-height: 120px;
        }}
