/*
Theme Name: Touchbrokers Child
Theme URI: https://touchbrokers.com/
Description: Child theme for Touchbrokers.
Author: Touchbrokers
Author URI: https://touchbrokers.com/
Template: touchbrokers
Version: 1.0.0
Text Domain: touchbrokers-child
*/

.home-header{
	/* Tweak this value to move the video frame up/down */
	--home-header-video-offset-y: 30px;
	background: linear-gradient(135deg, #092f56 0%, #1f4a83 52%, #082746 100%);
	height: 780px;
	min-height: 780px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 !important;
	border: 0;
	border-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	position: relative;
	overflow: hidden;
}

.home-header__video-wrap,
.home-header__overlay {
	position: absolute;
	inset: 0;
}

.home-header__video-wrap {
	z-index: 1;
}

.home-header__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center calc(0% + var(--home-header-video-offset-y));
}

.home-header__overlay {
	background: linear-gradient(90deg, rgba(4, 34, 62, 0.62) 0%, rgba(4, 34, 62, 0.35) 45%, rgba(4, 34, 62, 0.15) 100%);
	z-index: 2;
}

.home-header > .container {
	position: relative;
	z-index: 3;
	width: 100%;
}

.home-header__proof-strip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	transform: none;
	text-align: center;
	z-index: 4;
	width: 100%;
}

.home-header__proof-strip .home-proof-strip__logo {
	max-width: 340px;
}

.home-header__right-circle-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.home-header__right-circle {
	position: relative;
	width: 100%;
	max-width: 520px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 10px solid transparent;
	background:
		linear-gradient(transparent, transparent) padding-box,
		linear-gradient(135deg, #f47a20 0%, #ffb067 100%) border-box;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.home-header__right-circle-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 85% center;
}

.home-header h1 {
	color: #ffffff;
}

.home-header h2{
	font-size: 20px;
	color: #ffffff !important;
}

.home-header__touch-gradient {
	background: linear-gradient(90deg, #6AF4FF 0%, #0073AA 25%, #6AF4FF 50%, #0073AA 75%, #6AF4FF 100%);
	background-size: 200% 100%;
	animation: touch-gradient-flow 6s linear infinite;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

@keyframes touch-gradient-flow {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 200% 50%;
	}
}

.home-header .lead,
.home-header li {
	color: #ffffff;
}

.home-header__feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-header__feature-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.6rem;
	line-height: 1.35;
}

.home-header__feature-icon {
	flex: 0 0 auto;
	font-size: 0.75rem;
	line-height: 1;
}

.home-header__feature-icon .fa-circle {
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.home-header__feature-icon .fa-arrow-right {
	color: #ffffff;
}

body {
	font-family: 'Montserrat', sans-serif;
	background: #e1f2ff;
}

body.home.page #masthead {
	display: none;
}

h2{
	
	font-weight:700;
}

p{
	font-weight:500;
}

.secondary-masthead {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	background: #04223e !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition: box-shadow 0.3s ease;
}

.secondary-masthead.is-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #04223e !important;
	box-shadow: 0 10px 20px -14px rgba(4, 34, 62, 0.8);
}

.secondary-masthead .navbar {
	min-height: 84px;
	background: #04223e !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}

.secondary-masthead .navbar::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, #6AF4FF 0%, #0073AA 100%);
}

body.home.page {
	padding-top: 0;
}

@media (max-width: 991.98px) {
	.secondary-masthead .navbar {
		min-height: 72px;
	}
}

.navbar .navbar-brand img {
	width: 250px !important;
}

