/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 14px;
}
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;
}
/*
	End Reset CSS
	Start file below
*/
.top3 {
    margin-top: 3%;
}
body{
	font-family: 'Raleway', sans-serif;
}

.clear{
	float: none !important;
	clear: both;
}

div.main_container{
	margin-top: 10px;
}

div.main_container header{
	/*margin:0 2%;*/
	position:fixed;
	z-index:9999;
	background:#fff;
	width:100%;
	top:0;
	padding-top:10px;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
   	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}
.logo-col {
    float: left;
}

h1.main_logo a{
	background: url( /imageslanding/logov2.png ) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 259px;
	height: 72px;
	margin: 0 5%;
}

ul.buttons_header{
	margin-top: 14px;
	max-width: 400px;
	float: right;
}
ul.buttons_header li {
    float: left;
}

ul.buttons_header li span {
    padding-top: 9px;
    display: block;
}

ul.buttons_header li a,
ul.buttons_header li a:link,
ul.buttons_header li a:hover,
ul.buttons_header li a:active{
    color: #626262;
    text-decoration: none;
}

ul.buttons_header li.sample_results a,
ul.buttons_header li.buy_now a,
ul.buttons_header li.login a,
ul.buttons_header li.cart a{
    display: block;
}
ul.buttons_header li.sample_results,
ul.buttons_header li.buy_now,
ul.buttons_header li.login{
    border: solid 1px #626262;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: 100;
    text-align: center;
    height: 2em;
}

ul.buttons_header li.sample_results{
    width: 196px;
}

ul.buttons_header li.buy_now{
    width: 140px;
    margin-left: 0;
    margin-bottom: 5px;
}

ul.buttons_header li.login{
    margin-left: 12px;
    width: 120px;
    margin-bottom: 5px;
}

ul.buttons_header li.cart{
	margin-left: 42px;
	width: 38px;
}

ul.buttons_header li.cart a{
	background: url( /imageslanding/cart.png ) no-repeat;
	text-indent: -9999px;
	height: 30px;
    margin-top: 4px;
}

.section_main_images{
	margin-top: 82px;
}

.section_main_images .agent-avatar {
	position:absolute;
	right:10px;
	top:134px;
	overflow: hidden;
	border-radius:9999px;
	z-index: 1;
	width:60px;
}

.section_main_images .agent-avatar img {
	vertical-align: bottom;
	width:100%;
	height:auto;
}

@media screen and (min-width:401px) {
	.section_main_images .agent-avatar {
		top:150px;
	}
}

@media screen and (min-width:642px) {
	.section_main_images .agent-avatar {
		top:106px;
	}
}

@media screen and (min-width:993px) {
	.section_main_images .agent-avatar {
		top:100px;
		right:20px;
		width:140px;
	}
}

@media screen and (min-width:1580px) {
	.section_main_images .agent-avatar {
		width:180px;
	}
}

.main_images li .image_container {
    position: relative;
}
.main_images .image_content {
    position: absolute;
    top: 10%;
    width: 100%;
}

ul.main_images .image_container img{
	vertical-align: middle;
	width: 100%;
}
.main_images .image_content h1 {
    /*text-align: center;
    font-size: 3.6em;
    margin-bottom: 0.7em;
    letter-spacing: 3px;
    font-weight: bold;
    color: #c5a5c7;*/
    background: url(/imageslanding/logov2.png) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 350px;
    height: 100px;
    margin: 0 auto;
    background-size: contain;
}
.main_images .image_content h2 {
    color: #1e1e1e;
    font-size: 1.7em;
    line-height: 1.4em;
    letter-spacing: 2px;
    text-align: center;
}

.main_images .image_content p {
    color: #636363;
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 1px;
    margin-top: 30px;
    text-align: center;
}
.main_images .image_content div.banner_central_content {
    width: 420px;
    margin: 0 auto;
    margin-top: 2%;
    padding-left: 40px;
}
.main_images .image_content div.banner_central_content p {
    margin-top: 1%;
}
.main_images .image_content p.text-left {
    text-align: left;
}
ul.main_images .image_content div.banner_central_content p img {
    display: inline-block;
}
.image_content p.promo-price {
    font-size: 2em;
}
.section_purple .row {
    margin: 0;
}

