body:not(.home) #content {
	margin-bottom: 0;
}
body:not(.home) h1 {
	word-spacing: initial;
}

.course-hero-banner-notice {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: auto;

	font-size: 0.89rem;
	padding-top: 1rem;
	text-align: center;
}

.single-courses #content {
	margin-bottom: 0;
}
.course-hero-banner {
	display: block;
	width: 100%;
	min-height: 340px;
	background: #f1be47;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.course-hero-banner:before {
	content: "";
	display: block;
	padding-bottom: 34.2857%;
}

.course-hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	max-width: 728px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.course-hero-content .hero-banner---offered {
	padding-bottom: 1.05rem;
	padding-top: 0.875rem;
}

.course-hero-content h1 {
	padding-top: 0;
	padding-bottom: 1.375rem;
	width: 100%;
}

.course-hero-content p {
	margin: 0;
	font-size: 1.05rem;
	padding-bottom: 2.625em;
}

.course-hero-content .group-button {
	display: flex;
	align-items: center;
	line-height: 1.2em;
}

.single-courses .group-button .btn {
	font-weight: bold;
	color: white;
	
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

	border: 0;
	min-width: 140px;
	padding: 0.45em 1em;
}

.single-courses .btn.btn-primary {
	background: #4394b4;
	flex: 0 1 auto;
}

.single-courses .group-button * + * {
	margin-left: 1.05rem;
}

.single-courses .divider {
	width: 2px;
	display: block;
	margin-left: 1.75rem;
	background-color: #1a1a1a;
	height: 2.35rem;
	flex: 0 0 auto;
}

.single-courses .divider:first-child{
	display: none !important;
}

.single-courses .divider + *{
	margin-left: 1.75rem;
}

.single-courses .divider:first-child + *{
	margin-left: 0;
}

@media (max-width: 450px) {

	.course-hero-banner {
		padding: 1.5rem 0;
	}

	.course-hero-banner:before{
		display: none;
	}

	.course-hero-content {
		position: relative;
		top: 0;
		left: 0;
		transform: none;

		margin: auto;
		width: 100%;
	}

	.course-hero-content h1 {
		padding-bottom: 0 !important;
	}

	.course-hero-content .group-button {
		flex-direction: column;
		padding-top: 1rem;
	}

	.course-hero-content .group-button a.btn{
		margin-left: 0 !important;
	}

	.course-hero-content .group-button a.btn + a.btn {
		margin-top: 1em;
	}

	.course-hero-content .group-button > .divider {
		width: calc(100% - 5rem);
		height: 2px;
		margin: 1.5rem 0;
	}
}

.group-button-v {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.group-button-v > div {
	flex-direction: column;
    display: flex;

	justify-content: center;
	align-items: center;
	width: 100%;
}

.group-button-v > div > * {
	margin-left: 0 !important;
	width: 100%;
}

.group-button-v > div > .divider {
	width: calc(100% - 2rem);
	height: 1px;
	margin-top: 9px;
	margin-bottom: 15px;
}

.course-hero-content a.btn {
	min-width: 166px;
	min-height: 45px;
	height: auto;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-align: center;
}

.course-body-content {
	position: relative;
}
.course-long-content > div > div {
	padding-left: 360px;
	padding-top: 88px;
	padding-bottom: 88px;
}

.course-body-content > .container {
	padding: 0;
}

.course-body-content h2 {
	padding-top: 0;
	padding-bottom: 1.1052em;
	font-size: 2.375rem;
}

.course-body-content h3 {
	color: #f1be47;
	font-size: 1.5625rem;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.2;
}

.course-body-content br + h3,
.course-body-content p + h3 {
	margin-top: 1.68vem;
}

.course-index {
	padding: 0.88888em 0;
	width: 262px;
	background-color: #2e2e2d;
	font-size: 1.05rem;
	line-height: 1.5;
	border-radius: 6px;

	position: absolute;
	top: 28px;
	left: 14px;
	z-index: 2;
}

.course-index-item {
	padding: 0.88888em 1.66667em;
	cursor: pointer;
	background-color: transparent;
	color: white;
	transition: all 0.3s;
}

.course-index-item.active,
.course-index-item:hover {
	background-color: #f3bf47;
	transition: background-color 0.3s;
	color: #2e2e2d;
}

.course-index-footer {
	padding: 0.88888em 1.66667em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.course-index-footer a.btn {
	flex: 0 0 auto;
	min-width: 0;
	margin-bottom: 6px;
}

.course-index-footer small {
	width: 166px;
	font-size: 0.875rem;
	color: white;
	text-align: center;
}

#learning-outcomes {
	background: #f7f8fa;
	border-top: 1px solid #e8e8e8;
	padding-bottom: 128px;
}

#course-schedule {
	position: relative;
	background: #2e2e2d;
	color: white;
}