@media (min-width: 992px) {
	.secondary-masthead #bootscore-navbar > li:not(.cta-last) > .nav-link {
		color: #ffffff;
	}

	.secondary-masthead #bootscore-navbar > li:not(.cta-last) > .nav-link:hover,
	.secondary-masthead #bootscore-navbar > li:not(.cta-last) > .nav-link:focus {
		color: #6AF4FF;
	}

	.secondary-masthead.is-scrolled #bootscore-navbar > li:not(.cta-last) > .nav-link {
		color: #ffffff;
	}

	.secondary-masthead.is-scrolled #bootscore-navbar > li:not(.cta-last) > .nav-link:hover,
	.secondary-masthead.is-scrolled #bootscore-navbar > li:not(.cta-last) > .nav-link:focus {
		color: #6AF4FF;
	}

	.secondary-masthead #bootscore-navbar {
		align-items: center;
	}

	.secondary-masthead #bootscore-navbar > li.cta-last {
		margin-left: 0.5rem;
		display: flex;
		align-items: center;
	}

	.secondary-masthead #bootscore-navbar > li.cta-last > .nav-link {
		background: linear-gradient(90deg, #04223e 0%, #04223e 100%);
		border: 0;
		border-radius: 10px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1.2;
		padding: 0.6rem 1.2rem;
		text-decoration: none;
		white-space: nowrap;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

	.secondary-masthead #bootscore-navbar > li.cta-last > .nav-link:hover,
	.secondary-masthead #bootscore-navbar > li.cta-last > .nav-link:focus {
		color: #002151;
		transform: translateY(-1px);
		box-shadow: 0 10px 20px rgba(4, 34, 62, 0.28);
	}
}

body.home.page .secondary-masthead #bootscore-navbar > li.cta-last > .nav-link {
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
}

body.home.page .secondary-masthead #bootscore-navbar > li.cta-last > .nav-link:hover,
body.home.page .secondary-masthead #bootscore-navbar > li.cta-last > .nav-link:focus {
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(244, 122, 32, 0.32);
}

.light-blue{
}

.light-blue-2{
}

body.home.page section[class*="home-"].py-5 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

body.home.page section[class*="home-"].pt-5 {
	padding-top: 75px !important;
}

body.home.page section[class*="home-"].pb-5 {
	padding-bottom: 75px !important;
}

.home-every-step__head {
	padding-bottom: 15px;
}

.home-personal-touch h2,
.home-right-touch h2,
.home-smarter-touch h2,
.home-expert-touch h2,
.home-every-step__head h2,
.home-human-touch h2,
.home-trusted-touch h2,
.home-helpful-touch h2,
.home-ready-touch__title {
	padding: 0 0 15px;
}

.home-every-step__head h2 {
	font-size: 44px;
}

.home-every-step__item {
	min-height: 100%;
	padding-top: 2.1rem !important;
	padding-bottom: 2.1rem !important;
}

.home-every-step__title,
.home-every-step__text {
	font-size: 1.05rem;
	line-height: 1.35;
}

.home-every-step__title {
	font-weight: 700;
	font-size: 1.3rem;
	color: #ffffff;
}

.home-human-touch h2 {
	font-size: 44px;
}

.home-human-touch__title {
	color: #3a5987;
	font-weight: 600;
}

.home-human-touch__copy {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.05rem;
	line-height: 1.45;
}

.home-human-touch__image {
	width: 400px !important;
	max-width: 400px !important;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-human-touch__carousel {
	padding: 0 2.5rem 2.25rem;
}

.home-human-touch__member {
	background: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.home-human-touch__member-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0.55rem;
	border: 1px dashed #9b9b9b;
}

.home-human-touch__carousel .carousel-control-prev,
.home-human-touch__carousel .carousel-control-next {
	width: 2.25rem;
	top: 42%;
	transform: translateY(-50%);
}

.home-human-touch__carousel .carousel-control-prev-icon,
.home-human-touch__carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(1);
}

.home-human-touch__carousel .carousel-indicators [data-bs-target] {
}

.home-trusted-touch h2 {
	font-size: 44px;
}

.home-trusted-touch__carousel {
	padding: 0 2.5rem 2.25rem;
}

