/*# sourceMappingURL=../maps/css/lifterlms.min.css.map */

.llms-pagination ul:before, .llms-pagination ul:after, .llms-form-fields:before, .llms-checkout-cols-2:before, .llms-access-plans:before, .llms-cols:before, .llms-form-fields:after, .llms-checkout-cols-2:after, .llms-access-plans:after, .llms-cols:after {
	content: " ";
	display: table;
}

.llms-pagination ul:after, .llms-form-fields:after, .llms-checkout-cols-2:after, .llms-access-plans:after, .llms-cols:after {
	clear: both;
}

.llms-cols .llms-col {
	width: 100%;
}

@media all and (min-width: 600px) {
	.llms-cols [class*=llms-col-] {
		float: left;
	}
}

.llms-flex-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.llms-flex-cols [class*=llms-col] {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
}

@media all and (min-width: 600px) {
	.llms-cols .llms-col-1, .llms-flex-cols .llms-col-1 {
		width: 100%;
	}
	
	.llms-cols .llms-col-2, .llms-flex-cols .llms-col-2 {
		width: 50%;
	}
	
	.llms-cols .llms-col-3, .llms-flex-cols .llms-col-3 {
		width: 33.3333333333%;
	}
	
	.llms-cols .llms-col-4, .llms-flex-cols .llms-col-4 {
		width: 25%;
	}
	
	.llms-cols .llms-col-5, .llms-flex-cols .llms-col-5 {
		width: 20%;
	}
	
	.llms-cols .llms-col-6, .llms-flex-cols .llms-col-6 {
		width: 16.6666666667%;
	}
	
	.llms-cols .llms-col-7, .llms-flex-cols .llms-col-7 {
		width: 14.2857142857%;
	}
	
	.llms-cols .llms-col-8, .llms-flex-cols .llms-col-8 {
		width: 12.5%;
	}
	
	.llms-cols .llms-col-9, .llms-flex-cols .llms-col-9 {
		width: 11.1111111111%;
	}
	
	.llms-cols .llms-col-10, .llms-flex-cols .llms-col-10 {
		width: 10%;
	}
	
	.llms-cols .llms-col-11, .llms-flex-cols .llms-col-11 {
		width: 9.0909090909%;
	}
	
	.llms-cols .llms-col-12, .llms-flex-cols .llms-col-12 {
		width: 8.3333333333%;
	}
}

.llms-button-action, .llms-button-danger, .llms-button-primary, .llms-button-secondary {
	border: none;
	border-radius: 8px;
	color: #fefefe;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-shadow: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	padding: 12px 24px;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
}

.llms-button-action:disabled, .llms-button-danger:disabled, .llms-button-primary:disabled, .llms-button-secondary:disabled {
	opacity: .5;
}

.llms-button-action:hover, .llms-button-action:active, .llms-button-danger:hover, .llms-button-danger:active, .llms-button-primary:hover, .llms-button-primary:active, .llms-button-secondary:hover, .llms-button-secondary:active {
	color: #fefefe;
}

.llms-button-action:focus, .llms-button-danger:focus, .llms-button-primary:focus, .llms-button-secondary:focus {
	color: #fefefe;
}

.llms-button-action.auto, .llms-button-danger.auto, .llms-button-primary.auto, .llms-button-secondary.auto {
	width: auto;
}

.llms-button-action.full, .llms-button-danger.full, .llms-button-primary.full, .llms-button-secondary.full {
	display: block;
	text-align: center;
	width: 100%;
}

.llms-button-action.square, .llms-button-danger.square, .llms-button-primary.square, .llms-button-secondary.square {
	padding: 12px;
}

.llms-button-action.small, .llms-button-danger.small, .llms-button-primary.small, .llms-button-secondary.small {
	font-size: 13px;
	padding: 8px 14px;
}

.llms-button-action.small.square, .llms-button-danger.small.square, .llms-button-primary.small.square, .llms-button-secondary.small.square {
	padding: 8px;
}

.llms-button-action.large, .llms-button-danger.large, .llms-button-primary.large, .llms-button-secondary.large {
	font-size: 18px;
	line-height: 1.2;
	padding: 16px 32px;
}

.llms-button-action.large.square, .llms-button-danger.large.square, .llms-button-primary.large.square, .llms-button-secondary.large.square {
	padding: 16px;
}

.llms-button-action.large .fa, .llms-button-danger.large .fa, .llms-button-primary.large .fa, .llms-button-secondary.large .fa {
	left: -7px;
	position: relative;
}

a.llms-button-action, a.llms-button-danger, a.llms-button-primary {
	color: #fefefe;
}

.llms-button-primary {
	background: #466dd8;
}

.llms-button-primary:hover, .llms-button-primary.clicked {
	background: #274eba;
}

.llms-button-primary:focus, .llms-button-primary:active {
	background: #6888df;
}

.llms-button-secondary {
	background: #e1e1e1;
	color: #444;
}

.llms-button-secondary:hover {
	color: #414141;
	background: #cdcdcd;
}

.llms-button-secondary:focus, .llms-button-secondary:active {
	color: #414141;
	background: #ebebeb;
}

a.llms-button-secondary {
	color: #444;
}

.llms-button-action {
	background: #c05621;
}

.llms-button-action:hover, .llms-button-action.clicked {
	background: #f67d28;
}

.llms-button-action:focus, .llms-button-action:active {
	background: #faad76;
}

.llms-button-danger {
	background: #bb231c;
}

.llms-button-danger:hover {
	background: #981c17;
}

.llms-button-danger:focus, .llms-button-danger:active {
	background: #cd261f;
}

.llms-button-outline {
	background: rgba(0, 0, 0, 0);
	border: 3px solid #1d2327;
	border-radius: 8px;
	color: #1d2327;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-shadow: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	padding: 12px 24px;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.llms-button-outline:disabled {
	opacity: .5;
}

.llms-button-outline:hover, .llms-button-outline:active {
	color: #1d2327;
}

.llms-button-outline:focus {
	color: #1d2327;
}

.llms-button-outline.auto {
	width: auto;
}

.llms-button-outline.full {
	display: block;
	text-align: center;
	width: 100%;
}

.llms-button-outline.square {
	padding: 12px;
}

.llms-button-plain {
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 3px;
	color: #1d2327;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-shadow: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	padding: 1px 3px;
	position: relative;
}

.llms-button-plain:hover, .llms-button-plain:active {
	color: #1d2327;
}

.llms-button-plain:focus {
	color: #1d2327;
}

.llms-course-continue-button {
	display: inline-block;
}

.llms-donut:before, .llms-donut:after {
	content: " ";
	display: table;
}

.llms-donut:after {
	clear: both;
}

.llms-donut {
	background-color: #f1f1f1;
	background-image: none;
	border-radius: 50%;
	color: #466dd8;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 200px;
}

.llms-donut.nitro-lazy {
	background-image: none !important;
}

.llms-donut svg {
	overflow: visible !important;
	pointer-events: none;
	width: 100%;
}

.llms-donut svg path {
	fill: none;
	stroke-width: 35px;
	stroke: #466dd8;
}

.llms-donut.mini {
	height: 36px;
	width: 36px;
}

.llms-donut.mini .percentage {
	font-size: 10px;
}

.llms-donut.small {
	height: 100px;
	width: 100px;
}

.llms-donut.small .percentage {
	font-size: 18px;
}

.llms-donut.medium {
	height: 130px;
	width: 130px;
}

.llms-donut.medium .percentage {
	font-size: 26px;
}

.llms-donut.large {
	height: 260px;
	width: 260px;
}

.llms-donut.large .percentage {
	font-size: 48px;
}

.llms-donut .inside {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 80%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	top: 50%;
	z-index: 3;
}

.llms-donut .percentage {
	line-height: 1.2;
	font-size: 34px;
}

.llms-donut .caption {
	font-size: 75%;
}

.lifterlms [data-tip], .lifterlms [data-title-default], .lifterlms [data-title-active], .llms-metabox [data-tip], .llms-metabox [data-title-default], .llms-metabox [data-title-active], .llms-mb-container [data-tip], .llms-mb-container [data-title-default], .llms-mb-container [data-title-active], .llms-quiz-wrapper [data-tip], .llms-quiz-wrapper [data-title-default], .llms-quiz-wrapper [data-title-active] {
	position: relative;
}

.lifterlms [data-tip].tip--top-right:before, .lifterlms [data-title-default].tip--top-right:before, .lifterlms [data-title-active].tip--top-right:before, .llms-metabox [data-tip].tip--top-right:before, .llms-metabox [data-title-default].tip--top-right:before, .llms-metabox [data-title-active].tip--top-right:before, .llms-mb-container [data-tip].tip--top-right:before, .llms-mb-container [data-title-default].tip--top-right:before, .llms-mb-container [data-title-active].tip--top-right:before, .llms-quiz-wrapper [data-tip].tip--top-right:before, .llms-quiz-wrapper [data-title-default].tip--top-right:before, .llms-quiz-wrapper [data-title-active].tip--top-right:before {
	bottom: 100%;
	left: -10px;
}

.lifterlms [data-tip].tip--top-right:hover:before, .lifterlms [data-title-default].tip--top-right:hover:before, .lifterlms [data-title-active].tip--top-right:hover:before, .llms-metabox [data-tip].tip--top-right:hover:before, .llms-metabox [data-title-default].tip--top-right:hover:before, .llms-metabox [data-title-active].tip--top-right:hover:before, .llms-mb-container [data-tip].tip--top-right:hover:before, .llms-mb-container [data-title-default].tip--top-right:hover:before, .llms-mb-container [data-title-active].tip--top-right:hover:before, .llms-quiz-wrapper [data-tip].tip--top-right:hover:before, .llms-quiz-wrapper [data-title-default].tip--top-right:hover:before, .llms-quiz-wrapper [data-title-active].tip--top-right:hover:before {
	bottom: calc(100% + 6px);
}

.lifterlms [data-tip].tip--top-right:after, .lifterlms [data-title-default].tip--top-right:after, .lifterlms [data-title-active].tip--top-right:after, .llms-metabox [data-tip].tip--top-right:after, .llms-metabox [data-title-default].tip--top-right:after, .llms-metabox [data-title-active].tip--top-right:after, .llms-mb-container [data-tip].tip--top-right:after, .llms-mb-container [data-title-default].tip--top-right:after, .llms-mb-container [data-title-active].tip--top-right:after, .llms-quiz-wrapper [data-tip].tip--top-right:after, .llms-quiz-wrapper [data-title-default].tip--top-right:after, .llms-quiz-wrapper [data-title-active].tip--top-right:after {
	border-top-color: #444;
	left: 6px;
	top: 0;
}

.lifterlms [data-tip].tip--top-right:hover:after, .lifterlms [data-title-default].tip--top-right:hover:after, .lifterlms [data-title-active].tip--top-right:hover:after, .llms-metabox [data-tip].tip--top-right:hover:after, .llms-metabox [data-title-default].tip--top-right:hover:after, .llms-metabox [data-title-active].tip--top-right:hover:after, .llms-mb-container [data-tip].tip--top-right:hover:after, .llms-mb-container [data-title-default].tip--top-right:hover:after, .llms-mb-container [data-title-active].tip--top-right:hover:after, .llms-quiz-wrapper [data-tip].tip--top-right:hover:after, .llms-quiz-wrapper [data-title-default].tip--top-right:hover:after, .llms-quiz-wrapper [data-title-active].tip--top-right:hover:after {
	top: -6px;
}