#course-schedule:before {
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	top: -40px;
	right: 0;
	width: 29%;
	background: #2e2e2d;
}

#course-schedule .container {
	display: flex;
}
#course-schedule .course-schedule {
	padding-left: 100px;
	padding-bottom: 34px;
}

#course-schedule .course-schedule h2 {
	color: #ffc601;
	line-height: 1.34;
	margin-right: 1.605em;
	font-size: 1.625rem;
	font-weight: bold;
	padding-bottom: 0;
	color: white !important;
}

#course-schedule .course-schedule h2:not(:first-child) {
	margin-top: 2rem !important;
}

#trainer-profile {
	border-top: 10px solid #ffc601;
	background: #fffbe8;
	padding-bottom: 122px;
	position: relative;
}

#trainer-profile::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
}

#trainer-profile > .container {
	position: relative;
	z-index: 1;
}

.trainer-profile-stairs > div {
	padding: 0 !important;
}

.trainer-profile-stairs {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.trainer-profile-stairs > div {
	height: 40px;
}
.trainer-profile-stairs > div:nth-child(1) {
	width: 11.3571%;
	background: #fffce8;
}

.trainer-profile-stairs > div:nth-child(2) {
	width: 11.3571%;
	background: #ffe791;
}

.trainer-profile-stairs > div:nth-child(3) {
	width: 17.6428%;
	background: #ffc702;
}

#certification {
	position: relative;
}

.certification-stairs {
	width: 47.8571%;
	height: 34px;
	background: white;
	position: absolute;
	top: -34px;
	padding: 0 !important;
	right: 0;
}

#entry-requirements {
	background: #f7f7f7;
}

.entry-requirements-stairs {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 0px !important;
}

.entry-requirements-stairs > div {
	background: #fec422;
	display: block;
}
.entry-requirements-stairs > div:nth-child(3) {
	height: 73px;
	width: 19.07132%;
}

.entry-requirements-stairs > div:nth-child(2) {
	height: 50px;
	width: 16.07132%;
	opacity: 0.5;
}

.entry-requirements-stairs > div:nth-child(1) {
	height: 29px;
	width: 32.21428%;
	opacity: 0.1;
}

.accordion-group {
	margin-bottom: 1em;
}

.accordion-head {
	font-size: 1.25rem;
	font-weight: bold;
	padding: 1em 2em;
	background: #f7f8fa;
	cursor: pointer;

	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
}

.accordion-head:before {
	content: "";
	float: right;
	display: block;
	width: 0;
	height: 0;
	border: 9.5px solid transparent;
	border-right: 0px;
	border-left: 18px solid #5c5c5c;
	margin-top: 5px;
	transform: rotate(0deg);
	transition: all 0.3s;
}

div.accordion-group.accordion-open .accordion-head:before {
	transform: rotate(90deg);
}

div.accordion-body {
	border: 1px solid #ededed;
	border-top: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s;
}

div.accordion-group.accordion-open div.accordion-body {
	opacity: 1;
	height: auto;
}

.block-content {
	padding: 2em 2.5em;
}

.block-content:not(:last-child) {
	border-bottom: 1px solid #ededed;
}

.block-content *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.block-content a.btn {
	text-align: center;
	width: 140px;
	padding: 1em;
	margin-top: 1.5em;
}

.block-content-module {
	display: flex;
}

.block-content-btn {
	width: 170px;
	flex: 0 0 auto;
}

