/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800');

@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: normal;
	src: local('Bebas Neue'), url('/assets/BebasNeue.woff') format('woff');
}
 
html {
	font-size: 62.5% !important;	/* 1rem = 10px */
}

::selection {
	background: #000;
	color: #fff;
}

body, p {
	font-size: 2rem;			/* = 20px */
	line-height: 3rem;		/* = 30px */
	font-weight: 400;
	color: rgba(0,0,0,.9);
}

h1 {
	font-size: 5rem;			/* = 50px */
	font-weight: 700;
	line-height: 6rem;
	padding-bottom: 4rem;
}

h2 {
	font-size: 4.0rem;		/* = 40px */
	font-weight: 700;
	line-height: 4.8rem;
	padding-bottom: 4rem;
}

h3 {
	font-size: 3.0rem;		/* = 30px */
	font-weight: 700;
	line-height: 3.8rem;
	padding: 1rem 0 4rem;
}

h4 {
	font-size: 2.4rem;		/* = 24px */
	font-weight: 700;
	line-height: 3.2rem;
	padding: 1rem 0 3rem;
}

p {
	padding-bottom: 3rem;	/* = 30px */
}

p strong {
	font-weight: 800;
}

p:last-of-type {
	padding-bottom: 3rem;
}

a {
	color: #0f8ec7;
	font-weight: 400;
	text-decoration: underline;
}

#main-header {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0);
}

#main-content ul, #main-content ol {
	margin-left: 3rem;
	padding: 0 0 0.5em 1em;
	list-style-position: outside;
}

#main-content ul li, #main-content ol li {
	margin-bottom: 3rem;
	padding-left: 0.5em;
	line-height: 3.2rem;
}

#main-content ul li .space-below, #main-content ol li .space-below {
}

#main-content ul li p:last-of-type, #main-content ol li p:last-of-type {
	padding: 3rem 0 0;
}

.page .main-content {
	padding-top: 0;
}

.headshot {
	border: 0;
	border-radius: 20rem;
}


/* -------------------------------------------------------
	TOP NAVIGATION
------------------------------------------------------- */

#top-menu li {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	padding-right: 25px;
}

#top-menu li a {
	color: #666;
	font-weight: 700 !important;
}

#top-menu li a:hover {
	color: #000;
	opacity: 1 !important;
}

#top-menu li ul li {
	line-height: 1.6em;
	padding: 0 10px;
}

#top-menu li ul li a {
	font-size: 1.3rem;
	color: #666;
	width: 220px;
	padding: 10px 10px;
}

#top-menu li ul li a:hover {
	color: #000;
	background: 0 !important;
}

#top-menu li.current-menu-item > a, #top-menu li.current-menu-ancestor > a {
	color: #6D36C0;
}

#top-menu li.current-menu-item > a:hover {
	opacity: 1;
}

.et-search-form input {
	font-size: 2rem !important;
	font-weight: 700;
	padding: 0 1rem .5rem 1rem;
	border-bottom: 3px solid #FFCF00;
}


/* -------------------------------------------------------
	LAYOUT
------------------------------------------------------- */

.normal-section {
	padding: 0 !important;
	max-width: 80rem !important;
}


/* -------------------------------------------------------
	PAGE TITLES
------------------------------------------------------- */

.page-title {
	background: #16122B;
	margin-bottom: 8rem;
	padding: 4rem 0 4rem;
}

.page-title h1 {
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-bottom: 0;
}

.page-title-minimal {
	padding: 2rem 0 2rem !important;
}

.page-title-minimal h1 {
	text-align: center;
	letter-spacing: -2px;
	text-transform: none;
	padding-bottom: 0;
}

.page-title-minimal h1:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem auto 2.5rem;
	border: 2px solid #35B8E0;
}

.page-title-minimal h1 .highlight {
	color: #6D36C0;
}

.page-title-minimal h3 {
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	padding: 6rem 0 0;
}


/* -------------------------------------------------------
	CTA MODULE
------------------------------------------------------- */

.et_pb_promo_description {
	padding-bottom: 4.6rem;
}


/* -------------------------------------------------------
	BUTTONS
------------------------------------------------------- */

.et_pb_button_module_wrapper .et_pb_button, .wpforms-container button[type="submit"], #workshop .et_pb_button {
	background-color: #6D36C0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.6rem !important;
	font-weight: 700 !important;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 1.4rem 2.5rem !important;
	border: 1px solid #6D36C0 !important;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

.et_pb_button_module_wrapper .et_pb_button:hover, .wpforms-container button[type="submit"]:hover {
	background-color: #000;
	color: #fff;
	border-color: #000 !important;
	padding: 1.4rem 2.5rem !important;
}

.border-only {
	background-color: transparent !important;
	color: #6D36C0 !important;
	text-decoration: none;
	border: 1px solid #6D36C0 !important;
}

.border-only:hover {
	background-color: #000 !important;
	color: #FFF !important;
	text-decoration: none;
	border: 1px solid #000 !important;
}

.white {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #111 !important;
	text-decoration: none;
}

.white:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.black {
	background-color: #000 !important;
	color: #fff !important;
	text-decoration: none;
	border-color: #000 !important;
}


/* -------------------------------------------------------
	DIVIDERS
------------------------------------------------------- */

.divider {
	margin: 0 0 2rem 0;
	max-width: 12rem;
	height: 40px;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-top-color: rgba(0,0,0,.1);
	border-top-width: 4px;
	box-sizing: content-box;
}

.center {
	margin: 0 auto;
}

.blue {
	border-top-color: #35B8E0;
}

.white {
	border-top-color: #fff;
}

.yellow {
	border-top-color: #FFCF00;
}


/* -------------------------------------------------------
	FORMS
------------------------------------------------------- */

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

input[type="text"], input[type="email"], select, textarea, input[type="tel"], input[type="url"] {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	font-size: 2rem;
	line-height: 3.2rem;
	border: 1px solid #ccc;
	padding: 1rem;
	height: 5rem;
	width: 100%;
}

textarea {
	height: 20rem !important;
}

input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus, input[type="tel"]:focus, input[type="url"]:focus {
	border-color: #000;
}

.wpforms-container .wpforms-submit-container {
	padding: 3rem 0 0 0;
}


/* -------------------------------------------------------
	HOME
------------------------------------------------------- */

/* HERO */

.home #hero {
	background-color: #16122B;
	padding: 7rem 0 5rem !important;
}

.home #hero .intro {
	padding: 0 0 3rem;
}

.home #hero .intro .et_pb_text {
	max-width: 62rem;
}

.home #hero h1 {
	font-size: 5.8rem;
	font-weight: 700;
	line-height: 6rem;
	color: #fff;
	letter-spacing: -1px;
	padding-bottom: 0;
}

.home #hero h2 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 3.6rem;
	color: #4C97CC;
	text-transform: uppercase;
	padding-bottom: 4rem;
}

.home #hero p {
	font-weight: 300;
	color: #fff;
	padding-bottom: 2.5rem;
	max-width: 58rem;
}

.home #hero .et_pb_button {
	padding: 1.4rem 3rem !important;
	font-size: 1.8rem !important;
}


/* MEDIA LOGOS */

.home #media-logos {
	padding: 3rem 0 !important;
	border-bottom: 1px solid #ddd;
}


/* PRODUCTS */

.home #products {
	padding: 13rem 0 9rem;
}

