/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2024 | 19:28:47 */
body {
	opacity: 1;
	transition: 50ms opacity 500ms;
}

p,
li {
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.3;
}

a {
	text-decoration: none !important;
}

#main-courses .et_pb_module_heading a {
	text-decoration: underline !important;
}

p a {
	text-decoration: underline !important;
}


.marginBottom {
	margin-bottom: 20px;
}

.et_pb_section {
	padding: 0;
}


/* 3-COL ROW */
body #page-container .triple-box .et_pb_column_1_3 .et_pb_text p a,
body #page-container .triple-box .et_pb_column_1_3 .et_pb_text p a:active,
body #page-container .triple-box .et_pb_column_1_3 .et_pb_text p a:visited,
body #page-container .triple-box .et_pb_column_1_3 .et_pb_text p a:hover {
	color: #666;
}

.et_pb_row.triple-box {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}

body #page-container .triple-box .et_pb_column_1_3 {
	background: #e0f5de;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 345px;
	padding: 25px 15px;
}

body #page-container .triple-box .et_pb_column_1_3 p a:hover {
	color: black !important;
}

body #page-container .triple-box .et_pb_column_1_3 .et_pb_button_module_wrapper {
	margin-bottom: 0;
	margin-top: auto !important;
}

body #page-container .triple-box .et_pb_column_1_3 .et_pb_button_module_wrapper a:hover {
	background: #666;
}


/* 4-COL ROW */
.et_pb_row_4col {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

body #page-container .et_pb_row_4col .et_pb_text .et_pb_text_inner p a,
body #page-container .et_pb_row_4col .et_pb_text .et_pb_text_inner p a:visited {
	color: rgb(102, 102, 102);
}

body #page-container .et_pb_row_4col .et_pb_text .et_pb_text_inner p a:hover {
	color: black;
}

/* 2-COL ROW, 3/4 */
.et_pb_row_2.et_pb_row_3-4_1-4 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.et_pb_row_2.et_pb_row_3-4_1-4 .et_pb_column_3_4 {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
}

.et_pb_row_2.et_pb_row_3-4_1-4 .et_pb_column_1_4 {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 380px;
}

/* VIDEO */
.video-2-col .et_pb_column {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* COURSE LIST ITEM */
.course-list-item {
	margin-bottom: 10px;
}

.course-list-item .content-container {
	background-color: rgba(26, 230, 121, 0);
	border: 1px solid black;
	padding: 0;
	transition: 800ms background-color;
}

.course-list-item:hover .content-container {
	background-color: rgba(26, 230, 121, 0.25);
}

.course-list-item .content-container .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.course-list-item .content-container .et_pb_column .et_pb_image {
	margin-right: 20px;
	width: 40px;
}

.course-list-item .content-container .et_pb_column .et_pb_text {
	align-items: center;
	display: flex;
}

.course-list-item .content-container .et_pb_column .et_pb_text.item-tile {
	min-width: calc(100% - 60px);
}

.course-list-item .content-container .et_pb_column .et_pb_text.price {
	margin-left: auto;
	margin-right: 15px;
}

.course-list-item .content-container .et_pb_column .et_pb_text.item-note {
	font-weight: 600;
	margin: 0 auto;
}

.course-list-item .hover-container {
	left: 50%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	transition: 800ms opacity;
	width: 80%;
	z-index: 10;
}

.course-list-item:hover .hover-container {
	opacity: 1;
	pointer-events: auto;
	transition: 250ms opacity;
}

body #page-container .course-list-item .hover-container a:hover {
	background-color: #155533;
}

.course-list-item .hover-container .et_pb_column_4_4 {
	align-items: center;
	display: flex;
	gap: 10px;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.content-width {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.text-color-black {
	color: black;
}

#logo,
.logo-container,
.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
	transition: none !important;
	-webkit-transition: none;
}


#et-main-area:has(#alert-banner) {
	margin-top: 57px;
}