.home-trusted-touch__review {
	background: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.home-trusted-touch__rating {
	font-size: 1.15rem;
	letter-spacing: 0.08em;
	color: #111111;
}

.home-trusted-touch__carousel .carousel-control-prev,
.home-trusted-touch__carousel .carousel-control-next {
	width: 2.25rem;
	top: 42%;
	transform: translateY(-50%);
}

.home-trusted-touch__carousel .carousel-control-prev-icon,
.home-trusted-touch__carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(1);
}

.home-trusted-touch__carousel .carousel-indicators [data-bs-target] {
}

.home-helpful-touch h2 {
	font-size: 44px;
}

.home-helpful-touch {
	color: #3a5987;
}

.home-helpful-touch__copy {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.05rem;
	line-height: 1.4;
	color: #3a5987;
}

.home-helpful-touch__head h2 {
	color: #3a5987;
}

.home-helpful-touch__pane {
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 0.75rem;
	color: #3a5987;
}

.home-ready-touch__panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 100%);
	border: 0;
	color: #111111;
	border-radius: 0.75rem;
	box-shadow: none;
}

.home-ready-touch__title {
	font-size: 44px;
	line-height: 1.15;
}

.home-ready-touch__logos,
.home-ready-touch__line {
	font-size: 1.05rem;
	line-height: 1.45;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.home-smarter-touch h2 {
	font-size: 44px;
}

.home-smarter-touch__intro {
	max-width: 900px;
}

.home-smarter-touch__intro p {
	font-size: 1.05rem;
}

.home-smarter-touch__intro h3 {
	color: #3a5987;
	font-weight: 600;
}

.home-right-touch__card,
.home-expert-touch__item,
.home-every-step__item {
	background: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.home-helpful-touch__pane {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.home-every-step__item {
	background: #04223e;
	color: #ffffff;
}

.home-every-step__num,
.home-every-step__text {
	color: #ffffff;
}

.home-every-step__icon {
	font-size: 1.1rem;
	line-height: 1;
	color: #f47a20;
}

.home-every-step__icon-image {
	width: 150px;
	height: auto;
}

.home-smarter-touch__card--direct,
.home-smarter-touch__card--touch {
	border: 0;
	border-radius: 12px;
	box-shadow: none;
}

.home-smarter-touch__card--direct {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 100%);
}

.home-smarter-touch__card--touch {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 100%);
}

.home-smarter-touch__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	font-size: 1.05rem;
	color: #111111;
	margin-bottom: 0.7rem;
}

.home-smarter-touch__card--direct h3,
.home-smarter-touch__card--direct .home-smarter-touch__list li {
	color: #002151;
}

.home-smarter-touch__card--direct h3,
.home-smarter-touch__card--touch h3 {
	font-weight: 600;
}

.home-smarter-touch__card--touch h3 {
	color: #002151;
}

.home-smarter-touch__card--touch .home-smarter-touch__list li {
	color: #002151;
}

.home-smarter-touch__card--direct i {
	color: #d93025;
}

.home-smarter-touch__card--touch i {
	color: #f47a20;
}

.home-smarter-touch__tick {
	position: relative;
	display: inline-flex;
	width: 1.2rem;
	height: 1.2rem;
	flex: 0 0 1.2rem;
}

.home-smarter-touch__tick i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}

.home-smarter-touch__tick-box {
	font-size: 1.2rem;
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent !important;
}

.home-smarter-touch__tick-check {
	font-size: 0.65rem;
	color: #ffffff !important;
	left: 0.27rem !important;
	top: 0.27rem !important;
}

.home-smarter-touch__footer {
	font-size: 1.45rem;
	font-weight: 600;
	color: #3a5987;
}

.home-smarter-touch__cta-wrap {
	display: inline-block;
	background: #04223e;
	padding: 50px;
	border-radius: 12px;
}

.home-smarter-touch__cta-wrap .home-smarter-touch__footer {
	color: #ffffff;
	padding: 0.6rem 0.8rem 0;
}

