@charset "utf-8";

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: url('https://ff7b7b1885de719db69e-09f16710ff64e05ceba50ff053f6d568.ssl.cf1.rackcdn.com/img/dark_linen.png');
	font: 13px/21px 'Open Sans', arial, sans-serif;
	color: #555555;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
}

img{ max-width:100%;}

.content_container .content_inner {
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	background-position:center;
	text-align:left;
	position:relative;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.learnMore a {
	color:red;
}

.image {
	background-repeat:no-repeat;
	background-position:center;
}

div, img, ul {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.centertext {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.oblique {
	font-style:oblique;
}

.underline {
	text-decoration:underline;
}

.noBorder {
	border:none !important;
}

a, a:visited {
	color: #444;
	outline: 0px none;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}

a:hover, 
a:focus {
  color: #C82027;
}

ul {
	list-style: none outside none;
}

strong {
  font-weight: bold;
  color: #333;
}

.normal {
  font-weight: 600;
  color: #B01318;
}

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

.heading {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  font-family: "Oswald",sans-serif;
  text-align: center;
}

h1 {
  font-size:29px;
  line-height:38px;
  margin-bottom:14px;
}

h2 {
  font-size: 21px;
  line-height: 28px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 4px;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: "Open Sans",arial,serif;
    font-weight: normal;
}

blockquote {
  margin: 0px 0px 20px;
  padding: 9px 20px 0px 19px;
  border-left: 1px solid #DDD;
}

blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

.red {
  color: #BD3233;
  font-weight: bold;
}

img {
	border:0;
}

.content_container .content_inner.section {
  margin: 20px auto;
  text-align: left;
  background-color:#FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
	padding:20px;
}

.content_container.headerBlock .content_inner img {
	vertical-align:middle;
}

.promo {
  font-size: 17px;
  color: #D32A31;
  font-weight: bold;
}

.promo .phone {
  background: url('https://ff7b7b1885de719db69e-09f16710ff64e05ceba50ff053f6d568.ssl.cf1.rackcdn.com/img/header_phone.png') no-repeat scroll left center transparent;
  padding-left:20px;
	display:inline-block;
}

.menu .nav .trigger {
	display:none;
}

.menu .nav ul li.index {
	margin:2px 0px 0px;
}

#headline {
  color: #FFF;
  font-size: 41px;
  line-height: 52px;
  text-align: center;
  font-family: "Oswald",sans-serif;
  font-weight: 900;
}

#headline .red {
  color: #F31A28;
}

#drdave-above {
  padding: 0px;
  margin: 0px 0px -20px;
}

#drDaveVideo {
	width: 100%;
	height: auto;
	max-width: 480px;
}

ul.checked li {
  padding:10px 0px 0px 36px;
  background: url('https://ff7b7b1885de719db69e-09f16710ff64e05ceba50ff053f6d568.ssl.cf1.rackcdn.com/img/check.png') no-repeat scroll 0px 3px transparent;
  min-height:30px;
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  vertical-align: baseline;
}

.bbtn {
	text-align:center;
	margin-top:20px;
}

.bbtn .button.button_hilite {
	margin-left:5px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #CCC;
  padding: 6px 4px;
  border-radius: 2px;
  font: 13px Arial,sans-serif;
  color: #777;
  margin: 0px 0px 15px;
  background: none repeat scroll 0% 0% #FFF;
}

.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  border-style: solid;
  border-width: 0px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  background-repeat: repeat-x;
  color: #FFF;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.4);
  background-color: #374045;
  text-decoration: none;
  font-size: 16px;
  font-family: "Open Sans",arial;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 5px 14px;
  transition: all 0.2s linear 0s;
}

.button:hover, a:hover.button, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.button_hilite, a.button_hilite {
  background-color: #C82027;
}

.bigbutton {
	padding: 15px 35px !important;
}

.blackBox {
	border: 3px solid #000;
}

.blackBox .content {
	padding:5px 20px 0px;
}

.blackBox .content p {
	font-size: 16px;
}

.headingBox,
.headingBox2 {
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 10px;
  padding: 15px 0px 20px;
  border-width: 0px;
  background-repeat: repeat-x;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.4);
  background-color: #393939;
  text-align:center;
  color:white;
}

.headingBox {
  font-size: 35px;
}

.headingBox2 {
  font-size: 30px;
}

.headingBox strong {
	color:white;
}

.ready {
	padding:0px 10px 10px;
}

.ready p {
  font-size: 16px;
}

.ready h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}


.pro-product,
.couple,
.doc {
	float:right;
}

.pro-product {
	margin-bottom:10px;
}

.clinicalResults {
	text-align:center;
}

.research {
	text-align:left;
}

.why p {
	text-align:left;
}

.redBox {
  background:#A60000;
  background-color:rgba(166, 0, 0, 0.9);
  padding: 20px;
  margin: 20px 0px;
}

.redBox img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.redBox h2 {
	margin-top:0px;
}

.redBox * {
	color:white;
}

.grayBox {
	color: #FFF;
	background-color:#393939;
	padding: 20px;
	margin: 20px 0px;
}

