
h1 {
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 32px;
}
h2 {
	font-size: 28px;
	line-height: 1.3;
	margin: 48px 0 24px;
}
h3 {
	font-size: 24px;
	line-height: 1.3;
	margin: 40px 0 20px;
}
h4 {
	font-size: 21px;
	line-height: 1.3;
	margin: 32px 0 16px;
}
p {
	margin: 0 0 12px;
}

.home header,
.home footer { display: none; }
.front-section {
	background: url('../images/front-hero.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 100vh;
	display: flex;
	align-items: center;
}
.front-section__welcome {
	background: rgb(255, 255, 255);
	border-radius: 20px; 	
	padding: 60px 40px;
	max-width: 720px;
	margin: 0 auto;
	color: #002345;
}
.front-section__welcome .ld-button {
	margin: 40px auto 0 !important;
	max-width: fit-content !important;
}

.ld-button {
	border-radius: 8px !important;
	padding: 10px 40px !important;
	font-weight: 600 !important;
}

.ld-login-modal .ld-forgot-password-link,
.ld-login-modal .login-remember,
.ld-login-modal .ld-login-modal-branding {
	display: none !important;
}

.learndash-wrapper .ld-modal {
  max-width: 640px !important;
}
.learndash-wrapper.ld-modal-open:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #002345;
	opacity: 1;
	z-index: 0;
}

.ld-login-modal .ld-modal-heading {
	color: #002345 !important;
}

.ld-login-modal-form label {
	text-align: left;
}
.learndash-wrapper .ld-login-modal .ld-login-field, 
.learndash-wrapper .ld-login-modal .ld-password-field, 
.learndash-wrapper .ld-login-modal input[type="email"], 
.learndash-wrapper .ld-login-modal input[type="password"], 
.learndash-wrapper .ld-login-modal input[type="text"] {
	background: none !important;
	border-radius: 20px !important;
	padding: 1em 2em 1em 3em !important;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before,
.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before {
	top: 2.3em !important;
	left: 1em !important;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child {
    display: none;
}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:nth-child(3) {
    border-right: none;
}
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
  border: 5px solid #F3F8FF !important;
  padding: 40px;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background-color: #F3F8FF !important;
  padding: 1em 1em !important;
}

.learndash-wrapper .ld-breadcrumbs,
.learndash-wrapper .ld-topic-status,
.learndash-wrapper .ld-lesson-status,
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  background: #F3F8FF !important;
}

.ld-video {
	margin-bottom: 40px;
}
.learndash-wrapper .ld-content-actions {
	position: relative;
	margin-top: 100px;
}
.sfwd-mark-complete {
	position: absolute !important;
	top: -100px;
}

@media (min-width: 1200px) {
	.learndash-wrapper .ld-content-actions {
	  align-items: center;
	}
}

.ld-tab-content a {
	background: #1e82ec;
	color: #fff;
	border-radius: 8px;
	padding: 10px 30px 10px 60px;
	font-weight: 600;
	position: relative;
}
.ld-tab-content a:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 12px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M22 24h-18v-22h12l6 6v16zm-7-21h-10v20h16v-14h-6v-6zm-1-2h-11v21h-1v-22h12v1zm2 7h4.586l-4.586-4.586v4.586z'/%3E%3C/svg%3E");
}
.ld-tab-content a:hover {
	opacity: .7;
}

.embed_download {
	margin-top: 24px;
	font-size: 14px;
	font-weight: 400;
}

	@media (min-width: 1200px) {
		.lesson-content-area {
			display: flex;
			flex-wrap: wrap;
		}
		.lesson-content-area>div:first-of-type {
			width: 22%;
			position: relative;
		}
		.lesson-content-area>div:last-of-type {
			width: 78%;
			box-shadow: 0px 4px 30px 0px #B7D4FF;
			z-index: 2;
		}
		.lesson-content-area>div:first-of-type>div {
			position: sticky;
			top: 12px;
		}
		.lesson-content-area>div:first-of-type h4 {
			margin: 12px 0;
		}
		.lesson-content-area>div:first-of-type .ld-course-list-content .ld-item-list {
			margin: 0
		}
		.lesson-content-area>div:first-of-type .ld-course-list-content .ld-item-name {
			font-size: 14px;
		}
		.lesson-content-area>div:first-of-type .ld-course-list-content .ld-item-list-item {
			margin: 0;
			border: 0;
		}
		.lesson-content-area>div:first-of-type .ld-course-list-content .ld-item-list-item-preview {
			padding: 8px 0 8px 0;
		}
		.lesson-content-area>div:first-of-type .ld-course-list-content .ld-item-list-item {
			background: none;
		}
		.lesson-content-area .ld-course-list-content .ld-item-name {
			padding: 4px 32px 4px 0;
			display: block;
		}
		.lesson-content-area .ld-course-list-content .ld-item-name.active {
			font-weight: 600;
			color: #1e82ec;
			padding: 4px 32px 4px 12px;
	    	border-left: 5px solid #1E82EC;
	    	background: #F3F8FF;
		}

		.single-sfwd-lessons .learndash-wrapper .ld-content-actions {
			padding: 1rem;
		}
		.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-button {
			    width: max-content;
		}
	}
