/*
Theme Name: DBB Child
Version: 1.3
Template: dbb
*/


/* ============================================================
	FONT LOADING
	Self-hosted woff2 (recommended for PageSpeed).
	Files live in /wp-content/themes/enfold-child/fonts/
============================================================ */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/playfair-display-v40-latin-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/playfair-display-v40-latin-500italic.woff2') format('woff2');
}


* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.hide {
	display: none;
}

#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	letter-spacing: inherit;
	text-transform: inherit;
}


h1,
h2,
h3,
h4,
h5 {
	font-family: "Playfair Display", serif;
	font-weight: 500;
}

h1 {
	font-size: clamp(2.75rem, 2.5rem + 1.3333vw, 5rem);
	line-height: 1.25;
}

h2 {
	font-size: 38px;
	line-height: 42px;
	font-weight: 500;
	color: #12303b;
	margin-bottom: 18px;
}

h3 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: normal;
}

h4 {
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
	line-height: 1.25;
}


p {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 14px!important;
	color: #61696e;
	line-height: 1.6;
}

/* Base font stack for body + UI elements */
body,
.responsive #top .av_font_classes,
#top .av-special-heading .av-special-heading-tag,
li,
td,
input,
textarea,
select,
button,
#top .main_menu ul:first-child>li>a {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Nav items: tighten and weight up slightly */
#top .main_menu ul:first-child>li>a {
	font-weight: 500;
	letter-spacing: 0.01em;
}

/* Body paragraph copy inside content */
#top .template-page .entry-content-wrapper p {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 400;
}


/* Text Utilities */
.special_amp {
	font-family: inherit !important;
	color: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	font-size: inherit !important;
}


strong {
	color: inherit !important;
}


.text-xl {
	font-size: clamp(1.6667rem, 1.6420rem + 0.1481vw, 1.8889rem);
}

.quote-banner blockquote,
.quote-dark-bg blockquote {
	border: 0px !important;
	border-color: transparent !important;
	padding: 0px !important;
	margin: 0px !important;
}


.quote-dark-bg blockquote p {
	font-family: "Playfair Display", serif !important;
	font-size: clamp(1.6667rem, 1.6420rem + 0.1481vw, 1.8889rem) !important;
	font-style: italic;
	line-height: 1.5;
	color: #ffffff;
	position: relative !important;
}

.quote-dark-bg blockquote em {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 14px;
	font-style: normal !important;
	color: #00BFDD;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 16px;
}


.quote-banner blockquote p {
	font-family: "Playfair Display", serif;
	font-size: clamp(1.6667rem, 1.6420rem + 0.1481vw, 1.8889rem);
	font-style: italic;
	line-height: 1.5;
	color: #1B2E3A;
	position: relative !important;
}

.quote-dark-bg blockquote .quote-author {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 14px;
	font-style: normal !important;
	color: #223540;
	margin-top: 16px;
}


.list-bg-aqua ul {
	list-style: none !important;
	margin: 0px;
	padding: 0px;
}

.list-bg-aqua ul li::before {
	display: none !important;
}

.list-bg-aqua ul li {
	background-color: #F5F9FA;
	padding: 6px 16px !important;
	border-radius: 1rem;
}


/* =============================================================================
   YOUR STYLES — add below this line
   ============================================================================= */


/* Remove image overlay with circle and arrow */
.image-overlay {
	display: none !important;
	opacity: 0 !important;
}




.event-listing-standard-wrapper .slide-entry-excerpt {
	font-size: 14px;
}



/* ------------------------------------------------------------
	HEADER
------------------------------------------------------------ */
#header_meta {
	background-color: #1B2E3A;
}

#header_meta div {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #ffffff;
}

#top .social_bookmarks li {
	border-right: none !important;
}

#header .logo {
	display: flex;
	align-items: center;
}

#header .logo a {
	height: 70px;
	display: flex;
	align-items: center;
}

#header ul {
	margin-left: 0px !important;
}

#header ul li {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

#header ul li::before {
	list-style: none !important;
	display: none !important;
	padding-left: 0px !important;
}

#header .avia-menu-text {
	font-size: 14px !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #1B2E3A;
	transition: all .3s ease-in-out;
}

#header .av-menu-button-bordered .avia-menu-text {
	font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem) !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #1B2E3A;
	border-radius: 6px !important;
	padding: 8px 18px !important;
	transition: all .3s ease-in-out;
	margin-right: 8px !important;
}

#header .av-menu-button-colored .avia-menu-text {
	font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem) !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background-color: #4AA078 !important;
	border-radius: 6px !important;
	padding: 8px 18px !important;
	transition: all .3s ease-in-out;
}


#header .avia-menu-text:hover {
	color: #4AA078;
}

#header .av-menu-button-bordered .avia-menu-text:hover,
#header .av-menu-button-colored .avia-menu-text:hover {
	background-color: #1B2E3A !important;
	color: #ffffff;
	border: 2px solid #1B2E3A !important;
}


/* ------------------------------------------------------------
	FOOTER
------------------------------------------------------------ */

footer h2 {
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem) !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #ffffff !important;
	text-transform: uppercase !important;
	margin-bottom: 0px !important;
}

footer h3 {
	font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem) !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #ffffff !important;
	text-transform: uppercase !important;
	margin-bottom: 0px !important;
}

footer .flex_column h2 {
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 1px !important;
}