.mobile_menu_bar:before {
	color: black;
}

.mt-4 {
	margin-top: 40px;
}


/*
MAP
*/

#map-container {
	filter: blur(10px);
	opacity: 0;
	pointer-events: none;
	transform: scale(1.1);
	transition: 300ms transform, 300ms filter, 300ms opacity;
}

#map-container.show {
	filter: blur(0px);
	opacity: 1;
	pointer-events: all;
	transform: scale(1);
	transition: 800ms transform, 800ms filter, 800ms opacity;
}

#map-container .directions {
	overflow-y: scroll;
	overflow-x: hidden;
}

#map-container .et_pb_code_inner {
	overflow: hidden;

	margin-top: 135px;
}

/*
NAVIGATION
*/
#main-header,
.et-search-form,
#main-header .et_mobile_menu {
	background: linear-gradient(to right, #17c45c 0%, #1ae679 50%, #17c45c 100%);
}


/*
SECTION HEADERS
*/
.sectionHeader .et_pb_text {
	margin-top: 20px;
}

.sectionHeader .et_pb_image {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/*
CONTAINERS
*/

.full-width-content-width {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}


.full-width-content-width .et_pb_row.background {
	height: 100%;
	left: 50%;
	max-width: unset;
	position: absolute;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	filter: grayscale(0.5);
	opacity: 0.1;
	width: calc(100vw - 15px);
}

.full-width-content-width .et_pb_row.background:before {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

footer .et_pb_section,
.et_pb_section:has(#map-parent) {
	background: black;
	padding: 0;
}


/*
HERO SECTION
*/
.heroSection .et_pb_fullwidth_header.hero {
	display: flex;
	height: 400px;
}

.heroSection.home .et_pb_fullwidth_header.hero {
	height: 600px;
}

.et_pb_fullwidth_header_container {}

.heroSection .et_pb_fullwidth_header.hero .header-content-container {
	background: rgba(0, 0, 0, 0.6);
}

.heroSection .et_pb_fullwidth_header.hero h1 {
	font-size: 45px;
	line-height: 1.1;
}

/*
BULLETS
*/
.overview-bullets .et_pb_module_heading,
.overview-bullets .et_pb_text p {
	color: white;
	text-align: center;
}

.overview-bullets .et_pb_module_heading {
	font-weight: 900;
}

.overview-bullets .et_pb_heading {
	margin-top: 50px;
}

.overview-bullets .et_pb_heading:first-child {
	margin-top: 0;
}

.overview-bullets .et_pb_column {
	padding: 80px 50px;
}

.overview-bullets .et_pb_column .et_pb_text_inner {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.overview-bullets .et_pb_column .et_pb_text_inner ol,
.overview-bullets .et_pb_column .et_pb_text_inner ul {
	color: white;
	text-align: left !important;
	max-width: 500px;
}

.overview-bullets .et_pb_column .et_pb_text_inner ol li,
.overview-bullets .et_pb_column .et_pb_text_inner ul li {
	margin-top: 10px;
}


/*
ACCORDIAN
*/
.accordian .et_pb_toggle {
	position: relative;
	transition: 300ms background-color;
}

.accordian .et_pb_toggle .et_pb_toggle_title {
	display: block;
	position: relative;
}

.accordian .et_pb_toggle .et_pb_toggle_title:after {
	content: '';
	height: calc(100% + 40px);
	left: -20px;
	position: absolute;
	top: -20px;
	width: calc(100% + 40px);
}

.accordian .et_pb_toggle .et_pb_toggle_content a,
.accordian .et_pb_toggle .et_pb_toggle_content a:visited {
	color: white;
	font-weight: 600;
	text-decoration: underline;
}

/*
FULL-WIDTH 3 CARDS
*/
.full-width-3-card {
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 70px 20px;
}

.full-width-3-card .et_pb_row {
	height: 400px;
}

.full-width-3-card .et_pb_row.card {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.full-width-3-card .et_pb_row.card .et_pb_column {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.full-width-3-card .et_pb_row.card .et_pb_column .et_pb_image {
	position: absolute;
	height: 100%;
	transform-origin: 50% 50%;
	transition: 1200ms transform;
	width: 100%;
}

.full-width-3-card .et_pb_row.card:hover .et_pb_column .et_pb_image {
	transform: scale(1.1);
	transition: 250ms transform;
}

.full-width-3-card .et_pb_row.card .et_pb_column .et_pb_heading {
	background: rgba(0, 0, 0, 0.8);
	padding-top: 10px;
	text-align: center;
	margin: auto auto 0 auto;
	width: 100%;
}

.full-width-3-card .et_pb_row.card .et_pb_column .et_pb_text {
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}

.full-width-3-card .et_pb_row.card .et_pb_column .et_pb_text:last-child {
	padding-bottom: 20px;
}

.full-width-3-card .et_pb_row.card .et_pb_module_heading {
	color: white;
	padding-top: 5px;
}

/*
FULL-WIDTH 4 CARDS
*/
.full-width-cards {
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 70px 20px;
}

.full-width-cards .et_pb_row {
	height: 400px;
}

.full-width-cards .et_pb_row.card {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.full-width-cards .et_pb_row.card .et_pb_column {
	display: flex;
	height: 100%;
}

.full-width-cards .et_pb_row.card .et_pb_column .et_pb_image {
	position: absolute;
	height: 100%;
	transform-origin: 50% 50%;
	transition: 1200ms transform;
	width: 100%;
}

.full-width-cards .et_pb_row.card:hover .et_pb_column .et_pb_image {
	transform: scale(1.1);
	transition: 250ms transform;
}

.full-width-cards .et_pb_row.card .et_pb_column .et_pb_heading {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	margin: auto auto 0 auto;
	width: 100%;
}

.full-width-cards .et_pb_row.card .et_pb_module_heading {
	color: white;
	padding-top: 5px;
}

/*
BUNDLE
*/
.bundle .et_pb_row .et_pb_column {
	opacity: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 30px 0;
}

.bundle .et_pb_row .et_pb_column .et_pb_button {
	background-color: white !important;
	border: none;
	font-size: 16px;
	margin-top: 20px;
	transform: none;
	transition: 1200ms background-color;
}

.bundle .et_pb_row .et_pb_column .et_pb_button:hover {
	background-color: rgba(255, 255, 255, 0.5) !important;
	transition: 250ms background-color;
}


/*
TABS
*/

.tabs {
	margin-top: 30px;
	padding: 0;
}

.tabs .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.tabs .et_pb_column .et_pb_button {
	transition: 1200ms background-color;
}

.tabs .et_pb_column .et_pb_button:hover {
	background-color: #91cff2 !important;
	transition: 250ms background-color;
}

/*
DOUBLE COLUMN
*/

.double-column .et_pb_column {
	display: flex;
}


.double-column .et_pb_row .et_pb_team_member_image {
	max-height: 680px;
	max-width: unset;
	overflow: hidden;
}

.double-column .et_pb_row .et_pb_team_member_image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.double-column .et_pb_row .et_pb_team_member_description div {
	margin-top: 20px;
}

.double-column .et_pb_row .et_pb_team_member_description a,
.double-column .et_pb_row .et_pb_team_member_description a:visited {
	color: white;
	text-decoration: underline;
}

.double-column .et_pb_row .et_pb_team_member_description a:hover {
	color: gray;
}

/*
PHOTO LIST
*/
.photo-list .et_pb_column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.photo-list .et_pb_row .et_pb_team_member {
	flex-direction: column;
}

.photo-list .et_pb_row .et_pb_team_member_image {
	aspect-ratio: 1 / 1;
	-webkit-aspect-ratio: 1 / 1;
	max-height: 580px;
	overflow: hidden;
}

.photo-list .et_pb_row .et_pb_team_member_image img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
	width: 100%;
}

.photo-list .et_pb_row .et_pb_team_member_description div {
	margin-top: 20px;
}

.photo-list .et_pb_row .et_pb_team_member_description a,
.photo-list .et_pb_row .et_pb_team_member_description a:visited {
	color: white;
	text-decoration: underline;
}

.photo-list .et_pb_row .et_pb_team_member_description a:hover {
	color: gray;
}

/*
EXPANDABLE COLUMNS
*/
.expandable-columns .et_pb_module {
	min-height: 57px;
}

.expandable-columns .et_pb_toggle .et_pb_toggle_title {
	min-height: 36px;
	position: relative;
}

.expandable-columns .et_pb_toggle .et_pb_toggle_title:after {
	content: '';
	height: calc(100% + 20px);
	left: -10px;
	position: absolute;
	top: -10px;
	width: calc(100% + 20px);
}

/*
ACCORDIAN
*/

.accordian .et_pb_toggle.et_pb_toggle_close:hover {
	background-color: rgba(255, 255, 255, 0.5);
	transition: 250ms background-color;
}

/*
ITEM GRID
*/

.item-grid .et_pb_column {
	display: grid;
	gap: 20px;
}

.item-grid .et_pb_column .et_pb_team_member_description .et_pb_module_header {
	padding-bottom: 0;
}

/*
FULLWIDTH SLIDER
*/
.ceg-slide-gallery#home-gallery .et_pb_slide_image {}

.ceg-slide-gallery#home-gallery .et_pb_slide_image img {
	height: 600px;
}

/*
POPUPS
*/


/* POPUPS */

/* NOTE: ID OF THIS POPUP SHOUDL BE ADDED AS A CLASS ON THE BUTTON THAT IS TRIGGERING THIS POPUP */
.popup {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 160px 20px 50px;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.popup.show {
	opacity: 1;
	pointer-events: all;
	transition: 250ms opacity;
}

.popup .et_pb_row {
	background: black;
	max-height: 100%;
	max-width: 1200px;
	overflow: auto;
	padding: 0;
	width: calc(100% - 40px);
}

.popup .et_pb_row.btn-row .et_pb_column {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}

body #page-container .popup .et_pb_row.btn-row .et_pb_button_module_wrapper,
body #page-container .popup .et_pb_row.btn-row .buy-btn {
	margin-top: 0 !important;
	margin-bottom: 0;
}

.popup .et_pb_column {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.popup .et_pb_button_module_wrapper:has(.close-btn) {
	align-self: flex-end;
}

body #page-container .popup .et_pb_button_module_wrapper .close-btn,
body #page-container .popup .et_pb_button_module_wrapper .close-btn:hover {
	padding: 0 8px !important;
	transition: 1200ms background;
}

body #page-container .popup .et_pb_button_module_wrapper .close-btn:hover {
	background: rgba(255, 255, 255, 0.5);
	transition: 250ms background;
}

.popup .et_pb_module_heading {
	text-align: center;
}

.popup .et_pb_button_module_wrapper:has(.buy-btn) {
	align-self: center;
}

body #page-container .et_pb_section .buy-btn {
	margin-bottom: 20px;
	transition: 1200ms;
}

body #page-container .et_pb_section .buy-btn:hover {
	background-color: white;
	transition: 250ms background-color;
}

body #page-container .et_pb_section .et_pb_text_inner a,
body #page-container .et_pb_section .et_pb_text_inner a:visited {
	color: white;
	text-decoration: underline;
}

