
/**/

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
body {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/dot_bg.gif);
	color: #333;
}
img, object, embed, video {
	max-width: 100%;
	height:auto;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #1e4580;
	text-align: center;
	/*text-transform: uppercase;*/
	letter-spacing: -1px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #1e4580;
	text-align: center;
	letter-spacing: -1px;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	color: #1e4580;
	text-align: center;
	margin: 12px 0;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #1e4580;
	text-align: center;
}
a {
	color: #0099ff;
}
a:hover {
	color: #31b07f;
}
p {
	margin: 20px 0;
}
.red {
	color: #F00;
}
.textLeft {
	text-align: left;
}
.allCaps {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
img.right {
	float: right;
	margin: 0 0 10px 20px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.small {
	font-size: 10px;
}
.greenList, .redList {
}
.greenList li, .redList li {
	padding: 1px 15px 1px 65px;
	margin: 2px 0;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 1.75% 50%;
}
.greenList li p, .redList li p {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}
.greenList li {
 background-image: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/bulb_green.gif);
	background-color: #e7f7e6;
}
.redList li {
 background-image: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/bulb_red.gif);
	background-color: #f6e7e6;
}
#boxLeaf {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/brainpill_box_leaves.jpg) top center;
	height: 200px;
	margin: 0 -20px;
}
.ingred {
	border: 1px dotted #2cbe24;
	padding: 10px;
	margin-bottom: 10px;/* background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/molecule.gif) no-repeat top left #FFF;*/
}

@media handheld, screen and (min-width:720px) {

.ingred {
	width:45%;
	float:left;
}

.ingred:nth-child(odd) {
	clear:left;
	margin-right:2%;
}

.ingred:nth-child(even) {
	clear:right;
}

}

.ingred strong {
	color: #2cbe24;
	font-size:16px;
}
.ingred img {
	float: left;
	margin: 0 10px 0 0px;
	max-width:35%;
}
.ingredient {
	border: 1px dotted #2cbe24;
	padding: 10px;
	margin-bottom: 15px;
}
.ingredient img {
	float: left;
	margin: 0 20px 0 0px;
}

.ingredient > .more {
	display:none;
}

.ingredient.showmore > .more {
	display:block;
}

.ingredient > .readmore {
	font-weight:bold;
	cursor:pointer;
	margin-bottom: 0px;
}

.ingredient.showmore > .readmore {
	display:none;
}

.study1 {
	background: #fffcea;
	border-top: 3px solid #ffde00;
	border-bottom: 3px solid #ffde00;
	margin-bottom: 12px;
	padding: 0 20px;
}
.study2 {
	background: #e6efff;
	border-top: 3px solid #3d6cbd;
	border-bottom: 3px solid #3d6cbd;
	margin-bottom: 12px;
	padding: 0 20px;
}
.question {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/question.gif) #ececec no-repeat 15px 18px;
	padding: 1px 10px 1px 65px;
	margin-bottom: 12px;
}
.border {
	border: 2px solid #1e4580;
}
.border.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}
.border.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 12px;
}
.contentBox {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	padding: 15px 20px 20px;
	background: #FFF;
	margin-bottom: 15px;
}
.contentBox h1 {
	background: #282c4e; /* Old browsers */
	background: -moz-linear-gradient(top, #282c4e 0%, #30539b 50%, #2b4c8e 51%, #1c3261 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #282c4e 0%, #30539b 50%, #2b4c8e 51%, #1c3261 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #282c4e 0%, #30539b 50%, #2b4c8e 51%, #1c3261 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282c4e', endColorstr='#1c3261', GradientType=0 ); /* IE6 */
	color: #cee2ff;
	margin: 0 -20px 20px;
	padding: 15px 5px;
}
.box2, .box5, .box8 {
	background: #1a2e5a;
	color: #FFF;
}
.box2 h2, .box5 h2, .box8 h2, .box2 h3, .box5 h3, .box8 h3 {
	color: #FFF;
}
.box2.contentBox h1, .box5.contentBox h1, .box8.contentBox h1 {
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 ); /* IE6-9 */
	color: #654c06;
	margin: 0 -20px 20px;
	padding: 15px 5px;
}
.box5 h2, .box5 h3, .box8 h2, .box8 h3 {
	color: #cee2ff;
}
#footer {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/blue_bg.gif);
	color: #FFF;
	margin-bottom: 0;
	padding: 20px 100px;
	text-align: center;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline-block;
	margin: 0 20px;
}
#nav > .trigger {
	display:none;
}
#fixedOrderButton, #fixedOrderButtonDisplayPoint {
	display:none;
}
#phoneInfo {
	position:absolute;
	top: 0;
	right: 50px;
	color: #FFDE25;
	padding:10px 0;
}
#phoneInfo .number {
	padding-right:20px;
}
#phoneInfo .text, #phoneInfo .number {
	display:inline;
}

