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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: 'Proxima Nova Extra Condensed Bold';
	src: url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedBold.eot');
	src: url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedBold.woff') format('woff'), 
		 url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedBold.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedBold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Extra Condensed Extra Bold';
	src: url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedExtrabold.eot');
	src: url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedExtrabold.woff') format('woff'), 
		 url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedExtrabold.ttf') format('truetype'), 
		 url('../../../../assets/common/fonts/ProximaNova/ProximaNovaExtraCondensedExtrabold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x:hidden;
}

.display, .nav-display { display: none; }
.display-none { display: none; }
.v-mid { vertical-align: middle; }
.btn { white-space: normal; }

/* navbar formatting ======================================================================= */
			
.section-sub-nav {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px #222;
    -moz-box-shadow: 0px 2px 5px -3px #222;
    box-shadow: 0px 2px 5px -3px #222;
    border-radius: 0px;
    border: none;
    font-size: 13px;
}

.section-sub-nav .container {
    position: relative;
}

.section-sub-nav .navbar-brand {
    padding: 10px 15px;
}

.section-sub-nav .navbar-right {
    margin-right: 120px;
}

.section-sub-nav .navbar-nav>li>a {
    color: #0f51b9;
}

.section-sub-nav .btn-get-it-now {
    position: absolute;
    top: 1px;
    right: 15px;
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f51b9;
    color: #0f51b9;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
}

.section-sub-nav .btn-get-it-now:hover {
    background: #507bc0;
    color: #fff;
}

/* index formatting ======================================================================= */

.section-index-header {
	background: url(../bg/bg-hero-01.jpg) no-repeat top center;
	background-size: cover;
	margin-top: -22px;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	color: #222629;
}

.section-index-header .container {
	padding-top: 45px;
	padding-bottom: 70px;
	position: relative;
}

.section-index-header .badge-save {
	position: absolute;
	left: 560px;
	top: 40px;
}

.section-index-header h1 {
	background: url(../img/img-hat01.png) no-repeat right 48px;
    background-size: 135px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 37px;
	max-width: 525px;
	padding-right: 135px;
	margin-bottom: 10px;
}

.section-index-header h1 span {
	display: block;
	font-size: 70px;
	color: #0f488b;
}

.section-index-header .text-subtitle {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 32.5px;
    margin-top: 10px;
}

.section-index-header .text-how-to-escape {
	font-size: 16px;
	margin-bottom: 35px;
}

.section-index-header .testimonial {
    background: #fff;
    max-width: 540px;
    padding: 15px 15px 10px;
    line-height: 24px;
    margin-bottom: 30px;
}

.section-index-header .alumni-notify {
    background: #fff;
    max-width: 450px;
    padding: 15px;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    margin-bottom: 30px;
}

.section-index-header .countdown-timer {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    margin-left: 30px;
    max-width: 320px;
}

.section-index-header .countdown-timer h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.section-index-header .countdown-timer .day {
    border: 1px solid #c2c2c2;
    background: #fff;
    color: #0f488b;
    font-size: 31px;
    padding: 20px 10px;
}

.section-index-header .countdown-timer .hour-and-min {
    border: 1px solid #c2c2c2;
    background: #fff;
    color: #0f488b;
    font-size: 31px;
    padding: 20px 30px;
}

.section-index-header .woman {
	position: absolute;
	right: -190px;
	bottom: 0px;
	width: 65%;
}

.section-quick-class-schedule {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #0e55a7;
	color: #222629;
}

.section-quick-class-schedule .container {
	padding-bottom: 40px;
	z-index: 2;
	text-align: center;
	position: relative;
}

.section-quick-class-schedule  h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #0f488b;
	font-size: 24px;
	padding: 20px;
	margin-top: -30px;
	color: #fff;
}

.section-quick-class-schedule .heading {
	background: #f2f2f2;
	padding: 10px 25px 0px;
}

.section-quick-class-schedule .class-sched-box {
    padding-top: 15px;
    padding-bottom: 10px;
}

.section-quick-class-schedule .class-schedule {
	background: #fff;
	padding: 10px 25px 15px;
}

.section-quick-class-schedule .class-schedule hr {
    border-top: 1px solid #222629;
	margin-top: 1px;
    margin-bottom: 15px;
}

