/* sec-a */
.creg-sec-a {
	background: linear-gradient(180deg, #27A9E0 0%, #1C75BB 100%);
	padding: 40px 0 250px;
}
.creg-sec-a h1 {
	font-size: 52px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	color: #fff;
}
.creg-sec-a p {
	margin: 20px auto;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
@media(max-width: 767px) {
	.creg-sec-a {
	    padding: 20px 0 120px;
	}
	.creg-sec-a h1 {
		font-size: 32px;
	}
	.creg-sec-a p {
		font-size: 22px;
		width: 100%;
	}
}

/* sec-b */
.creg-sec-b {
	background-color: #fff;
}
.creg-sec-b .creg-video-container {
	display: flow-root;
	position: relative;
}
.creg-sec-b .creg-video {
	max-height: 433px;	
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
	margin-top: -215px;
}
.creg-sec-b .creg-video-container > p {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 10px;
	max-width: 170px;	
	color: #757575;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 18px;	
	font-weight: 900;
}
.creg-sec-b .creg-video-container > p:before {
    position: absolute;
    content: "";
    background-image: url(../images/course-landing/general/arrow-right.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: -45px;
    left: -20px;
    display: block;
    width: 35px;
    height: 60px;
}
@media(min-width: 1399px) {
	.creg-sec-b .creg-video-container > p {
		left: 6%;	
	}
}
@media(max-width: 1199px) and (min-width: 992px) {
	.creg-sec-b .creg-video-container > p {
		max-width: 8%;
	}
}
@media(max-width: 991px) {
	.creg-sec-b .creg-video-container > p, 
	.creg-sec-b .creg-video-container > p:before {
		position: static;
	}
}
@media(max-width: 767px) {
	.creg-sec-b .creg-video {
		margin-top: -100px;
	}
	.creg-sec-b .creg-video-container > p {
		font-size: 14px;
	}
}

.creg-testimonial {
    margin: 70px auto;
    max-width: 1170px;
}
.creg-testimonial .creg-testimonial-img {
	float: left;
	width: 25%;
	text-align: center;
}
.creg-testimonial .creg-testimonial-img img {
	max-width: 100%;
	height: auto;
}
.creg-testimonial .creg-testimonial-content {
	float: left;
	width: 75%;
	padding-left: 20px;
}
.creg-testimonial .creg-testimonial-content > p {
	color: #424242;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 42px;	
	font-weight: 300;
	margin: 0;
	position: relative;	
    padding-top: 60px;
    padding-bottom: 30px;
}
.creg-testimonial .creg-testimonial-content > p:before {
    position: absolute;
    content: "";
    background-image: url(../images/course-landing/general/quotes.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: 0;
    left: 0;
    display: block;
    height: 40px;
    width: 50px;
}
@media(max-width: 767px) {
	.creg-testimonial {
		margin: 40px 0;
	}
	.creg-testimonial .creg-testimonial-img, 
	.creg-testimonial .creg-testimonial-content {
		width: 100%;
		float: none;
	}
	.creg-testimonial .creg-testimonial-content > p {
		font-size: 24px;
		padding-top: 35px;
		margin-top: 20px;
	}
	.creg-testimonial .creg-testimonial-content > p:before {
		background-size: 75%;
	}
}

/* sec-c */
.creg-sec-c {
	background: linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 100%);
	padding: 40px 0 250px;
}
.creg-sec-c p, 
.creg-sec-c li {
	color: #424242;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 24px;	
	font-weight: 300;
}
.creg-sec-c h3.creg-video-title {
	color: #424242;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 32px;	
	font-weight: 900;
}
.creg-sec-c .creg-video {
	max-height: 321px;
	max-width: 770px;
	text-align: center;
	margin: 0 auto;
}
@media(max-width: 767px) {
	.creg-sec-c {
		padding: 20px 0 170px;
	}
	.creg-sec-c p, 
	.creg-sec-c li {
		font-size: 20px;
	}
	.creg-sec-c h3.creg-video-title {
		font-size: 24px;
	}
}

/* sec-d */
.creg-sec-d {
	background-image: linear-gradient(rgba(22, 100, 135, .75), rgba(22, 100, 135, .75)), url("../images/course-landing/general/bg.png"); /*url("../images/course-landing/general/bg.png");*/
	background-size: cover;
    background-repeat: no-repeat;
	padding: 60px 0;
}
.creg-sec-d .creg-sec-d-logo {
	text-align: center;
	margin: 0 auto;
	margin-top: -185px;
}
.creg-sec-d .creg-sec-d-logo img {
	max-width: 100%;
	height: auto;
}
.creg-sec-d h3 {
	color: #fff;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 42px;	
	font-weight: 300;
	text-align: center;
	margin: 30px 0 0;
}
@media(max-width: 767px) {
	.creg-sec-d {
	    padding: 45px 0;
	}
	.creg-sec-d h3 {
		font-size: 28px;
	}
}

/* sec-e */
.creg-sec-e {
	background-color: #fff;
	padding: 60px 0;
}
.creg-sec-e p,
.creg-sec-e ul {
	color: #424242;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 24px;	
	font-weight: 300;
}
.creg-sec-e ul li {
	margin: 0 0 10px;
}
.creg-sec-e .m-joel-a img {
    float: right;
    margin: 0 0 25px 25px;
}
@media(max-width: 767px) {
	.creg-sec-e p,
	.creg-sec-e ul {
		font-size: 20px;
	}
	.creg-sec-e .m-joel-a img {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
}

/* creg-instructors-sec */
.creg-instructors-sec {
    background: linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 100%);
    padding: 60px 0;
    color: #424242;
}
.creg-instructors-top h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3em;
    margin: 0 0 40px;
}
.creg-instructors-top p {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}
.creg-instructors-top h3 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    margin: 40px 0 60px;
}

.creg-instructor {
    display: flex;
    margin-bottom: 60px;
}
.creg-instructor:last-child {
	margin-bottom: 0;
}
.creg-instructor-img {
	width: 274px;
    margin-right: 40px;
    padding-top: 7px;
}
.creg-instructor-img img {
	display: block;
}
.creg-instructor-text h3 {
    font-size: 32px;
    line-height: 41px;
    margin: 0 0 25px;
}
.creg-instructor-text p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    margin: 0 0 25px;
}
@media(min-width: 768px) {
	.creg-instructor:nth-child(even) .creg-instructor-img {
		order: 2;
		margin-right: 0;
		margin-left: 30px;
	}
}
@media(max-width: 767px) {
	.creg-instructors-sec {
		padding-bottom: 40px; 
	}
	.creg-instructor {
	    display: block;
	}
	.creg-instructor:last-child {
		margin-bottom: 0;
	}
	.creg-instructor-img {
	    margin: 0 0 25px;
	}
	.creg-instructors-top h2 {
	    font-size: 32px;
	}
	.creg-instructor-text h3 {
		font-size: 28px;
	}
	.creg-instructors-top p,
	.creg-instructor-text p {
	    font-size: 20px;
	    margin: 0 0 15px;
	}
	.creg-instructor:nth-child(even) .creg-instructor-img {
		-webkit-transform: scaleX(-1);
    	transform: scaleX(-1);
	}
}