#phoneInfo .number a {
	color: #FFDE25;
}

/* Smallest Size */

@media handheld, screen and (max-width:719px) {

/* Top Area */

#header {
 display: block;
 margin: 0px auto;
 background-image:url("https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/header.jpg");
 position: relative;
 padding-top:54.2857%;
 background-size:100% auto;
}
 #nav > .trigger {
 padding: 6px 0px;
 border: 2px solid #4568AB;
 border-radius:6px;
 cursor: pointer;
 margin:8px 6px 8px 0px;
 display:inline-block;
 background-color:#92ACD8;
 position:absolute;
 top:0px;
 right:0px;
}
 #nav > .trigger:hover {
 border:2px solid #92ACD8;
 background-color:#4568AB;
}
 #nav > .trigger > span.icon-bar {
 display: block;
 width: 30px;
 height: 2px;
 background-color: #FFF;
 margin: 6px 6px;
}
 #nav ul {
 max-height:0px;
 transition:max-height 0.25s;
 position: absolute;
 width: 100%;
 background-color: white;
 overflow:hidden;
}
 #nav.open ul {
 max-height:180px;
}
 #nav ul > li {
 border:solid 1px #ccc;
 border-top:none;
}
 #nav ul > li > a {
 text-decoration:none;
 padding:6px 10px;
 display:block;
 font-size:16px;
}
 #logo img {
 position: absolute;
 top: 0px;
 width: 50%;
}
 #nav ul {
 position:absolute;
 top: 100%;
 z-index:5;
}
 #container {
 width: 100%;
}
 #videoRightCol {
 display: none;
}
		
/* Video */

#video {
 margin: 0 auto;
 padding-top: 25px;
 max-width:480px;
}
 #videoBox {
 border: 4px solid #1e4580;
}

/* Content */

#content {
 margin: 0 auto;
 padding: 25px 0;
}


 .box8 {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/mobile/brain_pill_brain.jpg) #1a2e5a 0 110px no-repeat;
}
 .box8 h1 {
 margin-bottom: 180px !important;
}
 #footer {
 padding:10px 10px 1px;
}

 body#order #footer {
 padding-bottom:10px;
}
 #footer ul li {
 margin: 5px 10px;
}
 #fixedOrderButton.display,  #fixedOrderButtonDisplayPoint {
 display:block;
}
 #fixedOrderButton > .fixedButton {
 background-color:rgba(0, 0, 0, 0.5);
 text-align:center;
 position:fixed;
 bottom:44px;
 width:100%;
 z-index:10;
}
 #fixedOrderButton > .fixedButton > .padding {
	padding:15px;
}
 #fixedOrderButton > .fixedButton img {
 max-width:100%;
 height:auto;
}

#fixedOrderButton .bottomPadding {
	background-image:url("https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/blue_bg.gif");
}

}
 @media handheld, screen and (max-width:560px) {
 #header {
 background-position:left bottom;
 padding-bottom:20px;
 background-color:#0F2554;
 background-repeat:no-repeat;
}
 #nav > .trigger {
 margin-top:0px;
 top:2.5%;
}
 #logo img {
 position: absolute;
 width: 66%;
}
}
 @media handheld, screen and (max-width:400px) {
 #nav > .trigger {
 padding: 4px 0px;
}
 #nav > .trigger > span.icon-bar {
 margin: 5px 4px;
}
}
/* Middle Size */

@media only screen and (min-width: 720px) {
	
/* Top Area */

#container {
 width: 100%;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/top_bg.png) repeat-x;
}
 .subPage #container {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/bg_sub.gif) repeat-x;
}
 #header {
 display: block;
 width: 700px;
 margin: 0 auto;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/ken_jennings_bg.jpg);
 height: 320px;
 position: relative;
}
 .subPage #header {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/ken_jennings_sub1.jpg);
}
 #logo {
 width: 266px;
 height: 51px;
 margin-left: 0;
 margin-top: 2px;
 float: left;
}
 #phoneInfo {
 position:absolute;
 top: 0;
