@import url('https://fonts.googleapis.com/css2?family= Lexend:wght@100..900&display=swap');

html,
body {
	line-height: 1.45;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
}

@media (max-width: 1399px) {
	html,
	body {
		font-size: 14px;
	}
}

pre{ 
	white-space: break-spaces;
}

table {
	border-collapse: collapse;
}

input::-ms-clear {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}

input[type="text"]::-ms-clear {
	width: 0;
	height: 0;
}

input[type="text"]::-ms-clear {
	display: none;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-family: "Roboto", sans-serif;
}
body:not(.home) #content {
	margin-bottom: 200px;
}

* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border: 0;
}
p {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
ol,
ul {
	padding-left: 18px;
}

p a {
	color: #1cb29a;
	font-weight: 600;
}

.single-courses p a {
	color: #000;
}

.headline,
.arch,
.heading_title {
	font-family: "Archivo", sans-serif;
}
.text-center {
	text-align: center;
}

input[type="cancel"],
input[type="submit"],
button {
	cursor: pointer;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}
.hidden {
	display: none;
}

.container {
	max-width: 80%;
	margin: 0 auto;
	width: calc(100% - 40px);
}

@media (max-width: 1000px) {
	.container {
		max-width: 100%;
	}
}

.container .fullwidth {
	width: 125%;
	margin-left: -12.5%;
}

@media (max-width: 767px) {
	.container {
		width: calc(100% - 64px) !important;
	}
	.container .fullwidth {
		width: calc(100% + 64px);
		margin-left: -32px;
	}
	header .header_navigation_cnt {
		background:none !important;
		padding:0px !important;
		display:flex;
		height:100%;
		justify-content:flex-end;
	}
	header .header_navigation {
		width:auto !important;
		max-width:100%;
		margin:0px !important;
	}
}

#content {
	margin-bottom: 3em;
}

#content img {
	height: auto !important;
}

.relative {
	position: relative;
}

h1,
h2 {
	padding: 0;
	font-size: 2.5rem;
	margin: 0;
}
h1 small {
	font-size: 49%;
	font-weight: 600;
	display: inline-block;
	padding-top: 31px;
}

body:not(.home) h1 {
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
}

body:not(.home) h2,
body:not(.home) h1 {
	font-family: "Archivo", sans-serif;
}

.btn {
	font-weight: 500;
	min-height: 1px;
	min-width: 140px;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	padding: 0.6em 1em;
	border: 1px solid #000;
	border-radius: 4px;
}

.stairs-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.stairs-container > div {
	flex: 1 1 auto;
	background: black;
	display: block;
	height: 40px;
}

.stairs-container > div:nth-child(1) {
	width: 18.75%;
}
.stairs-container > div:nth-child(2) {
	width: 66%;
}
.stairs-container > div:nth-child(3) {
	width: 100%;
}

.sticky--header{
	position: sticky; 
	top: 0; 
	left: 0; 
	width: 100%; 
	z-index: 999999; 
	background-color: #fff;
}

header {
	border: 1px solid #ddd;
	padding: 0px;
	min-height: 78.4px;
	display: flex;
	align-items: center;
}

header .container {
	height: 100%;
	display: table;
	align-items: center;
}

header .container .header_logo_links_cnt { 
	display:flex; 
	flex-direction:row; 
	justify-content:space-between; 
	max-width: 80%;
	margin: 0 auto;
	width: calc(100% - 40px);	
	align-items:center;
}

header .container .header_logo_links_cnt #menu-top-links {
	display:flex; 
	justify-content:flex-end;
	gap:20px;
	margin:0px;
	padding:0px;	
}

header .container .header_logo_links_cnt #menu-top-links LI {
	display:block;
	margin:0px;
	padding:0px;
}

header .container .header_logo_links_cnt #menu-top-links LI A, header .container .header_logo_links_cnt #menu-top-links LI A:hover {
	width:auto;
	height:38px;
	padding:0px 25px;
	border-radius:40px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:#EAF3F7;
	color:#000000;
}

header .container .header_logo_links_cnt #menu-top-links LI:first-of-type A, header .container .header_logo_links_cnt #menu-top-links LI:first-of-type A:hover {
	background:#86BE5C;
	color:#ffffff;
}

header a.logo {
	width: 20%;
	max-width: 180px;
	display:flex;
	align-items:center;
}
header a.logo img {
	flex: 0 0 auto;
	border: 0;
}

header .container {
	width:100%;
	max-width:100%;
}

