.vc_row.wpb_row.scg-panel-navy,
.vc_row.wpb_row.vc_inner.scg-panel-navy {
	background: #243658 !important;
	border-radius: 14px;
	margin-left: 0;
	margin-right: 0;
	padding: 40px 25px;
}

@media (max-width: 767px) {
	.vc_row.wpb_row.scg-panel-navy,
	.vc_row.wpb_row.vc_inner.scg-panel-navy {
		padding: 30px 15px;
	}
}

.scg-panel-navy h1,
.scg-panel-navy h2,
.scg-panel-navy h3,
.scg-panel-navy h4,
.scg-panel-navy h5,
.scg-panel-navy h6 {
	color: #ffffff !important;
}

.scg-panel-navy,
.scg-panel-navy p,
.scg-panel-navy li,
.scg-panel-navy .wpb_text_column {
	color: #cfd6e0;
}

.scg-panel-navy a:not(.vc_btn3) {
	color: #ffffff !important;
}

.scg-panel-navy .wpcf7-form {
	max-width: none;
	margin: 0;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}

.scg-panel-navy .wpcf7-form > p {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 10px;
}

.scg-panel-navy .wpcf7-form > p br {
	display: none;
}

.scg-panel-navy .wpcf7-form .hidden-fields-container {
	display: none;
}

.scg-panel-navy .wpcf7-form .wpcf7-form-control-wrap {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	line-height: 0;
}

@media (max-width: 767px) {
	.scg-panel-navy .wpcf7-form {
		flex-wrap: wrap;
	}

	.scg-panel-navy .wpcf7-form > p {
		flex-wrap: wrap;
	}

	.scg-panel-navy .wpcf7-form .wpcf7-form-control-wrap {
		flex: 0 0 100%;
	}
}

.scg-panel-navy .wpcf7-form input[type="email"] {
	width: 100%;
	height: 50px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 4px;
	background: rgba(255, 255, 255, .06);
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
}

.scg-panel-navy .wpcf7-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, .5);
}

.scg-panel-navy .wpcf7-form input[type="email"]:focus {
	outline: 0;
	border-color: rgba(255, 255, 255, .6);
	background: rgba(255, 255, 255, .1);
}

.scg-panel-navy .wpcf7-form input[type="submit"] {
	margin: 0 !important;
	height: 50px;
	padding: 0 30px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #ffffff;
	color: #243658 !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background .15s ease;
}

.scg-panel-navy .wpcf7-form input[type="submit"]:hover {
	background: #e6ebf2;
}

.scg-panel-navy .wpcf7-response-output {
	color: #ffffff;
	border-color: rgba(255, 255, 255, .4);
}

.scg-eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #c00200;
}

.scg-link-card {
	display: block;
	padding: 28px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	text-decoration: none !important;
	transition: border-color .15s ease, transform .15s ease;
}

a.scg-link-card:hover,
a.scg-link-card:focus {
	border-color: #c00200;
	transform: translateY(-2px);
}

.scg-link-card-icon {
	display: block;
	margin-bottom: 16px;
	font-size: 34px;
	line-height: 1;
	color: #c00200;
}

.scg-link-card-icon span:before {
	line-height: 1;
}

.scg-link-card-eyebrow {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #c00200 !important;
}

.scg-link-card h4.scg-link-card-title {
	margin: 0 0 8px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #243658 !important;
}

.scg-link-card-description {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	color: #666666 !important;
}

.vc_row.scg-cards {
	display: flex;
	flex-wrap: wrap;
}

.vc_row.scg-cards > .wpb_column {
	display: flex;
}

.vc_row.scg-cards > .wpb_column > .vc_column-inner,
.vc_row.scg-cards > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
}

.vc_row.scg-cards .scg-link-card,
.vc_row.scg-cards .scg-rc {
	flex: 1;
}

