/********************************/
/******Styles Reset******/
/********************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
nav ul li {
	display:inline;
}
ul, ol {
	list-style-position:inside;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
input:focus {
	outline:none;
}
::selection {
	background:#278FDC;
	color:/* Safari */#fff;
}
::-moz-selection {
background:#278FDC;
color:/* Firefox */#fff;
}
a {
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:700;
}
del {
	text-decoration:line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	border-top:1px solid #ccc;
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	margin:1em 0;
	padding:0;
}
input {
	vertical-align:middle;
	height:25px;
	width:100%;
	max-width:250px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:20px;
	margin-top:4px;
	border:1px solid #d8d8d8;
	padding:5px;
}
input::-webkit-input-placeholder {
text-indent:5px;
color:#463c36;
font-style:italic;
}
input:-moz-placeholder {
color:#463c36;
font-style:italic;
}
textarea::-webkit-input-placeholder {
margin-left:5px;
color:#463c36;
font-style:italic;
}
input[type=password], input[type=text], input[type=submit], input[type=email] {
	border:none;
}
/********************************/
/******End of Styles Reset******/
/********************************/

/********************************/
/******Page Styles******/
/********************************/
/*---Header Styles---*/
header {
	min-height:102px;
	height:auto;
	width:100%;
	font-family: Trebuchet, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	background: #e9e1f0; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e1f0 0%, #8c6aa9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e1f0), color-stop(100%, #8c6aa9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e1f0 0%, #8c6aa9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9e1f0 0%, #8c6aa9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9e1f0 0%, #8c6aa9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9e1f0 0%, #8c6aa9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e1f0', endColorstr='#8c6aa9', GradientType=0 ); /* IE6-9 */
}
.wrapper {
	width: 1024px;
	height:auto;
	position:relative;
	margin:0 auto;
}
header .wrapper {
	min-height:102px;
	height:auto;
	background:url(../images/burst.png) -86px top no-repeat;
}
header .wrapper .logo {
	width:165px;
	position:absolute;
	margin:0 0 0 25px;
}
header .wrapper .tag, header .wrapper .tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px!important;
	font-style:italic;
	color: #fff!important;
}
header .wrapper .tag {
	display: block;
	width: 450px;
	text-align: left;
	position: absolute;
	bottom: 25px;
	left: 195px;
}
header .wrapper #top-nav p {
	display: block;
	float: right;
	font-size: 12px;
	padding: 5px 0 0 0;
}
.tagline {
	display: block;
	width: 300px;
	text-align: right;
	float: right;
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #330033;
	text-decoration:none;
}
header .wrapper #top-nav .headerNumber a, header .wrapper #top-nav .headerNumber a:link, header .wrapper #top-nav .headerNumber a:visited {
	display: block;
	width: 300px;
	text-align: right;
	float: right;
	position: absolute;
	bottom: 46px;
	right: 30px;
	font-size:30px;
	color: #330033;
	text-decoration:none;
}
header .wrapper #top-nav .login-links {
	margin-right:30px
}
header .wrapper #top-nav .login-links a:link {
	text-decoration: underline;
	text-transform: uppercase;
	color: #51197e;
	font-size: 12px;
}
/*---End of Header Styles---*/

/*---Main Content Styles---*/
#main-content{
	display:block;
	clear:both;
	overflow:none;
}
#main-content .wrapper {
	height:545px;
	margin-top:5px;
}
#main-content #main-offer {
	height:inherit;
	width:82%;
	height:auto;
	position:relative;
	float:left;
	background: #e9f2f7; /* Old browsers */
	background: -moz-linear-gradient(top, #e9f2f7 0%, #e8bddb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f2f7), color-stop(100%, #e8bddb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9f2f7 0%, #e8bddb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9f2f7 0%, #e8bddb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9f2f7 0%, #e8bddb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9f2f7 0%, #e8bddb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f7', endColorstr='#e8bddb', GradientType=0 ); /* IE6-9 */
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
#main-content #main-offer .swirl {
	width:220px;
	height:369px;
	background:url(../images/swirl.png) left top no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}
