:root {
	--brand_color: #4f7953;
	--brand_color_inverted: #231f20;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #4f7953;
}

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: Oswald;
}

body, p, label, .paragraph {
	font-family: Raleway;
	font-size: 16px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #4f7953;
	color: #231f20;
	border-color: #4f7953;
}

.text-brand {
	color: #4f7953;
}

.text-action {
	color: #4f7953;
}

.brand-inverted {
	background-color: #231f20;
	color: #4f7953;
	border-color: #231f20;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #231f20;
	color: #ffffff;
}

.announcement_bar a {
	color: #4f7953;
}

.siteHeader {
	background-color: #ffffff;
	color: #231f20;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4f7953;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

.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: #231f20;
	background-color: #2C5170;
}

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

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

	.mainNavigation__list > li > a {
		color: #231f20;
		background-color: #ffffff;
	}
	.mainNavigation__list > li > a:hover {
		color: #4f7953;
		background-color: #ffffff;
	}

	.mobileNav > li > a {
		color: #231f20;
		background-color: #ffffff;
	}

	.mobileNav > li > a:hover {
		color: #4f7953;
		background-color: #ffffff;
	}

	.mobileNav > li > a:focus {
		color: #4f7953;
		background-color: #ffffff;
	}

.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: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #4f7953;
    color: #ffffff;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #4f7953;
}

.orderStatus__container {
	color: #ffffff;
}

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

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

.orderStatus__mobileToggle {
	color: #ffffff;
}

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

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

/* Logo */

.logo {
	color: #231f20;
	font-size: 16px;
	padding: 6px;
}

.logo__img {
	max-height: 202px;
}

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

.siteFooter {
	background-color: #231f20;
	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: #373334;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #4f7953 !important;
	border-color: #3b653f !important;
	color: #231f20 !important;
}

.btn-brand-inverted {
	background-color: #231f20;
	color: #4f7953;
	border: solid 1px #4f7953;
}

.btn-brand-inverted:hover {
	background-color: #4f7953;
	color: #231f20;
	border: solid 1px #4f7953;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #77a17b !important;
	border-color: #77a17b !important;
		color: #231f20 !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #4f7953 !important;
	border-color: #3b653f !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #77a17b !important;
	border-color: #77a17b !important;
	
	color: #ffffff !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #4f7953;
	color: #231f20;
}

/* 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: #4f7953
}

/*Custom Styles*/
/*Class for large text that's not H1*/
.heading-size, h1, .h1 {
    font-size: 60px;
    font-weight:700;
    line-height:95%;
    margin-bottom:18px;
}
/*Class for H2 Headings*/
.heading-two-size, h2, .h2 {
    font-size: 45px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:18px;
}
/* Subtitle class */
.subtitle-size {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
}

/* Large Text class */
.text-size {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 18px;
  max-width: 65ch;
  opacity: 0.95;
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .heading-size,
  h1,
  .h1 {
    font-size: 40px;
    line-height: 1.0;
    margin-bottom: 10px;
  }

  .subtitle-size {
    font-size: 20px;
    margin-bottom: 22px;
    max-width: 36ch;
  }
}
/* Custom dark CTA used in HTML sections */
a.btn.btn-dark-cta,
.btn-dark-cta {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
}

/* Hover/focus */
a.btn.btn-dark-cta:hover,
a.btn.btn-dark-cta:focus,
.btn-dark-cta:hover,
.btn-dark-cta:focus {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
  opacity: 0.92;
}
/* =========================
   "LIGHT" BUTTON STYLE = BLACK
   ========================= */

/* Base */
:root body .btn-light,
:root body a.btn-light,
:root body button.btn-light,
:root body input.btn-light {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
}

/* Keep inner text/icons white */
:root body .btn-light *,
:root body a.btn-light * {
  color: #ffffff !important;
}

/* Hover / Focus / Active */
:root body .btn-light:hover,
:root body .btn-light:focus,
:root body .btn-light:active,
:root body a.btn-light:hover,
:root body a.btn-light:focus,
:root body a.btn-light:active,
:root body button.btn-light:hover,
:root body button.btn-light:focus,
:root body button.btn-light:active {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
  opacity: 0.92;
}

/* Optional: remove any "glow" / shadow some themes add */
:root body .btn-light:focus,
:root body button.btn-light:focus {
  box-shadow: none !important;
  outline: none !important;
}
/*Spacing Between Buttons*/
.btn + .btn {
  margin-left: 14px !important;
}

/* =========================
   FORCE WHITE TEXT ON GREEN CTA BUTTONS
   ========================= */

:root body .btn-primary,
:root body a.btn-primary,
:root body button.btn-primary,
:root body .btn-success,
:root body a.btn-success,
:root body button.btn-success,
:root body .btn,
:root body a.btn,
:root body button.btn {
  color: #ffffff !important;
}

/* Ensure icons or spans inside buttons stay white */
:root body .btn-primary *,
:root body .btn-success *,
:root body .btn * {
  color: #ffffff !important;
}

/* Hover states stay white */
:root body .btn-primary:hover,
:root body .btn-success:hover,
:root body .btn:hover {
  color: #ffffff !important;
}