.vc_row.wpb_row.scg-section-dark,
.vc_row.wpb_row.vc_inner.scg-section-dark {
	background: linear-gradient(160deg, #243658 0%, #2d4269 100%) !important;
	margin-left: 0;
	margin-right: 0;
	padding: 60px 0;
}

@media (max-width: 767px) {
	.vc_row.wpb_row.scg-section-dark,
	.vc_row.wpb_row.vc_inner.scg-section-dark {
		padding: 50px 0;
	}
}

.scg-section-dark h1,
.scg-section-dark h2,
.scg-section-dark h3,
.scg-section-dark h4,
.scg-section-dark h5,
.scg-section-dark h6 {
	font-family: inherit;
	color: #ffffff !important;
}

.scg-section-dark,
.scg-section-dark p,
.scg-section-dark li,
.scg-section-dark .wpb_text_column {
	color: #cfd6e0;
}

.scg-section-dark .scg-eyebrow,
.scg-section-dark .scg-link-card-eyebrow {
	color: #ffffff !important;
}

.scg-section-dark a:not(.vc_btn3) {
	color: #ffffff !important;
}

.scg-section-dark .vc_separator .vc_sep_line {
	border-color: rgba(255, 255, 255, .22);
}

.scg-section-dark .scg-stat {
	font-size: 15px;
	color: #cfd6e0;
}

.scg-section-dark .scg-stat b {
	display: inline-block;
	margin-right: 6px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.scg-section > .wpb_column > .vc_column-inner,
.scg-section-dark > .wpb_column > .vc_column-inner,
.scg-section-light > .wpb_column > .vc_column-inner {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.scg-section .vc_btn3-container,
.scg-section-dark .vc_btn3-container,
.scg-section-light .vc_btn3-container {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 12px;
}

.scg-section .vc_separator,
.scg-section-dark .vc_separator,
.scg-section-light .vc_separator {
	margin-top: 14px;
	margin-bottom: 22px;
}

.container.inner:has(> .scg-section),
.container.inner:has(> .scg-section-light),
.container.inner:has(> .scg-section-dark) {
	padding-top: 0;
}

.vc_row.wpb_row.scg-section,
.vc_row.wpb_row.vc_inner.scg-section {
	margin-left: 0;
	margin-right: 0;
	padding: 55px 0;
}

@media (max-width: 767px) {
	.vc_row.wpb_row.scg-section,
	.vc_row.wpb_row.vc_inner.scg-section {
		padding: 35px 0;
	}
}

.vc_row.wpb_row.scg-section-light,
.vc_row.wpb_row.vc_inner.scg-section-light {
	background: #f7f7f7 !important;
	margin-left: 0;
	margin-right: 0;
	padding: 60px 0;
}

@media (max-width: 767px) {
	.vc_row.wpb_row.scg-section-light,
	.vc_row.wpb_row.vc_inner.scg-section-light {
		padding: 50px 0;
	}
}

.scg-section-light > .wpb_column > .vc_column-inner {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.scg-step {
	height: 100%;
	padding: 30px 28px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	text-align: left;
	line-height: 1.7;
}

.scg-step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #243658;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.scg-step h4.scg-step-title {
	margin: 0 0 10px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #243658 !important;
}

.scg-step-description {
	margin: 0;
	font-size: 14px;
	color: #666666;
}

.scg-check-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.scg-check-list li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 34px;
	font-size: 15px;
	line-height: 1.7;
	list-style: none;
}

.scg-check-list li:last-child {
	margin-bottom: 0;
}

.scg-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fbecea;
}

.scg-check-list li::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 11px;
	width: 8px;
	height: 4px;
	border-left: 2px solid #c00200;
	border-bottom: 2px solid #c00200;
	transform: rotate(-45deg);
}

.scg-note {
	padding: 28px;
	background: #ffffff;
	border: 1px solid #ebebeb;
}

.scg-note h1,
.scg-note h2,
.scg-note h3,
.scg-note h4,
.scg-note h5,
.scg-note h6 {
	margin: 0 0 10px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #243658 !important;
}

.scg-note p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
}

.scg-note p:last-child {
	margin-bottom: 0;
}

.scg-note p + h1,
.scg-note p + h2,
.scg-note p + h3,
.scg-note p + h4,
.scg-note p + h5,
.scg-note p + h6 {
	margin-top: 22px;
}

.scg-gate-success[hidden] {
	display: none;
}

.scg-gate-success {
	text-align: center;
}

.scg-gate-check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #eef1f6;
	color: #243658;
	font-size: 26px;
	line-height: 1;
}

.scg-gate-success h4 {
	margin: 0 0 8px;
	font-family: inherit;
	font-size: 19px;
	font-weight: 700;
	color: #243658 !important;
}

.scg-gate-success p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
}

.scg-gate-success .scg-gate-download {
	display: block;
	padding: 15px 30px;
	background: #243658;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
}

.scg-gate-success .scg-gate-download:hover,
.scg-gate-success .scg-gate-download:focus {
	background: #1a2942;
	color: #ffffff !important;
}

.pum-container .scg-gate {
	text-align: left;
}

.pum-container .scg-gate .scg-eyebrow {
	margin-bottom: 8px;
}

.pum-container .scg-gate h4.scg-gate-title {
	margin: 0 0 10px;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #243658 !important;
}

.pum-container .scg-gate-intro {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
}

.pum-container .scg-gate .wpcf7 {
	max-width: 100%;
}

