@charset "UTF-8";
body {
	margin: 0 auto;
	width: 100%;
	background-color: #f1f6ff;
	font-family: 'Roboto Condensed', sans-serif;
}
.container {
	margin: 0 auto;
	padding: 0 5% 48px 5%;
	width: 80%;
	max-width: 1400px;
	background-color: #ffffff;
	overflow:auto;
}
.sidebar {
	width: 25%;
	margin-top: 5vh;
	margin-right: 5%;
	float: left;
	text-align: center;
}
.container-left-col {
	width: 70%;
	float: right;
	margin-top: 5vh;
}
.container-left-col p {
	max-width: 780px;
	margin: 0 auto;
	margin-bottom: 18px;
}
h1 {
	font-size: 3em;
	color: #ff0c0c;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .08em;
	margin: 0 0 24px 0;
	padding: 0;
}
h1.max-screen {
	display: block;
}
h2 {
	font-size: 2em;
	color: #ff0c0c;
	text-align: center;
	line-height: 1.3;
}
h3 {
	font-size: 1.1em;
	color: #033da9;
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 auto;
	padding: 0 0 12px 0;
	width: 60%;
}
h4 {
	font-size: 1.65em;
	color: #fda914;
	text-align: center;
	font-weight: normal;
	margin: 0 0 36px 0;
	padding: 0;
	line-height: 1.6;
}
h5 {
	font-size: 1.15em;
	color: #033da9;
	margin: 6px 0 12px 0;
}
#detox h5 {
	text-align: center;
	margin: 16px 0 24px 0;
}
h6 {
	font-size: 1em;
	color: #fda914;
	font-variant: all-small-caps;
	font-weight: normal;
	margin: 36px 0 6px 0;
}
p {
	font-size: 1em;
	color: #022668;
	text-align: left;
	line-height: 1.44;
	margin: 0 0 18px 0;
}
p.caption {
	font-size: .9em;
	color: #033da9;
	text-align: center;
}
a, a:hover {
	transition: 1s ease;
}
a:link {
	font-size: 1em;
	color: #033da9;
	text-decoration: none;
	border-bottom: #dde9ff 1px solid;
}
a:visited {
	font-size: 1em;
	color: #033da9;
	text-decoration: none;
	border-bottom: #dde9ff 1px solid;
	
}
a:hover, a:active {
	color: #dde9ff;
	border-bottom: 0px;
}
a.img-link {
	border-bottom: 0px;
	color: #fff;
}
#menu {
	padding: 0;
	margin: 24px 0 0 24px;
}
ul li {
	display: block;
	list-style-type: none;
	line-height: 2;
	text-decoration: none;
	text-align: left;
}
ul li a:link, ul li a:visited {
	text-decoration: none;
	border-bottom: #dde9ff 1px solid;
}
ul li a:hover, ul li a:active {
	color: #dde9ff;
	border-bottom: 0px;
}
ol li {
	font-size: 1em;
	color: #022668;
	text-align: left;
	line-height: 1.4;
	margin: 0 0 18px 0;
}
.container-left-col ol li {
	margin: 0 auto;
	margin-bottom: 18px;
	margin-left: 24px;
	max-width: 780px;
}
.boxed-text {
	width: 30%;
	margin: 0 0 0 36px;
	padding: 18px;
	border: #fda914 1px solid;
	border-radius: 8px;
	background: #dde9ff36;
}
.boxed-text.width-100pc {
	width: 80%;
	margin: 0 auto;
	padding: 18px;
	border: #fda914 1px solid;
	border-radius: 8px;
	background: #dde9ff36;
}
.boxed-text p {
	color: #033da9;
	text-indent: 12px;
	/*! margin-bottom: 48px; */
}
.max-415 {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.book-cover {
	border: #ccc 1px solid;
}
.vert-space-12 {
	height: 12px;
}
.vert-space-24 {
	height: 24px;
}
.vert-space-36 {
	height: 36px;
}
.vert-space-48 {
	height: 48px;
}
.vert-space-60 {
	height: 60px;
}
.vert-space-120 {
	height: 120px;
}
.margin-left-36 {
	margin-left: 36px;
}
.margin-bottom-48 {
	margin-bottom: 48px;
}
.max-width-60pc {
	margin: 0 auto;
	max-width: 60%;
}
.max-width-80pc {
	margin: 0 auto;
	max-width: 80%;
}
.float-right {
	float: right;
	margin: 0 0 24PX 60px;
}
.float-right.boxed-text {
	margin: 0 0 48px 60px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.red {
	color: #ff0c0c;
}
#home-page-feature {
	margin: 0 auto;
	text-align: center;
}
div.ellipse {
	margin: 0 auto;
	padding: 28px;
  border: 6px solid;
	border-radius: 50%;
	border-color: red #ff6c00;
}
div.ellipse p {
	text-align: center;
	margin: -20px 0 0 0;
}

a.ellipse:link, a.ellipse:visited {
	color: red;
	margin: 0 auto;
	padding: 8px 24px 8px 24px;
	text-align: center;
	border-bottom: none;
  border: red 3px solid;
	border-radius: 50%
}
a.ellipse:hover, a.ellipse:active {
	color: #dde9ff;
  border: #dde9ff 3px solid;
}
a.ellipse-button:link, a.ellipse-button:visited {
	color: red;
	margin: 0 auto;
	padding: 12px 24px 8px 24px;
	text-align: center;
	border-bottom: none;
  border: red 2px solid;
	border-radius: 4%
}
a.ellipse-button:hover, a.ellipse-button:active {
	color: #dde9ff;
  border: #dde9ff 2px solid;
}
p.rotate-featured {
  color: red;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: .05em;
	-ms-transform: translate(-200px,0px) rotate(-20deg);
  transform: translate(-180px,-20px) rotate(-20deg);
  font-style: italic;
}
#limited-time-offer {
	background-image: url("paper.gif");
}
.container-left-col div.max-width-520 {
	max-width: 420px;
}
h3.bold {
	font-size: 1.25em;
	font-weight: bold;
}
span.lg {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
.red.lg {
	font-size: 1.2em;
	margin-top: 48px;
}
.container-left-col p.detox-anchor-nav-links {
	margin-left: 20%;
}
.blue-divider-80pc {
	width: 100%;
	height: 2px;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 36px;
	background-color: #f1f6ff;
}
footer {
	width: 100%;
	margin: 0 auto;
	padding: 36px 0 0 0;
	
}
footer h1 {
	font-size: 1.2em;
	font-weight: bold;
}
footer p {
	text-align: center;
}
footer p.copyright {
	font-size: .8em;
}

iframe {
	width: 1000px;
	border: none;
	height: 60vh;
}
.contact-form-container {
  	width: 100%;
  	text-align: center;
}
.contact-form {
  	margin: 0 auto;
  	text-align: left;
  	/*! max-width: 920px; */
}
.contact-form-description {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
#contact-area {
  	margin: 0 auto;
	margin-top: 25px;
  	width: 100%;
  	max-width: 620px;
}
#contact-area p {
 	margin: 4em 0 2em 0;
  	font-size: 1.25em;
  	line-height: 160%;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 70%;
	font-size: 1em;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #033da9;
  border-radius: 4px;
	display: block;
	
}
#contact-area input:required {
    box-shadow:none;
}
#contact-area textarea {
	height: 90px;
	font-family: 'Roboto Condensed', sans-serif;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #033da9;
  	background: #fff;
}
#contact-area input.submit-button {
	width: auto;
	float: left;
	padding: .5em;
	margin: 0 0 3em calc(20% + 15px);
	color: #033da9;
	background: #fff;
}
#contact-area input.submit-button:hover {
  background: #E8F6FC;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 20%;
	padding-top: 5px;
	color: #033da9;
	font-weight: bold;
}
.capbox {
	background-color: #033da9;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
  margin: .5em 0 0 calc(20% + 15px);
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	}
.capbox-inner {
	font-size: .9em;
	color: #000000;
	background-color: #E8F6FC;
	margin: 5px auto 0px auto;
	padding: 8px 0 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	}