.lifterlms [data-tip].tip--top-left:before, .lifterlms [data-title-default].tip--top-left:before, .lifterlms [data-title-active].tip--top-left:before, .llms-metabox [data-tip].tip--top-left:before, .llms-metabox [data-title-default].tip--top-left:before, .llms-metabox [data-title-active].tip--top-left:before, .llms-mb-container [data-tip].tip--top-left:before, .llms-mb-container [data-title-default].tip--top-left:before, .llms-mb-container [data-title-active].tip--top-left:before, .llms-quiz-wrapper [data-tip].tip--top-left:before, .llms-quiz-wrapper [data-title-default].tip--top-left:before, .llms-quiz-wrapper [data-title-active].tip--top-left:before {
	bottom: 100%;
	right: -10px;
}

.lifterlms [data-tip].tip--top-left:hover:before, .lifterlms [data-title-default].tip--top-left:hover:before, .lifterlms [data-title-active].tip--top-left:hover:before, .llms-metabox [data-tip].tip--top-left:hover:before, .llms-metabox [data-title-default].tip--top-left:hover:before, .llms-metabox [data-title-active].tip--top-left:hover:before, .llms-mb-container [data-tip].tip--top-left:hover:before, .llms-mb-container [data-title-default].tip--top-left:hover:before, .llms-mb-container [data-title-active].tip--top-left:hover:before, .llms-quiz-wrapper [data-tip].tip--top-left:hover:before, .llms-quiz-wrapper [data-title-default].tip--top-left:hover:before, .llms-quiz-wrapper [data-title-active].tip--top-left:hover:before {
	bottom: calc(100% + 6px);
}

.lifterlms [data-tip].tip--top-left:after, .lifterlms [data-title-default].tip--top-left:after, .lifterlms [data-title-active].tip--top-left:after, .llms-metabox [data-tip].tip--top-left:after, .llms-metabox [data-title-default].tip--top-left:after, .llms-metabox [data-title-active].tip--top-left:after, .llms-mb-container [data-tip].tip--top-left:after, .llms-mb-container [data-title-default].tip--top-left:after, .llms-mb-container [data-title-active].tip--top-left:after, .llms-quiz-wrapper [data-tip].tip--top-left:after, .llms-quiz-wrapper [data-title-default].tip--top-left:after, .llms-quiz-wrapper [data-title-active].tip--top-left:after {
	border-top-color: #444;
	right: 6px;
	top: 0;
}

.lifterlms [data-tip].tip--top-left:hover:after, .lifterlms [data-title-default].tip--top-left:hover:after, .lifterlms [data-title-active].tip--top-left:hover:after, .llms-metabox [data-tip].tip--top-left:hover:after, .llms-metabox [data-title-default].tip--top-left:hover:after, .llms-metabox [data-title-active].tip--top-left:hover:after, .llms-mb-container [data-tip].tip--top-left:hover:after, .llms-mb-container [data-title-default].tip--top-left:hover:after, .llms-mb-container [data-title-active].tip--top-left:hover:after, .llms-quiz-wrapper [data-tip].tip--top-left:hover:after, .llms-quiz-wrapper [data-title-default].tip--top-left:hover:after, .llms-quiz-wrapper [data-title-active].tip--top-left:hover:after {
	top: -6px;
}

.lifterlms [data-tip].tip--bottom-left:before, .lifterlms [data-title-default].tip--bottom-left:before, .lifterlms [data-title-active].tip--bottom-left:before, .llms-metabox [data-tip].tip--bottom-left:before, .llms-metabox [data-title-default].tip--bottom-left:before, .llms-metabox [data-title-active].tip--bottom-left:before, .llms-mb-container [data-tip].tip--bottom-left:before, .llms-mb-container [data-title-default].tip--bottom-left:before, .llms-mb-container [data-title-active].tip--bottom-left:before, .llms-quiz-wrapper [data-tip].tip--bottom-left:before, .llms-quiz-wrapper [data-title-default].tip--bottom-left:before, .llms-quiz-wrapper [data-title-active].tip--bottom-left:before {
	top: 100%;
	right: -10px;
}

.lifterlms [data-tip].tip--bottom-left:hover:before, .lifterlms [data-title-default].tip--bottom-left:hover:before, .lifterlms [data-title-active].tip--bottom-left:hover:before, .llms-metabox [data-tip].tip--bottom-left:hover:before, .llms-metabox [data-title-default].tip--bottom-left:hover:before, .llms-metabox [data-title-active].tip--bottom-left:hover:before, .llms-mb-container [data-tip].tip--bottom-left:hover:before, .llms-mb-container [data-title-default].tip--bottom-left:hover:before, .llms-mb-container [data-title-active].tip--bottom-left:hover:before, .llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before, .llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before, .llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before {
	top: calc(100% + 6px);
}

.lifterlms [data-tip].tip--bottom-left:after, .lifterlms [data-title-default].tip--bottom-left:after, .lifterlms [data-title-active].tip--bottom-left:after, .llms-metabox [data-tip].tip--bottom-left:after, .llms-metabox [data-title-default].tip--bottom-left:after, .llms-metabox [data-title-active].tip--bottom-left:after, .llms-mb-container [data-tip].tip--bottom-left:after, .llms-mb-container [data-title-default].tip--bottom-left:after, .llms-mb-container [data-title-active].tip--bottom-left:after, .llms-quiz-wrapper [data-tip].tip--bottom-left:after, .llms-quiz-wrapper [data-title-default].tip--bottom-left:after, .llms-quiz-wrapper [data-title-active].tip--bottom-left:after {
	border-bottom-color: #444;
	right: 6px;
	bottom: 0;
}

.lifterlms [data-tip].tip--bottom-left:hover:after, .lifterlms [data-title-default].tip--bottom-left:hover:after, .lifterlms [data-title-active].tip--bottom-left:hover:after, .llms-metabox [data-tip].tip--bottom-left:hover:after, .llms-metabox [data-title-default].tip--bottom-left:hover:after, .llms-metabox [data-title-active].tip--bottom-left:hover:after, .llms-mb-container [data-tip].tip--bottom-left:hover:after, .llms-mb-container [data-title-default].tip--bottom-left:hover:after, .llms-mb-container [data-title-active].tip--bottom-left:hover:after, .llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after, .llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after, .llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after {
	bottom: -6px;
}

.lifterlms [data-tip].tip--bottom-right:before, .lifterlms [data-title-default].tip--bottom-right:before, .lifterlms [data-title-active].tip--bottom-right:before, .llms-metabox [data-tip].tip--bottom-right:before, .llms-metabox [data-title-default].tip--bottom-right:before, .llms-metabox [data-title-active].tip--bottom-right:before, .llms-mb-container [data-tip].tip--bottom-right:before, .llms-mb-container [data-title-default].tip--bottom-right:before, .llms-mb-container [data-title-active].tip--bottom-right:before, .llms-quiz-wrapper [data-tip].tip--bottom-right:before, .llms-quiz-wrapper [data-title-default].tip--bottom-right:before, .llms-quiz-wrapper [data-title-active].tip--bottom-right:before {
	top: 100%;
	left: -10px;
}

.lifterlms [data-tip].tip--bottom-right:hover:before, .lifterlms [data-title-default].tip--bottom-right:hover:before, .lifterlms [data-title-active].tip--bottom-right:hover:before, .llms-metabox [data-tip].tip--bottom-right:hover:before, .llms-metabox [data-title-default].tip--bottom-right:hover:before, .llms-metabox [data-title-active].tip--bottom-right:hover:before, .llms-mb-container [data-tip].tip--bottom-right:hover:before, .llms-mb-container [data-title-default].tip--bottom-right:hover:before, .llms-mb-container [data-title-active].tip--bottom-right:hover:before, .llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before, .llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before, .llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before {
	top: calc(100% + 6px);
}

.lifterlms [data-tip].tip--bottom-right:after, .lifterlms [data-title-default].tip--bottom-right:after, .lifterlms [data-title-active].tip--bottom-right:after, .llms-metabox [data-tip].tip--bottom-right:after, .llms-metabox [data-title-default].tip--bottom-right:after, .llms-metabox [data-title-active].tip--bottom-right:after, .llms-mb-container [data-tip].tip--bottom-right:after, .llms-mb-container [data-title-default].tip--bottom-right:after, .llms-mb-container [data-title-active].tip--bottom-right:after, .llms-quiz-wrapper [data-tip].tip--bottom-right:after, .llms-quiz-wrapper [data-title-default].tip--bottom-right:after, .llms-quiz-wrapper [data-title-active].tip--bottom-right:after {
	border-bottom-color: #444;
	left: 6px;
	bottom: 0;
}

.lifterlms [data-tip].tip--bottom-right:hover:after, .lifterlms [data-title-default].tip--bottom-right:hover:after, .lifterlms [data-title-active].tip--bottom-right:hover:after, .llms-metabox [data-tip].tip--bottom-right:hover:after, .llms-metabox [data-title-default].tip--bottom-right:hover:after, .llms-metabox [data-title-active].tip--bottom-right:hover:after, .llms-mb-container [data-tip].tip--bottom-right:hover:after, .llms-mb-container [data-title-default].tip--bottom-right:hover:after, .llms-mb-container [data-title-active].tip--bottom-right:hover:after, .llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after, .llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after, .llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after {
	bottom: -6px;
}

