html {
	scroll-behavior: smooth;
}

/* Contrast safety layer */
.tp-banner-container {
	background: transparent;
}

.tp-banner .tp-caption.large_white_bold,
.tp-banner .tp-caption.large_white_light {
	color: #336799;
	text-shadow: none;
}

.tp-banner .btn.btn-primary,
.tp-banner .btn.btn-secondary {
	box-shadow: none;
}

.stacked-page-section,
.stacked-page-section p,
.stacked-page-section li,
.stacked-page-section h1,
.stacked-page-section h2,
.stacked-page-section h3,
.stacked-page-section h4,
.stacked-page-section a {
	color: #666666;
}

section#getApp .section-heading.inverse h1,
section#getApp .section-heading.inverse p,
section#getApp .page-stack-content,
section#getApp .page-stack-content p,
section#getApp .page-stack-content li,
section#getApp .page-stack-content a {
	color: #ffffff;
}

header .navbar-light {
	position: sticky;
	top: 0;
	z-index: 1100;
}

header .navbar-light .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .navbar-light ul.navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	float: right;
}

header .navbar-light ul.navbar-nav li.nav-item {
	float: none;
	display: block;
}

header .navbar-light ul.navbar-nav li.nav-item a.nav-link {
	display: inline-block;
}

main.site-content {
	overflow: hidden;
}

.landing {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.landing > section {
	display: block !important;
	width: 100% !important;
	float: none !important;
	clear: both;
	flex: 0 0 auto;
}

.stacked-page-section {
	display: block;
	width: 100%;
}

.stacked-page-section .stack-row {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.stacked-page-section .stack-col {
	float: none !important;
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

.stacked-page-section .page-stack-content {
	display: block;
	width: 100%;
}

section {
	scroll-margin-top: 90px;
}

section#home {
	min-height: 70vh;
	display: flex;
	align-items: center;
}

section#getApp {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#features .feature-center-col {
	display: flex;
	align-items: center;
	justify-content: center;
}

#features .feature-center-image {
	display: block;
	margin: 0 auto;
	max-height: 560px;
	width: auto;
}

#features .card .feature-icon {
	color: #0024FF;
	display: inline-block;
	width: 2.6em;
	text-align: center;
}

.navbar-brand img {
	max-height: 42px;
	width: auto;
}

@media (max-width: 767px) {
	header .navbar-light .container {
		flex-wrap: wrap;
	}

	header .navbar-light ul.navbar-nav {
		width: 100%;
		justify-content: center;
	}
}
