/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2023 | 18:20:07 */
.small-headline {
	position: relative;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #092C44;
	font-size: 12px;
	font-family: 'Epilogue', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.dark-grey-text {
	color: #092C44;
}
.set-button {
	position: relative;
	display: inline-block;
	font-family: 'Epilogue', sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #fff;
	background: #2D8BFF;
	text-transform: uppercase;
	padding: 20px 30px 17px;
	transition: all 200ms;
	text-align: center;
	text-decoration: none !important;
}
.set-button span,
.set-button i {
	display: inline-block;
	vertical-align: middle;
	transition: all 200ms;
}
.set-button i {
	font-size: 1.3em;
	width: 25px;
	height: 14px;
	margin-left: 12px;
}
.set-button .fa-angle-double-right:before {
	transition: all 200ms;
}
.set-button:hover,
.set-button:active,
.set-button:focus {
	background: #dd7239;
	color: #fff;
	text-decoration: none !important;
}
.set-button:hover .fa-angle-double-right:before,
.set-button:active .fa-angle-double-right:before,
.set-button:focus .fa-angle-double-right:before {
	width: 23px;
}

.block-links {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
	gap: 0;
}
.block-links br {
	display: none;
}
.block-links .block-link {
	position: relative;
	display: inline-block;
	width: 50%;
	border: 0;
	overflow: hidden;
	margin: 0;
	text-decoration: none;
	background: #fff;
}
.block-links .block-link:last-child {
	border-right: 0;
}
.block-links .block-link:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	height: 5px;
	content: '';
	display: block;
	background: #F77942;
	z-index: 100;
}
.block-links .block-link:after {
	position: absolute;
	content: '';
	background: #2D8BFF;
	background-image: url(../2022/12/arrow-bg-orange.png);
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	z-index: 5;
	transition: all 200ms ease-out;
	opacity: 0;
}
.block-links .block-link .block-link-background {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all 200ms ease-out;
	transform: scale(1.0);
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	width: 100%;
	height: 100%;
	max-height: 100% !important;
}
.block-links .block-link .caption-img {
	position: relative;
	display: block;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 80px 2.2vw 40px;
	width: 100%;
	z-index: 50;
	color: #092C44;
	background-color: transparent;
	margin-top: 200px;
	background-color: rgba(0, 0, 0, 0.355);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	padding: 36px 2.2vw;
	color: #fff;
}
.block-links .block-link .caption-img:after {
	position: absolute;
	display: block;
	content: '';
	right: 0;
	width: 1px;
	bottom: 0;
	top: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.block-links .block-link:last-child .caption-img:after {
	display: none;
}
.block-links .block-link .caption-img h3 {
	font-family: 'Epilogue', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: #ffffff;
	transition: all 200ms ease-out;
	margin: 0 0 7px;
	text-decoration: none;
}
.block-links .block-link .caption-img p {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.01em;
	color: #ffffff;
	transition: all 200ms ease-out;
	text-decoration: none;
	margin: 0;
}

.block-links .block-link:hover:after,
.block-links .block-link:active:after,
.block-links .block-link:focus:after {
	opacity: 1;
}
.block-links .block-link:hover h3,
.block-links .block-link:active h3,
.block-links .block-link:focus h3 {
	color: #2D8BFF;
}
.block-links .block-link:hover .block-link-background,
.block-links .block-link:active .block-link-background,
.block-links .block-link:focus .block-link-background {
	transform: scale(1.1);
}

.block-links .block-link:has(> img) {
	background: #000;
	height: 30vw;
	min-height: 350px;
	max-height: 400px;
}
.block-links .block-link:has(> img) .caption-img {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.355);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	padding: 36px 2.2vw;
	color: #fff;
	/* 	min-height: 142px; */
	min-height: 161px;
}
.block-links .block-link:has(> img) .caption-img:after {
	display: none;
}
.block-links .block-link:has(> img) .caption-img h3 {
	color: #fff;
}
.block-links .block-link:has(> img) .caption-img p {
	color: #fff;
}
.block-links .block-link:has(> img):hover h3,
.block-links .block-link:has(> img):active h3,
.block-links .block-link:has(> img):focus h3 {
	color: #2D8BFF;
}
.block-links.resources-menu .block-link .caption-img {
	background-color: #ffffff;
    margin-top: 0;
    padding: 80px 2.2vw 40px;
}
.block-links.resources-menu .block-link .caption-img h3 {
	color: #092C44;
}
.block-links.resources-menu .block-link .caption-img p {
	color: #092C44;
}
.block-links.resources-menu .block-link:hover h3,
.block-links.resources-menu .block-link:active h3,
.block-links.resources-menu .block-link:focus h3 {
	color: #2D8BFF;
}
.flat-links {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.mega-menu-row.taller .flat-links {
	padding: 30px 0 10px;
}
.flat-links .flat-link-header {
	position: relative;
	display: block;
	padding: 0 1.5vw 10px;
	margin: 0;
}
.flat-links .flat-links-container {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
	gap: 0;
}
.flat-links .flat-links-container .flat-link-col {
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 0 1.5vw;
}
.flat-links .flat-links-container .flat-link-col .flat-link-header {
	padding: 0 0 10px;
}
.flat-links .flat-links-container .flat-link-col .flat-links-list {
	position: relative;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.flat-links .flat-links-container .flat-link-col .flat-links-list li {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0;
}
.flat-links .flat-links-container .flat-link-col .flat-links-list li a {
	position: relative;
	display: inline-block;
	color: #707070;
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.01em;
}
.flat-links .flat-links-container .flat-link-col .flat-links-list li a:hover,
.flat-links .flat-links-container .flat-link-col .flat-links-list li a:active,
.flat-links .flat-links-container .flat-link-col .flat-links-list li a:focus {
	color: #707070;
	text-decoration: underline;
}

.brex-mega-menu>li.mega-menu-saved-row .mega-menu-saved-row-container {
	box-shadow: 0px 2.8px 2.2px -20px rgb(0 0 0 / 2%), 0px 6.7px 5.3px -20px rgb(0 0 0 / 3%), 0px 12.5px 10px -20px rgb(0 0 0 / 4%), 0px 22.3px 17.9px -20px rgb(0 0 0 / 4%), 0px 41.8px 33.4px -20px rgb(0 0 0 / 5%), 0px 100px 80px -20px rgb(0 0 0 / 7%);
}

.fl-node-entxb5d3kqia.brex-mobile-menu-container-node .brex-mobile-menu-container {
	box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 0%);
	transition: all 200ms ease-out;
}
.fl-node-entxb5d3kqia.brex-mobile-menu-container-node .brex-mobile-menu-container.expanded {
	box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 40%);
}

