
.ld-icon {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: ld-icons !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.ld-icon-alert:before {
	content: "";
}

.ld-icon-unlocked:before {
	content: "";
}

.ld-icon-quiz:before {
	content: "";
}

.ld-icon-materials:before {
	content: "";
}

.ld-icon-download:before {
	content: "";
}

.ld-icon-course-outline:before {
	content: "";
}

.ld-icon-content:before {
	content: "";
}

.ld-icon-checkmark:before, .ld-icon-complete:before {
	content: "";
}

.ld-icon-clock:before {
	content: "";
}

.ld-icon-certificate:before {
	content: "";
}

.ld-icon-calendar:before {
	content: "";
}

.ld-icon-assignment:before {
	content: "";
}

.ld-icon-arrow-up:before {
	content: "";
}

.ld-icon-arrow-right:before {
	content: "";
}

.ld-icon-arrow-left:before {
	content: "";
}

.ld-icon-arrow-down:before {
	content: "";
}

.ld-icon-login:before {
	content: "";
}

.ld-icon-delete:before, .ld-icon-remove:before {
	content: "";
}

.ld-icon-comments:before {
	content: "";
}

.ld-icon-search:before {
	content: "";
}

.learndash-wrapper * {
	box-sizing: border-box;
}

.learndash-wrapper .learndash_checkout_buttons {
	margin: 0 .5em 0 0;
}

.learndash-wrapper #btn-join, .learndash-wrapper .btn-join {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper #btn-join .ld-icon, .learndash-wrapper .btn-join .ld-icon {
	font-size: .875em;
}

.learndash-wrapper #btn-join .ld-text, .learndash-wrapper .btn-join .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper #btn-join+.ld-button, .learndash-wrapper .btn-join+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper #btn-join.ld-compact, .learndash-wrapper .btn-join.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper #btn-join.ld-compact .ld-icon, .learndash-wrapper .btn-join.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper #btn-join.ld-compact .ld-text, .learndash-wrapper .btn-join.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper #btn-join.ld-button-alternate, .learndash-wrapper .btn-join.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper #btn-join.ld-button-alternate .ld-icon, .learndash-wrapper .btn-join.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper #btn-join.ld-button-alternate .ld-text, .learndash-wrapper .btn-join.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper #btn-join.ld-button-alternate:hover, .learndash-wrapper .btn-join.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper #btn-join.ld-button-transparent, .learndash-wrapper .btn-join.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper #btn-join.ld-button-transparent.ld-status-complete, .learndash-wrapper .btn-join.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper #btn-join.ld-button-transparent:hover, .learndash-wrapper .btn-join.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper #btn-join.ld-button-reverse, .learndash-wrapper .btn-join.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper #btn-join.ld-button-reverse:hover, .learndash-wrapper .btn-join.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper #btn-join:disabled, .learndash-wrapper .btn-join:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper #btn-join:hover, .learndash-wrapper .btn-join:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper #btn-join:disabled:hover, .learndash-wrapper .btn-join:disabled:hover {
	opacity: .75;
}

.learndash-wrapper #btn-join:focus, .learndash-wrapper .btn-join:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper #btn-join, .learndash-wrapper .btn-join {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper #btn-join, .learndash-wrapper .btn-join {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper #btn-join:disabled:hover, .learndash-wrapper .btn-join:disabled:hover {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	cursor: default;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper #btn-join:disabled:hover .ld-icon, .learndash-wrapper .btn-join:disabled:hover .ld-icon {
	font-size: .875em;
}

.learndash-wrapper #btn-join:disabled:hover .ld-text, .learndash-wrapper .btn-join:disabled:hover .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper #btn-join:disabled:hover+.ld-button, .learndash-wrapper .btn-join:disabled:hover+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper #btn-join:disabled:hover.ld-compact, .learndash-wrapper .btn-join:disabled:hover.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper #btn-join:disabled:hover.ld-compact .ld-icon, .learndash-wrapper .btn-join:disabled:hover.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper #btn-join:disabled:hover.ld-compact .ld-text, .learndash-wrapper .btn-join:disabled:hover.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate, .learndash-wrapper .btn-join:disabled:hover.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate .ld-icon, .learndash-wrapper .btn-join:disabled:hover.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate .ld-text, .learndash-wrapper .btn-join:disabled:hover.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate:hover, .learndash-wrapper .btn-join:disabled:hover.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent, .learndash-wrapper .btn-join:disabled:hover.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent.ld-status-complete, .learndash-wrapper .btn-join:disabled:hover.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent:hover, .learndash-wrapper .btn-join:disabled:hover.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-reverse, .learndash-wrapper .btn-join:disabled:hover.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper #btn-join:disabled:hover.ld-button-reverse:hover, .learndash-wrapper .btn-join:disabled:hover.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper #btn-join:disabled:hover:disabled, .learndash-wrapper .btn-join:disabled:hover:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper #btn-join:disabled:hover:hover, .learndash-wrapper .btn-join:disabled:hover:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper #btn-join:disabled:hover:disabled:hover, .learndash-wrapper .btn-join:disabled:hover:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper #btn-join:disabled:hover:focus, .learndash-wrapper .btn-join:disabled:hover:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper #btn-join:disabled:hover, .learndash-wrapper .btn-join:disabled:hover {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper #btn-join:disabled:hover, .learndash-wrapper .btn-join:disabled:hover {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper #btn-join:hover, .learndash-wrapper .btn-join:hover {
	color: #fff;
}

.learndash-wrapper .ld-button {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper .ld-button .ld-icon {
	font-size: .875em;
}

.learndash-wrapper .ld-button .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper .ld-button+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper .ld-button.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper .ld-button.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper .ld-button.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper .ld-button.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper .ld-button.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper .ld-button.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper .ld-button.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper .ld-button.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper .ld-button.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .ld-button.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper .ld-button.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper .ld-button.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .ld-button:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-button:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper .ld-button:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-button:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper .ld-button {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-button {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper .ld-button .ld-icon {
	transition: all .25s ease-in-out;
}

.learndash-wrapper .ld-button:hover .ld-icon-arrow-right {
	transform: translateX(3px);
}

.learndash-wrapper .ld-button:hover .ld-icon-arrow-left {
	transform: translateX(-3px);
}

.learndash-wrapper a {
	border-bottom: none !important;
	box-shadow: none !important;
	text-decoration: none;
	text-shadow: none;
}

.learndash-wrapper a:hover {
	text-decoration: none;
}

.learndash-wrapper.ld-container {
	display: flex;
	margin: auto;
	max-width: 1280px;
	padding: 0 2em;
}

.learndash-wrapper .ld-page-content {
	flex: 1 auto;
	padding-right: 2.5%;
}

.learndash-wrapper .ld-sidebar-content {
	flex: 0 0 250px;
	padding-left: 2.5%;
}

.learndash-wrapper .ld-profile-avatar {
	border-radius: 100%;
	overflow: hidden;
}

.learndash-wrapper .ld-profile-avatar img {
	height: auto;
	width: 100%;
}

@media (max-width:1024px) {
	.learndash-wrapper.ld-container {
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-page-content {
		margin-bottom: 3em;
	}
}

.learndash-wrapper #sfwd-mark-complete, .learndash-wrapper .sfwd-mark-complete {
	display: block;
	overflow: hidden;
	position: relative;
}

@media (max-width:960px) {
	.learndash-wrapper #sfwd-mark-complete, .learndash-wrapper .sfwd-mark-complete {
		width: 100%;
	}
}

.learndash-wrapper #sfwd-mark-complete:after, .learndash-wrapper .sfwd-mark-complete:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	content: "";
	display: inline-block;
	font-family: ld-icons !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	padding-right: .15em;
	position: absolute;
	right: .5em;
	text-transform: none;
	top: 50%;
	transform: translateY(-50%);
}

.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
	align-items: center;
	background-color: #00a2e8;
	background-color: #019e7c;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em 3em 1em 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper #learndash_mark_complete_button .ld-icon, .learndash-wrapper .learndash_mark_complete_button .ld-icon {
	font-size: .875em;
}

.learndash-wrapper #learndash_mark_complete_button .ld-text, .learndash-wrapper .learndash_mark_complete_button .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper #learndash_mark_complete_button+.ld-button, .learndash-wrapper .learndash_mark_complete_button+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper #learndash_mark_complete_button.ld-compact, .learndash-wrapper .learndash_mark_complete_button.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-icon, .learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-text, .learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate, .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-icon, .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-text, .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate:hover, .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent, .learndash-wrapper .learndash_mark_complete_button.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent.ld-status-complete, .learndash-wrapper .learndash_mark_complete_button.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent:hover, .learndash-wrapper .learndash_mark_complete_button.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-reverse, .learndash-wrapper .learndash_mark_complete_button.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper #learndash_mark_complete_button.ld-button-reverse:hover, .learndash-wrapper .learndash_mark_complete_button.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper #learndash_mark_complete_button:disabled, .learndash-wrapper .learndash_mark_complete_button:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper #learndash_mark_complete_button:hover, .learndash-wrapper .learndash_mark_complete_button:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper #learndash_mark_complete_button:disabled:hover, .learndash-wrapper .learndash_mark_complete_button:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper #learndash_mark_complete_button:focus, .learndash-wrapper .learndash_mark_complete_button:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper #learndash_mark_complete_button:disabled, .learndash-wrapper .learndash_mark_complete_button:disabled {
	background: #4c4c4c !important;
	cursor: pointer;
	filter: grayscale(100%);
}

@media (max-width:768px) {
	.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
		line-height: 1.5em;
		max-width: 100%;
		white-space: normal;
	}
}

@media (max-width:640px) {
	.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
		margin-left: 0;
		max-width: 100%;
	}
}

.learndash-wrapper .ld-content-actions {
	border-top: 2px solid #e2e7ed;
	clear: both;
	display: flex;
	justify-content: space-between;
	padding: 1em 0;
}

.learndash-wrapper .ld-content-actions .ld-content-action {
	flex-basis: 200px;
	padding: 5px;
	position: relative;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-content-actions .ld-content-action a.ld-button {
		margin-left: 0;
	}
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
	display: block;
	font-size: .75em;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

@media (max-width:960px) {
	.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
		display: flex;
		justify-content: space-between;
		padding: 1.25em;
	}
}

@media (max-width:768px) {
	.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
		display: block;
		padding: 1.25em;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
		display: block;
		font-size: 1rem;
		margin: 0;
		text-align: center;
		width: 100%;
	}
}

@media (max-width:960px) {
	.learndash-wrapper .ld-content-actions .ld-content-action {
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width:768px) {
	.learndash-wrapper .ld-content-actions .ld-content-action {
		padding: 1em;
	}
	
	.learndash-wrapper .ld-content-actions {
		align-items: flex-start;
		justify-content: space-evenly;
	}
}

@media (max-width:960px) {
	.learndash-wrapper .ld-content-actions {
		align-items: flex-start;
		justify-content: space-evenly;
	}
}

.learndash-wrapper .ld-content-actions .ld-content-action+a {
	align-self: center;
}

.learndash-wrapper .ld-content-actions>a {
	flex: 1;
	font-size: .75em;
	text-align: center;
}

.learndash-wrapper .ld-content-actions #learndash_timer, .learndash-wrapper .ld-content-actions .learndash_timer {
	color: #728188;
	display: block;
	font-weight: 700;
	left: 0;
	padding: 1em;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
}

@media (max-width:768px) {
	.learndash-wrapper .ld-content-actions {
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-evenly;
	}
	
	.learndash-wrapper .ld-content-actions .ld-content-action {
		flex: 1;
	}
	
	.learndash-wrapper .ld-content-actions>* {
		margin-bottom: 2em;
		margin-left: 0;
	}
}