.home #products.nln {
	padding: 9rem 0 13rem;
}

.home #products .et_pb_row {
	padding: 0;
}

.home #products .htgp, .home #products .nln {
	padding-bottom: 8rem;
}

.home #products .htgp .et_pb_module , .home #products .nln .et_pb_module {
	margin-bottom: 0;
}

.home #products .et_pb_promo_description h2 {
	font-weight: 700 !important;
	color: #222;
	text-align: center;
	line-height: 5rem;
	padding-bottom: 3.5rem;
}

.home #products .et_pb_promo_description h2:after {
	margin: 0;
	border: 0;
}

.home #products .prehead {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 3rem !important;
	line-height: 4rem;
	font-weight: 300;
	text-align: center !important;
	text-transform: uppercase;
	padding-bottom: 2.5rem;
	margin-top: 1.5rem;
}

.home #products .prehead:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem auto;
	border: 2px solid #35B8E0;
}

.home #products.nln .et_pb_module, .home #products.htgp-quiz .et_pb_module {
	margin-bottom: 0;
}

.home #products.htgp-quiz h2, .home #products.nln h2 {
	font-weight: 700 !important;
	color: #222;
	text-align: left;
	line-height: 5rem;
	padding-bottom: 3.5rem;
}

.home #products.htgp-quiz h2:after, .home #products.nln h2:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem 0;
	border: 2px solid #35B8E0;
}

.home #products.htgp-quiz .prehead, .home #products.nln .prehead {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 3rem !important;
	line-height: 4rem;
	font-weight: 300;
	text-align: left !important;
	text-transform: uppercase;
	padding-bottom: 2.5rem;
	margin-top: 0;
}

.home #products.htgp-quiz .prehead:after, .home #products.nln .prehead:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem 0;
	border: 2px solid #35B8E0;
}

.home #products .et_pb_promo_description p {
	line-height: 3rem;
}


/* ACCELERATE BOOK */

.home .accelerate-book {
	background: #EBF0F5 !important;
	padding: 13rem 0 !important;
}

.home .accelerate-book .et_pb_row {
	padding: 0;
}

.home .accelerate-book h2 {
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-bottom: 0.5rem;
}

.home .accelerate-book h3 {
	font-weight: 300;
	letter-spacing: -0.5px;
	padding: 0 0 4rem;
}

.home .accelerate-book .et_pb_button_module_wrapper {
	margin-right: 2rem;
	margin-bottom: 2rem !important;
	float: left;
}

.home .accelerate-book .et_pb_button_module_wrapper:last-of-type {
	margin-right: 0;
}

.home .accelerate-book .et_pb_button_module_wrapper .et_pb_button {
	width: 23rem;
	max-width: 23rem;
}

.home .accelerate-book .headshot {
	width: 80px;
	height: 80px;
	margin-bottom: 1rem !important;
}

.home .accelerate-book .quote {
	font-size: 2rem !important;
	font-weight: 400;
	font-style: italic;
	color: #000;
	line-height: 2.8rem !important;
	text-align: center;
	padding-bottom: 2rem !important;
}

.home .accelerate-book .author {
	font-size: 1rem !important;
	font-weight: 300;
	line-height: 1.8rem !important;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5rem;
}

.home .accelerate-book .author .name {
	font-size: 1.2rem;
	font-weight: 700;
}


/* ABOUT MAY */

.home #about-may {
	padding: 15rem 0;
}

.home #about-may .et_parallax_bg {
	background-position: top right;
	background-size: contain;
}

.home #about-may .prehead {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 4rem;
	font-weight: 300;
	line-height: 4.8rem;
	padding-bottom: 0;
}

.home #about-may h2 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-bottom: 4rem;
}

.home #about-may h2:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem 0;
	border: 2px solid #35B8E0;
}

.home #about-may p:last-of-type {
	padding-bottom: 5rem;
}


/* TESTIMONIALS */

.home #testimonials-slider .heading {
	background: transparent;
	padding: 10rem 0 0;
	z-index: 11;
}

.home #testimonials-slider .heading .header-content {
	margin: 0 auto;
	padding: 0;
}

.home #testimonials-slider .header-logo {
	max-width: 45rem;
}

.home #testimonials-slider .heading h2 {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}

.home #testimonials-slider .heading h2:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem auto;
	border: 2px solid #35B8E0;
}

.home #testimonials-slider .testimonials {
	padding: 0 0 10rem;
}

.home #testimonials-slider .et_pb_slide  {
	background-color: transparent !important;
	z-index: 10 !important;
}

.home #testimonials-slider .et_pb_slide_description {
	padding: 10rem 4rem;
	text-shadow: none !important;
}

.home #testimonials-slider .testimonials h2 {
	font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 5.4rem;
	padding-bottom: 3rem;
	z-index: 100;
}

.home #testimonials-slider p {
	padding-bottom: 0;
	line-height: 2.4rem;
}

.home #testimonials-slider .et_pb_testimonial_author {
	margin-top: 0;
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 1.8rem !important;
	font-weight: 300;
	color: #ccc;
	text-transform: uppercase;
}

.home #testimonials-slider .et_pb_testimonial_meta {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 1.6rem !important;
	font-weight: 300;
	color: #ccc;
}

.home #testimonials-slider .et-pb-arrow-next, .et-pb-arrow-prev {
	font-size: 10rem;
	margin-top: -10rem;
	text-decoration: none;
}

.home #testimonials-slider .et-pb-controllers {
	bottom: 8rem;
}


/* FEATURED BLOG POSTS */

.home .featured-blog-posts {
	padding: 9rem 0 0 !important;
}

.home .featured-blog-posts .title h2 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-bottom: 1rem;
}

.home .featured-blog-posts .title h2:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem auto;
	border: 2px solid #35B8E0;
}

.home .featured .et_pb_post {
	padding: 3rem !important;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
}

.home .featured .et_pb_image_container {
	margin: -30px -30px 30px;
	font-size: 2.4rem !important;
	font-weight: 800;
	line-height: 1.4em !important;
	order: 1;
}

.home .featured .entry-featured-image-url {
	margin-bottom: 0;
}

.home .featured .post-meta {
	margin-bottom: 1.4rem;
	font-family: Gotham, Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
	order: 2;
}

.home .featured .post-meta a {
	color: #0f8ec7;
	font-weight: 600;
}

.home .featured .et_pb_post h2 {
	font-size: 2rem !important;
	line-height: 2.8rem !important;
	margin-bottom: 2rem;
	padding-bottom: 0;
	order: 3;
}

.home .featured .entry-title a {
	font-weight: 700;
}

.home .featured .post-content {
	display: flex;
	flex-direction: column;
	order: 4;
}

.home .featured .post-content p {
	font-size: 1.6rem;
	color: #222;
	line-height: 2.4rem;
	margin-bottom: 3rem;
	flex: 1 0 auto;
}

.home .featured p:last-of-type {
	padding-bottom: 0;
}

.home .featured .more-link {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 14rem;
	padding: 1rem 1rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

.home .featured .more-link:hover {
	border: 1px solid #000;
}


/* -------------------------------------------------------
	START HERE
------------------------------------------------------- */

#start-here {
	padding: 0;
}

#start-here .start-here-section {
	max-width: 80rem !important;
}

#start-here.title {
	background-color: #16122B;
	margin-bottom: 4rem;
	padding: 6rem 0;
}