.brex-mobile-menu-container-node .brex-mobile-menu-container .menu-item-has-children>a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f107";
	top: 0;
}

.fl-node-entxb5d3kqia .brex-mobile-menu-icon i:before {
	font-size: 26px !important;
}
.fl-node-entxb5d3kqia .brex-mobile-menu-icon a,
.fl-node-entxb5d3kqia .brex-mobile-menu-icon a:hover,
.fl-node-entxb5d3kqia .brex-mobile-menu-icon a:active,
.fl-node-entxb5d3kqia .brex-mobile-menu-icon a:focus {
	cursor: pointer;
	text-decoration: none !important;
}

@media (max-width: 768px) {
	.fl-builder-content .fl-node-u6xzj8otnhdm {
		width: 100% !important;
		padding: 8px !important;
	}
	.fl-builder-content .fl-node-osg7p45ciy80 {
		width: auto !important;
		position: absolute;
		right: 20px;
		top: 13px;
	}
	.fl-node-5i4wl17ntgy0 {
		display: none !important;
	}
}

.fl-node-entxb5d3kqia.brex-mobile-menu-container-node .brex-mobile-menu-container .brex-mobile-menu-inner li a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Epilogue', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.brex-mega-menu > li > a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Epilogue', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #000;
	background: transparent;
	padding: 20px 26px 19px !important;
}
@media (max-width: 1200px) {
	.brex-mega-menu > li > a {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}
.brex-mega-menu > li > a:hover,
.brex-mega-menu > li > a:active,
.brex-mega-menu > li > a:focus {
	color: #fff;
	background: transparent;
}

.stickybar-open-hover {
	background-color: #fff;
}
.stickybar-open .brex-mega-menu > li > a,
.stickybar-open-hover .brex-mega-menu > li > a {
	color: #535353;
	background: transparent;
}
.stickybar-open .brex-mega-menu > li > a:hover,
.stickybar-open .brex-mega-menu > li > a:active,
.stickybar-open .brex-mega-menu > li > a:focus,
.stickybar-open-hover .brex-mega-menu > li > a:hover,
.stickybar-open-hover .brex-mega-menu > li > a:active,
.stickybar-open-hover .brex-mega-menu > li > a:focus{
	color: #535353;
	background: #F2ECEA;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
	z-index: 900;
}

#headerbar-main a.fl-button {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#headerbar-main a.fl-button span {
	color: #fff !important;
}

.fl-node-961d20vaowps {
	overflow: hidden;
}
.full-width-buttons .set-button {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	width: 100%;
	height: 53.9px;
}
.full-width-buttons .set-button .fl-button-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brex-mobile-menu-container-node {
	z-index: 1000;
}

.callout-section {
	position: relative;
	display: block;
	width: 310px;
}
.callout-section .callout-header {
	font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.0em;
    transition: all 200ms ease-out;
    margin: 0 0 10px;
    text-decoration: none;
}
.callout-section .callout-description {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: #092C44;
	transition: all 200ms ease-out;
	text-decoration: none;
	margin: 0 0 25px;
}
.callout-section .callout-description:last-child {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.callout-section {
		width: 100%;	
	}
	.callout-section .callout-header {
		font-size: 24px;
	}
}