/*
GRID 2-COLUMN
*/
.grid-2-col .pane {
	aspect-ratio: 1/1;
	padding: 0;
	width: calc(100% - 40px);
}

.grid-2-col .pane .et_pb_column {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.grid-2-col .pane .et_pb_column .et_pb_heading {
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.grid-2-col .pane .et_pb_column .et_pb_heading:last-child {
	padding-top: 0;
	padding-bottom: 10px;
}

.grid-2-col .pane .et_pb_column .et_pb_module_heading {
	color: white;
}

.grid-2-col .pane .et_pb_image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.grid-single-col .pane,
.grid-2-col .pane {
	overflow: hidden;
	position: relative;
}

.grid-single-col .pane .et_pb_image,
.grid-2-col .pane .et_pb_image {
	transition: 1200ms transform;
}

.grid-single-col .pane:hover .et_pb_image,
.grid-2-col .pane:hover .et_pb_image {
	transform: scale(1.1);
	transition: 250ms transform;
}


/*
GRID SINGLE COLUMN
*/
.grid-single-col {
	width: calc(100% - 40px);
}

.grid-single-col .pane {
	aspect-ratio: 16 / 9;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.grid-single-col .pane .et_pb_column {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.grid-single-col .pane .et_pb_column .et_pb_heading {
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.grid-single-col .pane .et_pb_column .et_pb_heading:last-child {
	padding-top: 0;
	padding-bottom: 10px;
}

.grid-single-col .pane .et_pb_column .et_pb_module_heading {
	color: white;
}

.grid-single-col .pane .et_pb_image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/*
FULLWIDTH HALVES
*/

.fullwidth-halves {
	display: flex;
	flex-direction: column-reverse;
	margin: 0;
	max-width: unset;
	padding: 0;
	width: 100%;
}

.fullwidth-halves .et_pb_column:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}


/* MOBILE */

@media (max-width: 768px) {

	/*
	FULL-WIDTH 3 CARDS
	*/
	.full-width-3-card {
		align-items: center;
		flex-direction: column;
	}

	.full-width-3-card .et_pb_row.card {
		width: calc(100% - 30px);
	}

	.full-width-3-card .et_pb_row {
		height: 54vw;
	}

	/*
	FULL-WIDTH 4 CARDS
	*/
	.full-width-cards {
		align-items: center;
		flex-direction: column;
	}

	.full-width-cards .et_pb_row.card {
		width: calc(100% - 30px);
	}

	.full-width-cards .et_pb_row {
		height: 54vw;
	}

	/*
	GRID 2-COLUMN
	*/
	.grid-2-col {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (min-width: 769px) {
	.grid-2-col {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
		padding: 0 20px;
	}

	.grid-2-col .pane {
		width: 100%;
	}

	#map-container .et_pb_code_inner {

		margin-top: 85px;
	}
}

@media (min-width: 769px) and (max-width: 980px) {

	/*
	FULL-WIDTH 3 CARDS
	*/
	.full-width-3-card {
		align-items: center;
		flex-direction: row;
	}

	.full-width-3-card .et_pb_row.card {
		width: calc(50% - 15px);
	}

	.full-width-3-card .et_pb_row {
		height: 400px;
	}

	/*
	FULL-WIDTH 4 CARDS
	*/
	.full-width-cards {
		align-items: center;
		flex-direction: row;
	}

	.full-width-cards .et_pb_row.card {
		width: calc(50% - 15px);
	}

	.full-width-cards .et_pb_row {
		height: 400px;
	}

	/*
	HALF WIDTH SLIDER
	*/


	.fullwidth-halves .slider-half .et_pb_slide_image {
		display: none;
	}
}

@media (max-width: 980px) {
	.paddingTop {
		padding-top: 80px;
	}

	.paddingBottom {
		padding-bottom: 80px;
	}

	.noTopPadding {
		padding-top: 0;
	}

	.noBottomPadding {
		padding-bottom: 0;
	}

	.marginTop {
		margin-top: 80px;
	}

	.marginTopSmall {
		margin-top: 40px;
	}

	.mobile-noMarginTop {
		margin-top: 0 !important;
	}

	.mobile-noPaddingTop {
		padding-top: 0 !important;
	}

	.mobile-noMarginBottom {
		margin-bottom: 0 !important;
	}

	.mobile-noPaddingBottom {
		padding-bottom: 0 !important;
	}

	#et-boc #main-header {
		align-items: center;
		position: fixed;
	}

	#et-secondary-nav,
	#et-secondary-menu {
		display: inline-block !important;
	}

	#main-header .container {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 0 15px;
		width: 100%;
	}

	.et_header_style_left #logo {
		width: 170px;
		height: 120px;
		object-fit: contain;
	}

	#main-header .container:after {
		content: none;
	}

	.et_header_style_left .logo_container {
		display: block;
		height: 70px;
		position: relative;
		width: auto;

	}

	.et_header_style_left .logo_container a {
		align-items: center;
		display: flex;
		height: 100%;
		width: 100%;
	}

	.et_header_style_left .logo_container img {
		height: 100%;
		width: auto;
	}

	span.logo_helper {
		display: none;
	}

	.et_fixed_nav #top-header {
		position: fixed;
	}

	.et_secondary_nav_only_menu #top-header {
		display: flex;
		margin-top: 70px;
	}

	.et_secondary_nav_only_menu #top-header .container {
		display: flex;
		justify-content: center;
		padding-bottom: 4px;
		padding-top: 4px;
		width: 100%;
	}

	#et-secondary-nav {
		display: flex !important;
		font-size: 16px;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}

	#et-secondary-nav a,
	#et-secondary-menu>ul>li a {
		font-size: 16px;
		padding: 10px 0;
	}

	#et-secondary-nav .justified-end {
		margin-left: auto;
		margin-right: 0;
	}

	#et-secondary-nav .justified-end a {
		background: #1ec564;
		border-radius: 6px;
		font-size: 12px;
		margin-top: 6px;
		padding: 4px 10px;
	}

	#et-secondary-menu {
		display: flex !important;
		width: calc(100% - 30px);
	}

	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_left #et-top-navigation,
	.et_header_style_left #et-top-navigation {
		padding: 0;
		padding-left: 0 !important;
		padding-top: 0;
	}

	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
	}

	#main-header #et_mobile_nav_menu .et_mobile_menu {
		background-color: rgba(0, 0, 0, 0.9);
		border-top: none;
		height: calc(100vh - 60px);
		padding: 78px 0 0 0;
		top: 60px;
	}

	.et_mobile_menu li a {
		border-bottom: none;
		color: black;
	}

	/*
	INSTRUCTOR NAME
	*/
	.instructorName .et_pb_row {
		padding: 0;
	}

	/*
	INSTRUCTOR DETAILS
	*/
	.instructorDetails .et_pb_row,
	.instructorDetails {
		padding-top: 0;
	}

	.instructorDetails .et_pb_column {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	/*
	DOUBLE COLUMN
	*/

	.double-column .et_pb_row {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	/*
	ITEM GRID
	*/

	.item-grid .et_pb_column {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	/*
	FULL-WIDTH SLIDER
	*/

	.et_pb_slides .et_pb_slide_image {
		display: none;
	}

	.ceg-slide-gallery.blurred .et_pb_slide .et_pb_slide_title,
	.ceg-slide-gallery.blurred .et_pb_slide .et_pb_slide_content p {
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	}

	.et_pb_slides .et_pb_slider_container_inner {
		display: flex;
		height: 100%;
		justify-content: center;
		padding: 40px 0 35px;
	}

	.et_pb_slide_with_image .et_pb_slide_description {
		background: rgba(0, 0, 0, 0.6);
		padding: 10px 30px;
		width: auto;
	}



}














/* DESKTOP */
@media only screen and (min-width: 600px) {
	.course-list-item .content-container .et_pb_column .et_pb_text.item-tile {
		min-width: 230px;
	}
}

@media only screen and (min-width: 981px) {
	.paddingTop {
		padding-top: 80px;
	}

	.paddingBottom {
		padding-bottom: 80px;
	}

	.noTopPadding {
		padding-top: 0;
	}

	.noBottomPadding {
		padding-bottom: 0;
	}

	.marginTop {
		margin-top: 80px;
	}

	.marginTopSmall {
		margin-top: 40px;
	}

	.et_pb_row_4col {
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.et_pb_row_4col .et_pb_column {
		width: calc(50% - 40px);
	}

	#et-main-area:has(#alert-banner) {
		margin-top: 83px;
	}

	#et-main-area {
		margin-top: 27px;
	}

	#logo,
	.logo-container,
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		transition: none !important;
		-webkit-transition: none;
	}

	#page-container {
		padding-top: 82px !important;
	}

	.et_fixed_nav #top-header {
		top: 70px;
	}

	#et-boc #main-header {
		display: flex;
		height: auto;
		top: 0 !important;
		z-index: 100001;
		padding: 23px;
	}

	#et-boc #main-header .nav>li,
	#et-boc #main-header .nav>li .sub-menu>li {
		padding: 5px 0;
	}

	#et-boc #main-header .nav>li {
		margin-left: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	#et-boc #main-header .nav li ul {
		box-shadow: none;
		padding: 16px 0 4px;
		width: auto;
	}

	#et-boc #main-header li ul.sub-menu:before {
		background: rgba(255, 255, 255, 0.8);
		content: '';
		height: calc(100% - 20px);
		left: 0px;
		position: absolute;
		top: 16px;
		width: 100%;
	}

	#et-boc #main-header li:last-child ul.sub-menu {
		left: auto;
		right: 0;
	}

	.et_fullwidth_nav #main-header .container {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.et_header_style_left .logo_container {
		position: relative;
		width: 120px;
	}

	.et_header_style_split #main-header .container,
	.et_header_style_split #main-header .logo_container {
		max-width: unset;
		width: calc(100% - 30px);
	}

	.et_header_style_left .logo_container .logo_helper {
		display: none;
	}

	.et_header_style_left #et-top-navigation,
	.et_header_style_split #et-top-navigation {
		display: flex;
		justify-content: flex-end;
	}

	.et_header_style_left #et-top-navigation,
	.et_header_style_split #et-top-navigation {
		padding: 0 !important;
	}

	#main-header .container.clearfix:after {
		content: none;
	}

	body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
	body.et_header_style_left #et-top-navigation nav>ul>li>a,
	.et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom: 0px;
	}

	.et_header_style_left #et-top-navigation nav>ul>li:not(.menu-item-has-children):before,
	.et_header_style_split #et-top-navigation nav>ul>li:not(.menu-item-has-children):before,
	.et_header_style_left #et-top-navigation nav>ul>li:not(.menu-item-has-children):before {
		background: black;
		bottom: 0;
		content: '';
		height: 1px;
		left: 0;
		position: absolute;
		transform: scaleX(1);
		transform-origin: 0 0;
		transition: 1200ms transform;
		width: 100%;
	}

	.et_header_style_left #et-top-navigation nav>ul>li:not(.menu-item-has-children):hover:before,
	.et_header_style_split #et-top-navigation nav>ul>li:not(.menu-item-has-children):hover:before,
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li:not(.menu-item-has-children):hover:before,
	{
	transform: scaleX(1);
	transition: 250ms transform;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover,
.et_header_style_split #et-top-navigation nav>ul>li>a:hover,
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a:hover {
	color: black;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a {
	color: black;
	font-size: 15px;
	font-weight: 800;
}

.et_header_style_left #et-top-navigation nav ul.sub-menu li:before {
	background: white;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: 1200ms transform;
	width: 100%;
}

.et_header_style_left #et-top-navigation nav ul.sub-menu li:hover:before {
	transform: scaleX(1);
	transition: 250ms transform;
}

