/***************************/
/* Utility */
/***************************/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:16px;
	/* max-width:1440px; */
	margin:0 auto;
	background:#00072E;
}
body {
	position:relative;
	font-family: 'Lato', sans-serif;
}
a:visited {
	color:inherit;
}

.btn.btn-primary {
	background-color:#2C7ED1;
	border-color:#2C7ED1;
	color:#ffffff;
    -webkit-transition: all 200ms ease,font-size 200ms ease;
    -moz-transition: all 200ms ease,font-size 200ms ease;
    transition: all 200ms ease,font-size 200ms ease;
    display: inline-block;
    padding: 0.8rem 1rem;
    border: 2px solid transparent;
    font-family: "Lato",Sans-Serif;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius:5px;

	line-height: 1;
	font-size: 13px;
	padding-top: 16px;
	padding-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.btn.btn-primary:hover {
	-webkit-transition: all 300ms ease,box-shadow 400ms ease;
    -moz-transition: all 300ms ease,box-shadow 400ms ease;
    transition: all 300ms ease,box-shadow 400ms ease;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
}
footer .btn{
	line-height:45px;
	text-transform:uppercase;
}
h2 {
	font-size: 1.78rem;
	margin-bottom:40px;
}
/*.container {
	max-width:1200px;
}*/
ul, ol {
	margin-left:0;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1200px;
	}
}

/***************************/
/* Header */
/***************************/
.site-header .site-header-wrapper {
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:5px 80px;
	background:#ffffff;
}

.site-header .site-header-wrapper .site-nav {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:calc(100% - 215px);
}

.site-header .site-header-wrapper ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
	margin-bottom:0;
	display:flex;
	align-items:center;
}

.site-header .site-logo {
	max-width:175px;
}

.site-header .site-header-wrapper ul li {
	padding:0 1.2vw;
}

.site-header .site-header-wrapper ul li a {
	font-size:14px;
	text-transform:uppercase;
	color:#000000;
}

.site-header .site-header-wrapper ul li a.btn-primary {
	background:#B60120;
	border-color:#B60120;
	color:#fff;
	font-size:14px;
	padding:8px 10px;
}

.site-header .btn-primary {
	/* border-radius:0; */
	padding: 8px 10px;
	font-weight:400;
	line-height:1;
}



.site-branding {
	display:flex;
	align-items:center;
}
.mobile-toggle {
	width:30px;
	height:14px;
	position:relative;
	cursor:pointer;
	margin-right:5px;
	display:none;
}

.mobile-toggle span,
.mobile-toggle span:before,
.mobile-toggle span:after {
	height:2px;
	background:#000;
	width:100%;
	position:absolute;
	top:0;
	display:none;
}
.mobile-toggle span:before {
	content:'';
	position:absolute;
	top:7px;
}
.mobile-toggle span:after {
	content:'';
	position:absolute;
	top:14px;
}

.nav-off-canvas {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow-y:auto;
	background:#00072E;
	z-index:999999;
	visibility:hidden;
	opacity:0;
	transition:all 0.5s ease-in;
	padding:40px;
	padding:25px 25px 30px 25px;
	color:#fff;
}
.nav-off-canvas .off-canvas-header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid red;
	padding:0 0 20px 0;
	font-size:12px;
}
.off-canvas-open .nav-off-canvas {
	visibility:visible;
	opacity:1;
	transition:all 0.5s ease-out;
}
.nav-off-canvas .mobile-toggle span,
.nav-off-canvas .mobile-toggle span:before,
.nav-off-canvas .mobile-toggle span:after {
	background:#fff;
	display:block;
}
.nav-off-canvas .mobile-toggle {
	transform:rotate(45deg);
	top:0;
	margin-right:0;
}
.nav-off-canvas .mobile-toggle span {
	transform:rotate(180deg);
	top:0;
}
.nav-off-canvas .mobile-toggle span:before {
	transform:rotate(90deg);
	top:0;
}
.nav-off-canvas .mobile-toggle span:after {
	display:none;
}

@media (max-width:1440px) {
	.site-header .site-header-wrapper ul li a {
		/*font-size:18px;*/
	}
}

@media (max-width:1200px) {
	.site-header .site-header-wrapper {
		padding:5px 30px;
	}
	.primary-navigation.desktop {
		display:none;
	}
	.site-header .site-header-wrapper ul li a {
		font-size:14px;
	}
	.site-header .site-branding {
		max-width:40%;
	}
	.site-header .site-header-wrapper .site-nav {
		width:60%;
		display:flex;
		justify-content:flex-end;
	}
	.mobile-toggle,
	.mobile-toggle span,
	.mobile-toggle span:before,
	.mobile-toggle span:after {
		display:block;
	}
}


/***************************/
/* Home Page Template */
/***************************/

/* Page Hero */
.page-hero .page-hero-wrapper {
	position:relative;
	background-color: black;
	overflow: hidden;
	padding:100px 0;
	color:#fff;
	min-height:calc(85vh - 54px);
	display:flex;
	align-items:center;
}


