/* ———————————————————————————————————— 
Typography
—————————————————————————————————————*/

html { font-size: 14px; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.75rem;
}

/* Apply special padding only when hello bar is active */
/* body.hello-bar-active { */
	/* No padding here to avoid extra space */
/* } */

h1, h2, h3, h4, h5 {
	font-family: 'Cormorant Garamond', serif;
	color: #002C66;
}

h1 br, h2 br, h3 br, h4 br, h5 br {
	display: none;
}

h1 em, h2 em, h3 em, h4 em, h5 em {
	font-weight: 300;
}

h1 {
	font-size: 3.75rem;
}

h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

h3 {
	font-size: 1.875rem;
	line-height: 2.31rem;
	margin-bottom: 2.5rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
}

p {
    margin: 0 0 1.875rem;
}


p.lead, h6 {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 2.18rem;
	margin-bottom: 2rem;
}

p:last-of-type {
	margin-bottom: 3.125rem;
}

a { 
	color: #005BD1;
	text-decoration: underline;
}

a:hover {
	color: #005BD1;
	text-decoration: none;
}

nav a,
footer a,
.button-primary a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

small, .small {
	font-size: 0.875rem;
	line-height: 1.5rem;
	display: block;
}

span.text-left {
	text-align: left;
	display: block;
}

span.text-center {
	text-align: center;
	display: block;
}

span.text-right {
	text-align: right;
	display: block;
}

.match-height, .sticky {
	border: 1px solid transparent;
}

.right-to-left {
	display: block;
	direction: rtl;
}

/* ———————————————————————————————————— 
Layout
—————————————————————————————————————*/

.container {
	padding-left: 30px;
	padding-right: 30px;
}

.section {
	padding: 3rem 0;
}

.section-half {
	padding: 1.5rem 0;
}

.section-col-bg {
	width: 100%;
	overflow: hidden;
}

.section-padding-top {
	padding-top: 3rem;
}

.section-padding-bottom {
	padding-bottom: 3rem;
}

.bg-light {
	background-color: #F3F3F1;
}



.max-responsive {
	max-width: 100%;
}

footer {
	color: white;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.53rem;
	padding: 2.375rem 0 0 0;
	width: 100%;
	overflow: hidden;
}

footer .footer-inner {
	background-color: #002C66;
	padding: 6.25rem 0;
}

footer span {
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

footer ul { 
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}

footer a {
	color: white;
}

footer a:hover {
	color: white;
}

footer .footer-logo {
	margin-bottom: 50px;
}

.card {
	background-color: #F3F3F1;
	padding: 30px;
	border-radius: 5px;
	margin: 15px 0;
}

.card.card-data {
	padding: 70px 20px 30px;
}

.card .card-media {
	width: calc(100% + 60px);
	height: 170px;
	background-size: cover !important;
	background-position: 50% 50% !important;
	margin: -30px -30px 0 -30px;
}

.card h4 {
	margin-bottom: 10px;
}


.bg-white {
	background-color: white;
}

.card.bg-white {
	border: 1px solid #E7E7E4;
}

.card img {
	margin-bottom: 1rem;
}

.card p {
	font-size: 0.875rem;
	margin: 0;
	line-height: 1.53rem;
}

.card .js-number {
	font-family: 'EB Garamond', serif;
	color: #002C66;
	font-size: 5rem;
	display: block;
	margin-bottom: 60px;
}

.circle {
	border-radius: 200px;
}

.hero {
	position: relative;
	height: calc(100vw / 3);
	min-height: 490px;
	background-size: cover;
	background-position: 50% 50%;
}

.hero.hero-small {
	height: 140px;
	min-height: 0;
/*	margin-bottom: 100px;*/
}

.hero.hero-large {
	min-height: 720px;
}

.hero::before {
	content: '';
	position: absolute;
	background: rgba(33,33,33,0.6);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.00) 46%);
	width: 100%;
	height: 100%;
}

.hero .hero-inner {
	position: absolute;
	width: 80%;
	max-width: 992px;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding-top: 100px;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
	color: white;
}

