body.page-id-116 {
	background: #ffffff !important;
	color: #172b3a;
}

body.page-id-116 .site-header {
	background: #ffffff;
	border-bottom: 1px solid #e6edf5;
	box-shadow: none;
}

body.page-id-116 .site-header .header-inner,
body.page-id-116 .site-header .container {
	align-items: center !important;
	display: flex !important;
	justify-content: space-between !important;
	min-height: 58px !important;
}

body.page-id-116 .custom-logo {
	height: 42px !important;
	max-height: 42px !important;
	width: auto !important;
}

body.page-id-116 .primary-menu {
	align-items: center !important;
	display: flex !important;
	gap: 34px !important;
}

body.page-id-116 .primary-menu a {
	color: #071d2f !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.page-id-116 main#content {
	background: #ffffff !important;
	border: 0 !important;
	padding: 0 !important;
}

body.page-id-116 #content-wrapper,
body.page-id-116 #content-wrapper.container,
body.page-id-116 #content-wrapper.flex {
	display: block !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.page-id-116 h1.title,
body.page-id-116 .entry-content > .banner,
body.page-id-116 .entry-content > div:not(.sc-support-page) {
	display: none !important;
}

body.page-id-116 .entry-content {
	flex-basis: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.sc-support-page {
	background: #ffffff;
	font-family: Lato, Arial, sans-serif;
}

.sc-support-hero {
	background: #071d2f;
	overflow: hidden;
	padding: 34px 18px 42px;
	position: relative;
}

.sc-support-hero::after {
	color: rgba(255, 255, 255, 0.06);
	content: "?";
	font-family: Montserrat, Lato, Arial, sans-serif;
	font-size: 7rem;
	font-weight: 800;
	position: absolute;
	right: 8%;
	top: 4px;
}

.sc-support-search {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 650px) 150px;
	justify-content: center;
	margin: 0 auto;
	max-width: 820px;
	position: relative;
	z-index: 1;
}

.sc-support-search label {
	position: relative;
}

.sc-support-search label::before {
	display: none;
}

.sc-support-search label::after {
	display: none;
}

.sc-support-search input {
	background: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.78);
	border-radius: 10px;
	box-shadow: 0 18px 34px rgba(78, 52, 22, 0.20), 0 0 0 5px rgba(255, 255, 255, 0.18);
	color: #172b3a;
	font-size: 1.08rem;
	min-height: 58px;
	outline: 0;
	padding: 13px 18px;
	width: 100%;
}