right: 0px;
color: #FFDE25;
padding:10px 0;
}
#phoneInfo .text, #phoneInfo .number {
	font-size:13px;
}
 #nav {
 color: #FFF;
 border-top: 1px solid #337ffe;
 border-bottom: 1px solid #337ffe;
 margin-right: 0;
 margin-top: 30px;
 float: right;
 width: 420px;
 font-weight: bold;
}
 #nav ul {
 text-align: center;
}
 #nav li {
 margin: 10px 7px;
 display: inline-block;
 text-transform: uppercase;
 font-size: 11px;
}
 #nav li a {
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
 margin: 0;
 padding: 0;
}
 #contactUs {
 display: none !important;
}
 #bpBox {
 display: none;
}
			
/* Video */

#video {
 width: 700px;
 margin: 0 auto;
 padding-top: 55px;
 z-index: 1000;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/order1.jpg) no-repeat;
}
 #videoBox {
 border: 4px solid #1e4580;
 width: 480px;
 height: 270px;
 float: left;
}
 #videoRightCol {
 float: right;
 width: 208px;
 padding-top: 0;
 margin-right: 0;
}
 #orderButton {
 display: block;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/order2.png);
 width: 184px;
 height: 224px;
}
 #drDave {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/dr_dave_movie.gif) no-repeat;
 width: 200px;
 height: 260px;
}

/* Content */

#content {
 width: 690px;
 margin: 0 auto;
 padding: 25px 10px 25px 0;
}
 .subPage #content {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/ken_jennings_sub2.jpg) top right no-repeat;
 padding-top: 50px;
}
 .greenList.twoCol li {
 width: 37%;
 float: left;
 margin-right: 4px
}
 .box5 {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/blood_cells.jpg) 0 100px no-repeat #1a2e5a;
}
 .box5 h1 {
 margin-bottom: 150px !important;
}
 .box8 {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/tablet/brain_pill_brain.jpg) #1a2e5a 0 110px no-repeat;
}
 .box8 h1 {
 margin-bottom: 190px !important;
}
}
	
/* Largest Size */

@media only screen and (min-width: 1100px) {
	
/* Top Area */

#container {
 width: 100%;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/top_bg.png) repeat-x;
}
 .subPage #container {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/bg_sub.gif) repeat-x;
}
 #header {
 display: block;
 width: 1000px;
 margin: 0 auto;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/brainpill_bg.jpg);
 height: 376px;
 position: relative;
}
 .subPage #header {
 display: block;
 width: 1000px;
 margin: 0 auto;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/brainpill_bg-inner.jpg);
 height: 290px;
 position: relative;
}
 #logo {
 width: 363px;
 height: 69px;
 margin-left: 55px;
 margin-top: 2px;
 float: left;
}
 #nav {
 color: #FFF;
 border-top: 1px solid #337ffe;
 border-bottom: 1px solid #337ffe;
 margin-right: 55px;
 margin-top: 35px;
 float: right;
 width: 500px;
}
 #nav ul {
 text-align: center;
}
 #nav li {
 margin: 9px 15px;
 display: inline-block;
 text-transform: uppercase;
 font-size: 11px;
}
 #nav li a {
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
 cursor: pointer;
}
 #contactUs {
 display: inline-block !important;
}
			
			
		/*#bpBox {
			display: block;
			background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/brainpill_box.png) no-repeat;
			width: 500px;
			height: 288px;
			position: absolute;
			top: 210px;
			right: 0;
			z-index: 10;
		}
		
		.subPage #bpBox {
			background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/ken_jennings_sub2.png);
			width: 356px;
			height: 41px;
			position: absolute;
			top: 376px;
			right: 79px;
			z-index: 10;
		}*/
			
/* Video */