#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	}
#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }

table {
	width: 100%;
	line-height: 2;
}
td {
	text-align: right;
	vertical-align: top;
}
td.align-left {
	text-align: left;
}
.table-desktop {
	border-spacing: 0;
	border-collapse: separate;
}
.table-mobile {
	display: none;
}
.table-desktop td, .table-mobile th {
	border: #ccc 1px solid;
	padding: 4px;
}
[role=columnheader] {
  text-align: left;
	line-height: 1.1;
}

  .OptInForm
        {
            background-color:#FFFFFF;
            font-family:Arial;
            line-height:100%;
            padding:20px;
            font-size:20px;
        }
        .OptInTitle
        {
            background-color:#FFFFFF;
            font-size:200%;
            line-height:100%;
            padding:10px;
            border-top-left-radius: 10px;  
            border-top-right-radius: 10px;  
            color: #000000;
            	
        }
        .OptInBody{
            padding:20px;
        }
        .OptInWrapper 
        {
            margin-left:auto; margin-right:auto;
            background-color:#FFFFFF;
            margin-top:2em;
            border-radius: 10px;      
            color: #022668;
			width: 80%;
        }
         
         .OptInForm .header , .OptInForm .footer 
         {
             
         }
        
        .OptInForm .text, .OptInForm select
        {
            border:2px solid #D0D0D0;
            background-color:#FFFFFF;
            padding:5px;
            width:100%;
            display:block;
            margin-top:0.5em;
            font-size:16px;
        }
        .OptInForm .checkbox , .OptInForm .radio TD
        {
            padding:5px;
            
        }
        .OptInForm .text
        {
            width:100%;
        }
        .required
        {
            background-image:url(https://www.jangomail.com/images/asterisk_yellow.png);
            background-position:98% 50%;
            background-repeat:no-repeat;
            padding-right:30px;
            
        }
        .OptInForm .subscribeButton
        {
            background-color:#FDA914;
            color: #FFFFFF;
            padding:5px 10px;
            border-radius: 5px;      
            border:1px solid #FFFFFF;;
            font-size:18px;
            cursor:pointer;
			transition: 1s ease;
        }
        .OptInForm .subscribeButton:hover
        {
            background-color:#FFFFFF;
            color: #FDA914;
			border: 1px solid #FDA914;
			transition: 1s ease;
        }
        .error 
        {
            border-color:Red !important;
        }
        table.error 
        {
            border:2px solid Red !important;
        }
        .Field 
        {
            margin-bottom:1em;
        }
        .errorPanel 
        {
            border:2px solid Red;
            padding:10px;
            background-color:#ffeeee;
            margin-bottom:1em;
            background-image: url(https://www.jangomail.com/images/errorNotice.png);
            background-repeat:no-repeat;
            background-position:100% 100%;
        }
        
        .thankyou 
        {
            text-align:center;
        }

@media
	  only screen 
    and (max-width: 1024px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {
			.table-desktop {
				display: none;
			}
			.table-mobile {
				display: block;
			}
		table, thead, tbody, th, td, tr, table td, table th {
			display: block;
		}
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
    tr {
			margin: 0 0 10px 0;
			line-height: 2;
    }      
    tr:nth-child(odd) {
      background: #f1f6ff;
    }    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
			text-align: left;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		td:nth-of-type(1):before { content: "Grocery Item"; }
		td:nth-of-type(2):before { content: "Price"; }
		td:nth-of-type(3):before { content: "Quantity"; }
		td:nth-of-type(4):before { content: "% Used in Dinners"; }
		td:nth-of-type(5):before { content: "Price for 2 wks"; }

}

@media screen and (max-width:1025px) {
	.container {
		width: 85%;
	}
	h3 {
		font-size: 1em;
	}
	#menu {
		padding: 0;
		margin: 24px 0 0 0;
	}
}


@media screen and (max-width:820px) {
	.container {
		width: 90%;
	}
	.container-left-col {
		width: 70%;
	}
	.sidebar {
		width: 25%;
	}
	.container-left-col p.detox-anchor-nav-links {
		margin-left: 0;
	}
}

@media screen and (max-width:780px) {
	.container {
		margin: 0 auto;
		width: 90%;
	}
	.sidebar {
		width: 90%;
		margin: 0 auto;
		padding: 5vh 0 0 0;
		float: none;
		text-align: center;
	}
	.container-left-col {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	h1.max-screen {
		display: none;
	}
	h1.max-415 {
		font-size: 3em;
	}
	h3 { 
		width: 80%;
	}
	h4 {
		padding: 36px 0 0 0;
	}
	.max-415 {
		display: block;
	}
	.UL-img {
		margin: 0 auto;
		text-align: center;
	}
	nav {
		margin: 0 auto;
    width: 60%;
	}
	ul li {
		text-align: left;
	}
	.boxed-text {
	width: 70%;
	margin: 0 auto;
	padding: 18px;
	border: #fda914 1px solid;
	border-radius: 8px;
	background: #dde9ff36;
}
	.float-right {
		display:block;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.contact-form-description {
		width: 100%;
	}
	label {
		float: none;
	}
	#contact-area input, #contact-area textarea {
		width: 90%;
		display: block;
	}
	.capbox {
		margin: 0 auto;
	}
	.container-left-col p.detox-anchor-nav-links {
		margin-left: 10%;
	}
        .OptInWrapper 
        {
			width: 100%;
        }
}

@media screen and (max-width:690px) {
	.float-right.boxed-text {
		float: none;
		margin: 0 auto;
		margin-bottom: 36px;
		width: 80%;
		max-width: 520px;
	}
}

@media screen and (max-width:415px) {
	h1.max-415 {
		font-size: 2em;
	}
	nav {
		margin: 0 auto;
    width: 100%;
	}	
	.margin-left-36 {
		margin-left: 0;
	}
	.contact-form-description {
		width: 100%;
	}
	label {
		float: none;
	}
	#contact-area input, #contact-area textarea {
		width: 90%;
		display: block;
	}
	.capbox {
		margin: 0 auto;
	}
	.container-left-col p.detox-anchor-nav-links {
		margin-left: 0;
	}
}