.et_header_style_left #et-top-navigation nav ul li a {
	position: relative;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: transparent;
	opacity: 1;
}

.et_fullwidth_secondary_nav #top-header .container {
	display: flex;
	padding-bottom: 6px;
	padding-top: 6px;
}

#et-secondary-nav {
	display: flex;
	width: 100%;
}

#et-secondary-menu {
	float: none;
	width: 100%;
}

#et-secondary-menu>ul>li a {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#et-secondary-nav li.justified-end {
	margin-left: auto;
	margin-right: 0;
}

#et-secondary-menu>ul>li.donate a {
	background: #1ec564;
	border-radius: 6px;
	font-size: 12px;
	opacity: 1;
	padding: 0px 10px 0 10px;
	transition: 1200ms border-radius, 1200ms padding;
}

#et-secondary-menu ul li.donate {
	display: flex;
	align-items: center;
}

#et-secondary-menu>ul>li.donate:hover a {
	border-radius: 0 0 0px 0;
	opacity: 1;
	padding: 0px 14px 0 14px;
	transition: 250ms border-radius, 250ms padding;
}

.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container {
	height: 100%;
	opacity: 1;
}

/*
	INSTRUCTOR NAME
	*/
.instructorName {
	padding-bottom: 50px;
}

.instructorName .et_pb_row {
	padding: 0;
}