.home-expert-touch h2 {
	font-size: 44px;
}

.home-expert-touch {
	color: #3a5987;
}

.home-expert-touch__content {
	text-align: left;
}


.home-expert-touch__image {
	width: 400px !important;
	max-width: 400px !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-expert-touch__copy {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.05rem;
	line-height: 1.45;
	color: #3a5987;
}

.home-expert-touch__content h2 {
	color: #3a5987;
}

.home-expert-touch__spider {
	position: relative;
	max-width: 980px;
	height: 640px;
	margin: 0 auto;
	padding: 1rem;
	overflow: visible;
}

.home-expert-touch__center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	z-index: 2;
}

.home-expert-touch__center-image {
	width: 400px;
	height: auto;
	max-width: none;
	border-radius: 0;
	object-fit: contain;
}

.home-expert-touch__orbit {
	position: absolute;
	width: 295px;
	z-index: 3;
}

.home-expert-touch__orbit::before {
	display: none;
}

.home-expert-touch__orbit--1 {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	--spoke-angle: 90deg;
	--spoke-length: 170px;
}

.home-expert-touch__orbit--2 {
	right: 0;
	top: 16%;
	--spoke-angle: 140deg;
	--spoke-length: 175px;
}

.home-expert-touch__orbit--3 {
	right: 0;
	bottom: 16%;
	--spoke-angle: 220deg;
	--spoke-length: 175px;
}

.home-expert-touch__orbit--4 {
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	--spoke-angle: 270deg;
	--spoke-length: 170px;
}

.home-expert-touch__orbit--5 {
	left: 0;
	bottom: 16%;
	--spoke-angle: 320deg;
	--spoke-length: 175px;
}

.home-expert-touch__orbit--6 {
	left: 0;
	top: 16%;
	--spoke-angle: 40deg;
	--spoke-length: 175px;
}

.home-expert-touch__item {
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.6rem;
	padding: 1rem !important;
}

.home-expert-touch__icon {
	font-size: 1.25rem;
	color: #111111;
	margin-bottom: 0 !important;
	width: 77px;
	min-width: 77px;
	flex: 0 0 77px;
}

.home-expert-touch__icon-image {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	object-fit: contain;
}

.home-expert-touch__icon-image--support {
	width: 100%;
	height: 77px;
}

.home-expert-touch__label {
	font-size: 17px;
	font-weight: 700;
	color: #3a5987;
}

.home-right-touch__logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	object-fit: contain;
	object-position: center;
}

.home-right-touch h2 {
	font-size: 44px;
}

.home-right-touch__card {
	background: #04223e;
	color: #ffffff;
}


.home-right-touch__title {
	color: #f47a20 !important;
	font-weight: 600 !important;
	margin-top: 0;
}

.home-right-touch__copy {
	font-size: 1.05rem;
	line-height: 1.4;
	color: #ffffff;
}

.home-right-touch__list li {
	font-size: 1.05rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 0.9rem;
}

.home-right-touch__tick {
	position: relative;
	display: inline-flex;
	width: 1.3rem;
	height: 1.3rem;
	flex: 0 0 1.3rem;
}

.home-right-touch__tick i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}

