/* general classes from bootstrap ===================================================================== */

/* hub template formatting */

.text-decoration-none:hover {
	text-decoration: none;
}

.text-font-style {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-align:left;
	line-height: 24px;
	padding:15px;
}

.table-footer {
	background-color: #1b1b1b;
}

.span-text {
	color: #1BBC9B;
}

.footer-text,
.inherit-border {
	color: #abaaa8;
}

.watch-button-movie {
	font-size:20px;
	color: #ffffff;
	background: #1BBC9B;
	border-radius: 0px;
	padding: 15px 25px;
	text-align: center;
	margin: 0 auto;
	width: 180px;
	display: block;
	text-decoration: none;
	-moz-box-shadow: 0px 4px 0px #0B6E5A;
	-webkit-box-shadow: 0px 4px 0px #0B6E5A;
	box-shadow: 0px 4px 0px #0B6E5A;
}

/* end hub template formatting */

body {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5653;
	font-size: 16px;
	line-height: 24px;
	overflow-x: hidden;
}

p {
	margin: 0px 0px 30px;
}

.page-calendar .fc-unthemed tbody .fc-row{
  padding: 6px 0px !important;
}

.page-calendar .fc-toolbar {
  margin-bottom: 1.7em !important;
}

.page-calendar .fc .fc-axis {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-calendar  .fc .fc-axis span {
  margin-left: -60px;
}

.page-calendar.content-main {
	position: relative;
}

.page-calendar .fc-left {
	position: absolute;
	left: 15px;
}

.page-calendar .fc-left .fc-button-group .fc-button {
	padding: 0;
}

.page-calendar .fc-center {
	position: absolute;
	left: 70px;
}

.page-calendar .fc-center h2 {
	font-size: 15px;
	line-height: 25px;
}

.page-calendar .fc-button {
	border: none;
	background: none;
	box-shadow: none;
	outline: 0;
}

.page-calendar .fc-right .fc-button {
	background: #E0E0E0;
	border-radius: 0;
	text-shadow: none;
	padding: 0 50px;
}

.page-calendar .fc-right .fc-state-hover, 
.page-calendar .fc-right .fc-state-active {
	background: #00ACC0;
	color: #FFF;
}

.create-modal .modal-content .modal-header {
	background: #1bbc9b;
	color: #FFF;
}

.btn {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.btn-success {
	border: none;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin: 5px auto 0px;
}

.btn-success:hover {
}

.btn-success:active,
.btn-success:focus {
}

.btn-success-link {
	border: none;
}

.btn-success-link:hover {
	background: #16A085;
	color: #fff;
}

.inherit-border:hover {
	border-color: #16A085;
}

.footer-span-text {
	color: #16A085;
}

/* login page ===================================================================== */

.hub-login-page .box-form {
	border-top: 3px solid #1bbc9b;
	background: #323232;
	color: #FFFFFF;
}

.hub-login-page .box-form .form-group .submit {
    -moz-box-shadow: 0px 4px 0px #0b6e5a;
    -webkit-box-shadow: 0px 4px 0px #0b6e5a;
    box-shadow: 0px 4px 0px #0b6e5a;
    color: #FFFFFF;
}

.hub-recovery-page .box-form {
	border-top: 3px solid #1bbc9b;
	background: #323232;
	color: #FFFFFF;
}

.hub-recovery-page .box-form .form-group .submit {
    -moz-box-shadow: 0px 4px 0px #0b6e5a;
    -webkit-box-shadow: 0px 4px 0px #0b6e5a;
    box-shadow: 0px 4px 0px #0b6e5a;
    color: #FFFFFF;
}

.hub-recovery-page .box-form .contact-us a {
	color: #1bbc9b;
}

.checkbox-wrap {
	position: relative;
}

.checkbox-wrap input[type=checkbox] {
	display:none;
}

.checkbox-wrap input[type=checkbox]:checked + label {
	background: #1bbc9b;
	border:2px solid #FFFFFF;
}

.checkbox-wrap label {
	background: #323232;
	border:2px solid #FFFFFF;
}

.checkbox-wrap input[type=checkbox]:checked+label:after {
	opacity:1;
}

.checkbox-wrap input[type=checkbox]:checked+label {
	background:#01acc0;
	border:2px solid #01acc0;
}

.checkbox-wrap label {
	cursor:pointer;
	position:absolute;
	min-width:20px;
	width:20px;
	height:20px;
	top:0;
	left:0;
	background:#eee;
	border:2px solid #727272;
	border-radius:3px;
	margin-right:5px;
}

.checkbox-wrap label:after {
	opacity:0;
	content:'';
	position:absolute;
	width:12px;
	height:6px;
	background:0 0;
	top:4px;
	left:2px;
	border:3px solid #fff;
	border-top:none;
	border-right:none;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.checkbox-wrap input[type=checkbox]:checked+label:after {
	opacity:1;
}

.checkbox-wrap input[type=checkbox]:checked+label {
	background:#01acc0;
	border:2px solid #01acc0;
}

.checkbox-wrap span {
	display:inline-block;
	padding-left: 30px;
}
/* main navigation ===================================================================== */

.nav-hub {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	background: #F9F8F6;
	border: none;
	margin-bottom: 0px;
	min-height: 90px;
	-moz-box-shadow: 0px 1px 10px #999;
	-webkit-box-shadow: 0px 1px 10px #999;
	box-shadow: 0px 1px 10px #999;
}

.nav-hub .navbar-brand {
	padding: 10px 0px;
}

.nav-hub .navbar-brand .member-pic-container {
	background: #1BBC9B;
	width: 70px;
	height: 70px;
	float: left;
	margin: 0px 10px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}

.nav-hub .navbar-brand .member-pic {
	background: url(../images/img-member-pic02.png) center top no-repeat;
	width: 70px;
	height: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}

.nav-hub .navbar-text {
	line-height: 40px;
	font-size: 22px;
	color: #312d2a;
}

.nav-hub .navbar-toggle {
	line-height: 40px;
	font-size: 22px;
	color: #312d2a;
	border: 1px solid #666666;
	margin-top: 25px;
}

.nav-hub .navbar-toggle .icon-bar {
	background: #888 !important;
}

.nav-hub .navbar-toggle:hover,
.nav-hub .navbar-toggle:focus,
.nav-hub .navbar-toggle:active {
	background: #DDDDDD;
}

.nav-hub .navbar-collapse {
	max-height: 1000px;
}

.nav-hub ul.navbar-nav li {
	padding: 20px 0px;
}

.nav-hub ul.navbar-nav li a {
}

.nav-hub ul.navbar-nav li a:hover {
}

.nav-hub ul.navbar-nav li a:focus,
.nav-hub ul.navbar-nav li a:active {
}

.nav-hub .help-search .form-group {
    margin: 25px 0px 10px;
}

.nav-hub .help-search .form-group .input-group {
    width: 100%;
    padding: 0px 30px;
}

.nav-hub .help-search .form-group .input-group .form-control-feedback {
    right: 35px;
}

.round-avatar {
	border-radius: 100%;
	width: 70px;
	height: 70px;
}

/* page header ===================================================================== */

.bg-family-meadows {
	background-image: url(../images/bg-family-meadows01.jpg);
	background-color: #FFF;
}

.bg-people-meet-up {
	background-image: url(../images/bg-people-meet-up01.jpg);
	background-color: #FFF;
}

.header-hub01 {
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: -15px;
	height: 600px;
}

.header-hub01 h1 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 55px;
	margin: 130px 0px 20px 0px;
}

.header-hub01 a {
	padding: 10px 50px;
	font-size: 24px;
}

.header-hub02 {
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 70px;
	color: #FFF;
}

.header-hub02 .backdrop {
	max-width: 390px;
	padding: 10px 20px;
	background: rgba(27,188,155, 0.6);
}

.header-hub02 .backdrop h1 {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 40px;
	margin: 10px 0px 20px 0px;
}

.header-hub02 .backdrop p {
	font-size: 16px;
	line-height: 16px;
}

.hero-header a small {
    text-transform: capitalize;
    font-size: 100%!important;
}

/* category strip ===================================================================== */

.hub-category01 {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f9f8f6;
	margin-bottom: 0px;
}

.hub-category01 .container {
	padding: 0px;
}

.hub-category01 .container ul li {
	border-right: 1px solid #cccccc;
}

.hub-category01 .container ul li:first-child {
	border-left: 1px solid #cccccc;
}

.hub-category01 .container ul li a {
	color: #555555;
}

.hub-category01 .container .navbar-collapse {
	padding: 0px;
}

.hub-category02 {
	margin: -20px;
}

.hub-category02 ul {
	margin: 0px;
	padding: 0px;
}

.hub-category02 h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 20px;
}

.hub-category02 ul li:first-child {
	border-top: 1px solid #e3e3e3;
}

.hub-category02 ul li {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 40px;
	border-bottom: 1px solid #e3e3e3;
}

.hub-category02 ul li a {
	color: #555555;
}

.category-strip-biz .container ul li a {
	padding: 20px 27px;
}

.category-strip-prod .container ul li a {
	padding: 20px 24px;
}

/* lead capture form ===================================================================== */

.lcw-form-gray {
}

.lcw-form-gray .living-healthier-life {
	padding: 20px 0px;
}

.lcw-form-gray .living-healthier-life div {
	padding: 0px 7px;
}

.lcw-form-gray .living-healthier-life div a {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 250px;
}

.lcw-form-gray .living-healthier-life div p {
	color: #FFF;
	font-size: 20px;
	margin: 12px 0px 0px;
}

.lcw-form-gray .living-healthier-life div p.text-join,
.lcw-form-gray .living-healthier-life div p.text-get {
	margin: 0px 0px 0px;
}

.lcw-form-gray .living-healthier-life div p.text-join {
	padding: 4px 0px 0px;
}

.lcw-form-gray .living-healthier-life div p.get {
	text-align: right;
}

.lcw-form-gray .living-healthier-life div p span {
}

.lcw-form-gray .living-healthier-life div input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 30px;
	margin-top: 13px;
}

.lcw-form-gray .living-healthier-life div input[type="button"],
.lcw-form-gray .living-healthier-life div input[type="submit"] {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin-top: 1px;
}

.lcw-form-gray .living-healthier-life div p.get {
    text-align: right;
    margin-right: 5px;
    font-size: 19px;
    margin-top: 15px;
}

.lcw-form-moo01 {
	background: #8C9B02 url(../images/bg-moo01.jpg) no-repeat 0px 0px;
	margin-bottom: 30px;
}

.lcw-form-moo01 .lcw-moo {
	background: #51b19d;
	color: #FFF;
}

.lcw-form-moo01 .lcw-moo div {
	padding: 0px 0px 10px;
}

.lcw-form-moo01 .lcw-moo h3 {
	background: #51b19d;
	margin: 20px 0px 5px;
}

.lcw-form-moo01 .lcw-moo p {
	margin-bottom: 0px;
}

.lcw-form-moo01 .lcw-moo input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	border: 1px solid #05527d;
	height: 30px;
	padding: 6px 5px;
}

.lcw-form-moo01 .lcw-moo input[type="button"] {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #684e0e;
	background: #f6af00;
	padding: 16px 0px;
	font-size: 24px;
	margin: 10px 0px 0px 5%;
	text-align: center;
	width: 95%;
	color: #0b6090;
}

.lcw-form-moo01 .lcw-moo input[type="button"]:hover {
	background: #FFC53E;
}

.lcw-form-moo01 .lcw-moo input[type="button"]:focus,
.lcw-form-moo01 .lcw-moo input[type="button"]:active {
	background: #e8ab13;
}

