#wrapper {
	background-color: #FFF;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

#trust {
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

#trust img {
	width: 100%;
	max-width: 400px;
}

p {
	font-size: 19px;
	line-height: 1.5;
	margin: 20px auto;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
}

.centerImage {
	max-width: 100%;
}

.rightImage {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.background_gold {
	background: #d87900 !important;
}

.termsLink,
.privacyLink,
.supportLink,
.refundsLink {
	text-decoration: none;
	color: black;
}

:is(.termsLink, .privacyLink, .supportLink):hover {
	text-decoration: underline;
}

.phone-link {
	color: rgb(6, 69, 173);
	text-decoration: none;
}

.phone-link:hover {
	text-decoration: underline;
}

#footerInner>p {
	color: black;
}

#disclaimer {
	color: black;
}

#copyright {
	color: black;
}

@media (max-width:575px) {
	.rightImage {
		float: none;
		margin: 30px auto;
		display: block;
		max-width: 100%;
	}
}


#intro {
	padding: 40px 0;
	background-color: #fff1e0;
}

#introInner {
	text-align: center;
	max-width: 1024px;
	width: 100%;
	margin: 10px auto;
}

#introInner Main {
	text-align: center;
	max-width: 1024px;
	width: 100%;
	margin: 10px auto;
}

#productImages {
	width: 40%;
	position: relative;
}

.heroSeals {
	width: 75px;
	position: absolute;
	right: 140px;
	top: 30px;
}

.heroSeals img {
	width: 100%;
	max-width: 100%;
}

#heroImage {
	height: 300px;
	float: right;
}

.heroImage {
	margin: 50px auto;
	max-width: 100%;
	display: block;
}

.hero .heroImage {
	max-width: 400px;
	width: 100%;
}

.submitButton {
	cursor: pointer;
	width: 100%;
	max-width: 600px;
	margin: 40px auto 40px;
	color: #111;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #c3a748), to(#fcdd68));
	background-image: linear-gradient(to top, #c3a748 3%, #fcdd68);
	border: solid 1px #0f1d4c;
	padding: 20px 0;
	font-size: 26px;
	line-height: 45px;
	position: relative;
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.submitButton .submitButtonShine {
	width: 100%;
	height: 50%;
	opacity: 0.6;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f2d39c), to(#FAD625));
	background-image: linear-gradient(to bottom, #f9f2d39c, #FAD625);
	display: block;
	position: absolute;
	bottom: 0;
}

.submitButton .submitButtonText {
	font-family: 'Merriweather', 'Roboto', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 2;
	padding: 0 30px;
}

.submitButton .submitButtonTriangle {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-left: 12px solid #111;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.submitButton:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #ffe799), to(#ffe799));
	background-image: linear-gradient(to top, #ffe799 3%, #ffe799);
	cursor: pointer;
}

.submitButton:hover .cartButtonShine {
	opacity: 0.4;
}

.submitButton:focus {
	outline: none;
}

#productDetails {
	width: 58%;
}

#productDetails h2 {
	text-align: center;
	font-family: 'Merriweather', 'Times New Roman', serif;
	line-height: 1.5;
	font-size: 28px;
	color: #144238;
	font-weight: 600;
	margin-bottom: 10px;
}

#productDetails h3 {
	font-size: 15px;
	color: #111;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
}

#productDetails ul {
	max-width: 420px;
	display: block;
	margin: 0 auto;
}

#productDetails ul li {
	font-size: 23px;
	line-height: 1.3;
	font-weight: bold;
	list-style-type: none;
	background-image: url('/assets/images/salesLetter/bull.png');
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px;
	line-height: 1.3;
	margin: 0 0 20px;
}

@media (max-width: 600px) {
	#productDetails ul {
		margin-left: 20px;
	}

	#productDetails ul li {
		font-size: 20px;
	}
}

@media (max-width: 540px) {
	#intro {
		padding: 10px 0;
	}

	#introInner,
	#productDetails {
		display: block;
		width: 100%;
	}

	#introInner {
		width: 65%;
		display: block;
		margin: 0 auto;
		max-width: 350px;
	}

	.heroSeals {
		right: auto;
		left: 5%;
	}

	#productImages {
		text-align: center;
		width: 100%;
	}

	#heroImage {
		float: none;
	}

	#productDetails ul {
		margin: 0 50px;
	}
}


#header {
	/*	background: linear-gradient(360deg,rgb(33 46 64) 0%,rgb(52 84 110) 100%); */
	padding: 0;
	margin: 40px auto 20px;
	background-color: #EEE;
	margin-top: 0px;
	text-align: center;


}

