@charset "UTF-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

@font-face {
    font-family: 'edmondsans_regular';
    src: url('../fonts/edmondsans-regular-webfont.eot');
    src: url('../fonts/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edmondsans-regular-webfont.woff') format('woff'),
         url('../fonts/edmondsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/edmondsans-regular-webfont.svg#edmondsans_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edmondsansmedium';
    src: url('../fonts/edmondsans-medium-webfont.eot');
    src: url('../fonts/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edmondsans-medium-webfont.woff') format('woff'),
         url('../fonts/edmondsans-medium-webfont.ttf') format('truetype'),
         url('../fonts/edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edmondsansbold';
    src: url('../fonts/edmondsans-bold-webfont.eot');
    src: url('../fonts/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edmondsans-bold-webfont.woff') format('woff'),
         url('../fonts/edmondsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Begin Typography & Colors */
body{
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#646463;
   padding:0;
   margin:0;
   background:#f6f7f4;
}


/* Layout */

#wrapper{
	clear:both;
	width:100%;
	margin:0 auto;
}

/* Header */

#header{
	clear:both;
	position:relative;
	z-index:200;
 	background: rgb(139,85,113);
	background: -moz-linear-gradient(top,  rgb(139,85,113) 0%, rgb(129,83,116) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(139,85,113)), color-stop(100%,rgb(129,83,116)));
	background: -webkit-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: -o-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: -ms-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: linear-gradient(to bottom,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b5571', endColorstr='#815374',GradientType=0 );
	position:relative;
}

#header .headerc{
	width:985px;
	margin:0 auto;
	padding:20px 0 10px 0;
}

#header a.logo{
	float:left;
	width:270px;
	height:50px;
	display:block;
	background:url(../images/logo.svg) no-repeat;
}

#header .topinfo{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	float:right;
	margin:8px 0 0 0;
}

#header .topinfo .facebookc{
	float:left;
	width:85px;
	margin:8px 0 0 10px;
}

#header .topinfo .toplinks{
	float:left;
	letter-spacing:0.05em;
	margin:8px 0 0 0;
}

#header .topinfo .toplinks a{
	color:#fff;
	padding:0;
	margin:0;
	text-decoration:none;
}

/* Content */

#content{
	width:990px;
	clear:both;
	padding:0;
	margin:0 auto;
}

#wrapper .sunlovebenefits{
	clear:both;
	background:url(../images/sunlovebenefits.png) no-repeat center top #fff;
	padding:0 0 35px 70px;
	margin:10px 0 0 0;
	position:relative;
}

#wrapper .sunlovebenefits .container{
	width:990px;
	margin:0 auto;
}

#wrapper .sunlovebenefits h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#815474;
	line-height:24px;
	margin:0 0 5px 0;
	text-align:left;
	background:url(../images/bullet.png) no-repeat left 35px;
	padding:30px 0 0 25px;
}

#wrapper .sunlovebenefits .sunlovec{
	float:left;
	width:280px;
	margin:0 65px 0 0;
	position:relative;
}

#wrapper .sunlovebenefits a{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index:99999;
}

#wrapper .sunlovebenefits .sunlovecalt{
	float:left;
	width:250px;
	margin:0 60px 30px 0;
	position:relative;
}

#wrapper .sunlovebenefits .last{
	float:right;
	margin:0;
}

#wrapper .sunlovebenefits .sunlovecalt h6,
#wrapper .sunlovebenefits .nobullet{
	background:none;
}

#wrapper .sunlovebenefits p{
	font-size:14px;
	color:#81817f;
	line-height:20px;
	padding:0 0 0 25px;
	margin:0;
}

#wrapper .sunlovebenefits .lastsunlove{
	margin:0;
}

.royalSlider{
	clear:both;
	width:990px;
	margin:70px auto 15px auto;
	background:#edece6;
}

.royalSlider .img{
	width:404px;
	float:left;
}