#video {
 width: 892px;
 margin: 0 auto;
 padding-top: 25px;
 z-index: 1000;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/order1.png) no-repeat 510px 115px;
}
 #videoBox {
 border: 4px solid #1e4580;
 width: 480px;
 height: 270px;
 float: left;
}
 #videoRightCol {
 float: right;
 width: 400px;
 padding-top: 166px;
 margin-right: -8px;
 margin-top: -25px;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/jeopardy.png) no-repeat;
}
 #orderButton {
 display: block;
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/order2.png);
 width: 400px;
 height: 91px;
 margin-top: 25px;
}
 #drDave {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/dr_dave_movie.png);
 width: 400px;
 height: 113px;
}

/* Content */

#content {
 width: 892px;
 margin: 0 auto;
 padding: 15px 0;
}
 .subPage #content {
 background: none;
 margin-top: -30px !important;
}
	
	
/* Boxes */


.box1 {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/headache_brain.png) no-repeat bottom right #FFF;
}
 .box1 h1 {
 padding:15px 50px;
}
 .box1 .greenList {
 margin-right: 260px;
}
 .box1 p.marginLeft {
 margin-right: 340px;
}
 .box1 .redList li {
 background-position: 2.25% 50%;
}
 .box4 {
}
 .box5 {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/blood_cells.jpg) 350px 105px no-repeat #1a2e5a;
}
 .box5 p {
 margin-right: 350px;
}
 .box5 p.fullwidth {
 margin-right: 0;
}
 .box5 h1 {
 padding: 15px 160px !important;
 margin-bottom: 20px !important;
}
 .box6 {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/woman-multitasking.jpg) no-repeat bottom left #FFF;
}
 .box6 p.marginLeft {
 margin-left: 440px;
}
 .box7 {
/* background:url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/green-leaves.jpg) no-repeat #FFF; */
}
 .box8 {
 background: url(https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/images/brain_pill_brain.jpg) #1a2e5a 400px 50px no-repeat;
}
 .box8 p.marginRight {
 margin-right: 450px;
}
 .box8 h1 {
 margin-bottom: 0 !important;
}
 .greenList.twoCol li {
 width: 40%;
 float: left;
 margin-right: 4px
}
 .box3 h1, .box4 h1, .box5 h1 /*, .box7 h1*/ {
 padding:15px 120px;
}
}


 #phoneInfo {
 position:absolute;
 top: 0;
right: 50px;
color: #FFDE25;
padding:10px 0;
font-weight: bold;
}	
.mobileClear{
	display:none;
}

@media (max-width: 1099px) {
#phoneInfo {
    position: absolute;
    right: 0;
}
}
@media (max-width: 720px) {
#header{
	margin: 55px auto 0 auto;
}
#phoneInfo {
    position: absolute;
    margin-top: -50px;
	color:#000;
	padding:10px 0 10px 50px;
	text-align:center;
	width:100%
}
.mobileClear{
	display:block;
	clear:both;
}
}
/* Contact Form */

textarea {
	padding:10px;
}
#contactTable {
	margin:20px auto;
}
#contactTable tr {
	height: 40px;
}
hr {
	marign:40px 0;
	border:none;
}
.contentBox ul li {
	list-style:none;
}






.btn {
  background: #10bf00;
  background-image: -webkit-linear-gradient(top, #10bf00, #09ad00);
  background-image: -moz-linear-gradient(top, #10bf00, #09ad00);
  background-image: -ms-linear-gradient(top, #10bf00, #09ad00);
  background-image: -o-linear-gradient(top, #10bf00, #09ad00);
  background-image: linear-gradient(to bottom, #10bf00, #09ad00);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 248%;
  font-weight:bold;
  padding: 40px 80px 40px 80px;
  border: solid #12960b 6px;
  text-decoration: none;
  text-align:center;
  margin:auto!important
}

.btn:hover {
  background: #09ad00;
  background-image: -webkit-linear-gradient(top, #09ad00, #10bf00);
  background-image: -moz-linear-gradient(top, #09ad00, #10bf00);
  background-image: -ms-linear-gradient(top, #09ad00, #10bf00);
  background-image: -o-linear-gradient(top, #09ad00, #10bf00);
  background-image: linear-gradient(to bottom, #09ad00, #10bf00);
  text-decoration: none;
  color: #ffffff;
}
#footer{
	margin-top:50px;
}

@media (max-width: 720px) {
	.btn {
		display:none;	
	}
}

img a {
	border:none;
}

a img {
	border:none;
}

#cart-badge {
	position:absolute;
	bottom:212px;
	left:0px;
}

#mobileNumberInput {
	display:none;
}

.listBlock {
	background-color:#FFC219;
	padding:14px 10px 10px;
	border-radius:15px;
	display:block;
	text-align:center;
}

.listBlock ul.list li {
	font-weight:bold;
	font-size:16px;
	float:left;
	min-height:30px;
	background-image:url("https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/img/arrow.png");
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:36px;
	width:350px;
	margin-bottom:4px;
	text-align:left;
}

.listBlock ul.list li:nth-child(odd) {
	clear:left;
}

.listBlock ul.list li:nth-child(even) {
	clear:right;
}

#test .digits .digit {
	display:inline-block;
	width:45px;
	height:64px;
	position:relative;
	color:#FFF;
	text-shadow:0 0 2px #000;
}

#test .digit::before {
	line-height:64px;
	font-weight:bold;
	font-size:64px;
}

#test .digit.v0::before {
	content:'0';
}
#test .digit.v1::before {
	content:'1';
}
#test .digit.v2::before {
	content:'2';
}
#test .digit.v3::before {
	content:'3';
}
#test .digit.v4::before {
	content:'4';
}
#test .digit.v5::before {
	content:'5';
}
#test .digit.v6::before {
	content:'6';
}
#test .digit.v7::before {
	content:'7';
}
#test .digit.v8::before {
	content:'8';
}
#test .digit.v9::before {
	content:'9';
}