.lcw-form-moo02 {
	background: url(../images/bg-moo01.jpg) no-repeat 0px 0px;
	padding-top: 155px;
}

.lcw-form-health-secrets01 {
	background: url(../images/bg-health-secrets01.jpg) no-repeat left -50px;
	padding-top: 155px;
}

.lcw-form-moo02 .lorem-ipsum,
.lcw-form-health-secrets01 .health-secrets {
	color: #FFF;
	text-align: center;
	padding: 25px;
}

.lcw-form-moo02 .lorem-ipsum {
	background: #51b19d;
}

.lcw-form-health-secrets01 .health-secrets {
	background: #372710;
}

.lcw-form-moo02 .lorem-ipsum h3,
.lcw-form-health-secrets01 .health-secrets h3 {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0px 0px 15px;
	color: #ffcd59;
}

.lcw-form-moo02 .lorem-ipsum h3 {
	font-size: 24px;
}

.lcw-form-health-secrets01 .health-secrets h3 {
	font-size: 20px;
}

.lcw-form-moo02 .lorem-ipsum p {
	margin-bottom: 0px;
}

.lcw-form-moo02 .lorem-ipsum input[type="text"],
.lcw-form-health-secrets01 .health-secrets input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	border: 1px solid #05527d;
	height: 30px;
	padding: 6px 5px;
}

.lcw-form-moo02 .lorem-ipsum input[type="button"],
.lcw-form-health-secrets01 .health-secrets input[type="button"] {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #684e0e;
	background: #f6af00;
	padding: 5px 0px;
	font-size: 28px;
	margin: 10px 0px 0px;
	text-align: center;
	color: #111111;
	text-shadow: 0px 1px 0px #FFFFFF;
}

.lcw-form-moo02 .lorem-ipsum input[type="button"]:hover,
.lcw-form-health-secrets01 .health-secrets input[type="button"]:hover {
	background: #FFC53E;
}

.lcw-form-moo02 .lorem-ipsum input[type="button"]:focus,
.lcw-form-health-secrets01 .health-secrets input[type="button"]:focus,
.lcw-form-moo02 .lorem-ipsum input[type="button"]:active,
.lcw-form-health-secrets01 .health-secrets input[type="button"]:active {
	background: #e8ab13;
}

/* promotions section ===================================================================== */

.promotions {
	background: #f9f8f6;
}

.promotions .container {
	padding: 90px 15px;
}

.promotions .container div div {
	padding: 0px;
}

.promotions .container div .caption {
	padding: 0px 30px 0px 10px;
}

.promotions .container div .icon {
}

.promotions .container div div h4 {
	font-family: 'MuseoSans_900', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #232323;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 10px;
}

/* page content ===================================================================== */

.page-content01 {
	padding: 100px 0px;
	background: #FFFFFF;
}

.page-content01 .container {
	padding: 0px;
}

.page-content02 {
	padding: 30px 0px;
	background: #FFFFFF;
}

.page-content02 .container {
	padding: 0px;
}

.popular-posts,
.recent-posts {
	padding: 0px;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #E3E3E3;
}

.popular-posts h5,
.popular-posts h3,
.recent-posts h5,
.recent-posts h3 {
	font-family: 'OpenSans-Semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 15px;
	margin: 0px -15px 5px;
}

.popular-posts h3,
.recent-posts h3 {
	font-size: 16px;
	padding: 15px;
	margin: 0px 0px 5px;
}

.popular-posts h5,
.recent-posts h5 {
	font-size: 14px;
	padding: 15px;
	margin: 0px -15px 5px;
}

.popular-posts a h5,
.popular-posts p,
.recent-posts a h5,
.recent-posts p {
	color: #252525;
	font-size: 14px;
}

.popular-posts .thumbnail,
.recent-posts .thumbnail {
	padding: 0px;
	border: none;
}

.featured-content01 h2 {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #1bbc9b;
	margin: 0px 0px 25px 0px;
}

.featured-content01 div {
	padding: 25px 15px 15px 15px;
	background: #f9f8f6;
}

.featured-content01 img {
	width: 100%;
}

.blog-resources01 {
	padding: 0px 15px 1px;
	background: #f9f8f6;
	margin-bottom: 30px;
}

.blog-resources01 h3 {
	background: url(../images/img-resources01.jpg) no-repeat left top;
	font-size: 34px;
	padding: 15px 15px 15px 80px;
	margin: 0px -15px 5px;
}

.blog-post-container .blog-post {
	background: #f9f8f6;
	margin-bottom: 30px;
}

.blog-post-container .blog-post .col-lg-2.col-md-2.col-sm-2 {
	margin: 0px -15px;
}

.blog-post-container .blog-post .post-date {
	background: #51b19d;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 30px;
}

.blog-post-container .blog-post .post-date span {
	font-size: 34px;
}

.blog-post-container .blog-post h1 {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin: 15px 0px 5px;
}

.blog-post-container .blog-post .single-post h1,
.blog-post-container .blog-post .single-post h2,
.blog-post-container .blog-post .single-post h3,
.blog-post-container .blog-post .single-post h4,
.blog-post-container .blog-post .single-post h5,
.blog-post-container .blog-post .single-post h6 {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-post-container .blog-post .single-post h1 {
	font-size: 28px;
	margin: 20px 0px 10px;
}

.blog-post-container .blog-post .single-post h2 {
	font-size: 26px;
	margin: 20px 0px 10px;
}

.blog-post-container .blog-post .single-post legend {
	padding: 0px;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0px;
	width: auto;
}

.blog-post-container .blog-post .single-post fieldset {
	border: 1px solid silver;
	padding: .35em .625em .75em;
}

.blog-post-container .blog-post a h1 {
	color: #5a5653;
}

.blog-post-container .blog-post img {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.blog-post-container .blog-post .short-excerpt,
.blog-post-container .blog-post .single-post {
	padding: 0px 15px 20px;
	border-bottom: 1px solid #cccccc;
}

.blog-post-container .blog-post .user-engagement {
	padding: 15px 10px;
}

.blog-post-container .blog-post .user-engagement a {
	padding: 0px 8px;
	font-size: 14px;
	border-right: 1px solid #cccccc;
	color: #707070;
}

.blog-post-container .blog-post .user-engagement a:last-child {
	border-right: none;
}

.blog-post-pagination {
	background: #FFF;
	margin-top: 30px;
	padding: 10px 10px 5px;
}

.blog-post-pagination .pagination {
	margin: 0px;
}

.blog-post-pagination .pagination li a {
	border: none;
	background: #e1e1e1;
	margin-right: 10px;
	color: #a1a1a1;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.blog-post-pagination .pagination li a:hover {
	background: #cfcaca;
	color: #878585;
}

.blog-post-pagination .pagination li a:focus,
.blog-post-pagination .pagination li a:active {
	background: #787777;
	color: #fff;
}

.blog-post-pagination .pagination li.active a,
.blog-post-pagination .pagination li.active a:hover,
.blog-post-pagination .pagination li.active a:focus,
.blog-post-pagination .pagination li.active a:active {
	background: #51b19d;
	color: #fff;
}

.blog-post-pagination .pagination li.fast-backward a,
.blog-post-pagination .pagination li.step-backward a,
.blog-post-pagination .pagination li.step-forward a,
.blog-post-pagination .pagination li.fast-forward a {
	background: none;
	color: #51b19d;
}

.blog-post-pagination .pagination li.fast-backward a:hover,
.blog-post-pagination .pagination li.step-backward a:hover,
.blog-post-pagination .pagination li.step-forward a:hover,
.blog-post-pagination .pagination li.fast-forward a:hover {
	background: #51b19d;
	color: #fff;
}

.blog-post-pagination .pagination li a:focus,
.blog-post-pagination .pagination li a:active {
	background: #787777;
	color: #fff;
}

.blog-post-pagination2 {
	font-family: 'OpenSans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}

.blog-post-pagination2 div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #3089c2;
	text-align: center;
	cursor: pointer;
	padding: 0px;
}

.blog-post-pagination2 div p {
	margin: 0px;
}

.blog-post-pagination2 a {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #FFF;
	cursor: pointer;
	padding: 30px;
}

.blog-post-pagination2 div:first-child {
	margin-right: 20px;
}

.about-us,
.contact {
	padding: 50px 0px 0px;
}

.about-us h1,
.contact h1 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 30px;
	font-size: 60px;
	line-height: 55px;
	color: #312d2a;
}

.about-us h1 span {
}

.about-us .photo1,
.about-us .photo2,
.about-us .photo3 {
	margin: 0px 0px 30px;
}

.about-us .pull-right .photo1 {
	display: none;
}

.about-us .pull-left .photo1 {
	display: block;
}

.about-us .pull-left {
	padding: 0px 0px;
}

.form-group .input-group-addon {
}

.contact .form-group {
	width: 50%;
	margin: 0px auto 15px;
}

.contact .form-group .input-group {
	margin-top: 10px;
}

.contact .form-group .btn-success {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: 0px 4px 0px #0b6e5a;
	-moz-box-shadow: 0px 4px 0px #0b6e5a;
	-webkit-box-shadow: 0px 4px 0px #0b6e5a;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin: 20px auto 0px;
	width: 50%;
}

.hub-confirmation {
	padding: 30px 0px;
}

.hub-confirmation h1 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 20px;
	font-size: 40px;
	line-height: 55px;
	color: #312d2a;
}

.hub-confirmation .share-this {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #333333;
	max-width: 235px;
}

.hub-confirmation .share-this a {
	color: #666;
}

.hub-confirmation .share-this a .fa-1x {
	font-size: 0.8em;
}

.hub-confirmation .share-this a .fa-2x {
	font-size: 1.7em;
}

/* sidebar ===================================================================== */

.sidebar-module01 {
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
}

.lcw-ob {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-ob-lcw01.jpg) no-repeat right top;
	padding: 15px;
	color: #FFF;
}

.lcw-ob a {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fdb309;
	border: 1px solid #b98101;
	color: #253c62;
	padding: 5px 15px;
	margin: 20px 0px 0px;
	box-shadow: 0px 2px 2px #624803;
}


.lcw-ob a:hover {
	background: #FFC53E;
}

.lcw-ob a:focus,
.lcw-ob a:active {
	background: #e8ab13;
}

.seven-big-secrets {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-7big-secrets01.jpg) no-repeat right -80px;
	padding: 15px 110px 50px 15px;
	color: #FFF;
	font-size: 21px;
}

.seven-big-secrets a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fdb309;
	border: 1px solid #b98101;
	color: #253c62;
	padding: 5px 15px;
	margin: 20px 0px 0px;
	box-shadow: 0px 2px 2px #624803;
}


.seven-big-secrets a:hover {
	background: #FFC53E;
}

.seven-big-secrets a:focus,
.seven-big-secrets a:active {
	background: #e8ab13;
}

.search-blog {
	border: 1px solid #e3e3e3;
}

.search-blog div {
	padding: 0px;
}

.search-blog input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	background: #e0fff9;
	color: #000;
}

.search-blog a,
.search-blog a:hover,
.search-blog a:focus,
.search-blog a:active {
	border: none;
	background: #e0fff9;
	height: 34px;
	min-width: 27px;
	color: #898989;
}

.connect-with-us h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
}

.connect-with-us a {
	margin-right: 5px;
}

.connect-with-us .fa-2x {
	margin-top: 15px;
	font-size: 1.5em;
}

.connect-with-us .fa-2x .fa-stack-2x {
	color: #d2f6ee;
	background: #d2f6ee;
}

