/* Site Switcher */
.site-switcher {
	a {
		color: white;
		font-weight: 500;
		
		
		&.active-site {
			font-weight: bold;
			pointer-events: none;
		}
	}
}


/* GTranslate */
.gtranslate_wrapper {
	display: flex;
	flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
	gap: 10px;
	
	.glink {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.gt-current-lang {
		pointer-events: none;
		font-weight: bold;
		color: #AF0A35;
	}
}

/* Header */
.tm-header {
	
	.uk-navbar-right {
		flex-direction: row-reverse;
        margin-left: 8%;
        justify-content: space-between;
        width: 80%;
	}
	
	
	> .uk-sticky-fixed {
    	box-shadow: 0px 0px 13px hsl(0deg 0% 0% / 13%);
	}
}


/* Header -> Toolbar */
.tm-toolbar {
	
	.uk-grid {
		gap: 50px;
	}
}

/* Buttons */
.ff-btn {
    background: #90c128!important;
    border: 1px solid #90c128 !important;
    color: white !important;
    text-transform: uppercase;
    font-family: inherit;
    opacity: 1 !important;
    letter-spacing: 2px;
    font-size: 14px !important;
	
	&:hover {
		background: transparent!important;
		color: #90c128 !important;
	}
}

.uk-button {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
    background-color: #90c128;
    border-color: #90c128;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover {
	color: black!important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span {
	border-left-color: #90c128;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
	box-shadow: unset!important;
}

/* Custom List */
.custom-list {
	padding-left: 0;
	justify-content: flex-end;
	
	
	&.horizontal {
		display: flex;
		gap: 30px;
	}
	li {
		list-style: none;
	}
}

/* Panels */
.custom-panel img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* General Styling */
.gap-sm > * {
    margin-right: 0.4em;
}

.gap-md > * {
    margin-right: 0.6em;
}

.gap-lg > * {
    margin-right: 0.8em;
}

.gap-xl > * {
    margin-right: 0.1em;
}



.border-sm {
	.uk-tile, img, .uk-position-cover {
		border-radius: 4px;
	}
}

.border-md {
	.uk-tile, img, .uk-position-cover {
		border-radius: 8px;
	}
}

.border-lg {
	.uk-tile, img, .uk-position-cover {
		border-radius: 12px;
	}
}

.border-xl {
	.uk-tile, img, .uk-position-cover, video, iframe {
		border-radius: 16px;
	}
}

/* Theme Mods */
.uk-lightbox-caption {
	display: none;
}

.team-section .el-image {
	min-height: 250px;
}

.fullwidth-image img, .fullwidth-video video {
	width: 100%;
}

.uk-lightbox {
	background: rgb(0 0 0 / 80%)!important;
}
 

p a {
	text-decoration: underline;
}

.uk-navbar-dropdown {
	width: auto;
}

.seminar-slider {
    background: #ffffffab;
}

.blue-grid-divider .uk-grid-divider>:not(.uk-first-column)::before {
    top: 15px;
    bottom: 15px;
    border-left: 2px solid #23257280;
}

.uk-card-primary>:not([class*=uk-card-media]) .uk-button-danger:hover {
	color: #af0a35!important;
}

.map-column div {
    height: 100%;
}

.uk-margin-top-remove {
	margin-top: 0!important;
}

.uk-margin-bottom-remove {
	margin-bottom: 0!important;
}

.horizontal-button-group > div {
    display: flex;
    gap: 10px;
}

:focus-visible {
    outline: unset !important;
}

.external-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.external-link:after {
    content: '';
    background: url(/wp-content/uploads/2026/02/external-link.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
}

@media all and (max-width: 767px) {
	html {
		font-size: 14px;
	}

	.uk-text-large, .uk-text-lead {
		font-size: 16px;
	}

	.uk-button {
		font-size: 14px;
	}
	.uk-h2, h2 {
		font-size: 24px;
	}

	.uk-h3, h3 {
		font-size: 18px;
	}

	.uk-h1, h1 {
		font-size: 28px;
	}
}

@media all and (max-width: 340px) {

	.uk-h2, h2 {
		font-size: 20px;
	}

	.uk-h3, h3 {
		font-size: 18px;
	}

	.uk-h1, h1 {
		font-size: 24px;
	}
}

/* Seminar */
.hide-when-empty:not(:has(.has-seminar-data)) {
    display: none;
}

.seminar_category_item {
	margin: 0px 5px;
	display: inline-block;
}

.seminar-instructors > div:nth-child(even) {
    flex-direction: row-reverse;
}

.seminar-image {
	width: 100%;
	border-radius: 16px;
	height: 60vh;
	object-fit: cover;
}

/* Datepicker */
.ui-widget-header {
	border: unset!important;
	background: unset!important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    margin: 0px 3px;
    border: 1px solid #dddddd;
    font-family: 'Open Sans';
    border-radius: 3px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background: #e9e9e9;
    border: 1px solid white;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #90c128;
    background: #90c128;
    color: #ffffff;
}


/* Seminar Card Images - Fixed 3:2 Aspect Ratio */
.seminar-image-container {
	position: relative;
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	border-radius: 4px;
}

.seminar-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Fallback for older browsers without aspect-ratio support */
@supports not (aspect-ratio: 3/2) {
	.seminar-image-container {
		padding-bottom: 66.67%; /* 2/3 = 0.6667 = 66.67% */
	}
	
	.seminar-image-container img {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media all and (max-width: 980px) {
	.fluentform .ff-el-group:has(.ff-btn-submit) {
		margin-bottom: 0!important;
	}
	
	.mt-0-m {
		margin-top: 0!important;
	}
	
	.pt-2-m .uk-card {
		padding-top: 2em;
	}
	
	.pb-2-m .uk-card {
		padding-bottom: 2em;	
	}
	
	.team-section .el-image {
		min-height: 350px;
		width: 100%;
	}
	
	.inverse-mobile .uk-grid-stack,
	.inverse-mobile {
		flex-direction: column-reverse;
	}
	
	.swiper-nav {
		margin-left: 0 !important;
		justify-content: center !important;
	}

	.slider-section .seminars-swiper {
		padding-bottom: 0;
	}

	.swiper-nav {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}


@media all and (min-width: 981px) {


	.slider-section .seminars-swiper-wrapper {
		margin-left: 0;	
	}

	.slider-section .seminars-swiper {
		overflow: visible!important;
		clip-path: inset(0 -10000px 0 0px)!important;
	}
	
}


@media all and (max-width: 1440px) {
	.tm-header {
		.uk-navbar-nav {
			gap: 20px;
		}

		.uk-navbar-primary .uk-navbar-nav>li>a {
			font-size: 13px;
		}

		.uk-navbar-right {
			justify-content: flex-start;
		}
	}
}


@media all and (min-width: 1660px) {
	.slider-section .seminars-swiper-wrapper {
		margin-left: 10%!important;	
	}
}