.label-case-study {
	padding: 2px 20px;
	background-color: #005BD1;
	display: inline-block;
	color: rgba(255, 255, 255, .7);
	font-size: 0.875rem;
	border-radius: 100px;
}

[data-oembed-type="video"] {
	margin: 3rem 0;
	position: relative;
	padding-bottom: 56%;
}

iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.block-img img {
	max-width: 100%;
}

a.toc-card .card {
	border: 1px solid #F3F3F1;
	transition: all 0.2s ease;
}

a.toc-card,
a.toc-card:hover {
	text-decoration: none;
}

a.toc-card:hover .card {
	background-color: white;
	border: 1px solid #E7E7E4;
}

a.toc-card h4 {
	margin: 0;
}

.line {
	display: inline-block;
	position: relative;
	top: 100px;
}

.line-wrapper {
	overflow: hidden;
	height: calc(3.75rem + 0.4rem);
}

.media-image {
	float: left;
	min-width: 10.3rem;
	min-height: 10.3rem;
	background-size: cover !important;
	background-position: 50% 50% !important;
	margin-right: 1.875rem;
	border-radius: 100px;
}

.media-left {
	float: left;
}

.media-content {
	display: table;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.map {
	position: relative;
}

.map-point {
	position: absolute;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 20px;
	background-color: #002C66;
	transition: all 0.2s ease;
	cursor: pointer;
	/*opacity: .7;*/
	font-weight: bold;
	border: 3px solid white;
	z-index: 1;
}

.map-point:hover {
	transform: scale(1.5);
	background-color: #002C66;
	opacity: 1;
	border: 0;
	z-index: 2;
}

.tooltip {
	width: 26px;
	height: 26px;

}

.tooltipster-shadow .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: black !important;
	line-height: 16px;
	padding: 8px 10px;
}

.no-card-left {
	background: #fff;
}

.no-card-left .card {
	text-align: left;
	padding: 0;
	border: none;
}

.no-card-left .card h4{
	font-size: 1.5rem;
	margin-bottom: 25px;
	line-height: 125%;
}

.offer-bar {
	text-align: center;
}

/* ———————————————————————————————————— 
Utility
—————————————————————————————————————*/

.border-top { border-top: 2px solid #F3F3F1; }
.border-bottom { border-bottom: 2px solid #F3F3F1; }

.mt-10 { margin-top: 0.625rem; }
.mt-20 { margin-top: 1.25rem; }
.mt-30 { margin-top: 1.875rem; }
.mt-40 { margin-top: 2.5rem; }
.mt-50 { margin-top: 3.125rem; }

.mr-10 { margin-right: 0.625rem; }
.mr-20 { margin-right: 1.25rem; }
.mr-30 { margin-right: 1.875rem; }
.mr-40 { margin-right: 2.5rem; }
.mr-50 { margin-right: 3.125rem; }

.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 0.625rem; }
.mb-20 { margin-bottom: 1.25rem; }
.mb-30 { margin-bottom: 1.875rem; }
.mb-40 { margin-bottom: 2.5rem; }
.mb-50 { margin-bottom: 3.125rem; }

.ml-10 { margin-left: 0.625rem; }
.ml-20 { margin-left: 1.25rem; }
.ml-30 { margin-left: 1.875rem; }
.ml-40 { margin-left: 2.5rem; }
.ml-50 { margin-left: 3.125rem; }

.pt-10 { padding-top: 0.625rem; }
.pt-20 { padding-top: 1.25rem; }
.pt-30 { padding-top: 1.875rem; }
.pt-40 { padding-top: 2.5rem; }
.pt-50 { padding-top: 3.125rem; }

.pr-10 { padding-right: 0.625rem; }
.pr-20 { padding-right: 1.25rem; }
.pr-30 { padding-right: 1.875rem; }
.pr-40 { padding-right: 2.5rem; }
.pr-50 { padding-right: 3.125rem; }

.pb-10 { padding-bottom: 0.625rem; }
.pb-20 { padding-bottom: 1.25rem; }
.pb-30 { padding-bottom: 1.875rem; }
.pb-40 { padding-bottom: 2.5rem; }
.pb-50 { padding-bottom: 3.125rem; }

.pl-10 { padding-left: 0.625rem; }
.pl-20 { padding-left: 1.25rem; }
.pl-30 { padding-left: 1.875rem; }
.pl-40 { padding-left: 2.5rem; }
.pl-50 { padding-left: 3.125rem; }

.clearfix {
	clear: both;
}

/* ———————————————————————————————————— 
Navigation
—————————————————————————————————————*/

nav,
nav .container-fluid,
nav .navbar-brand,
nav .navbar-toggle {
	transition: all 0.2s ease;
}

.navbar-default {
	background-color: white;
}

.navbar-inverse {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .2);
	padding-top: 25px;
}