.section-quick-class-schedule .class-schedule .class-starts,
.section-quick-class-schedule .class-schedule .class-every,
.section-quick-class-schedule .class-schedule .duration {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.section-quick-class-schedule .class-schedule .class-night,
.section-quick-class-schedule .class-schedule .class-morning {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 50px;
	line-height: 50px;
}

.section-quick-class-schedule .class-schedule .class-night {
	background: url(../img/img-nights01.png) no-repeat left center;
}

.section-quick-class-schedule .class-schedule .class-morning {
	background: url(../img/img-mornings01.png) no-repeat left center;
}

.section-quick-class-schedule .class-schedule .month,
.section-quick-class-schedule .class-schedule .day,
.section-quick-class-schedule .class-schedule .sessions {
	font-size: 20px;
	margin-bottom: 0px;
}

.section-quick-class-schedule .class-schedule .date,
.section-quick-class-schedule .class-schedule .time {
	font-size: 18px;
}

.section-quick-class-schedule .class-schedule .btn-view-full-schedule {
	font-size: 18px;
	color: #222629;
	background: #fcb700;
	padding: 15px 20px;
	border-radius: 0px;
}

.section-quick-class-schedule .class-schedule .btn-view-full-schedule:hover {
	background: #d9a51a;
}

.section-quick-class-schedule .testimonial {
    background: #fff;
    padding: 15px 15px 10px;
    line-height: 24px;
    margin-top: 30px;
    text-align: left;
}

.section-quick-class-schedule .testimonial-container,
.section-quick-class-schedule .testimonial-container .col-sm-6{
    display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}

.section-quick-class-schedule .countdown-timer {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    margin: 50px auto 0px;
    max-width: 320px;
    color: #fff;
}

.section-quick-class-schedule .countdown-timer h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.section-quick-class-schedule .countdown-timer .day {
    border: 2px solid #fff;
    font-size: 31px;
    padding: 20px 10px;
}

.section-quick-class-schedule .countdown-timer .hour-and-min {
    border: 2px solid #fff;
    font-size: 31px;
    padding: 20px 30px;
}

.section-are-you {
	background: url(../img/img-arrow-down01.png) no-repeat top center;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.section-are-you .container {
    padding-top: 55px;
    padding-bottom: 60px;
	position: relative;
}

.section-are-you h2 {
	font-family: 'Roboto SemiBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 27px;
	margin-bottom: 35px;
	line-height: 30px;
}

.section-are-you p {
	margin-bottom: 35px;
}

.section-are-you strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-are-you ul {
    padding-left: 20px;
}

.section-are-you ul li {
	position: relative;
	margin: 12px 0px;
}

.section-are-you ul li i {
	color: #0f4a8e;
	margin-top: 4px;
    font-size: 12px;
}

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

.section-would-you {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #f6f6f6;
	font-size: 16px;
}

.section-would-you .container {
    padding-top: 55px;
    padding-bottom: 65px;
	position: relative;
}

.section-would-you h2 {
	font-family: 'Roboto SemiBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 27px;
	margin-bottom: 35px;
	line-height: 30px;
} 

.section-would-you p {
	margin-bottom: 35px;
}

.section-would-you strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-would-you ul {
    padding-left: 20px;
}

.section-would-you ul li {
	position: relative;
	margin: 12px 0px;
}

.section-would-you ul li i {
	color: #0f4a8e;
	margin-top: 4px;
    font-size: 12px;
}

.section-would-you img {
	position: absolute;
	bottom: 0px;
	left: 30px;
	width: 30%;
}

.section-how-do-you-do {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323232;
}

.section-how-do-you-do,
.section-how-do-you-do .right-column {
	display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    background: #fff;
}

.section-how-do-you-do .left-column {
	display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-end;
}

.section-how-do-you-do .right-column {
	background: url(../bg/bg-how-do-you-do-this01.jpg) no-repeat center center;
	background-size: cover;
}

.section-this-course-for-you .left-column {
	background: #fff;
}

.section-how-do-you-do .left-content {
	padding: 70px 0px 80px 0px;
	max-width: 555px;
}


.section-how-do-you-do h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 42px;
	margin-bottom: 35px;
}

.section-how-do-you-do p {
	margin-bottom: 35px;
	line-height: 30px;
}

.section-how-do-you-do strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-how-do-you-do .testimonial {
    padding-top: 30px;
}

.section-how-do-you-do .testimonial-desc {
	background: url(../bg/bg-testimonial01.png) no-repeat 100% top;
	margin-left: 125px;
}

.section-how-do-you-do .t-desc {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    line-height: 32px;
}

.section-how-do-you-do .t-author {
	font-size: 20px;
	line-height: 35px;
}

.section-bad-news {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	color: #323232;
	background: #f6f6f6;
	font-size: 18px;
}

.section-bad-news .container {
	padding-top: 70px;
    padding-bottom: 60px;
}

.section-bad-news .img-container {
    padding-right: 30px;
}

.section-bad-news .text-bad-news {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.section-we-decided {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323232;
}

.section-we-decided,
.section-we-decided .right-column {
	display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    background: #fff;
}

.section-we-decided .left-column {
	display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-end;
}

.section-we-decided .right-column {
	background: url(../bg/bg-in-depth-training01.jpg) no-repeat center center;
	background-size: cover;
}

.section-this-course-for-you .left-column {
	background: #fff;
}

.section-we-decided .left-content {
	padding: 80px 0px 70px 0px;
	max-width: 555px;
}

.section-we-decided h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 42px;
	margin-bottom: 35px;
}

.section-we-decided p {
	margin-bottom: 35px;
	line-height: 30px;
}

.section-we-decided strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-we-decided .testimonial {
    padding-top: 30px;
}

.section-we-decided .testimonial-desc {
	background: url(../bg/bg-testimonial01.png) no-repeat 100% top;
	margin-left: 125px;
}

.section-we-decided .t-desc {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    line-height: 32px;
}

.section-we-decided .t-author {
	font-size: 20px;
	line-height: 35px;
}

.section-course-different {
	background: #b3e9f5;
	background-size: cover;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #323232;
}

.section-course-different .container {
	padding-top: 60px;
	padding-bottom: 75px;
}

.section-course-different h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 40px;
}

.section-course-different ul {
    padding-left: 20px;
}

.section-course-different ul li {
	position: relative;
	margin: 12px 0px;
}

.section-course-different ul li i {
	color: #323232;
	margin-top: 4px;
    font-size: 12px;
}

.section-great-reasons {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: #0e55a7;
	color: #fff;
}

.section-great-reasons .container {
	padding-top: 60px;
	padding-bottom: 120px;
	position: relative;
}

.section-great-reasons h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: 40px;
	line-height: 30px;
	color: #f9c708;
}

.section-great-reasons ul {
    padding-left: 0px;
	line-height: 35px;
}

.section-great-reasons ul li {
    background: url(../img/img-checkmark-yellow01.png) no-repeat left 8px;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 10px;
}

.section-learn-how {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #0e55a7;
	font-size: 18px;
}

.section-learn-how .container {
	padding-top: 70px;
    padding-bottom: 60px;
}

.section-learn-how h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 50px;
}

.section-learn-how p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.section-course-session1,
.section-course-session3,
.section-course-session5,
.section-course-session7 {
	background: #f5f5f5;
}

.section-course-session1,
.section-course-session2,
.section-course-session3,
.section-course-session4,
.section-course-session5,
.section-course-session6,
.section-course-session7,
.section-course-session8 {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.section-course-session1 .container,
.section-course-session2 .container,
.section-course-session3 .container,
.section-course-session4 .container,
.section-course-session5 .container,
.section-course-session6 .container,
.section-course-session7 .container,
.section-course-session8 .container {
	padding-top: 40px;
	padding-bottom: 45px;
}

.section-course-session1 h2,
.section-course-session2 h2,
.section-course-session3 h2,
.section-course-session4 h2,
.section-course-session5 h2,
.section-course-session6 h2,
.section-course-session7 h2,
.section-course-session8 h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 15px;
	padding: 0px;
	color: #0e55a7;
}

.section-course-session1 h3,
.section-course-session2 h3,
.section-course-session3 h3,
.section-course-session4 h3,
.section-course-session5 h3,
.section-course-session6 h3,
.section-course-session7 h3,
.section-course-session8 h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 0px;
}

.section-course-session1 p,
.section-course-session2 p,
.section-course-session3 p,
.section-course-session4 p,
.section-course-session5 p,
.section-course-session6 p,
.section-course-session7 p,
.section-course-session8 p {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 40px;
}