.sc-support-search button,
.sc-support-submit,
.sc-more-help a {
	background: #cdaa73;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 14px 26px rgba(78, 52, 22, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.28);
	color: #001f3f !important;
	cursor: pointer;
	font-size: 0.96rem;
	font-weight: 800;
	min-height: 58px;
	padding: 0 24px;
	text-align: center;
	text-decoration: none !important;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.sc-support-search button {
	background: #cdaa73;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	color: #071d2f !important;
}

.sc-support-search button:hover,
.sc-support-submit:hover,
.sc-more-help a:hover {
	background: #a97f49;
	box-shadow: 0 18px 34px rgba(78, 52, 22, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
	transform: translateY(-1px);
}

.sc-support-search button:hover {
	background: #efd7a8;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.26);
	color: #071d2f !important;
}

.sc-support-main {
	margin: 0 auto;
	max-width: 820px;
	padding: 50px 18px 70px;
}

.sc-support-main h1 {
	color: #001f3f;
	font-family: Montserrat, Lato, Arial, sans-serif;
	font-size: clamp(2rem, 3vw, 2.75rem);
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 26px;
}

.sc-support-copy {
	color: #102033;
	font-size: 1.04rem;
	line-height: 1.6;
	margin: 0 0 26px;
	max-width: 760px;
}

.sc-support-copy strong {
	font-weight: 800;
}

.sc-support-form {
	display: grid;
	gap: 22px;
}

.sc-support-field {
	display: grid;
	gap: 10px;
}

.sc-support-field label,
.sc-support-attachments-label {
	color: #102033;
	font-size: 1rem;
	font-weight: 700;
}

.sc-support-field input,
.sc-support-field select,
.sc-support-field textarea {
	background: #ffffff;
	border: 1px solid #b9c7d4;
	border-radius: 7px;
	color: #102033;
	font-size: 1rem;
	line-height: 1.45;
	min-height: 39px;
	outline: 0;
	padding: 10px 12px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.sc-support-field textarea {
	min-height: 104px;
	resize: vertical;
}

.sc-support-field input:focus,
.sc-support-field select:focus,
.sc-support-field textarea:focus {
	border-color: #cdaa73;
	box-shadow: 0 0 0 3px rgba(205, 170, 115, 0.24);
}

.sc-support-help {
	color: #607589;
	font-size: 0.92rem;
	line-height: 1.45;
	margin-top: -10px;
}

.sc-support-attachments {
	align-items: center;
	border: 1px solid #b9c7d4;
	border-radius: 7px;
	color: #9aa8b5;
	display: flex;
	justify-content: center;
	min-height: 92px;
	text-align: center;
}

.sc-support-attachments button {
	background: none;
	border: 0;
	color: #a97f49;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.sc-support-submit {
	justify-self: start;
	min-height: 40px;
	text-transform: uppercase;
}

.sc-more-help {
	background: #fdfbf7;
	border-top: 1px solid #e6edf5;
	padding: 72px 18px 68px;
	text-align: center;
}

.sc-more-help h2 {
	color: #001f3f;
	font-family: Montserrat, Lato, Arial, sans-serif;
	font-size: clamp(2rem, 3vw, 2.65rem);
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 26px;
}

.sc-more-help a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	text-transform: uppercase;
}

body.page-id-116 footer.site-footer {
	display: none !important;
}

.sc-support-footer {
	background: #071d2f;
	color: #d8e6f2;
	padding: 54px 18px 30px;
}

.sc-support-footer-inner {
	margin: 0 auto;
	max-width: 1120px;
}

.sc-support-footer-top {
	align-items: flex-start;
	border-bottom: 1px solid rgba(205, 170, 115, 0.24);
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr auto;
	padding-bottom: 34px;
}

.sc-support-footer-brand h3 {
	color: #ffffff;
	font-family: Montserrat, Lato, Arial, sans-serif;
	font-size: 1.45rem;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.sc-support-footer-brand h3::after {
	background: #cdaa73;
	border-radius: 2px;
	content: "";
	display: block;
	height: 3px;
	margin-top: 10px;
	width: 48px;
}

.sc-support-footer-brand p {
	color: #a9bdd0;
	font-size: 0.98rem;
	line-height: 1.65;
	margin: 0;
	max-width: 430px;
}

.sc-support-footer-nav {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sc-support-footer-label {
	color: #cdaa73;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.sc-support-footer-nav a {
	color: #c4d5e5;
	font-size: 0.92rem;
	line-height: 1.45;
	text-decoration: none;
}

.sc-support-footer-nav a:hover {
	color: #ffffff;
}

.sc-support-footer-bottom {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding-top: 26px;
}

.sc-support-footer-bottom p {
	color: #7f98ad;
	font-size: 0.82rem;
	line-height: 1.55;
	margin: 0;
}

.sc-support-footer-bottom p:last-child {
	max-width: 560px;
	text-align: right;
}

@media (max-width: 760px) {
	.sc-support-search {
		grid-template-columns: 1fr;
	}

	.sc-support-main {
		padding-top: 38px;
	}

	.sc-support-footer-top {
		grid-template-columns: 1fr;
	}

	.sc-support-footer-nav {
		align-items: flex-start;
	}

	.sc-support-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.sc-support-footer-bottom p:last-child {
		text-align: left;
	}
}