#main-offer div {
	float:left;
}
#main-offer div p {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 15px;
	margin: 0 0 20px 0;
	color: #333333;
}
#main-offer div:first-child {
	width:170px;
	margin: 20px 0 0 30px;
	z-index:2;
}
#main-offer div:first-child strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #911647;
	margin-bottom:10px;
}
#main-offer div:nth-child(2) {
	width: 350px;
	height: 545px;
	z-index:1;
	margin:0;
	padding:0;
	background:url(../images/love.png) center bottom no-repeat;
}
#main-offer div:nth-child(3) {
	width:280px;
	position:relative;
	margin: 10px 0 0 0px;
	text-align: center;
	z-index:2;
	font-weight:normal;
}
#main-offer div:nth-child(3) h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 0.8em;
	margin: 0 0 15px 0;
	color: #911647;
	text-align: center;
}
#main-offer div:nth-child(3) h1 span {
	font-size: 90px;
	line-height: 0.8em;
	text-align: center;
}
#main-offer div:nth-child(3) h2 {
	width: 220px;
	display: block;
	font-size: 22px;
	text-align: center;
	font-weight:normal;
	margin: 0 auto 10px auto;
	clear: both;
}
#main-offer div:nth-child(3) p {
	margin:15px 30px;
}
#main-offer .asknow {
	margin:35px 30px!important;
}
#main-offer div:nth-child(3) .offer-button {
	width:215px;
	height:40px;
	display:block;
	position:relative;
	margin:0 auto 35px auto;
	border:solid 2px #ffffff;
	text-decoration:none;
	z-index:2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #7f9630; /* Old browsers */
	background: -moz-linear-gradient(top, #7f9630 0%, #546320 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f9630), color-stop(100%, #546320)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f9630 0%, #546320 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f9630 0%, #546320 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7f9630 0%, #546320 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7f9630 0%, #546320 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f9630', endColorstr='#546320', GradientType=0 ); /* IE6-9 */
	box-shadow:#333 2px 2px 4px;
}
#main-offer div:nth-child(3) .offer-button .offer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	margin:5px 0 0 0;
	letter-spacing:0.05em;
	line-height:1em;
}
#main-offer div:nth-child(3) .offer-button .offer-click {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	color:#ffffff;
	margin:0 0 0 0;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.promoNumber a, .promoNumber a:link, .promoNumber a:visited {
	color:#333333;
	text-decoration:none;
	white-space: nowrap;
	font-size:28px;
	font-weight:bold;
	letter-spacing: -0.01em;
}
.return{
	background:url(../images/love-return.png) no-repeat!important;
}
.return-offer h1{
	font-size:34px!important;
	line-height:1.1em!important;
}
.return-phone{
	margin:15px 0;
	font-size:20px!important;
}
.return-easy{
	font-size:20px!important;
	color:#911647!important;
	font-weight:bold;
}
.return-list{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	list-style-type:none;
	list-style-position: outside;
}
.return-list li:before{
}
.return-list li{
	margin:9px 0 0 0;
	line-height:1.5em;
}
.return-list li:before{
	content:"";
	color:#fff;
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background:#911647;
	width:33px;
	height:30px;
	border-radius: 32px; 
	-moz-border-radius: 32px; 
	-webkit-border-radius: 32px; 
	border: 0px solid #911647;
	margin:5px;
	padding-top:3px;
	box-shadow:#000 2px 2px 5px;
}
.return-list li:first-child:before{
	content:"1";
}

.return-list li:nth-child(2):before{
	content:"2";
}

.return-list li:last-child:before{
	content:"3";
}
.note{
	font-size:14px;
	line-height:1.5em;
}
.copyright{
	margin-top:15px;
}
footer p{
	margin-left:-15%
}
/*---End of Main Content Styles---*/