.section-course-session1 ul,
.section-course-session2 ul,
.section-course-session3 ul,
.section-course-session4 ul,
.section-course-session5 ul,
.section-course-session6 ul,
.section-course-session7 ul,
.section-course-session8 ul {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

.section-course-session1 ul li,
.section-course-session2 ul li,
.section-course-session3 ul li,
.section-course-session4 ul li,
.section-course-session5 ul li,
.section-course-session6 ul li,
.section-course-session7 ul li,
.section-course-session8 ul li {
	list-style: none;
	background: url(../img/img-bullet-blue-big01.png) no-repeat left 8px;
	padding: 8px 0px 8px 40px;
}

.section-shaklee-needs {
	background: #f6c306;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
	color: #272727;
}

.section-shaklee-needs .container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.section-shaklee-needs h2 {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-bottom: 35px;
	line-height: 1.8;
}

.section-shaklee-needs p {
	margin-bottom: 40px;
	line-height: 30px;
}

.section-shaklee-needs .img-lady-monitor {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 52%;
}

.section-bonuses {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	color: #272727;
	background: #b3e9f5;
	font-size: 16px;
}

.section-bonuses .container {
	padding-top: 65px;
	padding-bottom: 50px;
}

.section-bonuses h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.section-bonuses h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.section-bonuses ul {
	margin-left: 25px;
	padding: 0px;
}

.section-bonuses ul li {
	margin: 15px 0px;
}

.section-bonuses ul li i {
	color: #0f4a8e;
}

.section-great-reasons strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-great-reasons .img-great-reasons {
	position: absolute;
	top: 65px;
	right: 0px;
	bottom: 0px;
}

.section-quick-roi {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 16px;
}

.section-quick-roi .container {
	padding-top: 55px;
	padding-bottom: 65px;
}

.section-quick-roi h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.section-who-for {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	font-size: 16px;
}

.section-who-for .container {
	padding-top: 40px;
	padding-bottom: 45px;
}

.section-who-for h2 {
	font-size: 36px;
	margin-bottom: 30px;
	color: #f5a601;
}

.section-who-for .text-the-academy {
	margin-bottom: 50px;
}

.section-who-for p {
	margin-bottom: 20px;
}

.section-who-for .thumbnail {
	background: none;
	border: none;
}

.section-who-for .caption h3 {
	background: url(../img/img-bullet-blue-big01.png) no-repeat left 5px;
	max-width: 110px;
	margin: 0px auto;
	font-size: 16px;
	padding: 6px 0px 6px 30px;
}

.section-money-back {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #0e55a7;
	font-size: 16px;
	color: #fff;
}

.section-money-back .container {
	padding-top: 55px;
	padding-bottom: 65px;
}

.section-money-back h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 40px;
    margin-top: 90px;
}

.section-money-back p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-money-back strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.section-money-back img {
	margin-top: 20px;
}

.section-summary {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.section-summary .container {
	padding-top: 55px;
	padding-bottom: 55px;
}

.section-summary h2 {
	background: url(../img/img-hat02.png) no-repeat right 25px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 62px;
	margin: 0px auto 10px;
	padding: 15px 10px 15px;
    max-width: 92%;
}

.section-summary h2 span {
	color: #0e55a7;
}

.section-summary .clearfix {
	max-width: 980px;
	margin: 50px auto 50px;
}

.section-summary h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 8px 15px;
	margin: 0px;
}

.section-summary .classes h3 {
	background: #0e55a7;
}

.section-summary .bonuses h3 {
	background: #f6c306;
	display: block;
	position: relative;
	color: #271d66;
}

.section-summary .bonuses h3 img {
	position: absolute;
	top: -10px;
	right: 20px;
}

.section-summary .classes p,
.section-summary .bonuses p {
	padding: 10px 15px;
	margin: 0px;
	background: #f2f2f2;
}

.section-summary .classes p.light-gray,
.section-summary .bonuses p.light-gray {
	background: #fafafa;
}

.section-summary .bonuses p.last,
.section-summary .classes p.last {
	height: 126px;
}

.section-summary strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-summary .text-watch {
	font-size: 24px;
}

.section-view-schedules {
	background: #0e55a7;
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

.section-view-schedules .container {
	padding-top: 60px;
	padding-bottom: 80px;
}

.section-view-schedules h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 30px;
}

.section-view-schedules strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-view-schedules .quick-sched .heading {
	background: #f5a601;
	padding: 15px;
}

.section-view-schedules .quick-sched .heading h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px 0px 10px;
	padding: 0px;
}

.section-view-schedules .quick-sched .heading p {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.section-view-schedules .quick-sched .gray {
	background: #f2f2f2;
	padding: 15px;
	margin: 0px;
	color: #222629;
}

.section-view-schedules .quick-sched .white {
	background: #ffffff;
	padding: 15px;
	margin: 0px;
	color: #222629;
}

.section-view-schedules .quick-sched .btn-view-full-schedule {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 15px;
	background: #f6c306;
	color: #222629;
	border-radius: 0px;
}

.section-view-schedules .quick-sched .btn-view-full-schedule:hover {
	background: #d9ac04;
}

.section-view-schedules .full-sched .column {
	padding: 0px;
}

.section-view-schedules .full-sched .right-border {
	border-right: 1px dashed #ccc;
}

.section-view-schedules .full-sched h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	padding: 15px;
	margin: 0px;
	font-size: 20px;
	color: #323232;
}

.section-view-schedules .full-sched .session h3,
.section-view-schedules .full-sched .morning-class h3 {
	background: #89d7e4;
}

.section-view-schedules .full-sched .night-class h3 {
	background: #b3e9f5 ;
}

.section-view-schedules .full-sched .gray {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	padding: 15px;
	margin: 0px;
	color: #222629;
}

.section-view-schedules .full-sched .white {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 15px;
	margin: 0px;
	color: #222629;
}

.section-view-schedules .full-sched a {
	font-size: 16px;
	color: #fff;
}

.section-view-schedules .full-sched a i {
	color: #d79104;
}

.section-view-schedules .full-sched a:hover {
	text-decoration: underline;
}

.section-pricing {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #b3e9f5 ;
	font-size: 16px;
}

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

.section-pricing h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 50px;
}

.section-pricing h2.promo {
	margin-bottom: 0px;
}

.section-pricing .text-limited-seats {
	font-size: 24px;
	margin-bottom: 50px;
}

.section-pricing strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-pricing .pricing-box {
    background: #fff;
	margin-bottom: 30px;
    padding: 0px;
}

.section-pricing .pricing-box h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	margin: 0px;
    padding: 15px 5px;
    background: #dd4345;
    color: #fff;
	margin-bottom: 30px;
}

.section-pricing .pricing-box .text-price-slashed {
    text-decoration: line-through;
}

.section-pricing .pricing-box h4 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    color: #dd4345;
	margin-top: 15px;
	margin-bottom: 15px;
    font-size: 48px;
}

.section-pricing .pricing-box p {
    font-size: 18px;
}

.section-pricing .pricing-box .btn-add-to-cart {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px 25px;
	background: #f6c306;
	color: #222629;
	margin-top: 15px;
	margin-bottom: 40px;
}

.section-pricing .pricing-box .btn-add-to-cart:hover {
	background: #d9ac04;
}

.section-pricing .text-or {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 160px;
}

.section-pricing .text-promo-ends-countdown {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.section-pricing .text-promo-ends-date {
	margin-bottom: 45px;
}

.section-pricing .text-money-back {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 25px;
    margin-bottom: 20px;
}

/* confirmation formatting ======================================================================= */

.section-confirmation-header {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: -22px;
	background: #f8f8f8;
}

.section-confirmation-header .container {
	padding-top: 45px;
	padding-bottom: 100px;
}

.section-confirmation-header img {
	margin: 30px auto 0px;
}

.section-confirmation-header h1 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin: 0px 0px 30px;
}