.home .page-hero .page-hero-wrapper:after, .dynamic-homepage .page-hero .page-hero-wrapper:after {
	content:'';
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}

.page-hero video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.page-hero .page-hero-wrapper .container {
	position:relative;
	z-index:2;
}

.page-hero h1 {
	font-size:64px;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:10px;
}

.page-hero h4 {
	font-size:26px;
	font-weight:500;
	margin-bottom:20px;
	line-height:2;
}

.page-hero .buttons .btn {
	margin:15px;
}

.page-hero .buttons .btn img {
	margin-left: 2px;
	display: inline-block;
	margin-top: -7px;
	height: 17px;
	margin-bottom: -4px;
}

.page-hero .buttons .btn {
	line-height:1;
	font-size:13px;
	padding-top:16px;
	padding-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	padding-left:25px;
	padding-right:25px;
}

.page-hero .buttons .btn:nth-of-type(2) {
	background:#B60120;
	border-color:#B60120;
}

.page-hero .hero-body {
	background-size:cover;
	background-position:center center;
}



@media (min-width:1201px) {
	.page-hero .hero-body {
		background:transparent!important;
	}
}

@media (max-width:1200px) {
	.page-hero .page-hero-wrapper {
		padding:0;
		min-height:0;
		display:flex;
		align-items:center;
	}
	.page-hero h1 {
		font-size:42px;
		display:block;
		background:#00072E;
		padding:40px;
		margin-left:-15px;
		margin-right:-15px;
		margin-bottom:0;
		line-height: 1.1;
	}
	.page-hero.front-page h1 {
		background:transparent;
	}
	.page-hero h4 {
		font-size:22px;
		background:rgba(0,0,0,0.3);
		padding:20px;
		margin-bottom:0;
	}
	.page-hero h4:last-of-type {
		margin-bottom:100px;
	}
	.page-hero .buttons .btn {
		margin-bottom:0;
	}
	.page-hero .buttons {
		margin-bottom:0;
	}
	.page-hero .hero-body {
		padding:100px 0;
	}
	.page-hero .col-12 {
		padding-left:0!important;
		padding-right:0!important;
	}
}

/* Sample Video */
.sample-videos-wrapper {
	padding:40px 0;
}

.sample-videos-wrapper img {
	margin-bottom:30px;
}

.home .sample-videos-wrapper img {
	max-width:85%;
}

@media (max-width:1200px) {
	.page-template-home-page .sample-videos {
		/* display:none; */
	}
}

.sample-videos-wrapper .btn img {
	margin: initial;
	margin-left: 2px !important;
	max-width: initial;
	display: inline-block;
	height: 17px;
	margin-top: -7px;
	margin-bottom: -4px;
}



/* Feature Cards */
.feature-cards {
	padding:40px 0;
	background:#F5FCFF;
}
.feature-cards-wrapper {
	max-width:1200px;
	margin:0 auto;
}
.feature-cards .card {
	color:#000000!important;
	border-radius:0;
	-webkit-transition: all 200ms ease,font-size 200ms ease;
    -moz-transition: all 200ms ease,font-size 200ms ease;
    transition: all 200ms ease,font-size 200ms ease;
}
.feature-cards .card:hover {
	-webkit-transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -moz-transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    -o-transform: translateY(-2%);
    transform: translateY(-2%);
    background-color: #fff;
    color: #505050;
    box-shadow: 0 8px 22px rgba(0,0,0,0.15);
}
.feature-cards .price-block {
	max-width:200px;
	margin:-75px auto 10px auto;
	padding: 0.75rem 1rem;
    border: 2px solid #000000;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
}
.feature-cards .card-body {
	padding: 3rem 1.5rem 0;
	text-align:center;
	line-height:2;
	font-size: 0.875rem;
}
.feature-cards .card-body h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1.25rem;
	margin-bottom:0.5rem;
	line-height:1.25;
}
.feature-cards .card a {
	color:#404040!important;
}
.feature-cards .card-body .lesson-count {
	border-top: 1px solid rgba(0,0,0,.125);
	margin-left:-1.5rem;
	margin-right:-1.5rem;
	padding:15px;
	line-height:1;
}

.feature-cards .card-body .number {
	font-weight:bold;
}

@media (max-width:1200px) {
	.feature-cards h2 {
		font-size:36px;
		font-weight:bold;
	}
	.feature-cards .card-body h3 {
		font-size:22px;
	}
}

/* About Section */
.hp-about {
	line-height:1.4;
	font-size:1.25rem;
}

.hp-about h2,
.hp-about p {
	margin-bottom:20px;;
}

.hp-about p {
	font-size: .9em;
}

.hp-feature-logos h3 {
	font-size:1.25rem;
}
.hp-about .left-image img {
	max-width: 81%;
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 15px;
}

.hp-about .left-image {
	text-align:center;
}

@media(min-width:768px)
{
	.hp-about .left-image {
		text-align:left;
	}
	.hp-about .left-image img {
		margin-left:15%;
	}
}

.feature-logos li img {
	max-width: 80%;
}

.feature-logos {
	list-style:none;
	margin-left:0;
	padding-left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0px;
}

