/* Global footer + testimonials — 19B */

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

.sf-wrap {
	clear: both;
	width: 100%;
	float: none;
	display: block;
}

.sf,
.sf * {
	box-sizing: border-box;
}

.sf {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	clear: both;
	width: 100%;
	float: none;
	display: block;
}

.sf a,
.sf button {
	border-radius: 0;
	box-shadow: none;
}

.sf-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

.sf-quotes-band {
	background: #f5f5f5;
	border-top: 1px solid #e6e9ec;
	padding: 22px 0 24px;
}

.sf-quotes-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.sf-quotes-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sf-kicker {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #8a9199;
	text-transform: uppercase;
}

.sf-quotes-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #204e75;
}

.sf-quotes-sub {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	color: #55606a;
}

.sf-quotes-sub a {
	font-weight: 700;
	color: #204e75;
	text-decoration: none;
}

.sf-quotes-sub a:hover {
	text-decoration: underline;
}

.sf-quotes-tools {
	display: flex;
	align-items: center;
	gap: 18px;
}

.sf-rating {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
}

.sf-rating-num {
	display: flex;
	align-items: baseline;
	gap: 7px;
}

.sf-rating-score {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #1d2429;
}

.sf-rating-of {
	font-size: 13px;
	font-weight: 400;
	color: #6a747d;
}

.sf-stars {
	display: flex;
	align-items: center;
	gap: 3px;
}

.sf-verified {
	margin-left: 5px;
	font-size: 11.5px;
	color: #6a747d;
}

.sf-nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sf-nav-btn {
	width: 34px;
	height: 34px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #c9ced3;
	color: #204e75;
	cursor: pointer;
}

.sf-nav-btn svg {
	stroke: currentColor;
}

.sf-nav-btn:hover {
	background: #204e75;
	border-color: #204e75;
	color: #fff;
}

.sf-nav-btn:active {
	background: #163854;
	border-color: #163854;
	color: #fff;
}

.sf-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.sf-card {
	background: #fff;
	border: 1px solid #dfe4e8;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 142px;
	min-width: 0;
	width: 100%;
}

.sf-card[hidden] {
	display: none !important;
}

.sf-quote-mark {
	flex: none;
	width: 18px;
	height: 18px;
}

.sf-quote {
	margin: 0;
	flex: 1;
	font-size: 13px;
	line-height: 1.55;
	color: #26313a;
	overflow: visible;
}

.sf-attr {
	font-size: 12px;
	font-weight: 700;
	color: #6a747d;
	border-top: 1px solid #eef0f2;
	padding-top: 8px;
}

.sf-pager {
	margin-top: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
}

.sf-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.sf-dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	background: #c9ced3;
	cursor: pointer;
}

.sf-dot.is-on {
	background: #204e75;
}

.sf-all {
	margin-left: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #204e75;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-all:hover {
	text-decoration: underline;
}

.sf-site {
	background: #204e75;
}

.sf-help-band {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding: 20px 0;
}

.sf-help {
	display: flex;
	align-items: center;
	gap: 0;
	flex-wrap: wrap;
}

.sf-help-item {
	display: flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
	color: inherit;
}

.sf-help-item:first-child {
	padding-right: 28px;
}

.sf-help-item + .sf-help-item {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding: 0 28px;
}

.sf-help-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.sf-help-label {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.13em;
	color: #8fb0cc;
	text-transform: uppercase;
}

.sf-phone {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	text-decoration: none;
}

.sf-phone:hover {
	text-decoration: underline;
	color: #fff;
}

.sf-email,
.sf-hours {
	font-size: 13.5px;
	color: #fff;
	text-decoration: none;
}

.sf-email:hover {
	text-decoration: underline;
	color: #fff;
}

.sf-cta-wrap {
	margin-left: auto;
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	align-items: center;
}

.sf-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #e95d18;
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 13px 22px;
	text-decoration: none;
	border: 0;
	font-family: inherit;
}

.sf-cta:hover {
	background: #cf4d0d;
	color: #fff;
	text-decoration: none;
}

.sf-cta:active {
	background: #b8440b;
	color: #fff;
}

.sf-main-band {
	padding: 30px 0 26px;
}

.sf-cols {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	align-items: start;
}

.sf-col {
	display: flex;
	flex-direction: column;
	gap: 11px;
	align-items: flex-start;
}

.sf-col-h {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.13em;
	color: #8fb0cc;
	text-align: left;
	text-transform: uppercase;
	cursor: default;
}

.sf-nav-btn,
.sf-dot {
	font-family: inherit;
}

.sf-col-h .sf-acc-ico {
	display: none;
}

.sf-col-body {
	display: flex;
	flex-direction: column;
	gap: 11px;
	align-items: flex-start;
	width: 100%;
}

.sf-col-body a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.sf-col-body a:hover {
	color: #fff;
	text-decoration: underline;
}

.sf-brand {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
}