.section-confirmation-header .text-important {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d90000;
}

.section-confirmation-header .register-here {
	margin-top: 30px;
}

.section-confirmation-header .form-header {
	padding: 15px;
	background: #0f488b;
	color: #ffffff;
	border: none !important;
}

.section-confirmation-header .form-header h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;	
	font-size: 20px;
	margin-top: 0px;
}

.section-confirmation-header .form-header h4 {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;	
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

.section-confirmation-header .form-body {
	padding: 25px 15px;
	border: none !important;
	background: #f2f2f2;
}

.section-confirmation-header .form-body form {
	margin: 0px auto;
	max-width: 435px;
}

.section-confirmation-header .form-body .form-control {
	margin-bottom: 10px;
	border-radius: 0px;
}

.section-confirmation-header .form-body .btn-register-now {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;	
	background: #f6c306;
	border: none;
	border-bottom: 5px solid #CA9D04;
	font-size: 30px;
	line-height: 48px;
	color: #25292c;
	padding: 10px 30px 5px;
	margin-top: 15px;
	white-space: normal;
}

.section-confirmation-header .form-body .btn-register-now:hover {
	background: #FBD040;
}

.section-confirmation-header .form-footer {
	padding: 35px 0px 0px;
	border: none !important;
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	margin-top: 0px !important;
	text-align: left;
	line-height: 30px;
}

.section-confirmation-header .form-footer p {
	margin-bottom: 20px;
}

.section-confirmation-header .form-footer strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.section-what-next {
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.section-what-next .container {
	padding-top: 65px;
	padding-bottom: 40px;
}

.section-what-next h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 40px;
}

.section-what-next p {
	margin-bottom: 40px;
}

.section-what-next strong {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

/* fbpa get jumpstarted page formatting ===================================================================== */

.section-fbpa-get-jumpstarted {
	background: url(../bg/bg-grid-gray01.jpg);
	margin-top: -25px;
    font-size: 16px;
}

.section-fbpa-get-jumpstarted .container {
	padding-top: 40px;
	padding-bottom: 80px;
}

.section-fbpa-get-jumpstarted .breadcrumb {
	padding: 0px;
    font-size: 13px;
    background: none;
    margin-bottom: 50px;
}

.section-fbpa-get-jumpstarted .breadcrumb > li + li:before {
    color: #333;
    content: ">";
    padding: 0 10px;
}

.section-fbpa-get-jumpstarted .breadcrumb > li a {
    color: #333;
}

.section-fbpa-get-jumpstarted .breadcrumb .active {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #193f7a;
}

.section-fbpa-get-jumpstarted h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #193f7a;
    font-size: 24px;
    margin-bottom: 30px;
}

.section-fbpa-get-jumpstarted p {
	line-height: 24px;
    margin-bottom: 30px;
}

.section-fbpa-get-jumpstarted .text-regular-price {
    font-size: 20px;
}

.section-fbpa-get-jumpstarted .text-regular-price span {
    font-size: 36px;
    text-decoration: line-through;
}

.section-fbpa-get-jumpstarted h3 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    font-size: 41px;
    color: #de291d;
    margin-bottom: 30px;
}

.section-fbpa-get-jumpstarted .btn-add-to-cart {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #222629;
	background: #fcb700;
	padding: 10px 60px;
	border-radius: 0px;
}

.section-fbpa-get-jumpstarted .btn-add-to-cart:hover {
	background: #d9a51a;
}

.section-fbpa-get-jumpstarted .text-youll-pay {
    font-size: 24px;
}

.section-fbpa-get-jumpstarted .text-no-thanks {
    color: #333;
}

/* fbpa get engagement page formatting ===================================================================== */

.section-fbpa-get-engagement {
	background: url(../bg/bg-grid-gray01.jpg);
	margin-top: -25px;
    font-size: 16px;
}

.section-fbpa-get-engagement .container {
	padding-top: 40px;
	padding-bottom: 80px;
}

.section-fbpa-get-engagement .breadcrumb {
	padding: 0px;
    font-size: 13px;
    background: none;
    margin-bottom: 50px;
}

.section-fbpa-get-engagement .breadcrumb > li + li:before {
    color: #333;
    content: ">";
    padding: 0 10px;
}

.section-fbpa-get-engagement .breadcrumb > li a {
    color: #333;
}

.section-fbpa-get-engagement .breadcrumb .active {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #193f7a;
}

.section-fbpa-get-engagement h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #193f7a;
    font-size: 24px;
    margin-bottom: 30px;
}

.section-fbpa-get-engagement h3 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #193f7a;
    font-size: 18px;
    margin-bottom: 30px;
}

.section-fbpa-get-engagement p {
	line-height: 24px;
    margin-bottom: 30px;
}

.section-fbpa-get-engagement .text-if-you-add {
    font-size: 20px;
}

.section-fbpa-get-engagement .text-if-you-add strong {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}

.section-fbpa-get-engagement .text-if-you-add span {
    color: #de291d;
}

.section-fbpa-get-engagement .price-table {
    max-width: 920px;
    margin-bottom: 40px;
}

.section-fbpa-get-engagement .price-table .table-heading .col-sm-3,
.section-fbpa-get-engagement .price-table .table-heading .col-sm-6 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
}

.section-fbpa-get-engagement .price-table .table-heading .plans-available {
	background: #193f7a;
    border-right: 1px solid #dce4f1;
}

.section-fbpa-get-engagement .price-table .table-heading .regular-price {
	background: #2e5694;
    border-right: 1px solid #dce4f1;
}

.section-fbpa-get-engagement .price-table .table-heading .special {
	background: #f9683c;
}

.section-fbpa-get-engagement .price-table .table-heading h4 {
    margin: 0px;
    color: #fff;
    font-size: 16px;
}

.section-fbpa-get-engagement .price-table .table-body .col-sm-8 .col-sm-3 {
	background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #dce4f1;
    border-bottom: 1px solid #dce4f1;
}

.section-fbpa-get-engagement .price-table .table-body .col-sm-8 .col-sm-6 {
	background: #fbddd4;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce4f1;
}

.section-fbpa-get-engagement .price-table .table-body .col-sm-4 .col-sm-6 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.section-fbpa-get-engagement .price-table .table-body strong {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}

.section-fbpa-get-engagement .price-table .table-body .btn-add-this {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1c1d22;
	background: #fcb700;
	padding: 6px 25px;
	border-radius: 0px;
}

.section-fbpa-get-engagement .price-table .table-body .btn-add-this:hover {
	background: #d9a51a;
}

.section-fbpa-get-engagement .price-table .table-body .btn-upgrade {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #28be3d;
	padding: 6px 25px;
	border-radius: 0px;
}