.royalSlider .txt{
	width:480px;
	float:left;
	text-align:center;
	background:url(../images/quote.png) no-repeat center top;
	padding:45px 0 0 0;
	margin:70px 0 0 50px;
}

.royalSlider .txt p{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#414042;
	padding:0 0 15px 0;
	margin:0;

}

.royalSlider .txt p strong{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#799a3d;
	font-weight:normal;
}

.royalSlider .txt h5{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#799a3d;
	font-weight:normal;
	padding:0;
	margin:0;
}

.royalSlider .txt h5 span{
	display:block;
	text-transform:none;
}

.royalSlider .txt h6{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#799a3d;
	font-weight:normal;
	padding:0;
	margin:0;
}

.buyyourkit{
	text-align:center;
}

.buyyourkit p{
	font-size:13px;
	color:#646463;
	line-height:normal;
	padding:0;
	margin:0;
}

.buyyourkit .ordernow{
	width:406px;
	height:83px;
	margin:40px auto 25px auto;
	display:block;
	text-indent:-9999em;
	background:url(../images/ordernow.png) no-repeat;
	border:0;
	cursor:pointer;
}

.ourguarantee{
	font-size:13.5px;
	color:#646463;
	line-height:22px;
	width:865px;
	height:107px;
	clear:both;
	padding:45px 0 0 125px;
	margin:80px 0 50px 0;
	background:url(../images/ourguarantee.png) no-repeat;
}

.asseenon{
	width:990px;
	height:93px;
	display:block;
	margin:40px 0;
	background:url(../images/asseenon.png) no-repeat;
}

/* Common */

*:focus{outline:0;}

a{	

}

p{
	font-size:16px;
	color:#646463;
	line-height:26px;
	padding:0 0 25px 0;
	margin:0;
}

p strong{
	color:#7d2457;
}

#content ul{
	padding:0;
	margin:0;
}


#content ul li{
	font-size:16px;
	color:#7d2457;
	font-weight:bold;
	padding:0 0 30px 30px;
	margin:0;
	background:url(../images/bullet.png) no-repeat left 3px;
}

#content ul li:last-child{
	padding-bottom:0;
}


h1,h2,h3,h4,h5,h6{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
}

h1{
	font-size:38px;
	color:#7d2457;
	padding:70px 0 20px 0;
}

h2{
	font-size:40px;
	color:#7d2457;
}

h3{
	font-size:42px;
	color:#7c2556;
	padding:0;
}

h4{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#727070;
	padding:0 0 40px 0;
}

h6{
	font-size:30px;
	color:#7d2457;
	padding:0 0 20px 0;
}

h1 span,h2 span,h3 span,h4 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}


img.alignleft{
	float:left;
	margin:0 20px 20px 0;
}

img.alignright{
	float:right;
	margin:0 0 150px 20px;
}

.clear{
	clear:both;
}

hr{
	width:100%;
	height:2px;
	background:url(../images/hr.png) repeat-x;
	border:0;
	margin:60px 0;
	clear:both;
}

#content .sep{
	clear:both;
	height:40px;
}

input,textarea,input[type="submit"]{
	-webkit-border-radius:0;
  	-moz-border-radius:0;
	-webkit-appearance:none;
}

input{
	font-family:'edmondsans_medium',Arial, Helvetica, sans-serif;
}

.specificresults{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4b4a4c;
	clear:both;
	width:995px;
	margin:0 auto 40px auto;
}

/* Tabs CSS */

.tabscontainer{
	clear:both;
	background:url(../images/sep3.png) repeat-x;
	padding:2px 0 0 0;
	margin:0;
}

#tabs{
	clear:both;
}

#tabs .tablinks{
	width:990px;
	margin:0 auto;
}

a#ourstorybtn,
a#allaboutsunlovebtn,
a#faqbtn
{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	color:#585657;
	font-size:32px;
	padding:5px 30px;
	margin:0;
	text-decoration:none;
	display:inline-block;
	background:url(../images/sep2.png) repeat-y left top;
}