.home-right-touch__tick-circle {
	font-size: 1.3rem;
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.home-right-touch__tick-check {
	font-size: 0.7rem;
	color: #ffffff;
	left: 0.31rem !important;
	top: 0.31rem !important;
}

.home-right-touch__link.btn {
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
	border-color: transparent;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	line-height: 1.2;
	padding: 0.6rem 1.2rem;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-right-touch__link.btn:hover,
.home-right-touch__link.btn:focus {
	background: linear-gradient(90deg, #e36f18 0%, #f9a85c 100%);
	border-color: transparent;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(244, 122, 32, 0.32);
	text-decoration: none;
}

.home-proof-strip {
	background: #ffffff;
}

.home-proof-strip__logo {
	max-width: 480px;
	
}

.home-proof-strip__bullets {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
	color: #f47a20;
	font-weight: 700;
	font-size: 1.15rem;
}

.home-proof-strip__bullets li {
	display: inline-flex;
	align-items: center;
}

.home-proof-strip__bullets li::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	margin-right: 0.5rem;
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
}

.home-personal-touch h2 {
	font-size: 42px;
}

.home-personal-touch__recommendation {
	color: #3a5987;
	font-weight: 700;
}

.home-personal-touch__content {
	text-align: left;
}

.home-personal-touch__container {
	max-width: 1140px;
}

.home-personal-touch__image {
	width: 400px !important;
	max-width: 400px !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-personal-touch__copy {
	max-width: 620px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.05rem;
	line-height: 1.4;
}

.home-personal-touch > .container > .text-center h3.home-personal-touch__copy {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.75rem;
	line-height: 1.3;
	color: #3a5987;
}

@media (max-width: 991.98px) {
	.home-proof-strip__bullets {
		font-size: 1rem;
	}

	.home-personal-touch__copy {
		font-size: 1rem;
	}

	.home-personal-touch > .container > .text-center h3.home-personal-touch__copy {
		font-size: 1.35rem;
	}

	.home-right-touch__copy,
	.home-right-touch__list li {
		font-size: 1rem;
	}

	.home-expert-touch__copy,
	.home-expert-touch__label {
		font-size: 1.05rem;
	}

	.home-expert-touch__spider {
		height: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.home-expert-touch__center {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin: 0 auto 0.5rem;
		width: auto;
		height: auto;
	}

	.home-expert-touch__center-image {
		width: min(74vw, 320px);
		height: auto;
	}

	.home-expert-touch__orbit {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		width: 100%;
	}

	.home-expert-touch__orbit::before {
		display: none;
	}

	.home-smarter-touch__list li,
	.home-smarter-touch__intro p {
		font-size: 1rem;
	}

	.home-smarter-touch__footer {
		font-size: 1.2rem;
	}

	.home-human-touch__copy {
		font-size: 1rem;
	}

	.home-human-touch__carousel {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.home-trusted-touch__carousel {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.home-helpful-touch__copy {
		font-size: 1rem;
	}

	.home-ready-touch__logos,
	.home-ready-touch__line {
		font-size: 1rem;
	}

	.home-every-step__text {
		font-size: 1rem;
	}

	.home-every-step__title {
		font-size: 1.15rem;
	}
}

/* Child theme override for parent back-to-top button */
.top-button {
	right: 15px !important;
	bottom: 15px !important;
	width: 42px;
	height: 42px;
	padding: 0;
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
	border: 0;
	color: #ffffff;
	border-radius: 50% !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.top-button:hover,
.top-button:focus {
	background: linear-gradient(90deg, #e36f18 0%, #f9a85c 100%);
	color: #ffffff;
}

.custom-footer {
	background: #04223e;
	color: #ffffff;
	margin-top: 0;
}


.custom-footer .navbar-brand .logo-default {
	max-width: 250px;
	width: 250px;
	height: auto;
}

.custom-footer__site-name {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
}

.custom-footer__blank {
	min-height: 1px;
}

.custom-footer__menu li + li {
	margin-top: 0.55rem;
}

.custom-footer__menu a {
	color: #ffffff;
	text-decoration: none;
}

.custom-footer__menu a:hover,
.custom-footer__menu a:focus {
	color: #d9e7f9;
}

h1 {
	font-size: 2.5rem;
}

h2{
	font-size: 2rem;
	color:#3a5987;
}

h3{
	font-size: 1.75rem;
	color: #e66a14;
}

h4 {
	font-size: 1.5rem;
}

p{
	color: #3a5987;
}

ul li {
	font-weight: 700;
}

.cta-orange-bt a {
	background: linear-gradient(90deg, #f47a20 0%, #ffb067 100%);
	border: 0;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.6rem 1.2rem;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: inline-block;
}