.section-fbpa-get-engagement .price-table .table-body .btn-upgrade:hover {
	background: #25a137;
}

.section-fbpa-get-engagement .text-no-thanks {
    color: #333;
}

/* fbpa get coaching page formatting ===================================================================== */

.section-fbpa-get-coaching {
	background: url(../bg/bg-grid-gray01.jpg);
	margin-top: -25px;
    font-size: 16px;
}

.section-fbpa-get-coaching .container {
	padding-top: 40px;
	padding-bottom: 80px;
}

.section-fbpa-get-coaching .breadcrumb {
	padding: 0px;
    font-size: 13px;
    background: none;
    margin-bottom: 50px;
}

.section-fbpa-get-coaching .breadcrumb > li + li:before {
    color: #333;
    content: ">";
    padding: 0 10px;
}

.section-fbpa-get-coaching .breadcrumb > li a {
    color: #333;
}

.section-fbpa-get-coaching .breadcrumb .active {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #193f7a;
}

.section-fbpa-get-coaching h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #193f7a;
    font-size: 24px;
    margin-bottom: 30px;
}

.section-fbpa-get-coaching p {
	line-height: 24px;
    margin-bottom: 30px;
}

.section-fbpa-get-coaching .text-regular-price {
    font-size: 20px;
}

.section-fbpa-get-coaching .text-regular-price span {
    font-size: 36px;
    text-decoration: line-through;
}

.section-fbpa-get-coaching h3 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    font-size: 41px;
    color: #de291d;
    margin-bottom: 30px;
}

.section-fbpa-get-coaching h4 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.section-fbpa-get-coaching ul {
	margin: 0px 0px 30px;
}

.section-fbpa-get-coaching ul li {
	margin: 7px 0px;
}

.section-fbpa-get-coaching ul li i {
	color: #193f7a;
    font-size: 20px;
}

.section-fbpa-get-coaching .btn-add-to-cart {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #222629;
	background: #fcb700;
	padding: 10px 60px;
	border-radius: 0px;
}

.section-fbpa-get-coaching .btn-add-to-cart:hover {
	background: #d9a51a;
}

.section-fbpa-get-coaching .text-youll-pay {
    font-size: 24px;
}

.section-fbpa-get-coaching .text-no-thanks {
    color: #333;
}

/* facebook basics coaching formatting ======================================================================= */
    
.section-header-fb-basics-coaching {
	background: url(../bg/bg-living-room01.jpg) no-repeat top center;
	background-size: cover;
	margin-top: -22px;
}

.section-header-fb-basics-coaching .container.promo-pricing {
}

.section-header-fb-basics-coaching .container {
	position: relative;
	padding-top: 110px;
	padding-bottom: 70px;
}

.section-header-fb-basics-coaching .container.promo-pricing .promo-banner {
	position: absolute;
    right: 15px;
    top: 0px;
    z-index: 2;
}

.section-header-fb-basics-coaching .container.promo-pricing .promo-badge {
	position: absolute;
    right: 15px;
    top: 120px;
    z-index: 3;
}

.section-header-fb-basics-coaching .heading {
	background: url(../img/img-onenote-icon01.png) no-repeat center right;
    max-width: 540px;
}

.section-header-fb-basics-coaching h1 {
	font-family: 'Proxima Nova Extra Condensed Extra Bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	line-height: 70px;
	color: #0e55a7;
	font-size: 92px;
}

.section-header-fb-basics-coaching h2 {
	font-family: 'Proxima Nova Extra Condensed Bold', Arial, Helvetica, sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	line-height: 70px;
	margin: 0px 0px 20px;
}

.section-header-fb-basics-coaching h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-bottom: 40px;
}

.section-header-fb-basics-coaching .woman-on-laptop {
	position: absolute;
    bottom: 0px;
    right: 15px;
    width: 50%;
}

.section-header-fb-basics-coaching p {
    margin-bottom: 40px;
    font-size: 18px;
}

.section-header-fb-basics-coaching .text-normally-pay {
    font-size: 32px;
}

.section-header-fb-basics-coaching .text-normally-pay span {
    text-decoration: line-through;
}

.section-header-fb-basics-coaching .text-save {
    color: #AF0709;
}

.section-header-fb-basics-coaching .btn-get-it-now {
	background: #f6c306;
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 10px 60px;
	color: #222;
}

.section-header-fb-basics-coaching .btn-get-it-now:hover {
	background: #d0a710;
}

.section-coaching-sessions,
.section-coaching-sessions .left-column {
	display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    background: #f9f9f9;
    color: #222;
}

.section-coaching-sessions .left-column {
	display: -webkit-flex;
	display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-end;
}

.section-coaching-sessions .right-column {
	background: url(../bg/bg-woman-on-headset01.jpg) no-repeat center center;
	background-size: cover;
}

.section-coaching-sessions .left-content {
	padding: 110px 0px 80px 0px;
    max-width: 555px;
}

.section-coaching-sessions h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 20px;
    color: #0e55a7;
}

.section-coaching-sessions p {
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 20px;
}

.section-will-help-you {
	background: #0e55a7;
    font-size: 20px;
    color: #fff;
}

.section-will-help-you .container {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-will-help-you h2 {
    font-size: 36px;
}

.section-will-help-you img {
	position: absolute;
	left: 10px;
	bottom: 10px;
    width: 35%;
}

.section-will-help-you ul {
	margin: 60px 0px 40px 0px;
	padding: 0px;
}

.section-will-help-you ul li {
	list-style: none;
	background: url(../img/img-checkmark-yellow02.png) no-repeat left 8px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 1px 0px;
}

.section-special-offer {
	background: #f9f9f9;
    font-size: 20px;
    color: #222;
}

.section-special-offer .container {
	position: relative;
	padding-top: 60px;
	padding-bottom: 20px;
}

.section-special-offer h2 {
    font-size: 36px;
}

.section-special-offer img {
	position: absolute;
	right: 0px;
	bottom: 0px;
    width: 46%;
}

.section-special-offer p {
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 25px;
}

.section-special-offer p strong {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #0e55a7;
}

.section-fbpa-coaching-pricing {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #222;
}

.section-fbpa-coaching-pricing .container {
	padding-top: 60px;
	padding-bottom: 160px;
}

.section-fbpa-coaching-pricing h2 {
    font-size: 66px;
    font-weight: 900;
    margin-bottom: 0px;
}

.section-fbpa-coaching-pricing .text-limited-slots {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
}

.section-fbpa-coaching-pricing .pricing-box {
    padding: 20px 20px 40px;
    background: #f3f3f3;
}

.section-fbpa-coaching-pricing h3 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
}

.section-fbpa-coaching-pricing .row {
    display: flex;
    align-items: stretch;
}

.section-fbpa-coaching-pricing .col-xs-6 {
    display: flex;
    align-items: stretch;
}