/*
	INSTRUCTOR DETAILS
	*/
.instructorDetails .et_pb_row,
.instructorDetails {
	padding-top: 0;
}

.instructorDetails .et_pb_row {
	max-width: 800px;
}

.instructorDetails .et_pb_column {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.instructorDetails .et_pb_image {
	width: 300px;
}

.instructorDetails .et_pb_text {
	flex: 1;
}

/*
	FULL-WIDTH 3 CARDS
	*/
.full-width-3-card {
	align-items: center;
	flex-direction: row;
}

.full-width-3-card .et_pb_row.card {
	width: calc(25% - 15px);
}

.full-width-3-card .et_pb_row {
	height: 400px;
}

/*
	FULL-WIDTH 4 CARDS
	*/
.full-width-cards {
	align-items: center;
	flex-direction: row;
}

.full-width-cards .et_pb_row.card {
	width: calc(25% - 15px);
}

.full-width-cards .et_pb_row {
	height: 400px;
}

/* VIDEO */
.video-2-col .et_pb_column {
	flex-direction: row;
}

.video-2-col .et_pb_column .et_pb_video {
	width: calc(50% - 8px);
}


/*
	DOUBLE COLUMN
	*/

.double-column .et_pb_row {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

/*
	PHOTO LIST
	*/
.photo-list .et_pb_column {
	gap: 50px;
}

.photo-list .et_pb_row .et_pb_team_member {
	flex-direction: row;
	gap: 20px;
}

.photo-list .et_pb_row .et_pb_team_member .et_pb_team_member_image {
	margin-right: 0;
	max-width: 300px;
}

/*
	ITEM GRID
	*/

.item-grid .et_pb_column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

/*
	FULL WIDTH SLIDER
	*/


.ceg-slide-gallery.blurred .et_pb_slide:before {
	backdrop-filter: blur(10px) brightness(0.8);
	-webkit-backdrop-filter: blur(10px) brightness(0.8);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/*
	HALF SLIDER
	*/
.fullwidth-halves {
	flex-direction: row;
}


.fullwidth-halves .slider-half.blurred .et_pb_slide:before {
	backdrop-filter: blur(10px) brightness(0.8);
	-webkit-backdrop-filter: blur(10px) brightness(0.8);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fullwidth-halves .et_pb_column:nth-child(2) {
	align-items: center;
}

.fullwidth-halves .et_pb_video {
	width: calc(100% - 60px);
}



@media only screen and (min-width:1200px) {

	.et_pb_row_4col .et_pb_column {
		width: calc(25% - 40px);
	}
}

.logo-wrap img {
	width: 150px !important;
	max-width: 150px !important;
	height: 40px;
	object-fit: contain;
}