.lifterlms [data-tip]:before, .lifterlms [data-title-default]:before, .lifterlms [data-title-active]:before, .llms-metabox [data-tip]:before, .llms-metabox [data-title-default]:before, .llms-metabox [data-title-active]:before, .llms-mb-container [data-tip]:before, .llms-mb-container [data-title-default]:before, .llms-mb-container [data-title-active]:before, .llms-quiz-wrapper [data-tip]:before, .llms-quiz-wrapper [data-title-default]:before, .llms-quiz-wrapper [data-title-active]:before {
	background: #444;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	padding: 8px;
	max-width: 300px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.lifterlms [data-tip]:after, .lifterlms [data-title-default]:after, .lifterlms [data-title-active]:after, .llms-metabox [data-tip]:after, .llms-metabox [data-title-default]:after, .llms-metabox [data-title-active]:after, .llms-mb-container [data-tip]:after, .llms-mb-container [data-title-default]:after, .llms-mb-container [data-title-active]:after, .llms-quiz-wrapper [data-tip]:after, .llms-quiz-wrapper [data-title-default]:after, .llms-quiz-wrapper [data-title-active]:after {
	content: "";
	border: 6px solid rgba(0, 0, 0, 0);
	height: 0;
	width: 0;
}

.lifterlms [data-tip]:before, .lifterlms [data-tip]:after, .lifterlms [data-title-default]:before, .lifterlms [data-title-default]:after, .lifterlms [data-title-active]:before, .lifterlms [data-title-active]:after, .llms-metabox [data-tip]:before, .llms-metabox [data-tip]:after, .llms-metabox [data-title-default]:before, .llms-metabox [data-title-default]:after, .llms-metabox [data-title-active]:before, .llms-metabox [data-title-active]:after, .llms-mb-container [data-tip]:before, .llms-mb-container [data-tip]:after, .llms-mb-container [data-title-default]:before, .llms-mb-container [data-title-default]:after, .llms-mb-container [data-title-active]:before, .llms-mb-container [data-title-active]:after, .llms-quiz-wrapper [data-tip]:before, .llms-quiz-wrapper [data-tip]:after, .llms-quiz-wrapper [data-title-default]:before, .llms-quiz-wrapper [data-title-default]:after, .llms-quiz-wrapper [data-title-active]:before, .llms-quiz-wrapper [data-title-active]:after {
	opacity: 0;
	-webkit-transition: all .2s .1s ease;
	transition: all .2s .1s ease;
	position: absolute;
	pointer-events: none;
	visibility: hidden;
}

.lifterlms [data-tip]:hover:before, .lifterlms [data-tip]:hover:after, .lifterlms [data-title-default]:hover:before, .lifterlms [data-title-default]:hover:after, .lifterlms [data-title-active]:hover:before, .lifterlms [data-title-active]:hover:after, .llms-metabox [data-tip]:hover:before, .llms-metabox [data-tip]:hover:after, .llms-metabox [data-title-default]:hover:before, .llms-metabox [data-title-default]:hover:after, .llms-metabox [data-title-active]:hover:before, .llms-metabox [data-title-active]:hover:after, .llms-mb-container [data-tip]:hover:before, .llms-mb-container [data-tip]:hover:after, .llms-mb-container [data-title-default]:hover:before, .llms-mb-container [data-title-default]:hover:after, .llms-mb-container [data-title-active]:hover:before, .llms-mb-container [data-title-active]:hover:after, .llms-quiz-wrapper [data-tip]:hover:before, .llms-quiz-wrapper [data-tip]:hover:after, .llms-quiz-wrapper [data-title-default]:hover:before, .llms-quiz-wrapper [data-title-default]:hover:after, .llms-quiz-wrapper [data-title-active]:hover:before, .llms-quiz-wrapper [data-title-active]:hover:after {
	opacity: 1;
	-webkit-transition: all 0 .1s ease;
	transition: all 0 .1s ease;
	visibility: visible;
	z-index: 99999999;
}

.lifterlms [data-tip]:before, .llms-metabox [data-tip]:before, .llms-mb-container [data-tip]:before, .llms-quiz-wrapper [data-tip]:before {
	content: attr(data-tip);
}

.lifterlms [data-tip].active:before, .llms-metabox [data-tip].active:before, .llms-mb-container [data-tip].active:before, .llms-quiz-wrapper [data-tip].active:before {
	content: attr(data-tip-active);
}

.llms-membership-image {
	display: block;
	margin: 0 auto;
}

.llms-course-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.llms-featured-image {
	display: block;
	margin: 0 auto;
}

.llms-image-thumb {
	width: 150px;
}

.llms-video-wrapper .center-video {
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 56.25%;
	text-align: center;
}

.llms-video-wrapper .center-video > .wp-video, .llms-video-wrapper .center-video .fluid-width-video-wrapper, .llms-video-wrapper .center-video iframe, .llms-video-wrapper .center-video object, .llms-video-wrapper .center-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.llms-video-wrapper .center-video > .wp-video {
	width: 100% !important;
}

.llms-video-wrapper .center-video .fluid-width-video-wrapper {
	padding-top: 0 !important;
}

.clear {
	clear: both;
	width: 100%;
}

.llms-featured-image {
	text-align: center;
}

#main-content .llms-payment-options p {
	margin: 0;
	font-size: 16px;
}

.llms-option {
	display: block;
	position: relative;
	margin: 20px 0;
	padding-left: 40px;
	font-size: 16px;
}

.llms-option label {
	cursor: pointer;
	position: static;
}

.llms-option:first-child {
	margin-top: 0;
}

.llms-option:last-child {
	margin-bottom: 0;
}

#main-content .llms-option:last-child {
	margin-bottom: 0;
}

.llms-option input[type=radio] {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 0;
}

.llms-option input[type=radio] {
	display: inline-block;
}

.llms-option input[type=radio] + label span.llms-radio {
	display: none;
}

.llms-option input[type=radio] + label span.llms-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 20;
	position: absolute;
	top: 0;
	left: -2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: middle;
	-webkit-box-shadow: hsla(0, 0%, 100%, .15) 0 1px 1px, inset rgba(0, 0, 0, .5) 0 0 0 1px;
	box-shadow: hsla(0, 0%, 100%, .15) 0 1px 1px, inset rgba(0, 0, 0, .5) 0 0 0 1px;
	background: #efefef;
	background-image: radial-gradient(ellipse at center, #bb231c 0%, #bb231c 40%, #efefef 45%);
	background-repeat: no-repeat;
	-webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
	transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
}

.llms-option input[type=radio]:checked + label span.llms-radio {
	-webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
	transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
}

.llms-option input[type=radio] + label span.llms-radio {
	background-position: -24px 0;
}

.llms-option input[type=radio]:checked + label span.llms-radio {
	background-position: 0 0;
}

.llms-option input[type=submit] {
	border: none;
	background: #bb231c;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	border-radius: 3px;
	cursor: pointer;
	width: 100%;
}

.llms-styled-text {
	padding: 14px 0;
}

.llms-notice-box {
	border-radius: 3px;
	z-index: 10;
	margin: 10px 0;
	padding: 15px 20px;
	border: 1px solid #ccc;
	list-style-type: none;
	width: 100%;
	overflow: auto;
}

.llms-notice-box input[type=text] {
	height: auto;
}

.llms-notice-box .col-1-1 {
	width: 100%;
}

.llms-notice-box .col-1-1 input[type=text] {
	width: 100%;
}

.llms-notice-box .col-1-2 {
	width: 50%;
	float: left;
}

@media screen and (max-width: 768px) {
	.llms-notice-box .col-1-2 {
		width: 100%;
	}
}

.llms-notice-box .col-1-3 {
	width: 33%;
	float: left;
	margin-right: 10px;
}

.llms-notice-box .col-1-4 {
	width: 25%;
	float: left;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.llms-notice-box .col-1-4 {
		width: 100%;
	}
}

.llms-notice-box .col-1-6 {
	width: 16.6%;
	float: left;
	margin-right: 10px;
}

.llms-notice-box .col-1-8 {
	width: 11%;
	float: right;
}

.llms-notice-box .llms-pad-right {
	padding-right: 10px;
}

@media screen and (max-width: 768px) {
	.llms-notice-box .llms-pad-right {
		padding-right: 0;
	}
}

input[type=text].cc_cvv, #cc_cvv {
	margin-right: 0;
	width: 23%;
	float: right;
}

.llms-clear-box {
	border-radius: 3px;
	z-index: 10;
	margin: 10px 0;
	padding: 15px 20px;
	list-style-type: none;
	width: 100%;
	overflow: auto;
}

.llms-price-label {
	font-weight: normal;
}

.llms-final-price {
	font-weight: bold;
	float: right;
}

.llms-center-content {
	text-align: center;
}

.llms-input-text {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

.llms-price {
	margin-bottom: 0;
	font-weight: bold;
}

.llms-price-loop {
	margin-bottom: 0;
	font-weight: bold;
}

.courses .entry {
	padding: 0;
}

.list-view .site-content .llms-course-list .hentry, .list-view .site-content .llms-membership-list .hentry {
	border-top: 0;
	padding-top: 0;
}

.llms-content {
	width: 100%;
}

.llms-lesson-button-wrapper {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
}

.llms-template-wrapper {
	width: 100%;
	display: block;
	clear: both;
}

.llms-button-wrapper {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
}

.llms-styled-select {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.llms-styled-select, .llms-styled-select select {
	width: 100%;
}

select:focus {
	outline: none;
}

.llms-styled-select select {
	height: 34px;
	padding: 5px 0 5px 5px;
	background: rgba(0, 0, 0, 0);
	border: none;
	-webkit-appearance: none;
	font-size: 16px;
	color: #444;
}

@-moz-document url-prefix() {
	.--ms-styled-select select {
		width: 110%;
	}
}

.llms-styled-select .fa-sort-desc {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 24px;
	color: #ccc;
}

select::-ms-expand {
	display: none;
}

_:-o-prefocus .llms-styled-select, .selector .llms-styled-select {
	background: none;
}

.llms-form-item-wrapper {
	margin-bottom: 1em;
}

.llms-progress-circle {
	position: relative;
	width: 200px;
	height: 200px;
	float: left;
}

.llms-progress-circle-count {
	top: 27%;
	position: absolute;
	width: 94%;
	text-align: center;
	color: #666;
	font-size: 44px;
}

.llms-progress-circle svg {
	position: absolute;
	width: 200px;
	height: 200px;
}

.llms-progress-circle circle {
	fill: rgba(0, 0, 0, 0);
}

svg .llms-background-circle {
	fill: rgba(0, 0, 0, 0);
	stroke-width: 10px;
	stroke: #f1f2f1;
	stroke-dasharray: 430;
}

svg .llms-animated-circle {
	fill: rgba(0, 0, 0, 0);
	stroke-width: 10px;
	stroke: #e5554e;
	stroke-dasharray: 430;
	stroke-dashoffset: 410;
}

.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title {
	font-weight: 700;
}

.llms-widget-syllabus .section-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.llms-widget-syllabus .section-header .llms-collapse-caret {
	text-align: left;
	width: 14px;
}

.llms-widget-syllabus .llms-lesson-complete, .llms-widget-syllabus .lesson-complete-placeholder {
	font-size: 18px;
	margin-right: 5px;
	color: #ccc;
}

.llms-widget-syllabus .llms-lesson-complete.done, .llms-widget-syllabus .lesson-complete-placeholder.done {
	color: #466dd8;
}

.llms-widget-syllabus .section-title {
	font-weight: bold;
}

.llms-widget-syllabus .lesson-title a {
	text-decoration: underline;
}

.llms-widget-syllabus .lesson-title.done a {
	color: #666;
	text-decoration: line-through;
}

.llms-widget-syllabus ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.llms-widget-syllabus ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
}

.llms-widget-syllabus ul li ul {
	margin: 0 0 15px 0;
}

.llms-widget-syllabus ul li ul li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px 0;
	padding: 0;
}

.llms-remove-coupon {
	float: right;
}

.llms-lesson-preview.is-complete .llms-lesson-link-locked {
	padding-left: 75px;
}

.llms-lesson-tooltip {
	display: none;
	position: absolute;
	color: #000;
	background-color: silver;
	padding: .25em;
	border-radius: 2px;
	z-index: 100;
	top: 0;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
}

.llms-lesson-tooltip:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid silver;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.llms-lesson-tooltip.active {
	display: inline-block;
}

.llms-favorite-wrapper {
	cursor: pointer;
}

.llms-favorite-wrapper .fa-heart {
	color: #ef476f;
}

.llms-favorite-wrapper button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.llms-favorite-wrapper button:focus {
	outline: 2px dashed #333;
	outline-offset: 2px;
}

.llms-has-favorite .llms-parent-course-link {
	display: inline-block;
	margin-bottom: 20px;
}

.llms-has-favorite .llms-parent-course-link + .llms-favorite-wrapper {
	float: right;
	margin: 0;
}

.llms-syllabus-wrapper .llms-has-favorite {
	text-align: left;
}

.llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper {
	display: inline-block;
}