.navbar-inverse .navbar-nav {
	margin-top: 20px;
}

.navbar-default .navbar-nav {
	margin-top: 10px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #dedede;
}

.navbar-inverse .navbar-brand {
	height: 90px;
}

.navbar-default .navbar-brand {
	height: 70px;
}

.navbar-brand {
	overflow: hidden;
}

.navbar-inverse .navbar-brand img {
	width: 100px;
	margin-top: -20px;
}

.navbar-default .navbar-brand img {
	width: 70px;
	margin-top: -85px;
}

nav li a {
	font-size: 14px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: rgba(255, 255, 255, .1);
}

.navbar-toggle {
	margin-top: 28px;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
	margin-right: 10px;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	margin-top: 20px;
	margin-right: 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
	background: rgba(0, 0, 0, .8);
}

/* ———————————————————————————————————— 
Buttons 
—————————————————————————————————————*/

.btn {
	border-radius: 0;
	padding: 15px 40px;
	text-decoration: none;
}

.btn-primary {
	background-color: #002C66;
	border-color: #002C66;
}

.btn-primary:hover {
	background-color: #004299;
	border-color: #004299;
}

span.button-primary {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	background-color: #002C66;
	border-color: #002C66;
    padding: 15px 40px;
	color: white;
}

span.button-primary a {
	color: white;
}

span.button-primary:hover {
	background-color: #004299;
	border-color: #004299;
	text-decoration: none;
}

/* ———————————————————————————————————— 
MailChimp Newsletter
—————————————————————————————————————*/

.mc-field-group {
	margin-bottom: 20px;
}

.mc-field-group label,
.form-group label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.75rem;
}

.mc-field-group input,
.form-group input {
	height: inherit;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.75rem;
	font-family: 'Inter', sans-serif;
	width: 100%;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}

.indicates-required {
	font-size: 12px;
	float: right;
}

.asterisk {
	color: red;
}

.mce-responses {
	padding: 20px 0;
}

#mce-responses #mce-success-response {
	background-color: #eaf6ea;
	color: #347934;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 15px;
}

#mce-responses #mce-error-response {
	background-color: #f6ecea;
    color: #d12c20;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 15px;
}

.newsletter {
	background-color: #F3F3F1;
	padding-top: 35px;
	padding-bottom: 65px;
	margin-bottom: -2.4rem;
	margin-top: 2.4rem;
}


/* ———————————————————————————————————— 
Testimonials Slider
—————————————————————————————————————*/

.icon-quote {
	margin: 0 auto 30px;
	width: 40px;
	height: auto;
}


.profile {
    cursor: pointer;
    opacity: .3;
    width: 40px;
    height: auto;
    margin: 7.5px;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.profile.slick-current {
    opacity: 1;
}

.profiles {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.profiles .slick-track {
	width: 100% !important;
	display: flex !important;
    justify-content: center !important;
    transform: none !important;
}

/* ———————————————————————————————————— 
Blog
—————————————————————————————————————*/

.listing-card {
	background-color: #F3F3F1;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.listing-card:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.40);
	box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.40);
}

.listing-image {
	width: 100%;
	height: 270px;

}

.card-body {
	padding: 25px;
}

.card-body a {
	text-decoration: none;
}

.listing-date {
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	line-height: 150%;
	color: #002C66;
	margin-bottom: 8px;
}

.listing-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 150%;
	color: #002C66;
	margin-bottom: 16px;
}