#headerinner {
	display: flex;
	text-align: center;
	margin: auto;
	max-width: 1100px;
	align-items: center;
	padding: 30px 10px;
}

#headerinner img {
	max-width: 300px;
}

#header h1 {
	text-align: center;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;
	line-height: 1.3;
	font-size: 50px;
	color: #111;
	padding: 0 10px 10px;
	font-weight: 600;
	font-family: var(--txt-heading-alt);
	max-width: 800px;

}

#header h2 {
	padding: 15px 10px 5px;
	color: #111;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;


}

#header h3 {
	padding: 15px 10px 5px;
	color: #111;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 22px;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;
}

#header p {
	padding: 15px 10px 5px;
	color: #111;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;
}

#header h2 br.m500 {
	display: none;
}

@media (max-width: 920px) {
	#header h1 {
		font-size: 40px;
	}
}

@media (max-width: 760px) {
	#header h1 {
		font-size: 8vw;
	}

	#header h2 {
		font-size: 4vw;
	}
}

@media (max-width: 500px) {
	#header h1 {
		font-size: 10vw;
	}

	#header h1 br,
	#header h2 br {
		display: none;
	}

	#header h2 br.m500 {
		display: block;
	}

	#header h2 {
		font-size: 7vw;
	}
}


.contrastBar {
	background-color: #222;
	padding: 0;
	margin: 40px auto 20px;
	padding: 40px 10px;
}

.contrastBar h1 {
	text-align: center;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;
	line-height: 1.3;
	font-size: 60px;
	color: #FFF;
	padding: 0 10px 10px;
	font-weight: 600;
	font-family: var(--txt-heading-alt);

}

.contrastBar h2 {
	padding: 15px 10px 5px;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;


}

.contrastBar h3 {
	padding: 15px 10px 5px;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 22px;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;
}

.contrastBar p {
	padding: 15px 10px 5px;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;
}

.contrastBar h2 br.m500 {
	display: none;
}

@media (max-width: 920px) {
	.contrastBar h1 {
		font-size: 40px;
	}
}

@media (max-width: 760px) {
	.contrastBar h1 {
		font-size: 8vw;
	}

	.contrastBar h2 {
		font-size: 4vw;
	}
}

@media (max-width: 500px) {
	.contrastBar h1 {
		font-size: 10vw;
	}

	.contrastBar h1 br,
	.contrastBar h2 br {
		display: none;
	}

	.contrastBar h2 br.m500 {
		display: block;
	}

	.contrastBar h2 {
		font-size: 7vw;
	}
}




.benefits {
	width: 100%;
	margin: 50px auto;
	padding: 50px 0;
	background: linear-gradient(360deg, rgba(30, 107, 90, 1) 0%, rgba(21, 73, 61, 1) 100%);
}

.benefits h2 {
	text-align: center;
	color: #FFF;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.3;
	margin: 0 auto 40px;
}

.benefits .flex {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
}

.benefits .flex span {
	width: 20%;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 15px;
	line-height: 1.3;
	text-align: center;
	flex-grow: 1;
}

@media (max-width: 600px) {
	.benefits .flex {
		margin: 0 10px;
	}

	.benefits .flex span {
		width: 50%;
	}
}



.letter {
	width: 100%;
	margin: 30px auto;
	padding: 10px 20px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-top: 4rem;
	box-sizing: border-box;
	max-width: 1024px;
	margin: 30px auto;
}

.letter:first-of-type {
	margin-top: 20px;
}

.letter p,
ul,
h3 {
	text-align: left;
}

.letter h2 {
	text-align: left;
	color: black;
	font-family: 'Oswald', 'Roboto', 'Arial', sans-serif;
	font-size: 28px;
	line-height: 1.3;
	margin: 40px auto;
	font-weight: 600;
}

.letter h2.noBold {
	font-weight: 400;
	font-size: 23px;
	text-align: center;
}

.letter h3 {
	color: #060606;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 21px;
	line-height: 1.3;
	margin: 10px auto 30px;
	font-weight: 500;
}

.letter ul {
	margin: 30px auto;
}

.letter ul li {
	margin: 20px 30px;
	list-style-type: disc;
	line-height: 1.3;
	font-size: 19px;
}

.letter ol {
	margin: 30px auto;
}

.letter ol li {
	margin: 20px 30px;
	list-style-type: decimal;
	line-height: 1.3;
	font-size: 19px;
}