.pum-container .scg-gate .wpcf7-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #243658;
}

.pum-container .scg-gate .wpcf7-form input[type="email"] {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #ebebeb;
	background: #f7f7f7;
	font-family: inherit;
	font-size: 14px;
}

.pum-container .scg-gate .wpcf7-form input[type="email"]:focus {
	outline: 0;
	border-color: #243658;
	background: #ffffff;
}

.pum-container .scg-gate .wpcf7-acceptance .wpcf7-list-item {
	margin: 16px 0 0;
}

.pum-container .scg-gate .wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 12.5px;
	line-height: 1.6;
	color: #666666;
}

.pum-container .scg-gate .wpcf7-form input[type="submit"] {
	width: 100%;
	margin-top: 18px;
	height: 50px;
	padding: 0 24px;
	border: 0;
	background: #c00200;
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.pum-container .scg-gate .wpcf7-form input[type="submit"]:hover:not(:disabled) {
	background: #9c0200;
}

.scg-stat {
	font-size: 15px;
	color: #666666;
}

.scg-stat b {
	display: inline-block;
	margin-right: 6px;
	font-size: 20px;
	font-weight: 700;
	color: #243658;
}

.navbar.navbar-default .navbar-nav > li.scg-menu-cta > a,
.navbar.navbar-default.light .navbar-nav > li.scg-menu-cta > a,
.navbar.navbar-default.dark .navbar-nav > li.scg-menu-cta > a {
	margin: 28px 0 28px 14px !important;
	padding: 12px 24px !important;
	border-radius: 999px;
	background: #243658 !important;
	color: #ffffff !important;
}

.navbar.navbar-default .navbar-nav > li.scg-menu-cta > a:hover,
.navbar.navbar-default .navbar-nav > li.scg-menu-cta > a:focus,
.navbar.navbar-default.light .navbar-nav > li.scg-menu-cta > a:hover,
.navbar.navbar-default.light .navbar-nav > li.scg-menu-cta > a:focus {
	background: #1a2942 !important;
	color: #ffffff !important;
}

@media (max-width: 991px) {
	.navbar.navbar-default .navbar-nav > li.scg-menu-cta > a,
	.navbar.navbar-default.light .navbar-nav > li.scg-menu-cta > a {
		display: inline-block;
		margin: 8px 0 8px 15px !important;
	}
}

.scg-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 30px;
	margin: 0 0 35px;
	padding: 22px 26px;
	border: 1px solid #dde2ea;
	border-left: 4px solid #243658;
	border-radius: 8px;
	background: #f6f8fb;
}

.scg-cta.scg-cta-compact {
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.scg-cta-text {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.scg-cta-promise {
	color: #243658;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.scg-cta-detail {
	color: #5a6577;
	font-size: 15px;
	line-height: 1.45;
}

.scg-cta-actions {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 22px;
}

.scg-cta .scg-cta-button {
	display: inline-block;
	padding: 15px 28px;
	border-radius: 4px;
	background: #243658;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: background .15s ease;
}

.scg-cta .scg-cta-button:hover,
.scg-cta .scg-cta-button:focus {
	background: #1a2942;
	color: #ffffff !important;
}

.scg-cta .scg-cta-button:focus-visible {
	outline: 2px solid #243658;
	outline-offset: 3px;
}

.scg-cta-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.scg-cta-button-note {
	font-size: 12px;
	line-height: 1.35;
	color: #7b8494;
	text-align: center;
}

.scg-cta-phone {
	display: flex;
	flex-direction: column;
	gap: 1px;
	line-height: 1.25;
}

.scg-cta-phone-note {
	color: #7b8494;
	font-size: 13px;
}

.scg-cta .scg-cta-phone-link {
	color: #243658 !important;
	font-size: 19px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none !important;
}

.scg-cta .scg-cta-phone-link:hover,
.scg-cta .scg-cta-phone-link:focus {
	color: #1a2942 !important;
}

.scg-cta-person {
	color: #7b8494;
	font-size: 13px;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.scg-cta {
		padding: 18px 18px 20px;
		gap: 16px;
	}

	.scg-cta-actions {
		flex: 1 1 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.scg-cta.scg-cta-compact {
		width: auto;
	}

	.scg-cta-action {
		align-items: stretch;
	}

	.scg-cta .scg-cta-button {
		display: block;
		padding: 16px 20px;
	}

	.scg-cta-phone {
		align-items: center;
	}
}

.ebor-page-wrapper {
	min-height: calc(100vh - 280px);
}

.body-wrapper > .container.hidden-sm.hidden-xs > #menu-standard-navigation {
	display: none;
}