#test.step3 .digit.wrong {
	position:relative;
	background-color:red;
}

#test.step3 .digit.wrong::after {
	content:'';
	display:block;
	width:14px;
	line-height:18px;
	z-index:2;
	background-color:black;
	position:absolute;
	right:-5px;
	bottom:-5px;
	color:yellow;
	font-size:15px;
	font-weight:bold;
}

#test.step3 .digit.wrong.a0::after {
	content:'0';
}
#test.step3 .digit.wrong.a1::after {
	content:'1';
}
#test.step3 .digit.wrong.a2::after {
	content:'2';
}
#test.step3 .digit.wrong.a3::after {
	content:'3';
}
#test.step3 .digit.wrong.a4::after {
	content:'4';
}
#test.step3 .digit.wrong.a5::after {
	content:'5';
}
#test.step3 .digit.wrong.a6::after {
	content:'6';
}
#test.step3 .digit.wrong.a7::after {
	content:'7';
}
#test.step3 .digit.wrong.a8::after {
	content:'8';
}
#test.step3 .digit.wrong.a9::after {
	content:'9';
}

#testBlock .text2 p {
	font-size:inherit;
}

#testBlock {
	position: relative;
	background: #FFF url("https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/img/desktop/block2_image.png") no-repeat scroll left top;
	padding:15px;
}

#testBlock h1 {
	background:none;
	text-align:left;
	color:#000;
	padding:0px;
	margin:0px 0px;
}

#testBlock .inputBlock {
	background-color:#FFF;
	width: 530px;
	border-radius:15px;
	padding:20px;
}

#testBlock .text2 {
	font-size:18px;
	color: #fff;
	width: 570px;
	text-align: left;
	line-height: 1.35em;
}

#testBlock .text4 {
	font-size:17px;
	color: #3F1800;
  width:530px;
  text-align: left;
  line-height:1.35em;
  background-image:url("https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/img/test-result-bg.jpg");
  background-size:100% 100%;
  padding:10px;
  border:solid 3px #E29400;
  border-radius:15px;
  min-height:160px;
}

#testBlock .text4 p {
	font-size:inherit;
	margin: 15px 0px;
}

#testBlock .text4 h2 {
	font-size:25px;
	color: #3F1800;
	letter-spacing:0px;
}

#testBlock #test .instructions,
#testBlock #test .testing,
#testBlock #test .results {
	display:none;
	font-size:inherit;
}

#testBlock input {
	font-size:20px;
	font-weight:bold;
	float:right;
}

#testBlock #test .step1,
#testBlock #test .step2,
#testBlock #test .step3 {
	display:none;
}

#testBlock #test.step1 .step1 {
	display:block;
}

#testBlock #test.step2 .step2 {
	display:block;
}

#testBlock #test.step3 .step3 {
	display:block;
}

#test #digitBG {
	background-color:#f97611;
	z-index:2;
	position:relative;
	padding:15px 0px;
	text-align:center;
	
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
}