footer p {
	color: #8398A6 !important;
	font-size: 14px;
	line-height: 24px;
}


footer a {
	color: #8398A6 !important;
	font-size: 14px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	transition: all .3s ease-in-out;
}

footer .footer-logo img {
	max-width: 90px !important;
}

footer address a {
	color: #00BFDD !important;
}

footer ul {
	margin-left: 0px !important;
	list-style: none !important;
}

footer ul li {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0 !important;
}

footer ul li::before {
	list-style: none !important;
	display: none !important;
	padding-left: 0px !important;
}

footer a:hover {
	color: #00BFDD !important;
	transition: all .3s ease-in-out;
	text-decoration: underline !important;
}

#top .av-share-box ul {
	display: flex;
}

footer .av-share-box-list {
	border: none !important;
}

footer .av-share-link {
	border: none !important;
	padding: 0px !important;
}

footer .av-share-link:hover a {
	background-color: transparent !important;
}

footer .av-share-link svg {
	fill: #8398A6 !important;
	transition: all .3s ease-in-out;
}

footer .av-share-link a:hover svg {
	fill: #00BFDD !important;
}

footer svg {
	margin-right: 26px !important;
	width: auto !important;
	height: 26px !important;
}

footer nav.footer-legal ul {
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: end;
}

footer .flex_column:nth-of-type(1) {
	width: 32%;
	padding-right: 5%;
}

footer .flex_column:nth-of-type(2) {
	width: 17%;
}

footer .flex_column:nth-of-type(3) {
	width: 15%;
}

footer .flex_column:nth-of-type(4) {
	width: 18%;
}

footer .flex_column:nth-of-type(5) p,
footer .flex_column:nth-of-type(6) a {
	font-size: 12px !important;
	opacity: .7;
}

footer main {
	padding-top: 100px !important;
	padding-bottom: 20px !important;
}

#main .entry-content-wrapper li {
	margin-left: 1em;
	padding: 3px 0;
	color: #61696e;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}


/* ------------------------------------------------------------
	BUTTONS

	Palette
		Green (primary)      #4AA078   hover fill #57B085
		Green text-on-fill   #0F2A1E
		Dark (secondary)     #1B2E3A
		Highlight (aqua)     #008D9C
		Ghost border         rgba(255,255,255,.65)

	Structure
		1. Base + size presets      (shared shape, all buttons)
		2. Enfold color variants    (theme-color, subtle, highlight, white, light)
		3. Utility button classes   (.btn-green / .btn-white / .btn-white-border)
------------------------------------------------------------ */

/* ============================================================
	1. BASE + SIZE PRESETS
============================================================ */
#top .main_color .avia-button {
	text-decoration: none !important;
	border-radius: 6px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: 0.01em;
	border-width: 2px !important;
	border-style: solid !important;
	transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease;
	will-change: transform;
}

#top .main_color .avia-button.avia-size-small {
	padding: 8px 20px !important;
	font-size: 16px;
}

#top .main_color .avia-button.avia-size-medium {
	padding: 8px 20px !important;
	font-size: 16px;
}

#top .main_color .avia-button.avia-size-large {
	padding: 21px 44px !important;
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}

/* Lift on hover, shared by every variant */
#top .main_color .avia-button:hover {
	transform: translateY(-2px);
}

/* Keyboard focus visibility (accessibility) */
#top .main_color .avia-button:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}


/* ============================================================
	2. ENFOLD COLOR VARIANTS
============================================================ */

/* --------- PRIMARY: green fill (default) --------- */
#top .main_color .avia-button,
#top .main_color .avia-color-theme-color {
	background-color: #4AA078 !important;
	border-color: #4AA078 !important;
	/* box-shadow: 0 6px 20px rgba(74, 160, 120, 0.35); */
}

#top .main_color .avia-button .avia_iconbox_title,
#top .main_color .avia-color-theme-color .avia_iconbox_title {
	color: #fff;
	font-weight: 600;
}

#top .main_color .avia-button:hover,
#top .main_color .avia-color-theme-color:hover {
	background-color: #57B085 !important;
	border-color: #57B085 !important;
	box-shadow: 0 10px 28px rgba(74, 160, 120, 0.45);
}

#top .main_color .avia-button:hover .avia_iconbox_title,
#top .main_color .avia-color-theme-color:hover .avia_iconbox_title {
	color: #0F2A1E;
}


/* --------- SUBTLE: dark fill --------- */
#top .main_color .avia-color-theme-color-subtle {
	background-color: #1B2E3A !important;
	border-color: #1B2E3A !important;
	box-shadow: 0 6px 20px rgba(27, 46, 58, 0.30);
}

#top .main_color .avia-color-theme-color-subtle .avia_iconbox_title {
	color: #ffffff;
}

#top .main_color .avia-color-theme-color-subtle:hover {
	background-color: #4AA078 !important;
	border-color: #4AA078 !important;
	box-shadow: 0 10px 28px rgba(74, 160, 120, 0.40);
}

#top .main_color .avia-color-theme-color-subtle:hover .avia_iconbox_title {
	color: #0F2A1E;
}


/* --------- HIGHLIGHT: aqua fill --------- */
#top .main_color .avia-color-theme-color-highlight {
	background-color: #008D9C !important;
	border-color: #008D9C !important;
	box-shadow: 0 6px 20px rgba(0, 141, 156, 0.30);
}

