
/* global formatting ======================================================================= */

@font-face {
	font-family: 'Sofia Pro Black';
	src: url('../../../../assets/common/fonts/SofiaPro/Sofia Pro Black.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/Sofia Pro Black.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/Sofia Pro Black.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/Sofia Pro Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Bold';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProBold.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProBold.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProBold.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Extra Light';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProExtraLight.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProExtraLight.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProExtraLight.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProExtraLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Italic';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProItalic.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProItalic.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProItalic.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Light Italic';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProLightItalic.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProLightItalic.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProLightItalic.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProLightItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Light';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProLight.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProLight.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProLight.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Medium';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProMedium.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProMedium.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProMedium.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Regular';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProRegular.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProRegular.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProRegular.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro Ultra Light Italic';
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProUltraLightItalic.eot');
	src: url('../../../../assets/common/fonts/SofiaPro/SofiaProUltraLightItalic.woff') format('woff'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProUltraLightItalic.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/SofiaPro/SofiaProUltraLightItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas-Neue';
	src: url('../../../../assets/common/fonts/Bebas-Neue/Bebas-Neue.eot');
	src: url('../../../../assets/common/fonts/Bebas-Neue/Bebas-Neue.woff') format('woff'), 
		 url('../../../../assets/common/fonts/Bebas-Neue/Bebas-Neue.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/Bebas-Neue/Bebas-Neue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro Regular';
	src: url('../../../../assets/common/fonts/MyriadPro/MyriadPro_Regular.eot');
	src: url('../../../../assets/common/fonts/MyriadPro/MyriadPro_Regular.woff') format('woff'), 
		 url('../../../../assets/common/fonts/MyriadPro/MyriadPro_Regular.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/MyriadPro/MyriadPro_Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	overflow-x:hidden;
	background: #0F0F0F;
}

/* opt-in page ================================================================================ */

.section-index-header {
	background: url(../images/bg/bg-index-header01.jpg) no-repeat;
	background-size: cover;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
}

.section-index-header .container {
	position: relative;
	padding-bottom: 25px;
}

.section-index-header h1 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 62px;
	margin-bottom: 15px;
}

.section-index-header h1 .text-free-report {
	color: #00aec7;
	font-size: 68px;
}

.section-index-header h1 .text-about-nutrition {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 25px;
	display: block;
	letter-spacing: 2px;
}

.section-index-header .container img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 49%;
}

.section-index-header strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-index-header strong.text-download {
	font-size: 17px;
}

.section-index-header ul {
	margin: 0px 0px 20px;
	padding: 0px;
}

.section-index-header ul li {
	list-style: none;
	background: url(../images/img/img-check01.png) no-repeat left 8px;
	padding: 6px 0px 6px 30px;
}

.section-index-header .text-click-button {
	margin-bottom: 20px;
}

.section-index-header .btn-download {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 44px;
	background: #94b92c;
	padding: 7px 45px 2px;
	border-radius: 0px;
	color: #fff;
}

.section-index-header .btn-download:hover {
	background: #86a62e;
}

.section-index-header2 {
	background: url(../images/bg/bg-index-header01.jpg) no-repeat;
	background-size: cover;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
}

.section-index-header2 .container {
	position: relative;
	padding-bottom: 25px;
}

.section-index-header2 h1 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 62px;
	margin-bottom: 15px;
}

.section-index-header2 h1 .text-free-report {
	color: #00aec7;
	font-size: 68px;
}

.section-index-header2 h1 .text-about-nutrition {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 25px;
	display: block;
	letter-spacing: 2px;
}

.section-index-header2 img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 37%;
}

.section-index-header2 strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-index-header2 strong.text-download {
	font-size: 17px;
}

.section-index-header2 ul {
	margin: 0px 0px 20px;
	padding: 0px;
}

.section-index-header2 ul li {
	list-style: none;
	background: url(../images/img/img-check01.png) no-repeat left 8px;
	padding: 6px 0px 6px 30px;
}

.section-index-header2 .text-click-button {
	margin-bottom: 20px;
}

.section-index-header2 .btn-download {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 44px;
	background: #94b92c;
	padding: 7px 45px 2px;
	border-radius: 0px;
	color: #fff;
}

.section-index-header2 .btn-download:hover {
	background: #86a62e;
}

.section-index-header-webinar .freewebinar {
    margin-top: 40px;
    margin-bottom: 0px;
    color: #00b2c1;
}

.section-index-header-webinar .register {
	margin-bottom: 50px;
}

.section-index-header-webinar {
	background: url(../images/bg/bg-index-header01.jpg) no-repeat;
	background-size: cover;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
}

.section-index-header-webinar .schedule .date {
    margin-right: 15px;
}

.section-index-header-webinar .schedule .date, 
.section-index-header-webinar .time, 
.section-index-header-webinar .sessions {
    margin-right: 15px;
    font-size: 20px;
    margin-bottom: 0px;
}

.section-index-header-webinar .schedule .sessions {
    margin-bottom: 15px !important;
}
    
.section-index-header-webinar .register-now {
    padding-left: 0px;
}

.section-index-header-webinar .container {
	position: relative;
}

.section-index-header-webinar .container .banner {
	position: absolute;
	top: 0px;
	right: 0px;
}

.section-index-header-webinar h1 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 58px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.section-index-header-webinar h1 .text-about-nutrition {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 31px;
	line-height: 20px;
	display: block;
	letter-spacing: 2px;
	margin-bottom: 55px;
}

.section-index-header-webinar h2 {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 30px;
}

.section-index-header-webinar .text-cant-do {
	font-family: 'Sofia Pro Regular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.section-index-header-webinar h4 {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.section-index-header-webinar .doctor {
	position: absolute;
	bottom: 0px;
    right: -200px;
    width: 65%;
}

.section-index-header-webinar strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-index-header-webinar .btn-register {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 44px;
	background: #94b92c;
	padding: 7px 45px 2px;
	border-radius: 0px;
	color: #fff;
}

.section-index-header-webinar .btn-register:hover {
	background: #86a62e;
}

.section-index-header-webinar .testimonial {
	padding-bottom: 50px;
}

.section-join-and-discover {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	background: #fbf9fc;
	font-size: 16px;
}

.section-join-and-discover .container {
	padding-top: 100px;
	padding-bottom: 60px;
}

.section-join-and-discover h2 {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 36px;
	color: #00aec7;
}

.section-join-and-discover ul {
	margin: 0px 0px 20px;
	padding: 0px;
}

.section-join-and-discover ul li {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	list-style: none;
	background: url(../images/img/img-check01.png) no-repeat left 8px;
	padding: 6px 0px 6px 30px;
}

.section-join-and-discover .testimonial {
    font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
}

.section-join-and-discover .testimonial h3 {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.section-join-and-discover .testimonial strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-webinar-schedules {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	background: url(../images/bg/bg-stethoscope01.jpg) no-repeat top center;
	background-size: cover;
}

.section-webinar-schedules .container {
	padding-top: 40px;
	padding-bottom: 60px;
}

.section-are-you-someone {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: 18px;
}

.section-are-you-someone .container {
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
}

.section-are-you-someone img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 53%;
}

.section-are-you-someone h2 {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 36px;
	color: #00aec7;
}

.section-are-you-someone ul {
	margin: 0px 0px 20px;
	padding: 0px;
}