.section-fbpa-coaching-pricing .shadow-box {
    -webkit-box-shadow: 4px 3px 9px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 4px 3px 9px 0px rgb(0 0 0 / 8%);
    box-shadow: 4px 3px 9px 0px rgb(0 0 0 / 8%);
    padding: 30px 10px;
    background: #fff;
    width: 100%;
}

.section-fbpa-coaching-pricing .shadow-box h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-fbpa-coaching-pricing .shadow-box p {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-fbpa-coaching-pricing .shadow-box .text-slashed {
    text-decoration: line-through;
}

.section-fbpa-coaching-pricing .shadow-box h5 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-fbpa-coaching-pricing .shadow-box h5.text-red {
    color: #e60000;
}

.section-fbpa-coaching-pricing .btn-add-to-cart {
	font-size: 24px;
    font-weight: 700;
	padding: 10px 35px;
    border-radius: 30px;
	background: #f6c306;
	color: #222629;
	margin-top: 15px;
	margin-bottom: 30px;
}

.section-fbpa-coaching-pricing .btn-add-to-cart:hover {
	background: #d9ac04;
}

@media (min-width: 1470px) {

	/* index page formatting ===================================================================== */

	.section-index-header .badge-save {
		top: 50px;
		right: auto;
        left: -137px;
	}

}

@media (min-width: 1200px) {

	/* index page formatting ===================================================================== */
	
	.section-index-header .woman {
		right: -155px;
	}

	.section-index-header .intro-price .save-badge {
		top: 50px;
		right: 485px;
	}

	.section-index-header .special-promo .save-badge {
		top: 80px;
		right: 545px;
	}

	.section-shaklee-needs .img-lady-monitor {
        width: 64%;
        right: -128px;
    }
	
	.section-view-schedules .container {
		width: 500px;
	}
	
	/* confirmation formatting ======================================================================= */
	
	.section-what-next .container {
		width: 1220px;
	}
	
    /* facebook basics coaching formatting ======================================================================= */

    .section-header-fb-basics-coaching .container.promo-pricing .promo-badge {
        right: 490px;
        top: 30px;
    }

}

@media (max-width: 1200px) {

	/* index page formatting ===================================================================== */
	
	.section-quick-class-schedule .class-schedule .class-night,
	.section-quick-class-schedule .class-schedule .class-morning {
		line-height: normal;
		padding: 10px 0px 10px 40px;
	}

	.section-quick-class-schedule .class-schedule .month,
	.section-quick-class-schedule .class-schedule .day,
	.section-quick-class-schedule .class-schedule .sessions {
		font-size: 24px;
	}
	
	.section-quick-class-schedule .class-schedule .date,
	.section-quick-class-schedule .class-schedule .time {
		font-size: 20px;
	}

	.section-great-reasons img.img-great-reasons {
	    top: auto;
	    width: 250px;
	}

}

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

}