#test .digits {
	text-align: center;
	display: inline-block;
}

#test.step2 .upInput,
#test.step2 .downInput {
	display:block;
}

#test.step2 .digits .digit.hasFocus .upInput,
#test.step2 .digits .digit.hasFocus .downInput {
	position:absolute;
	width:32px;
	height:32px;
	left:6.5px;
}

#test.step2 .digits .digit.hasFocus .upInput {
	bottom:90%;
	background-image:url("https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/img/desktop/upInput.png");
}

#test.step2 .digits .digit.hasFocus .downInput {
	top:90%;
	background-image:url("https://35a6d1a35bb2e52d34de-3308849a947e8e927b5af105e419d4a6.ssl.cf1.rackcdn.com/img/desktop/downInput.png");
}

@media screen and (min-width:720px) and (max-width:1099px) {

.listBlock ul.list li {
	width: 275px;
}

#test.step2 #mobileNumberInput {
	display:block;
	width:100px;
	position:absolute;
	float:none;
	left:-400px;
	z-index:-1;
}

}

.feedbackFormBlock form#frmEmailer .input .formLine {
	margin-bottom:6px;
	text-align:right !important;
}

#frmEmailer {
    max-width: 420px;
    margin: 0px auto;
}

#frmEmailer select,
#frmEmailer textarea {
	width:100%;
	box-sizing:border-box;
	margin-bottom:6px;
}

#frmEmailer textarea {
	margin-bottom:6px;
}

.feedbackFormBlock form#frmEmailer .formLine.submit {
	text-align:right !important;
	margin:10px 0px;
}

.feedbackFormBlock form#frmEmailer .formLine.submit input {
	width:170px;
}

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

.feedbackFormBlock form#frmEmailer .input .formLine {
	text-align:left !important;
}

.feedbackFormBlock form#frmEmailer .input .formLine input {
	width:100%;
	box-sizing:border-box;
}

#phoneInfo .number a {
	color: #000;
}

#cart-badge {
	position:static;
	bottom:auto;
	left:auto;
	margin:5px auto 0px;
	display:block;
	max-width:100%;
	height:auto;
}

#test.step2 #mobileNumberInput {
	display:block;
	width:100px;
	position:absolute;
	float:none;
	left:-200px;
	z-index:-1;
}

#testBlock .inputBlock {
	width:auto;
}

.listBlock {
	width:auto;
	display:block;
}

.listBlock ul.list li {
	float:none;
	width:auto;
}

#test #digitBG {
	margin: 0px -35px;
}

#test .digits .digit {
	width:24px;
	height:25px;
}

#test .digit::before {
	line-height: 25px;
	font-weight: bold;
	font-size: 36px;
}

#test.step2 .digits .digit.hasFocus .upInput {
	bottom:100%;
}

#test.step2 .digits .digit.hasFocus .downInput {
	top:100%;
}

#test.step2 .digits .digit.hasFocus .upInput,
#test.step2 .digits .digit.hasFocus .downInput {
	left: -4.5px;
}

#testBlock {
	background-size: auto 100%;
}

}

#altCheckout {
	text-align:center;
}

#altCheckout .heading {
	font-size:20px;
	font-weight:bold;
}

#altCheckout img {
	width:100px;
	height:auto;
	margin:0px 15px;
}

.bbbBlock {
	text-align:center;
}

.couponInfo {
	color:black;
	background-color:#ffffb3;
	border:dashed 2px red;
	padding:10px;
	font-size:1.5em;
	line-height:1.0em;
	text-align:center;
	margin:5px;
}

.couponInfo span.bold {
	font-size: inherit;
	font-weight: bold;
}

.content_container.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 25;
	opacity: 0;
	transition: opacity 2.5s;
}

.content_container.fullscreen.show {
	opacity: 1;
}

.content_container.fullscreen >  .content_inner {
	height: 100%;
	text-align: center;
	background-color: transparent;
}

.content_container.fullscreen >  .content_inner > img {
	vertical-align: middle;
	max-width: 90%;
	max-width: calc(100% - 20px);
}

.content_container.fullscreen >  .content_inner > .valign-middle {
	width: calc(100% - 10px);
	display: inline-block;
	vertical-align: middle;
}

.content_container.fullscreen >  .content_inner::before,
.content_container.fullscreen >  .content_inner::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