.section-are-you-someone ul li {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	list-style: none;
	background: url(../images/img/img-check01.png) no-repeat left 8px;
	padding: 6px 0px 6px 30px;
}

.section-webinar-schedules h2 {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 36px;
	color: #00aec7;
}

.section-webinar-schedules .testimonial {
    font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
}

.section-webinar-schedules .testimonial h3 {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.section-webinar-schedules .testimonial strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-physicians-are {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	background: #fff;
}

.section-physicians-are .container {
	padding-top: 60px;
}

.section-physicians-are h2 {
	color: #00aec7;
	font-size: 42px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}

.section-physicians-are strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-physicians-are p {
	margin-bottom: 30px;
}

.section-physicians-are .testimonial {
	max-width: 580px;
	background: #f3f3f3 url(../images/bg/bg-quote01.png) no-repeat top right;
	padding: 20px 15px 1px;
	margin-bottom: 40px;
}

.section-physicians-are-webinar {
	background: url(../images/bg/bg-physician01.jpg) no-repeat top right;
	background-size: cover;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.section-physicians-are-webinar .container {
	padding-top: 70px;
	padding-bottom: 50px;
}

.section-physicians-are-webinar p {
	margin-bottom: 30px;
}

.section-physicians-are-webinar .text-is-you-doctor {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 22px;
}

.section-physicians-are-webinar .btn-register {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 44px;
	background: #94b92c;
	padding: 7px 45px 2px;
	border-radius: 0px;
	color: #fff;
}

.section-physicians-are-webinar .btn-register:hover {
	background: #86a62e;
}

.section-get-connected {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: 18px;
}

.section-get-connected .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-get-connected h2 {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 36px;
	color: #00aec7;
}

.section-get-connected ul {
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

.section-get-connected ul li {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	margin: 25px 0px;
}

.section-get-connected .btn-visit {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
	background: #00aec7;
	padding: 10px 20px;
	border-radius: 0px;
	color: #fff;
}

.section-get-connected .btn-visit:hover {
	background: #108a9b;
}

.section-who-do-you-turn {
	background: url(../images/bg/bg-girls-jogging01.jpg) no-repeat  top left;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
}

.section-who-do-you-turn .right-content {
	background: #fbf9fc;
	padding: 65px 140px 60px 60px; 
}

.section-who-do-you-turn h2 {
	color: #00aec7;
	font-size: 42px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}

.section-who-do-you-turn p {
	margin-bottom: 40px;
	line-height: 30px;
}

.section-who-do-you-turn strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-who-do-you-turn .testimonial {
	max-width: 580px;
	background: #f3f3f3 url(../images/bg/bg-quote01.png) no-repeat;
	padding: 20px 15px 1px;
}

.section-less-than-6-percent {
	background: #00aec7;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}

.section-less-than-6-percent .container {
	padding-top: 60px;
}

.section-less-than-6-percent h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.section-less-than-6-percent p {
	margin-bottom: 40px;
	line-height: 36px;
}

.section-want-to-learn {
	background: url(../images/bg/bg-playing-baseball01.jpg) no-repeat top right;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}

.section-want-to-learn .left-content {
	background: #fbf9fc;
	padding: 65px 30px 60px 260px; 
}

.section-want-to-learn h2 {
	color: #00aec7;
	font-size: 42px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}

.section-want-to-learn p {
	margin-bottom: 40px;
	line-height: 36px;
}

.section-take-a-peek {
	background: url(../images/bg/bg-scientist-doing-research01.jpg) no-repeat top right;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	background-size: cover;
}

.section-take-a-peek .container {
	padding-top: 50px;
	padding-bottom: 140px;
}

.section-take-a-peek h2 {
	color: #00aec7;
	font-size: 54px;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.section-take-a-peek .carousel {
	max-width: 467px;
	margin: 0px auto;
}

.section-take-a-peek .carousel .carousel-indicators {
	bottom: -60px;
}

.section-take-a-peek .carousel .carousel-indicators li {
	width: 16px;
	height: 16px;
	background: #b9b9b9;
	border: none;
	margin: 0px 4px;
}

.section-take-a-peek .carousel .carousel-indicators .active {
	background: #00aec7;
}

.section-take-a-peek .carousel .carousel-control{
	background: none;
	font-size: 34px;
	color: #00aec7;
	opacity: 1;
	text-shadow: none;
}

.section-take-a-peek .carousel .carousel-control span {
	position: absolute;
	top: 50%;
}

.section-take-a-peek .carousel .left {
	left: -120px;
	color: #00aec7;
}

.section-take-a-peek .carousel .right {
	right: -100px;
}

.section-about-me {
	background: #fbf9fc;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}

.section-about-me .container {
	padding-top: 55px;
	padding-bottom: 45px;
}

.section-about-me h2 {
	color: #00aec7;
	font-size: 56px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}

.section-about-me img {
	border: 9px solid #00aec7;
	margin-top: 125px;
}

.section-about-me p {
	margin-bottom: 40px;
	line-height: 36px;
}

.section-about-me strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-about-me .profile-name {
	color: #00aec7;
}

.section-free-report {
	background: #00aec7;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.section-free-report .container {
	padding-top: 50px;
}

.section-free-report h2 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 47px;
	margin-top: 40px;
	margin-bottom: 25px;
}

.section-free-report h2 .text-free-report {
	color: #fff;
	display: block;
	margin-bottom: 15px;
}

.section-free-report h2 .text-about-nutrition {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 25px;
	display: block;
	letter-spacing: 2px;
}

.section-free-report img {
	border: 9px solid #00aec7;
}

.section-free-report p {
	margin-bottom: 40px;
	line-height: 36px;
}

.section-free-report strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	color: #fff;
}

.section-free-report .text-click-button {
	margin-bottom: 5px;
}

.section-free-report .btn-download {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 44px;
	background: #94b92c;
	padding: 7px 45px 2px;
	border-radius: 0px;
	color: #fff;
}

.section-free-report .btn-download:hover {
	background: #86a62e;
}

.section-index-footer {
	background: #0f0f0f;
	font-family: 'MyriadPro Regular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

.section-index-footer .container {
	max-width: 960px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.section-index-footer strong {
	font-weight: bold;
	font-size: 20px;
}

.section-index-footer .profile {
	border-right: 2px dotted #fff;
	padding-bottom: 10px
}

.section-index-footer .profile img {
	border: 3px solid #00aec7;
}

.section-index-footer .profile .text-name {
	margin-top: 5px;
}

.section-index-footer .quick-links {
	padding: 5px 0px 0px 35px;
	border-right: 2px dotted #fff;
}

.section-index-footer .quick-links .text-quick-links {
	margin-bottom: 15px;
}

.section-index-footer .quick-links a {
	color: #fff;
	text-decoration: underline;
}

.section-index-footer .quick-links a:hover {
	color: #00aec7;
}

.section-index-footer .follow-me {
	padding-top: 5px;
	padding-left: 35px;
}

.section-index-footer .follow-me a {
	color: #fff;
}

.section-index-footer .follow-me a:hover {
	color: #00aec7;
}

.section-index-footer .copyright {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	margin-top: 60px;
	font-size: 12px;
}

.section-modal-download {
	max-width: 870px;
	width: auto;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.section-modal-download .modal-header {
	border: none;
}

.section-modal-download .modal-header .close {
	opacity: 1;
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	font-size: 24px;
	padding: 0px 8px 6px 9px;
	margin: -30px -30px 0px 0px;
	border-radius: 50%;
}

.section-modal-download h2 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 34px;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.section-modal-download h2 .text-free-report {
	color: #00aec7;
	display: block;
	margin-top: 0px;
}

.section-modal-download h2 .text-about-nutrition {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	display: block;
	letter-spacing: 2px;
}

.section-modal-download strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-modal-download .text-enter-details {
	margin-bottom: 5px;
}

.section-modal-download form {
	max-width: 400px;
}

.section-modal-download form .form-control {
	height: 39px;
	border-radius: 2px;
	border: 1px solid #999;
	font-size: 17px;
}

.section-modal-download .btn-send-report {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 26px;
	background: #FFD504;
	padding: 8px 35px 10px;
	border-radius: 0px;
	color: #C20000;
	border-bottom: 4px solid #DF9B3A;
}

.section-modal-download .btn-send-report:hover {
	background: #D9B300;
}

.section-modal-download .btn-invisible-white {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #fff;
	padding: 8px 25px 10px;
	border-radius: 0px;
	color: #006DD9;
}

.section-modal-download .btn-invisible-white:hover {
	text-decoration: underline;
}

.section-modal-download .modal-footer {
	border: none;
	text-align: center;
	padding-top: 0px;
}

.section-modal-download .modal-footer .privacy {
	font-size: 14px;
}

.section-modal-download .modal-footer .testimonial {
	font-size: 18px;
}

.section-modal-register {
	max-width: 1100px;
	width: auto;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.section-modal-register .modal-header {
	border: none;
}

.section-modal-register .modal-header .close {
	opacity: 1;
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	font-size: 24px;
	padding: 0px 8px 6px 9px;
	margin: -30px -30px 0px 0px;
	border-radius: 50%;
}

.section-modal-register h2 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 34px;
	margin-top: -10px;
	margin-bottom: 20px;
}


.section-modal-register h2 .text-free-report {
	color: #00aec7;
	display: block;
	margin-top: 0px;
}

.section-modal-register h2 .text-about-nutrition {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	display: block;
	letter-spacing: 2px;
}

.section-modal-register h3 {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.section-modal-register p {
	line-height: 36px;
}

.section-modal-register img {
	margin-top: 50px;
}

.section-modal-register strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-modal-register .text-enter-details {
	margin-bottom: 5px;
}

.section-modal-register form {
	max-width: 400px;
	padding: 0px 15px;
}

.section-modal-register form .form-control {
	height: 39px;
	border-radius: 2px;
	border: 1px solid #999;
	font-size: 17px;
}

.section-modal-register .btn-register {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 26px;
	background: #FFD504;
	padding: 8px 35px 10px;
	border-radius: 0px;
	color: #C20000;
	border-bottom: 4px solid #DF9B3A;
}

.section-modal-register .btn-register:hover {
	background: #D9B300;
}

.section-modal-register .modal-footer {
	border: none;
	text-align: center;
	padding-top: 0px;
}

.section-modal-register .modal-footer .privacy {
	font-size: 14px;
	margin-bottom: -5px;
}

/* confirmation page ========================================================================== */

.confirmation-wrapper {
	font-family: Helvetica, Arial, sans-serif;
	background: #e5e7e7;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-confirmation-header {
	background: url(../images/bg/bg-confirmation-header01.jpg) no-repeat top center;
	background-size: cover;
	padding: 20px 30px 0px;
}

.section-confirmation-header h1 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 62px;
	margin-bottom: 0px;
}

.section-confirmation-header .download-the-ebook {    
	margin-top: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

.section-confirmation-header .download-the-ebook .input-group-addon {    
	background-color: #fdd051;
    color: #000;
    padding: 15px;
}

.section-confirmation-header .download-the-ebook .form-control {    
    padding: 27px;
    font-size: 15px;
    max-width: 330px;
    background: #00aec7;
    color: #fff;
}

.section-confirmation-header .download-the-ebook .form-control p{    
    margin-top: -13px;
    font-size: 20px;
}

.section-confirmation-header .download-the-ebook .form-control a{    
    color:#fff !important;
    text-decoration: none;
}

.section-confirmation-header .share-icons{    
    margin-top: -27px;
    max-width: 244px;
    padding-bottom: 45px;
    padding-top: 15px;
    padding-left: 30px;
}

.section-confirmation-header .share-icons a{    
    color: #fff !important;
}

.section-confirmation-header .share-icons .facebook-icon,
.section-confirmation-header .share-icons .twitter-icon{    
	padding-right: 30px;
}

.section-confirmation-header .share-this {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
}

.section-confirmation-header .share-this .input-group-addon {
	background-color: #fdd051;
	color: #000;
	padding: 15px;
}

.section-confirmation-header .share-this .form-control {
    padding: 31px;
    font-size: 15px;
    max-width: 185px;
    background: #00aec7;
    color: #fff;
}

.section-confirmation-header .share-this .form-control p{    
    margin-top: -13px;
    font-size: 20px;
}

.section-confirmation-header .ebook {
	margin-left: 30px;
}

.section-doctors-get-formal {
	background: #fff url(../images/bg/bg-6-percent-doctors01.jpg) no-repeat top right;
	padding: 20px 30px 30px;
}

.section-doctors-get-formal h2 {
	font-size: 35px;
	margin-bottom: 25px;
}

.section-doctors-get-formal h2 .text-and-what {
	font-size: 26px;
}

.section-doctors-get-formal h2 .text-killing-you {
	color: #c40006;
}

.section-doctors-get-formal .text-content {
	max-width: 545px;
}

.section-doctors-get-formal .text-content p {
	margin-bottom: 20px;
}

.section-doctors-get-formal .text-keep-reading {
	font-size: 23px;
	color: #00aec7;
}

.section-converted-doctor {
	background: #f8f8f8;
	padding: 40px 30px;
}

.section-converted-doctor h2 {
	color: #00aec7;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.section-converted-doctor p {
	margin-bottom: 20px;
}

.section-converted-doctor .text-you-could-say {
	font-size: 24px;
}

.section-doctors-responding {
	background: #fff url(../images/bg/bg-scientist-doing-research02.jpg) no-repeat top right;
	background-size: cover;
	padding: 20px 30px 30px;
}

.section-doctors-responding h2 {
	color: #00aec7;
	font-size: 29px;
	margin-bottom: 30px;
}

.section-doctors-responding .text-content {
	color: #fff;
	max-width: 545px;
}

.section-doctors-responding .text-content p {
	font-size: 15px;
	margin-bottom: 25px;
}

.section-doctors-responding .text-content .text-another-important {
	margin-bottom: 20px;
	font-size: 20px;
}

.section-drugs-arent-solution {
	background: #fff;
	padding: 40px 30px;
	position: relative;
}

.section-drugs-arent-solution h2 {
	color: #00aec7;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.section-drugs-arent-solution p {
	margin-bottom: 20px;
}

.section-drugs-arent-solution .text-another-husband {
	text-align: center;
	font-size: 20px;
}

.section-drugs-arent-solution .text-he-was-happy {
	text-align: center;
	font-size: 24px;
}

.section-drugs-arent-solution .text-three-months {
	text-align: center;
	font-size: 20px;
	color: #00aec7;
}

.section-drugs-arent-solution img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.section-decided-to-run {
	background: #fff url(../images/bg/bg-doctors-doing-conversations01.jpg) no-repeat top right;
	background-size: cover;
	padding: 20px 30px;
}

.section-decided-to-run h2 {
	font-size: 29px;
	margin-bottom: 30px;
}

.section-decided-to-run .text-content {
	max-width: 845px;
}

.section-decided-to-run .text-content p {
	font-size: 15px;
	margin-bottom: 25px;
}

.section-decided-to-run .text-content .text-another-important {
	margin-bottom: 20px;
	font-size: 20px;
}

.section-began-research {
	background: #fff;
	padding: 40px 30px 10px;
	position: relative;
}

.section-began-research h2 {
	color: #00aec7;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.section-began-research p {
	margin-bottom: 20px;
}

.section-began-research .text-actually-rusting {
	text-align: center;
	font-size: 24px;
}

.section-when-you-understand {
	background: #F8F8F8 url(../images/bg/bg-doctor-showing-drugs01.jpg) no-repeat top right;
	background-size: cover;
}

.section-when-you-understand .row {
	padding: 30px 30px 10px;
}

.section-when-you-understand p {
	font-size: 15px;
	margin-bottom: 25px;
}

.section-when-you-understand .text-health-and-life,
.section-when-you-understand .text-far-superior {
	color: #00aec7;
	text-align: center;
	font-size: 20px;
}

.section-nutritional-supplements {
	background: #000 url(../images/bg/bg-skeleton01.jpg) no-repeat bottom right;
	color: #fff;
}

.section-nutritional-supplements .clearfix {
	padding: 10px 30px 20px;
}

.section-nutritional-supplements h2 {
	color: #00aec7;
	font-size: 30px;
	margin-bottom: 25px;
}

.section-nutritional-supplements h2 span {
	font-size: 22px;
}

.section-nutritional-supplements .text-content {
	max-width: 530px;
}

.section-nutritional-supplements .text-content h3 {
	font-size: 22px;
	margin: 30px 0px 25px 20px;
}

.section-nutritional-supplements .text-content p {
	font-size: 15px;
	margin-bottom: 25px;
}

.section-nutritional-supplements .text-content ul {
	margin-left: 20px;
	padding: 0px;
}

.section-nutritional-supplements .text-content li {
	font-size: 18px;
	list-style: none;
	background: url(../images/img/img-check02.png) no-repeat left 10px;
	padding: 10px 0px 10px 30px;
}

.section-part-of-reason {
	background: #F8F8F8;
	padding: 40px 30px 10px;
	position: relative;
}

.section-part-of-reason h2 {
	color: #00aec7;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.section-part-of-reason h3 {
	color: #00aec7;
	font-size: 23px;
	margin: 30px 0px 20px 15px;
}

.section-part-of-reason p {
	margin-bottom: 20px;
}

.section-part-of-reason .text-actually-rusting {
	text-align: center;
	font-size: 24px;
}

.section-part-of-reason ul {
	margin-left: 25px;
	padding: 0px;
}

.section-part-of-reason li {
	list-style: none;
	background: url(../images/img/img-bullet01.png) no-repeat left 15px;
	padding: 7px 0px 7px 30px;
}

.section-do-you-know {
	background: #fff url(../images/bg/bg-wheat-field01.jpg) no-repeat top right;
	background-size: cover;
}

.section-do-you-know .clearfix {
	padding: 30px 30px 10px;
}

.section-do-you-know .text-content {
	max-width: 420px;
}

.section-do-you-know .text-content p {
	font-size: 15px;
	margin-bottom: 25px;
}

.section-do-you-know .text-content .text-starving {
	color: #00aec7;
	text-align: center;
	font-size: 36px;
}

.section-do-you-know .text-content strong {
	font-size: 18px;
}

.section-lets-review {
	background: #F8F8F8;
	padding: 40px 30px 10px;
	position: relative;
}

.section-lets-review h2 {
	color: #00aec7;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-lets-review h3 {
	background: url(../images/img/img-check03.png) no-repeat left top;
	font-size: 20px;
	margin: 30px 0px 20px 0px;
	padding: 2px 0px 0px 30px;
}

.section-lets-review p {
	margin-bottom: 20px;
}

.section-lets-review img {
	margin-top: 30px;
}

.section-the-sad-thing {
	background: #fff;
	padding: 30px;
	position: relative;
}

.section-the-sad-thing h2 {
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 36px;
}

.section-the-sad-thing h2 strong {
	font-size: 24px;
	color: #c40006;
}

.section-the-sad-thing p {
	margin-bottom: 20px;
}

.section-the-sad-thing .text-because-supplements {
	font-size: 18px;
}

.section-the-sad-thing .text-most-people {
	font-size: 20px;
	text-align: center;
	padding: 15px 15px 0px;
	border: 4px dashed #c40006;
	margin-bottom: 20px;
}

.section-the-sad-thing img {
	margin-top: 60px;
}

.section-may-be-wondering {
	background: #F8F8F8 url(../images/bg/bg-girl-thinking01.jpg) no-repeat bottom left;
}

.section-may-be-wondering .clearfix {
	padding: 40px 30px 10px;
}

.section-may-be-wondering h2 {
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 36px;
}

.section-may-be-wondering p {
	margin-bottom: 120px;
	text-align: center;
	font-size: 24px;
}

.section-may-be-wondering p strong {
	color: #c40006;
}

.section-happy-to-report {
	background: #F8F8F8 url(../images/bg/bg-radial-white-gray01.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 30px 10px;
}

.section-happy-to-report h2 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 36px;
}

.section-happy-to-report .text-lets-review {
	font-size: 20px;
	margin-bottom: 20px;
}

.section-happy-to-report .text-shaklee-life-plan {
	font-size: 60px;
	color: #00aec7;
	margin-bottom: 30px;
}

.section-happy-to-report .text-shaklee-life-plan strong {
	font-size: 16px;
	color: #333;
	margin-top: -10px;
	margin-bottom: 30px;
	display: block;
}

.section-happy-to-report img {
	float: right;
	margin-top: -50px;
}

.section-life-plan-videos {
	background: #F8F8F8;
	padding: 40px 30px;
}

.section-life-plan-videos p {
	margin-top: 30px;
	margin-bottom: 20px;
}

.section-life-plan-videos a {
	display: inline-block;
	position: relative;
}

.section-life-plan-videos a span {
	background: url(../images/btn/btn-play-movie01.png) no-repeat;
	width: 97px;
	height: 97px;
	position: absolute;
	display: block;
	top: 30%;
	left: 37%;
}

.section-life-plan-videos a:hover span {
	background-position: -102px 0px;
}

.section-life-plan-includes {
	background: #fff;
	padding: 40px 30px 10px;
}

.section-life-plan-includes h2 {
	color: #00aec7;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 35px;
}

.section-life-plan-includes p {
	margin-bottom: 20px;
}

.section-life-plan-includes ul {
	margin-left: 0px;
	padding: 0px;
}

.section-life-plan-includes li {
	list-style: none;
	background: url(../images/img/img-bullet02.png) no-repeat left 15px;
	padding: 7px 0px 7px 20px;
}

.section-life-plan-includes li strong {
	font-size: 18px;
}

.section-life-plan-includes .text-increase-energy {
	font-size: 26px;
	text-align: center;
	padding: 15px;
	border: 4px dashed #89ba64;
	margin: 30px auto 20px;
	max-width: 685px;
}

.section-life-plan-includes .text-increase-energy strong {
	font-size: 30px;
}

.section-life-plan-includes .text-from-now-on {
	text-align: center;
	font-size: 18px;
}

.section-life-plan-includes .well {
	padding: 15px 10px;
	margin: 30px 0px 40px;
}

.section-life-plan-includes hr {
	border: 1px dashed #d4d5da;
}

.section-lets-view-life-plan {
	background: #fff;
	padding: 0px 30px 10px;
}

.section-lets-view-life-plan h2 {
	color: #00aec7;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.section-lets-view-life-plan p {
	margin-bottom: 20px;
}

.section-lets-view-life-plan ul {
	margin-left: 0px;
	padding: 0px;
}

.section-lets-view-life-plan li {
	list-style: none;
	background: url(../images/img/img-bullet02.png) no-repeat left 15px;
	padding: 7px 0px 7px 20px;
}

.section-lets-view-life-plan .text-shaklee-life-strip {
	font-size: 18px;
}

.section-proven-by-science {
	background: #f8f8f8;
	padding: 30px;
}

.section-proven-by-science h2 {
	color: #00aec7;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.section-proven-by-science .text-landmark-study {
	font-size: 20px;
}

.section-proven-by-science p {
	margin-bottom: 20px;
}

.section-proven-by-science ul {
	padding: 0px;
}

.section-proven-by-science li {
	list-style: none;
	background: url(../images/img/img-check03.png) no-repeat left 10px;
	padding: 10px 0px 10px 30px;
}

.section-telomere-study {
	background: #000 url(../images/bg/bg-chromosomes01.jpg) no-repeat bottom right;
	background-size: cover;
	padding: 20px 30px 30px;
	color: #fff;
}

.section-telomere-study h2 {
	color: #00aec7;
	font-size: 36px;
	margin-bottom: 25px;
}

.section-telomere-study .text-content {
	max-width: 460px;
}

.section-telomere-study .text-content p {
	font-size: 15px;
	margin-bottom: 25px;
}

.section-telomere-study .text-content .text-over-time {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
}

.section-telomere-study .text-content .text-statistical-analysis {
	font-size: 28px;
	margin-bottom: 25px;
	text-align: center;
}

.section-telomere-study .text-content .text-statistical-analysis strong {
	color: #f2d03b;
}

.section-shaklee-changing-lives {
	background: #000 url(../images/bg/bg-photo-collage01.jpg) no-repeat center center;
	background-size: cover;
	padding: 10px 30px 50px;
}

.section-shaklee-changing-lives h2 {
	color: #00aec7;
	font-size: 40px;
	margin-bottom: 25px;
}

.section-shaklee-changing-lives h3 {
	color: #c40006;
	font-size: 40px;
	margin-bottom: 0px;
}

.section-shaklee-changing-lives p {
	margin-bottom: 25px;
}

.section-shaklee-changing-lives .text-hundreds {
	font-size: 18px;
}

.section-shaklee-changing-lives .text-content .text-statistical-analysis {
	font-size: 28px;
	margin-bottom: 25px;
	text-align: center;
}

.section-money-back-guarantee {
	background: #00aec7;
	padding: 30px;
}

.section-money-back-guarantee h2 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 32px;
	text-align: center;
}

.section-life-plan-products {
	background: #fff;
	padding: 30px;
}

.section-life-plan-products h2 {
	padding: 12px;
	margin: 0px;
	color: #38ddf5;
	text-align: center;
	background: #171919;
}

.section-life-plan-products .prod-container {
	padding: 30px 10px 25px;
	background: #f8f8f8;
}

.section-life-plan-products ul {
	padding: 0px;
}

.section-life-plan-products li {
	list-style: none;
	background: url(../images/img/img-check04.png) no-repeat left 10px;
	padding: 5px 0px 5px 30px;
}

.section-life-plan-products .buy-this {
	text-align: center;
}

.section-life-plan-products .buy-this .btn {
	font-size: 32px;
	color: #c40006;
	background: #ffd502;
	border-bottom: 3px solid #df9b39;
	padding: 10px 64px;
}

.section-life-plan-products .buy-this .btn:hover {
	background: #f6dd5e;
}

.section-life-plan-products .plan-shaklee-life h2 {
	font-size: 42px;
}

.section-life-plan-products .text-amazing-options {
	font-size: 23px;
	color: #00aec7;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;	
}

.section-life-plan-products .plan-shaklee-life .text-feel-amazing {
	font-size: 20px;
	color: #00aec7;
	text-align: center;
	margin-bottom: 30px;
}

.section-life-plan-products .plan-shaklee-life ul {
	margin-left: 40px;
}

.section-life-plan-products .plan-vitalizing h2,
.section-life-plan-products .plan-essentials h2 {
	font-size: 34px;
}

.section-confirmation-footer {
	background: #171919;
	padding: 30px 30px 0px;
	font-family: 'MyriadPro Regular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

.section-confirmation-footer .container {
	max-width: 960px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.section-confirmation-footer strong {
	font-weight: bold;
	font-size: 20px;
}

.section-confirmation-footer .profile {
	border-right: 2px dotted #fff;
	padding-bottom: 10px
}

.section-confirmation-footer .profile img {
	border: 3px solid #00aec7;
}

.section-confirmation-footer .profile .text-name {
	margin-top: 5px;
}

.section-confirmation-footer .quick-links {
	padding: 5px 0px 0px 35px;
	border-right: 2px dotted #fff;
}

.section-confirmation-footer .quick-links .text-quick-links {
	margin-bottom: 15px;
}

.section-confirmation-footer .quick-links a {
	color: #fff;
	text-decoration: underline;
}

.section-confirmation-footer .quick-links a:hover {
	color: #00aec7;
}

.section-confirmation-footer .follow-me {
	padding-top: 5px;
	padding-left: 35px;
}

.section-confirmation-footer .follow-me a {
	color: #fff;
}

.section-confirmation-footer .follow-me a:hover {
	color: #00aec7;
}

.section-confirmation-footer .copyright {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	margin: 30px -15px 0px;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #0f1010;
}

.section-confirmation-webinar {
	background: url(../images/bg/bg-index-header01.jpg) no-repeat;
	background-size: cover;
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.section-confirmation-webinar .container {
	padding-top: 20px;
	padding-bottom: 80px;
}

.section-confirmation-webinar h1 {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	margin-bottom: 45px;
}

.section-confirmation-webinar h1 .text-free-report {
	color: #00aec7;
	font-size: 48px;
}

.section-confirmation-webinar h1 .text-about-nutrition {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 25px;
	display: block;
	letter-spacing: 2px;
}

.section-confirmation-webinar h2 {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.section-confirmation-webinar p.text-thanks {
	font-size: 18px;
	margin-bottom: 25px;
}

.section-confirmation-webinar .share-this a span {
	border: 2px #2c2c2c solid;
	padding: 6px 19px 6px 15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #2c2c2c;
	margin: 10px 5px 50px;
	position: relative;
	top: 10px;
}

.section-confirmation-webinar .share-this a span i {
	position: absolute;
	top: 25%;
	left: 35%;
}

.section-confirmation-webinar .share-this a:hover span {
	border: 2px #2D8877 solid;
	color: #2D8877;
}

.section-confirmation-schedules {
	font-family: 'Sofia Pro Light', Helvetica, Arial, sans-serif;
	background: url(../images/bg/bg-stethoscope01.jpg) no-repeat top center;
}

.section-confirmation-schedules .container {
	padding-top: 60px;
	padding-bottom: 30px;
}

/* register schedules formatting ========================================================= */

.section-register-schedules {
	padding: 0px 15px;
	margin-bottom: 40px;
}

.section-register-schedules strong {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
}

.section-register-schedules .row-flex, 
.section-register-schedules .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.section-register-schedules .flex-col {
    flex: 1 100%;
	flex-flow: column nowrap;
	align-content: center;
	text-align: center;
}

.section-register-schedules .heading-week,
.section-register-schedules .heading-time,
.section-register-schedules .heading-date {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	background: #00aec7;
	color: #fff;
	padding: 7px 2px;
	font-size: 18px;
	border-right: 8px solid #f4f6f7;
	margin-bottom: 8px;
}

.section-register-schedules .heading-class {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	background: #00aec7;
	color: #fff;
	padding: 7px 2px;
	font-size: 18px;
	margin-bottom: 8px;
}

.section-register-schedules .what-week,
.section-register-schedules .what-time,
.section-register-schedules .what-date {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	background: #fff;
	padding: 24px 2px;
	font-size: 18px;
	border-right: 8px solid #f4f6f7;
	margin-bottom: 8px;
}

.section-register-schedules .what-class {
	font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
	background: #fff;
	padding: 24px 2px;
	font-size: 18px;
	margin-bottom: 8px;
}

.section-register-schedules .finished-class .addeventatc {
	display: none;
}

.section-register-schedules .addeventatc,
.section-register-schedules .addeventatc:hover {
	font-size: 12px;
}

.section-register-schedules .finished-class .what-week,
.section-register-schedules .finished-class .what-time,
.section-register-schedules .finished-class .what-date {
	background: #00aec7;
	color: #fff;
	border-right:none;
	padding-right:8px;
}

.section-register-schedules .finished-class .what-class {
	background: #00aec7;
	color: #fff;
}

.section-register-schedules .finished-class .addeventatc {
	display: none;
}
.footer-hub01 {
	border-top: 0px;
	padding: 70px 15px;
	background: #0f0f0f ;
	color: #FFFFFF;
	font-size: 16px;
}

.footer-hub01 .follow-us .fa-2x .fa-stack-2x {
	  color: #FFF;
}

.footer-hub01 .follow-us a:hover .fa-2x .fa-stack-2x {
	color: #00aec7 ;
}

.footer-hub01 .follow-us a:focus .fa-2x,
.footer-hub01 .follow-us a:active .fa-2x {
	background: #0f0f0f;
}

.footer-hub01 .follow-us .fa-2x .fa-stack-1x {
	font-size: 0.8em !important;
}

.footer-hub01 .col-sm-6 {
	border-left: 2px solid #00aec7 ;
	border-right: 2px solid #00aec7 ;
}

.footer-hub01 a {
	color: #FFF;
	padding-right: 17px;
	outline: none;
}

.footer-hub01 ul.navbar-nav {
	width: 100%;
	border-top: 0px;
	padding-left: 30px;
}

.footer-hub01 .name-content {
	width:23%
}

.footer-hub01 .follow-content {
	width:27%
}

.footer-hub01 .link-content {
	width: 45%;
	border-left: 1px solid #47d9bf;
	border-right: 1px solid #47d9bf;
}

.footer-hub01 .link-info {
	padding: 15px;
}

.footer-hub01 .link-info .img-footer-avatar img {
	width: 70px;
	height: 70px;
	margin-top: 26px;
	margin-right: 10px;
	float: left;
	border-radius: 100%;
}

.footer-hub01 .link-info h3 {
	font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
	padding-top: 0px;
	font-size: 24px;
	margin-top: 30px;
}

.footer-hub01 .navbar-nav li {
	float: none;
}

.footer-hub01 .navbar-nav li a {
	background: none;
	font-size: 14px;
	padding: 15px 0px 15px 0px;
}

.footer-hub01 .navbar-nav li a:hover {
	text-decoration: underline;
}

.footer-hub01 .navbar-nav li a:focus,
.footer-hub01 .navbar-nav li a:active {
	background: #28444f;
}

.footer-hub01 .follow-us {
	padding-top: 15px;
	padding-left: 45px;
	border-top: 0px;
}

.footer-hub01 .follow-us h5 {
	font-size: 17px;
	padding-left: 5px;
	margin-bottom: 25px;
	margin-top: 0px;
}

.footer-hub01 .follow-us .fa-2x {
	font-size: 1.7em !important;
	margin-bottom: 15px;
}

.footer-hub01 .fa-circle-thinner:before {
	box-sizing: border-box;
	display: block;
	width: 1.7em;
	height: 1.7em;
	padding-top: 0.3em;
	text-align: center;
	border-radius: 100%;
	border: 1.7px solid #FFFFFF;
	font-size: 23px;
}

.footer-hub01 .follow-us .fa.fa-circle-thinner {
	color: #FFF;
}

.footer-hub01 .follow-us a:hover .fa.fa-circle-thinner:before,
.footer-hub01 .follow-us a:focus .fa.fa-circle-thinner:before,
.footer-hub01 .follow-us a:active .fa.fa-circle-thinner:before {
	color: #47d9bf;
	border: 1.7px solid #47d9bf;
}

.footer-hub02 {
	background: #2a2829 ;
	padding: 10px 15px;
}

.footer-hub02 .member-name {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f9f8f6;
	font-size: 24px;
	line-height: 54px;
}

.footer-hub02 .copyright {
	text-align: center;
	color: #FFF;
	line-height: 54px;
	font-size: 13px;
}

.footer-hub02 .copyright a {
	color: #00aec7 ;
}

.display-480 {
	display: none;
}

@media (max-width: 1590px) {

	/* opt-in page ================================================================================ */

	.section-who-do-you-turn .right-content {
		padding: 10px 15px 30px 30px; 
	}

	.section-who-do-you-turn p {
		margin-bottom: 25px;
		line-height: 30px;
	}

	.section-want-to-learn .left-content {
		padding: 10px 15px 30px 30px; 
	}

	.section-want-to-learn p {
		margin-bottom: 25px;
		line-height: 30px;
	}

}

@media (min-width: 1490px) {

	/* opt-in page ================================================================================ */
	
}

@media (min-width: 1200px) {

	/* opt-in page ================================================================================ */
	
	.section-index-header .container {
		max-width: 1840px;
		width: auto;
		padding-left: 220px;
	}
	
	.section-index-header-webinar .container {
		max-width: 1200px;
		width: auto;
	}
	
    .section-index-header2 img {
        right: -80px;
    }

    .section-are-you-someone .container {
		padding-top: 80px;
	}

	.section-are-you-someone img {
		right: -89px;
		width: 62%;
	}

	.section-want-to-learn {
		background-size: 70%;
	}

	.confirmation-container {
		width: 970px;
	}

}

@media (max-width: 1199px) and (min-width: 991px) {
		.footer-hub01 .container {
	    width: 100%;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 20px;
	}

	.footer-hub01 .follow-us {
	    padding-top: 20px;
		padding-left: 25px;
	}

	.footer-hub01 .follow-us .fa-2x {
	    margin-bottom: 0px;
	}

	.footer-hub01 a {
	    padding-right: 5px;
	}

	.footer-hub01 .name-content {
	    width: 28%;
	}

	.footer-hub01 .follow-content {
		width:24%
	}

}


@media (min-width:768px) and (max-width:991px) {

	/* opt-in page ================================================================================ */
    
    .section-index-header2 img {
        right: -80px;
    }

	.footer-hub02 .copyright {
	   	line-height: 24px;
	}
    
	.footer-hub01 ul.navbar-nav {
   		 padding-left: 3px;
	}
    
}

@media (max-width: 991px) {

	/* opt-in page ================================================================================ */
	
	.section-index-header .container {
		padding-bottom: 0px;
	}

	.section-index-header .container img {
		position: relative;
		bottom: 0px;
		width: 49%;
		left: auto;
		float: right;
	}

	.section-index-header-webinar .container .doctor {
		width: 56%;
	}

	/* confirmation page ========================================================================== */
	
	.section-confirmation-header .media {
		margin-top: 80px;
	}
	
	.section-drugs-arent-solution img {
		width: 38%;
	}

	.section-may-be-wondering {
		background-size: 70%;
	}
	
}

@media (max-width: 767px) {

	/* opt-in page ================================================================================ */
		
	.section-index-header h1 {
		font-size: 42px;
	}

	.section-index-header h1 .text-free-report {
		font-size: 48px;
	}

	.section-index-header .btn-download {
		font-size: 34px;
		padding: 7px 35px 2px;
	}
	
	.section-index-header-webinar img.doctor,
	.section-index-header-webinar img.banner {
		position: relative !important;
		width: auto !important;
		top: auto !important;
		bottom: auto !important;
		right: auto !important;
	}
	
	.section-index-header-webinar h1 {
		font-size: 42px;
		margin-top: 30px;
	}

	.section-index-header-webinar h1 .text-about-nutrition {
		line-height: 30px;
	}

	.section-index-header-webinar .btn-register {
		font-size: 34px;
		padding: 7px 35px 2px;
	}
	
	.section-index-header2 h1 {
		font-size: 42px;
        text-align: center;
	}

	.section-index-header2 h1 .text-free-report {
		font-size: 48px;
	}

    .section-index-header2 h1 .text-about-nutrition {
        text-align: center;
    }

    .section-index-header2 .btn-download {
		font-size: 34px;
		padding: 7px 35px 2px;
	}
	
	.section-join-and-discover .container {
		padding-top: 30px;
	}
	
	.section-join-and-discover .pull-left,
	.section-join-and-discover .pull-right {
		float: none !important;
	}
	
	.section-join-and-discover img {
		margin: 0px auto;
	}
	
	.section-are-you-someone .container {
		padding-bottom: 0px;
	}

	.section-are-you-someone img {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 0px auto;
		width: auto;
	}

	.section-physicians-are .container {
		padding-top: 10px;
	}
	
	.section-physicians-are h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.section-physicians-are img {
		width: 50%;
		margin: 0px auto;
	}

	.section-physicians-are-webinar .container {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.section-physicians-are-webinar .btn-register {
		font-size: 34px;
		padding: 7px 35px 2px;
	}
	
	.section-get-connected .container {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.section-get-connected .btn-visit {
		margin-bottom: 30px;
	}
	
	.section-who-do-you-turn {
		background-size: cover;
	}

	.section-who-do-you-turn h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.section-who-do-you-turn .right-content {
		background: rgba(251,249,252,.9);
		padding: 10px 15px 30px 15px; 
	}

	.section-less-than-6-percent .container {
		padding-top: 10px;
	}
	
	.section-less-than-6-percent h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.section-want-to-learn {
		background-size: cover;
	}

	.section-want-to-learn h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.section-want-to-learn .left-content {
		background: rgba(251,249,252,.9);
		padding: 10px 15px 30px 15px; 
	}

	.section-take-a-peek .container {
		padding-top: 10px;
		padding-bottom: 80px;
	}
	
	.section-take-a-peek h2 {
		font-size: 34px;
		margin-bottom: 25px;
	}
	
	.section-take-a-peek .carousel .carousel-indicators {
		bottom: -70px;
	}
	
	.section-take-a-peek .carousel .left {
		left: -30px;
	}
	
	.section-take-a-peek .carousel .right {
		right: 0px;
	}

	.section-about-me .container {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.section-about-me h2 {
		font-size: 46px;
		margin-bottom: 25px;
	}
	
	.section-about-me img {
		margin: 0px auto 0px;
	}
	
	.section-about-me p {
		margin-bottom: 30px;
		line-height: 36px;
	}

	.section-free-report .container {
		padding-top: 20px;
	}
	
	.section-free-report h2 {
		font-size: 37px;
		margin-top: -40px;
		margin-bottom: 25px;
	}
	
	.section-free-report h2 .text-free-report {
		margin-bottom: 0px;
	}
	
	.section-free-report img {
		margin: 0px auto;
	}
	
	.section-free-report .btn-download {
		font-size: 34px;
		padding: 7px 35px 2px;
	}
	
	.section-index-footer .profile {
		border-right: none;
		margin-bottom: 20px
	}
	
	.section-index-footer .quick-links {
		border-right: none;
		margin-bottom: 30px;
		padding-left: 15px;
	}
	
	.section-index-footer .follow-me {
		padding-left: 15px;
	}
	
	.section-modal-download h2,
	.section-modal-download p {
		text-align: center;
	}
	
	.section-modal-download img {
		margin: 0px auto;
	}
	
	.section-modal-download form {
		margin: 0px auto;
		text-align: center;
	}

	.section-modal-download .btn-send-report {
		font-size: 20px;
		padding: 8px 15px 10px;
	}

	.section-modal-register {
		text-align: center;
	}
	
	.section-modal-register form {
		margin: 0px auto;
	}

	/* confirmation page ========================================================================== */
	
	.confirmation-wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.confirmation-wrapper .container {
		padding: 0px;
	}

	.section-confirmation-header {
		padding: 10px 15px 0px;
	}
	
	.section-confirmation-header h1 {
		font-size: 42px;
		margin-bottom: 0px;
	}
	
	.section-confirmation-header .media {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	.section-confirmation-header .media img {
		width: 110%;
	}
	
	.section-confirmation-header .ebook {
		margin: 0px auto;
	}

	.section-doctors-get-formal {
		padding: 10px 15px;
	}

	.section-doctors-get-formal h2 {
		font-size: 30px;
	}

	.section-converted-doctor {
		padding: 20px 15px 10px;
	}

	.section-converted-doctor img {
		margin: 0px auto 20px;
	}

	.section-doctors-responding {
		padding: 10px 15px;
	}

	.section-drugs-arent-solution {
		padding: 30px 15px 10px;
	}

	.section-drugs-arent-solution img {
		display: none;
	}

	.section-decided-to-run {
		padding: 10px 15px;
	}

	.section-began-research {
		padding: 30px 15px 10px;
	}

	.section-when-you-understand .row {
		background: rgba(251,249,252,.6);
		padding: 30px 15px 10px;
	}

	.section-nutritional-supplements .clearfix {
		padding: 0px 15px 10px;
		background: rgba(0,0,0,.6);
	}

	.section-part-of-reason {
		padding: 20px 15px 10px;
	}

	.section-part-of-reason h3 {
		margin-top: 0px;
	}

	.section-part-of-reason img {
		margin: 0px auto 20px;
	}

	.section-do-you-know .clearfix {
		background: rgba(251,249,252,.8);
		padding: 30px 15px 10px;
	}

	.section-do-you-know .text-content {
		max-width: none;
	}
	
	.section-lets-review {
		padding: 30px 15px 20px;
	}
	
	.section-lets-review .pull-left,
	.section-lets-review .pull-right {
		float: none !important;
	}
	
	.section-the-sad-thing {
		padding: 30px 15px;
	}
	
	.section-the-sad-thing img {
		margin: 0px auto;
	}

	.section-may-be-wondering {
		background: #F8F8F8 url(../images/bg/bg-girl-thinking01.jpg) no-repeat bottom center;
	}

	.section-may-be-wondering .clearfix {
		background: rgba(251,249,252,.8);
		padding: 40px 15px 10px;
	}

	.section-happy-to-report {
		padding: 30px 15px 10px;
	}
	
	.section-happy-to-report .text-shaklee-life-plan {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	.section-happy-to-report img {
		margin-top: -20px;
	}

	.section-life-plan-videos {
		padding: 0px 15px 30px;
	}
	
	.section-life-plan-videos p {
		margin-top: 40px;
	}

	.section-life-plan-includes {
		padding: 30px 15px 10px;
	}
	
	.section-life-plan-includes h2 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	
	.section-life-plan-includes ul {
		margin-top: 20px;
	}
	
	.section-life-plan-includes .text-increase-energy {
		margin: 10px auto 20px;
	}
	
	.section-life-plan-includes .text-increase-energy strong {
		font-size: 27px;
	}
	
	.section-life-plan-includes .well {
		padding: 15px 10px 0px;
	}
	
	.section-life-plan-includes .well img {
		margin: 0px auto 20px;
	}
	
	.section-lets-view-life-plan {
		padding: 0px 15px 10px;
	}
	
	.section-lets-view-life-plan img {
		margin: 0px auto;
	}

	.section-proven-by-science {
		padding: 30px 15px;
	}
	
	.section-proven-by-science h2 {
		font-size: 30px;
	}
	
	.section-proven-by-science img {
		margin: 0px auto;
	}
	
	.section-telomere-study {
		padding: 10px 15px 10px;
	}
	
	.section-telomere-study h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.section-telomere-study .text-content .text-statistical-analysis {
		font-size: 24px;
	}
	
	.section-shaklee-changing-lives {
		padding: 10px 15px 30px;
	}
	
	.section-shaklee-changing-lives h2,
	.section-shaklee-changing-lives h3 {
		font-size: 32px;
	}
	
	.section-shaklee-changing-lives h3 {
		font-size: 40px;
	}
	
	.section-shaklee-changing-lives img {
		margin: 0px auto;
	}

	.section-money-back-guarantee {
		padding: 20px 15px;
	}
	
	.section-money-back-guarantee h2 {
		font-size: 30px;
	}
	
	.section-life-plan-products {
		padding: 30px 15px 10px;
	}
	
	.section-life-plan-products .buy-this .btn {
		font-size: 30px;
		padding: 10px 44px;
	}
	
	.section-life-plan-products .plan-shaklee-life ul {
		margin-left: 0px;
	}

	.section-confirmation-footer .profile {
		border-right: none;
		margin-bottom: 20px
	}
	
	.section-confirmation-footer .quick-links {
		border-right: none;
		margin-bottom: 30px;
		padding-left: 15px;
	}
	
	.section-confirmation-footer .follow-me {
		padding-left: 15px;
	}
	
	.section-confirmation-webinar .pull-left,
	.section-confirmation-webinar .pull-right {
		float: none !important;
	}
	
	.section-confirmation-webinar img {
		margin: 70px auto 0px;
	}
	
	/* register schedules formatting ========================================================= */
	
	.section-register-schedules .what-week,
	.section-register-schedules .what-time,
	.section-register-schedules .what-date,
	.section-register-schedules .what-class {
		font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
		font-size: 16px;
	}
	.footer-hub02 .copyright {
	   	line-height: 20px;
	}

}

@media (min-width:768px) and (max-width:991px) {

	.footer-hub01 .container {
	    width: 100%;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 15px;
	}

	.footer-hub01 .follow-us {
	    padding-top: 20px;
	    padding-left: 50px;
	}

	.footer-hub01 .link-content {
	    width: 40%;
	}

	.footer-hub01 .name-content {
	    width: 30%;
	}	

	.footer-hub01 .link-info .img-footer-avatar img {
	    float: none;
	    margin: 0px auto;
	}

	.footer-hub01 .link-info {
	    padding: 15px 0px;
	    text-align: center;
	}

	.footer-hub01 .follow-content {
   		width: 30%;
	}
}

@media (max-width:767px) {

	.footer-hub01 .name-content {
	    width: 100%;
	}

	.footer-hub01 .follow-content {
	    width: 100%;
		text-align: center;
	}

	.footer-hub01 .follow-us .fa-2x {
	    margin-bottom: 0px;
	}

	.footer-hub01 .follow-us {
	    padding-top: 20px;
	    padding-left: 0px;
	}

	.footer-hub01 .link-content {
	    width: 100%;
	    border-left: 0px;
	    border-right: 0px;
	    border-top: 1px solid #6b8138;
		margin-top: 25px;
		padding-top: 25px;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 15px;
	}

	.footer-hub02 .xs-100 {
		width: 100%;
    	line-height: 20px;
	}

	.footer-hub01 ul.navbar-nav {
	    margin: 0px -15px;
        padding: 0px 0px;
	}

	.footer-hub01 {
	    padding: 10px 15px 25px;
	}

	.footer-hub01 .link-info .img-footer-avatar img {
	    margin-top: 0px;
	    margin-right: 0px;
	    float: none;
	    margin: auto;
	}

	.footer-hub01 .name-content {
	    width: 100%;
	    text-align: center;
	}

	.footer-hub01 .follow-us p {
	    margin: 0px 0px;
	}
	
}

@media (max-width: 480px) {

	/* opt-in page ================================================================================ */

	.section-index-header .container {
		padding-bottom: 20px;
	}

	.section-index-header .container img {
		display: none;
	}

	.section-index-header-webinar .container {
		padding-bottom: 20px;
	}

	.section-index-header-webinar .container .doctor {
		display: none;
	}

	/* confirmation page ========================================================================== */
	.section-confirmation-header .download-the-ebook .form-control p{    
	    font-size: 18px;
	}
	.section-confirmation-header .ebook {
    margin-top:20px;
	}

	.section-life-plan-videos a span {
		top: 25%;
		left: 35%;
	}

	/* register schedules formatting ========================================================= */
	
	.section-register-schedules .heading-week,
	.section-register-schedules .heading-time,
	.section-register-schedules .heading-date,
	.section-register-schedules .heading-class {
		font-size: 13px;
	}

	.section-register-schedules .what-week,
	.section-register-schedules .what-time,
	.section-register-schedules .what-date,
	.section-register-schedules .what-class {
		font-family: 'Sofia Pro Bold', Helvetica, Arial, sans-serif;
		font-size: 13px;
	}

	.section-register-schedules .addeventatc {
		padding: 13px 12px 12px 12px;
	}

	.section-register-schedules .addeventatc .addeventatc_icon {
		display: none;
	}

	.footer-hub01 a {
	    padding-right: 5px;
	}

	.footer-hub01 ul.navbar-nav {
	    margin: 0px;
	}

	.footer-hub01 .navbar-nav li a {
	    padding: 15px 0px 15px 0px;
	}

	.footer-hub02 .copyright {
	   	line-height: 24px;
	}

	.footer-hub02 .copyright .pwred {
	   	float: none !important;
	}

	.display-480 {
		display: block;
	}	

}@media (max-width: 365px) {

	/* confirmation page ========================================================================== */
	.section-confirmation-header .download-the-ebook .form-control p{    
	    font-size: 15px;
	}

}


@media (max-width: 330px) {

	/* confirmation page ========================================================================== */

	.section-life-plan-videos a span {
		top: 20%;
		left: 30%;
	}

}