/* creg-whatsincludedintro-sec */
.creg-whatsincludedintro-sec {
	background: linear-gradient(180deg, #27A9E0 0%, #1C75BB 100%);
	padding: 40px 0 250px;
}
.creg-whatsincludedintro-sec h2.whatsincludedintro-title {
	color: #fff;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 52px;	
	font-weight: 900;
	text-align: center;
}
.creg-whatsincludedintro-sec p.whatsincludedintro-lead {
	color: #FFFFFF;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 32px;	
	font-weight: 300;
}
.creg-whatsincludedintro-sec p {
	color: #FFFFFF;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 24px;	
	font-weight: 300;
}
@media(max-width: 991px) {
	.creg-whatsincludedintro-sec {
		padding: 40px 0 200px; 
	}
}
@media(max-width: 767px) {
	.creg-whatsincludedintro-sec {
		padding: 20px 0 100px; 
	}
	.creg-whatsincludedintro-sec h2.whatsincludedintro-title {
		font-size: 32px;
	}
	.creg-whatsincludedintro-sec p.whatsincludedintro-lead {
		font-size: 24px;
	}
	.creg-whatsincludedintro-sec p {
		font-size: 20px;
	}
}


/* creg-whatsincluded-sec */
.creg-whatsincluded-sec {
	padding: 40px 0 200px;
}
.creg-whatsincluded-sec .container-fluid {
	max-width: 1640px;
}
.creg-whatsincluded-sec .creg-whatsincluded-img-container {
	display: flow-root;
	position: relative;
}
.creg-whatsincluded-sec .creg-whatsincluded-img {
	margin: 0 auto;
	text-align: center;
	margin-top: -215px;
}
.creg-whatsincluded-sec .creg-whatsincluded-img img {
	max-width: 100%;
	height: auto;
}
.creg-whatsincluded-sec .creg-whatsincluded-img-container > p {
	position: absolute;
    top: -30px;
    left: 10px;
    margin: 0 0 0 10px;
	max-width: 130px;	
	color: #757575;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 18px;	
	font-weight: 900;
}
.creg-whatsincluded-sec .creg-whatsincluded-img-container > p:before {
    position: absolute;
    content: "";
    background-image: url(../images/course-landing/general/arrow-down.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: -30px;
    left: -30px;
    display: block;
    width: 35px;
    height: 60px;
}
@media(max-width: 1449px) {
	.creg-whatsincluded-sec .creg-whatsincluded-img-container > p, 
	.creg-whatsincluded-sec .creg-whatsincluded-img-container > p:before {
		position: static;
	}
	.creg-whatsincluded-sec .creg-whatsincluded-img-container > p {
		max-width: none;
	}
}
@media(max-width: 991px) {
	.creg-whatsincluded-sec .creg-whatsincluded-img {
		margin-top: -170px;
	}
}
@media(max-width: 767px) {
	.creg-whatsincluded-sec {
		padding: 20px 0 100px;
	}
	.creg-whatsincluded-sec .creg-whatsincluded-img {
		margin-top: -100px;
	}
}

/* creg-whatsincludedbonus-sec */
.creg-whatsincludedbonus-sec {
	background: linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 100%);
	padding-bottom: 60px;
}
.creg-whatsincludedbonus-btn-container {
	display: flow-root;
}
.creg-whatsincludedbonus-btn {
	background-color: #1C75BB;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	margin-top: -45px;
}
.creg-whatsincludedbonus-btn p,
.creg-whatsincludedbonus-btn a {
	color: #fff;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 24px;	
	font-weight: 900;
}
.creg-whatsincludedbonus-btn a {
	text-decoration: underline;
}
.creg-whatsincludedbonus-desc h2 {
	color: #27A9E0;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 52px;	
	font-weight: 900;
	text-align: center;
	margin: 40px 0 0;
}
.creg-whatsincludedbonus-desc p {
	color: #424242;	
	/*font-family: "Open Sans", sans-serif;*/
	font-size: 22px;	
	font-weight: 300;
    margin: 15px 0 0;
    text-align: center;
}
.creg-whatsincludedbonus-img {
	text-align: center;
	margin: 75px 0;
}
.creg-whatsincludedbonus-img img {
	max-width: 100%;
	height: auto;
}
@media(max-width: 767px) {
	.creg-whatsincludedbonus-desc h2 {
		font-size: 32px;
	}
	.creg-whatsincludedbonus-desc p {
		font-size: 20px;
	}
}

/* .creg-sec-joel */
.creg-sec-joel {
    background-color: #F5F5F5;
    padding: 80px 0;
    color: #424242;
}
.creg-sec-joel h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1;
    margin: 0 0 30px;
}
.creg-joel-inner img {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}
.creg-joel-inner p {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 25px;
}
.creg-joel-inner p:last-child {
	margin-bottom: 0;
}
@media(max-width: 767px) {
	.creg-sec-joel {
		padding: 40px 0;
	}
	.creg-sec-joel h2 {
	    font-size: 32px;
	}
	.creg-joel-inner img {
        margin: 0 0 20px 20px;
    	width: 150px;
	}
	.creg-joel-inner p {
	    font-size: 20px;
	    line-height: 1.5;
	}
}

