:root {
	--brand_color: #00A950;
	--brand_color_inverted: #FFFFFF;
	--background_color: #FFFFFF;
	--text_color: #3D3D3D;
	--link_color: #00A950;
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #00A950;
	color: #FFFFFF;
	border-color: #00A950;
}

.text-brand {
	color: #00A950;
}

.text-action {
	color: #C92C2C;
}

.brand-inverted {
	background-color: #FFFFFF;
	color: #00A950;
	border-color: #FFFFFF;
}

.action {
	background-color: #C92C2C;
	color: #FFFFFF;
	border-color: #C92C2C;
}

.action-inverted {
	background-color: #FFFFFF;
	color: #C92C2C;
	border-color: #FFFFFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #00a950;
	color: #ffffff;
}

.announcement_bar a {
	color: #ffffff;
}

.siteHeader {
	background-color: #ffffff;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #14a614;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

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

.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: #FFFFFF;
	background-color: #3bcce5;
}

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

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

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

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

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

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


.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: #171515;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f8f8f8;
    color: #777;
}

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

.orderStatus__container {
	color: #777;
}

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

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

.orderStatus__mobileToggle {
	color: #777;
}

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

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

/* Logo */

.logo {
	color: #FFFFFF;
	font-size: 17px;
	padding: 20px;
}

.logo__img {
	max-height: 179px;
}

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

.siteFooter {
	background-color: #ebebeb;
	color: #3D3D3D;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #3D3D3D;
	--tw-prose-body: #3D3D3D;
	--tw-prose-p: #3D3D3D;
	--tw-prose-a: #00A950;
	--tw-prose-bullets: #3D3D3D;
}

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

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

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

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

.backToTopLink__container {
	background-color: #ffffff;
}

.backToTopLink__container a {
	color: #00A950;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #00A950 !important;
	border-color: #00953c !important;
	color: #FFFFFF !important;
}

.btn-brand-inverted {
	background-color: #FFFFFF;
	color: #00A950;
	border: solid 1px #00A950;
}

.btn-brand-inverted:hover {
	background-color: #00A950;
	color: #FFFFFF;
	border: solid 1px #00A950;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #28d178 !important;
	border-color: #28d178 !important;
		color: #FFFFFF !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #C92C2C !important;
	border-color: #b51818 !important;
	color: #FFFFFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #f15454 !important;
	border-color: #f15454 !important;
	
	color: #FFFFFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #00A950;
	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: #00A950
}

/*Custom Styles*/
/* Drop down responsive FAQs */

.faq {
  width: 80%;
  margin: 0 auto;
}

.faq2 {
  width: 100%;
  margin: 0 auto;
}

.centerplease {
  text-align:center;
  margin: 0 auto;
  font-size: 40px;
}

.question {
  color:#000000;
  background: #f5f7f2;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border-bottom: solid #dae9cc;
  margin: 0 auto;
  opacity: .9;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  border-top: 1px solid #00964d;
  background: #ffffff;
  padding: 0 15px;
  margin: 0 0 7px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 1.8em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

/* Edit "Protocols" to say "Our Standards" */        
        
.productPage__protocolsHeading {
    visibility: hidden;
    position: relative;
}

.productPage__protocolsHeading:after {
    visibility: visible;
    float: left;
    padding: 0 0 10px 0;
    top: 0;
    left: 0;
    content: "Our Changemaking Standards";
}