#start-here .intro {
	padding: 3rem 0;
}

#start-here .intro .et_pb_text {
	max-width: 55rem;
}

#start-here .intro h1 {
	font-size: 5rem;
	font-weight: 600 !important;
	line-height: 1.1em;
	text-align: left;
	padding-bottom: 2rem;
}

#start-here h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 300 !important;
	text-align: left;
	line-height: 1.6em;
	padding-bottom: 3rem;
}

#start-here h2:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 2.5rem 0;
	border: 2px solid #0F8EC7;
}

#start-here h3 {
	font-size: 3.4rem;
	font-weight: 700 !important;
	line-height: 1.3em;
	padding: 1rem 0 4rem;
}

#start-here.title p {
	font-weight: 300;
	color: #FFF;
}

#start-here .et_pb_blurb .et_pb_main_blurb_image {
	margin-bottom: 0;
}

#start-here .et_pb_blurb .et-pb-icon {
	color: #0F8EC7;
}

#start-here .et_pb_blurb h3 {
	font-family: 'Roboto', Gotham, Arial, sans-serif;
	font-weight: 700 !important;
	line-height: 1.3em;
	padding-top: 0;
}

#start-here .blog-opt-in {
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: linear-gradient(45deg, rgb(0, 102, 204), rgb(82, 181, 213));
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	fill: rgb(0, 102, 204);
	padding: 4rem;
	margin: 2rem auto;
	box-shadow: rgb(207, 216, 220) 1px 7px 30px;
	border-style: solid;
	border-radius: 3px;
	border-width: 0px;
}

#start-here .blog-opt-in p {
	font-size: 2.4rem !important;
	font-weight: 700;
	color: #FFF;
	line-height: 3.4rem !important;
	text-align: center;
	padding-bottom: 1rem;
}

#start-here .sig {
	font-family: 'Mr De Haviland', cursive;
	font-size: 10rem !important;
	font-weight: 400;
	line-height: 11rem !important;
}


/* -------------------------------------------------------
	ABOUT
------------------------------------------------------- */

#about {
	padding: 0;
}

#about .et_pb_fullwidth_header {
	max-height: 55rem;
	height: 55rem;
}

#about .et_pb_fullwidth_header_container {
	max-height: 55rem;
	height: 55rem;
}

#about h1 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 8rem;
	font-weight: 600 !important;
	color: #FFF;
	line-height: 1.1em;
	letter-spacing: -2px;
	text-align: left;
	text-transform: normal;
	margin-left: -7px;
	padding-bottom: 1.5rem;
}

#about .et_pb_fullwidth_header_subhead {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700 !important;
	color: #FFF;
	line-height: 1.6em;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 1.5rem;
	max-width: 48rem;
}

#about .section-intro {
	margin: 0 auto;
	padding: 0 0 10rem;
	max-width: 80rem !important;
}

#about .about-section.photos img {
	box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.3);
}

#about .intro h1 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 5rem;
	font-weight: 700 !important;
	color: #FFF;
	line-height: 1.1em;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
}

#about .intro h1:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 2rem 0;
	border: 2px solid #0F8EC7;
}

#about .intro h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2.6rem;
	font-weight: 300 !important;
	color: #FFF;
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 0;
}

.about-section {
	padding: 0 0 14rem !important;
}

.about-section.first {
	padding: 0 0 3rem !important;
}

.about-section.media-logos {
	padding: 2rem 0 3rem !important;
	margin: 0 auto 8rem;
	max-width: 120rem;
}

.about-section:last-child {
}


/* -------------------------------------------------------
	PRODUCTS
------------------------------------------------------- */

.page-id-9877 h1 {
	letter-spacing: -2px;
	text-transform: none;
}

#products {
	padding: 0;
}

#products .title {
	background: #211D34;
	margin: 0 0 5rem;
	padding: 5rem 0;
	width: 100% !important;
	max-width: 100% !important;
}

#products h1 {
	font-weight: 300 !important;
	color: #fff;
	text-align: center;
	padding-bottom: 0;
}

#products h2 {
	color: #1E97BE;
	letter-spacing: -1px;
	padding-bottom: 1rem;
}

#products h3 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.2rem;
	padding-bottom: 3.5rem;
}

#products .item {
	margin-bottom: 3rem;
}

#products .book .et_pb_button_module_wrapper {
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem !important;
}


/* -------------------------------------------------------
	ACCELERATE BOOK
------------------------------------------------------- */

#accelerate-book {
	padding: 0;
}

#accelerate-book .hero {
	margin-bottom: 0;
	padding: 10rem 0 6rem;
	max-width: 120rem !important;
}

#accelerate-book .hero .cover {
	max-width: 29rem;
	padding-bottom: 4rem;
	margin-bottom: 0;
}

#accelerate-book .hero h1, #accelerate-book .order h1 {
	color: #FFF;
	line-height: 5.8rem !important;
	padding-bottom: 1rem;
}

#accelerate-book .hero h2, #accelerate-book .order h2 {
	font-size: 3.4rem;
	font-weight: 300 !important;
	color: #FFF;
	line-height: 4.2rem !important;
	padding-bottom: 5rem;
}

#accelerate-book .hero h2 {
	max-width: 57rem;
}

#accelerate-book .hero p {
	color: #FFF;
	font-weight: 300;
}

#accelerate-book .hero .et_pb_button_module_wrapper {
	margin: 0 3rem 3rem 0;
	float: left;
}

#accelerate-book .hero .et_pb_button_1_wrapper {
	margin: 0 0 3rem;
}

#accelerate-book .section {
	max-width: 74rem !important;
	padding: 10rem 0;
}

#accelerate-book h3 {
	font-size: 5rem;
	font-weight: 700 !important;
	line-height: 1.2em;
	text-align: center;
	letter-spacing: -1px;
	padding: 0 0 6rem;
}

#accelerate-book .et_pb_button_2_wrapper {
	margin-top: 8rem;
}

#accelerate-book .et_pb_button_2_wrapper a {
	width: 100%;
}

#praise {
	background: #F7F9FB;
	margin: 0;
	padding: 4rem 0;
}

#praise.first {
	margin-top: 0;
}

#praise h3 {
	padding: 0;
}

#praise .testimonial {
	background: none;
}

#praise .testimonial .et_pb_testimonial_portrait::before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#praise .testimonial h3 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 2.6rem;
	font-weight: 700 !important;
	line-height: 1.3em;
	text-align: left;
	padding: 0 0 3rem;
}

#praise .testimonial strong {
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
}

#praise .testimonial .et_pb_testimonial_author {
	font-size: 1.6rem;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.6em;
	margin-top: 0;
}

#praise .testimonial .et_pb_testimonial_meta {
	font-size: 1.4rem;
	line-height: 1.6em;
}

#author {
	padding: 14rem 0;
}

#author .section {
	max-width: 120rem !important;
	padding: 0;
}

#author .prehead {
	font-size: 3.8rem;
	font-weight: 300;
	line-height: 4.8rem;
	padding-bottom: 0;
}

#author h3 {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 0 0 4rem;
}

#author h3:after {
	content: ' ';
	display: block;
	width: 12rem;
	margin: 1.5rem 0;
	border: 2px solid #35B8E0;
}

#order {
	padding: 10rem 0 2rem;
}

#order h2, #order p {
	color: #000 !important;
}

