:root {

}

/*#menu-header-nav {
	position: static;
}*/

#menu-header-nav > .menu-item a .uabb-menu-toggle {
	padding-left: 6px;
	font-size: 14px;
	transform: translateY(2px);
}

#menu-header-nav > .menu-item a .uabb-menu-toggle::before {
	content:'\f0d7';
}

.header-box {
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.header-box .fl-photo-img {
	padding: 5px 0;
}

.header-box .fl-module-button {
	flex: 0 0 auto;
}

@media (max-width:1330px) and (min-width:1200px) {
	.fl-builder-content-14 .header-box {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#menu-header-nav > .menu-item > .uabb-has-submenu-container a,
	#menu-header-nav > .menu-item > a {
		font-size: 14px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	#menu-header-nav > .menu-item > .uabb-has-submenu-container a,
	#menu-header-nav > .menu-item > a{
		padding-left: 10px;
		padding-right: 10px;
	}
	header .fl-module-button .fl-button {
		padding-left: 16px;
		padding-right: 16px;
	}
	header .fl-module-button .fl-button .fl-button-icon {
		display: none;
	}
}

@media (max-width:1199px){
	header .fl-col-group > .fl-module-uabb-advanced-menu {
		width: 100%;
	}
	header .fl-col-group > .fl-module-uabb-advanced-menu .fl-module-content {
		border: 1px solid #fff;
		padding: 16px;
		border-radius: 20px;
		margin-top: -10px;
		background-color: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(18px);
	}
	.fl-builder-content-14 .fl-node-y84kdlzi7x6h {
        flex-direction: row-reverse;
        justify-content: end;
        gap: 20px;
        flex-grow: 0;
        order: 3;
	}
	#menu-header-nav.menu {
		text-align: left;
	}
	#menu-header-nav.menu > li > a,
	#menu-header-nav.menu > li > div > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#menu-header-nav .sub-menu > li > a,
	#menu-header-nav .sub-menu > li > .uabb-has-submenu-container > a {
		background-color: transparent;
		box-shadow: none;
	}
	
	#menu-header-nav .sub-menu  {
		box-shadow: none;
	}
}

.mega-menu .hide-heading .uabb-has-submenu-container,
.mega-menu-disabled .hide-heading .uabb-has-submenu-container {
	display: none !important;
}

.mega-menu-disabled .hide-heading .sub-menu {
	display: block !important;
}

ul.uabb-creative-menu-horizontal li.mega-menu.uabb-has-submenu > ul.sub-menu,
ul.uabb-creative-menu-horizontal li.mega-menu.uabb-has-submenu:hover > ul.sub-menu,
ul.uabb-creative-menu-horizontal li.mega-menu.uabb-has-submenu.focus > ul.sub-menu {
	background-color: #ffffff;
	border-top: none;
	width: 767px !important;
	padding: 20px !important;
}

ul.uabb-creative-menu-horizontal li.mega-menu > ul.sub-menu li {
	border-bottom-width: 0;
}

#menu-header-nav .mega-menu .menu-item:has(.menu-item-description) > a {
	padding-bottom: 5px;
}

#menu-header-nav .mega-menu .menu-item-description {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 80%;
	line-height: 1.3;
}

@media (max-width:991px) {
	#menu-header-nav .menu-item-description {
		display: none;
	}
	
	#menu-header-nav .sub-menu > li.uabb-creative-menu > a > span,
	#menu-header-nav .sub-menu > li > .uabb-has-submenu-container > a > span {
		color: var(--forsyte-white);
	}
}

.frm_style_forsyte-style.with_frm_style {
	--fieldset-bg-color: transparent;
}

.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    background-color: #0071F5 !important;
}

#frm_form_27_container.with_frm_style .frm_message,
#frm_form_27_container .frm_success_style {
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}

/*
Post Content
*/

.fl-builder-content .fl-module-fl-post-content h2 {
	font-size: 36px;
}

.fl-builder-content .fl-module-fl-post-content h3 {
	font-size: 30px;
}

.fl-builder-content .fl-module-fl-post-content h4 {
	font-size: 24px;
}

.fl-builder-content .fl-module-fl-post-content h5 {
	font-size: 20px;
}

.fl-builder-content .fl-module-fl-post-content h6 {
	font-size: 16px;
}

/*
Posts
*/

.fl-builder-content .post-card.card {
	display: flex;
	flex-direction: row;
	border: none;
	border-radius: 20px;
	position: relative;
	background: rgba(255,255,255,0.55);
	box-shadow: 0px 8px 17px 0px rgba(107, 107, 107, 0.2);
	-webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
	overflow: hidden;
	height: 100%;
}

.fl-builder-content .post-card.card::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    inset: 0;
    border: 1px solid transparent;
    background: linear-gradient(202deg, #A2F1FF 10%, #4590FF 100%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: source-out;
    z-index: 0;
}

.fl-builder-content .post-card.card .post-card--image {
	width: 35%;
	min-width: 35%;
	object-fit: cover;
}

.fl-builder-content .post-card.card .post-card--meta {
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #00205B;
    padding: 0;
    margin: 0;
}

.fl-builder-content .post-card.card .post-card--title {
	font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 0;
    margin: 0 0 16px;
}

.fl-builder-content .post-card.card .post-card--excerpt {
	font-size: 20px;
    line-height: 24px;
    color: #F4F4F4;
}

.fl-builder-content .post-card.card .post-card--link {
	font-size: 16px;
    line-height: 18px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
}

.fl-builder-content .fl-module-fl-post-content .frm_forms {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 40px;
    border-radius: 20px;
	position: relative;
	margin: 2rem 0;
}

.fl-builder-content .fl-module-fl-post-content .frm_forms::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    inset: 0;
    border: 2px solid transparent;
    background: linear-gradient(202deg, #A2F1FF 10%, #4590FF 100%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: source-out;
    z-index: 0;
}

.event-card.card {
	background: none;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    border: 0;
    box-shadow: 0px 8px 17px 0px rgba(107, 107, 107, 0.2);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.event-card.card::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    inset: 0;
    border: 1px solid transparent;
    background: linear-gradient(202deg, #A2F1FF 10%, #4590FF 100%) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: source-out;
    z-index: 0;
}

.fl-builder-content .event-card--title {
	font-size: 20px;
    line-height: 24px;
}

.event-card--meta {
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #00205B !important;
}

.event-card--link {
	font-size: 16px;
    line-height: 18px;
    display: inline-block;
    font-weight: 700;
}

.fl-builder-content .card.card-layout--vertical {
	flex-direction: column;
}

.fl-builder-content .card.card-layout--vertical .card-image {
	width: 100%;
	aspect-ratio: 1.75;
}

.client-logos .logo-image {
    max-height: 80px;
    object-fit: contain;
}