.connect-with-us .fa-2x:hover .fa-stack-2x {
	color: #c4e7df;
	background: #c4e7df;
}

.connect-with-us .fa-2x:focus .fa-stack-2x,
.connect-with-us .fa-2x:active .fa-stack-2x {
	color: #b0d1ca;
	background: #b0d1ca;
}

.connect-with-us .fa-2x .fa-stack-1x {
	font-size: 1em;
}

.connect-with-us .fa-2x .fa-facebook {
	color: #4688f3;
}

.connect-with-us .fa-2x .fa-twitter {
	color: #00c8df;
}

.connect-with-us .fa-2x .fa-google-plus {
	color: #333333;
}

.connect-with-us .fa-2x .fa-pinterest {
	color: #ff0d00;
}

.connect-with-us .fa-2x .fa-youtube {
	color: #df4f47;
}

.moo-lcw {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-escape-the-9-5-grind01.jpg) no-repeat left -80px;
	padding: 15px 135px 35px 15px;
	color: #FFF;
	padding: 0px 0px 0px 135px;
	text-align: right;
}

.moo-lcw div {
	background: #bc3224;;
	padding: 15px 10px;
	color: #FFF;
}

.moo-lcw div p {
	margin: 0px;
}

.moo-lcw a {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fdb309;
	border: 1px solid #b98101;
	color: #253c62;
	padding: 5px 15px;
	margin: 20px 0px 0px;
	box-shadow: 0px 2px 2px #624803;
}

.moo-lcw a:hover {
	background: #FFC53E;
}

.moo-lcw a:focus,
.moo-lcw a:active {
	background: #e8ab13;
}

/* new on blog ===================================================================== */

.new-on-blog {
	border-top: 4px solid #1BBC9B;
	background: #f9f8f6;
	padding: 0px 15px 15px !important;
	margin-bottom: 15px;
}

.new-on-blog h3 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 0px !important;
}

.new-on-blog .blog-post {
	border-bottom: 1px solid #1BBC9B;
	padding: 15px 15px;
}

.new-on-blog .blog-post div {
	padding: 0px;
}

.new-on-blog .blog-post h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	color: #232323;
}

.new-on-blog .blog-post img {
	padding-right: 15px;
}

.new-on-blog .blog-post p {
	margin-bottom: 10px;
}

.new-on-blog .blog-post a.btn-success {
	padding: 4px 25px;
	font-size: 14px;
}

/* popular and recent post ===================================================================== */

.popular-and-recent-post {
	margin: -20px;
}

.popular-and-recent-post .blog-post {
	padding: 15px;
	border-bottom: 1px solid #e3e3e3;
}

.popular-and-recent-post .nav-tabs {
	border: none;
}

.popular-and-recent-post .nav-tabs li {
	background: #e0fff9;
	width: 50%;
}

.popular-and-recent-post .nav-tabs li.active {
	background: #fff;
}

.popular-and-recent-post .nav-tabs li a,
.popular-and-recent-post .nav-tabs li a:hover {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	border: none;
	color: #5a5653;
	margin: 0px;
	padding: 20px 0px 15px;
	text-align: center;
}

.popular-and-recent-post .blog-post h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	color: #5a5653;
}

.popular-and-recent-post .blog-post div {
	font-size: 14px;
}

/* comment box ===================================================================== */

.comment-box {
	margin-bottom: 30px;
}

.comment-box h3 {
	font-family: 'OpenSans-Semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 20px;
	font-size: 16px;
}

.comment-box .comment-entries {
	background: #FFF;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E3E3E3;
}

.comment-box .comment-entries ul {
	margin: 0px;
	padding: 0px;
}

.comment-box .comment-entries ul ul {
	margin-left: 30px;
}

.comment-box .comment-entries ul li {
	list-style: none;
}

.comment-box .comment-entries ul li img {
	margin-right: 10px;
}

.comment-box .comment-entries ul li .pull-right {
	margin-top: -50px;
}

.comment-box .comment-entries ul li .comment-profile,
.comment-box .comment-entries ul li p {
	margin-bottom: 20px;
}

.comment-box .comment-entries ul li .comment-profile .name {
	font-family: 'OpenSans-Semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-box .comment-entries ul li .comment-message {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 20px;
}

.comment-box .comment-form {
	background: #FFF;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E3E3E3;
}

.comment-box .comment-form .input-group {
	width: 70%;
	margin-bottom: 20px;
}

.comment-box .comment-form .input-group #textarea {
	min-height: 150px;
}

/* testimonial ===================================================================== */

.testimonial {
	background: #f9f8f6;
}

.testimonial .message {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0px 0px;
}

.testimonial .pic {
	position: relative;
	z-index: 10;
}

.testimonial-info {
	background: #1bbc9b;
	color: #FFF;
	padding: 5px 0px;
}

.testimonial-info .testimonial-name {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: -15px;
}