#top .main_color .avia-color-theme-color-highlight .avia_iconbox_title {
	color: #ffffff;
}

#top .main_color .avia-color-theme-color-highlight:hover {
	background-color: #1B2E3A !important;
	border-color: #1B2E3A !important;
	box-shadow: 0 10px 28px rgba(27, 46, 58, 0.35);
}

#top .main_color .avia-color-theme-color-highlight:hover .avia_iconbox_title {
	color: #ffffff;
}


/* --------- WHITE: solid white fill --------- */
#top .main_color .avia-color-white {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	/* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
}

#top .main_color .avia-color-white .avia_iconbox_title {
	color: #1F3A2B;
}

#top .main_color .avia-color-white:hover {
	background-color: #1B2E3A !important;
	border-color: #1B2E3A !important;
	box-shadow: 0 10px 28px rgba(27, 46, 58, 0.35);
}

#top .main_color .avia-color-white:hover .avia_iconbox_title {
	color: #ffffff;
}


/* --------- LIGHT: ghost / outline on dark --------- */
#top .main_color .avia-color-light {
	background-color: rgba(255, 255, 255, 0.04) !important;
	border-color: rgba(255, 255, 255, 0.65) !important;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

#top .main_color .avia-color-light .avia_iconbox_title {
	color: #ffffff;
}

#top .main_color .avia-color-light:hover {
	background-color: rgba(255, 255, 255, 0.95) !important;
	border-color: #ffffff !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

#top .main_color .avia-color-light:hover .avia_iconbox_title {
	color: #1F3A2B;
}


/* ============================================================
	3. UTILITY BUTTON CLASSES
	(.btn-green / .btn-white / .btn-white-border on links)
============================================================ */

/* Shared shape */
a.btn-green,
.btn-green a,
a.btn-white,
.btn-white a,
a.btn-white-border,
.btn-white-border a {
	display: inline-block;
	border-radius: 6px;
	padding: 8px 20px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: 0.01em;
	border: 2px solid transparent;
	transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease;
	will-change: transform;
}

p.btn-green,
p.btn-white,
p.btn-white-border {
	display: inline-block;
}

a.btn-green:hover,
.btn-green a:hover,
a.btn-white:hover,
.btn-white a:hover,
a.btn-white-border:hover,
.btn-white-border a:hover {
	transform: translateY(-2px);
}

a.btn-green:focus-visible,
.btn-green a:focus-visible,
a.btn-white:focus-visible,
.btn-white a:focus-visible,
a.btn-white-border:focus-visible,
.btn-white-border a:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

/* --------- .btn-green : primary green fill --------- */
a.btn-green,
.btn-green a {
	background-color: #4AA078;
	border-color: #4AA078;
	color: #fff !important;
	font-size: 16px;
	/* box-shadow: 0 6px 20px rgba(74, 160, 120, 0.35); */
}

a.btn-green:hover,
.btn-green a:hover {
	background-color: #57B085;
	border-color: #57B085;
	color: #fff !important;
	/* box-shadow: 0 10px 28px rgba(74, 160, 120, 0.45); */
	text-decoration: none !important;
}

/* --------- .btn-white : solid white fill --------- */
a.btn-white,
.btn-white a {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #1F3A2B;
	font-size: 16px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

a.btn-white:hover,
.btn-white a:hover {
	background-color: #4AA078;
	border-color: #4AA078;
	color: #0F2A1E;
	box-shadow: 0 10px 28px rgba(74, 160, 120, 0.40);
}

/* --------- .btn-white-border : ghost / outline on dark --------- */
a.btn-white-border,
.btn-white-border a {
	background-color: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.65);
	color: #ffffff;
	font-size: 16px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

a.btn-white-border:hover,
.btn-white-border a:hover {
	background-color: rgba(255, 255, 255, 0.95);
	border-color: #ffffff;
	color: #1F3A2B;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}


/* ------------------------------------------------------------
	CARDS
------------------------------------------------------------ */

/* CARDS */
.hp-card,
.core-card {
	border-radius: 1.125rem;
	border: 1px solid #ECF4F5;
	transition: all .3s ease-in-out;
}

.hp-card {
	background-color: #ffffff;
}

#main .hp-card img {
	border-radius: 1.125rem 1.125rem 0px 0px !important;
	overflow: hidden !important;
}

.hp-card h3 {
	margin-top: 0px;
}

.hp-card:hover h3 {
	transition: all .3s ease-in-out;
}


.hp-card .avia_textblock {
	padding: 36px;
}

.core-card {
	padding: 36px 36px 20px 36px;
}






.hp-card .white-pill {
	border-radius: 99px;
	background-color: #ECF4F5;
	padding: 4px 16px;
	transition: all .3s ease-in-out;
	font-size: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem) !important;
	text-transform: uppercase;
	font-weight: 500;
}

.hp-card .hp-card-pill {
	position: absolute;
	top: 24px;
	left: 24px;
	border-radius: 99px;
	background-color: #4AA078;
	padding: 4px 16px;
	transition: all .3s ease-in-out;
}

.hp-card .hp-card-pill p {
	margin: 0px !important;
	color: #ffffff;
	font-size: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem) !important;
	text-transform: uppercase;
	font-weight: 500;
}

.hp-card a {
	color: #4AA078;
	font-weight: 600;
	transition: all .3s ease-in-out;
}