a#ourstorybtn{
	background-image:url(../images/sep2.png), url(../images/sep2.png);
    background-position:left top, right top;
    background-repeat:repeat-y;
}

a.ourstoryactive,
a.allaboutsunloveactive,
a.faqactive{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif !important;
	color:#7c2456 !important;
	background-color:#edefea !important;
}

a:hover#ourstorybtn,
a:hover#allaboutsunlovebtn,
a:hover#faqbtn{
	color:#7c2456;
}

#ourstory{
	clear:both;
	display:none;
}

#ourstory .ourstoryimg{
	width:100%;
	max-width:100%;
    height:auto;
    width:auto\9; /* ie8 */
}

#ourstory ul{
	width:940px;
	padding:0;
	margin:60px auto;
	list-style:none;
	clear:both;
}

#ourstory ul li{
	font-size:17px;
	color:#3f3e3d;
	line-height:25px;
	padding:0 0 25px 0;
	margin:0 0 0 0;
}

#ourstory ul li strong{
	color:#762157;
}

#ourstory ul li .agsc{
	color:#ae3864;
}

#ourstory ul li span.whatskincare{
	font-size:23px;
	font-weight:normal;
}

#ourstory ul li span.number,
#determineskintype span.number
{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#e6e2d9;
	float:left;
	background:#762157;
	border:solid 2px #e2ddd2;
	-webkit-border-radius:50%;
  	-moz-border-radius:50%;
  	border-radius:50%;
	width:20px;
	height:20px;
	padding:5px;
	display:block;
	line-height:22px;
	margin:-5px 20px 25px 0;
	text-align:center;
}

#ourstory ul li span.heart{
	width:15px;
	height:15px;
	display:inline-block;
	background:url(../images/heart.png) no-repeat;
}

#allaboutsunlove{
	clear:both;
}

#allaboutsunlove .allaboutsunlovec{
	width:990px;
	margin:60px auto;
}

#allaboutsunlove .allaboutsunlovec a{
	color:#eb6852;
	text-decoration:none;
}

a.ordersample{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:34px;
	line-height:normal;
	color:#fff;
	width:400px;
	margin:0 auto;
	padding:5px 15px;
	border:solid 1px #ec6851;
	display:block;
	text-align:center;
	background:#ec6851;
	cursor:pointer;
	text-decoration:none;
}

#faqs{
	clear:both;
	display:none;
	overflow:auto;
}

#faqs ul{
	width:990px;
	padding:0;
	margin:80px auto;
	list-style:none;
}

#faqs ul li{
	padding:0 0 30px 0;
	margin:0;
}

#faqs ul li.question{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#772157;
	background:url(../images/question.png) no-repeat left 5px;
	padding-left:30px;
}

#faqs ul li.answer{
	font-size:16px;
	color:#5c6058;
	line-height:26px;
	background:url(../images/answer.png) no-repeat left 5px;
	padding-left:30px;
}

#faqs ul li a{
	color:#eb6852;
	font-weight:bold;
	text-decoration:none;
}

#faqs ul li hr{
	margin:0 0 0 -25px;
	width:980px;
}


/* Footer */

#footer{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	clear:both;
	padding:45px 0 20px 0;
	margin:0;
	background:#a3a466;
}

#footer .footerc{
	width:940px;
	margin:0 auto;
}

#footer .leftcolumn{
	float:left;
	width:618px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .rightcolumn{
	float:right;
	width:255px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer a{
	font-size:17px;
	color:#fff;
	text-decoration:none;
}

#footer .footerlinks{
	margin:0 0 10px 0;
}

#footer .footerlinks ul li{
	float:left;
	position:relative;
}

#footer .footerlinks a{
	float:left;
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:19px;
	margin:0 25px 0 0;
	padding:10px 0 15px 0;
}

#footer .footerlinks ul.submenu li a:hover{
	color:#fff;
}

#footer .footerlinks ul li:hover > ul.submenu{
	display: block;
}

