@charset "UTF-8";

@font-face {
	font-family: 'Raleway';
	src: url('Raleway-VariableFont_wght.ttf'); /* IE9 Compat Modes */
	src: url('Raleway-VariableFont_wght.ttf') format('embedded-opentype'), /* IE6-IE8 */
	     url('Raleway-VariableFont_wght.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Raleway-Italic';
	src: url('Raleway-Italic-VariableFont_wght.ttf'); /* IE9 Compat Modes */
	src: url('Raleway-Italic-VariableFont_wght.ttf') format('embedded-opentype'), /* IE6-IE8 */
	     url('Raleway-Italic-VariableFont_wght.ttf') format('truetype'); /* Safari, Android, iOS */
}

body,html {width: 100%; background: #1B4650; font-family: Raleway,"Arial"}

a,h1 {font-weight: 400; color: #1B4650; font-family: Raleway,"Arial";}
a:hover {color: #FD6E06; text-decoration: none;}

.page {background: white}
.header-left {width: 197px; float: left; }
.logo {width: 197px;}
.header-right {padding-top: 61px; padding-bottom: 3px; border-bottom: 3px solid #FD6E06; overflow: hidden ; margin-left: 197px; margin-right: 10px; text-align: right; font-weight: bold;}
.header-link {font-family: Raleway,"Arial"; padding-bottom: 8px; font-size: 16px; color: #0491C2}

.content {margin: 20px; font-family: Raleway,"Arial"}

.footer  {padding: 10px, 10px, 10px, 10px;  margin: 10px, 10px, 10px, 10px; width: 100%; font-weight: 400; color: white; padding-top: 1em; text-align: center; overflow: hidden; border-top-color: #59bed9; font-size: .7em; background: #1B4650}

@media (max-width: 550px) {
	.header-left {width: 150px; float: left; }
	.header-right {padding-top: 40px; padding-bottom: 3px; border-bottom: 3px solid #FD6E06; overflow: hidden ; margin-left: 150px; margin-right: 10px; text-align: right; font-weight: bold;}
	.logo {width: 150px;}
	.home_link {display: none}
}























.form-horizontal .control-label 
{
	text-align: left;
}

.clearboth {clear: both}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.form-horizontal .form-group {
    margin-right: 0;
	margin-left: 0;
}

.cmax {
	max-width: 1366px;
	margin: 0 auto; 
	padding-top:1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: .5em;
}

@media (max-width: 400px) {
	.cmax {
		padding-top:0;
		padding-bottom: .5em;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 820px) {
	.footer_div{
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer_dot_2 { display:none}
}

@media (max-width: 525px) {
	.footer_div{
		width: 260px;
	}
	#footer_dot_2 { display:none}
	#footer_dot_3 { display:none}
}


a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,u,ul,var,video
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.content_title {
	font-family: FuturaT-Bold,"Helvetica Neue",Helvetica,Verdana,sans-serif;
}

.enroll .italic,.italic
{
    font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
    display: block;
    clear: both;
}

html
{
    position: relative;
}

blockquote,q
{
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before
{
    content: "";
    content: none;
}

.table-indent {
	padding-left: 0;
	
}

@media (min-width: 950px) {
	.table-indent {
		padding-left: 50px;
	}
}

.select-caption {
	display:inline;
}

@media (max-width: 400px) {
	.select-caption {
		display:none;
	}
}

.select_dosage {
	text-align: center;
}
table, th, td {
   border: 1px solid black;
   vertical-align: top;
   font-size: 16px;
}

th, td {
   padding: .5em;
}

th {
	color: white;
	background-color: #0491C2;
}

td {
	color: black;
	background-color: #E2F4FD;
}

*,:after,:before
{
    box-sizing: border-box;
}

a img,img
{
    border: none;
    border-width: 0;
}

.cf:after,.cf:before,.enroll:after,.enroll:before
{
    content: " ";
    display: table;
}

.font-icon,.tab
{
    display: inline-block;
}

.cf:after,.enroll:after
{
    clear: both;
}

.bold
{
    font-weight: 700;
}

.medium-heavy
{
    font-weight: 400;
}

.orange
{
    color: #f67b00;
}

.blue,.brightBlue
{
    color: #2b9cba;
}

.fadedBlue
{
    color: #59bed9;
}

.fadedBlue
{
    color: #ffa144;
}

.black
{
    color: #000;
}

.uppercase
{
    text-transform: uppercase;
}

/* .Goudy */
/* { */
    /* font-family: sorts-mill-goudy,Georgia,serif; */
/* } */

.smaller
{
    font-size: .7619em;
}

.align-right
{
    text-align: right;
}

body
{
    font-size: 18px;
    line-height: normal;
    font-family: FuturaT,"Helvetica Neue",Helvetica,Verdana,sans-serif;
    font-weight: 300;
}

h2
{
	padding-top: 1em;
	padding-bottom: .5em;
	font-size: 20px;
    font-weight: 700;
    color: black;
}

body>.container
{
    background-size: 100% 285px;
    width: 100%;
}

a{
    text-decoration: none;
}

a:hover
{
    color: #f67b00;
}

h1{
    font-size: 1.4em;
}

h2{
    margin-bottom: .2em;
}

h3,h4,h5,h6{
    font-weight: 700;
}

h3{
    color: #2b9cba;
    font-size: 1.3125em;
    line-height: .9;
}

h5,h6{
    color: #2b9cba;
    font-size: 1em;
    line-height: 1;
}

h6{
    font-size: .9375em;
}

p{
    margin-bottom: 1em;
}

.content-wrapper ol {
    counter-reset: mycounter;
    margin-bottom: 1em;
}

.content-wrapper ol>li {
    padding-left: 1em;
}

.content-wrapper ol>li:before {
    content: counter(mycounter,decimal) ".	";
    counter-increment: mycounter;
    margin-left: -1em;
}

.content-wrapper ul>li
{
    padding-left: 1.25em;
}

.content-wrapper ul>li:before
{
    content: "•\0009";
    font-size: 1.2em;
    line-height: .83333em;
    position: relative;
    top: 2px;
    margin-left: -1.25em;
}

.content-wrapper ol ol,.content-wrapper ol ul,.content-wrapper ul ol,.content-wrapper ul ul {
    margin-left: 1em;
}

li.bold *
{
    font-weight: 300;
}

.tab {
    width: 3em;
}

#content
{
    margin-bottom: 20px;
	min-height: 300px;
}

@media (max-width: 400px) {
	#content {
		padding-left: .2em;
		margin-left: .35em;
	}
}

.header
{
    padding-top: 10px;
    position: relative;
}

.hdr-logo
{
    margin-left: -7px;
}

.FuturaT-Bold{
	font-family: FuturaT-Bold,"Helvetica Neue",Helvetica,Verdana,sans-serif;
}

.content ul
{
    padding: 0;
    margin: 0 0 20px;
}

.content ul ul
{
    margin-left: 2.3em;
}

.content ul ul li:before
{
    padding: 0 .2em 0 0;
    margin-left: -.5em;
    content: ">";
    font-size: 1em;
    line-height: 1;
    color: #000;
}

.content ul li:before
{
    padding: 0 .1em 0 0;
    margin-left: -.2em;
    content: "•";
    font-size: 1.2em;
    line-height: .83333;
    color: #f67b00;
}

.content-wrapper
{
	width: 100%;
    margin: auto;
}

.content-wrapper.slim
{
    margin-right: -100px;
    margin-left: 0;
    width: 400px;
}

.providers .notice
{
    text-align: left;
    background-image: -sand-gradient(linear,center top,center bottom,color-stop(#2b9cba),color-stop(#fff),color-stop(#fff));
    background-image: linear-gradient(#2b9cba,#fff,#fff);
    padding: 24px 0 15px 20px;
    border: 1px solid #6ec6dd;
    -sand-box-shadow: 3px 3px 5px rgba(43,156,186,.5);
    box-shadow: 3px 3px 5px rgba(43,156,186,.5);
    width: 302px;
    margin-left: 10px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.providers .notice h4
{
    font-weight: 700;
    color: #fff;
    font-size: 1em;
    margin-bottom: 15px;
}

.providers .notice .source
{
    color: #f67b00;
    font-size: .8em;
    text-transform: uppercase;
    margin-bottom: .55556em;
    display: inline-block;
}

.provider-menu
{
    text-align: left;
}

.provider-menu li
{
    list-style: none!important;
    text-align: left;
    margin: 1em 0;
}

.enroll li,.footer-navigation .nav-drop li
{
    list-style: none;
}

.enroll .content-wrapper ul>li:before,.enroll .gfield_label_before_complex,.enroll .gfield_required,.enroll .gform_validation_container
{
    display: none;
}

.enroll .content-wrapper ul>li
{
    padding-left: 0;
}

.enroll .gfield_radio li,.enroll .ginput_container,.enroll .ginput_container_radio ul
{
    display: inline;
}

.enroll .gfield_checkbox label,.enroll .gfield_radio label
{
    width: auto;
}

.enroll .ginput_complex span
{
    display: block;
}

.enroll .gform_body ul
{
    margin-left: 0;
}

.enroll .col-1,.enroll .col-2
{
    display: inline-block;
    vertical-align: top;
}

.enroll .col-1
{
    width: 340px;
}

.enroll .col-2
{
    width: 600px;
    clear: right;
}

.enroll .col-2>label
{
    width: 200px;
}

.enroll form
{
    margin-top: 10px;
}

.enroll label
{
    display: inline-block;
    margin-right: 18px;
	font-size: 13px;
	margin-left: 5px;
	
}

.form-control-div {
	margin-right: 15px;
}

.enroll input[type=phone],.enroll input[type=date],.enroll input[type=text],.enroll select
{
    width: 100%;
    background: #E2F4FE;
    border: 1px solid #E2F4FE;
    box-shadow: none;
    font-family: FuturaT,"Helvetica Neue",Helvetica,Verdana,sans-serif;
    font-size: 16px;
    height: 34px;
    padding: 6px 12px;
	
	line-height: 1.42857143;
	border-radius: 0px;
}

.enroll .callout,.enroll .validation_error
{
    box-sizing: border-box;
    clear: both;
}

.enroll input[type=date]
{
    text-transform: uppercase;
    color: grey;
}

.enroll input[type=date]:active,.enroll input[type=date]:focus
{
    color: #000;
}

.help-block {
	margin-top: 0;
	margin-bottom: 0;
	color: #FD6E06;
	font-family: FuturaT,"Helvetica Neue",Helvetica,Verdana,sans-serif;
	font-style: italic;
    font-size: 14px;
}


.enroll .validation_error
{
    background-color: #FD6E06;
    color: #fff;
    margin: 10px 0;
    padding: 15px;
}

.enroll .validation_message
{
    color: #FD6E06;
    font-style: italic;
    margin-top: -13px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.enroll .orange
{
    color: #FD6E06;
}

@media (min-width: 300px) {
  .container {
    width: 100%;
  }
}

.button_example{
border:1px solid #F84C00;
-webkit-box-shadow: #CCCCCC 0px 1px 0px inset;
-moz-box-shadow: #CCCCCC 0px 1px 0px inset; 
box-shadow: #CCCCCC 0px 1px 0px inset; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
font-size:15px;
font-family:arial, helvetica, sans-serif; 
padding: 10px 10px 10px 10px; 
text-decoration:none; 
text-transform: uppercase;
display:inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold; 
color: #FFFFFF;
 background-color: #FD6E06; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FD6E06), to(#FF952E));
 background-image: -webkit-linear-gradient(top, #FD6E06, #FF952E);
 background-image: -moz-linear-gradient(top, #FD6E06, #FF952E);
 background-image: -ms-linear-gradient(top, #FD6E06, #FF952E);
 background-image: -o-linear-gradient(top, #FD6E06, #FF952E);
 background-image: linear-gradient(to bottom, #FD6E06, #FF952E);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FD6E06, endColorstr=#FF952E);
}

.btn  .btn-default {
	text-transform: capitalize;
}


.button_example:hover{
 border:1px solid #f84c00;
 background-color: #FD4D00; background-image: -webkit-gradient(linear, left top, left bottom, from(#FD4D00), to(#FA7B00));
 background-image: -webkit-linear-gradient(top, #FD4D00, #FA7B00);
 background-image: -moz-linear-gradient(top, #FD4D00, #FA7B00);
 background-image: -ms-linear-gradient(top, #FD4D00, #FA7B00);
 background-image: -o-linear-gradient(top, #FD4D00, #FA7B00);
 background-image: linear-gradient(to bottom, #FD4D00, #FA7B00);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FD4D00, endColorstr=#FA7B00);
 font-weight:bold; 
color: #FFFFFF;
text-decoration:none; 
cursor: pointer; cursor: hand; /* hand option is for IE 5.5 and below */
} 

.button_example:disabled{
 border:1px solid #acacac;
 background-color: #acacac; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#acacac), to(#909090));
 background-image: -webkit-linear-gradient(top, #acacac, #909090);
 background-image: -moz-linear-gradient(top, #acacac, #909090);
 background-image: -ms-linear-gradient(top, #acacac, #909090);
 background-image: -o-linear-gradient(top, #acacac, #909090);
 background-image: linear-gradient(to bottom, #acacac, #909090);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#acacac, endColorstr=#909090);
 font-weight:bold; 
color: #FFFFFF;
text-decoration:none; 
cursor: default;
} 

.button_example:focus{
color: #FFFFFF;
text-decoration:none; 
}

.btn label {
	text-align:center; 
}

form.form-horizontal label{ 
	font-size: 16px;
	font-family: FuturaT,Trebuchet MS,Arial,sans-serif; 
}

form.form-horizontal .field_note {
	margin: 0; font-size: 11px; line-height: 12px;
}

.control-label {
	padding-bottom:5px;
	text-align: left;
}

div.process_button{ float: left; margin: 10px auto; text-align:center; width: 100%; padding: 10px;}
div.process_button input{margin: 10px auto;}

.inline-block {
	display:inline-block;
}
.align_top {
	vertical-align: top;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.enroll .btn {
	margin-right: 0;
	padding-left: 12px;
	text-transform: uppercase;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}

.larger {
	font-size: 1.3em;
}

.shipping_address {
	font-weight: bold;
}

.shipping_address b{
	font-size: 1.1em;
}

.nobr	{ white-space:nowrap; }

.btn-custom {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0393C5;
	*background-color: #0393C5;
	background-image: -moz-linear-gradient(top, #BDE7ED, #0393C5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BDE7ED), to(#0393C5));
	background-image: -webkit-linear-gradient(top, #BDE7ED, #0393C5);
	background-image: -o-linear-gradient(top, #BDE7ED, #0393C5);
	background-image: linear-gradient(to bottom, #BDE7ED, #0393C5);
	background-repeat: repeat-x;
	border-color: #0393C5;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE7ED', endColorstr='#0393C5', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;	
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
	color: #FFFFFF;
	background-color: #0393C5;
	*background-color: #003bb3;
}

.btn-custom.focus {
	color: white;
}

.enroll .bnt-custom lable {
	padding-left: 15px; 
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label{
	vertical-align: middle;
}

.checkbox {
 display: inline-block;
 position: relative;
 padding-left: 25px;
 margin-right: 15px;
 margin-left: 20px;
 font-size: 13px;
 cursor: pointer;
}

.checkbox-text {
 font-size: 18px;
 cursor: pointer;
}

input[type=checkbox] + label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 3px;
  left: 0;
  top: 5px;
  background-color: white;
  border-width: 1px;
  border-color: #0393C5;
  border-style: solid;
  content: "";
  font-weight:bold;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  cursor: pointer; 
  color: white;
  content: "\2713";
}

input[type=checkbox][disabled] + label {
  color: grey;
  cursor: default; 
}

input[type=checkbox][disabled] + label:before {
  background-color: lightgray;
  color: lightgray;
}

input[type=checkbox]:checked + label:before {
  color: #0393C5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.display_none {
  display: none;
}

/* .radio input[type=radio] { */
  /* display: none; */
/* } */

input[type=radio] {
  display: none;
}

label.radio{
 display: inline-block;
 position: relative;
 padding-left: 25px;
 margin-right: 15px;
 margin-left: 20px;
 cursor: pointer;
}

.radio:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #0393C5;
  color: #0393C5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  background-color: white;
  content: "";
  cursor: pointer; 
}

input[type=radio]:checked + label:before {
	background-color: #0393C5;
}

.select_dosage label{
 display: inline-block;
 position: relative;
 margin-right: 5px;
 margin-left: 1px;
 font-size: 13px;
 cursor: pointer;
}

.radio2 {
	font-size: 1.1em !important;
	font-weight: bold;
	font-family: FuturaT-Bold;
}

.radio2.blue {
	margin-left: 25px;
}

.radio2:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #0393C5;
  color:red;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  background-color: white;
  content: "";
  cursor: pointer; 
}

/* bootstrap overrides */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 4px;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 5px;
}

.dosage_option {
	font-size: 20px;
	margin-top: 1em;
}

.dosage_indent {
	padding-left: 30px;
}

.dosage_bullet {
	font-size: 16px;
	font-weight: bold;
	font-family: FuturaT-Bold;
	padding-left: 30px;
}

.dosage_bullet:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  margin-left: 14px;
  background-color: #0393C5;
  content: "";
}

.enroll .checkbox-text {
	margin-left: 20px;
}

@media all and (max-width: 650px) {
	.mobile { display: block; }
	.desktop { display: none; }
}
@media all and (min-width: 651px) {
	.mobile { display: none; }
	.desktop { display: block; }
}

/* .mobile { display: none; } */
/* .desktop { display: block; } */

#thankyou{
	background-image:url('../images/QuitLineSwirlBackground.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

@media all and (max-width: 319px) {
	#thankyou {
		background-size: 200px 91px;
		min-height: 200px;
	}
}

@media all and (max-width: 639px) and (min-width: 320px) {
	#thankyou {
		background-size: 330px 150px;
		min-height: 300px;
	}
}

@media all and (min-width: 640px) {
	#thankyou {
		background-size: 1100px 500px;
		min-height: 500px;
	}
}

#GenderIDFormGroup > div> label {
	display: inline;
}