.hp-card .avia-image-overlay-wrap {
	overflow: hidden;
	border-radius: 1.125rem 1.125rem 0px 0px;
}

.hp-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

/* CARDS HOVER*/
.hp-card:hover h3 {
	color: #4AA078;
	transition: all .3s ease-in-out;
}

.hp-card:hover .hp-card-pill {
	background-color: #1B2E3A;
}

.hp-card:hover a {
	color: #1B2E3A;
	padding-left: 4px;
}


.hp-card:hover,
.core-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1);
}

.hp-card:hover {
	cursor: pointer;
}


.hp-card:hover img {
	transform: scale(1.05);
}


/* ------------------------------------------------------------
	ANIMATED COUNTER / NUMBERS
------------------------------------------------------------ */

#hp-section-3 .avia-animated-number .avia-single-number,
#hp-section-3 .avia-animated-number .avia-no-number {
	font-size: clamp(3.25rem, 2.8333rem + 2.0833vw, 6.5000rem) !important;
	color: #00BFDD;
	font-family: "Playfair Display", serif;
}

#hp-section-3 .avia-animated-number.hp-counter-xl .avia-single-number,
#hp-section-3 .avia-animated-number.hp-counter-xl .avia-no-number {
	font-size: clamp(3.875rem, 3.1250rem + 3.5000vw, 8.5000rem) !important;
}

#hp-section-3 .avia-animated-number-content {
	margin-top: 36px;
}


.avia-animated-number.counter-sm .avia-single-number,
.avia-animated-number.counter-sm .avia-no-number {
	font-size: clamp(2.75rem, 2.5rem + 1.3333vw, 5rem) !important;
	color: #00BFDD;
	font-family: "Playfair Display", serif;
}

.avia-animated-number.counter-sm .avia-animated-number-content {
	margin-top: 14px;
	color: #8398A6;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.flex_column:not(.avia-builder-el-last) .avia-animated-number.counter-sm {
		border-right: 1px solid #2B4A56;
	}
}

.counter-sm-white-background {
	background-color: #ffffff;
	border: 1px solid #ECF4F5;
	padding: 36px 24px;
	border-radius: 1.125rem;
}


.counter-sm-white-background .avia-single-number,
.counter-sm-white-background .avia-no-number {
	font-size: clamp(2.75rem, 2.5rem + 1.3333vw, 5rem) !important;
	color: #4AA078;
	font-family: "Playfair Display", serif;
}

.counter-sm-white-background .heading {
	font-size: 38px !important;
	color: #4AA078;
	font-family: "Playfair Display", serif;
}

.counter-sm-white-background .avia-animated-number-content {
	margin-top: 14px;
	color: #8398A6;
}


/* ------------------------------------------------------------
	BOXES
------------------------------------------------------------ */
.highlight-box {
	background: linear-gradient(135deg, rgba(42, 139, 154, 0.06) 0%, rgba(74, 160, 120, 0.06) 100%);
	border: 1px solid #ECF4F5;
	border-radius: 1.125rem;
	padding: 2rem;
	margin-bottom: 24px;
}


/* ------------------------------------------------------------
	Globals
------------------------------------------------------------ */

.event-block h2 {
	color: #fff;
}

.event-block {
	display: flex;
	align-items: flex-start;
	color: #fff;
	border-radius: 24px;
	background-color: #1b2e3a;
	padding: 40px 40px 28px 40px;
}

.event-preheader {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.event-block .event-preheader,
.event-block a {
	color: #00BFDD !important;
}

.event-block section {
	display: inline-block;
	min-height: 90px;
}

.event-date {
	width: 150px;
	height: 110px;
	color: #fff;
	background-color: #00BFDD !important;
	display: inline-block;
	float: left;
	border-radius: 10px;
	margin-top: 10px;
}

.event-date p {
	padding: 10px;
	color: #fff;
	text-align: center;
	line-height: .9;
	font-weight: 600;
}

.event-year {
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 45px;
	text-align: center;
	line-height: .7;
}

.event-details {
	width: auto;
	float: right;
	margin-left: 40px;
	display: table-cell;
	vertical-align: middle;
}

.event-details p {
	color: #ffffff80;
}


/* ------------------------------------------------------------
	HOMEPAGE
------------------------------------------------------------ */

/* HERO */
#hp-hero {
	padding-top: 230px;
	padding-bottom: 60px;
}

.avia-button-wrap {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 16px;
}

#hp-hero h1 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 72px;
	line-height: 82px;
	margin-bottom: 40px;
}

#hp-hero h1 em {
	color: #00BFDD;
}

#hp-hero p {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}

#hp-hero p em {
	font-size: 32px;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	line-height: 62px;
	margin-bottom: 0;
	display: inline-block;
	opacity: 1;
}

#hp-hero p:has(a) {
	margin-top: 7%;
	margin-bottom: 7%;
}

#hp-quote p {
	font-size: 15px;
	font-weight: 300;
}

#hp-quote p strong {
	color: #6489a0;
	font-weight: 300;
}

.hp-hero-content p:nth-of-type(2) a:nth-of-type(2) {
	margin: 0 14px;
}


/* SECTION 2 */
#hp-section-2 .hp-programs section {
	margin: auto;
}

.hp-programs .avia_textblock {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#hp-section-2 h2,
#hp-section-2 h3 {
	margin-top: 0px;
}


/* SECTION 3 */