/*---Right Column Styles---*/
#main-content #left-note {
	width:17.5%;
	height:570px;
	position:absolute;
	right:0;
	margin:0;
	clear:both;
	background: #e9f2f7; /* Old browsers */
	background: -moz-linear-gradient(top, #e9f2f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f2f7), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9f2f7 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9f2f7 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9f2f7 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9f2f7 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f7', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
#main-content #left-note ul {
	list-style-type:none;
	text-align:center;
}
#main-content #left-note ul li {
	width:90%;
	border-bottom:1px dotted #ccc;
	position:relative;
	margin:10px auto;
	padding:10px 0;
}
#main-content #left-note ul li:last-child {
	border-bottom:none;
}
#main-content #left-note ul li p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#main-content #left-note ul li .join{
	color:#911647;
	font-size:14px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.join .satisfied{
	font-size:26px;
	font-weight:bolder;
	letter-spacing:0.02em;
}
.join .customers{
	font-size:23px;
	letter-spacing:0.02em;
	line-height:0.8em;
	font-weight:200;
}
/*---End of Right Column Styles---*/



section.container {
	width:100%;
	height:auto;
	padding:30px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #d8d8d8;
	border:1px solid #d8d8d8;
	background-color:#FFF;
	-webkit-box-shadow:0 10px 20px -20px rgba(0,0,0,.7);
	-moz-box-shadow:0 10px 20px -20px rgba(0,0,0,.7);
	box-shadow:0 10px 20px -20px rgba(0,0,0,.7);
	overflow:hidden;
	margin:10px 0 20px;
}
/*--------------------Benefits--------------------------*/
/*-----------------------Large--------------------------*/
.wrapper-bullets {
	position:relative;
	width:980px;
	margin:20px auto 0 auto;
	padding:0;
	clear:both;
}
#l-benefits {
	text-align:left;
	background:none;
	border:none;
	padding:10px 0;
}
section#l-benefits.container ul li:before {
	content:"\2605";
	color:#911647;
	margin-right:8px;
}
section#l-benefits.container ul li {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	list-style-type:none;
	list-style-position:outside;
	float:none;
	width:100%;
	font-size:14px;
	margin:0 0 10px 0;
	line-height:1.3em;
	letter-spacing: -0.02em;
}
section#l-benefits .one-half p{
	margin:15px 0
}
section#l-benefits .one-half {
	width:45%;
	float:left;
	margin-left:15px;
}
section#l-benefits .one-half.first{
	margin-left:0px;
	width:38%;
}
section#l-benefits .header {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#911647;
	font-size:16px;
	font-weight: 600;
	text-align: left;
}
img.benefit {
	float:left;
}
div.right {
	float:right;
	max-width:280px;
	margin-bottom:40px;
}
/*---End of Main Content Styles---*/



/*---Footer Styles---*/
footer {
	margin:40px 0 0 0;
	text-align:center;
}
footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #666;
	font-weight: normal;
}
footer p a:link {
	text-decoration: underline;
	color: #51197e;
}
footer p a:hover {
	text-decoration:none;
}
footer .footer-list {
	display:none;
}
.social{
	text-align:center;
	list-style-type:none;
	width:200px;
	position:relative;
	margin:20px auto 20px 35%;
}
.social li {
	position:relative;
	float:left;
	margin:10px;
}
/*---End of Footer Styles---*/
/********************************/
/******End of Page Styles******/
/********************************/

/********************************/
/******Responsive Styles******/
/********************************/
/*Tablet-Portrait*/
@media only screen and (min-width:768px) and (max-width:959px) {
.wrapper {
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}
#main-content #main-offer {
	width:100%;
	position:relative;
	margin:0 auto;
}
#main-offer div:first-child {
	width:25%;
	margin: 20px 0 0 10px;
	z-index:2;
}
#main-offer div:nth-child(2) {
	z-index:1;
	margin:0 0 0 -7px;
	padding:0;
}
#main-offer div:nth-child(3) {
	width:32%;
	text-align: center;
	z-index:2;
	font-weight:normal;
	margin-left:-29px;
}
#main-content #left-note {
	display:none;
}
.return{
	background-position-x: left;
}
.return-list{
	width: 120%;
	margin-left: -20px;
}