header .header_navigation_cnt {
	width:100%;
	background:linear-gradient(to bottom, #EBF4F8, #F1F6EC);
	padding:5px 0px;
}

header .header_navigation {
	max-width: 80%;
	margin: 0 auto;
	width: calc(100% - 40px);	
}

@media (min-width: 768px) {
	header a.logo {
	 height:70px;
	 position:relative;
	 transform:none;
	}
	header .container {
		position: relative;
		padding-left: 0px;
		display:flex;
		flex-direction:column;
		align-items:flex-start;
	}
}

.header_navigation,
.header_navigation .menu-header-menu-container,
.header_navigation .menu-header-menu-container > ul,
.header_navigation .menu-header-menu-container > ul > li > a {
	height: 100%;
}
.header_navigation .menu-header-menu-container {
	float: right;
	min-width:70%;
}
.header_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.header_navigation ul li {
	padding: 0;
	position: relative;
}
.header_navigation ul#menu-header-menu {
	display:flex !important; justify-content:space-between;
}
.header_navigation ul#menu-header-menu > li {
	display: inline-table;
}
.header_navigation ul#menu-header-menu > li:not(:last-child) {
	padding-right: 20px;
}
.header_navigation ul#menu-header-menu > li:not(:last-child)::after {
	content: "";
	display: block;
	clear: both;
}
.header_navigation ul#menu-header-menu > li > a {
	white-space: nowrap;
	font-weight: bold;
	display: table;
}
.header_navigation ul li a {
	display: flex;
	align-items: center;
}
.header_navigation ul li > a {
	padding: 7px 0;
}
.header_navigation ul li.menu-item-has-children {
	display: flex;
}

@media (min-width: 768px) {
	.header_navigation {
		margin-left: auto;
	}

	.header_navigation ul li.menu-item-has-children ul {
		position: absolute;
		top: 100%;
		left: 50%;
		transition: all 0.3s;
		transform: translateX(-50%) scale(0);
		z-index: 1;
		transform-origin: center top;
	}
	.header_navigation ul li.menu-item-has-children:hover > ul {
		transform: translateX(-50%) scale(1);
	}
	.header_navigation ul li.menu-item-has-children:hover > ul > li.menu-item-has-children:hover > ul {
		top:0%;
		transform:translateX(50%) scale(1);
	}	
}

ul.sub-menu {
	background-color: white;
	box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.4);
	min-width: 200px;
	display: block;
}

ul.sub-menu > li > a {
	display: table;
	width: 100%;
	padding: 7px 14px;
}
ul.sub-menu > li > a:hover {
	color: #006353;
}

.toggle-rwd-sub-menu {
	display: none;
}

.footer-container {
	position: relative;
}
.footer-container .stairs-container {
	position: absolute;
	bottom: 100%;
	left: 0;
}
.footer-container .stairs-container > div {
	background: #006353;
}
.footer-container .stairs-container > div:nth-child(1) {
	height: 125px;
	width: 2.2396vw;
	margin-left: auto;
}
.footer-container .stairs-container > div:nth-child(2) {
	height: 51px;
	width: 18.23%;
	margin-left: auto;
}
.footer-container .stairs-container > div:nth-child(3) {
	height: 24px;
}

footer {
	background-color:#06453D;
	color: white;
	padding: 70px 0;
	margin-top: auto;
	width: 100%;
	font-size: 1rem;
}

footer .sub-container {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 1.05rem;
}
footer .sub-container .footer-col-2 { min-width:50%; }

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	padding-bottom: 1.1em;
	display: block;
}
footer ul li a {
	font-family: "Lexend", sans-serif;	
	font-size:16px;
	color:#C2E7F0;
}
footer li ul {
	display: none !important;
}
.footer-logo {
	padding-bottom: 33px;
}
.footer-logo img {
	max-width: 225.05px;
}
.footer-col-1 a.btn {
	background-color: #006353;
	height: 38px;
}
.footer-col-1 a.btn:before {
	content: url("../img/arrow_left.png");
	display: inline-block;
	vertical-align: center;
}
.footer-col-1 a.btn > span {
	transform-origin: center center;
	transform: scale(0.9);
}
.footer-social-media {
	padding: 0.5em 0;
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	height:100%;
}
.footer-social-media UL {
	display:flex;
	margin:0px 0px 0px 10px; padding:0px;
	gap:20px;
}
.footer-social-media UL LI {
	display:block; margin:0px; padding:0px;
}
.footer-social-media-title {
	font-family: "Lexend", sans-serif;	
	font-size:14px;	
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
}
.footer-social-media a {
	margin-right:0px;
}
.footer-social-media a img {
	height:20px;
}
.footer-copyright {
	font-family: "Lexend", sans-serif;	
	font-size:16px;
  border-top:1px solid #FFFFFF;
  padding-top:20px;	
	margin-top:20px;	
}

.footer-copyright-divider {
	background-color: #707070;
	display: inline-block;
	height: 20px;
	width: 1px;
	margin: 0 4px;
	vertical-align: middle;
}