.grayBox .heading {
	margin-top:0px;
	margin-bottom:0px;
}

.grayBox * {
	color:white;
}

.content_container.footerBlock ul li {
	display: inline-block;
}

.content_container.footerBlock {
	background-color:#222425;
	padding-bottom:10px;
}

.content_container.footerBlock a, 
.content_container.footerBlock a:visited {
	color: #FFF;
}

.content_container.footerBlock a:hover,
.content_container.footerBlock a:focus {
	color: #C82027;
}

.content_container.footerBlock .content_inner {
	text-align:center;
	color:white;
}

.content_container.footerBlock .content_inner li {
	padding:10px;
	font-weight:bold;
}

#sidebar {
	display:none;
}

.agame {
	text-align:left;
}

blockquote h3 {
	margin:0px 0px 8px;
}

#deserve_img {
	float:right;
	margin-left:5px;
}

.guaranteeBox img {
	float:right;
}

.button h1 {
	color:white;
	padding:0px;
	margin:10px;
}

#order_button.full-width {
	display:block;
	text-align:center;
}

.section_featured_texts p {
  color: #777;
  font-size: 13px;
  line-height: 21px;
  margin-right: 12px;
  margin-left: 54px;
}

.section_featured_texts h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #555;
  letter-spacing: -1px;
  margin-left: 54px;
}

.section_featured_texts .icon {
  float: left;
  margin: 1px 16px 66px 0px;
  width: 37px;
  height: 37px;
}

.big_cog {
	background: url('https://ff7b7b1885de719db69e-09f16710ff64e05ceba50ff053f6d568.ssl.cf1.rackcdn.com/img/icon_big_cog.png') no-repeat scroll center center transparent;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

.blackBox.docQuote {
	padding:20px 20px;
}

.blackBox.docQuote img {
	float:left;
	margin-right:10px;
}

#order_button {
	margin-top:30px;
}

.moneyBackSeal {
	float:left;
}

body.order .noSideBox {
	margin:20px 0px;
	border-top:2px solid #666; 
	border-bottom:2px solid #666;
	min-height:252px;
}

#alternate {
	text-align:center;
}

#alternate span.link img {
	width:100px;
	margin:0px 10px;
}

#alternateOrder > div {
  background-color:#F2F2F2;
  margin: 10px 0px;
  text-align:center;
  padding:10px 0px 15px;
  border:solid 1px #ddd;
}

#alternateOrder h4 {
  color:#2D98BD;
  font-size:18px;
  font-weight:bold;
  margin:0px;
}

#alternateOrder p {
	margin:5px;
}

#alternateOrder select {
	padding:5px;
}

#alternateOrder #orderByPhone h4 {
	margin-bottom:20px;
}

.methods {
	text-align:center;
}

.methods .attention {
	font-size:16px;
}

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

#image4pack {
	float:left;
}

#image3pack,
#image2pack,
#image1pack {
	float:right;
}

#image2pack {
	margin:10px 0px;
}

#mainbody {
	text-align:center;
}

#boxBorder {
	border: 2px solid #666;
	padding-bottom:15px;
	max-width:450px;
	margin:0px auto;
}

body.contact a, 
body.contact a strong,
body.contact2 a, 
body.contact2 a strong,
body.phoneorder a, 
body.phoneorder a strong {
	color: #C00;
}

.ui-widget {
	font-size:1.0em !important;
	line-height:1.2em !important;
}

#frmEmailer {
	border: 1px solid #DDD;
	background-color:#FFFCEF;
	box-shadow: 0px 0px 20px rgba(222, 215, 210, 0.5) inset;
	padding:15px;
	max-width:508px;
}

#frmEmailer h4 {
  font-size:14px;
  line-height:19px;
  margin-bottom:4px;
  margin-top:0px;
}

#frmEmailer select,
#frmEmailer textarea {
	width:100%;
}

#frmEmailer input[type="text"],
#frmEmailer input[type="email"] {
	width:300px;
	margin-bottom:5px;
}

#frmEmailer label {
	width:125px;
	display:inline-block;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
}

#frmEmailer .formLine.submit {
	text-align:right !important;
	padding-top:10px;
}

#frmEmailer .formLine.submit input {
	min-width:160px;
}

#popupLayer {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.5);
	text-align:center;
	display:none;
}

#popupLayer.show {
	display:block;
	z-index:2;
}

#popupLayer .vAlign {
	display:inline-block;
	height:100%;
	width:1px;
	vertical-align:middle;
}

#popupLayer .hdp_popup {
	display:inline-block;
	vertical-align:middle;
	margin-left:-5px;
}

#popupLayer .hdp_popup .hdp_info h3 {
	font-weight:bold;
	text-align:left;
}

#popupLayer .hdp_popup .hdp_info h4 {
	margin-bottom:6px;
}

.hdp_popup .hdp_info .logo {
	background:none;
	width:auto;
	height:auto;
	display:block;
}

.hdp_popup .hdp_info .logo img {
	height:25px;
	display:inline;
}

