
@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;
    font-weight: 700;
}

.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-living-room01.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: 15px;
	padding-bottom: 70px;
	position: relative;
}

.section-index-header .badge-save {
	position: absolute;
	left: 525px;
	top: 50px;
    z-index: 3;
}

.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: 41px;
	max-width: 500Px;
	padding-right: 137px;
	margin-bottom: 0px;
}

.section-index-header h1 span {
	display: block;
	font-size: 90px;
	color: #0077b5;
}

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

.section-index-header .text-learn-to-unlock {
	font-size: 16px;
	margin-bottom: 15px;
}

.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: 0px auto;
    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: #0077b5;
    font-size: 31px;
    padding: 20px 10px;
}

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

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

.section-quick-class-schedule {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #0077b5;
	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: #222629;
	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: #fff;
	background: #dd4631;
	padding: 15px 20px;
	border-radius: 0px;
}

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

.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,
.section-are-you .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: #f1f1f1;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.section-are-you .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-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.section-are-you .right-column {
	background: url(../bg/bg-woman-on-tablet01.jpg) no-repeat top center;
	background-size: cover;
}

.section-are-you .left-column {
	background: #f1f1f1;
}

.section-are-you .left-content {
	padding: 70px 0px 50px 0px;
	max-width: 555px;
}

.section-are-you h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 30px;
}

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

.section-are-you p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-youll-discover,
.section-youll-discover .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: #fafafa;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.section-youll-discover .right-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-end;
    -moz-align-items: flex-end;
    align-items: flex-start;
}

.section-youll-discover .left-column {
	background: url(../bg/bg-woman-on-tablet02.jpg) no-repeat top center;
	background-size: cover;
}

.section-youll-discover .right-column {
	background: #fafafa;
}

.section-youll-discover .right-content {
	padding: 70px 0px 50px 0px;
	max-width: 555px;
}

.section-youll-discover h2 {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 48px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.section-youll-discover p {
	line-height: 36px;
	margin-bottom: 30px;
}

.section-youll-discover ul {
	margin: 0px 0px 35px 20px;
}

.section-youll-discover ul li {
	margin: 15px 0px;
    font-size: 18px;
}

.section-youll-discover ul li i {
	color: #0077b5;
    font-size: 12px;
    line-height: 22px;
    margin-right: 10px;
}

.section-why-linkedin,
.section-why-linkedin .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: #f1f1f1;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.section-why-linkedin .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-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.section-why-linkedin .right-column {
	background: url(../bg/bg-linkedin-users01.png) no-repeat center center;
	background-size: contain;
}

.section-why-linkedin .left-column {
	background: #f1f1f1;
}

.section-why-linkedin .left-content {
	padding: 70px 0px 50px 0px;
	max-width: 555px;
}

.section-why-linkedin h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 30px;
}

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

.section-why-linkedin p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-did-you-know,
.section-did-you-know .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: #0077b5;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #fff;
}

.section-did-you-know .right-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-end;
    -moz-align-items: flex-end;
    align-items: flex-start;
}

.section-did-you-know .left-column {
	background: url(../bg/bg-people-connect01.jpg) no-repeat top center;
	background-size: cover;
}

.section-did-you-know .right-column {
	background: #0077b5;
}

.section-did-you-know .right-content {
	padding: 70px 0px 50px 0px;
	max-width: 555px;
}

.section-did-you-know h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 30px;
}

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

.section-did-you-know p {
	line-height: 30px;
	margin-bottom: 30px;
}

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

.section-why-join .container {
	padding-top: 60px;
	padding-bottom: 60px;
    position: relative;
}

.section-why-join h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 30px;
}

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

.section-why-join p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-why-join ol {
    margin: -20px 0px 30px -25px;
}

.section-why-join ol li {
    margin: 5px 0px;
}

.section-why-join img {
    position: absolute;
    top: 260px;
    right: 0px;
    width: 50%;
}

.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: #0077b5;
}

.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;
    color: #0077b5;
}

.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-checkmark-red01.png) no-repeat left 8px;
	padding: 8px 0px 8px 40px;
}

.section-bonuses {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	color: #272727;
	background: #f5f5f5;
	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-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: 18px 0px;
}

.section-bonuses ul li i {
	color: #0077b5;
}

.section-setup-to-win {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #fafafa;
    font-size: 16px;
}