.letter img {
	text-align: center !important;
	margin: 20px auto;
	padding: 0px;
}

.letter .centerImage {
	text-align: center !important;
	margin: 20px auto;
	padding: 0px;
}

@media (max-width:700px) {
	.letter h2.noBold br {
		display: none;
	}
}

@media (max-width:700px) {
	.letter h1 {
		font-size: 32px;
	}
}

@media (max-width:400px) {
	.letter h2 {
		font-size: 24px;
		margin: 30px auto;
	}
}

#testimonials {
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}

#testimonials h1 {
	text-align: center;
	color: #bd8545;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 80px auto 40px;
}

.testimonial {}

.testimonial p:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	display: block;
	background-color: #f9f0e6;
}

.testimonial img {
	float: left;
	width: 104px;
	height: 104px;
}

.testimonial p {
	background-color: #f9f0e6;
	color: #000;
	padding: 30px;
	margin-left: 140px;
	position: relative;
}


.yellow {
	border: 1px solid black;
}

.yellow p:before {
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	display: block;
	background-color: #f9f0e6;
}

.yellow img {
	float: left;
	width: 104px;
	height: 104px;
}

.yellow p {
	background-color: #f9f0e6;
	color: #000;
	padding: 30px;
	margin: 10px;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;

	font-size: 20px;
	line-height: 1.3;
}



#steps {
	background: linear-gradient(360deg, rgba(30, 107, 90, 1) 0%, rgba(21, 73, 61, 1) 100%);
	padding: 1px 0 20px;
	width: 100%;
}

#stepsInner {
	max-width: 1280px;
	display: flex;
	margin: 0 auto;
}

#steps h2 {
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	line-height: 1.2;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 30px auto 0;
}

.step {
	background-color: #FFF;
	border: 3px solid #2b947d;
	border-radius: 10px;
	max-width: 800px;
	margin: 40px auto 20px;
	width: 30%;
}

.stepHead {
	position: relative;
	text-align: center;
	padding: 0;
}

#steps .stepHead h2 {
	background-color: #2b947d;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 20px;
	padding: 10px;
}

.stepHead .stepSeal {
	position: absolute;
	top: 0;
	left: 30px;
}

.step p {
	margin: 0 30px 30px;
}

@media (max-width: 800px) {
	#stepsInner {
		display: block;
		padding: 0 10px;
	}

	.step {
		margin: 30px 0;
		width: 100%;
	}
}




#accordion {
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
}

#accordion h2 {
	text-align: center;
	color: #e3a864;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 80px auto 40px;
}

#accordion .q {
	border-bottom: 1px solid #111;
}

#accordion .q h3 {
	cursor: pointer;
	padding: 15px 0;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url(/assets/images/salesLetter/plus.png);
}

#accordion .q.active h3 {
	background-image: url(/assets/images/salesLetter/minus.png);
}

#accordion .q p {
	margin-top: 0;
	display: none;
}

#accordion .q.active p {
	display: block;
}


sup {
	vertical-align: super;
	font-size: 10px;
}

.citations {
	font-size: 13px;
	word-break: break-word;
}

.citations p {
	word-break: break-word;
}




#packageSelector {
	max-width: 1024px;
	margin: 30px auto;
}

#packageSelector h2 {
	text-align: center;
	color: #b9001e;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 auto 20px;
}

#packageSelector h3 {
	text-align: center;
	color: #333;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin: 40px auto 20px;
}

/*classes for multi button togge on MCT2*/
.packageSelector {
	max-width: 1024px;
	margin: 30px auto;
}

.packageSelector h2 {
	text-align: center;
	color: #b9001e;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 auto 20px;
}

.packageSelector h3 {
	text-align: center;
	color: #333;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin: 40px auto 20px;
}

.package {
	color: #111;
	width: 33.333%;
	display: block;
	text-align: center;
	border: 2px solid #b9001e;
	text-decoration: none;
	margin-top: 20px;
}


#rebillToggle {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#rebillToggle button {
	width: 46%;
	margin: 0 1%;
	padding: 10px 5px;
	background-color: #FFF;
	color: #333;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	line-height: 1.3;
	font-size: 18px;
	border: 2px solid #333;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}

#rebillToggle button.active {
	background-color: #b9001e;
	border: 2px solid #333;
	color: #FFF;
}

#straightSalePackages,
#rebillPackages {
	display: none;
	margin-top: 30px;
	padding: 0 10px;
}