.image_container .image_content a,
.image_container .image_content a:link,
.image_container .image_content a:hover,
.image_container .image_content a:active,
section.section_purple.bg-grey a,
section.section_purple.bg-grey a:link,
section.section_purple.bg-grey a:hover,
section.section_purple.bg-grey a:active{
	text-decoration: none;
}

.image_container .image_content a,
section.section_purple.bg-grey a,
.program_content a.promo-btn {
    background: #c5a5c7;
    border-radius: 4px;
    color: #FFF;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    height: 3em;
    letter-spacing: 3px;
    margin: 5px auto;
    margin-top: 3%;
    margin-bottom: 0.8em;
    padding-top: 1.1em;
    text-align: center;
    width: 184px;
    text-decoration: none;
}
.image_container .image_content a.btnGetStarted{
   margin:25px auto;
}
.image_container p.pull-left-margin10 {
    margin-left: -10px;
}

.section_program .howitworks .program_content {
    margin: 4% 45px;
}
.section_program .howitworks-desc {
    font-size: 0.8em;
    font-weight: 100;
    letter-spacing: 0;
    color: #000;
}

.howitworks .promo-price {
    font-size: 1.3em;
    text-align: center;
    line-height: 2px;
    margin-top: 1%;
}
.howitworks .program_content li:before {
    content: "";
}
.footer-purple.section_purple.bg-grey a{
    font-size: 2.4em;
    width: 10em;
    height: 2em;
    padding-top: 0.5em;
    margin-bottom: 1em;
}
.program_content a.promo-btn {
    width: 36em;
    font-size:1.1em;
}
.program_content a.promo-btn.promo-how-it-works {
    width: 35em;
    font-size: 1em;
    padding-top: 1em;
}
.program_content li img {
    margin-right: 12px;
}
.section_program .howitworks img {
    width: inherit;
}
.section_program .howitworks ul li span {
    display: inline;
    padding-left: 0;
}
section.section_purple {
    background: #c5a5c7;
    color: #FFF;
    padding: 2em 0;
}

section.section_purple.bg-grey {
    background: #f7f7f7;
}

section.section_purple h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

section.section_purple p {
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    text-align: center;
}
section.section_purple span {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 0.1em;
    margin-bottom: 1em;
    text-align: center;
    display: block;
}
section.section_purple a {
    background: url(/imageslanding/arrow_down.png) no-repeat;
    display: block;
    margin: 10px auto;
    margin-bottom: 0;
    text-indent: -9999px;
    width: 41px;
    height: 24px;
}

.section_program.bg-grey{
	background: #f7f7f7;
}

.section_program .col-md-6.custom{
	padding: 0;
	margin: 0;
}

/*.section_program img{
	vertical-align: middle;
	width: 100%;
}*/
.section_program img.loader {
	width: auto;
}

.section_program h3 {
    color: #404040;
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 0.8em;
    letter-spacing: 3px;
}
.section_program .checkoutNewOverride h4 {
	 font-size: 1.8em;
}
.section_program .checkoutNewOverride .contents ul {
	width: 80%;
	float: right;
}
.namEmail .col-6 {
	margin: 4px 0;
}
.namEmail .col-6.col-new-fullwidth {
	width: 100%;
}
.checkoutNewOverride .contents {
	width: 60%;
}
.section_program p {
    font-size: 1.1em;
    font-weight: 100;
    margin-bottom: 27px;
    margin-top: 3%;
    line-height: 27px;
}

.section_program .program_content {
    margin: 5% 45px;
    margin-bottom: 0;
}

.section_program.bg-grey .program_content {
    margin-top: 10%;
}

.program_content li {
    position: relative;
    margin-bottom: 10px;
}