.section-setup-to-win .container {
	padding-top: 60px;
	padding-bottom: 60px;
    position: relative;
}

.section-setup-to-win h2 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 20px;
}

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

.section-setup-to-win p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-setup-to-win ul {
	margin: 0px 0px 35px 20px;
}

.section-setup-to-win ul li {
	margin: 15px 0px;
}

.section-setup-to-win ul li i {
	color: #0077b5;
    font-size: 12px;
    margin-right: 10px;
}

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

.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: #fafafa;
	font-size: 16px;
}

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

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

.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-checkmark-blue01.png) no-repeat left 5px;
	max-width: 110px;
	margin: 0px auto;
	font-size: 16px;
	padding: 6px 0px 6px 30px;
}

.section-this-course,
.section-this-course .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;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.section-this-course .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-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.section-this-course .right-column {
	background: url(../bg/bg-family-on-laptop01.jpg) no-repeat top left;
	background-size: cover;
}

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

.section-this-course .left-content {
	padding: 70px 0px 50px 0px;
	max-width: 555px;
}

.section-this-course h3 {
	font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 48px;
	margin-bottom: 20px;
}

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

.section-this-course p {
	line-height: 30px;
	margin-bottom: 30px;
}

.section-this-course ul {
	margin: 0px 0px 35px 20px;
}

.section-this-course ul li {
	margin: 15px 0px;
    font-size: 16px;
}

.section-this-course ul li i {
	color: #0077b5;
    font-size: 12px;
    margin-right: 10px;
}

.section-money-back {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background: #0077b5;
	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: 75px;
}

.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: 925px;
}

.section-summary h2 span {
	color: #0077b5;
}

.section-summary .clearfix {
	max-width: 980px;
	margin: 80px 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: #0077b5;
}

.section-summary .bonuses h3 {
	background: #dd4631;
	display: block;
	position: relative;
	color: #fff;
}

.section-summary .bonuses h3 img {
	position: absolute;
	top: -6px;
	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: #0077b5;
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

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

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

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

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

.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 {
    background: url(../bg/bg-people-connect02.jpg) no-repeat top center;
    background-size: cover;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #fff;
}

.section-pricing .container {
	padding-top: 80px;
	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 .text-you-must {
    font-size: 24px;
	margin-bottom: 30px;
}

.section-pricing .text-this-course {
	margin-bottom: 60px;
}

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

.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: #0077b5;
	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;
}

/* lma get coaching page formatting ===================================================================== */

.section-header-linkedin-marketing-coaching {
	background: url(../bg/bg-living-room02.jpg) no-repeat top center;
	background-size: cover;
	margin-top: -22px;
}

.section-header-linkedin-marketing-coaching .container.promo-pricing {
	padding-top: 0px;
}

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

.section-header-linkedin-marketing-coaching .container.promo-pricing .promo-banner {
    margin-bottom: 40px;
}

.section-header-linkedin-marketing-coaching .container.promo-pricing .promo-badge {
	position: absolute;
    right: 15px;
    top: 10px;
    z-index: 3;
}

.section-header-linkedin-marketing-coaching .heading {
	background: url(../img/img-linkedin-marketing-icon01.png) no-repeat center right;
    max-width: 580px;
}

.section-header-linkedin-marketing-coaching h1 {
	font-family: 'Proxima Nova Alt Extra Condensed Bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	line-height: 70px;
	color: #0077b5;
	font-size: 123px;
}

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

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

.section-header-linkedin-marketing-coaching .woman-on-computer {
	position: absolute;
    bottom: 0px;
    right: -15px;
    width: 50%;
}

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

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

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

.section-header-linkedin-marketing-coaching .text-save {
    color: #AF0709;
}

.section-header-linkedin-marketing-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-linkedin-marketing-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: #fff;
    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-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

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

.section-coaching-sessions .left-content {
	padding: 90px 0px 80px 10px;
    max-width: 565px;
}

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

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

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

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

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

.section-will-help-you img {
	position: absolute;
	right: -10px;
	bottom: 55px;
    width: 40%;
}

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

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

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

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

.section-special-offer h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
	margin-bottom: 25px;
    color: #0077b5;
}

.section-special-offer img {
	position: absolute;
	left: 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: #0077b5;
}

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

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

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

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

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

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

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

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

.section-lma-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-lma-coaching-pricing .shadow-box h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}

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

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

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

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