.feature-logos li {
	margin:10px;
	margin-left:0px;
	margin-right:0px;
}

@media (max-width:1200px) {
	.hp-about h2 {
		font-size:22px;
		font-weight:bold;
	}
	.hp-about {
		font-size:18px;
	}
	.hp-feature-logos h3 {
		font-size:16px;
	}
}

/* Testimonial Slider */
.hp-testimonials {
	background-color: #F5FCFF;
	padding: 40px 0 60px;
	overflow: hidden;
}

.hp-testimonials .testimonial {
	padding:0 40px;
}

.hp-testimonials .card {
	border-color: rgba(91,158,205,0.36);
	position:relative;
}
.hp-testimonials .card-body {
	padding:40px;
	font-size:1.5rem;
	display:block;
}

.hp-testimonials .author {
	padding:20px;
	border-top:1px solid rgba(91,158,205,0.36);
	margin:0 40px;
	display:block;
}

.hp-testimonials .quote-icon {
	position:absolute;
	top:-20px;
	left:75px;
}

.hp-testimonials .slick-list {
	overflow:visible;
}

.hp-testimonials .slick-next {
	right:-50px;
	font-size:40px;
	color:#324FB1;
	z-index:9999;
}

.hp-testimonials .slick-prev {
	left:-50px;
	font-size:40px;
	color:#324FB1;
	z-index:9999;
}

.hp-testimonials .next-slide,
.hp-testimonials .prev-slide {
	display:none!important;
}
.hp-testimonials .slick-current .next-slide,
.hp-testimonials .slick-current .prev-slide {
	display:block!important;
}

@media (max-width:1200px) {
	.hp-testimonials h2 {
		font-size:36px;
		font-weight:bold;
	}
	.hp-testimonials .card-body {
		font-size:22px;
	}
	.hp-testimonials .slick-prev {
		left:-10px;
	}
	.hp-testimonials .slick-next {
		right:-10px;
	}
}

/* Call To Action */
.hp-call-to-action {
	background: #00072E;
	color: #ffffff;
	padding: 30px 30px 40px 0;
}

.hp-call-to-action  .container {
	max-width:1380px;
}

.hp-call-to-action h2 {
	font-size: 135px;
	font-weight: 1000;
	line-height: 1;
	margin-bottom:20px;
}

.hp-call-to-action .cta-features {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-size:31px;
	font-weight:bold;
}

.hp-call-to-action .btn {
	background: #B60120;
	border-color: #B60120;
}

@media (max-width:1200px) {
	.hp-call-to-action h2 {
		font-size:65px;
	}
	.hp-call-to-action .cta-features {
		font-size:20px;
	}
	.hp-call-to-action .cta-features li {
		margin-bottom:10px;
	}
}
/* PROCESS */
.hp-process {
	background-color: #F5FCFF;
	padding: 40px 0;
}
.hp-process-wrapper {
	max-width:90vw;
	margin:0 auto;
}

.hp-process .card {
	border-color:#0298D1;
	border-radius:0;
	padding:1rem;
}
.hp-process .card img {
	display:block;
	width:135px;
	height:135px;
	object-fit:cover;
	margin: 0 auto 40px auto;
}