/* Course Landing B */
.cregb-top-sticky-bar-container {
	background: linear-gradient(180deg, #27A9E0 0%, #1C75BB 100%);
    box-shadow: 0 0 15px 0px #000;
    color: #fff;
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
    padding: 15px;
    display: none;
}
.cregb-top-sticky-bar ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.cregb-top-sticky-bar ul li {
	display: inline-block;
	font-size: 16px;
}
@media(max-width: 767px) {
	.cregb-top-sticky-bar ul li {
		font-size: 14px;
	}
	.page-template-template-course-b .creg-logo {
		padding: 0;
	}
	.page-template-template-course-b .creg-brought-to-you-by {
		display: none;
	}
}
.cregb-top-sticky-bar ul li:not(:last-child) {
	margin-right: 10px;
}
.cregb-top-sticky-bar ul li a {
	text-decoration: none;
	color: #eee;
}
.cregb-top-sticky-bar ul li a:hover {
	opacity: 0.75;
}
.cregb-hero.slanted-hero:after {
	/*background: #27A9E0;*/
}

.cregb-hero.insiders-list-hero {
	padding: 70px 0 100px;
}
.cregb-hero-title {
	text-align: left;
}
.cregb-hero-title h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}
.cregb-hero-title span {
	display: block;
	line-height: 1;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    color: #27A9E0;
}
.cregb-hero-subtitle {
	text-align: left;
}
.cregb-hero-subtitle h2 {
	margin: 0;
	font-weight: normal;
}
.cregb-hero-cta {
	margin-top: 30px;
	text-align: left;
}
.cregb-hero-img img {
	max-width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    transform: scale(1.15);
    top: 30px;
    left: 60px;
}
.cregb-video-container {
	position: relative;
	z-index: 9;
}
.cregb-video-container > p:before {
    position: absolute;
    content: "";
    background-image: url(../images/course-landing/general/arrow-right.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: 15px;
    right: -30px;
    display: block;
    width: 35px;
    height: 50px;
    transform: rotate(130deg);
}
.cregb-video-container > p {
    position: absolute;
    top: -75px;
    right: 30px;
    margin: 0;
    max-width: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}
.cregb-video-container .creg-video .cregb-video-thumbnail {
	position: relative;
	display: block;
}
.cregb-video-container .creg-video .cregb-video-thumbnail img {
	max-width: 100%;
	/*filter: opacity(90%) brightness(90%);*/
}
@media(min-width: 992px) {
	.cregb-video-container .creg-video .cregb-video-thumbnail img {
		transform: translate(25px, 25px);		
	}
}
.cregb-video-container .creg-video .cregb-video-thumbnail:after {
	position: absolute;
    content: "";    
	opacity: 0.85;
    background-image: url(../images/play-rectangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 110px;
    display: block;
    left: 50%;
    margin-left: -35px;
    top: 60%;
    margin-top: -35px;
    filter: brightness(150%);
}
.cregb-video-container .creg-video .cregb-video-thumbnail:hover:after {
	transition: filter ease 0.2s;
    filter: brightness(175%);
}


.cregb-bottom-sticky-bar-container {
	background: linear-gradient(180deg, #27A9E0 0%, #1C75BB 100%);
    box-shadow: 0 0 15px 0px #000;
    color: #fff;
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 9;
    bottom: 0px;
    padding: 15px;
}
.cregb-bottom-sticky-bar p {
	font-weight: bold;
}
.cregb-bottom-sticky-bar p span {
	font-weight: 300;
}

.cregb-bottom-sticky-bar p, 
.cregb-bottom-sticky-bar-script {
	display: block;
	position: relative;
}

@media(max-width: 1499px) {
	.cregb-hero-title h1 {
		font-size: 34px;
		line-height: 1;
	}
	.cregb-hero.insiders-list-hero {
		padding: 40px 0 80px;
	}
}
@media(min-width: 992px) {
	.cregb-hero-title {
		max-width: 48%;
	}
}
@media(max-width: 991px) {
	.cregb-hero .insiders-list-hero-col:not(:last-child) {
		margin-bottom: 0;
	}
	.cregb-hero-img img {
	    transform: scale(1);
	    left: auto;
	    top: 60px;
	}
	.cregb-video-container {
		margin-top: 30px;
	}
	.cregb-video-container > p {
	    font-size: 14px;
	    max-width: 100px;
	}
}
@media(max-width: 767px) {
	.cregb-hero-title h1 {
		font-size: 30px;
	}
	.cregb-bottom-sticky-bar-container {
		display: none;
	}
}