#order h2 {
	font-size: 3.2rem !important;
	font-weight: 400 !important;
	line-height: 4rem !important;
	letter-spacing: -1px;
	padding-bottom: 3rem;
}

#order h3 {
	font-size: 4.6rem;
	font-weight: 700 !important;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 0 0 4rem;
}

#order .cover {
	max-width: 24rem;
}

#order .amazon-logo {
	padding: 3rem 0 4rem;
}

#order .et_pb_button_module_wrapper {
	width: 25rem;
	max-width: 25rem;
	margin: 0 3rem 3rem 0;
	float: left;
}

#order .et_pb_button_4_wrapper {
	margin: 0 0 3rem;
}

#order .et_pb_button_module_wrapper .et_pb_button {
	font-size: 2.0rem !important;
	line-height: 1.4em !important;
	text-align: center;
}


/* -------------------------------------------------------
	WORK WITH ME
------------------------------------------------------- */

#work-with-me {
	padding: 9rem 0;
}

#work-with-me.no-pad-top {
	padding-top: 0 !important;
}

#work-with-me.no-pad-bottom {
	padding-bottom: 0 !important;
}

#work-with-me.title {
	padding: 6rem 0;
}

#work-with-me.title h1 {
	font-size: 5rem;
	padding-bottom: 2rem;
}

#work-with-me.title h1 {
	font-size: 5rem;
	font-weight: 600;
	padding-bottom: 1rem;
}

#work-with-me.title h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 0 3rem;
}

#work-with-me.title h3:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 2.5rem 0;
	border: 2px solid #0F8EC7;
}

#work-with-me.title p {
	font-weight: 300;
	color: #FFF;
	max-width: 55rem;
}

.work-with-me-section {
	padding: 0 !important;
	max-width: 80rem !important;
}

.work-with-me-section h2 {
	letter-spacing: -1px;
	color: #1E97BE;
}

.work-with-me-section h3 {
	padding-bottom: 4rem;
}

.work-with-me-section h3:after {
	content:' ';
	display:block;
	width: 100%;
	margin: 1rem 0 0;
	border: 2px solid #eee;
}

#work-with-me.intro .work-with-me-section {
	padding-bottom: 0 !important;
}

#work-with-me.intro .et_pb_video {
	margin-bottom: 8rem;
}

#work-with-me.intro h2 {
	text-align: center;
}

#work-with-me.testimonials {
	background-color: #F7F9FB !important;
	padding-bottom: 2rem;
}

#work-with-me.single-testimonial {
	background-color: #F7F9FB !important;
	padding: 8rem 0;
}

#work-with-me.testimonials .work-with-me-section, #work-with-me.benefits .work-with-me-section {
	max-width: 120rem !important;
	padding-bottom: 0 !important;
}

#work-with-me.single-testimonial .work-with-me-section {
	padding-bottom: 0 !important;
}

.work-with-me-section .testimonial {
	margin-bottom: 7rem !important;
	padding-top: 0;
}

.work-with-me-section .testimonial h4 {
	font-size: 2.6rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.4em;
	padding-bottom: 3rem;
}

.work-with-me-section .testimonial p {
	font-weight: 300;
	color: #FFF;
}

.work-with-me-section .testimonial .et_pb_testimonial_author, .work-with-me-section .testimonial .et_pb_testimonial_meta {
	font-size: 1.6rem;
	color: #FFF;
	line-height: 1.6em;
	text-transform: uppercase;
}

.work-with-me-section .testimonial .et_pb_testimonial_author {
	margin-top: 0;
	color: #FFF;
}

.et_pb_toggle {
	margin-bottom: 3rem !important;
}

.et_pb_toggle_close, .et_pb_toggle_open {
	background-color: #FFF;
	padding: 0 0 3rem;
	border-bottom: 1px solid #eee !important;
	border: 0;
}

.et_pb_toggle_title::before {
	font-size: 2.4rem;
	color: #000;
}

.et_pb_toggle_title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000 !important;
}

.et_pb_toggle_content {
	padding-top: 3rem;
}

.et_pb_toggle_content ul {
	padding: 0 5rem 1rem 4rem;
}

.et_pb_toggle_content ul li {
	padding-left: 1rem;
	padding-bottom: 0;
}

.et_pb_toggle_content ul li:last-child {
	padding-bottom: 0;
}

.work-with-me-section .facilitator, .work-with-me-section .speaker {
	margin-bottom: 0 !important;
}

.work-with-me-section .facilitator h3 {
	padding-bottom: 4rem;
}

#work-with-me.benefits {
	padding: 2rem 0 10rem;
}

#work-with-me.benefits .work-with-me-section:first-child {
	margin-bottom: 4rem !important;
}

#work-with-me.benefits .work-with-me-section p {
	padding-bottom: 2rem !important;
}

#work-with-me.benefits .work-with-me-section p strong {
	font-size: 2.4rem;
}

#work-with-me.benefits .work-with-me-section ul {
	margin-left: 3rem !important;
	padding-left: 0 !important;
	list-style-type: none;
	list-style-position: outside;
}

#work-with-me.benefits .work-with-me-section ul li:before {
	content: '\2714';
	color: #1E97BE;
	margin-left: -3rem;
	margin-right: 1.4rem;
}

#work-with-me.benefits .work-with-me-section ul li {
	margin-bottom: 2rem !important;
}

#work-with-me.speaking-hero {
	padding: 0;
}

#work-with-me.speaking-hero .header-content {
	width: 100%;
	max-width: 100%;
}

#work-with-me.speaking-hero h1 {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: -2px;
	padding-bottom: 1rem;
	opacity: 0.9;
}

#work-with-me.speaking-hero h1:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 2rem auto 0;
	border: 2px solid #0F8EC7;
}

#work-with-me.speaking-hero h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 3.4rem;
	text-transform: uppercase;
	padding-bottom: 6rem;
}

#work-with-me.speaking-hero p {
	color: #FFF;
	font-weight: 300;
	max-width: 76rem;
	margin: 0 auto;
	opacity: 0.9;
}



/* -------------------------------------------------------
	BLOG -- HOME
------------------------------------------------------- */

.et_pb_blog_grid .column {
	display: flex;
	flex-wrap: wrap;
}

#blog-home {
	padding: 0;
}

#blog-home.title {
	padding: 8rem 0;
}

#blog-home.title .et_pb_row_0 {
	padding: 0 0 3rem;
}

#blog-home.title h1 {
	color: #FFF;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
}

#blog-home.title h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 0;
}

#blog-home.title h2:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 2.5rem auto;
	border: 2px solid #0F8EC7;
}

#blog-home.title .optin {
	max-width: 75rem;
	padding: 0;
}

#blog-home.title .optin p {
	font-family: Nunito Sans, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 300;
	color: #fff;
	line-height: 1.4em;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 0;
	max-width: 52rem;
}

#blog-home.featured {
	padding-top: 0;
}

#blog-home.featured .et_pb_row_2 {
	padding: 7rem 0 0;
}

#blog-home.featured .et_pb_row_3 {
	padding-bottom: 0;
}

#blog-home.featured .et_pb_row_3 .et_pb_post {
	margin-bottom: 4rem;
}

#blog-home.recent {
	margin-bottom: 0 !important;
	padding: 1rem 0 10rem;
}