.hp-process .card h3 {
	font-weight:bold;
	font-size:1.5rem;
}
.hp-process .card p {
	font-size:1.2rem;
	margin-bottom:0;
}
@media (max-width:1200px) {
	.hp-process h2 {
		font-size:36px;
		font-weight:bold;
	}
	.hp-process .card {
		margin-bottom:40px;
	}
	.hp-process .card h3 {
		font-size:22px;
	}
	.hp-process .card p {
		font-size:18px;
	}
}
/***************************/
/* FreeVideos Template */
/***************************/
.page-hero.static-bg .page-hero-wrapper {
	min-height:0;
	background-size:cover;
	background-position:center;
}
.video-list .container {
	max-width:1350px;
}
.video-list ul {
	list-style:none;
	margin:0;
	padding:0;
	padding:60px 0;
}
.video-list li {
	padding:60px 0;
}
.video-list .video-bg {
	min-height:408px;
	align-items:center;
	justify-content:center;
	display:flex;
	background-position: center center;
	background-size: cover;
}
.video-list .video-content {
	padding:4vw;
	background:#5C809A;
	color:#ffffff;
}
.video-list li:nth-child(even) .row {
	flex-direction:row-reverse;
}
.video-list li:nth-of-type(8n + 2) .video-content {
	background:#720A03;
}
.video-list li:nth-of-type(8n + 3) .video-content {
	background:#3D0F11;
}
.video-list li:nth-of-type(8n + 4) .video-content {
	background:#1F2351;
}
.video-list li:nth-of-type(8n + 5) .video-content {
	background:#2B2225;
}
.video-list li:nth-of-type(8n + 6) .video-content {
	background:#6A6F4F;
}
.video-list li:nth-of-type(8n + 7) .video-content {
	background:#48391F;
}
.video-list li:nth-of-type(8n + 8) .video-content {
	background:#78AFD6;
}
.video-list li h3 {
	font-weight:bold;
	margin-bottom:20px;
}
.video-list li p {
	margin-bottom:20px;
}
.video-list li .btn {
	background:#154175;
	border:#154175;
	margin-left:0px;
}
.video-fancybox {
	width:100%;
	height:100%;
	background:#00072E;
	color:#fff;
}
.video-fancybox .container {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.video-fancybox .container .row {
	width:100%;
}
.video-fancybox .container .row .btn-primary {
	background:#B60120;
	border-color:#B60120;
}
.video-fancybox .fancybox-close-small {
	width:60px;
	height:60px;
}
@media (max-width:1200px) {
	.video-list ul {
		padding:25px 0;
	}
	.video-list li {
		padding:25px 0;
	}
}
/***************************/
/* Success Paths */
/***************************/
.feature-cards-wrapper .success-heading {
	text-align: center;
	margin-bottom: 30px;
}

.success-heading h3 {
	font-size: 1.5rem;
}
.sep {
	display:block;
	width:100px;
	height:3px;
	background:#2C7ED1;
	margin:15px auto;
}
.page-template-success-paths .feature-cards:nth-of-type(2n + 1) {
	background:#ffffff;
}
/***************************/
/*  Split Content */
/***************************/
.split-content-wrapper {
	max-width:85vw;
	margin:0 auto;
}
.split-content ul {
	list-style:none;
	margin:0;
	padding:0;
}
.split-content .row {
	padding-top:40px;
	padding-bottom:40px;
}
.split-content img {
	margin-bottom:20px;
}
.split-content h3 {
	/*font-size:40px;*/
}
.split-content {
	/*font-size:22px;*/
	line-height:1.7;
}
@media (max-width:1200px) {
	.split-content h3 {
		font-size:20px;
		font-weight:bold;
	}
	.split-content {
		font-size:17px;
	}
}
/***************************/
/*  FAQs */
/***************************/
.faqs {
	padding:60px 0;
	background:#CBEBFD;
}
.faqs .heading {
	text-align:center;
}
.faq {
	border:none;
	margin-bottom:5px;
}
.faq.card .card-body {
	font-size: 1.25em;
}
.faq .card-header{
	padding:0;
	border:none;
	border-radius:0px !important;
	background:#F5FCFF;
}
.faq .card-header .btn {
	padding:20px;
	border:none;
	width:100%;
	display:block;
	position:relative;
	text-align:left;
	text-decoration:none;
	color:#000000;
	font-size:24px;
}
.faq .card-header .btn:after {
	position: absolute;
	right: 20px;
	top: -3px;
	font-size: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	line-height: 1;
	font-weight: 300;
}
.faq .card-header .btn[aria-expanded="false"]:after {
	content:'+';
}
.faq .card-header .btn[aria-expanded="true"]:after {
	content:'-';
}
@media (max-width:1200px) {
	.faq .card-header .btn {
		font-size:18px;
		line-height:1.4;
		padding-right:30px;
	}
	.faq .card-header .btn:after {
		font-size:20px;
		right:10px;
	}
}
/***************************/
/*  Blog */
/***************************/
.think-blog .container {
	max-width:1000px;
}
.think-blog h1 {
	font-size: 1.958rem !important;
}
.think-blog img {
	/* width:100%; */
}
.think-blog .blog-post {
	color:#404040;
	text-decoration:none;
}
.posts-navigation a {
	color:#404040;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
}
.blog .post-content,
.single-post .article-content,
.single-articles .article-content. .single-editorial .article-content {
	font-size:17px;
}
.archive-editorial .think-blog .container {
	max-width:630px;
}
.archive-editorial h1, .archive-editorial .think-blog h2, .single-editorial .article-title {
	font-size: 1.958rem !important;
	margin-bottom: 24px;
}
.image-caption {
	font-size: 16px;
	opacity: 0.5;
	display: inline-block;
	margin-top: 7px;
	line-height: 17px;
}

@media (max-width:991px) {
	.think-blog h1 {
		font-size:36px;
	}
	.blog .post-content,
	.single-post .article-content,
	.single-articles .article-content {
		font-size:17px;
	}
	.image-caption {
		font-size:16px;
	}
}

figure.wp-caption,
figure.wp-caption a,
figure.wp-caption img {
	width:100%!important;
	display:block;
}
.wp-caption-text {
	text-align:left;
	font-weight:300;
	font-size: 16px;
	opacity: 0.5;
	display: inline-block;
	margin-top: 7px!important;
	line-height: 17px;
}
/***************************/
/* Footer */
/***************************/
.site-footer {
	position:relative;
}
.site-footer:before {
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.25);
	position:absolute;
}
.footer-wrapper {
	background-size:cover;
	background-position:center;
	position:relative;
}
.footer-hero {
	padding:125px 0;
	color:#fff;
	font-size:36px;
}
.footer-hero h2 {
	font-size:48px;
	font-weight:700;
	margin-bottom:40px;
}
.footer-hero p {
	margin-bottom:40px;
}

.footer-hero .buttons .btn {
	margin:15px;
}