@media (max-width:768px) and (max-width:640px) {
	.learndash-wrapper .ld-content-actions>* {
		margin-bottom: 0;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-content-actions {
		flex-direction: column-reverse;
	}
	
	.learndash-wrapper .ld-content-actions div:first-child, .learndash-wrapper .ld-content-actions div:nth-child(3) {
		width: 100%;
	}
	
	.learndash-wrapper .ld-content-actions div:nth-child(2) {
		order: 1;
		width: 100%;
	}
}

.learndash-wrapper .ld-mobile-only {
	display: none !important;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-mobile-only {
		display: inherit !important;
	}
	
	.learndash-wrapper .ld-not-mobile {
		display: none !important;
	}
}

.learndash-wrapper .ld-loading {
	position: relative;
}

.learndash-wrapper .ld-loading:after {
	background: hsla(0, 0%, 100%, .5);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.learndash-wrapper .ld-loading:before {
	animation: ldrotating 1.2s linear infinite;
	border: 3px solid rgba(0, 0, 0, .5);
	border-radius: 50%;
	border-top-color: #00a2e8;
	content: "";
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 100;
}

.learndash-wrapper .order-overview {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 6px 6px #ccc;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 35px 25px 20px;
}

.learndash-wrapper .order-overview .order-heading {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.learndash-wrapper .order-overview .purchase-title {
	font-size: 22px;
	margin-bottom: 22px;
}

.learndash-wrapper .order-overview .purchase-rows {
	border: 1px solid #e2e7ed;
	border-radius: 6px;
}

.learndash-wrapper .order-overview .purchase-rows .purchase-row {
	border-bottom: 1px solid #e2e7ed;
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}

.learndash-wrapper .order-overview .purchase-rows .purchase-row:last-of-type {
	border-bottom: none;
}

.learndash-wrapper .order-overview .purchase-rows .purchase-row .purchase-label {
	font-weight: 700;
}

.learndash-wrapper .order-overview .coupon-form {
	display: flex;
	float: right;
	margin-top: 30px;
	width: 60%;
}

@media (max-width:1024px) {
	.learndash-wrapper .order-overview .coupon-form {
		width: 100%;
	}
}

.learndash-wrapper .order-overview .coupon-form input {
	padding: 9px;
	width: 50%;
}

.learndash-wrapper .order-overview .coupon-form input:first-of-type {
	border-bottom-left-radius: 6px;
	border-color: #737373;
	border-top-left-radius: 6px;
	font-size: .75em;
	margin-right: -2px;
	padding-left: 15px;
}

.learndash-wrapper .order-overview .coupon-form input:last-of-type {
	background: #737373;
	border-bottom-right-radius: 6px;
	border-color: #737373;
	border-top-right-radius: 6px;
	color: #fff;
	font-size: .75em;
	font-weight: 800;
}

.learndash-wrapper .order-overview .coupon-form input:last-of-type:hover {
	color: #fff;
	opacity: .9;
}

.learndash-wrapper .order-overview #remove-coupon-form {
	align-items: center;
	display: inline-flex;
}

.learndash-wrapper .order-overview #remove-coupon-form span {
	padding-left: 20px;
	white-space: nowrap;
}

.learndash-wrapper .order-overview #remove-coupon-form input[type=submit] {
	background: #737373;
	border-color: #737373;
	border-radius: 6px;
	color: #fff;
	font-size: 11px;
	height: 22px;
	margin-left: 5px;
	padding: 0 6px;
}

.learndash-wrapper .order-overview #remove-coupon-form input[type=submit]:hover {
	color: #fff;
	opacity: .9;
}

.learndash-wrapper .order-overview .totals {
	float: right;
	margin-top: 30px;
	width: 60%;
}

@media (max-width:1024px) {
	.learndash-wrapper .order-overview .totals {
		width: 100%;
	}
}

.learndash-wrapper .order-overview .totals .order-heading {
	margin-bottom: 20px;
}

.learndash-wrapper .order-overview .order-overview-return {
	clear: both;
	display: block;
	font-size: 15px;
	padding-top: 30px;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-mode-subscribe .ld-course-status-price {
	color: #728188;
	font-size: 24px;
}

.learndash-wrapper .ld-course-status .ld-course-status-mode-subscribe .ld-text {
	color: #728188;
	font-weight: 700;
}

.learndash-wrapper #learndash-registration-wrapper {
	width: 100%;
}

.learndash-wrapper #learndash-registration-wrapper #btn-join, .learndash-wrapper #learndash-registration-wrapper .btn-join {
	float: right;
	margin: 15px -5px 15px auto;
	max-width: 100%;
	width: 60%;
}

@media (max-width:1024px) {
	.learndash-wrapper #learndash-registration-wrapper #btn-join, .learndash-wrapper #learndash-registration-wrapper .btn-join {
		width: 100%;
	}
}

.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength {
	font-size: 1em;
	font-weight: 600;
	padding: 3px .5em;
	text-align: center;
}

.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.learndash-wrapper #learndash-registration-wrapper .learndash-password-hint {
	display: block;
	margin: .5em 0 0;
}

.checkout-dropdown-button .btn-join {
	background-color: #fff !important;
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.checkout-dropdown-button .btn-join:hover {
	background-color: #f5f5f5 !important;
	color: #000 !important;
}

@keyframes ldrotating {
	to {
		transform: rotate(1turn);
	}
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.learndash-wrapper .ld-expand-button {
		min-width: 120px;
	}
	
	.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
		flex-basis: 15px;
	}
	
	.learndash-wrapper .ld-status-icon.ld-status-in-progress, .learndash-wrapper .ld-status-icon.ld-status-incomplete {
		flex-basis: 18px;
	}
	
	.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress, .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete {
		flex-basis: 10px;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
		min-width: 80px;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button.ld-compact {
		margin-right: 1em;
		min-width: 0;
	}
	
	.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
		margin-right: 3em;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action, .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
		flex: 1;
	}
	
	.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
		width: 100%;
	}
}

.learndash-wrapper .ld-group-list {
	margin-bottom: 2em;
}

.learndash-wrapper .ld-item-list {
	margin: 2em 0 1em;
}