@media (min-width: 992px) {

	/* index page formatting ===================================================================== */
	
	.section-quick-class-schedule .col-md-10 {
		width: 80%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-quick-class-schedule .col-md-2 {
		width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media (max-width: 991px) {
     
    /* navbar formatting ======================================================================= */

    .section-sub-nav .container {
        width: auto !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-sub-nav .container>.navbar-header {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-sub-nav .navbar-brand {
        height: 50px;
        padding: 13px 0px 10px 15px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 150px;
    }
    
    .section-sub-nav .navbar-toggle {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 17px 15px 13px;
        border: none;
        color: #1655b2;
        background: #fff !important;
        float: left;
    }
    
    .section-sub-nav .navbar-nav {
        float: none !important;
        margin: 0px 0px;
        clear: both;
    }
    
    .section-sub-nav .container>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background: #fff;
    }
    
    .section-sub-nav .navbar-collapse.collapse {
        display: none !important;
        height: 1px !important;
        padding-bottom: 0;
    }
    
    .section-sub-nav .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow-y: visible;
        border-top: 1px solid #e7e7e7;
    }
    
    .section-sub-nav .navbar-nav>li {
        float: none !important;
        border-bottom: 1px solid #ddd;
    }
    
}

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

    /* navbar formatting ======================================================================= */
    
    .section-sub-nav .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 40px;
    }

    .section-sub-nav>.container .navbar-brand {
        margin-left: 20px;
    }
    
    .section-sub-nav .btn-get-it-now {
        right: 40px;
    }

	/* index page formatting ===================================================================== */

	.section-index-header .text-subtitle {
	    font-size: 26.5px;
	}

	.section-index-header h1 {
		background: url(../img/img-hat01.png) no-repeat right 13px;
	    font-size: 30px;
	}

	.section-index-header h1 span {
	    font-size: 57px;
	}

	.section-money-back h2 {
	    margin-top: 70px;
	}

    .section-learn-how .container {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	
	.section-summary h2 {
		font-size: 58px;
	}

	.section-summary .bonuses p.last {
		height: 146px;
	}

	.section-great-reasons img.img-great-reasons {
	    width: 185px;
	}

	.section-would-you img {
	    position: absolute;
	    bottom: 0px;
	    width: 275px;
	}

	.section-summary h2 {
	    background: none;
	    text-align: center;
	}

	.section-summary .bonuses p.last, .section-summary .classes p.last {
	    height: 148px;
	}

    /* fbpa get engagement page formatting ===================================================================== */

    .section-fbpa-get-engagement .price-table .table-body .btn-add-this {
        padding: 6px 12px;
    }

}

@media (max-width: 767px) {

	.action {
	  	margin-top: -27px;
	  	margin-bottom: 4px;
	}

	/* index formatting ======================================================================= */

	.section-index-header {
		margin-top: 30px;
	}

	.section-index-header .container {
        padding-bottom: 0px;
	}
	
	.section-index-header .badge-save {
        position: relative;
        left: auto;
        top: auto;
        margin: 0px auto;
    }
    
    .section-index-header h1 {
	    background: none;
	    background-size: 0px;
	    max-width: 100%;
	    padding-right: 0px;
	    text-align: center;
    	font-size: 26px;
	}
	
	.section-index-header h1 span {
        font-size: 46px;
	}
	
	.section-index-header .text-subtitle {
	    text-align: center;
		font-size: 22px;
	}
	
	.section-index-header .text-how-to-escape {
	    text-align: center;
	}	
	
    .section-index-header .testimonial {
        margin: 0px auto 30px;
        text-align: center;
    }

    .section-index-header .testimonial .media-left {
        display: block;
    }

    .section-index-header .testimonial .media-left img {
        margin: 0px auto 10px;
    }

    .section-index-header .alumni-notify {
        margin: 0px auto 30px;
        text-align: center;
    }

    .section-index-header .alumni-notify .media-left {
        display: block;
    }

    .section-index-header .alumni-notify .media-left img {
        margin: 0px auto;
    }

    .section-index-header .countdown-timer {
        margin: 0px auto;
    }
    
    .section-index-header .woman {
	    width: 300px;
	    position: relative;
	    right: 0;
	}

	.section-quick-class-schedule .class-schedule .class-night {
		max-width: 150px;
		margin: 0px auto 20px;
	}

	.section-quick-class-schedule .class-schedule .class-morning {
		max-width: 180px;
		margin: 0px auto 20px;
	}

	.section-quick-class-schedule .class-schedule .class-starts {
		padding-bottom: 0px;
		margin: 0px auto 0px;
		max-width: 200px;
	}

	.section-quick-class-schedule .class-schedule .class-every,
	.section-quick-class-schedule .class-schedule .duration {
		padding-bottom: 0px;
		margin: 20px auto 0px;
		max-width: 200px;
	}

    .section-quick-class-schedule .testimonial {
        text-align: center;
    }

    .section-quick-class-schedule .testimonial .media-left {
        display: block;
    }

    .section-quick-class-schedule .testimonial .media-left img {
        margin: 0px auto 10px;
    }

	.section-are-you .container {
		padding-top: 40px;
		padding-bottom: 245px;
	}
	
	.section-are-you img {
		position: absolute;
		bottom: 0px;
		right: 0px;
		left: 0px;
		width: 325px;
	}

	.section-would-you .container {
		padding-top: 40px;
		padding-bottom: 245px;
	}

	.section-would-you .pull-right {
	    float: none!important;
	}

	.section-would-you img {
		position: absolute;
		bottom: 0px;
		right: 0px;
		left: 0px;
		width: 225px;
	}

	.section-learn-how .pull-left {
	    float: none!important;
	    padding-top: 30px;
	}

	.section-learn-how .pull-right {
	    float: none!important;
	    padding-right: 0px;
	}

	.section-learn-how img {
	    position: relative;
	    bottom: 0px;
	    float: none!important;
	    left: 0;
	    right: 0;
	    margin: auto;
	}

	.section-how-do-you-do {
		background: url(../bg/bg-how-do-you-do-this01.jpg) no-repeat top center;
		background-size: cover;
	}

	.section-how-do-you-do .left-column {
		background: rgba(255,255,255,0.9);
	}
	
	.section-how-do-you-do .left-content {
		padding: 40px 0px 40px 0px;
		max-width: none;
	}

	.section-how-do-you-do h2 {
		font-size: 32px;
		margin-bottom: 35px;
	}

	.section-bad-news .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .section-bad-news img {
	    margin: auto;
	    padding-left: 90px;
	    margin-top: 45px;
	}

	.section-bad-news .pull-right,
    .section-bad-news .pull-left{
	    float: none!important;
	    text-align: center;
	}

	.section-bad-news .img-container {
	    padding-right: 0px;
	    float: none!important;
	    text-align: center;
	}

	.section-bad-news .pull-left {
	    float: none!important;
	}

	.section-we-decided {
		background: url(../bg/bg-in-depth-training01.jpg) no-repeat top center;
		background-size: cover;
	}

	.section-we-decided .left-column {
		background: rgba(255,255,255,0.9);
	}
	
	.section-we-decided .left-content {
		padding: 40px 0px 40px 0px;
		max-width: none;
	}

	.section-course-different .container {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	
	.section-course-different h2 {
		font-size: 30px;
	}
	
	.section-course-different ol {
		margin: 0px;
		padding-left: 20px;
	}

	.section-great-reasons .container {
		padding-top: 29px;
		padding-bottom: 300px;
	}

	.section-great-reasons .img-great-reasons {
		position: absolute;
		bottom: 30px;
		right: 0px;
		left: 0px;
		width: 384px;
	}

	.section-shaklee-needs {
		background: url(../bg/bg-mother-and-child-on-laptop01.jpg) no-repeat top center;
		background-size: cover;
	}

	.section-shaklee-needs .container {
		background: rgba(245,166,1,0.9);		
        padding-top: 40px;
        padding-bottom: 0px;
	}

	.section-shaklee-needs h2 {
		font-size: 32px;
		margin-bottom: 30px;
        line-height: normal;
	}

	.section-shaklee-needs p {
        margin-bottom: 30px;
        line-height: 24px;
    }
    
    .section-shaklee-needs .img-lady-monitor {
	    position: relative;
	    right: 0px;
	    bottom: 0;
	    margin-top: 20px;
	}

	.section-why-join {
		background: url(../bg/bg-couple-on-laptop01.jpg) no-repeat top center;
		background-size: cover;
	}

	.section-why-join .left-column {
		background: rgba(255,255,255,0.9);
		
	}
	.section-why-join .left-content {
		padding: 25px 0px;
		max-width: none;
	}

	.section-why-join h2 {
		font-size: 32px;
		margin-bottom: 35px;
	}

	.section-learn-how .container {
		padding-top: 40px;
	}
	
	.section-learn-how h2 {
		margin-top: 0px;
		margin-bottom: 30px;
		font-size: 32px;
	}

	.section-how-do-you-do .right-column {
	    background: rgba(255, 255, 255,.8);
	    color: #323232;
	}

	.section-course-session1 .container,
	.section-course-session2 .container,
	.section-course-session3 .container,
	.section-course-session4 .container,
	.section-course-session5 .container,
	.section-course-session6 .container,
	.section-course-session7 .container,
	.section-course-session8 .container {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.section-course-session1 h2,
	.section-course-session2 h2,
	.section-course-session3 h2,
	.section-course-session4 h2,
	.section-course-session5 h2,
	.section-course-session6 h2,
	.section-course-session7 h2,
	.section-course-session8 h2 {
		font-size: 32px;
	}

	.section-course-session1 ul,
	.section-course-session2 ul,
	.section-course-session3 ul,
	.section-course-session4 ul,
	.section-course-session5 ul,
	.section-course-session6 ul,
	.section-course-session7 ul,
	.section-course-session8 ul {
		margin: 0px;
	}
	
	.section-bonuses .container {
		padding-top: 45px;
	}

	.section-bonuses .pull-left,
	.section-bonuses .pull-right {
		float: none !important;
	}
	
	.section-bonuses h2 {
		font-size: 32px;
	}

	.section-bonuses h3 {
		margin-top: 40px;
	}
	
	.section-bonuses img {
		margin-top: 30px;
	}
	
	.section-setup-to-win .container {
		background: url(../bg/bg-woman-on-headset01.png) no-repeat bottom right;
		background-size: 260px;
		padding-top: 30px;
		padding-bottom: 295px;
	}
	
	.section-setup-to-win h2 {
		font-size: 30px;
	}
	
	.section-setup-to-win ul {
		margin: 0px 0px 20px 20px;
	}

	.section-setup-to-win img {
		position: absolute;
		bottom: 0px;
		right: 0px;
		left: 0px;
		width: 380px;
	}

	.section-quick-roi .container {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.section-quick-roi h2 {
		font-size: 30px;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	.section-quick-roi .pull-left,
	.section-quick-roi .pull-right {
		float: none !important;
	}
	
	.section-who-for .container {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	
	.section-who-for h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.section-money-back .container {
		padding-top: 30px;
		padding-bottom: 45px;
	    margin-top: 20px;
	    text-align: center;
	}
	
	.section-money-back h2 {
		font-size: 30px;
		margin-bottom: 30px;
	    margin-top: 15px;
	}

	.section-money-back .pull-left,
	.section-money-back .pull-right {
		float: none !important;
	}
	
	.section-summary .container {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.section-summary h2 {
		background: url(../img/img-hat01.png) no-repeat right 40px;
		background-size: 80px;
		font-size: 32px;
		max-width: 280px;
		padding-right: 45px;
	}
	
	.section-summary h2 span {
		font-size: 49px;
	}
	
	.section-summary .classes {
		margin-bottom: 35px;
	}
	
	.section-summary .bonuses h3 img {
		right: 5px;
	}

	.section-summary .col-md-6 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.section-summary .bonuses p.last {
		height: auto;
	}

	.section-view-schedules .container {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.section-view-schedules h2 {
		font-size: 30px;
		margin-bottom: 00px;
	}
	
	.section-view-schedules .quick-sched {
		text-align: center;
	}
	
	.section-view-schedules .quick-sched .heading {
		margin-top: 40px;
	}
	
	.section-view-schedules .quick-sched .pull-left,
	.section-view-schedules .quick-sched .pull-right {
		float: none !important;
	}
	
	.section-view-schedules .quick-sched span {
		display: block;
	}

	.section-view-schedules .full-sched {
		margin-top: 40px;
	}
	
	.section-view-schedules .full-sched h3 {
		padding: 15px 10px;
		font-size: 16px;
	}
	
	.section-view-schedules .full-sched .session h3,	
	.section-view-schedules .night-class .session h3 {
		/*height: 64px;*/
	}
	
	.section-view-schedules .full-sched .session p {
		height: 92px;
	}
	
	.section-view-schedules .full-sched .gray {
		padding: 15px 10px;
	}
	
	.section-view-schedules .full-sched .white {
		padding: 15px 10px;
	}
	
	.section-view-schedules .full-sched span {
		display: block;
		font-size: 14px;
	}

	.section-pricing .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

    .section-pricing .text-or {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* fbpa get engagement page formatting ===================================================================== */

    .section-fbpa-get-engagement .price-table {
        margin-top: 40px;
    }

    .section-fbpa-get-engagement .price-table .table-body {
        margin: 0px auto 40px;
        padding: 15px;
        background: #fff;
        max-width: 300px;
    }

    .section-fbpa-get-engagement .price-table .table-body .col-sm-8 .col-sm-3 {
        background: none;
        padding-top: 0px;
        padding-bottom: 0px;
        border-right: none;
        border-bottom: none;
    }

    .section-fbpa-get-engagement .price-table .table-body .col-sm-8 .col-sm-6 {
        background: none;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }
    
    /* facebook basics coaching formatting ======================================================================= */
    
    .section-header-fb-basics-coaching .container {
        padding-bottom: 360px;
        text-align: center;
    }
    
    .section-header-fb-basics-coaching .container.promo-pricing {
        padding-top: 55px;
    }

    .section-header-fb-basics-coaching .container.promo-pricing .promo-banner {
        position: relative;
        right: auto;
        margin-bottom: 30px;
    }
    
    .section-header-fb-basics-coaching .container.promo-pricing .promo-badge {
        top: auto;
        bottom: 262px;
        right: 0px;
        left: 0px;
    }
    
    .section-header-fb-basics-coaching .heading {
        max-width: none;
    }
    
    .section-header-fb-basics-coaching h1 {
        font-size: 47px;
        line-height: 40px;
    }

    .section-header-fb-basics-coaching h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .section-header-fb-basics-coaching .woman-on-laptop {
        right: 0px;
        left: 0px;
        max-width: 400px;
        width: 100%;
    }

    .section-coaching-sessions {
		background: url(../bg/bg-woman-on-headset01.jpg) no-repeat center center;
		background-size: cover;
        display: block;
	}
	
	.section-coaching-sessions .left-column {
		background: rgba(255,255,255,0.9);
        display: block;
	}
	
	.section-coaching-sessions .left-content {
		padding: 60px 0px 40px 0px;
		max-width: none;
	}

    .section-will-help-you .container {
        position: relative;
        padding-top: 40px;
        padding-bottom: 410px;
    }

    .section-will-help-you h2 {
        font-size: 26px;
    }

    .section-will-help-you img {
        right: 0px;
        left: 0px;
        bottom: 0px;
        width: 100%;
        max-width: 290px;
    }

    .section-will-help-you ul {
        margin: 35px 0px 10px 0px;
    }
    
    .section-will-help-you .pull-left,
    .section-will-help-you .pull-right {
        float: none !important;
    }

    .section-special-offer .container {
        padding-top: 50px;
        padding-bottom: 230px;
    }
    
    .section-special-offer img {
        left: 0px;
        width: 100%;
        max-width: 320px;
    }

    .section-fbpa-coaching-pricing h2 {
        font-size: 36px;
    }

    .section-fbpa-coaching-pricing .text-limited-slots {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    .section-fbpa-coaching-pricing .pricing-box {
        padding: 20px 5px 40px;
    }

    .section-fbpa-coaching-pricing h3 {
        font-size: 20px;
    }

    .section-fbpa-coaching-pricing .shadow-box h4 {
        font-size: 16px;
    }

    .section-fbpa-coaching-pricing .shadow-box p {
        font-size: 14px;
    }

    .section-fbpa-coaching-pricing .shadow-box h5 {
        font-size: 22px;
    }

    .section-fbpa-coaching-pricing .btn-add-to-cart {
        font-size: 18px;
    }

}

@media (max-width: 480px) {

	#header-toggle-logo {
		width: 77%;
	}
	
	.section-shaklee-needs .right-content {
	    padding: 0px 0px 0px;
	}

	.section-shaklee-needs .container {
	    padding: 0px 15px 0px;
	}

	.section-shaklee-needs h2 {
	    line-height: 1.2;
	}

	.section-bad-news .container {
	    padding-top: 0px;
	    padding-bottom: 30px;
	}

	.section-shaklee-needs .right-content {
	    padding: 0px 0px 35px;
	}

	.section-bad-news img {
	    padding-left: 60px;
	}

	.section-course-different ul {
	    margin-left: 0px;
	}

	.section-great-reasons ul {
	    padding-left: 0px;
	}

	.section-shaklee-needs h2 {
	    font-size: 20px;
	}

	.section-summary .bonuses p.last, .section-summary .classes p.last {
	    height: auto;
	}

}

