/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778847243
Updated: 2026-05-15 14:14:03

*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--next-era-scroll-offset, 16px);
	overflow-x: clip;
}

.elementor-kit-33 button,
.elementor-kit-33 input[type="button"],
.elementor-kit-33 input[type="submit"],
.elementor-kit-33 .elementor-button {
	color: #01487a;
}

body {
	overflow-x: clip;
}

[id],
[name] {
	scroll-margin-top: var(--next-era-scroll-offset, 16px);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Blue marker below the active or hovered desktop navigation item. */
@media (min-width: 1025px) {
	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item {
		position: relative;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item::after {
		content: "";
		position: absolute;
		left: 50% !important;
		bottom: -33px;
		width: 8px !important;
		height: 8px !important;
		border: 0;
		border-radius: 50%;
		background-color: #06b0f0;
		opacity: 0;
		transform: translateX(-50%);
		pointer-events: none;
		z-index: 2;
		transition: opacity 750ms ease;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item.next-era-menu-item-active::after {
		opacity: 1;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item.next-era-menu-indicator-moving::after {
		animation: next-era-menu-indicator-slide 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	}

	@keyframes next-era-menu-indicator-slide {
		from {
			transform: translateX(calc(-50% + var(--next-era-menu-indicator-shift, 0px)));
		}

		to {
			transform: translateX(-50%);
		}
	}
}

/* Course search filter. */
.next-era-filter {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 8px;
	align-items: end;
	width: 100%;
	margin-top: 22px;
}

.next-era-filter__field {
	min-width: 0;
    max-width: 294px
}

.next-era-filter__field label {
	display: block;
	margin: 0 0 6px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.next-era-filter__field select {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 46px 0 16px;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	color: #024d81;
	background-color: #fff;
	background-image:
		linear-gradient(45deg, transparent 50%, #8492a0 50%),
		linear-gradient(135deg, #8492a0 50%, transparent 50%);
	background-position:
		calc(100% - 20px) 21px,
		calc(100% - 15px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	appearance: none;
}

.next-era-filter__field select:focus {
	border-color: #06b0f0;
	outline: 2px solid rgb(6 176 240 / 25%);
	outline-offset: 1px;
}

.next-era-filter__field select:invalid,
.next-era-filter__field select option[value=""] {
	color: #a8b0bc;
}

.next-era-filter__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 48px;
	margin: 0;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	color: #fff;
	background: #0877bd;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.2s ease;
    cursor: pointer;
    width: 166px;
}

.next-era-filter__submit:hover,
.next-era-filter__submit:focus-visible {
	background: #024D81;
}

.next-era-filter__search-icon {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1.5px solid currentcolor;
	border-radius: 50%;
}

.next-era-filter__search-icon::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 6px;
	height: 1.5px;
	border-radius: 2px;
	background: currentcolor;
	transform: rotate(45deg);
	transform-origin: left center;
}

@media (max-width: 1024px) {
	.next-era-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.next-era-filter__submit {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.next-era-filter {
		grid-template-columns: 1fr;
	}
}

/* Infinite professional course slider. */
#slide-prof {
	overflow: hidden;
}

.next-era-slider {
	width: 100%;
	min-width: 0;
}

.next-era-slider__controls {
	display: flex;
	gap: 8px;
	margin: 0 0 34px;
}

.next-era-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0 !important;
	border: 0;
	border-radius: 6px;
	color: #1781c5 !important;
	background: #e6f0f8 !important;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.next-era-slider__arrow--prev {
	color: #a7cde5 !important;
	background: #f6f9fc !important;
}

.next-era-slider__arrow:hover,
.next-era-slider__arrow:focus-visible {
	color: #fff !important;
	background: #036cb6 !important;
}

.next-era-slider__viewport {
	overflow: hidden;
	width: 100%;
}

.next-era-slider__track {
	display: flex;
	gap: 16px;
	align-items: stretch;
	will-change: transform;
}

.next-era-course-card {
	flex: 0 0 400px;
	min-width: 0;
	height: 514px;
	overflow: hidden;
	border-radius: 16px;
	background: #024d81;
}

.next-era-course-card__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.next-era-course-card__image,
.next-era-course-card__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.next-era-course-card__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center center;
	transition: transform 0.45s ease;
}

.next-era-course-card__overlay {
	background: linear-gradient(
		180deg,
		rgb(1 45 76 / 0%) 0%,
		#012d4c 95%
	);
}

.next-era-course-card__content {
	position: absolute;
	z-index: 1;
	right: 36px;
	bottom: 42px;
	left: 36px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.next-era-course-card__title {
	display: block;
	max-width: 100%;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(24px, 2.1vw, 30px);
	font-weight: 600;
	line-height: 1.2;
}

.next-era-course-card__divider {
	display: block;
	width: 29px;
	height: 2px;
	margin: 24px 0 25px;
	background: #fff;
}

.next-era-course-card__presenter {
	display: block;
	margin-bottom: 16px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.next-era-course-card__guest-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}

.next-era-course-card__guest-label {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.next-era-course-card__guest {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 3px 18px 3px 4px;
	border-radius: 28px;
	background: #087cca;
}

.next-era-course-card__guest img {
	width: 42px;
	height: 42px;
	border: 2px solid #fff;
	border-radius: 50%;
	object-fit: cover;
}

.next-era-course-card__guest strong {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	white-space: nowrap;
}

.next-era-course-card__duration {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.next-era-course-card__clock {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1.5px solid #fff;
	border-radius: 50%;
}

.next-era-course-card__clock::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 6px;
	width: 1.5px;
	height: 5px;
	border-radius: 2px;
	background: #fff;
	transform: rotate(35deg);
	transform-origin: bottom center;
}

.next-era-course-card__link:hover .next-era-course-card__image,
.next-era-course-card__link:focus-visible .next-era-course-card__image {
	transform: scale(1.04);
}

.citation{
    position: relative
}



#filter.next-era-filter--fixed {
	position: fixed;
	top: 20px;
	left: var(--next-era-filter-left);
	width: var(--next-era-filter-width);
	box-shadow: 0 10px 28px rgb(0 0 0 / 16%);
    z-index: 1;
}

.next-era-filter-placeholder {
	display: none;
	width: 100%;
	flex: 0 0 auto;
}

.next-era-filter-placeholder.is-active {
	display: block;
}


@media (max-width: 1024px) {
	.elementor-44 .elementor-element.elementor-element-df2cc42 {
		overflow: visible;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf {
		position: relative;
		z-index: 100;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-menu-toggle {
		position: relative;
		width: 48px;
		height: 48px;
		margin: 0 0 0 auto;
		padding: 0;
		border: 1px solid #b1d1e8;
		border-radius: 14px;
		color: #036cb6;
		background: #edf7fc;
		box-shadow: 0 8px 20px rgb(2 59 100 / 10%);
		transition:
			color 220ms ease,
			background-color 220ms ease,
			border-color 220ms ease,
			box-shadow 220ms ease,
			transform 220ms ease;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-menu-toggle:hover,
	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-menu-toggle:focus-visible {
		color: #fff;
		background: #047cbc;
		border-color: #047cbc;
		box-shadow: 0 10px 24px rgb(3 108 182 / 24%);
		outline: none;
		transform: translateY(-1px);
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-menu-toggle.elementor-active {
		color: #fff;
		background: #023b64;
		border-color: #023b64;
		box-shadow: 0 10px 24px rgb(2 59 100 / 28%);
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-menu-toggle svg {
		width: 22px;
		height: 22px;
		fill: currentColor;
		transition: transform 220ms ease;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
		transform: rotate(90deg);
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown {
		position: fixed;
		top: 101px;
		right: 24px;
		left: auto;
		width: min(380px, calc(100vw - 32px)) !important;
		min-width: 280px;
		margin: 0 !important;
		padding: 10px;
		border: 1px solid #d8e9f4;
		border-radius: 20px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 22px 55px rgb(2 59 100 / 20%);
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown .elementor-nav-menu,
	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown li,
	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown a {
		width: 100%;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown li + li {
		margin-top: 4px;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown .elementor-item {
		display: flex;
		align-items: center;
		min-height: 52px;
		padding: 13px 16px;
		border: 0;
		border-radius: 12px;
		color: #023b64;
		background: transparent;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.35;
		transition:
			color 180ms ease,
			background-color 180ms ease,
			padding-left 180ms ease;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown .elementor-item:hover,
	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown .elementor-item:focus-visible {
		padding-left: 20px;
		color: #036cb6;
		background: #edf7fc;
		outline: none;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown .elementor-item.next-era-menu-item-active {
		color: #fff;
		background: linear-gradient(135deg, #036cb6, #0797d5);
		box-shadow: 0 8px 18px rgb(3 108 182 / 22%);
	}

	.next-era-course-card {
		flex-basis: calc((100% - 16px) / 2);
	}
}

@media (max-width: 767px) {
	.elementor-44 .elementor-element.elementor-element-df2cc42,
	.elementor-44 .elementor-element.elementor-element-ae93852 {
		width: 100%;
		max-width: 100%;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf {
		flex: 0 0 48px;
		width: 48px !important;
		max-width: 48px !important;
		margin-left: auto;
	}

	.elementor-44 .elementor-element.elementor-element-ba14fdf .elementor-nav-menu--dropdown {
		top: 200px;
		right: 16px;
		left: 16px;
		width: auto !important;
		min-width: 0;
		max-height: calc(100dvh - 96px);
		overflow-y: auto;
	}

	.elementor-44 .elementor-element.elementor-element-ae93852 {
		flex-basis: 100%;
	}

	.elementor-497 .elementor-element.elementor-element-0b82b54 {
		--justify-content: flex-start !important;
		--gap: 30px !important;
		justify-content: flex-start !important;
		gap: 30px !important;
		min-height: 0 !important;
	}

	.elementor-497 .elementor-element.elementor-element-d49c5b5 {
		margin-top: 0 !important;
	}

	.next-era-slider__controls {
		margin-bottom: 22px;
	}

	.next-era-slider__arrow {
		width: 48px;
		height: 48px;
	}

	.next-era-course-card {
		flex-basis: min(305px, calc(100vw - 48px));
		height: 460px;
	}

	.next-era-course-card__content {
		right: 24px;
		bottom: 30px;
		left: 24px;
	}

	.next-era-course-card__title {
		font-size: 24px;
	}
}

/* Final product add-to-cart call to action. */
.next-era-product-cart-cta {
	display: flex;
	width: min(100% - 32px, 1144px);
	justify-content: center;
	margin: 64px auto 0;
	padding: 48px 24px;
	border-radius: 20px;
	background: #e6f0f8;
}

.next-era-product-cart-cta form.cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
}

.next-era-product-cart-cta form.cart::before,
.next-era-product-cart-cta form.cart::after {
	display: none;
}

.next-era-product-cart-cta .quantity {
	margin: 0 !important;
}

.next-era-product-cart-cta .quantity .qty {
	width: 72px;
	min-height: 50px;
	border: 1px solid #afd7f2;
	border-radius: 6px;
	color: #024d81;
	background: #fff;
	text-align: center;
}

.next-era-product-cart-cta .single_add_to_cart_button {
	display: inline-flex;
	min-width: 240px;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 12px 24px !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: #fff !important;
	background: #036cb6 !important;
	box-shadow: 0 8px 18px rgb(3 108 182 / 20%) !important;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}


.single_add_to_cart_button.button.alt.add_to_cart_button.ajax_add_to_cart{
    text-align:center;
    min-height: inherit;
}

.single_add_to_cart_button.button.alt.add_to_cart_button.ajax_add_to_cart:hover{
    transform: translateY(0px);
}

.next-era-product-cart-cta .single_add_to_cart_button:hover,
.next-era-product-cart-cta .single_add_to_cart_button:focus-visible {
	color: #fff !important;
	background: #01487a !important;
	box-shadow: 0 10px 22px rgb(1 72 122 / 28%) !important;
	transform: translateY(-2px);
}

.next-era-product-cart-cta .single_add_to_cart_button:focus-visible {
	outline: 3px solid #afd7f2;
	outline-offset: 3px;
}

.next-era-product-cart-cta .single_add_to_cart_button:active {
	box-shadow: 0 4px 10px rgb(1 72 122 / 20%) !important;
	transform: translateY(0);
}

.next-era-product-cart-cta .stock {
	margin: 0 0 12px;
	color: #024d81;
}



@media (max-width: 767px) {
	.next-era-product-cart-cta {
		margin-top: 40px;
		padding: 32px 20px;
	}

	.next-era-product-cart-cta form.cart {
		width: 100%;
		flex-wrap: wrap;
	}

	.next-era-product-cart-cta .single_add_to_cart_button {
		flex: 1 1 220px;
	}
}