#blog-home.recent h3, #blog-home.featured h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2rem !important;
	font-weight: 700;
	color: #111;
	line-height: 3rem !important;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 2rem;
	overflow: hidden;
}

#blog-home.recent h3:before, #blog-home.recent h3:after, #blog-home.featured h3:before, #blog-home.featured h3:after {
	background-color: #ddd;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

#blog-home.recent h3:before, #blog-home.featured h3:before {
	right: 0.5em;
	margin-left: -50%;
}

#blog-home.recent h3:after, #blog-home.featured h3:after {
	left: 0.5em;
	margin-right: -50%;
}

#blog-home .et_pb_blog_grid .et_pb_post, #blog-home .et_pb_post {
	padding: 3rem 3rem 1rem !important;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
}

#blog-home .et_pb_image_container {
	margin: -30px -30px 30px;
	font-size: 2.4rem !important;
	font-weight: 800;
	line-height: 1.4em !important;
	order: 1;
}

#blog-home .entry-featured-image-url {
	margin-bottom: 0;
}

#blog-home .post-meta {
	margin-bottom: 1.4rem;
	font-family: Gotham, Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
	order: 2;
}

#blog-home .post-meta a {
	color: #0f8ec7;
	font-weight: 600;
}

#blog-home .et_pb_post h2 {
	font-size: 2rem !important;
	line-height: 2.8rem !important;
	margin-bottom: 2rem;
	padding-bottom: 0;
	order: 3;
}

#blog-home .et_pb_post p:last-of-type {
	padding-bottom: 0;
}

#blog-home .entry-title a {
	font-weight: 700;
}

#blog-home .post-content {
	display: flex;
	flex-direction: column;
	order: 4;
}

#blog-home .post-content p {
	font-size: 1.6rem;
	color: #222;
	line-height: 2.4rem;
	margin-bottom: 3rem;
	flex: 1 0 auto;
}

#blog-home .more-link {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 14rem;
	padding: 1rem 1rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

#blog-home .more-link:hover {
	border: 1px solid #000;
}

#blog-home .post-9964 {
	/* display: none !important; */
}

.wp-pagenavi {
	margin-bottom: 3rem;
	padding-top: 4rem;
	border-top: 0;
	text-align: center;
}

.wp-pagenavi span.pages {
	background: none !important;
	padding: 5px 7px 25px !important;
	margin: 2px !important;
	font-size: 2.4rem !important;
	display: block;
	border: none !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 5px 7px !important;
	margin: 2px;
	font-size: 3rem !important;
	color: #71818c !important;
	text-decoration: none;
	background: none !important;
	border: none !important;
}

.wp-pagenavi a:hover {
	color: #0F8EC7 !important;
}

.wp-pagenavi span.current {
	font-size: 3rem !important;
	font-weight: bold !important;
	color: #0F8EC7 !important;
}

.page-id-3564 #footer-widgets {
	padding-top: 0;
}



/* -------------------------------------------------------
	BLOG -- SINGLE POSTS
------------------------------------------------------- */

.single .entry-content {
	background-color: #F7F9FB;
}

.single .main-content {
	padding-top: 2.5%;
	padding-bottom: 0;
}

.single .main-content .et_pb_row {
	max-width: 74rem;
}

.single .main-content .video {
	max-width: 100rem;
}

.single .et_pb_post_title {
	background-color: #111;
	padding: 0 !important;
}

.single .et_pb_title_container {
	background-color: rgba(0,0,0,0.5) !important;
	padding: 15rem 5rem 16rem !important;
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
	display: flex;
	flex-direction: column;
}

.single .et_pb_title_container h1 {
	max-width: 80rem !important;
	margin: 0 auto;
	font-size: 5rem;
	font-weight: 600 !important;
	text-align: center;
	padding-bottom: 0;
	order: 2;
}

.single .et_pb_title_meta_container {
	/* display: none; */
	max-width: 74rem !important;
	margin: 0 auto 4rem;
	padding-bottom: 0.5rem !important;
	font-family: 'Montserrat', Roboto, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #eee !important;
	line-height: 3rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	order: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.single .et_pb_title_meta_container a {
	font-weight: 400;
	text-decoration: none;
}

.single .entry-content p {
	line-height: 3.2rem;
}

.single .entry-content h3 {
	font-size: 3.4rem;
	font-weight: 700 !important;
	line-height: 1.2em;
	padding: 1rem 0 4rem;
}

.single .entry-content h4 {
	font-size: 2.6rem;
	font-weight: 700 !important;
	line-height: 1.3em;
	padding: 1rem 0 3rem;
}

.single .entry-content ul {
	margin-left: 3rem;
	padding-bottom: 0 !important;
}

.single .entry-content ul li {
	margin-bottom: 3rem;
}

.single .wp-caption {
	max-width: 100%;
	margin-bottom: 3rem;
	padding: 0;
	border: 0;
	background-color: #FFF;
	text-align: center;
}


/* CLICK TO TWEET */

.tm-click-to-tweet {
	background-color: #111 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5rem;
	margin: 0 0 4.5rem;
}

.tm-click-to-tweet .tm-ctt-text {
	margin-bottom: 3rem;
}

.tm-click-to-tweet .tm-ctt-text a {
	font-size: 3.0rem;
	font-weight: 600;
	color: #fff;
	line-height: 4rem;
	letter-spacing: 0;
}

.tm-click-to-tweet .tm-ctt-text a:hover {
	color: #eee;
}

.tm-click-to-tweet a.tm-ctt-btn {
	background-color: #119AD9 !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 20px 15px 50px;
	background: transparent url(img/twitter-little-bird-white.png) no-repeat 10% center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tm-click-to-tweet a.tm-ctt-btn:hover {
	background-color: #0F8EC7 !important;
	color: #fff;
}


/* AFTER CONTENT WIDGET */

.single .awac-wrapper {
	background-color: #FFF;
	width: 100%;
	padding-bottom: 8rem;
}

.single .awac {
	max-width: 74rem;
	margin: 0 auto;
}


/* RELATED POSTS */

.free-blog-related-posts-background-color {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	background: #FFF !important;
}

.free-blog-related-posts-title {
	padding: 0 0 2rem !important;
}

.free-blog-related-posts-container {
	border-bottom: 3px solid #999;
}

.free-du-blog-1 .free-blog-related-posts-container {
	padding: 0 0 4rem !important;
}

.free-blog-related-posts .et_pb_column_1_3 {
	width: 29.667% !important;
	margin-right: 5.5% !important;
}

.free-blog-related-posts .et_pb_column_1_3:nth-child(3n) {
	margin-right: 0 !important;
}

.free-du-blog-1 .free-blog-related-posts .et_pb_column_1_3, .free-du-blog-1 .free-blog-related-posts .et_pb_column_1_3 .et_pb_post {
	height: 20rem !important;
}

.free-blog-related-posts .free-blog-related-posts-title h2 {
	font-size: 2.6rem;
	font-weight: 700 !important;
	color: #111 !important;
	text-align: left;
	padding-bottom: 0;
	overflow: hidden;
}

.free-blog-related-posts .free-blog-related-posts-title h2::after {
    content:"";
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 3px solid #999;
}

.free-blog-related-posts .et_pb_post {
	height: auto !important;
}

.free-blog-related-posts .et_pb_post {
	padding: 2rem 0 0 !important;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none !important;
}

.free-blog-related-posts .et_pb_image_container {
	margin: 0 0 10px !important;
}

.free-blog-related-posts .entry-featured-image-url {
	margin-bottom: 0;
}

.free-blog-related-posts .et_pb_post .post-meta {
	display: none;
}

.free-blog-related-posts .et_pb_post .entry-title {
	line-height: 3rem !important;
}

.free-blog-related-posts .et_pb_post .entry-title a {
	font-size: 2.2rem !important;
	font-weight: 700;
}


/* COMMENTS */

.free-blog-comment-container .et_pb_row {
	max-width: 74rem;
}

.free-blog-comment-container ol {
	margin-left: 0 !important;
}

.free-blog-comment-container .et_pb_row {
	padding: 8rem 0 2rem 0 !important;
}

.single .et_post_meta_wrapper {
	max-width: 79rem !important;
	width: 100% !important;
}

.single #comment-wrap {
	padding-top: 9rem;
}

.single #comment-wrap h1 {
	font-size: 2.2rem !important;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 6rem;
}