.listing-details {
	font-size: 0.875rem;
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	html { font-size: 16px; }

	/* REMOVED: body.hello-bar-active { */
		/* No padding adjustment here */
	/* REMOVED: } */
	
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: transparent;
		background: transparent;
	}

	/* Always have padding for navbar-inverse */
	.navbar-inverse {
		padding-top: 25px;
	}

	nav .container-fluid {
		padding: 0 40px;
	}

	.section {
		padding: 6.25rem 0;
	}

	.section-half {
		padding: 3.125rem 0;
	}

	.section-col-bg {
		margin-top: 6.25rem;
	}

	.section-padding-top {
		padding-top: 6.25rem;
	}

	.section-padding-bottom {
		padding-bottom: 6.25rem;
	}

	.col-bg-right::before {
		display: block;
		content: '';
		width: 2000px;
		height: 1500px;
		background-color: #F3F3F1;
		position: absolute;
		z-index: -1;
		top: -100px;
		left: 65px;
	}

	.col-bg-left::before {
		display: block;
		content: '';
		width: 2000px;
		height: 1000px;
		background-color: #F3F3F1;
		position: absolute;
		z-index: -1;
		top: -100px;
		left: -1752px;
	}

	.footer-bg-left::before {
		display: block;
		content: '';
		width: 2000px;
		height: 1000px;
		background-color: #002352;
		position: absolute;
		z-index: 0;
		top: -130px;
		left: -1830px;
	}

	footer .footer-inner {
		background-color: #002C66;
		padding: 6.25rem 0;
	}

	footer .footer-logo {
		position: absolute;
	}
	.profile {
	    width: 80px;
	}
	.icon-quote {
		width: 84px;
		height: auto;
	}
	.offer-bar {
		text-align: left;
	}
}

/* Adjust navbar position when hello bar is active */
body.hello-bar-active .navbar-fixed-top {
    top: auto; /* Let JavaScript handle the positioning */
}

/* Keep original value for tablets and up */
@media only screen and (min-width: 768px) {
    body.hello-bar-active .navbar-fixed-top {
        top: auto; /* Let JavaScript handle the positioning */
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	/* REMOVED: body.hello-bar-active { */
		/* No padding adjustment here */
	/* REMOVED: } */
	
	.col-bg-right::before {
		top: -100px;
		left: 115px;
	}

	.col-bg-left::before {
		top: -100px;
		left: -1630px;
	}

	.footer-bg-left::before {
		top: -130px;
		left: -1780px;
	}

	h1 br, h2 br, h3 br, h4 br, h5 br {
		display: initial;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.newsletter h3 {
		display: inline-block;
		margin: 0 35px 0 0;
	}

}

.highlight {
    animation: fadeHighlight 2s;
}

@keyframes fadeHighlight {
    from { 
        box-shadow: 0 0 0 4px #005BD1;
    }
    to { 
        box-shadow: 0 0 0 0px transparent;
    }
}

/* ———————————————————————————————————— 
Hello Bar
—————————————————————————————————————*/

.hello-bar {
    background-color: #002C66;
    color: white;
    padding: 12px 0;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 0;
}

.hello-bar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hello-bar-link {
    color: white;
    font-weight: 400;
    text-decoration: none;
    padding: 0 10px;
    font-size: 0.875rem;
}

/* Style for the donate button */
.hello-bar-donate {
    background-color: white;
    color: #002C66;
    padding: 4px 12px;
    font-weight: 500;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.hello-bar-donate:hover {
    background-color: #f0f0f0;
    color: #002C66;
    text-decoration: none;
}

@media (max-width: 767px) {
    .hello-bar {
        padding: 8px 0;
    }
    
    .hello-bar .container-fluid {
        gap: 8px;
    }
    
    .hello-bar-link {
        white-space: normal;
        line-height: 1.3;
    }
}