.sf-logo {
	width: 186px;
	height: auto;
	display: block;
}

.sf-addr {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.8);
}

.sf-social {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sf-social a {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #fff;
	text-decoration: none;
}

.sf-social a svg {
	stroke: currentColor;
}

.sf-social a:hover {
	background: #fff;
	border-color: #fff;
	color: #204e75;
}

.sf-blog {
	margin-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	padding-top: 20px;
	display: grid;
	grid-template-columns: 148px repeat(3, 1fr);
	gap: 24px;
	align-items: start;
}

.sf-blog-rail {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 2px;
}

.sf-blog-label {
	margin: 0;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.13em;
	color: #8fb0cc;
	text-transform: uppercase;
	line-height: 1.35;
}

.sf-blog-all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	align-self: flex-start;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.sf-blog-all:hover {
	color: #fff;
	text-decoration: underline;
}

.sf-blog-post {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-decoration: none;
}

.sf-blog-post:hover {
	opacity: 0.8;
	text-decoration: none;
}

.sf-blog-kicker {
	font-size: 11px;
	color: #8fb0cc;
}

.sf-blog-title {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	color: #fff;
}

.sf-trust-band {
	background: #2b3237;
	padding: 16px 0;
}

.sf-trust {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.sf-pay {
	display: flex;
	align-items: center;
	gap: 7px;
}

.sf-pay-tile {
	width: 42px;
	height: 27px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sf-pay-tile img {
	max-width: 38px;
	max-height: 23px;
	display: block;
}

.sf-pay-tile .fa {
	font-size: 22px;
	line-height: 1;
}

.sf-pay-visa {
	color: #1a1f71;
}

.sf-pay-mc {
	color: #eb001b;
}

.sf-pay-amex {
	color: #2e77bb;
}

.sf-pay-disc {
	color: #ff6000;
}

.sf-ssl {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-left: 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 12px;
	color: rgba(255, 255, 255, 0.82);
}

.sf-ssl img {
	height: 16px;
	width: auto;
	display: block;
}

.sf-policy {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 14px;
}

.sf-policy a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.sf-policy a:hover {
	color: #fff;
	text-decoration: underline;
}

.sf-policy-rule {
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 0.24);
	flex: none;
}

.sf-copy-band {
	background: #2b3237;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 12px 0 14px;
}

.sf-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sf-copy-line {
	margin: 0;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.55);
}

.sf-copy-note {
	margin: 0;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.45);
}

.sf-quotes-band a:focus-visible,
.sf-quotes-band button:focus-visible {
	outline: 2px solid #204e75;
	outline-offset: 2px;
}

.sf-site a:focus-visible,
.sf-site button:focus-visible {
	outline: 2px solid #e95d18;
	outline-offset: 2px;
}

@media (max-width: 1099px) {
	.sf-cols {
		grid-template-columns: repeat(3, 1fr);
	}

	.sf-brand {
		grid-column: 1 / -1;
	}

	.sf-blog {
		grid-template-columns: repeat(3, 1fr);
	}

	.sf-blog-rail {
		grid-column: 1 / -1;
	}
}

@media (max-width: 899px) {
	.sf-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sf-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.sf-cols {
		grid-template-columns: repeat(2, 1fr);
	}

	.sf-cta {
		margin-left: 0;
		width: 100%;
		margin-top: 14px;
	}

	.sf-cta-wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		width: 100%;
	}

	.sf-blog,
	.sf-blog-rail {
		grid-template-columns: 1fr;
		grid-column: auto;
	}
}

@media (max-width: 768px) {
	.sf-nav-btn {
		width: 44px;
		height: 44px;
	}

	.sf-social a {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 599px) {
	.sf-cards {
		grid-template-columns: 1fr;
	}

	.sf-help {
		flex-direction: column;
		align-items: flex-start;
	}

	.sf-help-item,
	.sf-help-item:first-child,
	.sf-help-item + .sf-help-item {
		width: 100%;
		padding: 12px 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.sf-help-item:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.sf-cta {
		margin-top: 8px;
	}

	.sf-cols {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.sf-col {
		gap: 0;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.sf-col:first-child {
		border-top: 0;
	}

	.sf-col-h {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 0;
		cursor: pointer;
	}

	.sf-col-h .sf-acc-ico {
		display: block;
		flex: none;
		color: #8fb0cc;
		transition: transform 0.15s ease;
	}

	.sf-col.is-open .sf-acc-ico {
		transform: rotate(90deg);
	}

	.sf-col-body {
		display: none;
		padding: 0 0 14px;
	}

	.sf-col.is-open .sf-col-body {
		display: flex;
	}

	.sf-brand {
		padding-top: 18px;
	}

	.sf-ssl {
		padding-left: 0;
		border-left: 0;
	}

	.sf-policy {
		margin-left: 0;
		width: 100%;
		flex-wrap: wrap;
	}
}