.section-lma-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-lma-coaching-pricing .btn-add-to-cart:hover {
	background: #d9ac04;
}

/* lma get branding page formatting ===================================================================== */

.section-lma-get-branding {
	background: #f5f5f5;
	margin-top: -25px;
    font-size: 16px;
}

.section-lma-get-branding .container {
	padding-top: 40px;
	padding-bottom: 80px;
    position: relative;
}

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

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

.section-lma-get-branding .breadcrumb > li a {
    color: #333;
}

.section-lma-get-branding .breadcrumb .active {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #0077b5;
}

.section-lma-get-branding h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #0077b5;
    font-size: 24px;
    margin-bottom: 30px;
}

.section-lma-get-branding p {
	line-height: 26px;
    margin-bottom: 25px;
}

.section-lma-get-branding .text-regular-price {
    font-size: 20px;
	line-height: 28px;
}

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

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

.section-lma-get-branding h4 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
	margin: 0px 0px 25px;
}

.section-lma-get-branding .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-lma-get-branding .btn-add-to-cart:hover {
	background: #d9a51a;
}

.section-lma-get-branding .text-youll-pay {
    font-size: 24px;
}

.section-lma-get-branding .text-no-thanks {
    color: #333;
}

.section-lma-get-branding img {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 50%;
}

/* lma get super page formatting ===================================================================== */

.section-lma-get-super {
	background: #f5f5f5;
	margin-top: -25px;
    font-size: 16px;
}

.section-lma-get-super .container {
	padding-top: 40px;
	padding-bottom: 80px;
    position: relative;
}

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

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

.section-lma-get-super .breadcrumb > li a {
    color: #333;
}

.section-lma-get-super .breadcrumb .active {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #0077b5;
}

.section-lma-get-super h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #0077b5;
    font-size: 24px;
    margin-bottom: 30px;
}

.section-lma-get-super p {
	line-height: 26px;
    margin-bottom: 25px;
}

.section-lma-get-super .text-regular-price {
    font-size: 20px;
	line-height: 28px;
}

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

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

.section-lma-get-super h4 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
	margin: 40px 0px 30px;
}

.section-lma-get-super h5 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
	margin: 0px 0px 30px;
}

.section-lma-get-super ul {
	margin: 0px 0px 35px;
}

.section-lma-get-super ul li {
	margin: 15px 0px;
    font-size: 15px;
}

.section-lma-get-super ul li i {
	color: #0077b5;
    font-size: 12px;
    margin-right: 10px;
}

.section-lma-get-super .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-lma-get-super .btn-add-to-cart:hover {
	background: #d9a51a;
}

.section-lma-get-super .text-youll-pay {
    font-size: 24px;
}

.section-lma-get-super .text-no-thanks {
    color: #333;
}

.section-lma-get-super img {
    position: absolute;
    top: 185px;
    right: 0px;
    width: 50%;
}

/* linked in cover page formatting ===================================================================== */

.section-linkedin-covers {
	background: #f5f5f5;
	margin-top: -25px;
    font-size: 16px;
}

.section-linkedin-covers .container {
	padding-top: 40px;
	padding-bottom: 80px;
    position: relative;
}

.section-linkedin-covers .container.promo-pricing {
    background: url(../img/img-banner-special-offer-promo01.png) no-repeat top right;
}

.section-linkedin-covers .breadcrumb {
	padding: 0px;
    font-size: 13px;
    background: none;
    margin-bottom: 50px;
}

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

.section-linkedin-covers .breadcrumb > li a {
    color: #333;
}

.section-linkedin-covers .breadcrumb .active {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    color: #0077b5;
}

.section-linkedin-covers h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.section-linkedin-covers p {
	line-height: 26px;
    margin-bottom: 25px;
}

.section-linkedin-covers .text-regular-price {
    font-size: 20px;
	line-height: 28px;
}

.section-linkedin-covers .text-regular-price span {
    font-size: 36px;
    text-decoration: line-through;
}

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

.section-linkedin-covers h4 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
	margin: 0px 0px 25px;
}

.section-linkedin-covers .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-linkedin-covers .btn-add-to-cart:hover {
	background: #d9a51a;
}

.section-linkedin-covers .text-youll-pay {
    font-size: 24px;
}

.section-linkedin-covers .text-no-thanks {
    color: #333;
}

.section-linkedin-covers .prod-screenshot {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 50%;
}