.single #comment-wrap h1 a {
	font-weight: 400;
	color: #0f8ec7;
}

.single .add-comment {
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comment-body {
	padding: 0 100px 0 100px;
}

.comment_avatar .avatar {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	border: 1px solid #ccc;
}

.comment_postinfo span.fn, .comment_postinfo span.fn a {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.comment_postinfo .comment_date {
	display: none;
}

.comment_area p {
	font-size: 1.8rem;
	line-height: 3rem;
}

.reply-container .comment-reply-link {
	padding: 8px 15px 7px !important;
	font-size: 1.2rem;
	font-weight: 600;
	color: #222;
	line-height: 1em !important;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	text-decoration: none;
	border: 1px solid #ccc;
}

.reply-container .comment-reply-link:hover {
	background-color: #000;
	color: #fff;
	padding: 8px 15px 7px !important;
	border: 1px solid #000;
}

.comment-reply-title {
	font-size: 2.8rem !important;
	font-weight: 700 !important;
	line-height: 3.6rem !important;
}

#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"], #commentform textarea {
	background-color: #fff !important;
	padding: 2rem;
	border: 1px solid #ccc;
	color: #111;
	font-size: 1.8rem;
	line-height: 1em;
	width: 100%;
}

input.text:focus, input.title:focus, input[type="text"]:focus, select:focus, textarea:focus {
	border-color: #000 !important;
	color: #111 !important;
}

#commentform .submit {
	background-color: #6D36C0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 1.4rem 2.5rem !important;
	border: 5px solid #6D36C0;
	border-radius: 4px;
	width: 100%;
}

#commentform .submit:hover {
	background-color: #000;
	color: #fff;
	border: 5px solid #000;
	padding: 1.4rem 2.5rem !important;
}


/* -------------------------------------------------------
	BLOG - POST OPT-IN
------------------------------------------------------- */

.blog-post-optin h3 {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 2rem;
}

.blog-post-optin .et_pb_post {
	padding: 3rem !important;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0px 15px 20px 0 rgba(0,0,0,0.1);
	border: 0;
}

.blog-post-optin .et_pb_image_container {
	margin: -30px -30px 30px;
	font-size: 2.4rem !important;
	font-weight: 800;
	line-height: 1.4em !important;
	order: 1;
}

.blog-post-optin .entry-featured-image-url {
	margin-bottom: 0;
}

.blog-post-optin .post-meta {
	margin-bottom: 1.4rem;
	font-family: Gotham, Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
	order: 2;
}

.blog-post-optin .post-meta a {
	color: #0f8ec7;
	font-weight: 700;
}

.blog-post-optin .et_pb_post h2 {
	margin-bottom: 2rem;
	padding-bottom: 0;
	font-size: 2.2rem !important;
	line-height: 3.0rem !important;
	order: 3;
}

.blog-post-optin .entry-title a {
	font-weight: 700;
}

.blog-post-optin .post-content {
	display: flex;
	flex-direction: column;
	order: 4;
}

.blog-post-optin .post-content p {
	font-size: 1.6rem;
	color: #222;
	line-height: 2.6rem;
	margin-bottom: 3rem;
	flex: 1 0 auto;
}

.blog-post-optin p:last-of-type {
	padding-bottom: 0;
}

.blog-post-optin .more-link {
	background: #000;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 14rem;
	padding: 1rem 1rem;
	border: 2px solid #000;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

.blog-post-optin .more-link:hover {
	color: #fff;
	border: 2px solid #000;
}


/* -------------------------------------------------------
	FEATURED POSTS
------------------------------------------------------- */

.postid-9964 .yuzo_related_post, .postid-10195 .yuzo_related_post, .postid-10201 .yuzo_related_post {
	display: none;
}

.single .content-upgrade {
	background: #211D34;
	margin: 1rem auto 0;
	padding: 4rem 6rem 6rem;
	border-radius: 5px;
}

.single .content-upgrade h4 {
	padding: 0 0 3rem;
	font-size: 2.6rem !important;
	font-weight: 400 !important;
	line-height: 3.4rem;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.single .content-upgrade h5 {
	padding-bottom: 2rem;
	font-size: 3.2rem !important;
	font-weight: 700 !important;
	line-height: 4rem;
	color: #FFF;
	text-align: center;
}

.single .content-upgrade .et_pb_button_module_wrapper p {
	padding-bottom: 0;
}

.single .content-upgrade .et_pb_button {
	width: auto;
	margin: 0 auto;
}



/* -------------------------------------------------------
	BLOG -- ARCHIVES
------------------------------------------------------- */

.free-archive-wrapper .free-archive-header .et_pb_row {
	padding: 0;
}

.free-archive-wrapper .free-archive-header .et_pb_row .et_pb_text_1 {
	margin-bottom: 0;
}

.free-archive-wrapper .free-archive-header h1 {
	padding-bottom: 0;
}

.free-archive-wrapper .free-archive-header p:last-of-type {
	font-size: 1.6rem;
	padding-bottom: 0;
}

.free-archive-wrapper .free-breadcrumbs-text-module {
	display: none;
}

.free-archive-blog .free-post-meta-category-extra {
	display: none !important;
}

.free-archive-blog .post-meta, .free-archive-blog .post-content p:first-child, .free-archive-blog .post-content p:last-of-type {
	display: none !important;
}

.free-archive-blog .entry-title {
	margin-bottom: 2rem !important;
	padding-bottom: 0 !important;
	font-size: 2.2rem  !important;
	line-height: 3.0rem;
}

.free-archive-blog .entry-title a {
	font-weight: 700;
}

.free-archive-blog .et_pb_post p {
	font-size: 1.6rem;
	color: #222;
	line-height: 2.6rem;
	margin-bottom: 3rem;
	padding-bottom: 0;
}

.free-archive-blog .et_pb_post .more-link {
	background: #000;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
	color: #FFF !important;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 14rem;
	margin: 0 !important;
	padding: 1rem 1rem;
	border: 2px solid #000;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.free-archive-blog .et_pb_post .more-link:hover {
	letter-spacing: 0 !important;
}

.free-archive-blog .et_pb_post .more-link::after {
	display: none;
}


/* -------------------------------------------------------
	FREE CAREER MASTERY TIPS
------------------------------------------------------- */

#cmtip {
	padding: 0;
}

#cmtip.title {
	background-color: #f7f9fb !important;
	margin: 0 0 3rem;
	padding: 0;
}

