:root {
	--brand_color: #000000;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #39913d;
}

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: Arial;
	font-size: 18px;
}

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #000000;
}

.text-action {
	color: #ee4250;
}

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

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #ffff00;
	color: #000000;
}

.announcement_bar a {
	color: #000000;
}

.siteHeader {
	background-color: #ffffff;
	color: #ffffff;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #008000;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #ffffff;
	background-color: #39913d;
}

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

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

/* Custom Link Colors */
	.mainNavigation__list > li > a {
		color: #ffffff;
		background-color: #39913d;
	}
	.mainNavigation__list > li > a:hover {
		color: #ffffff;
		background-color: transparent;
	}

	.mobileNav > li > a {
		color: #ffffff;
		background-color: #39913d;
	}

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

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

.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: #000000;
	}
	.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: 14px;
	padding: 9px;
}

.logo__img {
	max-height: 157px;
}

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

.siteFooter {
	background-color: #0a8b15;
	color: #FFF;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #1e9f29;
}

.backToTopLink__container a {
	color: #ffffff;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #ee4250 !important;
	border-color: #da2e3c !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #c61a28 !important;
	border-color: #c61a28 !important;
	
	color: #ffffff !important;
}

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

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

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

/*Custom Styles*/
#textWidget99 .video-container .video-container{padding : 0;border: none;}
#pageWidgetRow--97 {
    background: #e9e7e7 !important;
}

#pageWidgetRow--97 .textWidget {
padding: 70px 4.5% !important ;
    max-width: 90% !important;
}
#pageWidget--87 {
    display: none;
}
.mainNavigation__list > li > a {
font-size: 21px !important;
font-weight: bold !important;
}
#pageWidget--101 #photoGridWidget101,#pageWidget--33 #photoGridWidget33 {
    padding: 0px 0 60px 0 !important;
}
#photoGridWidget101 .photoGridWidget__listItem a,#photoGridWidget33 .photoGridWidget__listItem a{
   display:inline-block;
   background:#000000;
width: 100%;
height: 325px;
max-width:100%;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
    padding: 0 55px;
line-height: 335px;
}

#textWidget99 .video-container{
   height:100%;
  padding-bottom:0;
border: 2px solid #bababa;
padding: 10px;
}
#photoGridWidget88 {
   padding-left:0 ;
   max-width:100%;
padding-top:0 !important;
}
#photoGridWidget88  .photoGridWidget__listItem{
     padding: 0 0 20px 0;
     max-width:100%;
     vertical-align:top;
}
#photoGridWidget88 .photoGridWidget__listImage{
    border-radius:0;
    width:100%;
}
 .orderStatus {
    background-color: #ee4251;
}
.orderStatus__container {
    color: #fff;

}
.orderStatus__container a {
    color: #fff;
}
.siteHeader__alignmentContainer--style4 {
    display: block;
    width: 100%;
}
.logo{
 margin-right: 140px;
}
.siteHeader {
background:#fff;
}
.mainNavigation {
    background-color: #fff;
}
.mainNavigation__list > li > a:hover {
color:#ee4251;
}
.bannerWidget__innerContainer.banner--light a{
border:0;
}
.pageWidget__rowInnerContainer{
	max-width:100%;
}
#photoGridWidget88{
	padding-bottom: 0 !important;
}
#pageWidget--92 .textHeader{
	padding-top: 50px !important;
    padding-bottom: 52px !important;
}
#pageWidget--92  .textHeader__innerContainer {
max-width:100%;
}
#pageWidget--92 .textHeader h1{
color: #ee4251;
    font-size: 69px;
    text-transform: uppercase;
}
#pageWidget--92 .textHeader h1 a{
  color: #ee4251;
}
#pageWidget--97{
 background:#e9e7e7 !important;
}
#pageWidget--97 h3 {
margin-top:20px;
color:#267d85;
font-size:39px;
text-transform:uppercase;
}
#pageWidget--97 p{
font-size:14px;
line-height:25px;
font-weight:400;
margin-bottom: 35px;
}
#pageWidget--99 .textWidget{
background: #e9e7e7;
max-width: 90% !important;
padding: 10px 16% !important;
}
#pageWidget--99 .textWidget img{
height:100%;
}
#photoGridWidget101 .photoGridWidget__listCaption,#photoGridWidget33 .photoGridWidget__listCaption{
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
}
#photoGridWidget101  .photoGridWidget__listCaption,#photoGridWidget33 .photoGridWidget__listCaption{
  background-color:transparent;
}
#photoGridWidget101 .photoGridWidget__listCaption:hover,#photoGridWidget33 .photoGridWidget__listCaption:hover{
   background-color: transparent;
}
#photoGridWidget101 .photoGridWidget__listItem,#photoGridWidget33 .photoGridWidget__listItem{
       padding: 20px;
}
#photoGridWidget101 .photoGridWidget__listItem a:hover,#photoGridWidget33 .photoGridWidget__listItem a:hover{
 background:#267d85;
}
#textHeaderWidget100{
padding:120px 0 64px 0 !important;
}
#textHeaderWidget100 .textHeader__innerContainer{
max-width:90%;
position:relative;
}
#textHeaderWidget100 .textHeader__innerContainer:before{
  position:absolute;