.llms-loop-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.llms-loop-list .llms-loop-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.llms-loop-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.llms-loop-list {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

@media all and (min-width: 600px) {
	.llms-loop-list.cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.llms-loop-list.cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.llms-loop-list.cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.llms-loop-list.cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.llms-loop-list.cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.llms-loop-list.cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.llms-loop-item {
	list-style: none;
	margin: 10px;
	padding: 0;
	background: #fefefe;
	border: 1px solid #dedede;
	border-radius: 6px;
}

.llms-loop-item-content {
	overflow: hidden;
	padding-bottom: 15px;
	margin: 0;
	height: auto;
}

.llms-loop-item-content iframe {
	max-width: 100%;
}

.llms-loop-item-content .llms-loop-link {
	color: #010101;
	display: block;
	text-decoration: none;
}

.llms-loop-item-content .llms-loop-link:visited {
	color: #010101;
}

.llms-loop-item-content .llms-featured-image {
	display: block;
	max-width: 100%;
}

.llms-loop-item-content .llms-loop-title {
	color: #010101;
	margin: 15px 0;
}

.llms-loop-item-content .llms-loop-title:hover {
	color: #466dd8;
}

.llms-loop-item-content .llms-meta, .llms-loop-item-content .llms-author, .llms-loop-item-content .llms-loop-title, .llms-loop-item-content .llms-featured-pricing {
	padding: 0 15px;
}

.llms-loop-item-content .llms-meta, .llms-loop-item-content .llms-author, .llms-loop-item-content .llms-featured-pricing {
	color: #444;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.llms-loop-item-content .llms-meta:last-child, .llms-loop-item-content .llms-author:last-child, .llms-loop-item-content .llms-featured-pricing:last-child {
	margin-bottom: 0;
}

.llms-loop-item-content .llms-author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.llms-loop-item-content .llms-featured-img-wrap {
	overflow: hidden;
}

.llms-loop-item-content p {
	margin-bottom: 0;
}

.llms-loop-item-content .llms-progress {
	margin: 0;
	height: .4em;
}

.llms-loop-item-content .llms-progress .progress__indicator {
	display: none;
}

.llms-loop-item-content .llms-progress .llms-progress-bar {
	background-color: #f6f6f6;
	right: 0;
	top: 0;
}

.llms-meta-info {
	margin: 40px 0;
}

.llms-meta-info .llms-meta-title {
	margin: 0;
}

.llms-meta-info .llms-meta p {
	margin-bottom: 0;
}

.llms-meta-info .llms-meta span {
	font-weight: 700;
}

.llms-course-progress {
	margin: 40px auto;
	max-width: 480px;
	text-align: center;
}

.llms-syllabus-wrapper {
	margin: 20px 0;
	text-align: left;
}

.llms-syllabus-wrapper .llms-section-title {
	margin: 40px 0 10px;
}

.llms-syllabus-wrapper .llms-section-title + .llms-lesson-preview {
	border-top: 1px solid #dedede;
}

.llms-lesson-preview {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	display: block;
	margin: 0;
	max-width: 100%;
	position: relative;
}

.llms-lesson-preview section {
	background: #fefefe;
}

.llms-lesson-preview.current-lesson .llms-lesson-title {
	font-weight: 400;
}

.llms-lesson-preview .llms-lesson-link {
	color: #010101;
	display: block;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.llms-lesson-preview .llms-lesson-link:hover {
	background: #eaeaea;
}

.llms-lesson-preview .llms-lesson-link:visited {
	color: #212121;
}

.llms-lesson-preview .llms-lesson-link .llms-lesson-preview-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.llms-lesson-preview .llms-lesson-locked {
	background: #efefef;
	color: #666;
}

.llms-lesson-preview .llms-lesson-locked .llms-lesson-link {
	color: #666;
}

.llms-lesson-preview .llms-lesson-locked:hover {
	background: #dedede;
}

.llms-lesson-preview .llms-lesson-thumbnail {
	margin-bottom: 15px;
}

.llms-lesson-preview .llms-lesson-thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

.llms-lesson-preview .llms-lesson-title {
	font-weight: 700;
	margin: 0 auto 5px;
}

.llms-lesson-preview .llms-lesson-title:last-child {
	margin-bottom: 0;
}

.llms-lesson-preview .llms-lesson-excerpt {
	margin-top: 5px;
}

.llms-lesson-preview .llms-lesson-excerpt p {
	margin: 0 0 10px 0;
	padding: 0;
}

.llms-lesson-preview .llms-lesson-excerpt p:last-of-type {
	margin: 0;
}

.llms-lesson-preview .llms-lesson-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 15px;
	font-size: 14px;
}

.llms-lesson-preview .llms-lesson-meta div.llms-favorite-wrapper + span.llms-lesson-has-quiz {
	margin-left: 10px;
}

.llms-lesson-preview .llms-lesson-meta div.llms-favorite-wrapper + span.llms-lesson-has-assignment {
	margin-left: 10px;
}

.llms-lesson-preview .llms-lesson-meta span.llms-lesson-has-quiz + span.llms-lesson-has-assignment {
	margin-left: 10px;
}

.llms-lesson-preview .llms-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.llms-lesson-preview .llms-extra {
	min-width: 50px;
	text-align: right;
}

.llms-lesson-preview .llms-lesson-counter, .llms-lesson-preview .llms-free-lesson-svg, .llms-lesson-preview .llms-lesson-complete, .llms-lesson-preview .llms-lesson-complete-placeholder {
	display: block;
}

.llms-lesson-preview.is-free .llms-lesson-complete, .llms-lesson-preview.is-complete .llms-lesson-complete {
	color: #466dd8;
}

.llms-lesson-preview.is-complete .llms-lesson-title:not(.llms-student-dashboard .llms-lesson-title):not(.llms-course-navigation .llms-lesson-title) {
	text-decoration: line-through;
}

.llms-lesson-preview .llms-icon-free {
	background: #466dd8;
	border-radius: 6px;
	color: #fefefe;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 5px 8px 4px;
	white-space: nowrap;
}

.llms-lesson-preview.is-incomplete .llms-lesson-complete {
	color: #cacaca;
}

.llms-lesson-preview .llms-lesson-counter {
	font-size: 16px;
	margin-bottom: 5px;
}

.llms-lesson-preview .llms-free-lesson-svg {
	fill: currentColor;
	height: 23px;
	width: 50px;
}

.llms-course-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.llms-course-navigation .llms-prev-lesson, .llms-course-navigation .llms-next-lesson, .llms-course-navigation .llms-back-to-course {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.llms-course-navigation .llms-prev-lesson + .llms-back-to-course {
	text-align: right;
}

.llms-course-navigation .llms-next-lesson .llms-lesson-preview .llms-lesson-link {
	text-align: right;
}

.llms-course-navigation .llms-lesson-preview {
	border: 1px solid #dedede;
}

.llms-course-navigation .llms-lesson-link {
	display: block;
}

.llms-progress {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: relative;
	height: 1em;
	width: 100%;
	margin: 15px 0;
}

.llms-progress .llms-progress-bar {
	background-color: #dedede;
	position: relative;
	height: .4em;
	top: .3em;
	width: 100%;
}

.llms-progress .progress-bar-complete {
	background-color: #ef476f;
	height: 100%;
}

.progress__indicator {
	float: right;
	text-align: right;
	height: 1em;
	line-height: 1em;
	margin-left: 5px;
	white-space: nowrap;
}

.llms-author .name {
	margin-left: 5px;
}

.llms-author .label {
	margin-left: 5px;
}

.llms-author .avatar {
	border-radius: 50%;
}

.llms-author .bio {
	margin-top: 5px;
}

.llms-instructor-info {
	margin: 40px 0;
}

.llms-instructor-info .llms-meta-title {
	margin: 0;
}

.llms-instructor-info .llms-instructors .llms-col:first-child .llms-author {
	margin-left: 0;
}

.llms-instructor-info .llms-instructors .llms-col:last-child .llms-author {
	margin-right: 0;
}

.llms-instructor-info .llms-instructors .llms-author {
	background: #fefefe;
	border: 1px solid #dedede;
	border-top: 4px solid #466dd8;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	color: #010101;
	text-align: center;
	margin: 45px 0 0;
	padding: 0 20px 20px;
}

.llms-instructor-info .llms-instructors .llms-author .avatar {
	background: #466dd8;
	border: 4px solid #466dd8;
	display: block;
	margin: -35px auto 10px;
}

.llms-instructor-info .llms-instructors .llms-author .llms-author-info {
	display: block;
}

.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name {
	font-weight: 700;
}

.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label {
	font-size: 85%;
}

.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio {
	font-size: 90%;
	margin-bottom: 0;
}

.llms_review {
	margin: 20px 0px;
	padding: 10px;
}

.llms_review h5 {
	font-size: 17px;
	margin: 3px 0px;
}

.llms_review h6 {
	font-size: 13px;
}

.llms_review p {
	font-size: 15px;
}

.review_box [type=text] {
	margin: 10px 0px;
}

.review_box .review_error {
	color: red;
	display: none;
}

.review_box + .thank_you_box {
	display: none;
}

.llms-notice {
	background: rgba(70, 109, 216, .3);
	border-color: #466dd8;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 40px;
}

.llms-notice a {
	color: inherit;
}

.llms-notice p:last-child, .llms-notice ul:last-child {
	margin-bottom: 0;
}

.llms-notice li {
	list-style-type: none;
}

.llms-notice.llms-debug {
	background: rgba(202, 202, 202, .3);
	border-color: #cacaca;
}

.llms-notice.llms-error {
	background: rgba(187, 35, 28, .15);
	border-color: #bb231c;
}

.llms-notice.llms-success {
	background: rgba(77, 141, 60, .15);
	border-color: #4d8d3c;
}

.entry-content .llms-notice {
	margin: 0 0 40px;
}

.entry-content .llms-notice li {
	list-style-type: none;
}

ul.llms-achievements-loop:before, ul.llms-achievements-loop:after, .lifterlms ul.llms-achievements-loop:before, .lifterlms ul.llms-achievements-loop:after, ul.llms-certificates-loop:before, ul.llms-certificates-loop:after, .lifterlms ul.llms-certificates-loop:before, .lifterlms ul.llms-certificates-loop:after {
	content: " ";
	display: table;
}

ul.llms-achievements-loop:after, .lifterlms ul.llms-achievements-loop:after, ul.llms-certificates-loop:after, .lifterlms ul.llms-certificates-loop:after {
	clear: both;
}

ul.llms-achievements-loop, .lifterlms ul.llms-achievements-loop, ul.llms-certificates-loop, .lifterlms ul.llms-certificates-loop {
	list-style-type: none;
	margin: 0 -10px;
	padding: 0;
}

ul.llms-achievements-loop li.llms-achievement-loop-item, ul.llms-achievements-loop li.llms-certificate-loop-item, .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item, .lifterlms ul.llms-achievements-loop li.llms-certificate-loop-item, ul.llms-certificates-loop li.llms-achievement-loop-item, ul.llms-certificates-loop li.llms-certificate-loop-item, .lifterlms ul.llms-certificates-loop li.llms-achievement-loop-item, .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	width: 100%;
}

@media all and (min-width: 600px) {
	ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item, ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item, ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item {
		width: 100%;
	}
	
	ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item, ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item, ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item {
		width: 50%;
	}
	
	ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item, ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item, ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item {
		width: 33.3333333333%;
	}
	
	ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item, ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item, ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item {
		width: 25%;
	}
	
	ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item, .lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item, ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item, ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item, .lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item {
		width: 20%;
	}
}

.llms-achievement, .llms-certificate {
	background: #fefefe;
	border: none;
	border-radius: 12px;
	color: #010101;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	width: 100%;
}

.llms-achievement:hover, .llms-certificate:hover {
	background: #eaeaea;
}

.llms-achievement .llms-achievement-img, .llms-certificate .llms-achievement-img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.llms-achievement .llms-achievement-title, .llms-certificate .llms-achievement-title {
	color: #010101;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.llms-achievement .llms-certificate-title, .llms-certificate .llms-certificate-title {
	color: #010101;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px;
}

.llms-achievement .llms-achievement-info, .llms-achievement .llms-achievement-date, .llms-certificate .llms-achievement-info, .llms-certificate .llms-achievement-date {
	display: none;
}

.llms-achievement .llms-achievement-content, .llms-certificate .llms-achievement-content {
	padding: 20px;
}

.llms-achievement .llms-achievement-content:empty, .llms-certificate .llms-achievement-content:empty {
	padding: 0;
}

.llms-achievement .llms-achievement-content *:last-child, .llms-certificate .llms-achievement-content *:last-child {
	margin-bottom: 0;
}

.llms-certificate {
	border: 4px double #dedede;
	padding: 20px 10px;
	background: #fefefe;
	text-align: center;
}

.llms-certificate:hover {
	background: #fefefe;
	border-color: #eaeaea;
}

.llms-achievement-modal .llms-achievement {
	background: #fff;
}

.llms-achievement-modal .llms-achievement-info {
	display: block;
}

.llms-achievement-modal .llms-achievement-title {
	display: none;
}

.llms-notification:before, .llms-notification:after {
	content: " ";
	display: table;
}

.llms-notification:after {
	clear: both;
}

.llms-notification {
	background: #fefefe;
	-webkit-box-shadow: 0 1px 2px -2px #333, 0 1px 1px -1px #333;
	box-shadow: 0 1px 2px -2px #333, 0 1px 1px -1px #333;
	border-top: 4px solid #466dd8;
	color: #010101;
	opacity: 0;
	padding: 12px;
	position: fixed;
	right: -800px;
	top: 24px;
	-webkit-transition: opacity .4s ease-in-out, right .4s ease-in-out;
	transition: opacity .4s ease-in-out, right .4s ease-in-out;
	visibility: hidden;
	width: auto;
	z-index: 9999999;
}

.llms-notification.visible {
	left: 12px;
	opacity: 1;
	right: 12px;
	-webkit-transition: opacity .4s ease-in-out, right .4s ease-in-out, top .1s ease-in-out, background .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: opacity .4s ease-in-out, right .4s ease-in-out, top .1s ease-in-out, background .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: opacity .4s ease-in-out, right .4s ease-in-out, top .1s ease-in-out, background .2s ease-in-out, transform .2s ease-in-out;
	transition: opacity .4s ease-in-out, right .4s ease-in-out, top .1s ease-in-out, background .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	visibility: visible;
}

.llms-notification.visible:hover .llms-notification-dismiss {
	opacity: 1;
}

.llms-notification .llms-notification-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.llms-notification .llms-notification-main {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.llms-notification .llms-notification-title {
	color: #010101;
	font-size: 18px;
	margin: 0;
}

.llms-notification .llms-notification-body {
	font-size: 14px;
	line-height: 1.4;
}

.llms-notification .llms-notification-body p, .llms-notification .llms-notification-body li {
	font-size: inherit;
}

.llms-notification .llms-notification-body p {
	margin-bottom: 8px;
}

.llms-notification .llms-notification-body p img {
	max-width: 100%;
}

.llms-notification .llms-notification-body .llms-mini-cert {
	background: #f6f6f6;
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: inset 0 0 0 3px #fefefe, inset 0 0 0 4px #dedede;
	box-shadow: inset 0 0 0 3px #fefefe, inset 0 0 0 4px #dedede;
	padding: 16px 16px 24px;
	margin-top: 12px;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title {
	font-size: 16px;
	font-weight: 700;
	margin: 12px auto;
	text-align: center;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body {
	width: 100%;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(1) {
	width: 65%;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(2) {
	width: 35%;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(3) {
	width: 85%;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(4) {
	width: 75%;
	margin-top: 18px;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(5) {
	width: 70%;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(6) {
	margin-left: 12px;
	margin-bottom: -24px;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(7) {
	width: 65%;
	margin-right: 12px;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-line {
	border-radius: 2px;
	height: 8px;
	background: #b0b0b0;
	background-image: -webkit-gradient(linear, left top, right top, from(#b0b0b0), color-stop(20%, #a0a0a0), color-stop(40%, #b0b0b0), to(#b0b0b0));
	background-image: linear-gradient(to right, #b0b0b0 0%, #a0a0a0 20%, #b0b0b0 40%, #b0b0b0 100%);
	background-repeat: no-repeat;
	margin: 4px auto;
}

.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-dot {
	background: #b0b0b0;
	border-radius: 50%;
	display: inline-block;
	content: "";
	height: 24px;
	width: 24px;
}

.llms-notification .llms-notification-body .llms-mini-cert p {
	margin-bottom: 0;
}

.llms-notification .llms-notification-aside {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 12px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.llms-notification .llms-notification-icon {
	display: block;
	max-width: 64px;
}

.llms-notification .llms-notification-footer {
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin-top: 12px;
	padding: 6px 6px 0;
	text-align: right;
}

.llms-notification .llms-notification-footer a {
	color: #010101;
}

.llms-notification .llms-notification-dismiss {
	color: #bb231c;
	cursor: pointer;
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: 8px;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.llms-sd-notification-center .llms-notification-list, .llms-sd-notification-center .llms-notification-list-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification {
	background: #fcfcfc;
}

.llms-sd-notification-center .llms-notification {
	opacity: 1;
	border-top: 1px solid #e5e5e5;
	left: auto;
	padding: 24px;
	position: relative;
	right: auto;
	top: auto;
	visibility: visible;
	width: auto;
}

.llms-sd-notification-center .llms-notification .llms-notification-aside {
	max-width: 64px;
}

.llms-sd-notification-center .llms-notification .llms-notification-footer {
	border: none;
	padding: 0;
	text-align: left;
}

.llms-sd-notification-center .llms-notification .llms-progress {
	display: none !important;
}

.llms-sd-notification-center .llms-notification .llms-notification-date {
	color: #515151;
	float: left;
	margin-right: 6px;
}

.llms-sd-notification-center .llms-notification .llms-mini-cert {
	margin: 0 auto;
	max-width: 380px;
}

@media all and (min-width: 480px) {
	.llms-notification {
		right: -800px;
		width: 360px;
	}
	
	.llms-notification.visible {
		left: auto;
		right: 24px;
	}
	
	.llms-notification .llms-notification-dismiss {
		opacity: 0;
	}
}

.llms-pagination ul {
	list-style-type: none;
	margin: 40px 0;
	padding: 0;
}

.llms-pagination ul li {
	float: left;
}

.llms-pagination ul li a {
	border-bottom: 0;
	text-decoration: none;
}

.llms-pagination ul li .page-numbers {
	padding: .5em;
	text-decoration: underline;
}

.llms-pagination ul li .page-numbers.current {
	text-decoration: none;
}

.llms-tooltip {
	background: #2a2a2a;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	opacity: 0;
	top: -20px;
	padding: 8px 12px;
	left: 50%;
	position: absolute;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .2s ease, top .2s ease;
	transition: opacity .2s ease, top .2s ease;
	max-width: 320px;
}

.llms-tooltip.show {
	top: -28px;
	opacity: 1;
}

.llms-tooltip:after {
	bottom: -8px;
	border-top: 8px solid #2a2a2a;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.webui-popover-title {
	font-size: initial;
	font-weight: initial;
	line-height: initial;
}

.webui-popover-inverse .webui-popover-inner .close {
	color: #fff;
	opacity: .6;
	text-shadow: none;
}

.webui-popover-inverse .webui-popover-inner .close:hover {
	opacity: .8;
}

.webui-popover-inverse .webui-popover-content a {
	color: #fff;
	text-decoration: underline;
}

.webui-popover-inverse .webui-popover-content a:hover {
	text-decoration: none;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question {
	background: #efefef;
	border-radius: 6px;
	margin: 0 0 15px;
	position: relative;
	list-style-type: none;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 35px 15px 15px;
	text-decoration: none;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect {
	background: rgba(192, 86, 33, .2);
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon {
	background-color: #c05621;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
	background: rgba(77, 141, 60, .15);
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
	background-color: #4d8d3c;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect {
	background: rgba(187, 35, 28, .15);
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon {
	background-color: #bb231c;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question pre {
	overflow: auto;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title {
	font-size: 22px;
	margin: 0;
	line-height: 1.4;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points {
	line-height: 1.4;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip {
	position: absolute;
	right: -12px;
	top: -2px;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon {
	color: hsla(0, 0%, 100%, .65);
	border-radius: 50%;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main {
	display: none;
	padding: 0 15px 15px;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label {
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers {
	margin: 0;
	padding: 0;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
	padding: 0;
	margin: 0 0 0 30px;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child {
	list-style-type: none;
	margin-left: 0;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img {
	height: auto;
	max-width: 200px;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section {
	border-top: 2px solid hsla(0, 0%, 100%, .5);
	margin-top: 20px;
	padding-top: 20px;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title {
	font-style: italic;
	font-weight: normal;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed {
	opacity: .5;
}

.single-llms_quiz .llms-return {
	margin-bottom: 10px;
}

.single-llms_quiz .llms-quiz-results:before, .single-llms_quiz .llms-quiz-results:after {
	content: " ";
	display: table;
}

.single-llms_quiz .llms-quiz-results:after {
	clear: both;
}

.single-llms_quiz .llms-quiz-results .llms-donut.passing {
	color: #4d8d3c;
}

.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path {
	stroke: #4d8d3c;
}

.single-llms_quiz .llms-quiz-results .llms-donut.pending {
	color: #555;
}

.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path {
	stroke: #555;
}

.single-llms_quiz .llms-quiz-results .llms-donut.failing {
	color: #bb231c;
}

.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path {
	stroke: #bb231c;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside, .single-llms_quiz .llms-quiz-results .llms-quiz-results-main, .single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
	margin-bottom: 20px;
}

@media all and (min-width: 600px) {
	.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
		float: left;
		width: 220px;
	}
	
	.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside + .llms-quiz-results-main {
		float: right;
		width: calc(100% - 300px);
	}
	
	.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside + .llms-quiz-results-main + .llms-quiz-results-history {
		float: right;
		width: calc(100% - 300px);
	}
	
	.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
		clear: right;
	}
}

.single-llms_quiz ul.llms-quiz-meta-info {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.single-llms_quiz ul.llms-quiz-meta-info li {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

.single-llms_quiz ul.llms-quiz-meta-info {
	margin-bottom: 10px;
}

.single-llms_quiz .llms-quiz-buttons {
	margin-top: 10px;
	text-align: left;
}

.single-llms_quiz .llms-quiz-buttons form {
	display: inline-block;
}

.llms-quiz-question-wrapper {
	min-height: 140px;
	position: relative;
}

.llms-quiz-question-wrapper .llms-quiz-loading {
	bottom: 20px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1;
}

.llms-quiz-question-wrapper .llms-question-image img {
	height: auto;
	max-width: 100%;
}

.llms-quiz-ui {
	position: relative;
}

.llms-quiz-ui .llms-quiz-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 40px;
}

.llms-quiz-ui .llms-progress {
	background-color: #dedede;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 8px;
	margin: 0;
	overflow: hidden;
}

.llms-quiz-ui .llms-progress .progress-bar-complete {
	-webkit-transition: width .3s ease-in;
	transition: width .3s ease-in;
	width: 0;
}

.llms-quiz-ui .llms-error:before, .llms-quiz-ui .llms-error:after {
	content: " ";
	display: table;
}

.llms-quiz-ui .llms-error:after {
	clear: both;
}

.llms-quiz-ui .llms-error {
	background: rgba(187, 35, 28, .15);
	border: 1px solid #bb231c;
	border-radius: 6px;
	margin: 20px 0;
	padding: 15px;
}

.llms-quiz-ui .llms-error a {
	color: #bb231c;
	float: right;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
}

.llms-quiz-ui .llms-quiz-counter {
	display: none;
	color: #6a6a6a;
	float: right;
	font-size: 18px;
}

.llms-quiz-ui .llms-quiz-counter .llms-sep {
	margin: 0 5px;
}

.llms-quiz-ui .llms-quiz-nav {
	margin-top: 20px;
}

.llms-quiz-ui .llms-quiz-nav button {
	margin: 0 10px 0 0;
}

.llms-question-wrapper .llms-question-text {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}

.llms-question-wrapper .llms-question-choices {
	border: none;
}

.llms-question-wrapper .llms-question-choices.type--picture {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 20px;
}

.llms-question-wrapper .llms-question-choices {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.llms-question-wrapper .llms-question-choices .llms-choice {
	border-bottom: 1px solid #e8e8e8;
	margin: 0;
	padding: 0;
	position: relative;
}

.llms-question-wrapper .llms-question-choices .llms-choice:last-child {
	border-bottom: none;
}

.llms-question-wrapper .llms-question-choices .llms-choice label {
	display: block;
	margin: 0;
	padding: 10px 20px;
	position: relative;
}

.llms-question-wrapper .llms-question-choices .llms-choice input {
	opacity: 0;
}

.llms-question-wrapper .llms-question-choices .llms-choice input + label {
	display: inline-block;
	cursor: pointer;
	width: calc(100% - 90px);
}

.llms-question-wrapper .llms-question-choices .llms-choice input + label .llms-choice-text {
	line-height: 1.6;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 400;
	margin: 5px 0 0 0;
	display: inline-block;
}

.llms-question-wrapper .llms-question-choices .llms-choice input + label:before {
	content: attr(data-marker);
	position: absolute;
	background: #fefefe;
	color: #010101;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -32px;
	width: 40px;
	font-size: 20px;
	font-weight: inherit;
	text-align: center;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.llms-question-wrapper .llms-question-choices .llms-choice input[type=checkbox] + label:before {
	border-radius: 4px;
}

.llms-question-wrapper .llms-question-choices .llms-choice input[type=radio] + label:before {
	border-radius: 50%;
}

.llms-question-wrapper .llms-question-choices .llms-choice input:checked + label:before {
	background: #ef476f;
	color: #fff;
}

.llms-question-wrapper .llms-question-choices .llms-choice input:focus + label:before {
	-webkit-box-shadow: 0 0px 8px #ef476f;
	box-shadow: 0 0px 8px #ef476f;
}

.llms-question-wrapper .llms-question-choices .llms-choice input:not(:checked) + label.hovered:before {
	-webkit-box-shadow: 0 0px 8px #ef476f;
	box-shadow: 0 0px 8px #ef476f;
}

.llms-question-wrapper .llms-question-choices .llms-choice.type--picture {
	border-bottom: none;
}

.llms-question-wrapper .llms-question-choices .llms-choice.type--picture label {
	display: inline-block;
	padding: 0;
	height: auto;
}

.llms-question-wrapper .llms-question-choices .llms-choice.type--picture label:before {
	left: auto;
	right: 10px;
	bottom: 10px;
}

.llms-question-wrapper .llms-question-choices .llms-choice.type--picture .llms-choice-image {
	margin: 2px;
	padding: 20px;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.llms-question-wrapper .llms-question-choices .llms-choice.type--picture .llms-choice-image img {
	display: block;
	height: auto;
	width: 100%;
}

.llms-question-wrapper .llms-question-choices .llms-choice.type--picture input:checked + label .llms-choice-image {
	background: #efefef;
}

.llms-question-wrapper .llms-question-choices .llms-choice .llms-marker {
	background: #fefefe;
	color: #010101;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
	width: 40px;
}

.llms-question-wrapper .llms-question-choices .llms-choice .llms-marker .fa {
	display: none;
}

.llms-question-wrapper .llms-question-choices .llms-choice .llms-marker.type--lister, .llms-question-wrapper .llms-question-choices .llms-choice .llms-marker.type--checkbox {
	border-radius: 4px;
}

.llms-question-wrapper .llms-question-choices .llms-choice .llms-marker.type--radio {
	border-radius: 50%;
}

.llms-quiz-timer {
	background: #fff;
	border: 1px solid #4d8d3c;
	border-radius: 4px;
	color: #4d8d3c;
	float: right;
	font-size: 18px;
	line-height: 1;
	margin-left: 20px;
	padding: 8px 12px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.llms-quiz-timer.color-half {
	border-color: #c05621;
	color: #c05621;
}

.llms-quiz-timer.color-empty {
	border-color: #bb231c;
	color: #bb231c;
}

.llms-quiz-timer .llms-tiles {
	display: inline-block;
	margin-left: 5px;
}

.voucher-expand {
	display: none;
}

@media all and (min-width: 600px) {
	.llms-access-plans.cols-1 .llms-access-plan {
		width: 100%;
	}
	
	.llms-access-plans.cols-2 .llms-access-plan {
		width: 50%;
	}
	
	.llms-access-plans.cols-3 .llms-access-plan {
		width: 33.3333333333%;
	}
	
	.llms-access-plans.cols-4 .llms-access-plan {
		width: 25%;
	}
	
	.llms-access-plans.cols-5 .llms-access-plan {
		width: 20%;
	}
}

.llms-free-enroll-form {
	margin-bottom: 0;
}

.llms-access-plan {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 100%;
}

.llms-access-plan .llms-access-plan-content, .llms-access-plan .llms-access-plan-footer {
	background: #f1f1f1;
}

.llms-access-plan.featured .llms-access-plan-featured {
	background: #466dd8;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.llms-access-plan.featured .llms-access-plan-content {
	border-radius: 0;
}

.llms-access-plan.featured .llms-access-plan-title {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.llms-access-plan.featured .llms-access-plan-footer, .llms-access-plan.featured .llms-access-plan-content {
	border-left: 3px solid #466dd8;
	border-right: 3px solid #466dd8;
}

.llms-access-plan.featured .llms-access-plan-footer {
	border-bottom-color: #466dd8;
}

.llms-access-plan.on-sale .price-regular {
	text-decoration: line-through;
}

.llms-access-plan.on-sale .price-regular .lifterlms-price {
	font-weight: 400;
}

.llms-access-plan .stamp {
	background: #466dd8;
	border-radius: 6px;
	color: #fefefe;
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	padding: 5px 8px 4px;
}

.llms-access-plan-featured {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 2px 0 2px;
	padding: 5px 0 0;
}

.llms-access-plan-content {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin: 0 2px 0;
	overflow: hidden;
}

.llms-access-plan-content .llms-access-plan-pricing {
	color: #010101;
	padding: 20px 0 0;
}

.llms-access-plan-content .llms-form-fields {
	padding: 10px;
}

.llms-access-plan-title {
	background: #466dd8;
	color: #fefefe;
	margin: 0;
	padding: 10px 15px;
}

.llms-access-plan-pricing .llms-price-currency-symbol {
	font-size: 14px;
	vertical-align: top;
}

.llms-access-plan-price .lifterlms-price {
	font-weight: 700;
}

.llms-access-plan-price.sale {
	padding: 5px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.llms-access-plan-trial, .llms-access-plan-schedule, .llms-access-plan-sale-end, .llms-access-plan-expiration {
	font-size: 16px;
}

.llms-access-plan-description {
	color: #010101;
	font-size: 16px;
	padding: 10px 10px 0;
}

.llms-access-plan-description ul {
	margin: 0;
}

.llms-access-plan-description ul li {
	border-bottom: 1px solid #d0d0d0;
	list-style-type: none;
}

.llms-access-plan-description ul li:last-child {
	border-bottom: none;
}

.llms-access-plan-description div:last-child, .llms-access-plan-description img:last-child, .llms-access-plan-description p:last-child, .llms-access-plan-description ul:last-child, .llms-access-plan-description li:last-child {
	margin-bottom: 0;
}

.llms-access-plan-restrictions {
	margin-top: 20px;
}

.llms-access-plan-restrictions .stamp {
	vertical-align: baseline;
}

.llms-access-plan-restrictions ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.llms-access-plan-restrictions ul li {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.llms-access-plan-restrictions a {
	color: #c05621;
}

.llms-access-plan-restrictions a:hover {
	color: #f67d28;
}

.llms-access-plan-footer {
	border-bottom: 3px solid #f1f1f1;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 15px;
	margin: 0 2px 2px 2px;
}

.llms-access-plan-footer .button {
	display: inline-block;
}

.llms-access-plan-footer .llms-access-plan-pricing {
	padding: 0 0 10px;
}

.webui-popover-content .llms-members-only-restrictions {
	text-align: center;
}

.webui-popover-content .llms-members-only-restrictions ul, .webui-popover-content .llms-members-only-restrictions ol, .webui-popover-content .llms-members-only-restrictions li, .webui-popover-content .llms-members-only-restrictions p {
	margin: 0;
	padding: 0;
}

.webui-popover-content .llms-members-only-restrictions ul, .webui-popover-content .llms-members-only-restrictions ol, .webui-popover-content .llms-members-only-restrictions li {
	list-style-type: none;
}

.webui-popover-content .llms-members-only-restrictions li {
	padding: 8px 0;
	border-top: 1px solid #3b3b3b;
}

.webui-popover-content .llms-members-only-restrictions li:first-child {
	border-top: none;
}

.webui-popover-content .llms-members-only-restrictions li a {
	display: block;
}

.llms-checkout-wrapper .llms-person-login-form-wrapper {
	margin-bottom: 40px;
}

.llms-checkout-wrapper form.llms-login {
	display: none;
}

.llms-checkout-wrapper .llms-form-heading {
	margin: 0 0 20px;
}

.llms-checkout {
	position: relative;
}

.llms-checkout-cols-2.llms-col-2 section {
	background-color: #fefefe;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 20px;
}

.llms-checkout-cols-2.llms-col-2 section .llms-form-heading {
	padding: 0;
}

@media all and (min-width: 800px) {
	.llms-checkout-cols-2 .llms-checkout-col {
		float: left;
	}
	
	.llms-checkout-cols-2 .llms-checkout-col.llms-col-1 {
		margin-right: 20px;
		width: calc(58% - 20px);
	}
	
	.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 {
		margin-left: 20px;
		width: calc(42% - 20px);
	}
	
	.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button {
		width: 100%;
	}
}

.llms-checkout-section {
	margin-bottom: 40px;
	position: relative;
}

.llms-checkout-section-content.llms-form-fields {
	margin: 0px;
}

.llms-checkout-section-content .llms-label {
	font-weight: 400;
}

.llms-checkout-section-content .llms-order-summary {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.llms-checkout-section-content .llms-order-summary li {
	list-style-type: none;
	margin: 0 0 15px 0;
}

.llms-checkout-section-content .llms-order-summary :not(.llms-label) {
	font-weight: 700;
}

.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular, .llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular {
	text-decoration: line-through;
}

.llms-checkout-section-content .llms-coupon-wrapper {
	border-top: 1px solid #dedede;
	margin-top: 20px;
	padding-top: 20px;
}

.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry {
	display: none;
	margin-top: 20px;
}

.llms-form-field.llms-payment-gateway-option {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.llms-form-field.llms-payment-gateway-option label + span.llms-description {
	display: inline-block;
	margin-left: 5px;
}

.llms-form-field.llms-payment-gateway-option .llms-description a {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.llms-form-field.llms-payment-gateway-option .llms-description img {
	display: inline;
	max-height: 22px;
	vertical-align: middle;
}

.llms-checkout-wrapper ul.llms-payment-gateways {
	margin: 5px 0 0;
	padding: 0;
}

ul.llms-payment-gateways {
	list-style-type: none;
}

ul.llms-payment-gateways li:last-child:after {
	border-bottom: 1px solid #dedede;
	content: "";
	display: block;
	margin: 20px 0;
}

ul.llms-payment-gateways .llms-payment-gateway {
	margin-bottom: 30px;
	list-style-type: none;
}

ul.llms-payment-gateways .llms-payment-gateway:last-child {
	margin-bottom: none;
}

ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label {
	font-weight: 700;
}

ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields {
	display: block;
}

ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice {
	margin-left: 10px;
	margin-right: 10px;
}

ul.llms-payment-gateways .llms-payment-gateway .llms-form-field {
	padding-bottom: 0;
}

ul.llms-payment-gateways .llms-gateway-description {
	margin-left: 40px;
}

ul.llms-payment-gateways .llms-gateway-fields {
	display: none;
	margin: 5px 0 20px;
}

ul.llms-payment-gateways .llms-payment-gateway-error {
	padding: 0 10px;
}

.llms-checkout-confirm {
	margin: 0;
}

.llms-payment-method {
	margin: 10px 10px 0;
}

.llms-gateway-description p {
	font-size: 14px;
	font-style: italic;
	margin: 0;
}

.llms-form-fields {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.llms-form-fields * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.llms-form-fields.flush .llms-form-field {
	padding: 0 0 20px;
}

.llms-form-fields label:not(.llms-field-html label) {
	font-weight: 700;
}

.llms-form-fields .wp-block-columns, .llms-form-fields .wp-block-column {
	margin-bottom: 0;
}

.llms-form-heading {
	padding: 0 10px 10px;
}

.llms-form-field {
	float: left;
	padding: 0 10px 20px;
	position: relative;
	width: 100%;
}

.llms-form-field label:empty:after {
	content: " ";
}

.llms-form-field [type=text], .llms-form-field [type=password], .llms-form-field [type=email], .llms-form-field [type=url], .llms-form-field [type=tel], .llms-form-field [type=number] {
	background-color: #fefefe;
	background-clip: padding-box;
	border: 1px solid #999;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	padding: 8px 12px;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	width: 100%;
}

.llms-form-field input:focus, .llms-form-field input:focus-visible {
	border-color: #6888df;
	outline: thin solid;
}

.llms-form-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: #fefefe;
	border: 1px solid #999;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #010101;
	padding: 8px 12px;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: 16px;
	cursor: inherit;
	line-height: 1.6;
	z-index: 1;
	outline: none;
	background-repeat: no-repeat;
	background-image: linear-gradient(45deg, transparent 50%, currentcolor 50%), linear-gradient(135deg, currentcolor 50%, transparent 50%);
	background-position: right 15px top 1.3rem, right 10px top 1.3rem;
	background-size: 5px 5px, 5px 5px;
}

.llms-form-field select::-ms-expand {
	display: none;
}

.llms-form-field select:focus {
	border: 1px solid #6888df;
	outline: thin solid;
}

.llms-form-field.valid input[type=date], .llms-form-field.valid input[type=time], .llms-form-field.valid input[type=datetime-local], .llms-form-field.valid input[type=week], .llms-form-field.valid input[type=month], .llms-form-field.valid input[type=text], .llms-form-field.valid input[type=email], .llms-form-field.valid input[type=url], .llms-form-field.valid input[type=password], .llms-form-field.valid input[type=search], .llms-form-field.valid input[type=tel], .llms-form-field.valid input[type=number], .llms-form-field.valid textarea, .llms-form-field.valid select {
	background: rgba(131, 195, 115, .3);
	border-color: #83c373;
}

.llms-form-field.error input[type=date], .llms-form-field.error input[type=time], .llms-form-field.error input[type=datetime-local], .llms-form-field.error input[type=week], .llms-form-field.error input[type=month], .llms-form-field.error input[type=text], .llms-form-field.error input[type=email], .llms-form-field.error input[type=url], .llms-form-field.error input[type=password], .llms-form-field.error input[type=search], .llms-form-field.error input[type=tel], .llms-form-field.error input[type=number], .llms-form-field.error textarea, .llms-form-field.error select, .llms-form-field.invalid input[type=date], .llms-form-field.invalid input[type=time], .llms-form-field.invalid input[type=datetime-local], .llms-form-field.invalid input[type=week], .llms-form-field.invalid input[type=month], .llms-form-field.invalid input[type=text], .llms-form-field.invalid input[type=email], .llms-form-field.invalid input[type=url], .llms-form-field.invalid input[type=password], .llms-form-field.invalid input[type=search], .llms-form-field.invalid input[type=tel], .llms-form-field.invalid input[type=number], .llms-form-field.invalid textarea, .llms-form-field.invalid select {
	background: rgba(187, 35, 28, .3);
	border-color: #bb231c;
}

.llms-form-field.llms-visually-hidden-field {
	display: none;
}

.llms-form-field.align-right {
	text-align: right;
}

@media screen and (min-width: 600px) {
	.llms-form-field.llms-cols-1 {
		width: 8.3333333333%;
	}
	
	.llms-form-field.llms-cols-2 {
		width: 16.6666666667%;
	}
	
	.llms-form-field.llms-cols-3 {
		width: 25%;
	}
	
	.llms-form-field.llms-cols-4 {
		width: 33.3333333333%;
	}
	
	.llms-form-field.llms-cols-5 {
		width: 41.6666666667%;
	}
	
	.llms-form-field.llms-cols-6 {
		width: 50%;
	}
	
	.llms-form-field.llms-cols-7 {
		width: 58.3333333333%;
	}
	
	.llms-form-field.llms-cols-8 {
		width: 66.6666666667%;
	}
	
	.llms-form-field.llms-cols-9 {
		width: 75%;
	}
	
	.llms-form-field.llms-cols-10 {
		width: 83.3333333333%;
	}
	
	.llms-form-field.llms-cols-11 {
		width: 91.6666666667%;
	}
	
	.llms-form-field.llms-cols-12 {
		width: 100%;
	}
}

.llms-form-field.type-hidden {
	padding: 0;
}

.llms-form-field.type-radio input, .llms-form-field.type-radio label, .llms-form-field.type-checkbox input, .llms-form-field.type-checkbox label {
	display: inline-block;
	width: auto;
}

.llms-form-field.type-radio input, .llms-form-field.type-checkbox input {
	margin-right: 10px;
}

.llms-form-field.type-radio label + .llms-description, .llms-form-field.type-checkbox label + .llms-description {
	display: block;
}

.llms-form-field.type-radio:not(.is-group) input[type=radio] {
	position: absolute;
	opacity: 0;
	visibility: none;
}

.llms-form-field.type-radio:not(.is-group) label:before {
	background: #fafafa;
	background-position: -24px 0;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-box-shadow: hsla(0, 0%, 100%, .15) 0 1px 1px, inset rgba(0, 0, 0, .35) 0 0 0 1px;
	box-shadow: hsla(0, 0%, 100%, .15) 0 1px 1px, inset rgba(0, 0, 0, .35) 0 0 0 1px;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 22px;
	margin-right: 5px;
	position: relative;
	-webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
	transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
	top: -3px;
	vertical-align: middle;
	width: 22px;
	z-index: 2;
}

.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked + label:before {
	-webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
	transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
	background-position: 0 0;
	background-image: radial-gradient(ellipse at center, #466dd8 0%, #466dd8 40%, #fafafa 45%);
}

.llms-form-field .llms-input-group {
	margin-top: 5px;
}

.llms-form-field .llms-input-group .llms-form-field {
	padding: 0 0 5px 5px;
}

.llms-form-field.type-reset button:not(.auto), .llms-form-field.type-button button:not(.auto), .llms-form-field.type-submit button:not(.auto) {
	width: 100%;
}

.llms-form-field .llms-description {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}

.llms-form-field .llms-required {
	color: #bb231c;
	margin-left: 4px;
}

.llms-form-field input, .llms-form-field textarea, .llms-form-field select {
	width: 100%;
	margin-bottom: 5px;
}

.llms-form-field .select2-container .select2-selection--single {
	height: auto;
	padding: 4px 6px;
}

.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.llms-form-field:has(.llms-visibility-toggle) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-areas: "label toggle" "input input";
	grid-template-columns: 1fr auto;
}

.llms-form-field:has(.llms-visibility-toggle) label {
	grid-area: label;
}

.llms-form-field:has(.llms-visibility-toggle) input {
	grid-area: input;
}

.llms-form-field:has(.llms-visibility-toggle) .llms-visibility-toggle {
	grid-area: toggle;
	justify-self: end;
}

.llms-password-strength-meter {
	border: 1px solid #dadada;
	display: none;
	font-size: 10px;
	margin-top: -10px;
	padding: 1px;
	position: relative;
	text-align: center;
}

.llms-password-strength-meter:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
}

.llms-password-strength-meter.mismatch, .llms-password-strength-meter.too-short, .llms-password-strength-meter.very-weak {
	border-color: #e35b5b;
}

.llms-password-strength-meter.mismatch:before, .llms-password-strength-meter.too-short:before, .llms-password-strength-meter.very-weak:before {
	background: rgba(227, 91, 91, .25);
	width: 25%;
}

.llms-password-strength-meter.too-short:before {
	width: 0;
}

.llms-password-strength-meter.weak {
	border-color: #f78b53;
}

.llms-password-strength-meter.weak:before {
	background: rgba(247, 139, 83, .25);
	width: 50%;
}

.llms-password-strength-meter.medium {
	border-color: #ffc733;
}

.llms-password-strength-meter.medium:before {
	background: rgba(255, 199, 51, .25);
	width: 75%;
}

.llms-password-strength-meter.strong {
	border-color: #83c373;
}

.llms-password-strength-meter.strong:before {
	background: rgba(131, 195, 115, .25);
	width: 100%;
}

.llms-password-strength-meter + .llms-description {
	display: block;
}

.llms-widget-syllabus--collapsible .llms-section .section-header {
	cursor: pointer;
}

.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right {
	display: none;
}

.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down {
	display: none;
}

.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson {
	display: none;
}

.llms-widget-syllabus--collapsible .llms-syllabus-footer {
	text-align: left;
}

.llms-student-dashboard .llms-sd-nav select {
	display: none;
}

@media all and (max-width: 600px) {
	.llms-student-dashboard .llms-sd-nav select {
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}
}

.llms-student-dashboard .llms-sd-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin: 40px 0 20px 0;
}

.llms-student-dashboard .llms-sd-title small {
	font-size: 18px;
}

.llms-student-dashboard .llms-sd-title small + a {
	text-decoration: none;
}

.llms-student-dashboard .llms-sd-items {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}

.llms-student-dashboard .llms-sd-item {
	display: inline-block;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.llms-student-dashboard .llms-sd-item:last-child .llms-sep {
	display: none;
}

.llms-student-dashboard .llms-sd-item .llms-sep {
	color: #666;
	margin: 0 5px;
}

.llms-student-dashboard .llms-sd-section h2 {
	margin: 0 0 15px 0;
}

.llms-student-dashboard .llms-sd-section .llms-sd-section-title {
	margin: 0;
	padding: 0;
}

.llms-student-dashboard .llms-sd-section {
	margin-bottom: 40px;
}

.llms-student-dashboard .llms-sd-section .llms-sd-section-title:first-child {
	margin: 0 0 10px 0;
}

.llms-student-dashboard .llms-sd-section .llms-sd-section-footer {
	margin-top: 10px;
}

.llms-student-dashboard .llms-sd-section .llms-sd-section-footer a.llms-button-secondary {
	display: inline-block;
}

.llms-student-dashboard .llms-sd-section .llms-certificates-loop {
	margin: 0 0 0 -10px;
}

.llms-student-dashboard .llms-sd-section .llms-certificate {
	padding: 20px 0;
}

.llms-student-dashboard .orders-table {
	border: 1px solid #dedede;
	border-spacing: 0;
	width: 100%;
	margin: 10px 0;
}

.llms-student-dashboard .orders-table thead {
	display: none;
}

.llms-student-dashboard .orders-table thead th, .llms-student-dashboard .orders-table thead td {
	font-weight: 700;
}

@media all and (min-width: 600px) {
	.llms-student-dashboard .orders-table thead {
		display: table-header-group;
	}
}

.llms-student-dashboard .orders-table tbody tr:nth-child(odd) td, .llms-student-dashboard .orders-table tbody tr:nth-child(odd) th {
	background: #f9f9f9;
}

.llms-student-dashboard .orders-table tbody tr:last-child {
	border-bottom-width: 0;
}

.llms-student-dashboard .orders-table tfoot tr {
	background: #f9f9f9;
}

.llms-student-dashboard .orders-table tfoot th, .llms-student-dashboard .orders-table tfoot td {
	padding: 10px;
	text-align: right;
}

.llms-student-dashboard .orders-table tfoot th:last-child, .llms-student-dashboard .orders-table tfoot td:last-child {
	border-bottom-width: 0;
}

.llms-student-dashboard .orders-table th {
	font-weight: 700;
}

.llms-student-dashboard .orders-table th, .llms-student-dashboard .orders-table td {
	border-color: #dedede;
	border-style: solid;
	border-width: 0;
	display: block;
	padding: 15px 20px;
	text-align: center;
}

.llms-student-dashboard .orders-table th .llms-button-primary, .llms-student-dashboard .orders-table td .llms-button-primary {
	display: inline-block;
}

.llms-student-dashboard .orders-table th:last-child, .llms-student-dashboard .orders-table td:last-child {
	border-bottom-width: 1px;
}

.llms-student-dashboard .orders-table th:before, .llms-student-dashboard .orders-table td:before {
	content: attr(data-label);
}

@media all and (min-width: 600px) {
	.llms-student-dashboard .orders-table th, .llms-student-dashboard .orders-table td {
		border-bottom-width: 1px;
		display: table-cell;
		text-align: left;
	}
	
	.llms-student-dashboard .orders-table th:first-child, .llms-student-dashboard .orders-table td:first-child {
		width: 220px;
	}
	
	.llms-student-dashboard .orders-table th:before, .llms-student-dashboard .orders-table td:before {
		display: none;
	}
}

@media all and (min-width: 600px) {
	.llms-student-dashboard .orders-table.transactions th:first-child {
		width: auto;
	}
}

.llms-student-dashboard .llms-status {
	border-radius: 6px;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	padding: 2px 6px;
	vertical-align: middle;
}

.llms-student-dashboard .llms-status.llms-size--large {
	font-size: 105%;
	padding: 6px 12px;
}

.llms-student-dashboard .llms-status.llms-active, .llms-student-dashboard .llms-status.llms-completed, .llms-student-dashboard .llms-status.llms-pass, .llms-student-dashboard .llms-status.llms-txn-succeeded {
	color: #4d8d3c;
	background-color: rgba(77, 141, 60, .15);
}

.llms-student-dashboard .llms-status.llms-fail, .llms-student-dashboard .llms-status.llms-failed, .llms-student-dashboard .llms-status.llms-expired, .llms-student-dashboard .llms-status.llms-cancelled, .llms-student-dashboard .llms-status.llms-txn-failed {
	color: #bb231c;
	background-color: rgba(187, 35, 28, .15);
}

.llms-student-dashboard .llms-status.llms-incomplete, .llms-student-dashboard .llms-status.llms-on-hold, .llms-student-dashboard .llms-status.llms-pending, .llms-student-dashboard .llms-status.llms-pending-cancel, .llms-student-dashboard .llms-status.llms-refunded, .llms-student-dashboard .llms-status.llms-txn-pending, .llms-student-dashboard .llms-status.llms-txn-refunded {
	color: #c05621;
	background-color: rgba(192, 86, 33, .15);
}

.llms-student-dashboard .order-title .llms-status {
	font-size: 18px;
}

.llms-student-dashboard .llms-person-form-wrapper .llms-change-password {
	display: none;
}

.llms-student-dashboard .order-primary, .llms-student-dashboard .order-secondary {
	width: 100%;
}

.llms-student-dashboard .order-secondary .llms-form-field {
	padding: 10px 0;
}

.llms-student-dashboard .llms-switch-payment-source .llms-notice, .llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice {
	margin-left: 10px;
	margin-right: 10px;
}

.llms-student-dashboard .llms-switch-payment-source-main {
	border: none;
	display: none;
	margin: 0;
}

.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways {
	padding: 10px 15px 0;
	margin: 0;
}

.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method, .llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary {
	padding: 0 25px 10px;
	margin: 0;
	list-style-type: none;
}

.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li, .llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li {
	list-style-type: none;
}

.llms-student-dashboard .llms-featured-pricing {
	display: none;
}

.llms-student-dashboard.dashboard .llms-sd-section {
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 40px;
}

.llms-student-dashboard .llms-loop-list {
	margin: 20px 0;
}

.logged-in .llms-sd-layout-columns {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

@media all and (min-width: 600px) {
	.logged-in .llms-sd-layout-columns {
		display: grid;
		grid-gap: 25px;
		grid-template-areas: "nav header" "nav tab";
		grid-template-columns: 200px 1fr;
		grid-template-rows: auto 1fr;
	}
	
	.logged-in .llms-sd-layout-columns:has(>.llms-notice) {
		grid-template-areas: "nav header" "nav notice" "nav tab";
		grid-template-rows: auto auto 1fr;
	}
}

.logged-in .llms-sd-layout-columns .llms-notice {
	grid-area: notice;
}

.logged-in .llms-sd-layout-columns .llms-sd-nav {
	grid-area: nav;
}

.logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items {
	display: none;
}

@media all and (min-width: 600px) {
	.logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items {
		display: block;
	}
	
	.logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items .llms-sd-item {
		display: block;
		float: none;
	}
	
	.logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items .llms-sd-item a {
		display: block;
		padding: 10px 0;
	}
	
	.logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items .llms-sd-item .llms-sep {
		display: none;
	}
}

.logged-in .llms-sd-layout-columns .llms-sd-header {
	grid-area: header;
}

.logged-in .llms-sd-layout-columns .llms-sd-tab {
	grid-area: tab;
}

.llms-sd-grades .llms-table .llms-progress {
	display: block;
	margin: 0;
}

.llms-sd-grades .llms-table .llms-progress .llms-progress-bar {
	top: 0;
	height: 1.4em;
}

.llms-sd-grades .llms-table .llms-progress .progress__indicator {
	font-size: 1em;
	position: relative;
	right: .4em;
	top: .2em;
	z-index: 1;
}

.llms-table.llms-single-course-grades tbody tr:first-child td, .llms-table.llms-single-course-grades tbody tr:first-child th {
	background-color: #eaeaea;
}

.llms-table.llms-single-course-grades th {
	font-weight: 400;
	text-align: left;
}

.llms-table.llms-single-course-grades td .llms-donut {
	display: inline-block;
	vertical-align: middle;
}

.llms-table.llms-single-course-grades td .llms-status {
	margin-right: 4px;
}

.llms-table.llms-single-course-grades td .llms-donut + .llms-status {
	margin-left: 4px;
}

.llms-table.llms-single-course-grades th.llms-section_title {
	font-size: 110%;
	font-weight: 700;
}

.llms-table.llms-single-course-grades td.llms-lesson_title {
	max-width: 40%;
}

.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"] {
	pointer-events: none;
}

.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] {
	color: inherit;
	position: relative;
}

.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip {
	max-width: 380px;
	width: 380px;
}

.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show {
	top: -54px;
}

.llms-sd-widgets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.llms-sd-widgets .llms-sd-widget {
	background: #fefefe;
	border: 1px solid #dedede;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 10px 10px 20px;
	padding: 0 0 20px;
}

.llms-sd-widgets .llms-sd-widget:first-child {
	margin-left: 0;
}

.llms-sd-widgets .llms-sd-widget:last-child {
	margin-right: 0;
}

.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title {
	background: #466dd8;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 20px;
	padding: 10px;
}

.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty {
	font-size: 14px;
	font-style: italic;
	opacity: .5;
	text-align: center;
}

.llms-sd-widgets .llms-sd-widget .llms-donut {
	margin: 0 auto;
}

.llms-sd-widgets .llms-sd-widget .llms-sd-date {
	opacity: .8;
	text-align: center;
	font-size: 22px;
	line-height: 1.1;
}

.llms-sd-widgets .llms-sd-widget .llms-sd-date span {
	display: block;
}

.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day {
	font-size: 52px;
}

.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff {
	font-size: 12px;
	font-style: italic;
	margin-top: 8px;
	opacity: .75;
}

.llms-sd-widgets .llms-sd-widget .llms-achievement {
	background: rgba(0, 0, 0, 0);
	margin: 0 auto;
	max-width: 120px;
}

.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title {
	display: none;
}

.redeem-voucher .form-row label {
	display: block;
	font-weight: 700;
}

.redeem-voucher .form-row input[type=text] {
	background-color: #fefefe;
	background-clip: padding-box;
	border: 1px solid #999;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	padding: 8px 12px;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.llms-sd-pagination {
	margin-top: 24px;
}

.llms-sd-pagination:before, .llms-sd-pagination:after {
	content: " ";
	display: table;
}

.llms-sd-pagination:after {
	clear: both;
}

.llms-sd-pagination .llms-button-secondary {
	display: inline-block;
}

.llms-sd-pagination .llms-button-secondary.prev {
	float: left;
}

.llms-sd-pagination .llms-button-secondary.next {
	float: right;
}

.llms-sd-notification-center {
	background: #fefefe;
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 20px;
}

.llms-sd-notification-center .llms-notification-list-item .llms-notification {
	z-index: 1;
}

.llms-sd-notification-center .llms-notification-list-item .llms-notification:hover {
	background-color: inherit;
}

.llms-table {
	border: 1px solid #dedede;
	border-spacing: 0;
	width: 100%;
}

.llms-table thead th, .llms-table thead td {
	font-weight: 700;
}

.llms-table tbody tr:nth-child(odd) td, .llms-table tbody tr:nth-child(odd) th {
	background: #f9f9f9;
}

.llms-table tbody tr:last-child {
	border-bottom-width: 0;
}

.llms-table tfoot tr {
	background: #f9f9f9;
}

.llms-table tfoot tr .llms-pagination .page-numbers {
	margin: 0;
}

.llms-table tfoot tr .llms-table-sort {
	text-align: right;
}

.llms-table tfoot tr .llms-table-sort form, .llms-table tfoot tr .llms-table-sort select, .llms-table tfoot tr .llms-table-sort input, .llms-table tfoot tr .llms-table-sort button {
	margin: 0;
}

.llms-table th {
	font-weight: 700;
}

.llms-table th, .llms-table td {
	border-bottom: 1px solid #dedede;
	padding: 15px 20px;
}

.llms-table th:first-child, .llms-table td:first-child {
	padding-left: 12px;
}

.llms-table th:last-child, .llms-table td:last-child {
	padding-right: 12px;
}

#page .llms-table tfoot label {
	display: inline;
}

#page .llms-table tfoot select {
	height: auto;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