#cmtip.title .et_pb_row {
	max-width: 80rem !important;
	margin: 0 auto;
	padding: 4rem 0 4rem;
}

#cmtip .video {
	background-color: #f7f9fb !important;
	margin: 0 0 2rem;
	padding: 0 0 5rem;
	max-width: 100% !important;
	width: 100% !important;
}

#cmtip .video .et_pb_video {
	max-width: 80rem !important;
	margin: 0 auto !important;
}

#cmtip .player {
	margin: 0 auto;
}

#cmtip.title .prehead {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	color: #FFF;
	line-height: 1.3em;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 2rem;
}

#cmtip.title .prehead:after {
	content:' ';
	display:block;
	width: 10rem;
	margin: 1rem 0 0;
	border: 2px solid #35B8E0;
}

#cmtip.title h1 {
	font-size: 3.4rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.3em;
	text-align: left;
	padding-bottom: 0;
}

.cmtip-section {
	max-width: 80rem !important;
	padding: 3rem 0 1rem !important;
}

.cmtip-section h3:after {
	content:' ';
	display:block;
	width: 100%;
	margin: 1rem 0 0;
	border: 2px solid #eee;
}


/* -------------------------------------------------------
	WORKSHOP
------------------------------------------------------- */

#workshop {
	padding: 0;
}

#workshop .et_pb_fullwidth_header_container {
	max-width: 80rem;
}

#workshop .header-content {
	margin-right: 0 !important;
	padding: 0;
	text-align: left;
}

#workshop.title .header-logo {
	margin-bottom: 6rem;
}

#workshop.title {
	background-color: #000;
	margin-bottom: 3rem;
	padding: 6rem 0 6rem;
}

#workshop.title h1 {
	letter-spacing: -1px;
	padding-bottom: 0;
}

#workshop.title .et_pb_fullwidth_header_subhead {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 3.4rem;
	font-weight: 300 !important;
	line-height: 1.4em;
	padding-bottom: 3rem;
}

#workshop.title .et_pb_fullwidth_header_subhead:after {
	content:' ';
	display: block;
	width: 12rem;
	margin: 4rem 0 0;
	border: 2px solid #0F8EC7;
}

#workshop.title p {
	font-size: 2rem;
	font-weight: 300;
	color: #FFF;
	line-height: 1.4em;
	padding-bottom: 6rem;
	max-width: 38rem;
}

#workshop.title .name {
	font-size: 2.6rem;
	font-weight: 700;
}

#workshop h3 {
	font-size: 3.4rem;
	font-weight: 700 !important;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: -0.5px;
	padding: 0 0 6rem;
}

#workshop .intro {
	margin: 0;
}

#workshop .topics {
	background: #EBF0F5;
	margin: 6rem 0 14rem;
	padding: 6rem 6rem 4rem;
}

#workshop .topics h3:after {
	content:' ';
	display: block;
	width: 12rem;
	margin: 1.5rem auto 0;
	border: 2px solid #0F8EC7;
}

#workshop .topics ul {
	margin-left: 1rem;
}

#workshop .topics ul {
	list-style: outside none none;
}

#workshop .topics ul li:before {
	content: '\2714';
	color: #0F8EC7;
	margin-left: -1.4em;
	margin-right: .500em;
}

#workshop .presenter {
	max-width: 120rem !important;
	padding: 7rem !important;
	border: 5px solid #eee;
}

#workshop .presenter .prehead {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 4.8rem;
	padding-bottom: 0;
}

#workshop .presenter h3 {
	font-size: 4.0rem !important;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-align: left;
	padding-bottom: 4rem;
}

#workshop .presenter h3:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem 0;
	border: 2px solid #0F8EC7;
}

#workshop .faq {
	padding: 12rem 0 !important;
}

#workshop .faq h3:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem auto 0;
	border: 2px solid #0F8EC7;
}

#workshop .et_pb_button {
	background-color: #FF7800 !important;
	border: 2px solid #FF7800 !important;
	margin: 0 2rem 2rem 0;
	padding: 1.4rem 2rem !important;
}

#workshop .et_pb_button:hover {
	background-color: #000 !important;
	border: 2px solid #000 !important;
}

#workshop .et_pb_button:last-child {
	background: rgba(255,255,255,0) !important;
	border: 2px solid rgba(255,255,255,0.8) !important;
	font-weight: 400 !important;
	margin: 0 !important;
}

#workshop .et_pb_button:last-child:hover {
	background-color: #000 !important;
	border: 2px solid #000 !important;
}

#workshop .cta .et_pb_button {
	background-color: #FF7800 !important;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	border: 2px solid #FF7800 !important;
	margin: 0;
}

#workshop .et_pb_toggle_content p:last-of-type {
	padding-bottom: 3rem !important;
}

#workshop .et_pb_toggle_content ul {
	margin-right: 3rem;
}

#workshop .et_pb_toggle.materials ul li {
	margin-bottom: 1rem !important;
}

#workshop .cta {
	margin-bottom: 10rem;
	padding: 5rem !important;
	border: 10px solid #eee;
}

#workshop .cta h2 {
	font-size: 3.6rem;
	font-weight: 700 !important;
	line-height: 1.1em;
	text-align: center;
	letter-spacing: -0.5px;
	padding-bottom: 1rem;
}

#workshop .cta h3 {
	font-size: 2.7rem;
	font-weight: 300 !important;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: -0.5px;
	margin: 0 auto;
	padding-bottom: 4rem;
	max-width: 65rem;
}

#workshop .cta h4 {
	font-size: 3.4rem;
	font-weight: 300 !important;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	padding: 0 0 4rem;
}

#workshop .cta h4:after {
	content:' ';
	display:block;
	width: 12rem;
	margin: 1.5rem auto 0;
	border: 2px solid #0F8EC7;
}

#workshop .cta .reg-price {
	font-size: 2rem;
	padding-bottom: 1rem;
}

#workshop .cta .price {
	font-family: Gotham, Arial, sans-serif;
	font-size: 5rem;
	font-weight: 700 !important;
	line-height: 1.1em;
	text-align: center;
	letter-spacing: -0.5px;
	padding-bottom: 0;
}

#workshop .cta p {
	font-size: 1.6rem;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 0;
}

#workshop .guarantee {
	margin: 0;
}

#workshop .guarantee p {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 4rem;
}

#workshop #footer-bottom {
	max-width: 100% !important;
	width: 100% !important;
	margin: 3rem 0 0;
	padding: 1rem 0 0;
}

#workshop #footer-bottom p {
	padding: 0;
}

#workshop #footer-info {
	padding: 0 3rem 1rem;
}

#workshop #footer-info p {
	font-size: 10px !important;
	color: #FFF !important;
}

#workshop #footer-info a {
	font-size: 10px !important;
}

#workshop #footer-info.copyright p {
	text-align: right;
	opacity: 0.8 !important;
}


/* -------------------------------------------------------
	FOOTER OPTIN
------------------------------------------------------- */

.page-id-11664 #custom_html-3, .page-id-49102 #custom_html-3 {
	display: none;
}

#main-footer #custom_html-3 {
	margin-bottom: 6rem;
}

#bottom-optin {
	margin: 0;
	padding: 0;
}

#bottom-optin .et_pb_row {
	background-image: url('http://staging.maybusch.com/wp-content/uploads/2018/11/bg-title.jpg');
	margin: 0 auto;
	padding: 0;
}