.learndash-wrapper .ld-item-list .ld-table-list.ld-no-pagination {
	border-bottom: 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-content {
	padding: 1.5em;
}

.learndash-wrapper .ld-item-list .ld-section-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.learndash-wrapper .ld-item-list .ld-section-heading h3 {
	font-weight: 700;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions {
	align-items: center;
	display: flex;
	width: 100%;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress {
	flex: 1;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-stats {
	align-items: flex-end;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-label {
	font-size: 1.5em;
	text-transform: none;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-bar {
	background-color: #e2e7ed;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
	margin-left: 1em;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-item-list .ld-section-heading h2, .learndash-wrapper .ld-item-list .ld-section-heading h3 {
		margin-bottom: 10px;
		text-align: center;
	}
	
	.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
		margin: 10px auto;
	}
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
	border: none;
	color: #728188;
	cursor: pointer;
	display: flex;
	font-size: .875em;
	font-weight: 800;
	margin: 0;
	padding: 0 10px 0 0;
	transition: color .3s ease;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon {
	font-size: 1.4em;
	height: 20px;
	margin-left: 5px;
	width: 20px;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover {
	color: #00a2e8;
	text-decoration: none;
}

.learndash-wrapper .ld-item-list .ld-item-search {
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.learndash-wrapper .ld-item-list .ld-item-search h4 {
	font-weight: 700;
	margin: 0 0 .5em;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-closer {
	cursor: pointer;
	display: flex;
	font-size: .625em;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 10px;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before {
	content: "x";
	margin-right: .25em;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper {
	background: #e2e7ed;
	border-radius: 6px;
	margin: 1em 0;
	overflow: visible;
	padding: 12px;
	position: relative;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
	background: #fff;
	background: #e2e7ed;
	content: "";
	height: 16px;
	left: 66px;
	left: auto;
	position: absolute;
	right: 175px;
	top: -8px;
	transform: rotate(-45deg);
	width: 16px;
	z-index: 9;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
		left: 20px;
		right: auto;
	}
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>* {
	flex: 1;
	padding-right: 1em;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields label {
	color: #728188;
	display: block;
	font-size: .875em;
	margin-bottom: .5em;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input, .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select {
	background: #fff;
	border: 2px solid #ccd2d9;
	border-radius: 0;
	height: 30px;
	padding: 0 .5em;
	width: 100%;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name {
	position: relative;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button {
	background-color: transparent;
	bottom: 24px;
	color: #728188;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 23px;
	line-height: 24px;
	padding: 0 1em;
	position: absolute;
	right: 18px;
	text-decoration: none;
	top: 41px;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button:before {
	content: "x";
	display: inline-block;
	margin-right: .25em;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button {
		right: 2px;
	}
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text] {
	font-size: 20px;
	line-height: 31.5px;
	width: 100%;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit {
	flex: 0 0 100px;
	padding-right: 0;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: 30px;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-icon {
	font-size: .875em;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
		margin-left: 10px;
		text-align: left;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields {
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>* {
		margin-bottom: 1em;
		padding-right: 0;
		width: 100%;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit {
		flex: 1;
		justify-content: center;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
		margin: auto;
	}
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
	background: #fff;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	margin: 1em 0;
}

.learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next {
	border-color: #00a2e8;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
	margin-right: .5em;
	margin-top: .25em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
	align-items: top;
	color: #495255;
	display: flex;
	flex: 1 1 100%;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
		flex: 1;
	}
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep {
	color: #e2e7ed;
	padding: 0 .5em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
	color: #00a2e8;
}

.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components {
	color: #728188;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
	color: #728188;
	display: block;
	font-size: .825em;
	font-weight: 700;
	margin-top: .5em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-status {
	display: inline-block;
	font-size: .825em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status {
	margin-left: .5em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
	margin-left: 1em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link {
	color: #019e7c;
	font-size: 26px;
	margin-right: 15px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded {
	height: auto;
	max-height: 0;
	overflow: hidden;
	position: relative;
	transition: max-height .5s ease;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before {
	background: #fff;
	content: "";
	height: 16px;
	left: 66px;
	left: 64px;
	position: absolute;
	top: -8px;
	transform: rotate(-45deg);
	width: 16px;
	z-index: 9;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
	background: #e2e7ed;
	padding: 2em 4.125em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
	padding: 2em 4.125em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
	margin-top: 0;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
		margin-left: 2em;
		margin-top: 0;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status {
		margin-left: 0;
		margin-right: 1em;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button {
		margin-left: 0;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents, .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
		padding: 2em 1em;
	}
	
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
		padding-top: 0;
	}
}

.learndash-wrapper .ld-table-list {
	border-radius: 6px;
	margin: 1.5em 0;
	overflow: hidden;
}

.learndash-wrapper .ld-table-list .ld-table-list-header, .learndash-wrapper .ld-table-list .ld-table-list-item-preview {
	align-items: center;
	display: flex;
	justify-content: space-between;
	overflow-wrap: break-word;
	padding: 20px 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-header a, .learndash-wrapper .ld-table-list .ld-table-list-item-preview a {
	color: #333;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title, .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
	align-items: center;
	display: flex;
	flex: 1;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title a, .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a {
	align-items: center;
	display: flex;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns, .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns {
	align-items: center;
	display: flex;
	flex: 2;
	justify-content: space-between;
	padding-left: 1em;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column, .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
	flex: 1;
	padding-left: .25em;
	padding-right: .25em;
	text-align: center;
}

.learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
	color: #333;
}

.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
	color: #00a2e8;
}

.learndash-wrapper .ld-table-list .ld-table-list-header {
	background-color: #00a2e8;
	color: #fff;
	font-weight: 800;
	padding: 20px 22px;
}

.learndash-wrapper .ld-table-list .ld-table-list-items {
	border: 2px solid #e2e7ed;
	border-bottom: 0;
	border-top: 0;
	font-size: .875em;
	overflow: hidden;
	padding: 0 20px;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-table-list .ld-table-list-items {
		padding: 0 20px;
	}
}

.learndash-wrapper .ld-table-list .ld-table-list-item {
	border-bottom: 1px solid #e2e7ed;
	padding-left: 0;
	padding-right: 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-item:last-child {
	border-bottom: 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a {
	color: #333;
}

.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover {
	color: #00a2e8;
}

.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column {
	color: #728188;
	font-size: 1.2em;
	font-weight: 700;
}

.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a {
	color: #728188;
}

.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column .ld-icon-comments {
	font-size: 1.5em;
	transform: translateY(.2em);
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded {
	padding: .75em 2em;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list {
	position: relative;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before {
	background: #fff;
	content: "";
	height: 16px;
	left: 66px;
	left: 32px;
	position: absolute;
	top: -8px;
	transform: rotate(-45deg);
	width: 16px;
	z-index: 9;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-header {
	background-color: #e2e7ed;
	color: #495255;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-items {
	background: #e2e7ed;
	padding-top: 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child {
	border-top: 2px solid #495255;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item {
	border-bottom: 1px solid rgba(73, 82, 85, .2);
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:last-child {
	border-bottom: 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item-preview {
	padding: 10px 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-footer {
	background: #e2e7ed;
	padding: 20px;
}

.learndash-wrapper .ld-table-list .ld-table-list-footer .ld-pagination {
	margin-bottom: 0;
}

.learndash-wrapper .ld-table-list.ld-no-pagination {
	border-bottom: 2px solid #e2e7ed;
}

.learndash-wrapper .ld-table-list.ld-no-pagination .ld-table-list-footer {
	background: transparent;
	padding: 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column {
	flex: 0 1 150px;
	font-size: .75em;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved {
	flex: 1;
	text-align: right;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
	flex: 0 1 150px;
	font-size: .875em;
	line-height: 1.4em;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label {
	display: none;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-statuscolumn {
	flex: 1;
	text-align: right;
}

.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title {
	overflow: hidden;
}

@media (max-width:768px) {
	.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns {
		display: none;
	}
	
	.learndash-wrapper .ld-table-list .ld-table-list-item-preview {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
		width: 100%;
	}
	
	.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns {
		align-items: flex-start;
		flex-direction: column;
		padding-top: .5em;
		width: 100%;
	}
	
	.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
		flex: 1 auto;
		margin: 0 0 .5em;
	}
	
	.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label {
		display: inline-block;
		margin: 0 0 .5em;
	}
	
	.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title {
		flex: 1;
	}
}

@media (max-width:640px) {
	.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-expanded, .learndash-wrapper .ld-lesson-list .ld-table-list-items {
		padding: 0;
	}
}

.learndash-wrapper .ld-progress {
	display: flex;
	flex-direction: column;
	margin: 1em 0;
}

.learndash-wrapper .ld-progress .ld-progress-heading {
	display: flex;
	font-size: .75em;
	justify-content: space-between;
	line-height: 1em;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
	font-weight: 800;
	text-transform: uppercase;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
	color: #019e7c;
	font-weight: 800;
	margin-right: 5px;
	text-transform: uppercase;
}

.learndash-wrapper .ld-progress .ld-progress-bar {
	background-color: #fff;
	border-radius: 7px;
	height: 7px;
	margin: 5px 0;
	overflow: hidden;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
	background: #019e7c;
	height: 7px;
}

.learndash-wrapper .ld-progress.ld-progress-inline {
	align-items: center;
	flex-direction: row-reverse;
}

.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar {
	flex: 1 auto;
	margin-right: 1em;
}

.learndash-wrapper .ld-progress.ld-progress-inline .ld-status {
	margin-left: 1em;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-progress .ld-progress-heading, .learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline {
		flex-direction: column;
	}
}

.learndash-wrapper .ld-breadcrumbs+.ld-topic-status {
	padding: 0;
}

.learndash-wrapper.learndash-widget .ld-progress {
	flex-wrap: wrap;
}

.learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading {
	flex-direction: column;
	margin: .25em 0;
	order: 1;
}

.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar {
	background-color: #e2e7ed;
	margin-right: 0;
	width: 100%;
}

.learndash-pager {
	align-items: center;
	background-color: #e2e7ed;
	border-radius: 17px;
	color: #728188;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: space-between;
	margin: 10px 0;
	padding: 6px 12px;
	text-transform: uppercase;
}

.learndash-pager a {
	border: none !important;
	box-shadow: none !important;
	color: #728188;
	cursor: pointer;
	font-size: 18px;
	line-height: 1em;
	text-decoration: none !important;
}

.learndash-pager a:after, .learndash-pager a:before {
	display: none;
}

.learndash-pager a.disabled {
	cursor: default;
	opacity: .5;
}

.learndash-pager .pager-left {
	order: 1;
}

.learndash-pager .pager-legend {
	order: 2;
	padding: 0 8px;
}

.learndash-pager .pager-right {
	order: 3;
}

.learndash-wrapper .ld-pagination {
	align-items: center;
	color: #728188;
	display: flex;
	font-size: .75em;
	font-weight: 700;
	justify-content: flex-end;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.learndash-wrapper .ld-pagination .ld-pages {
	align-items: center;
	background-color: #e2e7ed;
	border-radius: 17px;
	display: flex;
	flex: 0 0 180px;
	justify-content: space-between;
	line-height: 1;
	overflow: hidden;
	padding: .5em;
}

.learndash-wrapper .ld-pagination .ld-pages i {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	color: #728188;
	cursor: pointer;
	display: block;
	transition: color .3s ease;
}

.learndash-wrapper .ld-pagination .ld-pages i:hover {
	color: #00a2e8;
}

.learndash-wrapper .ld-pagination .ld-pages a {
	color: #728188;
	transition: all .25s ease-in-out;
}

.learndash-wrapper .ld-pagination .ld-pages a:hover {
	color: #333;
}

.learndash-wrapper .ld-pagination .ld-pages a.disabled {
	opacity: .25;
	pointer-events: none;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-pagination {
		justify-content: center;
	}
}

.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages {
	flex: 0 0 100px;
	padding: 0 10px;
}

.learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages {
	flex: 0 0 120px;
}

.ld-loading {
	position: relative;
}

.ld-loading:after {
	background: hsla(0, 0%, 100%, .5);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}

.ld-loading:after, .ld-loading:before {
	content: "";
	display: block;
	position: absolute;
}

.ld-loading:before {
	animation: ldrotating 1.2s linear infinite;
	border: 3px solid rgba(0, 0, 0, .5);
	border-radius: 50%;
	border-top-color: #00a2e8;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 100;
}

.learndash-wrapper .ld-section-heading h3 {
	font-size: 24px;
	margin: .5em 0;
}

.learndash-wrapper .ld-score {
	font-weight: 700;
}

.learndash-wrapper .ld-score.score-low {
	color: #ff3c00;
}

.learndash-wrapper .ld-score.score-high {
	color: #019e7c;
}

.learndash-wrapper .ld-expand-button {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper .ld-expand-button .ld-icon {
	font-size: .875em;
}

.learndash-wrapper .ld-expand-button .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper .ld-expand-button+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper .ld-expand-button.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper .ld-expand-button.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper .ld-expand-button.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper .ld-expand-button.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper .ld-expand-button.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .ld-expand-button.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper .ld-expand-button.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper .ld-expand-button.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .ld-expand-button:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-expand-button:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper .ld-expand-button:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-expand-button:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper .ld-expand-button {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-expand-button {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon {
	transform: rotate(-180deg);
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
	text-align: left;
}

.learndash-wrapper .ld-status {
	background-color: #e2e7ed;
	border-radius: 12px;
	color: #728188;
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1.1;
	margin-bottom: 5px;
	padding: 5px 12px;
	text-align: center;
	text-transform: uppercase;
}

.learndash-wrapper .ld-status-icon {
	border-radius: 100%;
	display: inline-block;
	flex-basis: 26px;
	flex-shrink: 0;
	height: 26px;
	position: relative;
	text-align: center;
	width: 26px;
}

.learndash-wrapper .ld-status-icon .ld-icon {
	font-size: 1.5em;
}

.learndash-wrapper .ld-status-icon .ld-icon:before {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon {
	font-size: 1em;
}

.learndash-wrapper .ld-status-icon.ld-quiz-complete {
	color: #019e7c;
}

.learndash-wrapper .ld-status-complete {
	background-color: #019e7c;
	color: #fff;
}

.learndash-wrapper a.ld-status-complete:focus, .learndash-wrapper a.ld-status-complete:link, .learndash-wrapper a.ld-status-complete:visited {
	color: #fff;
}

.learndash-wrapper .ld-status-waiting {
	background-color: #ffd200;
	color: rgba(0, 0, 0, .65);
}

.learndash-wrapper .ld-status-unlocked {
	background-color: #ebf8fd;
	color: #00a2e8;
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon {
	background-color: #fff;
	border: 4px solid #e2e7ed;
}

.learndash-wrapper .ld-status-in-progress {
	background-color: #fff;
	border-color: #019e7c #e2e7ed #e2e7ed #019e7c;
	border-style: solid;
	border-width: 4px;
	transform: rotate(-45deg);
}

.learndash-wrapper .ld-certificate-icon {
	background: #019e7c;
	display: block;
	height: 30px;
	margin: auto;
	width: 40px;
}

.learndash-wrapper .ld-item-icon {
	flex-shrink: 0;
	font-size: 1.4em;
	margin-right: .25em;
}

.learndash-wrapper .ld-item-icon.quiz-failure {
	color: #ff3c00;
}

.learndash-wrapper .ld-item-icon.ld-quiz-complete {
	color: #019e7c;
}

.learndash-wrapper .ld-item-icon.ld-quiz-incomplete {
	color: #333;
}

.learndash-wrapper .ld-icon-delete {
	color: #7b8990;
	font-size: 1.8em;
	margin-right: .25em;
}

.learndash-wrapper .ld-icon-delete:hover {
	color: #333;
}

.learndash-wrapper .ld-home-link {
	color: #495255;
	font-size: .75em;
	margin: 0 0 .75em;
	text-decoration: underline;
}

.learndash-wrapper .ld-home-link:hover {
	text-decoration: none;
}

.learndash-wrapper .ld-text-content {
	color: #666;
	line-height: 1.6;
	margin: 1.5em 0;
}

.learndash-wrapper .ld-select-field {
	position: relative;
}

.learndash-wrapper .ld-select-field:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	font-family: ld-icons !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: .5em;
	text-transform: none;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.learndash-wrapper .ld-select-field select {
	-webkit-appearance: none;
	appearance: none;
}

.learndash-wrapper .ld-file-upload {
	background-color: #f0f3f6;
	border-radius: 6px;
	margin: 1em 0;
	padding: 1.5em;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-heading {
	color: #728188;
	font-size: 1.2em;
	font-weight: 700;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-heading span {
	font-size: .8em;
	font-weight: 300;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form {
	align-items: center;
	display: flex;
	margin-top: 1em;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input {
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: .1px;
	z-index: -1;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label {
	align-items: center;
	background-color: #fff;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	display: flex;
	flex: 1;
	font-weight: 700;
	overflow: hidden;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong {
	background-color: #728188;
	color: #fff;
	font-size: .875em;
	font-weight: 700;
	padding: .5em 2em;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	color: #333;
	font-size: .875em;
	font-style: italic;
	overflow: hidden;
	padding: .5em 2em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button {
	flex: 0 0 150px;
	font-size: .875em;
	justify-content: center;
	opacity: .5;
	text-align: center;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-selected+.ld-button {
	opacity: 1;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	cursor: pointer;
	margin-right: .5em;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input.has-focus+label, .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input:focus+label {
	outline: 1px dotted #000;
	outline: 5px auto -webkit-focus-ring-color;
}

.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-upload-message {
	font-size: .8em;
	line-height: 1.5em;
	margin-top: 1em;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-file-upload .ld-file-upload-form {
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label {
		border-radius: 0;
		flex-direction: column;
		text-align: center;
		width: 100%;
	}
	
	.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span, .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong {
		width: 100%;
	}
	
	.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button {
		flex: 1;
		margin-top: 1em;
	}
}

.learndash-wrapper .ld-hide {
	display: none;
}

.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
	margin-bottom: 1.5em;
}

.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions {
	justify-content: flex-end;
	width: auto;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
		flex-wrap: wrap;
		margin-bottom: .5em;
		margin-top: 0;
	}
	
	.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions, .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
		flex: 0 0 100%;
		justify-content: space-between;
	}
}

.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading, .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 1em 0 .5em;
}

.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list {
	border-radius: 0;
	margin: 0;
}

.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items {
	border: 0;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
	padding: 20px 60px;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
	margin: 0 2.8em;
}

@media (max-width:768px) {
	.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
		margin: 0 1em;
	}
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
	align-items: center;
	display: flex;
	font-size: .75em;
	line-height: 1em;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress {
	border-right: 1px solid hsla(0, 0%, 100%, .5);
	margin-right: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps {
	font-weight: 400;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
	align-items: flex-start;
	flex-direction: row;
	justify-content: flex-start;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
	margin-right: .5em;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded {
	padding-top: 0;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded .ld-status {
	display: inline-block;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item.unavailable .ld-table-list-item-preview {
	opacity: .5;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header {
		align-items: stretch;
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
		margin: 1em 2.9em;
	}
}

.learndash-wrapper .ld-lesson-status {
	background: #f0f3f6;
	border-radius: 6px;
	overflow: hidden;
}

.learndash-wrapper .ld-lesson-status .ld-progress {
	padding: 0 1em;
}

.learndash-wrapper .ld-topic-status {
	background: #f0f3f6;
	border-radius: 6px;
	overflow: hidden;
}

.learndash-wrapper .ld-topic-status .ld-progress {
	padding: 0 1em;
}

.learndash-wrapper .quiz_continue_link {
	display: flex;
	justify-content: space-around;
	margin: 10px;
}

.learndash-wrapper .ld-quiz-actions {
	align-items: center;
	border-top: 2px solid #f0f3f6;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: 20px 0;
	padding-top: 30px;
}

.learndash-wrapper .ld-quiz-actions .quiz_continue_link {
	margin: 0 10px;
}

.learndash-wrapper .ld-quiz-actions .wpProQuiz_button {
	background: #495255;
	margin: 0 10px;
}

.learndash-wrapper .ld-quiz-actions input[type=button] {
	margin: 0 10px;
}

.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion], .learndash-wrapper .ld-quiz-actions input[name=restartQuiz] {
	background: #495255;
}

@media (max-width:768px) {
	.learndash-wrapper .ld-quiz-actions {
		flex-direction: row;
	}
	
	.learndash-wrapper .ld-quiz-actions .quiz_continue_link, .learndash-wrapper .ld-quiz-actions .wpProQuiz_button, .learndash-wrapper .ld-quiz-actions input[type=button] {
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
}

.learndash-wrapper #quiz_continue_link, .learndash-wrapper #quiz_continue_link:hover {
	background: #019e7c;
}

.learndash-wrapper .course_progress {
	background-color: #f0f3f6;
	border-radius: 7px;
	height: 7px;
	margin: 1em 0;
	max-width: 100%;
	overflow: hidden;
}

.learndash-wrapper .course_progress .sending_progress_bar {
	background: #019e7c;
	height: 7px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz, .learndash-wrapper .wpProQuiz_content .wpProQuiz_lock, .learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite, .learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser {
	background-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	color: #728188;
	margin: 1em 0;
	min-height: 85px;
	padding: 25px 15px 25px 75px;
	position: relative;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz p, .learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p, .learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite p, .learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p {
	margin: 0;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable {
	border: 5px solid #f0f3f6;
	border-radius: 4px;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table, .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody {
	border: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody td {
	border: 0 !important;
	padding: 15px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div {
	box-shadow: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName {
	line-height: 1.2em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate {
	text-align: center;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
	display: inline-block;
	justify-content: flex-start;
	padding: .5em 1em;
	white-space: nowrap;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2, .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	margin: 0;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
	display: flex;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	max-width: 385px;
	padding: 1em;
	white-space: normal;
	width: 100%;
	width: auto;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-icon, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-icon {
	font-size: .875em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-text, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button+.ld-button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-icon, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-text, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-icon, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-text, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent.ld-status-complete, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:disabled, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:disabled:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
		margin-left: 10px;
		text-align: left;
	}
}

@media (max-width:960px) {
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
		min-width: 150px;
		padding: 1em 2em;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
		float: none !important;
		margin-bottom: 1em;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.wpProQuiz_TipButton {
		display: inline;
		margin: auto;
		padding: .25em .5em;
	}
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
	align-items: center;
	background-color: #00a2e8;
	background: #019e7c;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	justify-content: space-around;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-icon {
	font-size: .875em;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_question {
	padding-bottom: 1em;
}

.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList {
	background: transparent;
	border: 0;
	list-style: none;
	margin: 1em 0;
	margin-left: 0 !important;
	padding: 0;
	padding-left: 0 !important;
}

.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=essay] li.wpProQuiz_questionListItem {
	flex-wrap: wrap;
}

.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput {
	-webkit-appearance: auto;
	height: auto;
	max-width: 100%;
	min-width: 15px;
	width: 2%;
}

.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput:after {
	display: none;
}

.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList span {
	margin-right: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion {
	padding: 5px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion ol {
	line-height: 1.5em !important;
	margin: 0 !important;
	padding: 0 !important;
}

.learndash-wrapper .wpProQuiz_content .graded-disclaimer {
	font-size: .85em;
	font-style: italic;
	margin-top: 1em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString {
	background: transparent;
	border: 0;
	margin: 1em 0;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList {
	margin: 1em 0 !important;
	padding: 0;
	padding: 0 !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem {
	background: #f0f3f6;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	display: inline-block;
	margin: 0 .5em .5em 0;
	padding: .5em 1em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem {
	margin: .5em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div {
	background-color: #f0f3f6;
	border: 0;
	border-radius: 6px;
	box-shadow: 0;
	margin: 1em 0 1em 1em;
	padding: 1em;
	width: auto;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before {
	background: #fff;
	background-color: #f0f3f6;
	bottom: -4px;
	content: "";
	height: 16px;
	left: 66px;
	left: 1em;
	position: absolute;
	top: -8px;
	top: auto;
	transform: rotate(-45deg);
	width: 16px;
	z-index: 9;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div h5 {
	font-size: .8em;
	font-weight: 700;
	padding-bottom: 0;
	text-transform: uppercase;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div p>iframe {
	max-height: 350px;
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] p {
	padding-bottom: 0;
	padding-right: .25em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-bottom: .5em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem p {
	text-align: left;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable {
	align-items: center;
	background: transparent;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	box-shadow: none;
	display: flex;
	padding: 1em;
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	font-family: ld-icons !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	margin-right: 1em;
	text-transform: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem span.wpProQuiz_cloze {
	margin: 0 5px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
	align-items: center;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	display: inline-block;
	padding: 1em;
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input {
	margin-right: 1em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type=text] {
	border: 0;
	box-shadow: none;
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
	border-color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay {
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	padding: 1em;
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
	background: #00c349;
	color: #fff;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label {
	border-color: #f11414;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete {
	background: transparent;
	border: 1px solid transparent !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label {
	border-color: #00c349;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze {
	background: #e2e7ed;
	border-radius: 6px;
	display: inline-block;
	padding: 2px .5em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze input {
	background-color: transparent;
	border: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table {
	border: 2px solid #e2e7ed;
	border-collapse: separate;
	border-radius: 6px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td {
	border: 0;
	padding: 0 !important;
	vertical-align: top;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child {
	border-right: 2px solid #e2e7ed;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	display: block;
	padding: 1em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion {
	align-items: center;
	border-bottom-left-radius: 0;
	border-left: 0;
	border-top-left-radius: 0;
	display: flex;
	height: 100%;
	padding: .5em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table {
	border-color: #00c349;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td {
	background-color: #00c349;
	border-color: #00c349;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText {
	background-color: none;
	color: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td {
	border-color: #f11414;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem {
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	padding: 1em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem p {
	margin: 0;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label {
	border: 0;
	color: var(--global--color-primary);
	display: inline-flex;
	font-weight: 700;
	margin: 0 .25em;
	padding: 0;
	width: auto;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input {
	height: .8em;
	margin-right: .5em;
	width: .8em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerCorrect {
	background-color: #00c349;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerIncorrect {
	background-color: #f11414;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_header {
	font-weight: 700;
	margin: .5em 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
	background-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	box-shadow: none;
	color: #728188;
	margin: 1em 0;
	min-height: 85px;
	min-height: none;
	padding: 25px;
	position: relative;
	text-align: center;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response p {
	margin: 0;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response img {
	height: auto;
	max-width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList {
	margin: 0;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type=cloze_answer] .wpProQuiz_questionListItem {
	display: block;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit {
	background-color: #e2e7ed;
	border-radius: 6px;
	margin: 1em 0;
	padding: 1em;
	position: relative;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before {
	background: #fff;
	bottom: 1em;
	content: "";
	height: 7px;
	left: 1em;
	position: absolute;
	right: 1em;
	z-index: 8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time {
	color: #728188;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress {
	background-color: #019e7c;
	height: 7px;
	margin-bottom: 0;
	position: relative;
	z-index: 9;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table {
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td:first-child {
	font-size: .9em;
	font-weight: 700;
	width: 150px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td input[type=text], .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td select, .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td textarea {
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="5"] label, .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="8"] label {
	display: inline-block;
	margin-left: .5em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] {
	display: flex;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select {
	margin-right: 1%;
}

@media (max-width:640px) {
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] {
		flex-wrap: wrap;
	}
	
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select {
		flex: 1 0 50%;
		margin-bottom: 1em;
	}
	
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select:first-child {
		flex: 0 0 100%;
	}
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] {
	background-color: #f0f3f6;
	border-radius: 6px;
	display: flex;
	flex: 0 0 100%;
	justify-content: space-between;
	margin: 1em 0;
	padding: 1.5em;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file] {
	background: #fff;
	border-radius: 6px;
	flex: 1;
	margin-right: 1em;
	padding: 1em;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	max-width: 100px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-icon {
	font-size: .875em;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper .wpProQuiz_quiz_time {
	color: #728188;
	font-size: .8em;
	font-weight: 700;
}

.learndash-wrapper .wpProQuiz_graded_points, .learndash-wrapper .wpProQuiz_points {
	align-items: center;
	background-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	color: #728188;
	justify-content: center;
	margin: 1em 0;
	padding: 1em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_box {
	background: #f0f3f6;
	border: 0;
	border-radius: 3px;
	overflow: auto;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li {
	border: 0;
	border-radius: 2px;
	box-shadow: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget {
	background-color: #00a2e8;
	box-shadow: 0;
	color: #fff;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview, .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved {
	color: #fff;
}

.learndash-wrapper .wpProQuiz_reviewDiv {
	border-bottom: 2px solid #f0f3f6;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion {
	background: #f0f3f6;
	border: 0;
	border-radius: 3px;
}

.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li {
	border: 0;
	border-radius: 2px;
	box-shadow: 0;
}

.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget {
	background-color: #00a2e8;
	box-shadow: 0;
	color: #fff;
}

.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview, .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved {
	color: #fff;
}

.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading {
	border-bottom: 4px solid #e2e7ed;
	padding-bottom: 12px;
}

.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading h3 {
	margin-top: 0;
}

.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link {
	display: block;
}

.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button {
	font-size: 12px;
	margin-left: 0;
}

.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button .ld-icon {
	font-size: 10px;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon {
	border: 0;
	flex: 0 0 15px;
	height: 15px;
	margin-right: 10px;
	margin-top: .15em;
	text-align: center;
	width: 15px;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
	font-size: .825em;
	margin-top: 1px;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress {
	border-color: #019e7c #e2e7ed #e2e7ed #019e7c;
	border-style: solid;
	border-width: 2px;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete {
	border: 2px solid #e2e7ed;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-quiz {
	font-size: 1.1em;
	margin-top: -2px;
}

.learndash-wrapper .ld-course-navigation .ld-item-icon {
	font-size: 1em;
	height: 20px;
	width: 14px;
}

.learndash-wrapper .ld-course-navigation .ld-pagination {
	justify-content: center;
	margin: 1em 0;
}

.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages {
	background-color: #728188;
	flex: 0 0 120px;
}

.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i, .learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span {
	color: #fff;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item {
	border-bottom: 1px solid #e2e7ed;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
	color: #00a2e8;
	font-weight: 700;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete {
	border: 2px solid #00a2e8;
}

.learndash-wrapper .ld-course-navigation .ld-sep {
	color: #e2e7ed;
	padding: 0 .25em;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading {
	margin-top: 1em;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
	display: block;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: .25em;
	text-align: left;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview {
	padding: 10px 0;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	line-height: 1.25em;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading {
	color: #495255;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover {
	color: #00a2e8;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
	display: flex;
	flex: 1;
	font-size: .875em;
	font-weight: 400;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon {
	margin-left: .5em;
	pointer-events: all;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon .ld-icon {
	font-size: .825em;
	margin-top: 1px;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
	color: #728188;
	flex-basis: 100%;
	justify-content: flex-start;
	padding-left: 2em;
	padding-top: .5em;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
	font-size: .625em;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded {
	background: #f0f3f6;
	border-radius: 8px;
	height: auto;
	margin: 0 20px;
	max-height: 0;
	overflow: hidden;
	position: relative;
	transition: max-height .3s ease;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	content: "";
	display: block;
	height: 0;
	left: 50px;
	position: absolute;
	top: 0;
	width: 0;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded {
	margin-bottom: 1em;
	max-height: 20000px;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
	padding: 1em .5em;
}

.learndash-wrapper .ld-course-navigation .ld-table-list-header {
	display: none;
}

.learndash-wrapper .ld-course-navigation .ld-table-list-footer {
	background: transparent;
	padding: .25em !important;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list {
	margin: 0;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items {
	border: 0;
	padding-right: 0;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item {
	border-bottom: 0;
	font-size: .9em;
	line-height: 1.5em;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview {
	align-items: flex-start;
	padding: .5em;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item {
	font-weight: 700;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
	display: flex;
	flex: 1;
	font-weight: 400;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon {
	margin-left: .5em;
	pointer-events: all;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon .ld-icon {
	font-size: .825em;
	margin-top: 1px;
}

.learndash-wrapper .widget_course_return {
	font-size: .8em;
	margin-top: 1em;
}

.learndash-wrapper .ld-profile-summary {
	margin: 2em 0;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 1.5em 0;
	width: 100%;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
	border: 5px solid #e2e7ed;
	height: 150px;
	width: 150px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
	font-size: 2em;
	font-weight: 800;
	margin: 5px 0;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
	color: #728188;
	font-size: 14px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats {
	display: flex;
	justify-content: center;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
	border-right: 1px solid #e2e7ed;
	flex: 0 0 90px;
	padding: 0 12px;
	text-align: center;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
	display: block;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 8px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
	color: #728188;
	font-size: 14px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child {
	border-right: 0;
}

.learndash-wrapper #ld-profile .ld-section-heading {
	margin-bottom: 0;
}

.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded {
	margin-top: -20px;
}

.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded .ld-essay-list {
	margin-top: 0;
}

.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon {
	background-color: transparent;
	border: none;
	color: #728188;
	font-size: 1.5em;
	margin-right: -15px;
}

.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon.ld-expanded, .learndash-wrapper #ld-profile button.ld-icon-search.ld-icon:hover {
	color: #333;
	transition: .5 ease-in-out;
}

.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status {
	white-space: nowrap;
}

@media (max-width:640px) {
	.learndash-wrapper #ld-profile .ld-section-heading .ld-item-list-actions {
		justify-content: space-between;
	}
	
	.learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button {
		margin: 10px 0;
		max-width: 120px;
	}
	
	.learndash-wrapper #ld-profile .ld-profile-stats {
		flex-wrap: wrap;
	}
	
	.learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat {
		border: 0;
		flex: 1;
		margin: 0 0 2em !important;
		padding: 0 1em !important;
		width: 50%;
	}
}

#wpProQuiz_overlay_close {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	max-width: 180px;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
}

#wpProQuiz_overlay_close .ld-icon {
	font-size: .875em;
}

#wpProQuiz_overlay_close .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

#wpProQuiz_overlay_close+.ld-button {
	margin-left: 1em;
}

#wpProQuiz_overlay_close.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

#wpProQuiz_overlay_close.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

#wpProQuiz_overlay_close.ld-compact .ld-text {
	padding: 0;
}

#wpProQuiz_overlay_close.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

#wpProQuiz_overlay_close.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

#wpProQuiz_overlay_close.ld-button-alternate .ld-text {
	padding-left: .5em;
}

#wpProQuiz_overlay_close.ld-button-alternate:hover {
	background: transparent;
}

#wpProQuiz_overlay_close.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

#wpProQuiz_overlay_close.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

#wpProQuiz_overlay_close.ld-button-transparent:hover {
	background: transparent;
}

#wpProQuiz_overlay_close.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

#wpProQuiz_overlay_close.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

#wpProQuiz_overlay_close:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

#wpProQuiz_overlay_close:hover {
	background-color: #00a2e8;
	opacity: .85;
}

#wpProQuiz_overlay_close:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

#wpProQuiz_overlay_close:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	#wpProQuiz_overlay_close {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	#wpProQuiz_overlay_close {
		margin-left: 10px;
		text-align: left;
	}
}

#wpProQuiz_user_content h2 {
	border-bottom: 2px solid #f0f3f6;
	font-size: 24px;
	padding: .5em 0;
}

#wpProQuiz_user_content h2+h2 {
	border-bottom: 0;
	font-size: 18px;
}

#wpProQuiz_user_content table.wp-list-table {
	background: transparent;
	border: 0;
	border-collapse: collapse;
	border-radius: 8px;
}

#wpProQuiz_user_content table.wp-list-table td, #wpProQuiz_user_content table.wp-list-table th, #wpProQuiz_user_content table.wp-list-table tr {
	background: transparent;
}

#wpProQuiz_user_content table.wp-list-table thead th {
	background: #00a2e8;
	border-bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 25px 15px;
	white-space: nowrap;
}

#wpProQuiz_user_content table.wp-list-table thead th:first-child {
	border-radius: 8px 0 0 0;
}

#wpProQuiz_user_content table.wp-list-table thead th:last-child {
	border-radius: 0 8px 0 0;
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th {
	background: #f0f3f6;
	border-bottom: 1px solid #f0f3f6;
	line-height: 1;
	padding: 15px;
	text-align: center;
	white-space: nowrap;
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:first-child, #wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:only-child {
	text-align: left;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th {
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	text-align: center;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th p {
	margin: 0 0 5px;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child {
	box-shadow: inset 3px 0 0 0 #f0f3f6;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child {
	box-shadow: inset -3px 0 0 0 #f0f3f6;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(2) {
	text-align: left;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:only-child {
	box-shadow: inset -3px 0 0 0 #f0f3f6, inset 3px 0 0 0 #f0f3f6;
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(2) {
	text-align: center;
}

#wpProQuiz_user_content table.wp-list-table tfoot tr {
	border-bottom: 0;
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th {
	background: #f0f3f6;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	text-align: center;
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child {
	border-radius: 0 0 0 8px;
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child {
	border-radius: 0 0 8px 0;
}

.learndash-wrapper .ld-tabs {
	margin: 1em 0;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation {
	align-items: center;
	display: flex;
	margin: 0;
	padding: 0;
	position: relative;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation:after {
	background: #e2e7ed;
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 8;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
	align-items: center;
	background-color: inherit;
	border-color: transparent;
	color: #728188;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	padding: 1.5em;
	position: relative;
	transition: color .3s ease;
	white-space: nowrap;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:hover {
	border-color: transparent;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon {
	font-size: 1.4em;
	margin-right: .25em;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
	background: transparent;
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
	transition: background .3s ease;
	z-index: 9;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active {
	color: #00a2e8;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
	background: #00a2e8;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
		padding: 1em;
	}
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
	display: none;
	padding: 2em 0;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible {
	display: block;
}

.learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tab-content {
	padding: 0;
}

.learndash-wrapper .ld-breadcrumbs {
	align-items: center;
	background: #f0f3f6;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	padding: .5em 1em;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
	font-size: .75em;
	overflow: hidden;
	padding-right: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span {
	display: inline;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a {
	font-weight: 700;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
	content: ">";
	unicode-bidi: plaintext;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:last-child:after {
	display: none;
}

.learndash-wrapper .ld-breadcrumbs .ld-status {
	white-space: nowrap;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
	background: #019e7c;
	color: #fff;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-breadcrumbs {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
		width: 100%;
	}
	
	.learndash-wrapper .ld-breadcrumbs .ld-status {
		margin-top: 1em;
		width: 100%;
	}
}

.learndash-wrapper .ld-alert-content {
	width: 100%;
}

.learndash-wrapper .ld-alert {
	align-items: center;
	background-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	color: #728188;
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
	min-height: 85px;
	padding: 25px 15px 25px 75px;
	position: relative;
}

.learndash-wrapper .ld-alert .ld-alert-icon {
	background-color: #e2e7ed;
	border-radius: 100%;
	font-size: 24px;
	left: 15px;
	margin-right: .5em;
	padding: .5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert {
	font-size: 42px;
	padding: 3px;
}

.learndash-wrapper .ld-alert .ld-alert-text {
	font-size: 1em;
	font-weight: 700;
}

.learndash-wrapper .ld-alert .ld-button {
	display: inline-block;
	height: auto;
	margin-left: 1em;
	max-width: 185px;
	min-width: 7.5em;
	padding: 5px 20px 5px 30px;
	position: relative;
}

.learndash-wrapper .ld-alert .ld-button .ld-icon {
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.learndash-wrapper .ld-alert .ld-alert-content a, .learndash-wrapper .ld-alert .ld-text a {
	color: rgba(0, 0, 0, .8);
	text-decoration: underline;
}

@media (max-width:768px) {
	.learndash-wrapper .ld-alert {
		display: block;
		padding: 75px 15px 15px;
		text-align: center;
	}
	
	.learndash-wrapper .ld-alert .ld-alert-content {
		margin: 0 0 1em;
	}
	
	.learndash-wrapper .ld-alert .ld-icon {
		left: 50%;
		margin: 0;
		top: 10%;
		transform: translateX(-50%);
	}
	
	.learndash-wrapper .ld-alert .ld-button {
		margin-left: 0;
	}
}

.learndash-wrapper .ld-alert-warning {
	background-color: #fff6cd;
	border-color: #ffd200;
	color: rgba(0, 0, 0, .65);
}

.learndash-wrapper .ld-alert-warning .ld-alert-icon {
	background-color: #ffd200;
}

.learndash-wrapper .ld-alert-warning .ld-button {
	background-color: #ffd200;
	color: rgba(0, 0, 0, .65);
}

.learndash-wrapper .ld-alert-certificate .ld-button {
	max-width: unset;
	min-width: unset;
	padding-left: 40px;
	text-decoration: none !important;
	width: auto;
}

.learndash-wrapper .ld-alert-certificate.ld-alert-success {
	color: #495255;
}

.learndash-wrapper .ld-alert-success {
	background-color: rgba(1, 158, 124, .2);
	border-color: #019e7c;
	color: #495255;
}

.learndash-wrapper .ld-alert-success .ld-alert-icon {
	background-color: #019e7c;
	color: #fff;
}

.learndash-wrapper .ld-alert-success .ld-button {
	background-color: #019e7c;
}

.learndash-wrapper .ld-alert-success .ld-button .ld-icon-download {
	font-size: 18px;
	margin-right: 5px;
}

.learndash-wrapper .ld-focus {
	display: flex;
}

.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery), .learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery) {
	display: block;
	margin: 1em 0;
	padding-left: 40px;
}

.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery) {
	list-style-type: decimal;
}

.learndash-wrapper .ld-focus .ld-tab-content li:not(.blocks-gallery-item) {
	display: list-item;
}

.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ul, .learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ul {
	margin: 0;
}

.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ol, .learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ol {
	list-style-type: lower-latin;
	margin: 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
	background-color: #fff;
	border-right: 1px solid #e2e7ed;
	bottom: 0;
	left: 0;
	padding-bottom: 90px;
	padding-top: 50px;
	position: fixed;
	top: 0;
	transition: all .3s ease;
	width: 350px;
	z-index: 99;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper {
	height: 100%;
	overflow-x: visible;
	overflow-y: auto;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger {
	background: #00a2e8;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 99;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	background: inherit;
	border-radius: 100%;
	font-size: .8em;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(25%);
	z-index: 9;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon:before {
	opacity: .5;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
	align-items: flex-start;
	background-color: #00a2e8;
	border-bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 75px;
	overflow: visible;
	padding: .75em 3.125em .75em 1em;
	position: relative;
	width: 350px;
	z-index: 9;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading a {
	color: #fff;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.35em;
	margin: 0;
	opacity: 1;
	padding: 0 0 0 1.6em;
	position: relative;
	transition: opacity .3s ease;
	z-index: 100;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a {
	color: #fff;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon {
	left: 1px;
	position: absolute;
	top: 3px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-expand-button {
	color: #fff;
	display: none;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link {
	border-left: 0;
	color: #fff;
	margin-left: 0;
	padding: 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation {
	overflow: visible;
	position: relative;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-course-navigation-list {
	opacity: 1;
	transition: opacity .3s ease;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded {
	background: transparent;
	border-radius: 0;
	margin: 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
	padding: .5em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading {
	padding: 0 1em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
	margin-bottom: 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
	background-color: #f0f3f6;
	border-radius: 0;
	margin: 0;
	padding: 1em;
	position: relative;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
	background: #fff;
	background-color: #fff;
	content: "";
	height: 16px;
	height: 13px;
	left: 66px;
	left: 43px;
	position: absolute;
	top: -8px;
	top: -7px;
	transform: rotate(-45deg);
	width: 16px;
	width: 13px;
	z-index: 9;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item {
	font-size: .875em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
	padding: .5em .5em .5em 1.6em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
	background-color: #fff;
	border-bottom: 1px solid #e2e7ed;
	padding: 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
	padding: 1em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination {
	justify-content: center;
	margin: 1em 0;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages {
	background-color: #728188;
	flex: 0 0 120px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages i, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages span {
	color: #fff;
}

.learndash-wrapper .ld-focus .ld-focus-main {
	flex: 1 auto;
	margin-left: 350px;
	transition: margin-left .3s ease;
	width: calc(100% - 350px);
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
	margin: 0 auto;
	max-width: 960px;
	padding: 5em;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
	margin: 0 0 .5em;
	padding: 0;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status, .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status {
	margin-bottom: 1em;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status .ld-progress, .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status .ld-progress {
	display: none;
}

.learndash-wrapper .ld-focus .ld-focus-header {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e2e7ed;
	display: flex;
	height: 51px;
	justify-content: space-between;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav {
	display: none;
	width: 55px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav a {
	display: block;
	padding: 0 15px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span {
	background-color: #333;
	display: block;
	height: 4px;
	margin: 4px 0;
	transition: all .25s ease-in-out;
	width: 25px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-1 {
	transform: rotate(-45deg) translate(-4px, 8px);
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-2 {
	opacity: 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-3 {
	transform: rotate(45deg) translate(-3px, -7px);
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
	background-color: #fff;
	flex: 0 0 350px;
	height: 100%;
	padding: .5em 1em;
	transition: flex .3s ease;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img {
	height: 100%;
	width: auto;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
	align-items: center;
	border-top: none;
	display: flex;
	flex: auto;
	justify-content: space-evenly;
}

@media (max-width:768px) {
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
		align-items: flex-start;
	}
}

@media (max-width:960px) {
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
		align-items: flex-start;
	}
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action {
	position: relative;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #learndash_timer, .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .learndash_timer {
	align-items: center;
	background: #fff;
	bottom: 1px;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action, .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	display: flex;
	flex-direction: column;
	height: 50px;
	justify-content: center;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action, .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	border-right: 1px solid #e2e7ed;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty, .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action:last-child {
	border: 0;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:after, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after {
	color: #019e7c;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:disabled:after, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:disabled:after {
	color: #728188;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button {
	background: transparent;
	background: transparent !important;
	color: #00a2e8;
	color: #019e7c;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover {
	background: transparent;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_incomplete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_incomplete_button, .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-incomplete:after {
	color: #333;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	align-items: center;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-progress-wrap {
	max-width: 90%;
	width: 100%;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action {
	flex: 0 1;
	flex-grow: 3;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete, .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete {
	margin: 0 1em;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	flex: 1 2 auto;
	margin: 0;
	padding: .5em 1em 0 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar {
	background: #e2e7ed;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
	align-items: center;
	border-left: 1px solid #e2e7ed;
	display: flex;
	flex: 0 0 200px;
	height: 50px;
	justify-content: flex-end;
	padding-right: 1em;
	position: relative;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
	color: #728188;
	font-size: .75em;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar {
	height: 40px;
	margin-left: 1em;
	width: 40px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items {
	margin-right: 1em;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: 9;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
	border-bottom: 5px solid #00a2e8;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 1em;
	top: -5px;
	width: 0;
	z-index: -1;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a {
	background-color: #00a2e8;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	color: #fff;
	display: block;
	font-size: .875em;
	font-weight: 700;
	padding: .75em 2.5em;
	position: relative;
	white-space: nowrap;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover {
	opacity: .8;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-child {
	border-bottom: 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu:hover .ld-user-menu-items {
	opacity: 1;
	visibility: visible;
}

.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar {
	background-color: transparent;
	transform: translateX(calc(-100% + 50px));
}

.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon {
	transform: translateY(-50%) translateX(45%) rotate(180deg);
}

.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading {
	top: 0;
}

.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading h3, .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-list {
	opacity: 0;
}

.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main {
	margin-left: 50px;
	width: calc(100% - 50px);
}

@media (max-width:1280px) {
	.learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
		flex: 1 2 auto;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
		flex: 0 1;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
		display: none;
	}
}

@media (max-width:1024px) {
	.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
		display: none;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
		flex: 0 0 150px;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
		padding-left: 3em;
	}
}

@media (max-width:768px) {
	.learndash-wrapper .ld-focus .ld-focus-header {
		flex-direction: row;
		flex-wrap: wrap;
		height: auto;
		position: relative;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
		display: none;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav {
		display: block;
		order: 1;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
		align-items: center;
		border-right: 0;
		margin: 0;
		order: 2;
		padding: 0 1em;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-stats {
		display: block;
		text-align: center;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-percentage {
		line-height: 1em;
		margin-bottom: .3em;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-steps {
		display: none;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar {
		margin: 0;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
		border-left: 0;
		order: 3;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
		align-items: flex-start;
		background: #fff;
		border-top: 1px solid #efefef;
		flex: 100%;
		flex-direction: row;
		order: 4;
		padding: 0;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions>* {
		margin: 0;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action {
		flex: 50%;
		height: auto;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-content {
		margin-top: 30px;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-initial-transition .ld-focus-sidebar {
		display: none;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar {
		transform: translateX(-100%);
	}
	
	.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger {
		display: none;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main {
		margin-left: 0;
		width: 100%;
	}
	
	.learndash-wrapper .ld-focus .ld-course-navigation-heading {
		position: static;
	}
	
	.learndash-wrapper .ld-focus .ld-course-navigation {
		padding-top: 0;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-sidebar {
		padding-top: 0;
		position: absolute;
		top: 0;
		z-index: 1000;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-focus .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main {
		margin-left: 0;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content {
		margin: 30px auto 50px;
		padding: 5% 1.5em;
	}
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery), .learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery), .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery), .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery) {
	padding-left: 0;
	padding-right: 40px;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar {
	border-left: 1px solid #e2e7ed;
	border-right: initial;
	left: auto;
	right: 0;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger {
	left: 0;
	right: auto;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	left: 0;
	right: auto;
	transform: translateY(-50%) translateX(-25%);
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading {
	padding: .75em 1em .75em 3.125em;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3 {
	padding: 0 1.6em 0 0;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon {
	left: auto;
	right: 1px;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link {
	border-left: initial;
	border-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
	background: #fff;
	content: "";
	height: 16px;
	left: 66px;
	left: auto;
	position: absolute;
	right: 66px;
	top: -8px;
	transform: rotate(-45deg);
	transform: rotate(45deg);
	width: 16px;
	z-index: 9;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
	padding-left: 0;
	padding-right: 1.6em;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main {
	margin-left: 0;
	margin-right: 350px;
	transition: margin-right .3s ease;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header {
	left: 0;
	right: 0;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-1, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-1 {
	transform: rotate(45deg) translate(4px, 8px);
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-3, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-3 {
	transform: rotate(-45deg) translate(3px, -7px);
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action #learndash_timer, .learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action .learndash_timer, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action #learndash_timer, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action .learndash_timer {
	left: 0;
	right: 0;
}

.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar {
	transform: translateX(calc(100% + -50px));
}

.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon {
	transform: translateY(-50%) translateX(-45%) rotate(-180deg);
}

.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main {
	margin-right: 50px;
}

@media (max-width:1280px) {
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress {
		flex: 1 2 auto;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu {
		flex: 0 1;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text {
		display: none;
	}
}

@media (max-width:1024px) {
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text {
		display: none;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo {
		flex: 0 0 150px;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content {
		padding-left: inherit;
		padding-right: 3em;
	}
}

@media (max-width:768px) {
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header {
		flex-direction: row;
		flex-wrap: wrap;
		height: auto;
		position: relative;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo {
		display: none;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav {
		display: block;
		order: 3;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress {
		align-items: center;
		border-left: 0;
		border-right: inherit;
		margin: 0;
		order: 2;
		padding: 0 1em;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-stats, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-stats {
		display: block;
		text-align: center;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-percentage, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-percentage {
		line-height: 1em;
		margin-bottom: .3em;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-steps, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-steps {
		display: none;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-bar, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-bar {
		margin: 0;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu {
		border-left: inherit;
		border-right: 0;
		order: 1;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items {
		left: 0;
		margin-left: 1em;
		right: auto;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
		left: 1em;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions {
		align-items: flex-start;
		background: #fff;
		border-top: 1px solid #efefef;
		flex: 100%;
		flex-direction: row;
		order: 4;
		padding: 0;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions>*, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions>* {
		margin: 0;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions .ld-content-action, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions .ld-content-action {
		flex: 50%;
		height: auto;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-content {
		margin-top: 30px;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar {
		transform: translateX(100%);
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger {
		display: none;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main {
		margin-left: inherit;
		margin-right: 0;
		width: 100%;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation-heading, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation-heading {
		position: static;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation {
		padding-top: 0;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar {
		padding-top: 0;
		position: absolute;
		top: 97px;
		z-index: 1000;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main {
		margin-right: 0;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content {
		margin: 30px auto 50px;
		padding: 5% 1.5em;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav {
		order: 3;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu {
		order: 1;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items {
		left: 0;
		margin-left: 1em;
		right: auto;
	}
	
	.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
		left: 1em;
	}
}

body.admin-bar .learndash-wrapper .ld-focus-header {
	top: 32px;
}

@media (max-width:768px) {
	body.admin-bar .learndash-wrapper .ld-focus-header {
		top: 0;
	}
}

body.admin-bar .learndash-wrapper .ld-focus-sidebar {
	top: 32px;
}

@media (max-width:768px) {
	body.admin-bar .learndash-wrapper .ld-focus-sidebar {
		top: 93px;
	}
}

body.ld-in-focus-mode {
	background: #fff;
	margin: 0;
	padding: 0;
}

body.ld-in-focus-mode:after, body.ld-in-focus-mode:before {
	display: none;
}

body.ld-in-focus-mode .learndash-wrapper {
	background: #fff;
}

body.ld-in-focus-mode.admin-bar {
	padding-top: 32px;
}

@media (max-width:768px) {
	body.ld-in-focus-mode.admin-bar {
		padding-top: 0;
	}
	
	body.ld-in-focus-mode.admin-bar .ld-focus-sidebar {
		top: 97px;
	}
}

#learndash-tooltips {
	bottom: 0;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

#learndash-tooltips .ld-tooltip {
	background-color: #00a2e8;
	border-radius: 6px;
	box-shadow: 0 -1px 0 2px hsla(0, 0%, 100%, .75);
	color: #fff;
	font-size: .75em;
	font-weight: 700;
	max-width: 300px;
	min-width: 150px;
	opacity: 0;
	padding: .25em 1em;
	position: absolute;
	text-align: center;
	transform: translateX(1%) translateY(-25px);
	transition: opacity .1s linear;
}

#learndash-tooltips .ld-tooltip:after {
	background: #00a2e8;
	bottom: -4px;
	content: "";
	height: 5px;
	left: 5%;
	position: absolute;
	transform: rotate(45deg) translateX(-50%);
	width: 5px;
}

#learndash-tooltips .ld-tooltip.ld-shifted-left:after {
	left: 10%;
}

#learndash-tooltips .ld-tooltip.ld-shifted-right {
	transform: translateX(-100%) translateY(-30px);
}

#learndash-tooltips .ld-tooltip.ld-shifted-right:after {
	left: auto;
	right: 10%;
}

#learndash-tooltips .ld-tooltip.ld-visible {
	opacity: 1;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	background: #f0f3f6;
	border-radius: 6px;
	display: flex;
	margin: 1em 0;
	padding: 1em 0;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>* {
	border-right: 2px solid #bec5cb;
	flex: 1 auto;
	justify-content: space-around;
	padding: 0 1em;
	text-align: center;
	width: 33%;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child {
	border-right: 0;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button {
	margin: 0;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status {
	display: inline-block;
	width: auto;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	line-height: 1.25em;
	margin-bottom: .5em;
	text-align: center;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
	align-items: center;
	color: #728188;
	display: flex;
	font-size: 32px;
	font-weight: 700;
	justify-content: space-around;
	line-height: 1;
	margin-top: -3px;
	text-align: center;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-text {
	font-size: 18px;
	font-weight: 400;
	margin-left: 8px;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-currency {
	font-size: 16px;
	margin-right: .25em;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label {
	color: #728188;
	display: block;
	font-size: .75em;
	font-weight: 700;
	margin-bottom: 1em;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ppalholder {
	position: absolute;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text {
	color: #728188;
	display: inline-block;
	font-size: 14px;
	margin-right: .5em;
	white-space: nowrap;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text {
	display: inline-block;
	font-weight: 700;
	margin-left: 5px;
	text-decoration: underline;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons {
	margin: 0 .5em;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons {
		margin-left: auto;
	}
}

@media (max-width:1280px) {
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action {
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button, .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons {
		margin-right: 0;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button {
		margin-bottom: .5em;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action #btn-join, .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .btn-join {
		margin-left: auto;
	}
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-seg-action.status-closed .ld-text {
	white-space: normal;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>* {
		border-bottom: 1px solid #e2e7ed;
		border-right: 0;
		padding: 1em 0;
		width: auto;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child {
		border-bottom: 0;
	}
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	background-color: #f0f3f6;
	border-radius: 6px;
	display: flex;
	padding: .5em 1em;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress {
	flex: 1;
	margin: 0;
	padding: 0 1em 0 0;
}

@media (max-width:640px) {
	.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress {
		align-items: flex-start;
		flex-direction: column;
		padding-right: 0;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-heading {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats {
		flex-direction: column;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats .ld-progress-steps {
		margin-left: 0;
	}
	
	.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-bar {
		margin: 1em 0;
		width: 100%;
	}
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}

.learndash-wrapper .ld-course-status .ld-status {
	line-height: 1.3;
}

.learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .ld-course-status .ld-status.ld-status-complete {
	background: #019e7c;
	color: #fff;
}

.learndash-wrapper .ld-course-status-seg-price .ld-course-status-course-price, .learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price {
	text-align: center;
	width: 100%;
}

.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price {
	margin-bottom: 10px;
}

.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-text {
	font-size: 16px;
	margin-bottom: 0;
}

.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-pricing {
	font-size: 12px;
}

.learndash-wrapper .ld-course-certificate {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 1em 0;
	text-align: center;
}

.learndash-wrapper .ld-course-certificate .ld-button {
	display: inline-block;
	font-size: 14px;
	max-width: inherit;
}

.learndash-wrapper .ld-course-certificate .ld-icon-certificate {
	font-size: 24px;
	margin-right: 5px;
}

.jq-dropdown-menu {
	box-shadow: 0 0 0 1px #ddd !important;
}

.jq-dropdown-menu input[type=button], .jq-dropdown-menu input[type=submit] {
	border: 0;
	border-radius: 0;
	color: #00a2e8;
	display: block !important;
	font-size: 16px;
	font-size: 14px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: .5em 1em;
	text-align: center;
	text-transform: none;
	transition: none;
	width: 100% !important;
}

.jq-dropdown-menu input[type=button]:hover, .jq-dropdown-menu input[type=submit]:hover {
	background: #fafafa !important;
	color: #495255 !important;
}

.jq-dropdown-menu .ppalholder {
	display: none;
}

.learndash-wrapper .learndash-wrapper-login-modal {
	position: relative;
}

.learndash-wrapper .ld-modal {
	background: #fff;
	border-radius: 6px;
	box-shadow: -3px -3px 20px rgba(0, 0, 0, .14);
	max-width: 1024px;
	min-height: 300px;
	opacity: 0;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	transition: all .3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 999;
	z-index: 9000;
}

.learndash-wrapper .ld-modal .ld-modal-closer {
	color: #728188;
	cursor: pointer;
	font-size: 1.5em;
	line-height: .5;
	padding: 1em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 9;
}

.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer {
	color: #fff;
}

.learndash-wrapper.ld-modal-closed {
	display: none !important;
}

.learndash-wrapper.ld-modal-open .ld-modal {
	opacity: 1;
	visibility: visible;
}

.learndash-wrapper .ld-login-modal {
	display: flex;
	margin: 25% 50% 20px;
	text-align: center;
}

.learndash-wrapper .ld-login-modal .ld-modal-heading {
	font-size: 2.25em;
	font-weight: 300;
	margin: .5em 0;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
	margin: 0 auto;
	max-width: 350px;
	min-width: 80%;
	padding: 20px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-login {
	background: #fff;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading {
	color: #00a2e8;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text {
	color: #728188;
	font-size: .875em;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register {
	background: #00a2e8;
	color: #fff;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover {
	box-shadow: 0 0 0 5px #fff !important;
	opacity: 1;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: .5em;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register {
	margin: 2em 0;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text] {
	background-color: #f9f9f9;
	border: 2px solid #fff;
	font-size: 1.2em;
	margin: 0 0 1em;
	padding: .5em .5em .5em 2em;
	transition: all .25s ease-in-out;
	width: 100%;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password]:focus, .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus {
	background: #fff;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
	font-size: .825em;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit {
	border: 5px solid #fff;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	margin: 0 auto;
	min-width: 150px;
	padding: 7px 35px;
	text-align: center;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form {
	margin: 2em 0;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form form {
	display: flex;
	flex-direction: column;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form p {
	margin: 0;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form p.login-submit {
	text-align: center;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form label {
	color: #728188;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: .5em;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username {
	position: relative;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #728188;
	content: "";
	display: inline-block;
	font-family: ld-icons !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	left: .5em;
	line-height: 1;
	position: absolute;
	text-transform: none;
	top: 2.5em;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password {
	position: relative;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #728188;
	content: "";
	display: inline-block;
	font-family: ld-icons !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	left: .5em;
	line-height: 1;
	position: absolute;
	text-transform: none;
	top: 2.5em;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding {
	margin-top: 1em;
	padding-top: 2em;
	position: relative;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding:before {
	background-color: #e2e7ed;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 50px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img {
	height: auto;
	max-height: 250px;
	max-width: 100%;
}

.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-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	color: #728188;
	font-size: .875em;
	margin: 0 0 1em;
	padding: .5em .5em .5em 2em;
	transition: all .25s ease-in-out;
	width: 100%;
}

.learndash-wrapper .ld-login-modal .ld-login-field:focus, .learndash-wrapper .ld-login-modal .ld-password-field:focus, .learndash-wrapper .ld-login-modal input[type=email]:focus, .learndash-wrapper .ld-login-modal input[type=password]:focus, .learndash-wrapper .ld-login-modal input[type=text]:focus {
	border-color: #495255;
}

.learndash-wrapper .ld-login-modal ::placeholder {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}

.learndash-wrapper .ld-login-modal .ld-forgot-password-link {
	color: #333;
	font-size: .875em;
	text-decoration: underline;
}

.learndash-wrapper .ld-login-modal .ld-button, .learndash-wrapper .ld-login-modal input[type=submit] {
	border: 0;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	margin: 2em auto;
	min-width: 150px;
	text-align: center;
}

.learndash-wrapper .ld-login-modal input[type=submit] {
	background: #00a2e8;
	color: #fff;
	cursor: pointer;
	padding: .75em 5em;
	transition: all .25s ease-in-out;
}

.learndash-wrapper .ld-login-modal input[type=submit]:hover {
	opacity: .8;
}

@media (max-width:1024px) {
	.learndash-wrapper .ld-login-modal {
		top: 100px;
		transform: translateX(-50%);
		width: 80%;
	}
	
	.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer {
		color: #728188;
	}
}

@media (max-width:768px) {
	.learndash-wrapper .ld-login-modal {
		flex-direction: column;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-login-modal {
		width: 100%;
	}
}

.learndash-wrapper .ld-button.ld-login-button {
	display: flex;
}

.learndash-wrapper .ld-button.ld-login-button.ld-logout {
	justify-content: space-between;
}

.learndash-wrapper .ld-button.ld-login-button.ld-login {
	justify-content: flex-start;
}

.learndash-wrapper .ld-button.ld-login-button.ld-login .ld-icon {
	margin-right: 10px;
}

.learndash-wrapper #learndash-registration-wrapper, .learndash-wrapper #learndash-reset-password-wrapper {
	margin: auto;
}

.learndash-wrapper #learndash-registration-wrapper .registration-login-link, .learndash-wrapper #learndash-reset-password-wrapper .registration-login-link {
	margin-bottom: 1em;
}

.learndash-wrapper #learndash-registration-wrapper form label, .learndash-wrapper #learndash-reset-password-wrapper form label {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 3px;
}

.learndash-wrapper #learndash-registration-wrapper #learndash_registerform .learndash-required-field, .learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform .learndash-required-field {
	color: red;
}

.learndash-wrapper #learndash-registration-wrapper form input, .learndash-wrapper #learndash-reset-password-wrapper form input {
	border: 2px solid #a1a1a1;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 1em;
	margin-left: 0;
	width: 100%;
}

.learndash-wrapper #learndash-registration-wrapper #loginform #rememberme, .learndash-wrapper #learndash-reset-password-wrapper #loginform #rememberme {
	width: auto;
}

.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit, .learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform #wp-submit {
	margin-top: 30px;
}

.learndash-not-available .ld-item-list-item-preview, .learndash-not-available .ld-item-list-item-preview a.ld-item-name, .learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .learndash-not-available .ld-lesson-item-preview, .learndash-not-available .ld-lesson-item-preview a.ld-item-name, .learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .learndash-not-available .ld-table-list-item-preview, .learndash-not-available .ld-table-list-item-preview a.ld-item-name, .learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access .ld-item-list-item-preview, .user_has_no_access .ld-item-list-item-preview a.ld-item-name, .user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access .ld-lesson-item-preview, .user_has_no_access .ld-lesson-item-preview a.ld-item-name, .user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access .ld-table-list-item-preview, .user_has_no_access .ld-table-list-item-preview a.ld-item-name, .user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading {
	cursor: not-allowed;
	pointer-events: none;
}

.learndash-not-available .ld-item-list-item-preview .ld-expand-button, .learndash-not-available .ld-lesson-item-preview .ld-expand-button, .learndash-not-available .ld-table-list-item-preview .ld-expand-button, .user_has_no_access .ld-item-list-item-preview .ld-expand-button, .user_has_no_access .ld-lesson-item-preview .ld-expand-button, .user_has_no_access .ld-table-list-item-preview .ld-expand-button {
	pointer-events: all;
}

.learndash-not-available a.ld-topic-row, .user_has_no_access a.ld-topic-row {
	cursor: not-allowed;
	pointer-events: none;
}

.ld-item-list-item.is_sample .ld-item-list-item-preview, .ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-item-name, .ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .ld-item-list-item.is_sample .ld-lesson-item-preview, .ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-item-name, .ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .ld-item-list-item.is_sample .ld-table-list-item-preview, .ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-item-name, .ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading, .ld-lesson-item.is_sample .ld-item-list-item-preview, .ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-item-name, .ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .ld-lesson-item.is_sample .ld-lesson-item-preview, .ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-item-name, .ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .ld-lesson-item.is_sample .ld-table-list-item-preview, .ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-item-name, .ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading, .ld-topic-list.is_sample .ld-item-list-item-preview, .ld-topic-list.is_sample .ld-item-list-item-preview a.ld-item-name, .ld-topic-list.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .ld-topic-list.is_sample .ld-lesson-item-preview, .ld-topic-list.is_sample .ld-lesson-item-preview a.ld-item-name, .ld-topic-list.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .ld-topic-list.is_sample .ld-table-list-item-preview, .ld-topic-list.is_sample .ld-table-list-item-preview a.ld-item-name, .ld-topic-list.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading, .learndash-not-available.is_sample .ld-item-list-item-preview, .learndash-not-available.is_sample .ld-item-list-item-preview a.ld-item-name, .learndash-not-available.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .learndash-not-available.is_sample .ld-lesson-item-preview, .learndash-not-available.is_sample .ld-lesson-item-preview a.ld-item-name, .learndash-not-available.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access .wpProQuiz_resultsList .ld-item-list-item-preview a.ld-item-name, .user_has_no_access.is_sample .ld-item-list-item-preview, .user_has_no_access.is_sample .ld-item-list-item-preview a.ld-item-name, .user_has_no_access.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access.is_sample .ld-lesson-item-preview, .user_has_no_access.is_sample .ld-lesson-item-preview a.ld-item-name, .user_has_no_access.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading {
	cursor: pointer;
	pointer-events: all;
}

.ld-item-list-item.is_sample a.ld-lesson-item-preview, .ld-item-list-item.is_sample a.ld-table-list-item-preview, .ld-item-list-item.is_sample a.ld-topic-row, .ld-lesson-item.is_sample a.ld-lesson-item-preview, .ld-lesson-item.is_sample a.ld-table-list-item-preview, .ld-lesson-item.is_sample a.ld-topic-row, .ld-topic-list.is_sample a.ld-lesson-item-preview, .ld-topic-list.is_sample a.ld-table-list-item-preview, .ld-topic-list.is_sample a.ld-topic-row {
	cursor: pointer !important;
	pointer-events: all !important;
}

.learndash-wrapper .ld-user-status.ld-is-widget {
	margin: 30px 0;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item {
	border: 0;
	border-bottom: 2px solid #f0f3f6;
	border-radius: 0;
	margin: 10px 0;
	padding: 10px 0;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child {
	border-bottom: 0;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
	padding: 0;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title {
	font-size: 14px;
	line-height: 1.5em;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components {
	margin-top: 10px;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 5px;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span.ld-sep {
	display: none;
}

.learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination {
	justify-content: flex-start;
}

.learndash-wrapper .ld-focus-comments {
	margin: 2em 0;
}

.learndash-wrapper .ld-focus-comments p.comment-form-comment {
	margin: 0;
	max-width: 100% !important;
	width: 100% !important;
}

.learndash-wrapper .ld-focus-comments p.comment-form-comment textarea {
	width: 100%;
}

.learndash-wrapper .ld-focus-comments #ld-comments {
	margin-bottom: 50px;
}

.learndash-wrapper .ld-focus-comments #commentform .logged-in-as {
	float: right;
	font-size: .875em;
	font-weight: 400;
	margin: 0;
}

.learndash-wrapper .ld-focus-comments #commentform textarea#comment {
	background: #e2e7ed;
	border: 5px solid #e2e7ed;
	border-radius: 6px;
	font-family: inherit;
	font-size: 1em;
	padding: .875em;
}

.learndash-wrapper .ld-focus-comments #commentform textarea#comment:focus {
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links {
	display: flex;
	flex-direction: row;
}

.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-previous {
	font-weight: 700;
	margin: 0;
	min-width: 50%;
	text-align: left;
	width: 100%;
}

.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-next {
	font-weight: 700;
	margin: 0;
	min-width: 50%;
	text-align: right;
	width: 100%;
}

.learndash-wrapper .ld-focus-comments .form-submit {
	max-width: 100% !important;
	width: 100% !important;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	display: inline-block;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 1em 0 0;
	max-width: 385px;
	max-width: unset;
	min-width: unset;
	opacity: 1;
	padding: .75em 3em;
	text-align: center;
	text-decoration: none;
	text-decoration: none !important;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: 100%;
	width: unset;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon {
	font-size: .875em;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text {
	flex: 1 1 100;
	padding: 0 1em;
	text-align: center;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit+.ld-button {
	margin-left: 1em;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact {
	align-items: center;
	border-radius: 100%;
	flex-basis: 24px;
	flex-shrink: 0;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-icon {
	font-size: .75em;
	margin-right: 0;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-text {
	padding: 0;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate {
	background: transparent;
	color: #00a2e8;
	padding: 0;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-icon {
	background: #00a2e8;
	border-radius: 100%;
	color: #fff;
	flex: 0 0 18px;
	font-weight: 700;
	height: 18px;
	line-height: 16px;
	padding: 2px;
	text-align: center;
	transition: color .3s ease, background .3s ease;
	width: 18px;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-text {
	padding-left: .5em;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate:hover {
	background: transparent;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent {
	background: transparent;
	color: #00a2e8;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent.ld-status-complete {
	color: #019e7c;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover {
	background: transparent;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse {
	background: #fff;
	color: #00a2e8;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse:hover {
	background: #00a2e8;
	color: #fff;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit:disabled {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit:hover {
	background-color: #00a2e8;
	opacity: .85;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit:disabled:hover {
	background-color: #00a2e8;
	opacity: .75;
}

.learndash-wrapper .ld-focus-comments .form-submit #submit:focus {
	opacity: .75;
	outline: none;
}

@media (max-width:960px) {
	.learndash-wrapper .ld-focus-comments .form-submit #submit {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.learndash-wrapper .ld-focus-comments .form-submit #submit {
		margin-left: 10px;
		text-align: left;
	}
}

.learndash-wrapper .ld-focus-comments__heading {
	align-items: center;
	border-bottom: 4px solid #e2e7ed;
	display: flex;
	justify-content: space-between;
	margin-bottom: .5em;
}

.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-text {
	font-size: 1em;
	padding-right: .5em;
}

.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-icon {
	font-size: .75em;
}

.learndash-wrapper .ld-focus-comments__header {
	flex: 1;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 10px;
}

.learndash-wrapper .ld-focus-comments__comments {
	font-size: 1em;
	font-weight: 400;
	overflow: hidden;
	transition: max-height .3s ease;
}

.learndash-wrapper .ld-focus-comments .comment-respond {
	padding-top: 0;
	position: relative;
}

.learndash-wrapper .ld-focus-comments .comment-respond #reply-title {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: .75em;
}

.learndash-wrapper .ld-focus-comments .comment-respond small {
	font-size: .75em;
	margin-left: 1em;
}

.learndash-wrapper .ld-focus-comments #ld-comments-form.ld-collapsed, .learndash-wrapper .ld-focus-comments #ld-comments-post-button.ld-open {
	display: none;
}

.learndash-wrapper .ld-focus-comment {
	margin: 2em 0;
}

.learndash-wrapper .ld-focus-comment:last-child {
	margin-bottom: 5em;
}

.learndash-wrapper .ld-focus-comment.depth-1 {
	margin-left: 0;
}

.learndash-wrapper .ld-focus-comment.depth-2, .learndash-wrapper .ld-focus-comment.depth-3, .learndash-wrapper .ld-focus-comment.depth-4, .learndash-wrapper .ld-focus-comment.depth-5 {
	margin-left: 74px;
}

@media (max-width:768px) {
	.learndash-wrapper .ld-focus-comment.depth-2, .learndash-wrapper .ld-focus-comment.depth-3, .learndash-wrapper .ld-focus-comment.depth-4, .learndash-wrapper .ld-focus-comment.depth-5 {
		margin-left: 20px;
	}
}

.learndash-wrapper .ld-focus-comment .ld-comment-avatar {
	align-items: center;
	display: flex;
	margin-bottom: 1em;
	position: relative;
}

.learndash-wrapper .ld-focus-comment .ld-comment-avatar img {
	border: 4px solid transparent;
	border-radius: 100%;
	box-sizing: border-box;
	height: auto;
	margin-right: 16px;
	max-width: 58px;
}

.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name {
	color: #000;
	display: block;
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: 5px;
}

.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink {
	color: #728188;
	display: block;
	font-size: .875em;
	text-decoration: none;
}

.learndash-wrapper .ld-focus-comment .ld-comment-body {
	margin-left: 74px;
	overflow: hidden;
	position: relative;
}

.learndash-wrapper .ld-focus-comment .ld-comment-reply {
	margin: 1em 0;
}

.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link {
	background-color: #e2e7ed;
	border: 0;
	border-radius: 18px;
	color: #000;
	display: inline-block;
	font-size: .875em;
	font-weight: 700;
	padding: .5em 1.75em;
	position: relative;
	z-index: 9;
}

.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper, .learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper, .learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper {
	background: #f2fafd;
	border-radius: 6px;
	padding: 1em;
}

.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper>.ld-comment-avatar img, .learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img, .learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img {
	border-color: #00a2e8;
}

.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper>.ld-comment-avatar img {
	border-color: transparent;
}

.learndash-wrapper .ld-focus-comment.ld-no-avatar-image .ld-comment-body {
	margin-left: 0;
}

.ld-exam-content {
	margin-bottom: 1em;
	margin-top: 1em;
}

.ld-exam-content:not(.ld-exam-graded) .ld-exam-questions {
	display: none;
}

.ld-exam-content:not(.ld-exam-graded) .ld-exam-question-answer label {
	cursor: pointer;
}

.ld-exam-content.ld-exam-graded .ld-exam-footer, .ld-exam-content.ld-exam-graded .ld-exam-header button.ld-exam-button-start, .ld-exam-content.ld-exam-graded .ld-exam-questions, .ld-exam-content:not(.ld-exam-graded) .ld-exam-result-message {
	display: none;
}

.ld-exam-content .ld-exam-result-button, .ld-exam-content button {
	align-items: center;
	background-color: #00a2e8;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: .75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: auto;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity .3s ease;
	white-space: normal;
	width: auto;
}

.ld-exam-content .ld-exam-result-message {
	background-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	box-shadow: none;
	color: #728188;
	margin: 1em 0;
	min-height: none;
	padding: 25px;
	position: relative;
}

.ld-exam-content .ld-exam-result-message p {
	margin: 1em auto;
}

.ld-exam-content .ld-exam-result-message .result-button {
	text-align: center;
}

.ld-exam-content .ld-exam-header button {
	display: flex;
}

.ld-exam-content .ld-exam-header .ld-exam-progress-bar {
	background-color: #e0e0e0;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	padding: 3px;
	width: 100%;
}

.ld-exam-content .ld-exam-header .ld-exam-progress-bar-fill {
	background-color: #019e7c;
	border-radius: 3px;
	display: block;
	height: 22px;
	transition: width .5s ease-in-out;
}

.ld-exam-content .ld-exam-questions {
	list-style: none;
	margin-top: 50px;
	padding-left: 0;
}

.ld-exam-content .ld-exam-questions .ld-exam-question {
	margin-bottom: 50px;
}

.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-description, .ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-title {
	margin-bottom: 1em;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer {
	align-items: center;
	background: transparent;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	box-shadow: none;
	display: flex;
	margin-bottom: .5em;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer * {
	margin: 0;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input {
	margin: auto 1em;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label {
	margin-left: -2.2em;
	padding: 1em 1em 1em 2em;
	width: 100%;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected {
	border-color: #00a2e8;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-correct {
	border-color: #00c349;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-correct {
	border-color: #00a2e8;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-student-correct {
	background-color: #00c349;
	border-color: #00a2e8;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-incorrect {
	border-color: #f11414;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-incorrect {
	background-color: #f11414;
	border-color: #00a2e8;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-correct {
	background-color: #00c349;
	border-color: #00a2e8;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message, .ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message {
	background-color: #f0f3f6;
	border: 2px solid #e2e7ed;
	border-radius: 6px;
	box-shadow: none;
	color: #728188;
	display: none;
	margin: 1em 0;
	min-height: none;
	padding: 25px;
	position: relative;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message p, .ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message p {
	margin: 1em auto;
}

.ld-exam-content .ld-exam-questions .ld-exam-question-correct .ld-exam-question-correct-message, .ld-exam-content .ld-exam-questions .ld-exam-question-incorrect .ld-exam-question-incorrect-message {
	display: block;
}

.ld-exam-content .ld-exam-footer {
	min-height: 50px;
}

.ld-exam-content .ld-exam-footer * {
	float: right;
}