#footer .footerlinks ul.submenu{
	display:none;
	float:left;
	margin:0;
	position: absolute;
	bottom:45px;
	left:-10px;
	width:135px;
	z-index: 99999;
	text-align:left;
	background:#7d2457;
}

#footer .footerlinks ul.submenu li{
	padding:0;
	margin:0;
	width:125px;
}

#footer .footerlinks ul.submenu li a{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#d9d2c4;
	padding:5px 0;
	margin:0 0 0 10px;
	border-bottom:solid 1px #bbcf9c;
	display:block;
	width:100%;
}

#footer .footerlinks ul.submenu li:last-child a{
	border-bottom:0;
}

#footer .footerlinks1{
	margin:0;
}

#footer .footerlinks1 span{
	display:inline-block;
	margin:0 8px;
}

#footer h4{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	font-weight:normal;
	line-height:normal;
	padding:5px 0 0 0;
	margin:0;
}

#footer h5{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	font-weight:normal;
	line-height:27px;
	padding:0;
	margin:0;
}

#footer h5 span{
	color:#d9d2c4;
}

#footer h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#d8d2c4;
	line-height:18px;
	font-weight:normal;
	padding:0 0 2px 0;
	margin:0;
	text-align:left;
}

#footer p{
	font-size:14px;
	color:#fff;
	line-height:15px;
	padding:0 0 10px 0;
	margin:0;
}

#footer p small{
	font-size:13px;
}

#footer .socialc{
	clear:both;
	margin:27px 0;
}

#footer a.facebook,
#footer a.twitter,
#footer a.instagram,
#footer a.pintrest
{
	float:left;	
	display:block;
	margin:0 17px 0 0;
}

#footer a.facebook{
	width:9px;
	height:20px;
	background:url(../images/facebook.png) no-repeat;
}

#footer a.twitter{
	width:25px;
	height:19px;
	background:url(../images/twitter.png) no-repeat;
	margin-top:1px;
}

#footer a.instagram{
	width:22px;
	height:22px;
	background:url(../images/instagram.png) no-repeat;
	margin:-1px 18px 0 1px
}

#footer a.pintrest{
	width:24px;
	height:24px;
	background:url(../images/pintrest.png) no-repeat;
	margin:-3px 0 0 0;
}

#footer .emailsignup .input{
	font-size:15px;
	color:#d9d2c4;
	letter-spacing:0.150em;
	width:225px;
	padding:5px 10px;
	margin:10px 10px 0 0;
	border:solid 1px #fff;
	background:#fff;
}

#footer .emailsignup .go{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#e1dbce;
	line-height:normal;
	display:block;
	padding:5px 15px;
	margin:10px auto 30px auto;
	border:0;
	background:#772157;
	cursor:pointer;
}

#footer a.shoplocally{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:0.005em;
	text-decoration:none;
	display:inline-block;
	padding:24px 20px 14px 40px;
	margin:25px 0;
	background:url(../images/marker.png) no-repeat 11px center #acab70;
}

#footer .emailsignup .input::-webkit-input-placeholder { color:#d9d2c4; opacity:1; }
#footer .emailsignup .input::-moz-placeholder { color:#d9d2c4; opacity:1;} /* firefox 19+ */
#footer .emailsignup .input:-ms-input-placeholder { color:#d9d2c4; opacity:1; } /* ie */
#footer .emailsignup .input:-moz-placeholder { color:#d9d2c4; opacity:1; }

#footer .emailsignup .input:focus::-webkit-input-placeholder {opacity:0; }
#footer .emailsignup .input:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
#footer .emailsignup .input:focus:-ms-input-placeholder { opacity:0; } /* ie */
#footer .emailsignup .input:focus:-moz-placeholder { opacity:0; }

.klaviyo_messages .success_message{
	font-size:12px;
	color:#fff;
	padding:10px 0;
	display:block;
	clear:both;
	text-align:center;
}