#hp-section-3 .avia_textblock {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#hp-section-3 h2 {
	color: #ffffff !important;
	margin-bottom: 0px;
}

#hp-section-3 p {
	color: #8398A6 !important;
}

#hp-section-3 .hp-stats {
	background-color: #223540;
	border-radius: 1.125rem;
	border: 1px solid #2A8B9A;
	padding: 40px 36px;
}


/* SECTION 5 */
#hp-section-5 blockquote {
	border: 0px !important;
	border-color: transparent !important;
	padding: 0px !important;
	margin: 0px !important;
}

#hp-section-5 blockquote p::before {
	position: absolute;
	left: -20px;
	top: -4px;
	content: '“';
	font-size: 38px;
}

#hp-section-5 blockquote p {
	font-family: "Playfair Display", serif !important;
	font-size: clamp(1.6667rem, 1.6420rem + 0.1481vw, 1.8889rem)!important;
	font-style: italic;
	line-height: 1.5;
	color: #1B2E3A;
	position: relative !important;
}

#hp-section-5 blockquote em {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 14px;
	font-style: normal !important;
	color: #1B2E3A;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 16px;
}


/* ------------------------------------------------------------
	Insights - Post Archive
------------------------------------------------------------ */

#insights-archive {
	background-color: #f6f9fa;
}


#insights-archive .slide-content h3 a {
	padding: 35px 35px;
	background-color: #fff;
	display: block;
	border-radius: 0px 0px 30px 30px;
	min-height: 120px;
	border: solid 1px #ebebeb;
	transition: all .3s ease-in-out;
}


#insights-archive .slide-entry:hover .slide-content h3 a {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1);
	transition: all .3s ease-in-out;
}

#insights-archive .slide-image {
	margin: 0px;
}

#insights-archive .slide-image img {
	transition: all .3s ease-in-out;
}

#insights-archive .slide-entry:hover img {
	transform: scale(1.05) !important;
}


#insights-archive .av_one_third {
	margin-left: 0% !important;
	margin-right: 3% !important;
	width: 29.333333333333332% !important;
}

#insights-archive .av_one_half {
	margin-left: 0% !important;
	margin-right: 3% !important;
	width: 47% !important;
}

#insights-archive .avia-content-slider .slide-image,
#insights-archive .avia-content-slider .slide-image img {
	border-radius: 30px 30px 0px 0px;
}

/* ------------------------------------------------------------
	Insights - Post Single
------------------------------------------------------------ */

.single-post .container_wrap.container_wrap_first.main_color {
	background-color: #f6f9fa;
}

.single-post .container_wrap.container_wrap_first.main_color:before {
	content: '';
	display: block;
	width: 100%;
	height: 400px;
	background: #21495C;
	background: radial-gradient(circle, rgba(33, 73, 92, 1) 0%, rgba(27, 51, 63, 1) 50%);
}

.single-post .fullsize .template-blog .post-meta-infos {
	text-align: left !important;
}

.single-post .container.template-blog.template-single-blog {
	margin-top: -300px;
}

.single-post .fullsize .template-blog .big-preview img {
	border-radius: 30px;
}

.single-post .fullsize .template-blog .post-title {
	text-align: left !important;
	font-size: 42px !important;
}

.single-post .entry-content h2 {
	text-align: left !important;
	font-size: 26px;
}

.single-post .entry-content p {
	text-align: left !important;
	font-size: 19px;
}

/* ------------------------------------------------------------
	INTERIOR
------------------------------------------------------------ */

#int-hero {
	padding-top: 80px;
	padding-bottom: 30px;
}

.int-hero-breadcrumbs {
	font-size: 0.78rem;
	color: rgba(230, 242, 245, 0.45);
	margin-bottom: 1.5rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.int-hero-breadcrumbs a {
	color: #00BFDD;
	transition: color 0.2s;
}

h1.int-hero-title {
	color: #ffffff;
	font-family: "Playfair Display", serif !important;
	font-optical-sizing: auto;
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	font-weight: 500;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.int-hero-title em {
	color: #00BFDD;
}

.int-hero-subhead {
	font-size: 1.1rem;
	color: rgba(230, 242, 245, 0.75);
	max-width: 80%;
	line-height: 1.7;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	margin-bottom: 30px;
}


.section-label {
	display: inline-flex;
	align-items: center;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #00BFDD !important;
	margin-bottom: 12px;
}

.section-label::before {
	height: 2px;
	background: #00BFDD !important;
}




.rounded img {
	border-radius: 14px !important;
}


.avia-logo-element-container .slide-entry span {
	border-radius: 8px !important;
	overflow: hidden !important;
}



/* ------------------------------------------------------------
	Plugin - WP Team Pro
------------------------------------------------------------ */


.sp-team-pro .sp-team-pro-item .sptp-member-avatar-img img {
	height: 300px !important;
	width: 300px !important;
	object-fit: cover !important;
	transition: all .3s ease-in-out;
}

.sp-team-pro-item {
	transition: all .3s ease-in-out;
}

.sp-team-pro-item:hover {
	transform: translateY(-8px) !important;
	background-color: #ffffff !important;
	border-radius: 1.125rem !important;
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1) !important;
	transition: all .3s ease-in-out !important;
	cursor: pointer;
}

.sp-team-pro-item:hover img {
	transform: scale(1.05);
}


.single-sptp_member .sptp-single-post {
	max-width: 1250px !important;
}


.single-sptp_member .sptp_member::before {
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 450px !important;
	width: 100%;
	content: '';
	background: #1B2E3A !important;
}

.single-sptp_member .sptp-popup-content-main.text-center {
	padding: 38px;
}

.single-sptp_member .sptp-list-style {
	display: block !important;
	position: relative !important;
	padding: 0 40px 50px 420px !important;
	text-align: left !important;
	box-sizing: border-box !important;
	min-height: 500px !important;
}

.single-sptp_member .sptp-member-avatar-area {
	position: absolute !important;
	top: 50px !important;
	left: 40px !important;
	width: 330px !important;
	z-index: 10 !important;
	margin: 0 !important;
}

.single-sptp_member .sptp-member-avatar-area img,
.single-sptp_member .sptp-member-popup-img img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	box-shadow: none !important;
	margin: 0 !important;
	border-radius: 1.125rem !important;
}