.footer-hero .buttons .btn img {
	margin-left: 2px;
	height: 17px;
	margin-top: -7px;
	margin-bottom: -4px;
	display: inline-block;
}

.footer-hero .buttons .btn:nth-of-type(2) {
	background:#B60120;
	border-color:#B60120;
}
.deep-footer {
	background:rgba(0,0,0,0.25);
}
.deep-footer .container {
	/*display:flex;
	flex-wrap:wrap;
	justify-content:space-between;*/
	color:#fff;
	padding:60px 20px;
	/*max-width:1440px;*/
}
.deep-footer a {
	color:#fff;
	font-size:18px;
}
.deep-footer ul {
	list-style:none;
	padding-left:0;
	margin:0;
	line-height:2;
}
.deep-footer .divider {
	display:block;
	height:1px;
	background:#707070;
	margin-bottom:10px;
	margin-right:-30px;
}

.deep-footer .footer-col {
	/*width:15%;*/
	margin-bottom:20px;
}
.deep-footer .footer-col.logo img {
	width:150px;
}

.deep-footer .logo p {
	margin-top: 10px;
	font-size: 13px;
}


.after-footer .social-icons a {
	font-size:18px;
	padding:10px;
	opacity:0.5;
	transition:all 200ms ease-in-out;
	color:#fff;
}
.after-footer .social-icons a:hover {
	opacity:1;
}


.footer-wrapper .footer-hero .body p strong {
	font-weight: 500;
}

@media (min-width:1201px) {
	.footer-hero .body {
		background:transparent!important;
	}
}
@media (max-width:1200px) {
	.footer-wrapper{
		background-position:center top;
	}
	.footer-hero {
		padding-top:0;
		padding-bottom:0;
		font-size:22px;
	}
	.footer-hero h2 {
		font-size:30px;
		padding:40px;
		background:#00072E;
		margin-bottom:0;
	}
	.footer-hero .body {
		padding:150px 0;
		background-size:cover;
		background-position:center top;
	}
	.footer-hero p {
		background:rgba(0,0,0,0.3);
		padding:20px;
		margin-bottom:0;
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.footer-hero p:last-of-type {
		margin-bottom:100px;
	}
	.deep-footer .footer-col {
		width:33.33%;
	}
	.deep-footer {
		background:#00072E;
	}
	.deep-footer .footer-col {
		width:50%;
	}
}
@media (max-width:768px) {
	.deep-footer .container {
		padding-bottom:0;
	}
	.deep-footer .footer-col {
		width:100%;
	}
	.deep-footer .footer-col ul {
		column-count:2;
	}
	.deep-footer .footer-col h3 {
		font-size:20px;
	}
	.deep-footer a {
		font-size:14px;
	}
}
.after-footer {
	background:#00072E;
	color:#fff;
	padding:40px 0;
}
.after-footer p {
	margin-bottom: 0;
	font-size: .8em;
}

/* ARTICLE AUTHOR DETAILS */
.author-details {
	max-width:800px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:80px;
	justify-content:space-between;
}
.author-details .author {
	display:flex;
}
.author-details .author h4 {
	color:#B60120;
}
.author-details .author img {
	width:135px;
	height:135px;
	object-fit:cover;
	border-radius:100%;
	display:block;
	margin-right:25px;
	border:1px solid #000;
}
.author-details .author .info {
	width:calc(100% - 200px)
}


/***************************/
/* RESIZE TEMPLATES */
/***************************/
.single-articles .site-header .site-header-wrapper ul li a,
.single-post .site-header .site-header-wrapper ul li a {
	/*font-size:16px;*/
}
.single-articles .page-hero.static-bg h2,
.single-post .page-hero.static-bg h2 {
	font-size:40px;
	margin-bottom:0;
	font-weight:bold;
}
.single-articles .page-hero.static-bg h4,
.single-post .page-hero.static-bg h4 {
	font-size:20px;
}
.single-articles .page-hero.static-bg *:last-of-type,
.single-post .page-hero.static-bg *:last-of-type {
	margin-bottom:0;
}
.single-articles .feature-image,
.single-post .feature-image {
	/*max-height:65vh;*/
	object-fit:cover;
}
.single-articles .article-title,
.single-post .article-title {
	font-size:44px;
}
.single-articles .article-content,
.single-post .article-content {
	font-size:20px;
	/*text-align:justify;*/
}
.single-articles .article-content h2, .single-post .article-content h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
}

.single-articles .article-content h3, .single-post .article-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.footer-wrapper {
	background-position:top center!important;
}
.footer-hero {
	font-size:24px;
}
.footer-hero {
	margin-bottom:0;
}
.footer-hero h2 {
	font-size:38px;
	margin-bottom:20px;
}
@media (max-width:1200px) {
	.footer-hero h2 {
		margin-bottom:0;
	}
}
.footer-hero p {
	margin-bottom: 20px;
	line-height: 2;
}
.footer-hero .btn {
	margin:15px 10px;
}
.deep-footer * {
	font-size:13px;
}
.deep-footer a {
	font-size:13px;
}
.deep-footer h3 {
	font-weight:bold;
}
.after-footer {
	font-size:14px;
	color:rgba(255,255,255,0.5);
}


