@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Open+Sans:wght@400;700&family=Oswald:wght@700&display=swap');

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	color: #212121;
}

.content {
    padding: 1px 50px 1px;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: content-box;
}

h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
}
h1 { font-size: 49px; }
h1 span, .ultrabold { font-weight: 900; }
.fw400 { font-weight: 400; }
h2 { font-size: 48px; }
h3 { font-size: 38px; }
.v2 h3.subheadline { font-size: 24px; }
h4 { font-size: 28px; }
p, ol, ul {
	font-size: 21px;
	line-height: 1.5em;
}
ol.references { font-size: 15px; line-height: 1.1em; }
#references p { font-size: 15px; }
p.larger { font-size: 1.25em; }
p.indent { margin-left: 50px; }
p.cite { text-align:right; padding-right: 100px; }
p.cite { text-align:right; font-size: 18px; }
p.cite span { display: block; font-size:16px; line-height: 20px; }
p.copyright { font-size: 15px; }
p.disclaimer { font-size: 11px; color: #999; }
p.nothanks a { font-size: 17px; color: #666; }
p.nothanks a:hover { color: #CC0000; }

a.yeslink, a.order-btn { color: #006AA3; }
a.yeslink:hover, a.order-btn:hover { color:#477e4d; }

.iconsmall { max-width: 200px; }
.iconsmall.mb100 { margin-bottom: 100px; }


.fs62 { font-size: 62px; }
.fs34 { font-size: 34px; }

.oswald {
	font-family: 'Oswald', sans-serif;
}

.blue { color: #006AA3; }
.red { color: #CC0000; }
.white { color: #FFF; }
.orange { color: #FF6701; }
.yellow { color: #ffeb00; }
.green { color: #3c6d43; }
.blackhighlight { background: #212121; color: #FFF; padding: 1px 6px; }
.orangehighlight { background: #FF6701; color: #FFF; padding: 1px 6px; }
.bluehighlight { background: #006AA3; color: #FFF; padding: 1px 6px; }
.redhighlight { background: #CC0000; color: #FFF; padding: 1px 6px; }
.highlight {
	background: #ffeb00;
	border-bottom: solid 1px rgba(0, 0, 0, 0.07);
	border-right: solid 1px rgba(0, 0, 0, 0.07);
	padding: 4px 2px 0px 4px;
	text-transform: none;
}

.tac { text-align:center; }
.alignleft { float: left; margin-right: 30px; margin-bottom: 20px; }
.alignright { float: right; margin-left: 30px; margin-bottom: 20px; }
.is-pulled-right { float: right; }
.white-border {
	border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.45);
}
img { max-width: 100%; height: auto; box-sizing: border-box; }

.divider {
	border-top:2px dotted #CCC;
	margin:30px 0px;
}
.spacer {
	height: 30px;
	display: block;
	clear:both;
}

.mb0 { margin-bottom: 0px; }
.mb15 { margin-bottom: 15px; }
.mt0 { margin-top: 0px; }
.mt15 { margin-top: 15px; }

.rotateleft {
	-ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.rotateright {
	-ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.shiftleft { margin-left: -90px; }
.shiftright { margin-right: -90px; }

.outlinebox {
	background: #f8f8f8;
	border: 2px solid #CCC;
	padding: 2px 25px;
}
.bluebox {
	border: 2px dashed #006AA3;
	background:#ebf3f8;
	padding:5px 25px;
}
.greenbox {
	border: 2px dashed #3c6d43;
	background:#f0f4f0;
	padding:5px 25px;
}
.whitebox {
	background: rgba(255,255,255,0.4);
	padding: 2px 25px;
	border: 2px solid #FFF;
}
.testimonialbox {
    padding: 15px;
    margin-bottom: 30px;
    border: 2px solid #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(50, 50, 50, .50);
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fff3e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fff3e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#fff3e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fff3e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fff3e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fff3e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3e5',GradientType=0 );
}

.bonusbox, .columns {
	display: flex;
	column-gap: 25px;
}
.columns .half { display: flex; column-gap: 25px; }

.bonusbox .leftcol {
	width: 175px;
	flex-shrink: 0;
}
.bonusbox .leftcol h2 { color: #FFF; font-size:180px; margin-top:0; }
.bonusbox .rightcol {
	flex-grow: 1;
}

.half { width: 50%; float: left; }

.guaranteebox {
    border: 25px solid #1a848d;

    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(232, 242, 243, 1) 100%);
    /*background: #fff7e1; /*light yellow */
    border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75'%3E%3Cg fill='none' stroke='%231a848d' stroke-width='2'%3E%3Cpath d='M1 1h73v73H1z'/%3E%3Cpath d='M8 8h59v59H8z'/%3E%3Cpath d='M8 8h16v16H8zM51 8h16v16H51zM51 51h16v16H51zM8 51h16v16H8z'/%3E%3C/g%3E%3Cg fill='%231a848d'%3E%3Ccircle cx='16' cy='16' r='2'/%3E%3Ccircle cx='59' cy='16' r='2'/%3E%3Ccircle cx='59' cy='59' r='2'/%3E%3Ccircle cx='16' cy='59' r='2'/%3E%3C/g%3E%3C/svg%3E") 25;
}

.guaranteebox p.larger {
    font-size: 1.5em;
    padding: 20px 0px;
}

.guaranteebox h2 {
    font-size: 48px;
}

.weekbyweek {
	background:#FFF url("images/bluetriangle.png") left center no-repeat;
	background-position: -70px;
	padding-left: 55px;
	padding-right: 55px;
	min-height: 85px;
	display: flex;
}

#tophead {
	background: #FFF url("images/topbg1.jpg") top center no-repeat;
	padding-top:30px;
}
.v2 #tophead { background-image: none; }
#tophead .content {
	background: rgba(255,255,255,0.85);
}
.mainheadline { margin-top: 30px; }
.v2 .mainheadline { font-size: 72px; line-height: 1.15em; }

.blackbg {
	background: #000000;
background: linear-gradient(to left, #212121 0%, #666666 50%, #212121 100%);
	color: #FFF;
}
.bluebg {
	background:#99c3da;
}
.purplebg { background: #e8dcf9; }
.orangebg { background: #fcebdb; }
.redbg { background: #f4dbe1; }
.importantbg { background: #CC0000; }
.lightbluebg { background: #e1e7ef; }
.superlightbluebg {
	background: #EBF3F8;
}

.greenbg {
	background: rgb(235,240,236);
	background: -webkit-linear-gradient(bottom, rgba(235,240,236,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(235,240,236,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(235,240,236,1) 0%, rgba(255,255,255,1) 100%);
}

.redbar { background: #CC0000; padding: 5px 0px; position: fixed; width: 100%; border-bottom:1px solid #FFF; }
.redbar p { color: #FFF; line-height: 1.3em; font-size: 16px; margin:0; text-align:center; }
.progress { padding-top:60px; }

#references { 
	border-top: 1px dotted #666;
}

#mitorenew {
	border-top: 5px solid #006AA3;
	background: #FFFFFF;
	background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBF3F8 100%);
	background: -o-linear-gradient(bottom, #FFFFFF 0%, #EBF3F8 100%);
	background: linear-gradient(to top, #FFFFFF 0%, #EBF3F8 100%);
}

#zombiebg {
	background: #fcf2f2;
	border-top:2px dotted #C00;
	border-bottom:2px dotted #C00;
	padding-bottom: 50px;
}

#footer {
	background: #f8f8f8;
	border-top: 1px dotted #CCC;
	padding: 30px 0px;
}

.foldericon { 
	max-width: 75px; height: auto; 
	margin: -5px 15px 5px 15px;
}


/*input[type="checkbox"] {
  width: 3em;
  height: 3rem;
  accent-color: green;
	appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0.1rem;
  border: 0.25rem solid green;
  border-radius: 0.5rem;
}

input[type="checkbox"]::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  transform: scale(0);
  background-color: green;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:hover {
  color: black;
}*/

/* Checkbox styles */
label.checkbox {
  margin-right: 1rem;
  padding-left: 2.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
label.checkbox input[type=checkbox]:focus ~ span {
  border: 2px solid #aab0b9;
}
label.checkbox input[type=checkbox]:focus:checked ~ span {
  border: 2px solid #20644c;
}
label.checkbox input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: #329E78 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 50% no-repeat;
  border: 2px solid #329E78;
}
label.checkbox span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 7px;
  width: 2rem;
  height: 2rem;
  background-color: #d4d7dc;
  border: 2px solid #d4d7dc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.blue {
  margin-right: 1rem;
  padding-left: 1.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.blue input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
label.checkbox.blue input[type=checkbox]:focus ~ span {
  border: 2px solid #aab0b9;
}
label.checkbox.blue input[type=checkbox]:focus:checked ~ span {
  border: 2px solid #265b81;
}
label.checkbox.blue input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: #3785BC url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #3785BC;
}
label.checkbox.blue span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -2px;
  width: 1rem;
  height: 1rem;
  background-color: #d4d7dc;
  border: 2px solid #d4d7dc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red {
  margin-right: 1rem;
  padding-left: 1.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
label.checkbox.red input[type=checkbox]:focus ~ span {
  border: 2px solid #aab0b9;
}
label.checkbox.red input[type=checkbox]:focus:checked ~ span {
  border: 2px solid #ad201e;
}
label.checkbox.red input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: #DD3C3A url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #DD3C3A;
}
label.checkbox.red span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -2px;
  width: 1rem;
  height: 1rem;
  background-color: #d4d7dc;
  border: 2px solid #d4d7dc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* #Lists
================================================== */
ul.bluecheck, ul.arrow, ul.mitochondria, ul.greencheck, ul.increased, ul.decreased { list-style-type: none; padding-left: 20px; }

ol { padding-left: 50px; overflow: hidden; }
ol li { margin-bottom: 3%; }
ol.references li { margin-bottom:1%; color: #666; }

.bluecheck li, .arrow li, .mitochondria li, .greencheck li, .increased li, .decreased li {
	position: relative;
	padding-left:40px;
	line-height: 1.5em;
	margin-bottom: 3%;
}
.mitochondria li { padding-left: 63px; }

.bluecheck li:before, .greencheck li:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url("images/bluecheck.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
}
.greencheck li:before {
    background-image: url("images/greencheck.png");
}

.arrow li:before {
    content: '';
    width: 32px;
    height: 22px;
    position: absolute;
    background-image: url("images/arrowbullet.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
}
.increased li:before {
    content: '';
    width: 32px;
    height: 22px;
    position: absolute;
    background-image: url("images/increased.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
}
.decreased li:before {
    content: '';
    width: 32px;
    height: 22px;
    position: absolute;
    background-image: url("images/decreased.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
}

.mitochondria li:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url("images/mitochondria-bullet.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 27px;
    transform: translateY(-50%);
}
.mobileonly { display: none; }

ul.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.accordion li {
    margin: 0.5em 0;
}
ul.accordion li a.actoggle {
    width: 100%;
    display: block;
    background: #f3f3f3;
    color: #000;
    border-radius: 0.15em;
    transition: background .3s ease;
    padding: 8px;
    font-weight: 700;
	border: 1px solid #CCC;
	text-decoration: none;
}
ul.accordion .inner {
    overflow: hidden;
    display: none;
    color: #212121;
    padding: 10px;
}

@media screen and (max-width: 650px){
    /* smartphone style (portrait and landscape) */
	.mobileonly { display: block; }
	.hidemobile { display: none; }
	.shiftright { margin-right: 0; }
	.shiftleft { margin-left: 0px; }
	.alignright { float: none; margin: 0 auto; display: block; }
	.alignleft { float: none; margin: 0 auto; display: block; }
	.content { padding: 1px 20px 1px; }
	.bonusbox, .columns { flex-direction: column; }
	.bonusbox .leftcol, .columns .half { width: 100%; }
	.bonusbox .leftcol h2 { margin-bottom: 0; }
	.bonusbox .rightcol h3 { margin-top: 0; }
	p.cite { padding-right: 20px; }
	p.cite span { font-size: 13px; }
	
	h1 { font-size: 34px; }
	.subheadline { font-size: 24px; }
	.v2 .mainheadline { font-size: 42px; }
	.rotateright, .rotateleft { 
		-ms-transform: rotate(0deg);
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	h2 { font-size: 32px; }
	h3 { font-size: 28px; }
	h4 { font-size: 24px; }
	p, ol, ul { font-size: 19px; }
	p.larger { font-size: 22px; }
	.fs62 { font-size: 48px; }
	
	#tophead { padding-top: 0px; }
	.whitebox { padding: 2px 5px; }
	.iconsmall.mb100 { margin-bottom: 20px; }
	
	.redbar { background: #CC0000; padding: 5px 0px; position: fixed; width: 100%; border-bottom:1px solid #FFF; z-index:999; }
	.redbar p { color: #FFF; line-height: 1.3em; font-size: 14px; margin:0; text-align:center; }
	.progress { padding-top:60px; }
	.redbar .content { padding:1px 50px 1px; }
	.progress { padding-top: 80px; }
	
}

@media screen and (max-width: 340px){
    
}