.single-sptp_member .sptp-member-name {
	padding-top: 100px !important;
	margin: 0 0 10px 0 !important;
	text-align: left !important;
	display: block !important;
	width: 100% !important;
}

.single-sptp_member .sptp-name {
	color: #ffffff !important;
	font-size: 46px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	line-height: 1.1 !important;
	text-align: left !important;
}

.single-sptp_member .sptp-member-profession {
	margin: 0 0 140px 0 !important;
	text-align: left !important;
	display: block !important;
}

.single-sptp_member .sptp-profession-text {
	color: #a4b5c4 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	text-align: left !important;
}

.single-sptp_member .sptp-content {
	text-align: left !important;
	display: block !important;
	position: relative !important;
}

/*.single-sptp_member .sptp-content::before {
	content: "BIOGRAPHY" !important;
	display: block !important;
	color: #42d1e2 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	margin-bottom: 25px !important;
	padding-left: 45px !important;
	background: linear-gradient(#42d1e2, #42d1e2) left center/30px 2px no-repeat !important;
	text-align: left !important;
} */

.single-sptp_member .sptp-content p {
	color: #555555 !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
	margin-bottom: 14px !important;
	text-align: left !important;
}

@media (max-width: 850px) {
	.single-sptp_member .sptp-list-style {
		padding: 40px 20px !important;
		background: linear-gradient(to bottom, #1c3748 380px, #ffffff 380px) !important;
	}

	.single-sptp_member .sptp-member-avatar-area {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		max-width: 320px !important;
		margin: 0 auto 30px auto !important;
	}

	.single-sptp_member .sptp-member-name {
		padding-top: 0 !important;
		text-align: center !important;
	}

	.single-sptp_member .sptp-name,
	.single-sptp_member .sptp-profession-text {
		text-align: center !important;
		color: #1B2E3A !important;
	}

	.single-sptp_member .sptp-member-profession {
		margin-bottom: 50px !important;
	}
}


/* ------------------------------------------------------------
EVENT PAGE
------------------------------------------------------------ */

.tribe-events-event-image img {
	width: 100% !important;
}

.tribe-events-header__events-bar {
	border-radius: 1.125rem;
	border: 1px solid #ECF4F5;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1);
}

.tribe-common-c-btn-border,
.tribe-common-c-btn {
	background-color: #4AA078 !important;
	color: #ffffff !important;
	border-radius: 99px !important;
	overflow: hidden !important;
	transition: all .3s ease-in-out;
}

.tribe-common-c-btn-border:hover,
.tribe-common-c-btn:hover {
	background-color: #00BFDD !important;
	color: #1B2E3A !important;
	overflow: hidden !important;
	transition: all .3s ease-in-out;
}

.tribe-events-calendar-list__event-row,
.tribe-events-calendar-latest-past__event-row {
	background-color: #ffffff;
	border-radius: 1.125rem;
	border: 1px solid #ECF4F5 !important;
	padding: 24px 0px !important;
	margin-bottom: 0px !important;
	margin-top: 14px !important;
	transition: all .3s ease-in-out;
}

.tribe-events-calendar-list__event-row:hover,
.tribe-events-calendar-latest-past__event-row:hover {
	background-color: #ffffff;
	border-radius: 1.125rem;
	border: 1px solid #00BFDD !important;
	cursor: pointer;
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1) !important;
	transform: translateY(-6px);
	transition: all .3s ease-in-out;
}

.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-events-calendar-latest-past__event-row .tribe-events-calendar-latest-past__event-featured-image-link {
	border-radius: 1.125rem;
	overflow: hidden;
}

.tribe-events-calendar-list__event-row img,
.tribe-events-calendar-latest-past__event-row img {
	transform: scale(1);
	transition: all .3s ease-in-out;
}

.tribe-events-calendar-list__event-row:hover img,
.tribe-events-calendar-latest-past__event-row:hover img {
	transform: scale(1.05);
	transition: all .3s ease-in-out;
}

.tribe-events-calendar-latest-past__event-datetime-wrapper {
	margin-bottom: 4px !important;
}

.tribe-events-calendar-list__event-row time,
.tribe-events-calendar-latest-past__event-venue-title,
.tribe-events-calendar-list__event-venue-title,
.tribe-events-calendar-latest-past__event-datetime-wrapper time,
.tribe-events-calendar-latest-past__event-datetime-wrapper span {
	color: #4AA078 !important;
}


.cat_tbd .tribe-events-calendar-list__event-date-tag-weekday {
	display: none !important;
}