.program_content li:before {
    content: "•";
    color: #c5a5c7;
    display: block;
    font-size: 44px;
    position: absolute;
    top: -12px;
}

.program_content li span {
    display: block;
    font-weight: 100;
    font-size: 1.2em;
    padding-left: 25px;
    line-height: 1.4em;
}

.section_purple .purple_benefits {
    margin: 2% 3%;
    margin-bottom: 0;
}

.section_purple .purple_benefits div {
    text-align: center;
}

section.section_purple h3 {
    font-size: 2em;
}

.section_purple .purple_benefits h4 {
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 1.3em;
}
.section_purple .purple_benefits p {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.section_purple .purple_benefits .custom_purple {
    padding: 0 2em;
    line-height: 1.3em;
}


.section_program.ann_knowledge img {
    max-width: 315px;
    display: block;
    margin: 10% auto;
}

.section_program.ann_knowledge .program_content {
    margin-top: 5%;
}


section.section_purple.bg-grey {
    background: #f7f7f7;
}

section.section_purple.bg-grey h3 {
    color: #636363;
    font-size: 1.6em;
}

section.section_purple.bg-grey p {
    color: #404040;
    font-size: 0.99em;
    line-height: 1.3em;
}

section.section_purple.bg-grey a{
	text-indent: 0;
}

section.section_purple.bg-grey p.purple_p{
	color: #c5a5c7;
	font-size: 2.3em;
	font-weight: bold;
}

.testimonial_container {
    text-align: center;
    padding-top: 115px;
}

.testimonial_container img {
    margin: 41px 0;
}

.testimonial_content p.testimonial {
    color: #FFF;
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 1.4em;
    margin-bottom: 13px;
}

.testimonial_content p.testimonial_name {
    color: #FFF;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 100;
}

section.section_testimonials {
    background: url(/imageslanding/testimonial_bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 44px;
    height: 300px;
}

section.section_facebook {
    text-align: center;
    padding: 41px;
    padding-bottom:0;
}

.section_facebook p {
    color: #c5a5c7;
    font-size: 1.8em;
    line-height: 1.8em;
    letter-spacing: 2px;
    margin-bottom: 27px;
}

.section_facebook a {
    display: block;
    width: 7em;
    height: 7em;
    margin: 0 auto;
    text-indent: -99999px;
    margin: 0 4px;
    float:left;
}
a.mpsfacebook {
    background: url(/imageslanding/facebook.png ) no-repeat;
    background-size: 7em;
}
a.mpsinstagram {
    background: url(/imageslanding/instagram_icon.png ) no-repeat;
    background-size: 7em;
}
a.mpspinterest {
    background: url(/imageslanding/pinterest_icon.png ) no-repeat;
    background-size: 7em;
}
section.footer {
    background: #f7f7f7;
    padding: 58px;
}
.div-social {
    width: 24em;
    height: 10em;
    margin: 0 auto;
}
.promo-col {
    margin-top: 20px;
    font-weight:bold;
    font-size: 1.3em;
    text-align: center;
}
section.footer ul li {
    float: left;
}


section.footer ul li a {
    color: #555;
    font-size: 1em;
}

li.divisor {
    margin: 0 20px;
}

ul.ul_1 {
    width: 782px;
    margin: 0 auto;
}

ul.ul_2 {
    width: 780px;
    margin: 0 auto;
}

ul.ul_3 {
    width: 335px;
    margin: 0 auto;
}

section.footer ul li{
	margin-bottom: 8px;
}
.section_program p.promo-line{
	font-weight:bold;
	text-align:center;
}


/*** slick css overwrite ***/

.slick-dots {
	bottom: -40px;
}
.main_image_slider .slick-dots {
	bottom: 20px;
}
.slick-dots li {
        margin: 0 2px;
}
.slick-dots li button:before {
	color: white;
	font-size: 12px;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #C4A5C7;
}
.main_image_slider .slick-dots li button:before {
        color: #D7D7D7;
}
.main_image_slider .slick-dots li.slick-active button:before {
        color: #A0A0A0;
}
.main_image_slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.RiskFreepurchasePage {
    font-style:italic;
    font-size:1em;
    margin-bottom:-37px;
    display:block;
    margin-top:-3px;
}
.couponCodeIntegrate {
    margin: 10px 0 10px 0;
}
.noborder td {
    background: none;
}
.ralign {
    text-align: right;
}
td.coupon {
    padding-right: 20px;
}
.noborder td {
    background: none;
}
.success, .successheader {
    background: #6c0 !important;
}
.success {
    background: url(/images/yes.png) right center no-repeat !important;
}
.success input[type=text] {
    background: #e8ffb5;
}
.cssgradients a.green, .cssgradients a.green:visited {
    background: #934e95;
    background: -moz-linear-gradient(top, #934e95 0%, #934e95 47%, #982d9b 49%, #99259c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#934e95), color-stop(47%,#934e95), color-stop(49%,#982d9b), color-stop(100%,#99259c));
    background: -webkit-linear-gradient(top, #934e95 0%,#934e95 47%,#982d9b 49%,#99259c 100%);
    background: -o-linear-gradient(top, #934e95 0%,#934e95 47%,#982d9b 49%,#99259c 100%);
    background: -ms-linear-gradient(top, #934e95 0%,#934e95 47%,#982d9b 49%,#99259c 100%);
    background: linear-gradient(to bottom, #934e95 0%,#934e95 47%,#982d9b 49%,#99259c 100%);
}
.main_images .image_content div.banner_central_content p.top3 {
    margin-top: 3%;
}














@media only screen and (min-width: 1350px) {
	.section_program iframe {
		height: 450px;
	}
    .main_images .image_content div.banner_central_content p.top3 {
        margin-top: 13%;
    }

}


@media only screen and (max-width: 1370px) {
	body {
		font-size: 12px;
	}
	ul.buttons_header li.sample_results, ul.buttons_header li.buy_now, ul.buttons_header li.login {
		height: 2.2em;
	}
	.image_container .image_content a {
		width: 180px;
		/*height: 2.9em;*/
		padding-top: 15px
	}
	section.section_purple.bg-grey a{
		padding-top:15px;
	}
	.section_program p {
		margin-bottom: 8px;
		margin-top: 2px;
	}
	.section_program.bg-grey .program_content {
		padding-top: 3%;
		padding-bottom: 2%;
		margin-top: 0;
	}
	.program_content li {
		margin-bottom: 6px;
	}
	.col-md-3.logo-col {
                width: 24%;
        }
        .col-md-3.button-col {
                width: 26%;
        }

	.howitworks .promo-line {
		margin-top: 1%;
	}
	.program_content a.promo-btn.promo-how-it-works {
		margin-top: 1%;
	}

}


@media only screen and (max-width: 1180px) {

	body {
                font-size: 10px;
        }

	.col-md-3.logo-col {
                width: 22%;
        }
	.col-md-6.promo-col {
		width: 46%;
	}
        .col-md-3.button-col {
                width: 32%;
        }
	.promo-col {
		font-size: 1.1em;
	}

}


@media only screen and (max-width: 992px) and (min-width: 450px)  {

	.section_main_images {
		margin-top: 95px;
	}

	.col-md-3.logo-col {
                width: 39%;
		float: left;
        }
        .col-md-6.promo-col {
                width: 59%;
		float: left;
		text-align: right;
        }
	.col-md-3.button-col {
		width: 320px;
		float:right;
		margin-bottom: 12px;
	}


}

@media only screen and (max-width: 992px) {

	.main_images .image_content {
		top: 1%;
	}
	.main_images .image_content h1 {
		margin-bottom: 0.4em;
	}
	.main_images .image_content p {
		margin-top: 2%;
	}



}

@media only screen and (max-width: 855px) {
    body {
        font-size: 9px;
    }

	ul.ul_2 {
        width: 100%;
	}
	.image_container .image_content a.btnGetStarted {
		margin: 4px auto;
	}
	.slick-dots {
		display: none !important;
	}
    .main_images .image_content div.banner_central_content {
        width: 310px;
    }
    .main_images .image_content h1 {
        width: 240px;
        height: 70px;
    }

}

@media only screen and (max-width: 719px) {

        ul.ul_1, ul.ul_3 {
               width: 100%;
        }
	section.footer ul li {
		display: block;
		float: none;
	}
	section.footer ul li.divisor {
		display: none;
	}
	section.footer ul li a {
		font-size: 1.2em;
		line-height: 1.2em;
	}

}
@media only screen and (max-width: 641px){
	ul.buttons_header{
   		width: 100%;
   		margin: 0 auto;
	 	float:none;
		margin-top: 8px;
	}
	.col-md-3.logo-col, .col-md-6.promo-col , .col-md-3.button-col {
                width: 100%;
                float: none;
                text-align: center;
        }
        .col-md-6.promo-col {
                margin-top: 0;
        }
        .col-md-3.button-col {
                margin-bottom: 12px;
        }
        .logo-col h1.main_logo {
                display: inline-block;
        }
        h1.main_logo a {
                height: 72px;
        }
	.section_main_images {
                margin-top: 136px;
        }
	.button-col ul.buttons_header li {
                float: none;
                display: inline-block;
        }
	.mobileDisplayBlock {
		display: block;
	}
	.mobileLineHeight5 {
		line-height: 5px;
	}
	.mobileTopMargin35 {
		margin-top: -20px;
		line-height: 18px;
	}
    .main_images .image_content h1 {
        width: 250px;
        height: 60px;
        background-size: contain;
    }
}

@media only screen and (max-width: 543px) {

        ul.main_images .image_container img {
                width: 160%;
        }
        .main_images .image_content {
                text-align: center;
        }
        .main_images .image_content h1 {
               /* margin: 0;
		margin-top: 1em;*/
                font-size: 2em;
        }
        .main_images .image_content h2, .image_content p.promo-price {
                font-size: 1.1em;
                font-weight: bold;
        }
        .main_images .image_content h2, .main_images .image_content p {
                color: #000;
                /*margin: 0;*/
        }
	 .main_images .image_content{
                background-color: rgba(255, 255, 255, 0.78);
		height: 100%;
	}
	.section_program .program_content, .section_program .whattoexpect .program_content {
		margin: 4%;
	}
	.section_program.ann_knowledge img {
		margin: 4% auto;
	}
	section.section_purple {
		padding: 30px 5px;
	}

	.section_program .custom iframe {
		height: 300px;
	}
	.section_purple .purple_benefits {
		margin: 6%;
	}
    .main_images .image_content div.banner_central_content {
        padding-left: 10px;
    }
}




@media only screen and (max-width: 400px) {

	div.main_container header {
		padding-top: 2px;
	}
	.col-md-3.button-col {
		margin-bottom: 3px;
	}
	.section_main_images {
                margin-top: 120px;
        }
	ul.main_images .image_container img {
		/*width: 120%;*/
	}
	.main_images .image_content p br, .main_images .image_content h2 br {
		display: none;
	}
	.image_container .image_content a.btnGetStarted {
		margin: 1px auto;
	}
	.image_container .image_content a {
		padding-top: 7px;
		width: 145px;
		height: 2em;
	}
        .section_program .custom iframe {
                height: 270px;
        }
	.program_content a.promo-btn.promo-how-it-works {
		width: 24em;
	}

	.howitworks .program_content a.promo-btn.promo-how-it-works {
		line-height: 1.6em;
		height: 5.1em;
	}

	.program_content a.promo-btn {
		width: 24em;
		line-height: 1.6em;
		height: 5.1em;
	}
    .program_content a.promo-btn.shorter {
		height: 2.4em;
		padding-top: 0.5em;
	}


}


@media only screen and (max-width: 370px) {

    .main_images .image_content h1 {
        width: 190px;
        height: 40px;
    }
    .main_images .image_content div.banner_central_content p.top3 {
        margin-top: 0;
    }

}