#straightSalePackages.active,
#rebillPackages.active {
	display: flex;
}

/*classes for the new button script for MCT2 layout*/
.rebillToggle {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.rebillToggle button {
	width: 46%;
	margin: 0 1%;
	padding: 10px 5px;
	background-color: #FFF;
	color: #333;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
	line-height: 1.3;
	font-size: 18px;
	border: 2px solid #333;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}

.rebillToggle button.active {
	background-color: #0067b9;
	border: 2px solid #333;
	color: #FFF;
}

.straightSalePackages,
.rebillPackages {
	display: none;
	margin-top: 30px;
	padding: 0 10px;
}

.straightSalePackages.active,
.rebillPackages.active {
	display: flex;
}



.package h4 {
	font-weight: bold;
}

.packageInner {
	padding: 20px;
}

.package .heroImageContainer {}

.package .heroImage {
	width: 100%;
	max-width: 300px;
}

.package:first-of-type {
	border-right: none;
}

.package:last-of-type {
	border-left: none;
}

.package.primary {
	margin-top: 0;
}

#packageSelector .package h3 {
	margin: 20px auto 10px;
}

.freeShippingText {
	color: #185547;
	font-weight: bold;
	margin: 10px auto;
}

.mostPopular {
	background-color: #b9001e;
	color: #FFF;
	padding: 10px 5px;
	font-size: 20px;
	height: 40px;
}

.cartButton {
	width: 100%;
	max-width: 293px;
	clear: both;
}

.hundredImg {
	width: 100%;
	max-width: 178px;
	margin: 10px auto;
}

@media (max-width: 600px) {

	#straightSalePackages.active,
	#rebillPackages.active {
		display: block;
	}

	.straightSalePackages.active,
	.rebillPackages.active {
		display: block;
	}

	.package .heroImageContainer {
		float: left;
		width: 50%;
		text-align: center;
	}

	.package .packageMobRight {
		float: right;
		width: 50%;
	}

	.package {
		width: 100%;
		border-right: 2px solid #b9001e !important;
		border-left: 2px solid #b9001e !important;
		margin-bottom: 10px;
	}

	#packageSelector .package h2 {
		margin-top: 20px;
		text-align: center;
	}

	#packageSelector .package h3 {
		text-align: center;
		margin: 5px 0;
	}

	.cartButton {
		margin-top: 30px;
	}
}

@media (max-width: 400px) {
	.package .heroImageContainer {
		float: none;
		width: 100%;
	}

	.package .packageMobRight {
		float: none;
		width: 100%;
	}
}



#guarantee {
	background: linear-gradient(360deg, #642929 0%, #301212 100%);
	padding: 0;
	width: 100%;
	min-height: 320px;
	margin-bottom: 75px;
}

#guaranteeInner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	padding-right: 250px;
	position: relative;
}

#guaranteeRibbon {
	position: absolute;
	right: 0;
	top: 0;
}

#guarantee h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	margin: 20px auto;
	text-align: left;
	font-family: 'Nunito Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
}

#guarantee p {
	color: #FFF;
	font-size: 20px;
}

@media (max-width:540px) {
	#guaranteeRibbon {
		width: 150px;
	}

	#guaranteeInner {
		padding-right: 120px;
	}
}

@media (max-width:400px) {
	#guaranteeRibbon {
		width: 120px;
		float: right;
		position: relative;
		top: -20px;
	}

	#guaranteeInner {
		padding-right: 0;
	}

	#guarantee h2 {
		padding-right: 140px;
		font-size: 24px;
	}
}


.ingredient {
	margin-bottom: 30px;
	display: flex;
}

.ingredient.reverse {
	flex-direction: row-reverse;
}

.ingredientImg {
	width: 350px;
	margin-right: 75px;
}

.ingredientImg img {
	width: 100%;
	border-radius: 100%;
}

.ingredientDetails {
	flex-grow: 1;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}

.ingredient.reverse .ingredientDetails {
	text-align: right;
}

.ingredient.reverse .ingredientDetails ul {
	direction: rtl;
}

.ingredient.reverse .ingredientImg {
	direction: rtl;
	margin-right: 0;
	margin-left: 75px;
}

.ingredientTitle {
	font-size: 23px;
}

@media (max-width: 1000px) {
	.ingredientImg {
		width: 250px;
		margin-right: 50px;
	}

	.ingredient.reverse .ingredientImg {
		margin-right: 0;
		margin-left: 50px;
	}

	.ingredientDetails {
		width: 400px;
	}
}