.testimonial-info .testimonial-position {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* not activated ===================================================================== */

.section-not-activated {
	background: url(../images/img-not-activated01.jpg) center top no-repeat;
	padding: 80px 0 500px;
}

.section-not-activated h1 {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1bbc9b;
	font-size: 72px;
	margin: 0 0 35px;
}

.section-not-activated p {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5653;
	font-size: 24px;
}

.section-footer-na {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #323232;
	padding: 30px 0 200px;
	border-top: 3px solid #8a8683;
	color: #ffffff;
}

.section-my-strip .fa-2x {
	font-size: 1.2em;
}

.section-my-strip .fa-stack-2x {
	color: #FFF;
}

.section-my-strip .fa-2x .fa-stack-1x {
	font-size: 0.8em;
	color: #555;
}

/* footer hub 1 ===================================================================== */

/*.footer-hub01 .vitality {
	padding: 20px 15px 10px!important;
}

.footer-hub01 .vitality h3 {
    font-size: 26px!important;
}

.footer-hub01 {
	padding: 70px 15px;
}

.footer-hub01 a {
	color: #abaaa8;
}

.footer-hub01 ul.navbar-nav {
	padding-top: 20px;	width: 100%;
}

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

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

.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: #1D1D1D;
}

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

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

.footer-hub01 .follow-us .fa-2x {
	font-size: 1.7em;
}

.footer-hub01 .follow-us .fa-2x .fa-stack-2x {
}

.footer-hub01 .follow-us a:hover .fa-2x .fa-stack-2x {
}

.footer-hub01 .follow-us a:focus .fa-2x,
.footer-hub01 .follow-us a:active .fa-2x {
}

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

.footer-hub01 .living-healthier-life {
	padding: 20px 0px 40px;
}

.footer-hub01 .living-healthier-life div {
	padding: 0px 7px;
	width: 100%;
}

.footer-hub01 .living-healthier-life div p {
	color: #FFF;
	font-size: 23px;
	margin: 12px 0px 0px;
	text-align: center;
}

.footer-hub01 .living-healthier-life div p span {
}

.footer-hub01 .living-healthier-life div input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 25px auto 0px;
	max-width: 70%;
}

.footer-hub01 .living-healthier-life div input[type="button"],
.footer-hub01 .living-healthier-life div input[type="submit"] {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: 0px 4px 0px #0b6e5a;
	-moz-box-shadow: 0px 4px 0px #0b6e5a;
	-webkit-box-shadow: 0px 4px 0px #0b6e5a;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin: 25px auto 0px;
	max-width: 50%;
}*/

/* Captcha css=====================================================*/

.global-checkbox.hub {
	border: 1px solid #999;
    padding: 13px 20px 13px;
    margin: 20px auto !important;
    border-radius: 3px;
    max-width: 300px;
}

.checkbox-wrap label {
    background: #FFF;
    border: 2px solid #3232;
}

.global-checkbox .checkbox-wrap img {
    margin-top: -5px;
}

.global-checkbox .image.on {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin {
    100%{
            -moz-transform: rotate(360deg);
        }
}

@-webkit-keyframes spin {
    100%{
        -webkit-transform: rotate(360deg);
        }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

/* footer hub 2 ===================================================================== */

/*.footer-hub02 {
	background: #060606;
	padding: 25px 15px 35px;
}

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

.footer-hub02 .footer-name{
	display: none;
}*/

/* footer hub 3 ===================================================================== */

.footer-hub03 {
	border-top: 0px;
	padding: 70px 15px;
	background: #1b1b1b ;
	color: #FFFFFF;
	font-size: 16px;
}

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

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

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

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

.footer-hub03 .link-content {
	width: 45%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

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

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

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

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

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

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

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

.footer-hub03 .follow-us a {
	color: #fff;
}

.footer-hub03 .follow-us a:hover {
	text-decoration: none;
}

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

.footer-hub03 .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 hub 4 ===================================================================== */

.footer-hub04 {
	background: #131313 ;
	padding: 25px 15px;
}

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

.footer-hub04 .copyright {
	text-align: center;
	color: #FFF;
	font-size: 13px;
}

.footer-hub04 .copyright p {
	margin-bottom: 8px;
}

.footer-hub04 .copyright a {
    color: #fff ;
}

/*  */

.unsubscribed {
	padding: 90px 0px !important;
}

.unsubscribed .container {
	width: 900px;
}

.unsubscribed .u-title-text {
	font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: #000000;
}

.unsubscribed .u-title-text span {
	display: inline-block;
}

.unsubscribed .u-title-text span.img {
	padding-right: 45px;
}

.unsubscribed .u-title-text span.text {
	vertical-align: middle;
}

.unsubscribed .author strong {
	color: #000000;
}

.confirmation .u-title-text span.text small {
	font-size: 35px;
	line-height: 10px;
}

.confirmation .u-title-text {
	line-height: 40px;
}

.confirmation .u-title-text {
    color: #232323;
}

.confirmation .img img {
    display: inline-block;
}

.i-block-link,
.i-block-img {
	display: inline-block;
}

.i-block-img {
	padding: 15px 60px 15px 0px;
}

.i-block-link {
	vertical-align: middle;
}

.i-block-link .name {	
	margin: 0px 0px 0px;
}

.i-block-link .domain {	
	padding: 0px 0px 3px;
	margin: 0px;
}

.i-block-link .phone {	
	padding: 0px 0px 75px;
}

.i-block-img img {
	width: 255px;
}

.unsubscribed .unsubs-button {
	font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-variant: all-petite-caps;
	font-size: 38px;
	color: rgb(255, 255, 255);
	padding: 6px 15px;
	border-radius: 6px;
}

.unsubscribed .unsubs-button:hover {
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
}

.hidden-767 {
	display: block;
}

.show-480 {
	display: none;
}

/*========== personal intro strip ==========*/

.section-my-strip {
	background: #1BBC9B;
	color: #FFFFFF;
}

.section-my-strip .container {
	font-size: 22px;
	padding: 90px 15px;
	line-height: 1.5;
}

.section-my-strip .col-sm-4 img {
    max-width: 270px;
    width: 100%;
    max-height: 270px;
    height: 100%;
}

.section-my-strip .text-content {
    padding-top: 10px;
}

.section-my-strip .container {
	font-size: 22px;
	padding: 90px 15px;
	line-height: 1.5;
}

.section-my-strip a.click-to-about {
	color: #FFFFFF;
}

.section-my-strip .text-content {
    padding-top: 10px;
}

.section-my-strip .social-media a:hover,
.section-my-strip .social-media a:focus {
	text-decoration: none;
}

.section-my-strip .social-media a .fa-2x {
	font-size: 1.2em;
}

.section-my-strip .social-media a .fa-2x .fa-stack-1x {
	font-size: 0.8em;
}

.section-popular-posts .container {
	padding: 60px 15px;
}

.section-popular-posts h2 {
    font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    margin-bottom: 60px;
    margin-top: 0px;
}

.popular-post-list {
    display: inline-block;
    margin: 0 auto;
	float: none;
}

.popular-post-list.float-left {
	float: left;
}

.click-to-about,
.click-to-about:hover,
.click-to-about:focus {
	color: #FFFFFF;
}

/*========== BUSINESS FOCUS VERSION ==========*/
.section-online-business {
	background: #F5F5F5;
}

.section-online-business.paid {
	background: #FFFFFF;
}

.section-online-business .container {
    padding: 80px 15px;
}

.section-online-business h2 {
    font-family: "MuseoSans_900","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    margin-bottom: 30px;
	margin-top: 0px;
}

.section-online-business .btn-download {
	padding: 30px 0px 0px;
}

.section-online-business .btn-download a {
	font-family: "MuseoSans_700","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #FFF;
	padding: 10px 15px;
	max-width: 265px;
	font-size: 22px;
}

.section-online-business .btn-download a:hover,
.section-online-business .btn-download a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

.section-online-business p {
    font-size: 20px;
}

.section-featured-post {
	background: #FFFFFF;
}

.section-featured-post .container {
    padding: 120px 15px 60px;
}

.section-featured-post h2 {
    font-family: "MuseoSans_700","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #1DBF98;
}

.section-featured-post p.text-content {
    font-size: 18px;
    line-height: 1.5;
}

.section-featured-post p.ctn-rd a {
    font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
	color: #1DBF98;
    line-height: 1.5;
}

.section-other-posts .post-box {
	padding-top: 45px;
	width: 100%;
}

.section-other-posts .post-box a {
    font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 23px;
    color: #1DBF98;
    line-height: 1.2;
}

.section-other-posts .post-box .img-thumbnail-post {
	background-size: cover !important;
	height: 200px;
	width: 100%;
}

.section-view-all-posts .container {
    padding: 45px 15px 90px;
}

.section-view-all-posts .btn-success {
    padding: 15px 40px;
    font-size: 20px;
    line-height: 1.33;
}

.section-other-ebook .img-first,
.section-other-ebook .img-third {
    margin-top: 35px;
}

.section-other-ebook {
    background: #F6F6F6;
}

.section-other-ebook .container {
    padding: 45px 15px;
}

.section-other-ebook h3 {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #000;
	margin-bottom: 45px;
	margin-top: 0px;
}
.section-other-ebook .row {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.section-other-ebook.two-sets .col-sm-4 {
	display: inline-block;
	float: none;
}

.section-what-your-doctor {
	background: #F5F5F5 url(../images/business-focus/img-what-your-doctor-wasnt-taught-bg01.jpg) no-repeat center right;
}

.section-what-your-doctor .left-content {
	padding: 45px 0px 35px;
}

.section-what-your-doctor.wellness .left-content {
	padding: 45px 0px 40px;
}

.section-what-your-doctor .text-discover {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #00AAC0;
	margin-bottom: 10px;
}

.section-what-your-doctor .text-what-your {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	font-size: 35px;
	line-height: 38px;
	color: #272727;
	margin-bottom: 18px;
	margin-top: 18px;
}

.section-what-your-doctor a.btn-click-to-learn {
	font-family: 'Bebas-Neue', Helvetica, Arial, sans-serif;
	background: rgb(148, 185, 45);
	padding: 6px 30px;
	color: #fff;
	font-size: 25px;
}

.section-what-your-doctor a.btn-click-to-learn {
	text-decoration: none;
}

.section-what-your-doctor p.img-container {
	margin-bottom: 0px;
    position: relative;
}

.section-what-your-doctor p.img-container img {
    position: absolute;
    margin-top: -22px;
    left: 100px;
    width: 200px;
}

.section-like-page .container {
    padding: 80px 15px;
}

.section-like-page h3 {
    font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #000;
	margin-bottom: 15px;
    margin-top: 10px;
}

.section-like-page ul {
    padding-left: 15px;
    padding-bottom: 10px;
}

.section-like-page ul li {
	line-height: 2;
	font-size: 22px;
}

.section-like-page a.btn-success {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}


.section-feeling-trapped {
	background: #474747;
	color: #FFF;
}

.section-feeling-trapped .container {
    padding: 20px 15px 10px;
}

.section-feeling-trapped h3 {
    font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin-top: 0px;
}

.section-feeling-trapped a.btn-discover {
	font-family: 'MuseoSans_900', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	border: 2px solid #F6D70A;
	color: #F6D70A;
	padding: 10px 45px;
}

.section-feeling-trapped a.btn-discover:hover {
	background: #F6D70A;
	color: #474747;
}

.section-feeling-trapped .img-container img {
    margin-top: 15px;
}

/*.footer-hub02 .member-name {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 13px!important;
}

.footer-hub02 .copyright {
	color: #f9f8f6;
    font-size: 13px;
    text-align: center!important;
}

.footer-hub02 .copyright a {
	color: #FFFFFF;
}*/

/*========== PRIVACY POLICY FORMATTING ==========*/

.section-privacy-policy {
	background: #F7F7F7;
}

.section-privacy-policy .container {
    padding: 60px 15px 90px;
}

.section-privacy-policy .privacy-policy {
    background: #FFF;
    padding: 15px;
    color: #4B4B4B;
}

.section-privacy-policy h1 {
    font-family: 'Open Sans Light',Arial,Helvetica,sans-serif;
    font-size: 38px;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.section-privacy-policy h1 small {
    font-family: 'Open Sans Regular',Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #545557;
}

.section-privacy-policy strong {
    font-family: 'Open Sans Bold',Arial,Helvetica,sans-serif;
}

.section-privacy-policy h3 {
    font-family: 'Open Sans Regular',Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-privacy-policy ul {
    margin-bottom: 25px;
}

.section-privacy-policy a {
    color: #0C9DF0;
    text-decoration: underline;
}

.section-disclaimer {
	background: #F7F7F7;
}

.section-disclaimer .container {
    padding: 60px 15px;
}

.section-disclaimer .disclaimer {
    background: #FFF;
    padding: 25px;
    margin-bottom: 30px;
}

.section-disclaimer .pp-desc {
    margin-left: 170px;
}

.section-disclaimer .pp-desc h3 {
    font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}

.section-disclaimer .pp-desc p {
    font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #232323;
}

/*========== HEALTHPRINT ==========*/

.section-healthprint {	
	background: #F5F5F5;
}

.section-healthprint .container {	
	padding: 60px 15px 120px;
}

.section-healthprint h2 {
    font-family: "MuseoSans_900","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    margin-bottom: 30px;
	margin-top: 0px;
}

.section-healthprint .btn-start {
	padding: 30px 0px 0px;
}

.section-healthprint .btn-start a {
    font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
	border: 3px solid #5F952E; 
	color: #5F952E;
	padding: 10px 70px;
}

.section-healthprint .btn-start a:hover,
.section-healthprint .btn-start a:focus {
	text-decoration: none;
	background: #5F952E;
	color: #FFFFFF;
}

.section-healthprint p {
    font-size: 20px;
}

/*========== Prove It Challenge ==========*/

.prove-it-challenge.bg-oranges {	
	background: #fff url(../images/business-focus/img-ob-fruit-leaves01.png) no-repeat left top;
}

.prove-it-challenge.bg-leaves {	
	background: url(../images/wellness-focus/img-healthprint-leaves-left01.png) no-repeat left top, url(../images/wellness-focus/img-healthprint-leaves-right01.png) no-repeat right top;
}

.prove-it-challenge {	
    font-family: "Montserrat", Helvetica,Arial, sans-serif;
	background: #fff;
    color: #000000;
}

.prove-it-challenge .container {	
	padding-top: 125px;
	padding-bottom: 65px;
}

.prove-it-challenge h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 0px;
}

.prove-it-challenge p {
    font-size: 22px;
}

.prove-it-challenge img {
    margin-bottom: -60px;
}

.prove-it-challenge .btn-learn-more {
	padding: 13px 50px;
    background: #9d52d1;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.prove-it-challenge .btn-learn-more:hover {
    background: #7c28b6;
}

/*========== Meology ==========*/

.meology {
    font-family: "Montserrat", Helvetica,Arial, sans-serif;
}

.meology .strip {
	background: #026853;
    color: #fff;
    padding: 10px 0px;
}

.meology .strip img {
	display: inline-block;
    margin: 0px 15px;
}

.meology .strip h3 {
    font-size: 28px;
}

.meology .plan {
	background: #F2F8F4;
    color: #222;
    padding: 40px 0px 90px;
}

.meology .plan .separator {
	border-right: 3px solid #C7C7C7;
    position: relative;
}

.meology .plan .separator::after {
	font-family: "Montserrat", Helvetica,Arial, sans-serif;
	font-size: 22px;
	background: #F2F8F4;
	position: absolute;
	content: "OR";
	top: 47%;
	right: -27px;
	padding: 10px;
	color: #026853;
	font-weight: 700;
}

.meology .plan h3 {
    font-size: 32px;
}

.meology .plan h4 {
    font-size: 20px;
    line-height: 28px;
}

.meology .plan h4 span {
    color: #026853;
}

.meology .plan .btn-start {
    background: #F2F8F4;
    border: 3px solid #026853;
    font-size: 18px;
    padding: 11px 60px;
    font-weight: 700;
    color: #026853;
}

.meology .plan .btn-start:hover {
    background: #026853;
    color: #fff;
}

.section-vitamin-checklist {	
	background: url(../images/wellness-focus/bg-vitamin-checklist01.jpg) repeat;
}

.section-vitamin-checklist .container {	
    padding: 5px 15px 0px;
}

.section-vitamin-checklist h2 {
    font-family: "Bebas-Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;	
	color: #FD7C42;
	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-vitamin-checklist p {
	margin-bottom: 0px;
}

.section-vitamin-checklist .text-vit {
	padding: 15px 0px 5px;
	color: #333333;
	font-size: 23px;
}

.section-vitamin-checklist .text-dont {
	color: #323232;
	font-size: 20px;
	margin-top: 0px;
}

.section-vitamin-checklist .btn-check {
	margin-top: 20px;
}

.section-vitamin-checklist .btn-check a {
	font-family: "OpenSans-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	background: #4575B5;
	color: #FFF;
	padding: 10px 35px;
	border-radius: 3px;
	font-size: 22px;
}

.section-vitamin-checklist .btn-check a:hover,
.section-vitamin-checklist .btn-check a:focus {
	background: #5582be;
	text-decoration: none;
}

.section-vitamin-checklist .right-content {
    padding-top: 25px;
}

.section-7ways {
	background: url(../images/wellness-focus/bg-7-ways-to-improve-memory01.jpg) repeat;	
	color: #FFFFFF;
}

.section-7ways .container {
	background: url(../images/wellness-focus/img-7-ways-to-improve-memory-inset01.png) no-repeat top right;	
	text-align: center;
	background-position: 93%;
}

.section-7ways h2 {
	font-family: "Bebas-Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 47px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #45BAA7;
	text-align: center;
	padding: 5px 15px;
}

.section-7ways .text-free {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 20px;
}

.section-7ways p {
	margin-bottom: 0px;
}

.section-7ways .btn-dload {
    padding: 30px 0px;
}

.section-7ways .btn-dload a {
    font-family: "Bebas-Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
	color: #014783;
	font-size: 29px;
	background: #FEB800;
	padding: 5px 60px;
	border-radius: 3px;
}

.section-7ways .btn-dload a:hover,
.section-7ways .btn-dload a:focus {
	text-decoration: none;
    background: #ffbf19;
}

.section-fb-community.paid {
    background: #F5F5F5;
}

.section-fb-community .container {
    padding: 90px 15px 45px;
}

.section-fb-community h2 {
    font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    margin-bottom: 30px;
    margin-top: 75px;
}

.section-fb-community ul {
    padding-left: 20px;
}

.section-fb-community ul li {
	padding-bottom: 20px;
	font-size: 20px;
}

.section-fb-community a.btn-success {
    padding: 15px 45px;
}

/*========== MODAL FORMATTING ==========*/

.get-my-tips .modal-header {
    padding: 15px 15px 0px;
    border-bottom: 0px;
}

.get-my-tips .modal-dialog {
    width: 960px;
}

.get-my-tips .modal-content {
    border-radius: 0px;
}

.get-my-tips .modal-header .close {
    opacity: 1;
}

.get-my-tips .modal-body .modal-body-thumbnail {
    width: 100px;
    height: 100px;
}

.get-my-tips .modal-body .modal-body-right-content {
    margin-left: 120px;
}

.get-my-tips.business-modal .modal-body {
	background: url(../images/business-focus/img-bg-classroom01.jpg) no-repeat bottom right;	
}

.get-my-tips.wellness-modal .modal-body .modal-body-right-content {
	background: url(../images/wellness-focus/img-bg-10-tips-business01.jpg) no-repeat bottom right;	
}

.get-my-tips.thanks-modal .modal-body .modal-body-right-content {
    padding-bottom: 180px;
}

.get-my-tips .modal-body .modal-body-right-content h3 {
    margin-top: 10px;
    color: #000000;
}

.get-my-tips .modal-body .modal-body-right-content form {
    max-width: 60%;
}

.get-my-tips .modal-body .modal-body-right-content .form-control {
    border-radius: 0px;
}

.get-my-tips .modal-body .modal-body-right-content button.btn-modal-get-tips {
    width: 250px;
}

.get-my-tips .modal-body .modal-body-right-content button.btn-modal-get-tips {
    width: 250px;
}

.get-my-tips .modal-body .modal-body-right-content p.privacy {
    padding-top: 15px;
}

.b-r-none {
	border-radius: 0px;
}

.bg-business-header-text {
	max-width: 60%;
    background: rgba(40, 39, 35, 0.7);
    padding: 0px 25px 25px 30px;
    width: 545px;
    color: #fff;
}

.bg-wellness-header-text {
	max-width: 60%;
    background: rgba(40, 39, 35, 0.7);
    padding: 0px 25px 25px 30px;
    width: 600px;
    color: #fff;
}

.hub-links-nav {
	right: unset!important;
}

.hub-link {
	padding: 5px 0px!important;
}

.hub-link a:hover {
	background: none!important;
	color: #000!important;
}

/* Login section ===================================================================== */

.section-hub-login {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #1b1b1b;
    background: #F7F7F7;
}

.section-hub-login h1 {
    color: rgba(27,188,155,1.00);
    font-size: 40px;
    margin-bottom: 20px;
}

.section-hub-login .container {
	padding-top: 70px;
	padding-bottom: 100px;
}

.section-hub-login .panel-default {
	border: none;
    background: rgba(27,188,155,1.00);
    color: #fff;
    border-radius: 0;
}

.section-hub-login .panel-body {
	border: none;
    padding: 20px 40px 10px;
}

.section-hub-login .panel-body a {
	color: #fff;
}

.section-hub-login a {
	color: rgba(27,188,155,1.00);
}

.section-hub-login .form-group {
    margin-bottom: 30px;
}

.section-hub-login label,
.section-hub-login .checkbox-wrap span {
	font-weight: normal;
    font-size: 16px;
}

.section-hub-login .checkbox-wrap {
    margin-bottom: 30px;
}

.section-hub-login .checkbox-wrap label {
    background: none;
    top: 5px;
}

.section-hub-login .checkbox-wrap label:after {
    opacity:0;
    content:'';
    position:absolute;
    width:12px;
    height:6px;
    background:0 0;
    top: 4px;
    left: 2px;
    border:3px solid #fff;
    border-top:none;
    border-right:none;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}

.section-hub-login .checkbox-wrap input[type=checkbox]:checked+label:after {
    opacity: 1
}

.section-hub-login .checkbox-wrap input[type="checkbox"]:checked + label {
    background: rgba(27,188,155,1.00);
    border: 2px solid #fff;
}

.section-hub-login .btn-default {
    font-size: 18px;
    padding: 15px 100px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    background: rgba(27,188,155,1.00);
    color: #fff;
    border: 3px solid #fff;
}

.section-hub-login .btn-default:hover,
.section-hub-login .btn-default:active {
    background: #fff;
    color: rgba(27,188,155,1.00);
}

/* Forgot Password Section ===================================================================== */

.section-recovery {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f7f7f7;
    color: #fff;
    font-size: 16px;
    padding: 50px 15px 50px;
}

.section-recovery .panel-default {
    background: rgba(27,188,155,1.00);
    max-width: 655px;
    padding: 20px 0 0;
}

.section-recovery h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-recovery a {
    color:#fff;
    text-decoration: underline;
}

.section-recovery .btn-primary {
    font-size: 18px;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    background: rgba(27,188,155,1.00);
    color: #fff;
    border: 3px solid #fff !important;
}

.section-recovery .btn-primary:hover,
.section-recovery .btn-primary:active {
    background: #fff;
    color: rgba(27,188,155,1.00);
}

/* Signup Section ===================================================================== */

.section-hub-signup {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    font-size: 18px;
    padding: 60px 15px 50px;
    color: #1B1B1B;
}

.section-hub-signup .guest-signup {
    max-width: 770px;
}

.section-hub-signup .guest-signup h2 {
    margin-top: 0;
}

.section-hub-signup .guest-signup img {
    padding-right: 15px;
}

.section-hub-signup .guest-signup label {
    font-weight: normal;
}

.section-hub-signup .guest-signup .btn1 {
    background: #0f51b9;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 17px 30px;
    font-weight: 700;
}

.section-hub-signup .guest-signup .btn1:hover {
    background: #0b3270;
}

.section-hub-signup img{
	float: left;
}

.section-hub-signup .media-profile form, 
.section-hub-signup .media-profile .media-text-footer{
	display: block;
    width: 471px;
    margin: 0 auto;
}

/* Forgot Password Section ===================================================================== */

.section-recovery {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f7f7f7;
    color: #fff;
    font-size: 16px;
    padding: 50px 15px 50px;
}

.section-recovery .panel-default {
    background: rgba(27,188,155,1.00);
    max-width: 655px;
    padding: 20px 0 0;
}

.section-recovery h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-recovery a {
    color:#fff;
    text-decoration: underline;
}

.section-recovery .btn-primary {
    font-size: 18px;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    background: rgba(27,188,155,1.00);
    color: #fff;
    border: 3px solid #fff !important;
}

.section-recovery .btn-primary:hover,
.section-recovery .btn-primary:active {
    background: #fff;
    color: rgba(27,188,155,1.00);
}

/* Signup Section ===================================================================== */

.section-hub-signup {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    font-size: 18px;
    padding: 60px 15px 50px;
    color: #1B1B1B;
}

.section-hub-signup .guest-signup {
    max-width: 770px;
}

.section-hub-signup .guest-signup h2 {
    margin-top: 0;
}

.section-hub-signup .guest-signup img {
    padding-right: 15px;
}

.section-hub-signup .guest-signup label {
    font-weight: normal;
}

.section-hub-signup .guest-signup .btn1 {
    background: #0f51b9;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 17px 30px;
    font-weight: 700;
}

.section-hub-signup .guest-signup .btn1:hover {
    background: #0b3270;
}

/* Explore, Heading section ===================================================================== */

.section-explore-heading {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
    background: #f7f7f7;
}

.section-explore-heading h2 {
	padding-top: 50px;
	margin-bottom: 0px;
	color: #1bbc9b;
}

.section-explore-heading hr {
    width: 84px;
    margin: 0px 0px 30px;
    border-bottom: 3px solid rgba(27,188,155,1.00);
}

.section-explore-heading h3 {
	font-size: 27px;
    line-height: 46px;
    margin-bottom: 30px;
}

.section-explore-heading p {
    margin-bottom: 10px;
}

.section-explore-heading .btn-watch-videos {
    font-size: 18px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    background: rgba(27,188,155,1.00);
    color: #fff;
}


.section-explore-heading .btn-watch-videos:hover {
    background: rgba(27,188,155,0.7);
}

.section-explore-heading .hub-login-link{
	padding: 15px 114px;
}

.section-what-to-show {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
}

.section-what-to-show .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-what-to-show h2 {
    font-size: 28px;
    line-height: 36px;
}

.section-what-to-show h2 span {
    font-size: 18px;
    text-transform: uppercase;
}

.section-what-to-show hr {
    width: 84px;
    border-bottom: 3px solid rgba(27,188,155,1.00);
}

.section-what-to-show img {
	border-radius: 50%;
	border: 3px solid rgba(27,188,155,1.00);
}

.section-teach-me {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: rgba(27,188,155,1.00);
}

.section-teach-me .container {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-teach-me h2 {
	font-size: 26px;
    line-height: 42px;
	margin-bottom: 40px;
}

.section-teach-me .btn-watch-videos {
    font-size: 18px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    background: rgba(27,188,155,1.00);
    color: #fff;
    border: 3px solid #fff;
}

.section-teach-me .btn-watch-videos:hover {
    background: #fff;
    color: rgba(27,188,155,1.00);
    border: 3px solid #fff;
}

/* Explore Tour, Heading section ===================================================================== */

.section-explore-tour-heading {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
}

.section-explore-tour-heading .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-explore-tour-heading .text-discover-simple {
    margin-bottom: 70px;
}

.section-explore-tour-content {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
}

.section-explore-tour-content .container {
    padding-left: 30px;
    padding-bottom: 100px;
}

.section-explore-tour-content .explore-timeline {
    border-left: 4px solid #484848;
}

.section-explore-tour-content .module {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.section-explore-tour-content .module h3 {
    line-height: 1.5;
}

.section-explore-tour-content .module .arrow1 {
    position: absolute;
    left: -4px;
    top: 24px;
    background: #fff;
    z-index: 2;
    padding-bottom: 140px;
}

.section-explore-tour-content .module .box1 {
    position: absolute;
    left: -14px;
    top: -7px;
    background: #fff;
    width: 24px;
    height: 100px;
    z-index: 2;
}

.section-explore-tour-content .module .circle1 {
    position: absolute;
    left: -14px;
    top: 70px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 2;
    border: 4px solid rgba(27,188,155,1.00);
}

.section-explore-tour-content .module .circle1.done {
    background: rgba(27,188,155,1.00);
    border: 2px solid rgba(27,188,155,1.00);
}

.section-explore-tour-content .module .circle2 {
    position: absolute;
    left: -14px;
    top: 70px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 2;
    border: 4px solid rgba(27,188,155,1.00);
}

.section-explore-tour-content .module .circle2.done {
    background: rgba(27,188,155,1.00);
    border: 2px solid rgba(27,188,155,1.00);
}

.section-explore-tour-content a.text-link2 {
    color: #232323;
    text-decoration: none !important;
}

.section-explore-tour-content .btn1 {
    background: #9d52d1;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 40px;
}

.section-explore-tour-content .btn1:hover {
    background: #772fa8;
}

.section-explore-tour-content .btn2 {
    background: #fff;
    border: 3px solid #772fa8;
    border-radius: 0;
    color: #772fa8;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 40px;
}

.section-explore-tour-content .btn2:hover {
    background: #772fa8;
    color: #fff;
}

.section-explore-tour-content .text-link1 {
    color: #0f51b9;
    font-size: 18px;
}

/* Explore Strip Hub Site Index ===================================================================== */

.section-extra-income {
    font-family: "Montserrat", Helvetica,Arial, sans-serif;
    color: #1b1b1b;    
}

.section-extra-income .container {
    padding-top: 30px;
    padding-bottom: 10px;
}

.section-extra-income h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-extra-income p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.section-extra-income .btn-watch {
    font-size: 18px;
    padding: 15px 30px;
    background: #9c52d0;
    text-transform: uppercase;
    color: #fff;
}

.section-extra-income .btn-watch:hover {
    background: #7426ab;
}

@media (max-width: 1499px) and (min-width: 1201px) {

	/*========== HEALTHPRINT ==========*/
	.section-healthprint .container {
	    padding: 100px 15px 120px;
	}

}

@media (min-width: 1200px) {

    /* Explore Tour, Heading section ===================================================================== */

    .section-explore-tour-content .module.take-tour-btn-container p {
        padding-left: 30px;
    }

    /* Explore Strip Hub Site Index ===================================================================== */

    .section-extra-income .col-sm-push-6 {
        padding-left: 50px;
    }

    .section-extra-income h3 {
        padding-top: 40px;
    }

}

@media (min-width: 1201px) {

	/* promotions section ===================================================================== */
		
	.promotions .container div .caption {
		position: relative;
		height: 200px;
	}

	.promotions .container div .caption a {
		position: absolute;
		bottom: 0px;
	}

	.title-text {
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

}

@media (max-width: 1199px) and (min-width: 992px) {

    /* footer hub 3 ===================================================================== */

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

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

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

@media (min-width: 992px) and (max-width: 1200px) {

	/*========== HEALTHPRINT ==========*/
	.section-healthprint .container {
	    padding: 100px 15px 120px;
	}

	.section-vitamin-checklist .right-content {
	    padding-top: 125px;
	}

	.title-text {
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

	/* promotions section ===================================================================== */
		
	.promotions .container div .caption {
		position: relative;
		height: 200px;
	}

	.promotions .container div .caption a {
		position: absolute;
		bottom: 0px;
	}

	/* category strip ===================================================================== */

	.category-strip-biz .container ul li a {
		padding: 20px 13px;
	}
	
	.category-strip-prod .container ul li a {
		padding: 20px 10px;
	}

	.section-what-your-doctor p.img-container img {
	    position: relative;
	    margin-top: -18px;
	    width: 60%;
        left: 0px;
	}

	.section-fb-community h2 {
	    margin-top: 0px;
	}

}

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

    /* Explore Tour, Heading section ===================================================================== */
    
    .section-explore-heading h3 {
        font-size: 20px;
        line-height: 30px;
    }

	/*.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%;
	}*/

    /* footer hub 3 ===================================================================== */

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

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

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

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

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

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

}

@media (max-width: 991px) {

	.navbar-default.nav-hub {
	    position: fixed;
	    width: 100%;
	    z-index: 1045;
		border-radius: 0px;
	}

	#content {
	    margin-top: 70px;
	}

	/*.footer-hub01 .vitality .btn.btn-success {
	    padding: 10px 15px!important;
	    max-width: 100%!important;
	    width: auto;
	}*/

	.get-my-tips .modal-dialog {
	    width: 100%;
	    margin: 100px auto 0px;
	    padding: 0px 10px 10px;
	}

	.get-my-tips .modal-body .modal-body-right-content {
	    margin-left: 100px;
	}

	.nav-hub .navbar-toggle {
		border: none !important;
	}

	.nav-hub .navbar-toggle .icon-bar {
		background-color: #000 !important;
	}

	.section-hub-signup .media-profile form, 
	.section-hub-signup .media-profile .media-text-footer {
		display: block;
		width: 422px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    
	.navbar-toggle {
	    display: block;
	    position: relative;
    	float: right;
	}

	.navbar-header {
	    float: none;
	}

	.navbar-nav>li {
	    float: none;
	}

	.navbar-collapse.collapse {
    	display: none!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: hidden!important;
	}

	.navbar-right {
	    float: left!important;
	    margin-right: -15px;
	    width: 100%;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    padding-right: 0px;
    	padding-left: 0px;
	}

	.navbar-default .container {
	    width: 100%;
	}

	.nav-hub ul.navbar-nav li {
	    padding: 0px !important;
	}

	.navbar-collapse.in {
	    overflow-y: auto;
	}

	.collapse.in {
	    display: block!important;
	}

	.nav-hub ul.navbar-nav {
	    border-top: 1px solid #CCC;
	    border-bottom: 1px solid #CCC;
	    margin: 0px 0px;
	}

	.nav-hub .navbar-header {
	    min-height: 90px;
	    margin-right: -15px;
	}

	.nav-hub .navbar-collapse {
	    margin-right: -15px;
	    margin-left: -15px;
	}
 
	/*========== HEALTHPRINT ==========*/
    
	.section-healthprint .container {
	    padding: 100px 15px 120px;
	}

	.section-vitamin-checklist .btn-check a {
	    font-size: 18px;
	}

	.section-vitamin-checklist h2 {
	    font-size: 30px;
	}

	.section-vitamin-checklist .right-content {
	    padding-top: 110px;
	}

	.section-7ways .btn-dload a {
	    font-size: 22px;
	}

	.section-7ways .text-free {
	    margin-bottom: 5px;
	}

	.unsubscribed .container {
	    width: 100%;
	    padding: 0px 15px !important;
	}

	.title-text {
		top: 27%;
    	left: 19.5%;
    	position: absolute;
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

	.body {
		margin-top: 140px;
	}
	
	/* category strip ===================================================================== */

	.category-strip-biz .container ul li a {
		padding: 20px 11px;
		font-size: 12px;
	}
	
	.category-strip-prod .container ul li a {
		padding: 20px 9px;
		font-size: 12px;
	}

	/* promotions section ===================================================================== */
		
	.promotions .container div .caption {
		position: relative;
		height: 250px;
	}

	.promotions .container div .caption a {
		position: absolute;
		bottom: 0px;
	}

	/* lead capture form ===================================================================== */
	
	.lcw-form-moo01 .lcw-moo .col-sm-7,
	.lcw-form-moo01 .lcw-moo .col-sm-5	 {
		width: 100%;
	}
		
	.lcw-form-moo01 .lcw-moo input[type="button"] {
		margin: 0px;
		width: 100%;
	}

	.lcw-form-moo02 .lorem-ipsum input[type="button"] {
		font-size: 18px;
	}

	/* sidebar ===================================================================== */
		
	.lcw-ob {
		padding: 15px;
		background: #2B91A7;
	}

	.lcw-ob a {
		font-size: 14px;
	}
	
	.moo-lcw {
		padding: 0px;
	}
	
	.seven-big-secrets {
		background-position: right 0px;
	}

	.section-what-your-doctor p.img-container img {
	    position: relative;
	    margin-top: -14px;
	    width: 80%;
        left: 0px;
	}

	.section-fb-community h2 {
	    margin-top: 0px;
	}

	/*.footer-hub02 .member-name,
	.footer-hub02 .copyright {
	    line-height: 1.5!important;
	}*/
		
}

@media (max-width: 767px) {	

	.round-avatar {
	    width: 50px !important;
	    height: 50px !important;
	}

	.nav-hub .navbar-brand {
	    padding: 10px 0px 0px!important;
	    height: 100%;
	}

	.nav-hub .navbar-brand .member-pic-container {
	    width: 50px !important;
	    height: 50px !important;
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	}

	.nav-hub,
	.nav-hub .navbar-header {
	    min-height: 70px !important;;
	}

	.nav-hub .navbar-text {
	    line-height: 1.5;
	    font-size: 20px;
	    margin-top: 10px;
	}

	.nav-hub .navbar-toggle {
	    margin-top: 15px!important;
	}

	.center-767 {
		text-align: center;
	}
	
	/*========== Prove It Challenge ==========*/
    
    .prove-it-challenge,
    .prove-it-challenge.bg-oranges,
    .prove-it-challenge.bg-leaves{	
        background: #fff;
    }

    .prove-it-challenge .container {
        padding-top: 65px;
    }
    
    .prove-it-challenge h2 {
        font-size: 24px;
    }

    .prove-it-challenge p {
        font-size: 16px;
    }

    .prove-it-challenge .btn-learn-more {
        font-size: 16px;
    }
    
    /*========== Meology ==========*/

    .meology .strip {
        padding: 0px 0px 10px;
    }

    .meology .strip img {
        display: block;
        margin: 8px auto;
    }

    .meology .strip h3 {
        font-size: 18px;
    }

    .meology .plan {
        padding: 10px 0px 20px;
    }

    .meology .plan .separator {
        border-right: none;
        padding-bottom: 40px;
        margin-bottom: 60px;
        border-bottom: 3px solid #C7C7C7;
    }

    .meology .plan .separator::after {
        top: auto;
        bottom: -22px;
        right: auto;
        left: 45%;
    }

    .meology .plan h3 {
        font-size: 26px;
    }

    .meology .plan h4 {
        font-size: 18px;
    }

    .meology .plan .btn-start {
        font-size: 16px;
        padding: 8px 40px;
    }
    
	/*========== PRIVACY POLICY ==========*/
    
	.section-privacy-policy .privacy-policy .pp-icon {
	    float: none !important;
	    margin: auto;
	}

	.section-privacy-policy .pp-desc {
	    margin-left: 0px;
	}

	.section-privacy-policy .pp-desc h3 {
	    text-align: center;
	    margin-bottom: 20px;
	}

	.section-disclaimer .disclaimer .pp-icon {
	    float: none !important;
	    margin: auto;
	}

	.section-disclaimer .pp-desc {
	    margin-left: 0px;
	}

	.section-disclaimer .pp-desc h3 {
	    text-align: center;
	    margin-bottom: 20px;
	}

	/*========== FREE VERSION ==========*/
    
	.lcw-form-gray .living-healthier-life div.success-box {
	    text-align: center;
	    margin: auto;
	}

	.lcw-form-gray .living-healthier-life div p {
	    margin: 10px 0px 20px;
	}

	.section-healthprint h2 {
	    text-align: center;
	}

	.section-healthprint .btn-start {
	    padding: 40px 0px 0px;
	    text-align: center;
	}

	.section-vitamin-checklist .left-content {
		text-align: center;
	}

	.section-vitamin-checklist .right-content {
	    padding-top: 35px;
	}

	.section-vitamin-checklist .right-content img {
	    margin: auto;
	}

	.section-fb-community .container {
	    padding: 30px 15px 0px;
	}

	.section-fb-community h2 {
	    margin-top: 0px;
	    text-align: center;
	}

	.section-fb-community p {
		text-align: center;
		margin: 0px 0px 60px;
	}

	.section-fb-community p {
	    margin: 0px 0px 30px;
	}

	.section-my-strip .col-sm-4 img {
	    float: none !important;
	    margin: auto;
	}
	
	/*========== personal intro strip ==========*/

	.float-none-767 {
		float: none !important;
	}

	.section-my-strip .col-sm-4 img {
	    float: none !important;
	    margin: auto;
	}

	.hidden-767 {
		display: none;
	}

	.unsubscribed {
	    padding: 50px 0px !important;
	}

	.unsubscribed .container {
	    width: 100%;
	    padding: 0px 15px !important;
	}

	.unsubscribed .u-title-text {
	    font-size: 30px;
		text-align: center;
	}

	.unsubscribed .u-title-text span.img {
	    padding-right: 0px;
	}

	.unsubscribed-hub-footer {
		text-align: center;
	}

	.title-text {
		top: 27%;
    	left: 13.5%;
    	position: absolute;
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

	.page-calendar .fc-right .fc-button {
		padding: 0 25px;
	}

	.section-content01 .flex-object {
	    display: block;
	}

	/* main navigation ===================================================================== */ 

	.nav-hub .navbar-header {
		min-height: 90px;
	}

	.nav-hub ul.navbar-nav {
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		margin: 0px -15px;
	}

	.nav-hub .nav-hub-category h3 {
		margin: 10px 0px;
	}

	.nav-hub ul.navbar-nav li {
		padding: 0px;
	}

	.nav-hub ul.navbar-nav li a {
		padding-left: 30px;
	}	

	/* page header ===================================================================== */

	.img-hero-image {
		margin-top: -60px !important;
	}
	
	.header-hub01 {
		background-size: 260%;
		height: 400px;
		padding: 15px;
	}

	.header-hub01 h1 {
		font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 26px;
		line-height: 28px;
	}

	.header-hub01 a {
		padding: 10px 30px;
		font-size: 20px;
	}

	.img-hero-image {
		background-size: 260%;
	}

	/* category strip ===================================================================== */
		
	.hub-category01 {
		border-bottom: none;
	}

	.hub-category01 .container {
		padding: 0px 15px;
	}

	.hub-category01 .container .navbar-text {
		margin-left: 10px;
	}

	/* lead capture form ===================================================================== */
	
	.lcw-form-gray .living-healthier-life {
		padding: 20px 0px 30px;
	}

	.lcw-form-gray .living-healthier-life div p {
		margin: 10px 0px;
		text-align: center;
	}
	
	.lcw-form-gray .living-healthier-life div p.get {
	    text-align: center;
	}

	.lcw-form-gray .living-healthier-life div input[type="text"] {
		margin: 25px auto 0px;
		max-width: 75%;
	}
	
	.lcw-form-gray .living-healthier-life div input[type="button"] {
		margin: 25px auto 0px;
		max-width: 50%;
	}

	.lcw-form-moo01 {
		padding-top: 155px;
	}

	.lcw-form-moo01 .lcw-moo {
		padding: 15px;
		text-align: center
	}

	.lcw-form-moo01 .lcw-moo h3 {
		margin: 0px;
	}

	.lcw-form-moo01 .lcw-moo input[type="text"] {
		width: 80%;
		margin: 10px auto 0px;
	}

	.lcw-form-moo01 .lcw-moo input[type="button"] {
		width: 60%;
		margin: 10px auto 0px;
	}

	.lcw-form-moo02 .lorem-ipsum input[type="text"] {
		width: 80%;
		margin: 10px auto 0px;
	}

	.lcw-form-moo02 .lorem-ipsum input[type="button"] {
		width: 60%;
		margin: 10px auto 0px;
	}

	.lcw-form-health-secrets01 .health-secrets h3 {
		width: 80%;
		margin: 0px auto 0px;
	}
		
	.lcw-form-health-secrets01 .health-secrets input[type="text"] {
		width: 80%;
		margin: 10px auto 0px;
	}
	
	.lcw-form-health-secrets01 .health-secrets input[type="button"] {
		width: 60%;
		margin: 10px auto 0px;
	}

	/* sidebar ===================================================================== */
		
	.lcw-ob {
		padding: 20px;
	}
		
	.moo-lcw {
		padding: 0px 0px 0px 165px;
		margin: -20px;
	}
		
	.moo-lcw div {
		padding: 20px 40px 20px 10px;
	}
	
	/* promotions section ===================================================================== */
	
	.promotions .container {
		padding: 40px 25px;
	}
	
	.promotions .container div div {
		padding: 0px 0px 35px;
	}
	
	.promotions .container div .caption {
		padding: 0px 0px 0px 10px;
	}
	
	/* page content ===================================================================== */
	
	.page-content01 {
		padding: 0px 0px 15px !important;
	}
	
	.page-content01 .container {
		padding: 0px;
	}
	
	.featured-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.page-content02 {
		padding: 0px;
		border-top: 1px solid #cccccc;
	}

	.blog-resources01 {
		margin-bottom: 0px;
	}

	.blog-post-container .blog-post {
		border-top: 1px solid #cccccc;
		padding-top: 30px;
		margin-bottom: 0px;
	}

	.blog-post-container .blog-post h1 {
		margin: 0px 0px 5px;
	}

	.blog-post-container .blog-post .short-excerpt {
		padding: 0px 15px 0px;
		border-bottom: none;
	}

	.blog-post-pagination {
		background: #FFF;
		margin-top: 0px;
		padding: 10px 10px;
	}
	
	.blog-post-pagination .pagination {
		margin: 0px;
	}
		
	.blog-post-pagination2 a {
		font-size: 14px;
		padding: 15px;
	}

	.about-us,
	.contact {
		padding: 50px 15px 30px;
	}

	.about-us h1,
	.contact h1 {
		font-size: 40px;
		line-height: 38px;
	}

	.contact .form-group {
		width: 80%;
	}

	.popular-post-list.float-left {
	    float: none !important;
	}

	/* sidebar ===================================================================== */
	
	.sidebar-module01 {
		margin: 0px;
		border-top: 1px solid #cccccc;
	}

	/* new on blog ===================================================================== */
	
	.new-on-blog {
		margin-bottom: 0px;
	}

	.new-on-blog .blog-post h5 {
		font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
		color: #232323;
	}
	
	.new-on-blog .blog-post img {
		padding-right: 0px;
	}
	
	/* testimonial ===================================================================== */
	
	.testimonial {
		padding-top: 20px;
	}

	/* comment box ===================================================================== */
	
	.comment-box {
		font-size: 14px;
	}
	
	.comment-box .comment-form .input-group {
		width: 90%;
	}
	
	/* footer hub 1 ===================================================================== */
	
	/*.footer-hub01 {
		padding: 0px;
	}
	
	.footer-hub01 .container {
		padding: 0px;
	}
	
	.footer-hub01 ul.navbar-nav {
		padding: 10px 0px;
		border-top: none;
		width: 100%;
		margin: 0px;
	}

	.footer-hub01 .follow-us {
		padding: 10px;
		border-top: 3px solid #1bbc9b;
	}

	.footer-hub01 .living-healthier-life div input[type="text"] {
		max-width: 75%;
	}
	
	.footer-hub01 .living-healthier-life div input[type="button"] {
		max-width: 50%;
	}

	.footer-hub01{
		overflow: hidden;
	}*/

	/* footer hub 2 ===================================================================== */
	
	/*.footer-hub02 {
		text-align: center;
		padding: 10px 0px;
	}
	
	.footer-hub02 .member-name {
		font-size: 24px;
		line-height: 1.5!important;
	}
	
	.footer-hub02 .copyright {
		text-align: center;
		color: #f9f8f6;
		line-height: 24px;
	}
    
	.footer-hub02 .xs-100 {
		width: 100%;
    	line-height: 20px;
	}*/

    /* footer hub 3 ===================================================================== */

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

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

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

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

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

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

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

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

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

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

	.footer-hub03 .follow-us p,
	.footer-hub03 .link-info p {
	    margin: 0px 0px;
	}

    .lcw-form-gray .living-healthier-life {
	    padding: 20px 15px 30px !important;
	}

	.section-other-posts .flex-object {
		width: 100%;
		margin: auto;
	}

	.popular-post-list.float-left {
	    float: none;
	}

	.popular-post-list.float-left img.img-responsive {
		max-width: 250px;
		width: 100%;
		margin: auto;
	}

	.section-online-business {
	    background: #F5F5F5;
	}

	.section-online-business .container {
	    padding: 30px 15px 0px;
		text-align: center;
	}

	.section-online-business h2 {
	    margin-top: 70px;
	}

	.section-online-business h2 {
	    margin-top: 0px;
	    font-size: 20px;
	    text-align: center;
	}

	.section-what-your-doctor p.img-container {
	    margin-top: 20px;
	}

	.section-other-ebook .img-first, .section-other-ebook .img-third {
	    margin-bottom: 35px;
	}

	.section-like-page .find-us-on-fb {
		margin-top: 30px;
	}

	.section-what-your-doctor p.img-container img {
	    position: relative;
	    margin-top: 20px;
	    max-width: 220px;
        left: auto;
	    width: 100%;
	    margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
	}

	.section-what-your-doctor .left-content {
	    text-align: center;
	}

	.section-feeling-trapped a.btn-discover {
	    width: 245px;
	    display: block;
	    margin-right: auto;
	    margin-left: auto;
	}

	.section-healthprint {
	    background: #F5F5F5;
	}

	.section-healthprint .container {
	    padding: 70px 15px 70px;
	}

	.section-what-your-doctor.wellness .pull-right,
	.section-what-your-doctor.wellness .pull-left {
	    float: none !important;
	}

	.section-featured-post .container {
	    padding: 30px 15px 0px;
	}

	.section-featured-post h2 {
	    font-size: 23px;
	}

	.section-other-posts .flex-object {
	    padding: 0px;
	}

	.section-other-posts .post-box {
	    padding-top: 0px;
	}

	.section-other-posts .post-box .thumbnail {
	    width: 100%;
	    height: 65px;
	}

	.section-other-posts .thumbnail .img-thumbnail-post {
	  background-size:cover;
	  height:60px;
	  width: 140px;
	  float: left;
	}

	.section-other-posts .thumbnail .caption {
	  text-align: left!important;
	  margin-left: 140px;
	  padding-top: 0px;
	}

	.section-other-posts .thumbnail .caption h4 {
	    margin-top: 0px;
	}

	.section-other-posts .thumbnail .caption h4 a {
	    font-size: 13px;
	    text-align: left;
	}

	.section-view-all-posts .container {
	    padding: 10px 15px 30px;
	}

	.section-other-ebook .container {
	    padding: 20px 15px;
	}

	.section-other-ebook h3 {
	    font-size: 22px;
	    margin-bottom: 0px;
	}

	.section-other-ebook .carousel-control.right,
	.section-other-ebook .carousel-control.left {
	    background-image: none;
	}

	.section-other-ebook .carousel-control .glyphicon-chevron-left,
	.section-other-ebook .carousel-control .icon-prev {
	    margin-left: -27px;
	}

	.section-other-ebook .carousel-control .glyphicon-chevron-right,
	.section-other-ebook .carousel-control .icon-next {
	    margin-right: -27px;
	}

	.section-other-ebook .carousel-indicators {
	    bottom: -10px;
	}

	.section-other-ebook .carousel-indicators li {
	    width: 16px;
	    height: 16px;
	    background-color: #aaa;
	    margin: 1px;
	}

	.section-other-ebook .carousel-indicators li.active {
	    width: 16px;
	    height: 16px;
	    background-color: #19bd9b;
	}

	.section-other-ebook .carousel-control {
	    color: #19bd9b;
	    opacity: .7;
	}

	.section-my-strip .container {
	    padding: 45px 15px 0px;
	}

	.section-my-strip .col-sm-4 img {
	    max-width: 150px;
	    max-height: 150px;
	}

	.section-feeling-trapped .img-container img {
	    margin-top: 15px;
	    margin-bottom: 45px;
	}

	.section-feeling-trapped .container {
	    padding: 20px 15px 40px;
	}

	/*.footer-hub01 .navbar-nav li {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    line-height: 20px;
	}

	.footer-hub01 .vitality .btn.btn-success {
	    max-width: 250px!important;
	}
    
	.footer-hub02 .footer-name{
		display: block;
	}*/

	.get-my-tips.business-modal .modal-body {
	    padding: 0px 15px;
	    background: none;
	}

	.get-my-tips .modal-body .modal-body-thumbnail {
	    width: 100%;
	    height: 100%;
	    float: none!important;
	}

	.get-my-tips .modal-body .modal-body-right-content {
	    margin-left: 0px;
		text-align: center;
	}

	.get-my-tips .modal-body .round-avatar {
	    margin: auto;
	    width: 80px !important;
	    height: 80px !important;
	}

	.get-my-tips .modal-body .modal-body-right-content form {
	    margin: auto;
	}

	.modal-desk .col-sm-12 {
		padding: 0px;
	}

	.get-my-tips.thanks-modal .modal-body .modal-body-right-content {
	    padding-bottom: 0px;
	}

	.get-my-tips.wellness-modal .modal-body .modal-body-right-content {
	    background: none;
	}

    /* Captcha css=====================================================*/

    .global-checkbox.hub {
        padding: 25px 10px !important;
    }
    
    .global-checkbox .checkbox-wrap img {
       display: none;
    }

    /* Explore, Heading section ===================================================================== */
    
    .section-explore-heading .container {
        text-align: center;
    }
    
    .section-explore-heading img.beta {
        margin: 0px auto;
    }

    .section-explore-heading hr {
        margin: 0px auto 30px;
    }

    .section-explore-heading h3 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-explore-heading .btn-watch-videos {
        font-size: 14px;
        padding: 15px 20px;
    }

    .section-what-to-show {
        font-size: 16px;
        line-height: 20px;
    }

    .section-what-to-show .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-what-to-show h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .section-what-to-show h2 span {
        font-size: 16px;
    }

    .section-what-to-show hr {
        margin-bottom: 40px;
    }

    .section-teach-me .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-teach-me h2 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .section-teach-me .btn-watch-videos {
        font-size: 14px;
        padding: 15px 20px;
	}
	
	.section-explore-heading .hub-login-link{
		text-decoration: underline;
	}

	.section-explore-heading .hub-login-link a{
		color: #000;
	}

	.section-explore-heading .mt-35-xs{
		margin-top:35px
	}

    /* Login section ===================================================================== */
    
    .section-hub-login {
        font-size: 16px;
        line-height: 26px;
    }

    .section-hub-login h1 {
        font-size: 30px;
    }
    
    .section-hub-login .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .section-hub-login label, .section-hub-login .checkbox-wrap span {
        font-weight: normal;
        font-size: 16px;
    }
    
    .section-hub-login .btn-default {
        padding: 10px 60px;
	}
	
	.section-hub-login .flex-reverse{
		display: flex;
		flex-direction: column-reverse
	}

	.section-hub-login h1{
		text-align: center;
	}

    /* Forgot Password Section ===================================================================== */

    .section-recovery .btn-primary {
        padding: 10px 30px;
        font-size: 14px;
    }

    /* Signup Section ===================================================================== */

    .section-hub-signup .guest-signup .btn1 {
        padding: 10px 30px;
        font-size: 14px;
	}
	
	.section-hub-signup 
	.media-profile form, 
	.section-hub-signup 
	.media-profile .media-text-footer {
		width: auto;
	}

	.section-hub-signup 
	.media-profile form{
		margin-top: 85px;
	}

	.section-hub-signup 
	.media-profile .media-text-footer{
		text-align: center
	}

	.section-hub-signup 
	.media-profile form 
	#btn-take-free-tour{
		display: block;
		margin: 0 auto;
	}

    /* Explore Tour, Heading section ===================================================================== */
    
    .section-explore-tour-heading {
        font-size: 14px;
        line-height: normal;
    }

    .section-explore-tour-heading .container {
        padding-bottom: 0px;
    }
    
    .section-explore-tour-heading h1 {
        margin-top: 0;
        font-size: 24px;
    }

    .section-explore-tour-heading .text-discover-simple {
        margin-bottom: 40px;
    }
    
    .section-explore-tour-content {
        font-size: 14px;
        line-height: normal;
    }
    
    .section-explore-tour-content .container {
        padding-left: 15px;
    }
    
    .section-explore-tour-content .module {
        padding-left: 20px;
        position: relative;
        margin-bottom: 0px;
    }

    .section-explore-tour-content .module img.center-block {
        margin: 0;
    }
    
    .section-explore-tour-content .module h3 {
        font-size: 18px;
    }
    
    .section-explore-tour-content .module h4 {
        font-size: 16px;
    }
    
    .section-explore-tour-content .module .box1 {
        height: 60px;
    }
    
    .section-explore-tour-content .module .circle1 {
        left: -14px;
        top: 50px;
    }

    .section-explore-tour-content .module .circle2 {
        left: -14px;
        top: 50px;
    }

    .section-explore-tour-content .module.take-tour-btn-container {
        padding-left: 60px;
    }

    .section-explore-tour-content .btn1 {
        font-size: 14px;
        padding: 15px 30px;
    }

    .section-explore-tour-content .btn2 {
        font-size: 14px;
        padding: 12px 30px;
    }

    .section-explore-tour-content .text-link1 {
        font-size: 14px;
    }

    /* Explore Strip Hub Site Index ===================================================================== */

    .section-extra-income .container {
        padding-top: 10px;
        text-align: center;
    }

    .section-extra-income h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .section-extra-income p {
        font-size: 14px;
        line-height: 22px;
    }

    .section-extra-income .btn-watch {
        font-size: 14px;
        padding: 10px 20px
    }

    .section-extra-income img {
        max-width: 80%;
    }

}

@media (max-width: 720px) {
	.section-hub-signup .media-profile form {
		margin-top: 70px;
	}
	.section-hub-signup .media-profile h2 {
		font-size: 25px;
	}
}


@media (max-width: 586px) {
	.unsubscribed-hub-footer .i-block-img {
	    padding: 15px 15px;
	}
	
	.section-hub-signup img{
		max-width: 100px;
	}

	.section-hub-signup 
	.media-profile form {
		margin-top: 30px;
	}
}

@media (max-width: 550px) {	
	.page-calendar .fc-right {
		margin-top: 45px;
		float: left;
		width: 100%;
	}

	.light,
	.dark {
		max-width: 100% !important;
	}

	.light h1,
	.dark h1 {
	line-height: 35px !important;
	}

	.section-hub-signup .media-profile h2 {
		font-size: 18px;
	}

	.section-hub-signup .media-profile p,
	.section-hub-signup .media-profile label {
		font-size: 16px;
	}

	.section-hub-signup{
		padding-left: 0;
		padding-right: 0;
	}

	.media-profile .robot{
		display: flex;
		justify-content: center;
	}
	
}

@media (max-width: 480px) {

	.success-box .btn-success,
	.success-box .btn-success:hover,
	.success-box .btn-success:focus {
	    background: transparent;
	    -moz-box-shadow: 0px 0px transparent!important;
	    -webkit-box-shadow: 0px 0px transparent!important;
	    box-shadow: 0px 0px transparent!important;
	}

	/*========== HEALTHPRINT ==========*/
	.section-healthprint .container {
	    padding: 40px 15px 20px;
	}

	.section-healthprint .container img {
	    max-width: 220px;
	}

	.section-vitamin-checklist .btn-check a {
	    font-size: 15px;
	}

	.section-7ways .btn-dload a {
	    font-size: 18px;
	}

	.section-vitamin-checklist h2 {
	    font-size: 40px;
	}

	.section-7ways .text-free {
	    margin-bottom: 10px;
	}

	.section-7ways h2 {
	    font-size: 37px;
	}

	.show-480 {
		display: block;
	}

	.confirmation .u-title-text {
	    line-height: 38px;
	}

	.section-online-business {
	    background-size: 60%;
	}
	.section-fb-community h2 {
	    font-size: 22px;
	}

	.section-popular-posts .container {
	    padding: 30px 15px;
	}

	.section-popular-posts h2 {
	    margin-bottom: 30px;
	    font-size: 22px;
	}

	.get-my-tips .modal-body .modal-body-right-content form {
	    max-width: 100%;
	}

	.get-my-tips .modal-body .modal-body-right-content h3 {
	    font-size: 20px;
	    font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	    padding-top: 15px;
	}

	/*Forgot Password  ===================================================================== */
	.section-recovery h1{
        font-size: 22px;
        text-align: center;
    }

    .section-recovery p{
        font-size: 14px;
	}
	
	.section-recovery .panel-body{
		padding: 15px;
	}

}

@media (max-width: 367px){
	.section-hub-signup .media-profile p,
	.section-hub-signup .media-profile label {
		font-size: 14px;
	}
	.section-hub-signup .media-profile h2 {
		font-size: 16px;
	}
	.section-explore-heading .hub-login-link{
		padding: 15px 43px !important;
	}
}

@media (max-width: 320px) {

	/* page header ===================================================================== */

	.header-hub01 h1 {
		padding: 5px 10px;
		font-size: 20px
	}

	/* page content ===================================================================== */

	.contact .form-group {
		width: 100%;
	}

	.blog-post-pagination2 {
		display: block;
	}

	.blog-post-pagination2 div {
		width: 100%;
	}

	.blog-post-pagination2 div:first-child {
		margin: 0px 0px 30px 0px;
	}

	.blog-post-pagination2 a {
		width: 100%;
		padding: 15px;
	}

	/* lead capture form ===================================================================== */
	
	.lcw-form-gray .living-healthier-life div input[type="text"] {
		margin: 25px auto 0px;
		max-width: 85%;
	}
	
	.lcw-form-gray .living-healthier-life div input[type="button"] {
		margin: 25px auto 0px;
		max-width: 60%;
	}

	.lcw-form-moo01 .lcw-moo input[type="text"],
	.lcw-form-moo02 .lorem-ipsum input[type="text"],
	.lcw-form-moo02 .lorem-ipsum input[type="button"] {
		width: 100%;
	}

	.lcw-form-moo01 .lcw-moo input[type="button"] {
		margin: 0px;
		width: 100%;
	}

	.lcw-form-health-secrets01 .health-secrets h3 {
		width: 100%;
	}
		
	.lcw-form-health-secrets01 .health-secrets input[type="text"] {
		width: 100%;
	}
	
	.lcw-form-health-secrets01 .health-secrets input[type="button"] {
		width: 100%;
	}

	/* testimonial ===================================================================== */
		
	.testimonial {
		padding: 20px 15px 0px;
	}
	
	.testimonial .col-xs-3 {
		width: 100%;
	}
	
	.testimonial .col-xs-3 img {
		margin: 0px auto;
	}
	
	.testimonial .message {
		width: 100%;
	}
	
	.testimonial .message p {
		margin-bottom: 20px;
	}
	
	/* footer hub 1 ===================================================================== */

	/*.footer-hub01 .living-healthier-life div input[type="text"] {
		max-width: 85%;
	}
	
	.footer-hub01 .living-healthier-life div input[type="button"] {
		max-width: 60%;
	}*/

	/* about us page ===================================================================== */

	.about-us .pull-left,
	.about-us .pull-right {
		width: 100%;
	}

	.about-us .pull-right .photo1 {
		display: block;
	}

	.about-us .pull-left .photo1 {
		display: none;
	}

	/* Explore Heading ===================================================================== */

	.section-what-to-show p{
		font-size: 14px;
	}

	/* Forgot Password ===================================================================== */

	.section-recovery .btn-primary{
		padding: 10px 16px;
	}

}

.hub-login-link{
	padding: 15px 125px;
}