content:"";
background:#282828;
height:1px;
width:100%;
top:50%;
left:0;
}
#textHeaderWidget100 h1{
color:#ee4251;
font-size:69px;
text-transform:uppercase;
padding-left: 10px;
padding-right: 10px;
position:relative;
background:#fff;
display:inline-block;
}
#pageWidget--102 .featuredProductsWidget{
 padding-top:30px;
}
#pageWidget--102 .featuredProductsWidget__products{
max-width:100%;
}
#pageWidget--102 h2{
color:#ee4251;
font-size:69px;
text-transform:uppercase;
display:inline-block;
padding-left:10px;
padding-right:10px;
position:relative;
background:#fff;
}
#featuredProductsWidget102  .featuredProductsWidget__header{
position:relative;
padding-bottom:0;
margin-bottom:60px;
margin-top:18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
#featuredProductsWidget102  .featuredProductsWidget__header:before{
  position:absolute;
content:"";
background:#282828;
height:1px;
width:100%;
top:50%;
left:0;
}
#pageWidget--103 h2{
    color: #ee4251;
    font-size: 69px;
    text-transform: uppercase;
     display:inline-block;
  padding-left:10px;
padding-right:10px;
background:#fff;
position:relative;
}
#pageWidget--103 .featuredPostsWidget__header{
position:relative;
padding-bottom:0;
margin-bottom:60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
#pageWidget--103 .featuredPostsWidget__header:before{
  position:absolute; content:""; background:#282828; height:1px; width:100%; top:50%; left:0;
}

@media (min-width:768px){
#pageWidget--99 .textWidget{
position:absolute;
height:100%;
}

#pageWidget--99 {
 position:relative;
}

}
@media (max-width:768px){
#pageWidgetRow--97 .textWidget {
    padding: 35px 4.5% !important;
}
#pageWidgetRow--97 .textWidget {
    padding: 20px 2% !important;
    max-width: 90% !important;
}

#textWidget99 .video-container iframe {
    height: 300px !important;
    position: relative !important;
}

#pageWidget--97 p {
    font-size: 20px;
    line-height: 34px;
}
#pageWidget--97 h3{
font-size:20px;
}
#pageWidget--99 .textWidget img{
height:auto;
}
}
@media (max-width:1600px){
#pageWidget--99 .textWidget{
background: #e9e7e7;
max-width: 90% !important;
padding: 10px 10% !important;
}
#pageWidget--92 .textHeader h1, #textHeaderWidget100 h1, #pageWidget--102 h2, #pageWidget--103 h2{
 font-size: 49px;
}
}
@media (max-width:1366px){
	.mainNavigation {
    width: 100%;
}
.logo {
    margin-right: 100px;
}
	.mainNavigation__list > li > a {
font-size: 20px !important;
font-weight: bold !important;
padding: 12px 10px;
}
#pageWidget--99 .textWidget {

    padding: 30px 5% !important;
}
#pageWidget--92 .textHeader h1, #textHeaderWidget100 h1, #pageWidget--102 h2, #pageWidget--103 h2{
 font-size:39px;
}
}
@media (max-width:1100px){
.mainNavigation__list > li > a {
    font-size: 18px !important;
}
.logo {
    margin-right: 20px;
}
}
@media (max-width:992px){
.mainNavigation__list > li > a {
    font-size: 12px !important;
	padding: 12px 5px;
}
}