.page-hero.static-bg .page-hero-wrapper {
	padding: 43px 0;
	background-position: center top;
}


.video-play-btn:after {
	content: " ";
	display: inline-block;
	background-image: url(/wp-content/uploads/2019/09/button_white.svg);
	height: 17px;
	margin-left: 5px;
	width: 17px;
	margin-bottom: -4px;
	background-size: cover;
	margin-top: -2px;
	margin-right: -5px;
	opacity: 0.99;
}

ul.cta-features li i {
	margin-right: 10px;
}

.hp-process .card p a {
	color: #00428E;
}

.hp-process .card p a:hover {
	text-decoration: underline;
}

.hp-call-to-action.smaller {
	padding: 5px 30px 34px 0;
}

.hp-call-to-action.smaller .cta-features {
	font-size: 37px;
	margin-bottom:25px;
}

.split-content ul li {
	font-size: 1.1em;
}

.split-content h3 {
	margin-top: -7px;
}

.heading.blog h3 {
	font-size: 1.3125rem;
}

.heading.blog {
	padding-top: 0.5rem !important;
	padding-bottom: 2rem !important;
}

a.read-more-link {
	font-size: .75rem;
	color: #404040;
}

.think-blog hr {
	margin-bottom:1.4em;
}

.grow_on_hover {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	transition:transform 0.25s ease-in-out;
}

.grow_on_hover:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	transition:transform 0.25s ease-in-out;
}

.slick-prev, .slick-next {
	overflow: visible !important;
	height: 50px !important;
	width: 30px !important;
}

.success-heading h2 {
	font-size: 1.958rem;
	margin-bottom:10px;
}

section.split-content {
	padding-top: 50px;
}

.card-body a:hover {
	text-decoration: underline;
}

.post-content h3 {
	font-size: .9em;
	font-weight: bolder;
	margin-top: 25px;
}




/* To target all editorial headers - https://new.businesstown.xavincidev.com/articles/ */
.archive-editorial .page-hero .heading h1, .single-editorial .page-hero .heading h1 {
	font-size: 48px !important;
	margin-bottom: 10px !important;
}

.single-editorial .page-hero .hero-body h4, .archive-editorial .page-hero .hero-body h4 {
	font-size: 23px;
	font-weight: 600;
}

.archive-editorial .page-hero .heading, .single-editorial .page-hero .heading {
	/* margin-top: 60px; */
	margin-bottom: -15px;
}

.archive-editorial .page-hero.static-bg .page-hero-wrapper, .single-editorial .page-hero.static-bg .page-hero-wrapper {
	padding: 73px 0px 93px 0px;
}

.archive-editorial .page-hero .hero-body, .single-editorial .page-hero .hero-body {
	margin-bottom: -25px;
}

.single-editorial .content-area h1.article-title
{
	font-size:2.976rem !important;
}

.single-editorial .article-content,
.single-post .article-content {
	font-size:20px;
	/*text-align:justify;*/
}
.single-editorial .article-content h2, .single-post .article-content h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
}

.single-editorial .article-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.author-details a {
	color: #4169e1 !important;
}

.heading.blog h3 {
	font-size: .984rem;
}

.archive-editorial .post-title h2 {
	font-size: 2.2517rem !important;
}

.archive-editorial section.think-blog {
	padding-top: 2.1rem !important;
}

.archive-editorial .post-content {
	margin-top: 25px;
	font-size: 20px;
}

.archive-editorial .think-blog hr {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

@media(max-width:1500px)
{
	.video-fancybox .container {
		max-width:1000px !important;
	}
}

.page-template-faqs .heading h2 {
	font-size: 64px;
	font-weight: bold;
	line-height: 1.3;
}

.faq .card-body a {
	color: #4169e1 !important;
}

.faq .card-body a:hover {
	text-decoration:underline;
}

.site-header-wrapper .widget {
	margin: 0px !important;
}

/* How It Works Image Overlays */
.split-content .image {
	position:relative;
	margin-bottom:20px;
}
.split-content .image img {
	margin-bottom:0;
}
.split-content .image .image-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	color:#fff;
	font-size:26px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:800;
	text-transform:uppercase;
}

.hp-testimonial-slider .slick-prev:before, .hp-testimonial-slider .slick-next:before
{
	display:none;
}

.nav-off-canvas .textwidget ul li a {
	text-transform:uppercase;
}

.off-canvas-header .tag {
	margin-top: 2px;
	margin-bottom: -2px;
	margin-left: 2px;
}

.nav-off-canvas .mobile-toggle {
	transform: scale(0.5,0.5) rotate(45deg) !important;
	margin-top: 6px;
	margin-bottom: -2px;
	margin-right: -7px;
}

.off-canvas-header .logo {
	margin-left: -2px;
}

.off-canvas-header .logo img {
	width: 100px;
}

.off-canvas-header .mobile-toggle, .mobile-toggle span, .mobile-toggle span:before, .mobile-toggle span:after {
	display: block;
}