@media (max-width: 600px) {
	.ingredient {
		width: 100%;
		display: block;
	}

	.ingredientImg,
	.ingredientDetails {
		width: 100%;
		margin-right: 0;
	}

	.ingredientDetails {
		margin-bottom: 50px;
	}

	.ingredientImg {
		text-align: center;
	}

	.ingredientImg img {
		max-width: 200px;
	}

	.ingredient.reverse .ingredientImg {
		margin-right: 0;
		margin-left: 0;
	}

	.ingredient.reverse .ingredientDetails ul {
		direction: ltr;
	}

	.ingredient.reverse .ingredientDetails {
		text-align: left;
	}
}




#supplementLabel {
	width: 100%;
	max-width: 400px;
}


.goToSelector {
	max-width: 500px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
	font-family: nunito sans, roboto, open sans, arial, sans-serif;
	line-height: 1.3;
	font-size: 24px;
	background-color: #b9001e;
	;
	border: 2px solid #333;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
}




/* Guarantee */

.guarantee {
	max-width: 900px;
	margin: 0 auto 50px;
	position: relative;
	padding: 30px;
	background-color: #FFF;
	border: 3px solid #ff4b3a;
	border-bottom: 6px solid #ff4b3a;
	padding-left: 300px;
}

.guarantee h1 {
	line-height: 1.2;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

.guarantee h1 span {
	color: #B00;
}

.guarantee img {
	position: absolute;
	top: 50%;
	margin-top: -95px;
	left: 20px;
}



/* Processing */

#processingShade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	min-height: 100%;
	min-width: 100%;
	z-index: 10;
}

#processingCopy {
	max-height: 320px;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #FFF;
	width: 300px;
	position: absolute;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -150px;
}

#processingHeader {
	background-color: #cf0404;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border-radius: 10px 10px 0 0;
}

#processingBody {
	background-color: #FFF;
	color: #000;
	padding: 0 20px;
	border-radius: 0 0 10px 10px;
}

#processingBody img {
	width: 100px;
}

#processingBody p {
	margin: 0 10px 10px;
	font-size: 15px;
}



/* Continuity Option */

#continuityOption {
	max-width: 1045px;
	width: 100%;
	margin: 10px auto 50px;
	padding: 20px;
	border: 2px dashed #cd0027;
	background-color: #fff2c6;
}

#continuityOption #acceptContinuity {
	height: 30px;
	width: 30px;
	float: left;
	margin-bottom: 10px;
}

#continuityOption h2 {
	padding-left: 50px;
	color: #cd0027;
	font-weight: bold;
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 10px;
}

#continuityOption h3 {
	padding-left: 50px;
	color: #111;
	font-weight: normal;
	line-height: 1.2;
	font-size: 18px;
}



@media (max-width:800px) {
	#stickyButton {
		display: block !important;
	}

	.package img.cartButtonMobile {
		display: none;
	}

	.package img.cartButtonDesktop {
		display: none;
	}

	#continuityOption {
		padding: 10px;
		margin-bottom: 20px;
		max-width: 500px;
	}

	#continuityOption h2 {
		padding-left: 45px;
		font-size: 15px;
	}

	#continuityOption h3 {
		padding-left: 10px;
		font-size: 14px;
		line-height: 1.3;
	}

	#packages {
		margin-top: 0;
		border: none;
		padding: 10px;
	}

	.package,
	.package.focus,
	.package:last-of-type {
		min-height: 0;
		border-radius: 10px;
	}

	.packageHeader {
		display: block;
		padding: 10px 15px;
		cursor: pointer;
		background-color: #EEE;
		border-radius: 4px;
		line-height: 1.3;
		font-size: 18px;
	}

	.packageContainer.selected .packageHeader {
		background-color: #cd0027 !important;
		color: #FFF;
	}

	.packageHeader:hover {
		background-color: #fff2c6;
	}

	#packagesRow.selected,
	#packagesRowWithContinuity.selected {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.package img.bestSeller {
		display: none;
	}

	.packageContainer,
	.packageContainer.focus,
	.packageContainer:last-of-type,
	#packagesRow .packageContainer:last-of-type,
	#packagesRowWithContinuity .packageContainer:last-of-type {
		background-color: #FFF;
		border: 1px solid #CCC;
		border-radius: 5px;
		margin: 0 auto 10px;
		min-height: 0;
		padding: 0;
		display: block;
		width: 100%;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	}

	.packageContainer.selected .package {
		display: block;
		padding: 20px;
	}

	#wrapper {
		background-color: #FFF;
	}

	.guarantee {
		margin: 20px 20px 30px;
		padding-left: 30px;
	}

	.guarantee img {
		display: block;
		margin: 20px auto;
		position: relative;
		left: auto;
		top: auto;
	}
}