.page_heading {
	color: white;
	background-color: #006353;

	display: flex;
	align-items: center;

	padding: 6.5em;
}

.page_heading ~ div {
	padding: 4.875rem 0;
}
.page_heading .container {
	margin: auto;
}
.page-template-page-courses-search .page_search {
	padding-top: 4.875rem;
}

.next.page-numbers,
.prev.page-numbers {
	padding: 5px 10px 0px;
	display: flex;
	align-items: center;
}

.prev_btn,
.next_btn {
	display: block;
	width: 11px;
	height: 14px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.prev_btn {
	background: url("../img/left_angle.png");
}

.next_btn {
	background: url("../img/right_angle.png");
}

.pagination {
	display: flex;
	width: 100%;
	justify-content: center;
}

.pagination .page-numbers:not(.prev):not(.next) {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0.5em 0 0;
	margin: 0.2em 0.3em;
	width: 32px;
	height: 32px;
	text-align: center;
	transition: opacity 0.3s;
	color: rgb(112, 112, 112);
	transition: all 0.3s;
	position: relative;
	border-radius: 100px;
}

.pagination .page-numbers:not(.prev):not(.next).current,
.pagination a.page-numbers:not(.prev):not(.next):hover {
	background: #006353;
	color: white;
}
.page-select.active {
	pointer-events: none;
}

.page-template-page-general-template h2 {
	padding-bottom: 1.8125rem;
}

.page-template-page-general-template .content--description h2 {
	padding-top: 0;
}

.footer-last-updated {
	display: block;
	padding-top: 0.3em;
}

@media (max-width: 767px) {
	.page_heading {
		padding: 3.6875rem 1em;
		height: 222px;
		min-height: 1px;
	}

	header {
		min-height: 0;
		position: relative;
		border: 0px;
	}
	header .container {
		display: flex;
		justify-content: space-between;
	}
	header .container .header_logo_links_cnt #menu-top-links {
		display:none;
	}
	h1,
	h2 {
		font-size: 1.875rem !important;
		line-height: 1.06667 !important;
	}
	body:not(.home) h1 {
		font-size: 2.1875rem !important;
		line-height: 1.0857 !important;
	}

	body:not(.home) h1 > small {
		font-size: 1rem;
		line-height: 1.0625;
	}
	

	.btn {
		min-width: 194px;
		min-height: 53px;
	}

	footer .container {
		max-width:80%;
	}
	footer .container .footer-logo img { max-width:175px; }
	
	.footer-copyright-divider { display:block; height:auto; }
	.footer-social-media { justify-content:flex-start; align-items:center; height:auto; }
	
	body.menu-open {
		overflow: hidden;
	}

	.header_navigation {
		display: flex;
		align-items: center;
	}
	.header_navigation ul#menu-header-menu { display:table !important; }
	
	.header_navigation ul#menu-header-menu > li > ul > li > a,
	.header_navigation ul#menu-header-menu > li > a {
		padding: 1em 2em;
	}

	.header_navigation ul#menu-header-menu > li > ul > li > a:before {
		content: "- ";
	}

	.header_navigation ul#menu-header-menu > li > ul > li > a {
		font-size: 0.9em;
		width: 100%;
	}

	.header_navigation a {
		width: 100%;
	}

	.header_navigation .sub-menu > li > a {
		padding-left: 2.3rem !important;
	}

	.menu-header-menu-container {
		position: absolute;
		height: calc(100vh - 58px) !important;
		width: 100vw;
		background-color: white;
		z-index: 2;
		left: auto;
		right: 100%;
		top: 100%;
		overflow: auto;
		transition: all 0.3s;
		transform: translateX(-0%);
	}

	#menu-header-menu {
		display: flex;
		flex-direction: column;
	}

	.header_navigation ul#menu-header-menu > li {
		display: block;
	}

	.toggle-btn {
		cursor: pointer;
		width: 28px;
		position: relative;
		transform: rotate(0deg);
		transition: all 0.3s;
		z-index: 3;
		display: block;
	}

	.toggle-btn:before {
		content: "";
		display: block;
		padding-bottom: 80%;
	}

	.icon-container {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		width: 100%;
	}

	.icon-container div.icon-line {
		width: 100%;
		height: 2px;
		background-color: #000;
		display: block;

		transition: all 0.3s;
	}

	.icon-container div.invert {
		width: 100%;
		height: 100%;
		background-color: #000;
		display: block;
		transform-origin: center center;
		transform: rotate(0);
		transition: all 0.3s;
	}

	.header_navigation input:checked + .toggle-btn {
		transform: rotate(45deg);
	}

	.header_navigation input:checked + .toggle-btn div.line-3,
	.header_navigation input:checked + .toggle-btn div.line-1 {
		opacity: 0;
		transition: all 0.3s;
	}

	.header_navigation input:checked + .toggle-btn div.invert {
		transform: rotate(90deg);
		transition: all 0.3s;
	}

	.header_navigation input:checked + .toggle-btn + .menu-header-menu-container {
		transform: translateX(100%);
	}

	header {
		height: 58px;
	}
	header a.logo {
		width: 170px;
		display: flex;
	}
	#menu-header-menu {
		width: 100%;
	}
	.sub-menu {
		width: 100%;
	}
	.header_navigation ul#menu-header-menu > li:not(:last-child) {
		padding: 0;
	}

	.header_navigation ul li.menu-item-has-children {
		display: flex !important;
		flex-wrap: wrap;
	}

	li.menu-item-has-children > a {
		width: calc(100% - 68px) !important;
	}

	.toggle-rwd-sub-menu {
		cursor: pointer;
		position: relative;
		width: 43px;
		flex: 1 1 auto;
		padding-right: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.toggle-rwd-sub-menu:after,
	.toggle-rwd-sub-menu:before {
		content: "";
		display: block;
		height: 1.7rem;
		width: 2px;
		background-color: #000;
		opacity: 1;
		transition: 0.3s;
	}

	.toggle-rwd-sub-menu:before {
		margin-right: -2px;
	}

	.toggle-rwd-sub-menu:after {
		transform: rotate(90deg);
	}

	.open .toggle-rwd-sub-menu:before {
		transform: rotate(90deg);
		opacity: 0;
	}

	ul.sub-menu {
		display: none;
	}

	.open ul.sub-menu {
		display: block;
	}

	footer .sub-container {
		flex-direction: column;
	}
	footer {
		padding: 40px 0;
	}
	.footer-col-1 {
		padding-bottom: 2em;
	}
	.footer-copyright {
		padding-top: 2em;
	}
	.content--description {
		/* text-align: center; */
	}
}