.d-xs {
	display:none;
}.nav-off-canvas

.show-bio h3 {
	font-size: 18px !important;
	font-weight: 800 !important;
}

.show-bio p {
	font-size: 18px;
	margin-top: -5px;
	line-height: 1.4;
}

@media(max-width:1200px)
{
	.dynamic-homepage .sample-videos h2, .page-template-home-page .sample-videos h2 {
		font-size: 26px;
		font-weight: bold;
	}
}

.article-content a {
	color: royalblue;
}

.page-template-default .article-content {
	margin-bottom: 70px !important;
}

.nav-off-canvas ul {
	margin-bottom:-20px;
}

.nav-off-canvas a.btn.btn-primary {
	background: none;
	font-size: 1em;
	border: none;
	color: #ffffff!important;
	line-height: 2;
	margin: 0px 0 0px 0px !important;
	padding: 10px 0;
	display: inline-block;
}

/*

MOBILE

 */
@media(max-width:1200px)
{

	html, body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.site-header .site-header-wrapper {
		padding: 5px 20px;
	}

	.page-hero h4, .footer-hero p {
		line-height: 1.1;
		font-weight: 500;
		font-size: 22px;
	}

	.footer-hero p strong {
		font-weight: 500 !important;
	}

	.page-hero h4 br, .footer-hero p br {
		content: "A" !important;
		display: block !important;
		margin-bottom: 1em !important;
	}

	.page-hero video {
		left: 70%;
	}

	.feature-cards h2, .hp-testimonials h2, .hp-about h2, .hp-process h2, .footer-hero h2 {
		font-size: 26px;
		text-align:center;
	}

	.hp-about-wrapper h2 br {
		display: none;
	}

	.deep-footer .divider {
		margin-right: 0px;
	}

	.hp-call-to-action {
		padding: 30px 0px 40px 0;
	}

	.hp-call-to-action.smaller {
		padding: 20px 0px 40px 0;
	}

	.page-hero.static-bg .page-hero-wrapper {
		padding-top: 0px;
	}

	.page-template-faqs .heading h2 {
		font-size: 36px;
		font-weight: 600;
	}

	.page-hero h1 {
		padding: 20px 40px 20px 40px;
		background: none;
	}

	.video-list .video-bg {
		min-height: 250px;
	}

	.video-bg img.grow_on_hover {
		width: 70px;
	}

	.video-list-container {
		max-width: 92% !important;
		flex: 0 0 92%;
	}

	.video-list li .btn {
		display: block;
		margin-right: 0px;
	}

	.video-list li h3 {
		font-size: 1.5rem;
	}

	.fancybox-content {
		padding: 0px;
	}

	.video-fancybox .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.fancybox-content .col-12 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.fancybox-content .row.py-3 {
		padding-top: 0.5rem! important;
	}

	.fancybox-content .col-md-6.text-right {
		margin-top: 10px;
	}

	.fancybox-content .container {
		font-size: .9em;
	}

	.video-fancybox .container .row .btn-primary {
		padding: 5px;
	}

	.fancybox-button {
		height: 50px !important;
		width: 50px !important;
	}

	.fancybox-content .embed-responsive iframe {
		z-index: 9999999999999999 !important;
	}

	.sep {
		margin: 5px auto 10px auto;
	}

	.success-heading h2 {
		margin-bottom: 10px;
	}

	.success-heading h3 {
		font-size: 1.2rem !important;
	}

	.feature-cards-wrapper .success-heading {
		margin-bottom: 30px;
	}

	.hp-call-to-action.smaller .cta-features {
		font-size: 23px;
		width: 70%;
		margin-left: 15%;
		line-height: 1.2;
	}

	.split-content .image .image-overlay {
		line-height: 1;
	}

	.split-content ul li {
		font-size: 1.1em;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	section.split-content {
		padding-bottom:50px;
	}

	.faqs .col-8 {
		max-width: 100% !important;
		flex: 0 0 100%;
	}

	.faq.card .card-body {
		font-size: 1.1em;
	}

	.archive-editorial .page-hero .heading h1, .single-editorial .page-hero .heading h1 {
		font-size: 26px !important;
		padding-bottom: 10px;
	}

	.single-editorial .page-hero .hero-body h4, .archive-editorial .page-hero .hero-body h4 {
		font-size: 16px !important;
		background: none;
		padding: 0px;
	}

	.archive-editorial .page-hero .hero-body, .single-editorial .page-hero .hero-body {
		padding-top: 0px;
		margin-bottom: 0px;
	}

	.single-editorial .page-hero .page-hero-wrapper, .archive-editorial .page-hero .page-hero-wrapper {
		padding: 0px 0px !important;
	}

	.archive-editorial .page-hero .heading, .single-editorial .page-hero .heading {
		margin-top: 20px;
	}

	.archive-editorial .post-title h2, .single-editorial .content-area h1.article-title {
		font-size: 26px !important;
	}

	.single-editorial .content-area h1.article-title {
		font-size: 30px !important;
		line-height: 1.1;
	}

	.archive-editorial section.think-blog {
		padding-top: 1.2rem !important;
	}

	.single-editorial .page-hero.static-bg *:last-of-type, .single-articles .page-hero.static-bg *:last-of-type, .single-post .page-hero.static-bg *:last-of-type {
		margin-bottom: 25px;
	}

	.single-editorial .content-area h1.article-title strong, .archive-editorial .post-title h2 strong {
		font-weight: 800;
	}

	.single-editorial .article-content h2, .single-post .article-content h2 {
		font-size: 22px;
		font-weight: 800;
	}

	.single-editorial .article-content h3 {
		font-weight: 800;
	}

	.single-editorial .article-content h2, .single-post .article-content h2 {
		margin-top: 1.5rem;
	}

	.single-editorial .article-content h3, .single-post .article-content h3 {
		margin-top: 1.5rem;
	}

	.article-content img {
		margin-bottom: 1rem;
	}

	.wp-caption {
		margin-bottom: 1rem;
	}

}

@media(max-width:1200px) and (min-width:574px)
{
	.footer-hero .body {
		background-image: none !important;
	}
}

.archive-editorial .page-hero .buttons .btn {
	margin-top: -50px;
	margin-bottom: -50px;
}

.single-editorial .page-hero .buttons .btn {
	margin-top: 0px;
	margin-bottom: -50px;
}

@media(max-width: 768px)
{
	.archive-editorial .page-hero .buttons .btn {
		margin-top: -80px;
		margin-bottom: -30px;
	}

	.single-editorial .page-hero .buttons .btn {
		margin-top: -10px;
		margin-bottom: -80px;
	}

	header.sticky-top {
		position: fixed !important;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
	}

	/*
	html {
		padding-top: 47px;
	}
	 */


	.site-header .site-header-wrapper {
		padding: 5px 13px 5px 20px;
	}

	.page-hero.front-page h1 {
		padding: 20px 40px;
	}

	.page-hero .buttons .btn,  .footer-hero .buttons .btn {
		display: block;
		width: 240px;
		margin-left: calc(50% - 120px);
		max-width: 100%;
	}

	.page-hero .buttons {
		margin-bottom: 50px;
		margin-top: -50px;
	}

	.single-editorial .page-hero .buttons {
		margin-top:0px;
	}

	.site-header .site-header-wrapper ul li a.btn-primary, .footer-hero ul li a.btn-primary {
		padding: 3px 2px;
		font-size: 13px;
		margin-right: 0px !important;
	}

	.site-header .site-header-wrapper ul li a {
		font-size: 13px;
	}

	.mobile-toggle {
		transform: scale(.9,.9);
	}

	.page-hero video {
		top: 55%;
	}

	.page-hero .hero-body {
		padding: 100px 0 0px 0;
	}

	.footer-hero .hero-body {
		padding: 100px 0 0px 0;
	}

	.after-footer .social-icons {
		min-width: 120px;
	}

	.after-footer div.col-8 {
		max-width: calc(100% - 120px);
	}

	.after-footer .social-icons a {
		display: inline-block;
		width: 50%;
		float: left;
		padding: 5px;
	}

	.single-editorial .feature-image {
		margin-left: calc(-0.55%);
		transform: scale(1.11);
		margin-top: calc(1.11%);
		margin-bottom: calc(1.11%);
	}

	.single-editorial .mb-5 span.image-caption {
		margin-top: 15px;
	}

	.single-editorial .article-content, .archive-editorial .article-content, .archive-editorial .post-content {
		padding-left: 3%;
		padding-right: 3%;
	}

	.single-editorial .content-area h1.article-title {
		/* margin-top: -.25rem !important; */
		margin-top: 40px !important;
		margin-bottom: 2rem !important;
	}

	.author-details .author {
		padding-top: 155px;
		position: relative;
	}

	.author-details .author img {
		position: absolute;
		top: 0px;
	}

	.author-details .author .info {
		width: 100%;
	}

	.d-xs {
		display:initial !important;
	}

}

@media(max-width:480px)
{
	html {
/* 		padding-top: 38px; */
	}
}

@media(max-width:767px)
{
	.single-editorial .article-content h2 {
		margin-top:0px !important;
	}

	.single-editorial .article-content {
		display: inline-block;
		/* margin-top: -15px !important; */
	}

	.wp-caption-text, .image-caption {
		line-height:19px;
	}
}


.dynamic-page section.elementor-element.elementor-element-006a527 {
	padding-top: 100px;
}



/*

TO DO
Image Script to Use Other Images for Articles, Etc.
Authentication with Thinkific / Login







IN PROGRESS
Checkout Pages in Thinkific - JEFF
Sign In Page in Thinkific - JEFF
Thinkific needs to have the same header as the main website (if they are NOT logged in)... if they are, it can have the thinkific header - JEFF


DONE
Examples to use: Single Article; Blog Archive
Fix the course and lesson counts on success paths
Mobile specific background image for each page header (vertically oriented)
50 Second video tour - (same as free videos, slightly different format than free videos)
When clicking on courses, if signed into Thinkific, we need to take them to the course... all set?


*/