.block-content-btn a {
	float: right;
	margin-top: 0 !important;
	border: 1px solid #707070 !important;
	background: white !important;
	color: #3d94b4 !important;
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.badge {
	display: flex;
	padding: 0.2em 0.4em !important;
	border-radius: 50px;
	background: #ddd;
	justify-content: center;
	align-items: center;
	font-weight: bold !important;
}

.badge.yellow {
	background: #ffc500;
	color: white !important;
}

.block-header {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
}

.block-header .badge {
	margin-right: 15px;
}

.trainer-block {
	display: flex;
}

.trainer-general {
	width: 164px;
	flex: 0 0 auto;
	/*word-break: break-all;*/
	padding-right: 20px;
}

.trainer-description {
	width: auto;
	flex: 1 1 auto;
	line-height: 1.875;
}

.trainer-description *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.trainer-photo {
	width: 64px;
	height: 64px;
	background: #ddd;
	border-radius: 64px;
	margin-bottom: 17px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.trainer-name {
	font-size: 1.25rem;
	font-weight: bold;
}

.trainer-block + .trainer-block {
	padding-top: 3em !important;
}

.certification-block {
	display: flex;
	width: 100%;
	justify-content: space-between;
	background-size: contain;
}

.certification-block > * {
	width: calc(90% / 3);
	background-repeat: no-repeat !important;
	background-position: left top !important;
	padding-top: 95px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #717171;
}
.certification-block > *:only-child {
	width: 100%;
}

.certification-type {
	background-image: url("../img/certificate-type.png");
}

.certification-count {
	background-image: url("../img/certificate-count.png");
}

.certification-modules {
	background-image: url("../img/certificate-modules.png");
}

.certification-short-course-block {
	padding-left: calc(150px + 4.7917vw);
	background-image: url("../img/certificate-single.png");
	background-repeat: no-repeat;
	background-size: calc(130px + 4.7917vw) auto;
	background-position: left top;
	min-height: 172px;
}

@media (max-width: 500px) {
	.certification-short-course-block {
		padding-top: calc(150px + 4.7917vw);
		padding-left: 0;
		background-size: auto calc(130px + 4.7917vw);
		background-position: center top;
	}
}

.entry-description {
	color: #e8b000;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.222;
	margin-bottom: 2em;
}

.entry-list {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}

.entry-list .entry-block {
	width: calc(50% - 1em);
	padding: 1.2em 2em 1.2em 2em;
	font-size: 1.25rem;
	font-weight: bold;
	background-color: white;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 16%);
	flex: 0 1 auto;
	margin-bottom: 2em;
}

.entry-list .entry-block:only-child {
	width: 100%;
}

.entry-list .entry-block > p {
	/* padding-left: calc(1.5em + 26px); */
	display: block;
	position: relative;
}

.entry-list .entry-block:nth-child(odd):not(:last-child) {
	margin-right: 4.2713%;
}

.entry-footer {
	display: flex;
	flex-wrap: wrap;
}

.entry-offerer {
	flex: 0 0 auto;
	width: auto;
	margin-right: 1em;
	padding: 1em 1.4em !important;
}

.entry-offerer > span {
	color: #111;
}

.entry-offerer:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: white;
	margin-right: 15px;
	display: block;
}

.course-fee-lists {
	margin-left: -10px;
}
.course-fee-desc-box {
	width: 100%;
}
.course-fee-desc-box h2 {
	padding-bottom: 0.5263em;
}
.course-fee-lists > * {
	margin-left: 10px;
	margin-bottom: 2.34375vw;
}
.course-fee-box:not(:nth-child(4n)) {
	display: flex;
	justify-content: center;
}

.course-hero-banner {
	overflow: hidden;
}

.course-fee-desc-table table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.125rem;
}
.course-fee-desc-table th {
	background-color: #a6a6a6;
	color: white;
	padding: 1rem;
}

.course-fee-desc-table td {
	background: white;
	padding: 1rem;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

.course-fee-desc-table tr:nth-child(even) td {
	background-color: #f7f7f7;
}

.course-fee-price {
	color: #000;
	font-weight: bold;
	width: 200px;
	font-size: 1.2rem;
}

.course-fee-stairs {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 !important;
}

.course-fee-stairs .stairs-container > div {
	background-color: #006353;
}
.course-fee-stairs .stairs-container > div:nth-child(1) {
	width: 43px;
	height: 164px;
}
.course-fee-stairs .stairs-container > div:nth-child(2) {
	width: 350px;
	height: 51px;
}

#course-fees {
	background: #ffc904;
	position: relative;
	padding-bottom: 132px;
}