@media (min-width: 1200px) {

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

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

	.section-index-header .special-promo .save-badge {
		top: 80px;
		right: 545px;
	}
    
    .section-why-join img {
        right: -120px;
        width: 60%;
    }
    
	.section-view-schedules .container {
		width: 500px;
	}
    
    .section-setup-to-win img {
        right: -165px;
        width: 61%;
    }
	
	/* confirmation formatting ======================================================================= */
	
	.section-what-next .container {
		width: 1220px;
	}
	
    /* lma get coaching page formatting ===================================================================== */

    .section-header-linkedin-marketing-coaching .container.promo-pricing .promo-badge {
        position: absolute;
        right: auto;
        left: -15px;
        top: 85px;
        z-index: 3;
    }
    
    /* lma get branding page formatting ===================================================================== */

    .section-lma-get-branding img {
        right: -150px;
        width: 62%;
    }
    
    /* lma get super page formatting ===================================================================== */

    .section-lma-get-super img {
        right: -150px;
        width: 65%;
    }
    
    /* linked in cover page formatting ===================================================================== */

    .section-linkedin-covers .container.promo-pricing {
        background: url(../img/img-banner-special-offer-promo01.png) no-repeat 755px top;
    }

    .section-linkedin-covers .prod-screenshot {
        right: -150px;
        width: 62%;
    }
    
}