@media (max-width:500px) {
	.guarantee h1 {
		font-size: 24px;
		text-align: center;
	}

	.guarantee img {
		width: 150px;
		margin-top: 0;
	}
}


.letter .headlist li {
	list-style-type: none;
	vertical-align: text-top;
}

.checkmark {
	width: 30px;
	margin: 0px !important;
}

.plants {
	display: flex;
	max-width: 340px;
	flex-direction: column;
}

.plants img {
	max-width: 300px;
	max-height: 200px;
}

.plants ul {
	margin: 0px;
}

.plants ul li {
	list-style-type: none;
}

.plants .checkmark {
	width: 20px;
	height: 20px;
}

@media (max-width:740px) {
	.plants {
		display: flex;
		flex-direction: column;
	}

	.singleplant {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.letter h2 {
		text-align: center;
	}
}

@media(max-width:600px) {
	#guaranteeInner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#guaranteeInner p,
	h2 {
		word-wrap: break-word;
		padding-right: 10px;
	}

	#guaranteeRibbon {
		width: 30%;
	}
}


/* Header block css */
.header__block {
	display: flex;
	justify-content: space-around;
	margin: 0px auto;
	padding: 10px;
	background-color: #333;
}

.phone {
	display: flex;
	justify-content: center;
	align-items: baseline;
}


@media(max-width:600px) {
	#headerinner {
		display: flex;
		flex-direction: column;
	}

	#headerinner h1 {
		font-size: 8vw;
	}

	#headerinner img {
		width: 90%;
	}
}


/* more plant stuff */
.plant-holder {
	display: flex;
}

.singleplant h3 {
	min-height: 53px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-around;
	margin-bottom: 5px;
}

@media(max-width:1000px) {
	.plant-holder {
		display: flex;
		flex-direction: column;
	}
}

.orderNowButton {
	max-width: 500px;
	min-width: 150px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
	font-family: nunito sans, roboto, open sans, arial, sans-serif;
	line-height: 1.3;
	font-size: 24px;
	background-color: #b9001e;
	border: 2px solid #333;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
}


/* leo shub pic gorilla cherry v2 pic left - text right */
.oneByOne {
	display: flex;
}

@media(max-width:900px) {
	.oneByOne {
		display: flex;
		flex-direction: column;
	}

	.oneByOne img {
		width: 90%;
	}
}


/* navigation menu */

.navigation {
	display: flex;
	align-items: flex-start;
}

.links {
	min-width: 150px;
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
	font-family: nunito sans, roboto, open sans, arial, sans-serif;
	line-height: 1.3;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
}

@media(max-width:600px) {
	.navigation {
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}
}



/* members nav */

/* Menu */
#membersMenu #menuIconContainer {
	cursor: pointer;
	width: 30px;
	margin-left: 2px;
}

#hamburgerMenuIcon {
	display: none;
	position: absolute;
	/*top: 8px;*/
	/*margin-top: 20px;*/
	width: 30px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 5;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 3px;
	background-color: #FFF;
	margin: 6px 0;
	transition: 0.3s;
}

.menuChange .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 7px);
	transform: rotate(-45deg) translate(-6px, 7px);
}

.menuChange .bar2 {
	opacity: 0;
}

.menuChange .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -7px);
	transform: rotate(45deg) translate(-5px, -7px);
	width: 28px;
}

#membersNav {
	background-color: #333;
	position: relative;
}

#membersNav ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#membersNav ul li {
	border-bottom: 5px solid transparent;
}

#membersNav a {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}

#membersNav a#navLogoA {
	display: inline-block;
	padding: 0;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

#navLogo {
	width: 30px;
}

@media (max-width:1010px) {
	#membersNav a#navLogoA {
		display: none;
	}

	#hamburgerMenuIcon {
		display: block;
	}

	#membersNav {
		display: none;
		box-shadow: 1px 0 15px rgb(0 0 0);
	}

	#membersNav.active {
		display: block;
		position: absolute;
		top: 56px;
		width: 100%;
		z-index: 1;
		padding: 0 0 10px;
		left: 0;
	}

	#membersNav ul {
		flex-direction: column;
	}

	#membersNav ul li {
		font-weight: 700;
		font-size: 22px;
	}
}