.hdp_popup {
	max-width:800px;
	border:solid 1px #777;
	background-color:#fff;
	text-align:left;

	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.35);
}

.hdp_popup ul.hdp_list {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}

.hdp_popup ul.hdp_list li {
	display:inline-block;
	border:solid 2px #818181;
	vertical-align:top;
	padding:10px;
	text-align:left;
	background-size:auto 100%;
	background-position:right bottom;
	background-repeat:no-repeat;
	box-sizing: border-box;
}

.hdp_popup ul.hdp_list li .floatBox {
	float:right;
	clear:right;
}

.hdp_popup ul.hdp_list li.b1 {
	background-image:url("https://ff7b7b1885de719db69e-09f16710ff64e05ceba50ff053f6d568.ssl.cf1.rackcdn.com/img/packages/c1/hersolution-popup-1.jpg");
}

.hdp_popup ul.hdp_list li.b2 {
	background-image:url("https://ff7b7b1885de719db69e-09f16710ff64e05ceba50ff053f6d568.ssl.cf1.rackcdn.com/img/packages/c1/hersolution-popup-2.jpg");
}

.hdp_popup ul.hdp_list li.b3 {
	background-image:url("https://ff7b7b1885de719db69e-09f16710ff64e05ceba50ff053f6d568.ssl.cf1.rackcdn.com/img/packages/c1/hersolution-popup-3.jpg");
}

.buttonBlock {
	text-align:center;
}

.hdp_popup .hdp_info {
	padding:15px 30px;
}

.hdp_popup .hdp_info .logo {
	float:right;
}

.hdp_popup .hdp_terms {
	background-color:#FFF2CC;
	padding:15px 30px;
}

.hdp_popup .hdp_terms .container {
	height:200px;
	overflow-x:auto;
	overflow-y:scroll;
	margin-bottom:15px;
}

.currency {
	text-align: center;
	background-color: #D0263C;
	font-weight: bold;
	padding: 3px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	font-size: 15px;
	color: #FFF;
	clear: both;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	line-height: 1em;
}

.currency select {
	margin-bottom:0px;
}

ul.pkgList {
	padding:0px;
	margin:10px 0px;
	list-style:none;
	border-top:1px solid #C6C6C6;
	color: #595959;
}

ul.pkgList li.pkg {
	display:block;
	border-bottom:1px solid #C6C6C6;
	padding:30px 30px;
}

ul.pkgList li.pkg:nth-child(2n+1) {
	
}

ul.pkgList li.pkg .learnMore {
	font-weight:bold;
	padding:5px 0px;
}

ul.pkgList li.pkg .info .name {
	font-weight: bold;
}

ul.pkgList li.pkg .info .desc {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BFBFBF;
}

ul.pkgList li.pkg .info .pricing .retail > span {
	text-decoration: line-through;
}

ul.pkgList li.pkg .info .pricing .savings {
	color: #A11F20;
}

ul.pkgList li.pkg .info .pricing .freeShipping {
	font-size:0.8em;
	font-weight:bold;
	color:green;
	margin: 0px;
}

button.button,
ul.pkgList .addtocart {
	background-color:#D0263C;
	line-height: 35px;
	padding: 0px 25px;
	color: #FFF;
	border: 0px none;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	display:inline-block;
	text-decoration:none;
}

ul.pkgList li.pkg .info .pricing .addtocart.disabled {
	background-color:#B47777;
	pointer-events: none;
	cursor: default;
}

ul.pkgList li.pkg .info .pricing .addtocart {
	margin-top:5px;
}

ul.pkgList li.pkg .info .pricing .order {
	display:none;
}

ul.pkgList li.pkg .info.hasSelector .pricing > .hdp .hdp,
ul.pkgList li.pkg .info.hasSelector .pricing > .otp .otp {
	margin:0.0em -0.5em 0em;
	padding:0.5em 0.5em;
}

ul.pkgList li.pkg.otp .info.hasSelector .pricing > .otp .otp,
ul.pkgList li.pkg.hdp .info.hasSelector .pricing > .hdp .hdp {
	background-color:#EAEAEA;
	border: solid 1px #ccc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.pkgList li.pkg.otp .info.hasSelector .pricing > .otp .otp {
	margin-bottom: 0.0em;
}

ul.pkgList li.pkg .info .pricing > .otp .otp .order {
	display:block;
}

ul.pkgList li.pkg .info .pricing > .hdp .hdp .order {
	display:block;
}

ul.pkgList li.pkg .info {
	width:40%;
	float:left;
	line-height: 1.3em;
}

ul.pkgList li.pkg .image {
	width:60%;
	float:left;
}

ul.pkgList li.pkg .image img {
	max-width:95%;
	height:auto;
}

ul.pkgList li.pkg .image .hdp,
ul.pkgList li.pkg .image .otp {
	display:none;
}

ul.pkgList li.pkg.hdp .image .hdp {
	display:block;
}

ul.pkgList li.pkg.otp .image .otp {
	display:block;
}

.home .element-button.medium {
    width: 124px;
}

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