
/* Custom styles */
@media (max-width: 576px) {
	.custom-hide-small { display: none !important }
}
@media (max-width: 767.98px) {
	.container { padding-left: 22px; padding-right: 22px }
	.footer-copyright { padding-left: 45px !important; padding-right: 45px !important }
}
.copyright-links a:hover { color: #000 !important }
#form-confirmation {
	scroll-margin-top: calc(var(--cnvs-header-height-shrink) + 72px);
}


/* Page title */
.page-title.page-title-mini { padding: 13px 0 15px 0 }
.page-title h1 { font-size: .8rem; font-weight: 500; letter-spacing: 2px; margin: 0 }


/* Text blocks */
.text-block-accent { border-left: solid 7px #FFD701; padding-left: 24px }


/* Font icon styles */
.large-font-icon-responsive { font-size: 6.5rem !important }
@media (max-width: 768px) { .large-font-icon-responsive { font-size: 5rem !important	} }
.font-icon-light { --fa-secondary-color: #B7C9EF; }


/* Buttons */
.button.button-border { background-color: #ffffff !important }
.button.button-border:hover { background-color: rgba(36,77,167,1.00) !important }


/* Colors */
.color-fiddet-blue { color: #244DA7 !important }
.color-fiddet-green { color: rgb(19, 165, 56) !important }
.color-fiddet-gold { color: #FFD701 !important }


/* Menu */
.menu-link { letter-spacing: .08em !important }
/*li.menu-item.active { background-color: #F4F7FC !important }*/
.menu-item a.activemenulink div {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
}
.menu-item a.activemenulink div::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 99%;
	height: 3px;
	background: linear-gradient( to left, rgba(255, 215, 1, 0.15) 0%, rgba(255, 215, 1, 0.6) 1%, #FFD701 100% );
	border-radius: 2px;
	transform: translateX(-50%);
}


/* Hero wrapper */
.hero-section{ position: relative; background-size: cover; background-position: center }
.hero-section::before{
    content:"";
    position:absolute;
    inset:0;
		background: linear-gradient(
				to right,
				rgba(15, 30, 65, 0.82) 0%,
				rgba(15, 30, 65, 0.70) 35%,
				rgba(15, 30, 65, 0.45) 65%,
				rgba(15, 30, 65, 0.20) 100%
		);    z-index: 0;
}
.hero-section .container, .hero-section .container *{ position: relative; z-index: 2; }
.hero-section .row { min-height: 540px !important }
@media (max-width: 767.98px) {
	.hero-section .row { min-height: 300px !important	}
}
.hero-section h1, .hero-section p{ color:#fff; }
.hero-section .button { border: solid 1px white !important; background-color: white !important; color: #212529!important  }
.hero-section .button:hover { border: solid 1px white !important; background-color: #244DA7 !important; color: white !important }


/* Dotted background */
.dotted-bg::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 100%;
	background-size: 12px 12px;
	background-position: center;
	transform: translate(-50%, -50%);
	background-image: radial-gradient(#3D80E4 14%, transparent 14%);
	-webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
	mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
	z-index: 0;
}
.dotted-bg::before { background-image: radial-gradient(rgba(255, 255, 255, 0.2) 14%, transparent 14%); }
.dotted-bg.dotted-bg-dark::before { background-image: radial-gradient(rgba(4, 4, 4, 0.2) 14%, transparent 14%); }


/* In-progress tooltip */
.tooltip-wrap { position: relative; display: inline-block }
.tooltip-wrap.show-tooltip::after {
	content: "In progress";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 10px);
	background: #244DA7;
	color: #fff;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	padding: 6px 10px;
	border-radius: 3px;
	white-space: nowrap;
	z-index: 9999;
	line-height: 1;
}
.tooltip-wrap.show-tooltip::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% - 2px);
	border: 6px solid transparent;
	border-top-color: #244DA7;
	z-index: 9999;
}


/* Custom link styles */
.active-link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 1px;
	color: #515151;
}
.active-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 99%;
	height: 3px;
	background: linear-gradient( to left, rgba(255, 215, 1, 0.15) 0%, rgba(255, 215, 1, 0.6) 1%, #FFD701 100% );
	border-radius: 2px;
	transform: translateX(-50%);
}


.hero-blend-image {
	max-height: 380px;
	width: auto;
	object-fit: contain;
	-webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 58%, rgba(0,0,0,0) 100%);
	mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 58%, rgba(0,0,0,0) 100%);
	opacity: .95;
}


/* Panel cards */
	.panel-card {
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 3rem;
		position: relative;
		overflow: hidden;
		border-radius: 20px;
		background-color: #F4F7FC;
		border: solid 1px rgba(36, 77, 167, 0.1);
		text-decoration: none;
		transition: border-color .18s ease, transform .18s ease, background-color .18s ease;
	}
	.panel-card:hover, .panel-card:focus-visible {
		border-color: #244DA7;
		/*transform: translateY(-3px);*/
		background-color: #F8FAFE;
		text-decoration: none;
	}
	.panel-card:focus-visible { outline: none	}
	.panel-card h3, .panel-card p { position: relative; z-index: 2 }
	.panel-card h3 { color: #244DA7; transition: color .18s ease 	}
	.panel-card p { color: inherit; margin-bottom: 0 	}
	@media (prefers-reduced-motion: reduce) {
		.panel-card, .panel-card::after, .panel-card h3 {
			transition: none;
		}
	}
.panel-card:hover h3, .panel-card:focus-visible h3 { color: #1D4495	}
.card-arrow {
	position: absolute;
	right: 30px;
	bottom: 15px;
	opacity: 0;
	transform: translateX(-20px);
	transition: all .5s ease;
	font-size: 2rem;
	color: #B7C9EF;
	/*color: #244DA7;*/
	/*color: #009900;*/
}
.panel-card:hover .card-arrow {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .04s;
}


/* Capability cards */
.capability-card {
	cursor: default;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 3rem;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background-color: #F4F7FC;
	border: 1px solid rgba(36, 77, 167, 0.10);
	border-bottom: solid 4px #2F5BB8;
	text-decoration: none;
}
.capability-card h3, .capability-card p { position: relative; z-index: 2; }
.capability-card h3 { color: #244DA7; transition: color .18s ease; min-height: 3.2em; margin-bottom: 1.5rem; }
.capability-card p { color: inherit; margin-top: 0; margin-bottom: 0; }


/* Custom lists */
.fiddet-list { list-style: none; padding-left: 0; margin-bottom: 0; }
.fiddet-list li { position: relative; padding-left: 18px; margin-bottom: 10px; }
.fiddet-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background-color: #244DA7;
}



.editorial-section { position: relative; }
.editorial-content { position: relative; z-index: 2 }
.editorial-icon {
	position: relative;
	font-size: 20rem;
	opacity: 0.15;
	z-index: 0;
	pointer-events: none;
}
@media (max-width: 767.98px) {
	.editorial-icon { display: none !important }
}


/* ------------------- Development --------------------------------------------------------------------------- */

/*
.hero-section {
    position: relative; background-size: cover; background-position: center }
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(18, 35, 75, 0.75) 0%,
        rgba(18, 35, 75, 0.65) 40%,
        rgba(18, 35, 75, 0.45) 70%,
        rgba(18, 35, 75, 0.25) 100%
    );
    z-index: 1;
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36,77,167,0.65);
    z-index: 1;
}
.hero-section .container { position: relative; z-index: 2 }
*/





