@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');

html { 
  background: url("images/cloudsbg1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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;
	background:rgba(255,255,255,0.85);
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
}
h1 { font-size: 80px; }
h1 span, .ultrabold { font-weight: 900; }
.fw400 { font-weight: 400; }
h2 { font-size: 48px; }
h2.subheadline { font-size: 32px; }
h3 { font-size: 38px; }
h4 { font-size: 28px; }
p, ol, ul {
	font-size: 21px;
	line-height: 1.5em;
	
}
p.larger { font-size: 1.25em; }
h2.larger { font-size: 60px; }
h2 strike { color: #666; }
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, .references, .references li { font-size: 13px; }

.fs62 { font-size: 62px; }
.fs32 { font-size: 32px; }
.fs26 { font-size: 26px; }
.fs18 { font-size: 18px; }

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

.blue { color: #006AA3; }
.purple { color: #4a316e; }
.lighterpurple { color: #6d49a1; }
.pink { color: #d971b8;}
.red { color: #CC0000; }
.orange { color: #FF6701; }
.yellow { color: #ffeb00; }
.green { color: #58a65c; }
.blackhighlight { background: #212121; color: #FFF; padding: 1px 6px; }
.orangehighlight { background: #FF6701; color: #FFF; padding: 1px 6px; }
.bluehighlight { background: #006AA3; 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;
}

.purpletitle { background: #6d49a1; color: #FFF; margin: 0px -50px; padding: 15px 50px; }

.tac { text-align:center; }
.alignleft { float: left; margin-right: 30px; margin-bottom: 20px; }
.alignright { float: right; margin-left: 30px; margin-bottom: 20px; }
.chakra { max-width: 148px; border-radius: 50%; margin-top:10px; }
.aligncenter { display: block; margin: 0 auto; }
.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; }
.mw410 { max-width: 410px; }

.hero { margin: 0px -50px; background: #9e7246; }

.divider {
	border-top:2px dotted #CCC;
	margin:30px 0px;
}

.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);
}

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

.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; }
.redbar .content { background: transparent; }
.progress { padding-top:60px; }

.outlinebox {
	background: #f8f8f8;
	border: 2px solid #CCC;
	padding: 2px 25px;
}
.agreebox {
	background: #f8f8f8;
	border: 2px solid #CCC;
	padding: 10px 25px;
}
.pinkbox {
	border: 6px dashed #fd5956;
	background:#fff3f3;
	padding:5px 25px;
}
.whitebox {
	background: #FFF;
	padding: 2px 25px;
	border: 2px dashed #6d49a1;
}
.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 );
}

.guaranteebox {
	background: #FFF;
	padding: 2px 25px;
	border: 2px dashed #6d49a1;
}

.bonusbox {
	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;
}

.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;
}
#tophead .content {
	background: rgba(255,255,255,0.85);
}
.mainheadline { margin-top: 30px; }
.mainheadline2 { margin-top: 30px; font-size: 51px; }

.blackbg {
	background: #000000;
background: linear-gradient(to left, #212121 0%, #666666 50%, #212121 100%);
	color: #FFF;
}
.bluebg {
	background:#99c3da;
}
.purplebg { background: #d3baf4; }
.orangebg { background: #fadec7; }
.lightbluebg {
	background: #cce1ed;
}
.superlightbluebg {
	background: #EBF3F8;
}

#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;
}

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

/* 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;
}

.agreebox h4 { margin: -27px 0px -27px 50px; }
.agreebox h4 a { color: #329E78; text-decoration: none; }

/* #Lists
================================================== */
ul.purplecheck, ul.arrow, ul.mitochondria { list-style-type: none; padding-left: 20px; }
ul.twocol {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style:none;
}
ul.twocol li {
	flex: 1 0 50%;
	box-sizing: border-box;
	position: relative;
	padding-left:40px;
	line-height: 1.5em;
	margin-bottom: 3%;
}

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

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

.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%);
}

.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%);
}

.half {
    width: 50%;
    float: left;
}
.pricingbox .half {
	width: 46%;
	margin: 0 2%;
}

.onethird {
	width: 33%;
	float: left;
}
.onethird.middle {
	margin: 0px .5%;
}

.testimonialgrid1 img { max-width: 50%; }
.testimonialgrid1 p { font-size: 16px; padding:0px 15px; }
.testimonialgrid1 p.xl { font-size: 21px; }
.testimonialgrid1 p.name { font-size: 18px; }

.pricingbox .onethird, .pricingbox .half {
	box-sizing: border-box;
	border: 2px solid #CCC;
	border-top: none;
}

.pricingbox .onethird.middle {
	border: 4px solid #414142;
    border-top: 2px solid #414142;
}


.row90 .pricingbox .onethird {
	border: none;
}

.bottleimg { display: block; margin: 0 auto; }
.pricingbox .onethird h3, .pricingbox .half h3 { margin-top: 0; margin-bottom: .5rem; }
.pricingbox .onethird h2, .pricingbox .half h2 {
	margin-top: 0; margin-bottom: 0;
	font-size: 38px;
	background: #414142;
	color: #FFF;
	font-weight:700;
}
.pricingbox .onethird h2.fs24, .pricingbox .half h2.fs24 { font-size: 24px; line-height: 1.5em; margin-bottom: 10px; }
.pricingbox .onethird h3, .pricingbox .half h3 {
	color: #414142;
	font-size: 26px;
	font-weight:100;
}
.pricingbox .onethird h3 strong, .pricingbox .half h3 strong { font-weight: 700; }
.pricingbox .onethird h3.regprice, .pricingbox .half h3.regprice { font-size: 34px; margin-bottom: 0px; }
.pricingbox .onethird h3.todayprice, pricingbox .half h3.todayprice { font-size: 22px; }
.pricingbox .onethird h3.retailprice, .pricingbox .half h3.retailprice { font-size: 22px; }
.pricingbox .onethird p.nothanks, .pricingbox .half p.nothanks { text-align:center; font-size: 16px; }
.pricingbox .onethird h3.mostpopular, pricingbox .half h3.mostpopular { background: #ffdd00; font-weight:700; color:#ed1c24; font-size: 21px; }
.pricingbox .atcbutton { padding: 0px 10px; box-sizing: border-box; }
.pricingbox .spacer { height: 37px; }
.pricingbox .spacer36 { height: 36px; }

.pricingbox .onethird h3.yourprice, .pricingbox .onethird h3.bigprice, .pricingbox .half h3.yourprice, .pricingbox .half h3.bigprice { color: #39b54a; margin-bottom: 0; }
.pricingbox .onethird h3.bigprice, .pricingbox .half h3.bigprice { font-weight: 700; font-size: 70px; padding: 0px 15px; line-height: 1em; }
.pricingbox .onethird h3.bigprice span, .pricingbox .half h3.bigprice span { 
	font-size: 22px; line-height:1.2em; display: inline-block; max-width: 85px; position: relative; bottom: 5px; 
	margin-left: -10px; text-align: left;
}
.pricingbox .onethird h3.savings, .pricingbox .half h3.savings { color: #ed1c24; font-weight:700; font-size: 22px; }
.pricingbox .onethird h3.savings span, .pricingbox .half h3.savings span { letter-spacing: 0px; }
.pricingbox .onethird h3.totalprice, .pricingbox .half h3.totalprice { font-size: 32px; margin-bottom: 0; }
.pricingbox .onethird h3.addshipping, .pricingbox .half h3.addshipping { font-size: 18px; }
.strikeline { color: #C00; }
.strikeprice { color: #212121; }

.pricingbox .onethird:hover {
	background: #ed1c24;
	background: linear-gradient(180deg, rgba(219,51,48,1) 0%, rgba(253,89,86,1) 100%);

}

p.nothanks a, p.nothanks { color: #666; font-size: 17px; }
p.nothanks a:hover { color: #000; }

.row90 .pricingbox .onethird:hover {
	background: transparent;
}

.redstrike { color:#C00;text-decoration:line-through; }
.insidetext { color: #212121; }
.pricingbox .onethird:hover .redstrike { color: #FFF; }
.pricingbox .onethird:hover .insidetext { color: #FFF; }
.pricingbox .onethird:hover h3, .pricingbox .onethird:hover p { color: #FFF; }
.pricingbox .onethird:hover .strikeprice, .pricingbox .onethird:hover .strikeline { color: #FFF; }
.pricingbox .onethird:hover p.nothanks a { color: #FFF; }
.pricingbox .onethird .bottleimg { transition: all 0.5s ease; }
.pricingbox .onethird:hover .bottleimg { transform: translateY(-7px); }
.pricingbox .onethird:hover h3.mostpopular { color: #ed1c24; }
.pricingbox .onethird:hover h3 .highlight { color: #212121; }
.pricingbox .onethird:hover h3.regprice .red, .pricingbox .onethird:hover h3.todayprice .red { color: #ffeb00; }

.upgradebutton {
    display: block;
    text-transform: none;
    background: #fefe00;
    background: -moz-linear-gradient(180deg, #fefe00 0%, #fde502 100%);
    background: -webkit-linear-gradient(
180deg, #fefe00 0%, #fde502 100%);
    background: linear-gradient(
180deg, #fefe00 0%, #fde502 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefe00", endColorstr="#fde502", GradientType=1);
    border-radius: 8px;
    color: #132a74;
    border: 0 none;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    margin: 0 auto;
    position: relative;
    padding: 8px 0 0;
    display: inline-block;
    padding: 10px 30px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 50%);
    text-decoration: none;
}
.upgradebutton:hover {
	background: #fefe00;
    background: -moz-linear-gradient(180deg, #fde502 0%, #fefe00 100%);
    background: -webkit-linear-gradient(
180deg, #fde502 0%, #fefe00 100%);
    background: linear-gradient(
180deg, #fde502 0%, #fefe00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fde502", endColorstr="#fefe00", GradientType=1);
}

.bridgebutton {
    display: block;
    text-transform: none;
    background: #9e7246;
    background: -moz-linear-gradient(180deg, #9e7246 0%, #deb572 100%);
    background: -webkit-linear-gradient(
180deg, #9e7246 0%, #deb572 100%);
    background: linear-gradient(
180deg, #9e7246 0%, #deb572 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e7246", endColorstr="#deb572", GradientType=1);
    border-radius: 8px;
    color: #FFF;
    border: 0 none;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    margin: 0 auto;
    position: relative;
    padding: 8px 0 0;
    display: inline-block;
    padding: 10px 30px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 50%);
    text-decoration: none;
}
.bridgebutton:hover {
	background: #fefe00;
    background: -moz-linear-gradient(180deg, #deb572 0%, #9e7246 100%);
    background: -webkit-linear-gradient(
180deg, #deb572 0%, #9e7246 100%);
    background: linear-gradient(
180deg, #deb572 0%, #9e7246 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deb572", endColorstr="#9e7246", GradientType=1);
}

.bridgebutton.bridgebutton--with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;        /* space between text and arrow */
  text-decoration: none;
  background: #cff128;
  color: #4a316e;
}
.bridgebutton.bridgebutton--with-arrow:hover {
	background: #ffeb00;
}

.bridgebutton-text {
  display: inline-block;
}

.bridgebutton-arrow {
  display: inline-flex;
  width: 60px;        /* match the style="" on lottie-player */
  height: 24px;
}


.upgradebutton .bigger {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 70px;
	line-height: 70px;
}
.upgradebutton .big {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
}
.upgradebutton .normal {
    padding: 0px 50px;
    display: block;
    font-size: 30px;

}
.mobileonly { display: none; }

@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 { flex-direction: column; }
	.bonusbox .leftcol { 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; }
	.mw410 { max-width: 100%; }
	
	h1 { font-size: 34px; }
	.mainheadline2 { font-size: 29px; }
	.subheadline { font-size: 24px; }
	.preheadline { font-size: 15px; }
	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: 32px; }
	.agreebox h4 { font-size: 20px; }
	
	.purpletitle { background: #6d49a1; color: #FFF; margin: 0px -20px; padding: 15px 20px; }
	
	.hero { margin: 0px -20px; }
	
	#tophead { padding-top: 0px; }
	.whitebox { padding: 2px 5px; }
	.half, .pricingbox .half { width: 100%; float: none; }
	.onethird {
			width: 100%;
			float: none;
			margin-bottom: 30px;
		}
	.onethird.middle {
			margin: 0px 0px 30px;
		}
	.pricingbox a { text-decoration: none; }
	.pricingbox .spacer { height: 1px; }
	.pricingbox .onethird h3.bigprice { text-align:center; }
	.pricingbox .onethird h3.bigprice span { text-align: left; }
	
	.upgradebutton, .bridgebutton { padding: 10px 10px; }
	.bridgebutton { font-size: 20px; }
	.upgradebutton .bigger {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
	line-height: 50px;
	}
	.upgradebutton .big {
		text-transform: uppercase;
		font-weight: 900;
		font-size: 24px;
		line-height: 28px;
		display: block;
	}
	.upgradebutton .normal {
		padding: 0px;
		display: block;
		font-size: 18px;
	}
	p.nothanks, p.nothanks a { font-size: 16px; line-height: 1.3em; }
	
}

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