footer p{
	margin-left:0;
}
}




@media only screen and (max-width:767px) {
.wrapper-bullets{
	display:none;
}
}


/*Mobile-Landscape*/
@media only screen and (min-width:480px) and (max-width:767px) {
.wrapper {
	width:100%;
	height:auto;
}
header .wrapper .tagline {
	display:none!important;
}
header .wrapper .tag {
	font-size: 14px!important;
	width:270px!important;
	white-space:nowrap;
}
#main-content #main-offer {
	width:inherit;
	min-height: 580px;
}
#main-offer div {
	float:right;
}
#main-offer div:first-child {
	display:none;
}
#main-offer div:nth-child(2) {
	width:54%;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	bottom:0;
	background-position-x:left;
}
#main-offer div:nth-child(2) img {
	margin-left:10px;
}
#main-offer div:nth-child(3) {
	width: 50%;
	margin: 50px 0 0 5px;;
	position:relative;
	float:left;
	text-align: center;
	font-weight:normal;
}
#main-content #left-note {
	display:none;
}
.return{
	background-position: 0 60px!important;
}
.swirl {
	display:none;
}
footer .footer-list {
	width:90%;
	position:relative;
	margin:0 auto;
	list-style-type:none;
	display:inline-block;
}
footer .footer-list li {
	width:45%;
	float:left;
	margin:5px 10px 10px 10px;
	text-align:left;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: .9em;
	color: #333333;
}

footer p{
	margin-left:0;
}
}
/*Mobile-Portrait*/
@media only screen and (max-width:479px) {
.wrapper {
	width:100%;
	background-position-x:-111px;
}
header .wrapper {
	background-position-x:-111px;
}
header .wrapper .logo {
	margin: 5px 0 0 5px;
}
header .wrapper .tagline {
	display:none!important;
}
header .wrapper .tag {
	font-size: 14px!important;
	width:auto!important;
	bottom:5px;
	left:12px;
}
header .wrapper #top-nav .login-links {
	margin-right: 5px;
}
header .wrapper #top-nav .headerNumber a, header .wrapper #top-nav .headerNumber a:link {
	bottom: 55px;
	right: 5px;
}
#main-content #main-offer {
	width:inherit;
}
#main-content #left-note {
	display:none;
}
#main-offer div {
	float:none;
}
#main-offer {
	display: table;
}
#main-offer div:first-child {
	display:none;
}
#main-offer div:nth-child(2) {
	width:100%;
	position:relative;
	margin:0 auto;
	z-index:3;
}
#main-offer div:nth-child(3) {
	width:90%;
	position:relative;
	margin:0 auto;
	display:table-header-group;
}
#main-offer div:nth-child(3) h1 {
	margin:15px;
}
.return-list{
	margin-left:20%;
}
footer .footer-list {
	width:90%;
	position:relative;
	margin:0 auto;
	list-style-type:none;
	display:inline-block;
}
footer .footer-list li {
	width:100%;
	float:none;
	margin:5px 10px 10px 10px;
	text-align:center;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: .9em;
	color: #333333;
}

footer p{
	margin-left:0;
}
}
/*-----------------------------------------------------*//*------------------Device-Specific--------------------*//*-----------------------------------------------------*//*----------------iPad 1&2-----------------------*/@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.es-nav {
	display:none;
}
}
/*----------------iPad-Retina---------------------*/@media only screen and -(webkit-min-device-pixel-ratio:2) and (max-device-width:1024px) {
.es-nav {
display:none;
}
}
/*----------------iPhone3gs---------------------*/@media only screen and (min-device-width:320) and (max-device-width:480px) {
.es-nav {
	display:none;
}
}
/*-------------iPhone-Retina---------------------*/@media only screen and -(webkit-min-device-pixel-ratio:2) and (max-device-width:480px) {
.es-nav {
display:none;
}
}
body#ie8 a[class*=btn-] {
	overflow:hidden;
	padding-right:20px;
	padding-left:20px;
}