.site-content.loading .course-mobile-load-more {
	position: relative;
}
.site-content.loading .course-mobile-load-more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	left: 0;
	top: 0;
}

.grecaptcha-badge {
	bottom: 130px !important;
}


.footer-footer-links .footer_line_2 UL LI A, .footer-footer-links .footer_line_2 UL LI A:visited, .footer-footer-links .footer_line_2 UL LI A:hover { color:#FFFFFF !important; }

@media (min-width: 768px) {
	.footer-footer-links {
		float:left;
	}
	.footer-footer-links .footer_line_2 UL { display:flex; margin:0px; padding:0px; gap:15px; }
	.footer-footer-links .footer_line_2 UL LI { display:block; margin:0px; padding:0px 15px 0px 0px; line-height:100%; border-right:1px solid #FFFFFF; }
	.footer-footer-links .footer_line_2 UL LI:last-of-type { border-right:none; }

	.footer-last-updated {
		float: right;
		text-align:right;
		padding-top:0px;
	}
	
	
}

figure {
	max-width: 100%;
}

figure.alignright figcaption {
	text-align: right;
}

figure.aligncenter figcaption {
	text-align: center;
}

figcaption {
	color: #555d66;
	font-size: 13px;
	text-align: center;
}

.scroll-to-top {
	text-indent:-9999px;
	width:70px;
	height:70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	background:url("../img/BTP.png");
	top: auto;
	bottom: 20px;
	left: auto;
	right: 20px;
	cursor: pointer;
	transition: transform 0.3s ease;
	transform: translateX(0);
	z-index: 8;
	opacity:1;
}

.scroll-to-top:not(.show) {
	transform: translateX(100%);
	opacity:0;
}

.scroll-to-top:before {
	content: "";
	border: 12px solid transparent;
	border-bottom: 16px solid #000;
	border-top: 0;
	display: none;
}

.noticebar {
	padding: 0.95rem 0;
	display: none;
}

.noticebar.show {
	display: block;
}

.noticebar .container {
	display: flex;
	justify-content: space-between;
}

.noticebar .container .text {
	min-height:40px;
	background:url('../img/noticebar-icon.png') left center no-repeat;
	padding-left:45px;
	display:flex;	
	align-items:center;
	background-size:25px auto;
}

.noticebar .close {
	display: flex;
	cursor: pointer;
}

.noticebar .close-btn {
	height: auto;
	display:flex;
	gap:5px;
	align-items:center;
}

.noticebar .close-btn .close-text {
}

.noticebar .close-btn--icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	transform: rotate(45deg);
}

.noticebar .close-btn--icon span {
	display: block;
	width: 20px;
	height: 1px;
}

.noticebar .close-btn--icon span + span {
	margin-top: -1px;
	transform: rotate(90deg);
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
}

.wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal;
}

.wp-block-table table {
    width: 100%;
}

.wp-block-table {
    overflow-x: auto;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}