.cat_tbd .tribe-events-calendar-list__event-date-tag-daynum {
	font-size: 0 !important;
}

.cat_tbd .tribe-events-calendar-list__event-date-tag-daynum::after {
	content: "TBD" !important;
	font-size: 1.25rem;
	display: block;
}

.cat_tbd .tribe-events-calendar-list__event-datetime {
	font-size: 0 !important;
}

.cat_tbd .tribe-events-calendar-list__event-datetime::after {
	content: "To Be Determined" !important;
	font-size: 1rem;
	display: inline-block;
}


/* ------------------------------------------------------------
	UPCOMING EVENT LISTING
------------------------------------------------------------ */
.event-listing-standard-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: stretch;
}

.event-listing-standard-wrapper article.tribe-event-standard {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.event-listing-standard-wrapper article.tribe-event-standard a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.event-listing-standard-wrapper article {
	background-color: #ffffff;
	border-radius: 24px;
	border: 1px solid #ECF4F5;
	transition: all .3s ease-in-out;
}

.event-listing-standard-wrapper article .slide-content {
	padding: 25px 36px 36px 36px;
}

.event-listing-standard-wrapper article .slide-image {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.event-listing-standard-wrapper article .slide-image img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.event-listing-standard-wrapper article .event-flag {
	font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
	color: #4AA078;
	transition: all .3s ease-in-out;
	font-weight: 500;
	font-size: 75%;
	margin-bottom: 6px;
}

.event-listing-standard-wrapper article .entry-title {
	color: #1B2E3A;
	transition: all .3s ease-in-out;
}

.event-listing-standard-wrapper article .slide-meta {
	font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
	color: #8497a2;
	font-weight: 400 !important;
	transition: all .3s ease-in-out;
	margin: 0;
	display: none;
}

.event-listing-standard-wrapper article .read-more-link {
	margin-top: 16px !important;
	color: #4AA078 !important;
	font-size: 14px !important;
	transition: all .3s ease-in-out;
	font-weight: 600;
}

.event-listing-standard-wrapper article:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1);
	transition: all .3s ease-in-out;
}

.event-listing-standard-wrapper article:hover .entry-title {
	color: #4AA078;
}

.event-listing-standard-wrapper article:hover .event-flag,
.event-listing-standard-wrapper article:hover .slide-meta,
.event-listing-standard-wrapper article:hover .read-more-link {
	color: #1B2E3A !important;
}

.event-listing-standard-wrapper article:hover img {
	transform: scale(1.05);
}

.event-listing-standard-wrapper .slide-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.event-listing-standard-wrapper .slide-entry-excerpt {
	margin-top: auto;
}

/* -------------------------------------
   Responsive: Mobile Stacking
-------------------------------------- */
@media screen and (max-width: 768px) {
	.event-listing-standard-wrapper {
		grid-template-columns: 1fr;
		/* Switch to 1 column on smaller devices */
	}
}

/* ------------------------------------------------------------
	UPCOMING EVENT PAGE
------------------------------------------------------------ */
.tribe-events-single>.tribe_events {
	overflow: visible !important;
}


.av-single-event-meta-bar-inner {
	background-color: #ffffff;
	border-radius: 1.125rem;
	border: 1px solid #ECF4F5 !important;
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1);
}


.tribe_events_cat-tbd .slide-meta-time,
.cat_tbd .tribe-events-start-date,
.cat_tbd .tribe-events-start-time {
	font-size: 0 !important;
}

.tribe_events_cat-tbd .slide-meta-time::after,
.cat_tbd .tribe-events-start-date::after,
.cat_tbd .tribe-events-start-time::after {
	content: "To Be Determined" !important;
	font-size: 1rem;
	display: inline-block;
}

.cat_tbd .tribe-events-schedule h3 {
	font-size: 0 !important;
}

.cat_tbd .tribe-events-schedule h3::after {
	content: "To Be Determined" !important;
	font-size: 1.5rem;
	display: block;
}


#top.tribe_events-template-default .template-page {
	border-right: 0px !important;
	margin-left: 0px !important;
}


#top.tribe_events-template-default .entry-content-wrapper {
	padding-right: 0px !important;
}


#top.tribe_events-template-default .entry-title {
	font-family: "Playfair Display", serif !important;
}

.av-single-event-meta-bar-inner ul {
	list-style: none !important;
}

.av-single-event-meta-bar-inner ul li {
	list-style: none !important;
	margin-left: 0px !important;
}

.tribe-events-single-section-title {
	font-size: 28px !important;
}

.tribe-events-meta-label {
	font-size: 14px !important;
	text-transform: uppercase !important;
	margin-bottom: 4px !important;
	line-height: 1 !important;
	color: #2B4A56;
}


.tribe-events-meta-item {
	margin-bottom: 16px !important;
	line-height: 1.4 !important;
}


.av-single-event-meta-bar-inner a:hover {
	color: #1B2E3A !important;
	text-decoration: underline !important;
}


.tribe-events-venue-map {
	border-radius: 1.125rem !important;
	overflow: hidden !important;
}


.av-single-event-content .tribe-events-schedule {
	margin-top: 8px !important;
}


/* ------------------------------------------------------------
	PAST EVENT PAGE
------------------------------------------------------------ */
.tribe-events-notices {
	background-color: #1B2E3A !important;
	border-radius: 1.125rem !important;
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1) !important;
}