@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;
	}

}

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

    /* lma get coaching page formatting ===================================================================== */
    
    .section-special-offer .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@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: 21.5px;
	}

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

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

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

	.section-summary h2 {
		font-size: 58px;
	}

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

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

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

    /* lma get coaching page formatting ===================================================================== */
    
    .section-header-linkedin-marketing-coaching .heading {
        max-width: 450px;
    }
    
    .section-special-offer .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* 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-learn-to-unlock {
	    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 {
		background: url(../bg/bg-woman-on-tablet01.jpg) no-repeat top center;
		background-size: cover;
	}
	
	.section-are-you .left-column {
		background: rgba(241,241,241,0.9);
	}
	
	.section-are-you .left-content {
		padding: 40px 0px 30px 0px;
		max-width: none;
	}

    .section-are-you h2 {
        font-size: 26px;
        line-height: 38px;
    }

	.section-youll-discover {
		background: url(../bg/bg-woman-on-tablet02.jpg) no-repeat top center;
		background-size: cover;
	}
	
	.section-youll-discover,
    .section-youll-discover .left-column {
        font-size: 20px;
    }
    
    .section-youll-discover .right-column {
		background: rgba(250,250,250,0.9);
	}
	
	.section-youll-discover .right-content {
		padding: 60px 0px 30px 0px;
		max-width: none;
	}

    .section-youll-discover h2 {
        font-size: 26px;
        line-height: 38px;
    }
    
    .section-youll-discover p {
        line-height: 30px;
    }
    
    .section-why-linkedin {
		background: url(../bg/bg-linkedin-users01.png) no-repeat center center;
		background-size: contain;
	}
    
    .section-why-linkedin .left-column {
		background: rgba(241,241,241,0.9);
	}
	
	.section-why-linkedin .left-content {
		padding: 40px 0px 30px 0px;
		max-width: none;
	}

    .section-why-linkedin h2 {
        font-size: 26px;
        line-height: 38px;
    }
    
    .section-did-you-know {
		background: url(../bg/bg-people-connect01.jpg) no-repeat top center;
		background-size: cover;
	}
	
    .section-did-you-know .right-column {
		background: rgba(0,119,181,0.9);
	}
	
	.section-did-you-know .right-content {
		padding: 60px 0px 30px 0px;
		max-width: none;
	}

    .section-did-you-know h2 {
        font-size: 26px;
        line-height: 38px;
    }
    
    .section-why-join .container {
		padding-top: 50px;
        padding-bottom: 300px;
	}
		
    .section-why-join h2 {
        font-size: 26px;
        line-height: 38px;
    }
    
	.section-why-join img {
        top: auto;
        bottom: 10px;
        right: 0px;
        left: 0px;
        width: 100%;
        max-width: 400px;
    }
    
	.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 {
		padding-top: 50px;
        padding-bottom: 260px;
	}
		
    .section-setup-to-win h2 {
        font-size: 26px;
        line-height: 38px;
    }
    
	.section-setup-to-win img {
        top: auto;
        bottom: 10px;
        right: 0px;
        left: 0px;
        width: 100%;
        max-width: 400px;
    }
    
	.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-this-course {
		background: url(../bg/bg-family-on-laptop01.jpg) no-repeat top center;
		background-size: cover;
	}
	
	.section-this-course .left-column {
		background: rgba(241,241,241,0.9);
	}
	
	.section-this-course .left-content {
		padding: 40px 0px 30px 0px;
		max-width: none;
	}
    
    .section-money-back .container {
		padding-top: 30px;
		padding-bottom: 45px;
	    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 .classes p.last,
    .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;
    }
    
	/* confirmation formatting ======================================================================= */

	.section-confirmation-header {
		margin-top: 30px;
	}
	
	.section-confirmation-header .container {
		padding-bottom: 40px;
	}

	.section-confirmation-header .pull-left,
	.section-confirmation-header .pull-right {
		float: none !important;
	}
	
	.section-what-next .pull-left,
	.section-what-next .pull-right {
		float: none !important;
	}
	
	.section-what-next .container {
		padding-top: 65px;
	}
	
	.section-what-next h2 {
		font-size: 30px;
	}
	
    /* linkedin-marketing coaching formatting ======================================================================= */
    
    .section-header-linkedin-marketing-coaching .container {
        padding-bottom: 290px;
        text-align: center;
    }
    
    .section-header-linkedin-marketing-coaching .container.promo-pricing {
        padding-bottom: 360px;
    }

    .section-header-linkedin-marketing-coaching .container.promo-pricing {
    }

    .section-header-linkedin-marketing-coaching .container.promo-pricing .promo-banner {
        position: relative;
        right: auto;
    }
    
    .section-header-linkedin-marketing-coaching .container.promo-pricing .promo-badge {
        top: auto;
        bottom: 255px;
        right: 0px;
        left: 0px;
    }
    
    .section-header-linkedin-marketing-coaching .container.promo-pricing .heading {
        max-width: none;
        padding-top: 50px;
    }
    
    .section-header-linkedin-marketing-coaching .heading {
        background: url(../img/img-linkedin-marketing-icon01.png) no-repeat top center;
        max-width: none;
    }
    
    .section-header-linkedin-marketing-coaching h1 {
        font-size: 60px;
        line-height: 40px;
    }

    .section-header-linkedin-marketing-coaching h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .section-header-linkedin-marketing-coaching .woman-on-computer {
        right: 0px;
        left: 0px;
        max-width: 400px;
        width: 100%;
    }

    .section-coaching-sessions {
		background: url(../bg/bg-coach-jody01.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 50px 0px;
		max-width: none;
	}

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

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

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

    .section-will-help-you ul {
        margin: 35px 0px 10px 0px;
    }

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

    .section-pricing-perspective .container {
        padding-top: 50px;
        padding-bottom: 250px;
    }
    
    .section-pricing-perspective img {
        left: 0px;
        width: 100%;
        max-width: 380px;
    }

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

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

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

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

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

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

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

    /* lma get branding page formatting ===================================================================== */
    
    .section-lma-get-branding .container {
		padding-top: 100px;
        padding-bottom: 290px;
	}
		
	.section-lma-get-branding img {
        top: auto;
        bottom: 10px;
        right: 0px;
        left: 0px;
        width: 100%;
        max-width: 400px;
    }

    /* lma get super page formatting ===================================================================== */
    
    .section-lma-get-super .container {
		padding-top: 100px;
        padding-bottom: 297px;
	}
		
	.section-lma-get-super img {
        top: auto;
        bottom: 10px;
        right: 0px;
        left: 0px;
        width: 100%;
        max-width: 400px;
    }

    /* linked in cover page formatting ===================================================================== */

    .section-linkedin-covers .container {
		padding-top: 100px;
        padding-bottom: 290px;
	}
		
    .section-linkedin-covers .container.promo-pricing {
		padding-top: 180px;
        background: url(../img/img-banner-special-offer-promo01.png) no-repeat center 60px;
    }

    .section-linkedin-covers .prod-screenshot {
        top: auto;
        bottom: 10px;
        right: 0px;
        left: 0px;
        width: 100%;
        max-width: 400px;
    }

}

@media (max-width: 480px) {

	#header-toggle-logo {
		width: 77%;
	}
	
	.section-summary .bonuses p.last, .section-summary .classes p.last {
	    height: auto;
	}

}