@media (max-width: 767px) {
	.course-long-content > div > div {
		padding-left: 0;
		padding-top: 72px;
		padding-bottom: 72px;
	}

	#course-schedule .course-schedule {
		padding-left: 0;
	}

	body:not(.home) h1 {
		font-size: 1.875rem !important;
		padding-bottom: 1em;
	}
	.course-body-content h2 {
		font-size: 1.875rem !important;
	}
	.course-hero-content p {
		padding-bottom: 12px;
	}
	.single-courses .btn.btn-primary {
		min-width: 112.93px;
		min-height: 34.54px;
		font-size: 1rem;
	}

	.entry-requirements-stairs,
	.course-index,
	.certification-stairs,
	#course-schedule h2 > br {
		display: none;
	}

	#course-schedule .course-schedule,
	#course-schedule .container {
		flex-direction: column;
	}
	#course-schedule:before {
		width: 50%;
	}

	#learning-outcomes {
		padding-bottom: 100px;
	}
	.block-content-module {
		flex-direction: column;
	}
	.block-content-module > div {
		width: 100%;
	}

	.accordion-body a.btn,
	.block-content-btn a.btn {
		float: none;
		min-width: 99px !important;
		min-height: 40px !important;
		font-size: 1rem !important;
		padding: 0.75em 0.4em 0.7em !important;
		line-height: 1 !important;
	}
	.block-content-btn {
		padding-top: 18px;
	}
	.block-header {
		padding-bottom: 1rem;
	}
	.trainer-block {
		flex-direction: column;
		justify-content: center;
	}

	#course-schedule .course-schedule h2 {
		font-size: 1.25rem !important;
	}
	.accordion-head {
		padding: 1rem 1.125rem;
		line-height: 1.2;
	}
	.block-content {
		padding: 1.875rem 1.125rem;
		font-size: 1rem;
		line-height: 1.875;
	}

	.block-header .badge {
		height: 27px;
		font-size: 1rem;
		flex: 0 0 auto !important;
		padding: 4px 7px !important;
	}
	#trainer-profile h2 {
		text-align: center;
	}
	.trainer-general {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.trainer-photo {
		margin-left: auto;
		margin-right: auto;
	}
	.trainer-description {
		padding-top: 2.5rem;
	}

	#certification h2 {
		text-align: center;
		padding-bottom: 3.875rem;
	}
	#certification .container .certification-block {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	#certification .container .certification-block > div {
		width: 100%;
		background-position: center top !important;
		text-align: center;
	}

	#certification .container .certification-block > div:not(:last-child) {
		padding-bottom: 3.0625rem;
	}
	#entry-requirements {
		text-align: center;
	}

	#entry-requirements .entry-block {
		width: 100%;
		margin-right: 0;
		left: 0;
	}

	#entry-requirements .entry-block p {
		text-align: left;
	}
	#entry-requirements .entry-footer * {
		margin: auto;
		font-size: 0.875rem;
	}
}

@media (max-width: 440px) {
	.entry-offerer {
		width: 100% !important;
	}
}

/* .entry-list .entry-block > ul {
	padding: 0;
	margin: 0;
	list-style: none;
} */

.entry-list .entry-block > ul > li {
	/* padding-left: calc(1.5em + 26px); */
	/* display: block; */
	position: relative;
	margin-bottom: 1em;
}

/* .entry-list .entry-block > ul > li:before {
	content: url("../img/double-angle.png");
	display: block;

	position: absolute;
	top: 0;
	left: 0;
} */

.wp-block-button:not(:last-child) {
	margin-bottom: 1rem;
}

#course-fees H3 { margin-top:20px; margin-bottom:10px; color:#000; }

#entry-requirements .entry-list .entrycondition { background:#EFEFEF; padding:20px; }
#entry-requirements .entry-list .entrycondition .entrycondition-requirement { background:#EFEFEF; }
#entry-requirements .entry-list .entrycondition .entrycondition-sub-requirement { background:#FFFFFF; padding:20px; }
#entry-requirements .entry-list .entrycondition .entrycondition-sub-requirement H4 { margin:0px 0px 10px; }
#entry-requirements .entry-list .entrycondition .entrycondition-sub-operator { text-align:center; padding:10px; font-style:italic; }

#entry-requirements .entry-list .entrycondition-operator { text-align:center; padding:20px; font-style:italic; }

#entry-requirements .entry-remarks { padding-top:20px; }