#bottom-optin .et_pb_column  {
	padding: 0;
}

#bottom-optin .headshot {
	margin-top: -1rem;
	margin-bottom: 0 !important;
	padding-bottom: 1rem;
	text-align: center;
}

#bottom-optin .headshot .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 90px;
	border-radius: 100px 100px 100px 100px;
	overflow: hidden;
	border-style: solid;
	border-width: 0;
	width: 90px;
	height: 90px;
	margin-top: -35px;
}

#bottom-optin h3 {
	font-size: 2.4rem !important;
	font-weight: 300 !important;
	color: #FFF;
	line-height: 3.2rem !important;
	text-align: left;
	padding: 0 0 0.25rem;
}

#bottom-optin h3 span {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 2.4rem !important;
	font-weight: 700 !important;
	color: #FFF;
	line-height: 3.2rem !important;
	text-align: left;
	padding: 0;
}

#bottom-optin .et_pb_text_3 {
	float: left;
	padding: 0 5rem;
}

#bottom-optin .et_pb_button_module_wrapper {
	float: right;
	margin: 0 5rem 4rem;
}

#bottom-optin .et_pb_button {
	font-size: 2rem !important;
}

#bottom-optin .testimonial {
	clear: both;
}

#bottom-optin .testimonial {
	margin: 0;
	padding: 0 6rem 4rem;
	width: 100%;
}

#bottom-optin .testimonial p {
	font-family: inherit;
	font-size: 1.8rem !important;
	font-weight: 400 !important;
	color: #FFF;
	line-height: 2.8rem !important;
	text-align: left;
	padding: 0;
}


/* -------------------------------------------------------
	FOOTER
------------------------------------------------------- */

#main-footer .container {
	width: 100% !important;
	max-width: 100% !important;
}

#main-footer .footer-widget {
	margin-bottom: 5rem;
	/* border-top: 1px solid #ddd; */
}

#main-footer .footer-widget:nth-child(n) {
	width: 100% !important;
	margin-bottom: 3rem;
}

.footer-widget #media_image-2 {
	text-align: center;
	margin-bottom: 0 !important;
	padding-top: 4rem;
	border-top: 1px solid #ddd;
}

.footer-widget #custom_html-2 {
	margin: 0 auto;
	width: 100%;
}

.footer-widget #custom_html-2 .footer-nav li {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
}

.footer-widget #custom_html-2 .footer-nav li a {
	font-weight: 700;
	color: #666;
}

.footer-widget .et_pb_widget {
	float: none;
}

.footer-widget #custom_html-2, .footer-widget .custom-html-widget ul {
	clear: both;
	text-align: center;
}

.footer-widget .custom-html-widget ul li:before {
	display: none;
}

.footer-widget .custom-html-widget ul li {
	display: inline-block;
	padding: 0 30px 0 0 !important;
}

.footer-widget .custom-html-widget ul li:last-child {
	padding-right: 0 !important;
}

.page-id-11638 #bottom-optin {
	display: none;
}


/* -------------------------------------------------------
	FOOTER SOCIAL
------------------------------------------------------- */

.footer-widget .custom-html-widget ul.social {
	padding-top: 3rem;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
	color: #999999;
}

#footer-widgets .footer-widget .social .et-social-icon a {
	color: #666;
}

#footer-widgets .footer-widget .social .et-social-twitter a:hover {
	color: #4da7de;
}

#footer-widgets .footer-widget .social .et-social-facebook a:hover {
	color: #3e5b98;
}

#footer-widgets .footer-widget .social .et-social-linkedin a:hover {
	color: #3371b7;
}

#footer-widgets .footer-widget .social .et-social-youtube a:hover {
	color: #e02a20;
}


/* -------------------------------------------------------
	FOOTER BOTTOM
------------------------------------------------------- */

#footer-bottom {
	background-color: #222 !important;
}

#footer-bottom .container {
	width: 100%;
	max-width: 100%;
	padding: 0 30px;
}

#footer-info {
	width: 100%;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #FFF;
	opacity: 0.8 !important;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer-info a {
	color: #FFF;
	opacity: 0.8 !important;
	font-weight: 400;
	text-decoration: none;
}

#footer-info a:hover {
	opacity: 1 !important;
}

#footer-info .copyright {
	float: right;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #FFF;
	opacity: 0.8 !important;
}


/* -------------------------------------------------------
	LANDING PAGES
------------------------------------------------------- */

.page-template-PLC #bottom-optin {
	display: none;
}


/* -------------------------------------------------------
	LANDING PAGE
------------------------------------------------------- */

#landing {
	height: 100vh;
	padding: 0;
}

#landing .header {
	padding: 2rem 0;
}

#landing .logo img {
	max-width: 160px;
}

#landing .offer {
	background-color: #F7F9FB;
	padding: 0;
}

#landing .offer .et_pb_column_2 {
}

#landing h1 {
	font-size: 4.6rem;
	line-height: 1.1em;
	letter-spacing: -1px;
	text-transform: uppercase;
	max-width: 60rem;
}

#landing h3 {
	font-family: 'Montserrat', Gotham, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 0 0 3rem;
}

#landing h3:after {
	content:' ';
	display:block;
	width: 10rem;
	margin: 1rem 0;
	border: 2px solid #0F8EC7;
}

#landing p:last-of-type {
	padding-bottom: 2rem;
}

#landing ul {
	margin-left: 0;
}

#landing ul li {
	margin: 0 0 0.5rem;
	padding-left: 0.5rem;
}

#landing .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
}

#landing .media-logos {
	padding: 3rem 4rem;
}

#landing .media-logos .lp-copyright {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
}


/* -------------------------------------------------------
	PLC
------------------------------------------------------- */

#plc.title {
	background: #16122B;
	margin-bottom: 4rem;
	padding: 4rem 0 4rem;
}

#plc.title .et_pb_row_0 {
	max-width: 74rem;
}

#plc.title h1 {
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-bottom: 0;
}

#plc .normal {
	font-weight: 400;
}

#plc.main-content {
	padding: 0 0 10rem;
}

#plc.main-content .et_pb_row {
	max-width: 74rem;
}

#plc .next {
	padding: 2rem 0 8rem;
}

#plc .coming-next {
	padding: 3rem 4rem 2rem;
	border: 10px solid #eee;
}

#plc .coming-next h3:after {
	content:' ';
	display:block;
	width: 10rem;
	margin: 1.5rem 0 0;
	border: 2px solid #0F8EC7;
}

.page-template-PLC #footer-widgets {
	padding: 0;
}

.checkbox {
	padding: 2rem 0 3rem;
}

.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	font-family: Roboto, Arial, sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.3em;
}

.checkbox label::before,
.checkbox label::after {
	position: absolute;
	content: "";
	/*Needed for the line-height to take effect*/
	display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
	height: 22px;
	width: 22px;
	border: 1px solid;
	left: 0px;
	top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
	height: 6px;
	width: 15px;
	border-left: 3px solid;
	border-bottom: 3px solid;
	transform: rotate(-45deg);
	left: 3px;
	top: 9px;
}







@media all and (min-width: 1400px) {

  #about .et_pb_fullwidth_header {
	max-height: 70rem;
	height: 70rem;
  }

  #about .et_pb_fullwidth_header_container {
	max-height: 70rem;
	height: 70rem;
  }
}