.tribe-events-notices ul li {
	font-size: 14px !important;
	font-weight: 600 !important;
	text-align: center !important;
}

div#hp-section-3 .avia-content-slider-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	flex-wrap: wrap;
}

div#hp-section-3 .avia-content-slider-inner .slide-entry-wrap {
	width: 20%;
}

#top #header.av_minimal_header .main_menu .avia_mega_div>.sub-menu,
#top #header.av_minimal_header .main_menu ul:first-child>li>ul {
	border-top: none;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.acs-detail-columns {
	display: block;
	margin: 0;
}




/* ------------------------------------------------------------
	CONTACT
------------------------------------------------------------ */

/* ------------------------------------------------------------
	-
	-
	-
	GRAVITY FORMS
	-
	-
	-
------------------------------------------------------------ */


body .gform_wrapper .gfield_label {
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem) !important;
	color: #1B2E3A !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 600 !important;
}

body .gform_wrapper label {
	font-size: 14px !important;
	color: #1B2E3A !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body .gform_wrapper label span {
	color: #8398A6 !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body .gform_wrapper .gfield_required {
	color: #1B2E3A !important;
	margin-left: 2px !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}


body .gform_wrapper .gfield.gfield--type-name {
	margin-bottom: 0px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .name_first input,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
	padding: 16px 24px !important;
	color: #1B2E3A !important;
	font-weight: 400 !important;
	height: auto;
	font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem) !important;
	transition: all .3s ease-in-out;
	border-radius: 1rem !important;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}


body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #4AA078 !important;
	border-radius: 99px !important;
	color: #ffffff !important;
	padding: 16px 24px !important;
	transition: all .3s ease-in-out;
	font-size: 14px !important;
	text-transform: uppercase !important;

}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #223540 !important;
	color: #ffffff !important;
	transition: all .3s ease-in-out;
	border: 1px solid #4AA078 !important;
	font-weight: 500 !important;
}


/* HOVER */
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea:hover {
	border: 1px solid #4AA078 !important;
	box-shadow: 0 16px 48px rgba(26, 46, 58, 0.1);
	transition: all .3s ease-in-out;
}

body .gform_wrapper .gform_body .gform_fields .gfield .name_first input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_phone input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea:focus {
	border: 1px solid #1B2E3A !important;
	transition: all .3s ease-in-out;
}


.map_country_list ul {
	margin: 0;
}

.map_country_list ul li {
	color: #ffffff7a;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
}


.sptp-single-post {
	margin: auto;
	padding: 80px 0;
	max-width: 1000px;
}

.sptp-content p {
	font-size: 16px;
	line-height: 26px;
}

.team_block {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 25px !important;
}

.team_block .team_pic {
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 14px;
}

.team_block .team_info h5 {
	color: #009fbf;
	font-size: 16px;
	line-height: 22px;
	margin-top: 4px;
	font-weight: 500;
}


.sp-team-pro .sptp-member-name h2.sptp-name {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 16px !important;
}

.sp-team-pro .sptp-member-name h2.sptp-name a {
	color: #1b2e3a !important;
}

.sp-team-pro .sptp-member-profession h4.sptp-profession-text {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 13px !important;
	color: #8398a6 !important;
}

.sptp-single-post .sptp-profession-text {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 16px !important;
	margin-top: 20px !important;
}


#team_wrapper .team_pic img {
	height: 300px;
	overflow: hidden;
	object-fit: cover;
}

#team_wrapper.our_team .team_pic img {
	height: 240px;
}


@media only screen and (max-width: 1080px) {

	/* Tablet / Burger Menu Trigger */
	nav.main_menu {
		display: block !important;
	}

	#avia-menu .menu-item {
		display: none !important;
	}

	.av-burger-menu-main.menu-item-avia-special {
		display: block !important;
	}

	#top #av-burger-menu-ul {
		vertical-align: top !important;
		padding-top: 140px !important;
	}

	#top .av-burger-menu-main {
		margin-top: 20px;
	}

	#top .av-burger-menu-main a {
		background-color: #ECF4F5 !important;
		height: 54px !important;
		width: 55px !important;
		border-radius: 99px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
	}

	#top .av-burger-menu-main a .av-hamburger {
		height: 90px !important;
	}

	#top .av-burger-menu-main a .av-hamburger-box {
		width: 24px !important;
	}

	.av-hamburger-inner::before {
		top: -8px;
	}

	.av-hamburger-inner::after {
		bottom: -8px;
	}


	div#hp-section-3 .avia-content-slider-inner {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	div#hp-section-3 .avia-content-slider-inner .slide-entry-wrap {
		width: 25%;
	}
}


@media only screen and (max-width: 760px) {
	div#hp-section-3 .avia-content-slider-inner .slide-entry-wrap {
		width: 33%;
	}
}

@media only screen and (max-width: 670px) {
	.event-block {
		display: flex;
		align-items: flex-start;
		color: #fff;
		border-radius: 24px;
		background-color: #1b2e3a;
		padding: 40px 40px 28px 40px;
		flex-direction: column;
	}
	
	.event-date {
		width: 150px;
		height: 110px;
		color: #fff;
		background-color: #00BFDD !important;
		display: inline-block;
		float: left;
		border-radius: 10px;
		margin: 0 0 30px 0;
	}
	
	.event-details {
		margin-left: 0;
	}
}