@charset "utf-8";

/* FAQ single page */
.faq-single-container {
	overflow: hidden;
}

#main.faq-single {
	box-sizing: border-box;
	float: none;
	line-height: 1.9;
	margin: 0 auto;
	padding-bottom: 80px;
	width: 100%;
}

.faq-single__article {
	color: #222;
}

.faq-single__header {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 4px solid #12a8eb;
	box-sizing: border-box;
	margin-bottom: 28px;
	padding: 26px 28px 22px;
}

.faq-single__category {
	background: #f2fbff;
	border-left: 4px solid #ffbf44;
	box-sizing: border-box;
	color: #0b84bd;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 14px;
	padding: 5px 12px;
}

#main.faq-single .faq-single__title {
	background: none;
	border: 0;
	clear: both;
	color: #222;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.55;
	margin: 0 0 16px;
	padding: 0;
}

#main.faq-single .faq-single__title:first-letter {
	color: inherit;
}

.faq-single__meta {
	border-top: 1px dashed #d6d6d6;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	list-style: none;
	margin: 0;
	padding: 12px 0 0 !important;
}

.faq-single__meta li {
	color: #666;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-section {
	margin-bottom: 34px;
}

#main.faq-single .faq-section h2,
#main.faq-single .faq-answer-box--lead h2,
#main.faq-single .faq-note h2,
#main.faq-single .faq-cta h2 {
	background: url(images/h2_bg.png) no-repeat bottom left;
	box-sizing: border-box;
	clear: both;
	color: #222;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 18px;
	padding: 5px 0 12px;
}

#main.faq-single .faq-section h2:first-letter,
#main.faq-single .faq-answer-box--lead h2:first-letter,
#main.faq-single .faq-note h2:first-letter,
#main.faq-single .faq-cta h2:first-letter {
	color: #ff7600;
}

#main.faq-single h3 {
	background: none;
	clear: both;
	color: #222;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0;
}

#main.faq-single p {
	margin-bottom: 16px;
}

#main.faq-single a {
	color: #ff7600;
	font-weight: bold;
	text-decoration: none;
}

#main.faq-single a:hover {
	text-decoration: underline;
}

.faq-answer-box {
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	margin-bottom: 14px;
	padding: 20px 22px 18px;
}

.faq-answer-box--lead {
	background: #fffbf4;
	border-color: #f4dfbd;
	border-left: 5px solid #ffbf44;
	margin-bottom: 32px;
}

.faq-answer-box--lead strong {
	background: linear-gradient(transparent 45%, #fdfddf 45%);
	font-weight: bold;
}

.faq-answer-box--accent {
	background: #e4f4ff;
	border-left: 5px solid #12a8eb;
}

.faq-source {
	color: #666;
	font-size: 12px;
	margin-bottom: 0 !important;
}

.faq-two-column {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.faq-viewpoints {
	counter-reset: faq-viewpoint;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 14px 0 0;
	padding: 0 !important;
}

.faq-viewpoints li {
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	list-style: none;
	min-height: 180px;
	padding: 18px 18px 14px;
	position: relative;
}

.faq-viewpoints li::before {
	color: #12a8eb;
	content: counter(faq-viewpoint, decimal-leading-zero);
	counter-increment: faq-viewpoint;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
}

.faq-viewpoints h3 {
	border-left: 3px solid #ffbf44;
	padding-left: 10px !important;
	padding-right: 42px !important;
}

.faq-viewpoints p {
	font-size: 13px;
	margin-bottom: 0 !important;
}

.faq-checklist {
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: 20px 24px;
}

.faq-checklist p {
	font-weight: bold;
	margin-bottom: 10px !important;
}

.faq-checklist ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.faq-checklist li {
	border-bottom: 1px dashed #d6d6d6;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 9px 0 9px 26px;
	position: relative;
}

.faq-checklist li::before {
	color: #12a8eb;
	content: "✓";
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 9px;
}

.faq-checklist li:last-child {
	border-bottom: 0;
}

.faq-callout {
	background: #f2fbff;
	border: 1px solid #d4edf8;
	border-left: 5px solid #12a8eb;
	box-sizing: border-box;
	margin-top: 18px;
	padding: 18px 22px;
}

.faq-callout p:last-child {
	margin-bottom: 0 !important;
}

.faq-related {
	display: grid;
	gap: 10px;
}

.faq-related details {
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.faq-related summary {
	cursor: pointer;
	font-weight: bold;
	line-height: 1.6;
	list-style: none;
	padding: 14px 40px 14px 58px;
	position: relative;
}

.faq-related summary::-webkit-details-marker {
	display: none;
}

.faq-related summary::before {
	align-items: center;
	background: #12a8eb;
	border-radius: 7px;
	color: #fff;
	content: "Q";
	display: inline-flex;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	justify-content: center;
	left: 18px;
	line-height: 1;
	position: absolute;
	top: 13px;
	width: 28px;
}

.faq-related summary::after {
	color: #12a8eb;
	content: "+";
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 15px;
}

.faq-related details[open] summary::after {
	content: "-";
}

.faq-related details p {
	border-top: 1px dashed #d6d6d6;
	margin: 0 !important;
	padding: 14px 18px 18px 58px;
	position: relative;
}

.faq-related details > p::before {
	align-items: center;
	background: #f2fbff;
	border: 1px solid #b8dff0;
	border-radius: 7px;
	box-sizing: border-box;
	color: #0b84bd;
	content: "A";
	display: inline-flex;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	justify-content: center;
	left: 18px;
	line-height: 1;
	position: absolute;
	top: 14px;
	width: 30px;
}

.faq-link-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.faq-link-list li {
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
}

.faq-link-list a {
	display: block;
	padding: 12px 18px 12px 32px;
	position: relative;
}

.faq-link-list a::before {
	border-right: 2px solid #ffbf44;
	border-top: 2px solid #ffbf44;
	content: "";
	height: 7px;
	left: 15px;
	position: absolute;
	top: 20px;
	transform: rotate(45deg);
	width: 7px;
}

.faq-note {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-left: 5px solid #b8dff0;
	box-sizing: border-box;
	margin: 36px 0 24px;
	padding: 22px 24px 20px;
}

.faq-cta {
	background: #12a8eb;
	box-sizing: border-box;
	color: #fff;
	margin: 0 0 34px;
	padding: 28px 30px;
	text-align: center;
}

#main.faq-single .faq-cta h2 {
	background: none;
	color: #fff;
	font-size: 22px;
	margin-bottom: 12px;
	padding: 0;
}

#main.faq-single .faq-cta h2:first-letter {
	color: inherit;
}

.faq-cta p {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}

.faq-cta__label {
	color: #fdfddf;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-bottom: 6px !important;
}

.faq-cta a {
	background: #ff7600;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	margin: 8px 0 12px;
	padding: 22px 26px;
  font-size: 18px;
  line-height: 1.5;
  border: 2px solid #fff;
}
.faq-cta a:hover {
  text-decoration: none!important;
}

.faq-cta__actions {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: center;
	margin-top: 8px;
}

.faq-cta__actions > a:not(.faq-cta__tel) {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 0;
}

.faq-cta a.faq-cta__tel {
	background: rgba(0, 141, 206, 0.22);
	border: 1px solid rgba(0, 126, 190, 0.28);
	border-radius: 12px;
	box-sizing: border-box;
	color: #fff !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	max-width: 280px;
	padding: 10px 20px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.faq-cta__tel span {
	color: #cee3f0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}

.faq-cta__tel strong {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.2;
}

@media screen and (max-width: 823px) {
	.faq-single-container {
		box-sizing: border-box;
		padding-top: 10px !important;
	}
  

	#main.faq-single {
		box-sizing: border-box;
		max-width: 100%;
		padding: 1rem;
		width: auto;
	}

	.faq-single__header {
		margin-bottom: 22px;
		padding: 20px 18px 18px;
	}

	#main.faq-single .faq-single__title {
		font-size: 21px;
	}

	.faq-single__meta {
		display: block;
	}

	.faq-single__meta li {
		margin-bottom: 4px;
	}

	#main.faq-single .faq-section h2,
	#main.faq-single .faq-answer-box--lead h2,
	#main.faq-single .faq-note h2,
	#main.faq-single .faq-cta h2 {
		font-size: 20px;
		line-height: 1.5;
		margin: 0 0 14px;
		padding: 0 0 12px;
	}

	.faq-answer-box,
	.faq-checklist,
	.faq-note {
		padding: 18px 16px;
	}

	.faq-viewpoints {
		grid-template-columns: 1fr;
	}

	.faq-viewpoints li {
		min-height: 0;
	}

	.faq-related summary {
		padding-right: 38px;
	}

	.faq-cta {
		margin-bottom: 24px;
		padding: 24px 18px;
		text-align: left;
	}

	.faq-cta p {
		max-width: none;
	}

	.faq-cta a {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
    padding: 22px 10px;
    font-size: 15px;
	}
}

/* FAQ category page */
.tax-faq_cat #header .tp_mix {
	display: none;
}

.header-inner-title.faq-cat-title {
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 30px;
	min-height: 360px;
	padding-bottom: 48px;
	padding-top: 48px;
}

.faq-cat-container {
	overflow: hidden;
}

.faq-cat-title .inner {
	box-sizing: border-box;
	padding-right: 0;
}

.faq-cat-title__body {
	margin-top: 16px;
	max-width: none;
}

.faq-cat-title__count {
	background: #f2fbff;
	border-left: 4px solid #ffbf44;
	box-sizing: border-box;
	color: #0b84bd;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 12px;
	padding: 5px 12px;
}

.faq-cat-title__lead {
	color: #333;
	font-size: 16px;
	line-height: 1.85;
	margin-bottom: 22px;
}

.faq-cat-title__lead p:last-child {
	margin-bottom: 0;
}

.faq-cat-title__cta {
	margin: 0;
}

.faq-cat-title__cta a {
	background: #ff7600;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 32px;
	text-decoration: none;
}

.faq-cat-title__cta a:hover {
	text-decoration: underline;
}

#main.faq-single.faq-cat {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.faq-cat__section-lead {
	color: #555;
	font-size: 14px;
	margin: -4px 0 18px !important;
}

.faq-cat__article-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr;
}

.faq-answer-box.faq-cat__article-card {
	color: #222;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	min-height: 230px;
	position: relative;
	text-decoration: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-answer-box.faq-cat__article-card:hover {
	border-color: #bfe8f8;
	box-shadow: 0 8px 20px rgba(18, 168, 235, 0.12);
	transform: translateY(-4px);
	text-decoration: none;
}

.faq-answer-box.faq-cat__article-card::before {
	background: #12a8eb;
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	width: 4px;
}

.faq-cat__tag {
	background: #f2fbff;
	color: #0b84bd;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px !important;
	padding: 4px 10px;
	width: fit-content;
}

#main.faq-single .faq-answer-box.faq-cat__article-card h3 {
	color: #222;
	font-size: 16px;
	margin-bottom: 10px;
	transition: color 0.2s ease;
}

#main.faq-single .faq-answer-box.faq-cat__article-card:hover h3 {
	color: #222;
}

.faq-answer-box.faq-cat__article-card p:not(.faq-cat__tag):not(.faq-cat__more) {
	color: #454545;
	flex: 1;
	font-size: 13px;
}

.faq-cat__more {
	color: #ff7600;
	font-weight: bold;
	margin: 8px 0 0 !important;
}

.faq-cat__more::after {
	content: "";
	border-right: 2px solid #ffbf44;
	border-top: 2px solid #ffbf44;
	display: inline-block;
	height: 7px;
	margin-left: 8px;
	transform: rotate(45deg);
	transition: margin-left 0.2s ease;
	width: 7px;
}

.faq-answer-box.faq-cat__article-card:hover .faq-cat__more::after {
	margin-left: 12px;
}

.faq-cat__chips {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
	margin: 0 0 18px;
}

.faq-cat__chips a {
	background: #f2fbff;
	border: 1px solid #d4edf8;
	box-sizing: border-box;
	color: #0b84bd !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px;
}

.faq-related.faq-cat__qa {
	gap: 12px;
}

.faq-related.faq-cat__qa details[open] {
	border-top: 3px solid #12a8eb;
}

.faq-related.faq-cat__qa .faq-cat__qa-body {
	border-top: 1px dashed #d6d6d6;
	counter-reset: faq-answer-step;
	padding: 18px;
}

.faq-related.faq-cat__qa .faq-answer-box {
	margin-bottom: 12px;
}

.faq-related.faq-cat__qa .faq-answer-box:last-child {
	margin-bottom: 0;
}

.faq-related.faq-cat__qa details p {
	border-top: 0;
	margin-bottom: 12px !important;
	padding: 0;
}

.faq-related.faq-cat__qa .faq-answer-box h3 {
	align-items: center;
	display: flex;
	gap: 8px;
}

.faq-related.faq-cat__qa .faq-answer-box h3::before {
	align-items: center;
	background: #f2fbff;
	border: 1px solid #b8dff0;
	border-radius: 7px;
	box-sizing: border-box;
	color: #0b84bd;
	content: "A" counter(faq-answer-step);
	counter-increment: faq-answer-step;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.faq-related.faq-cat__qa .faq-answer-box--accent h3::before {
	background: #fffbf4;
	border-color: #f4dfbd;
	color: #ff7600;
}

.faq-related.faq-cat__qa .faq-source {
	margin-bottom: 0 !important;
}

.faq-link-list.faq-cat__related-cats span {
	color: #666;
	float: right;
	font-size: 12px;
	font-weight: normal;
}

.faq-cat__note-meta {
	color: #777;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 0 !important;
}

/* FAQ archive page */
.post-type-archive-faq #header .tp_mix {
	display: none;
}

.header-inner-title.faq-archive-title {
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 30px;
	min-height: 440px;
	padding-bottom: 56px;
	padding-top: 56px;
}

.faq-archive-title .inner {
	box-sizing: border-box;
	padding-right: 0;
}

.faq-archive-title__body {
	margin-top: 0;
	max-width: 760px;
}

.faq-archive-title__label {
	background: rgba(242, 251, 255, 0.92);
	border-radius: 999px;
	box-sizing: border-box;
	color: #005f68;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0 0 18px;
	padding: 8px 18px;
}

.faq-archive-title__label::before {
	background: #12a8eb;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 7px;
	margin-right: 8px;
	vertical-align: 1px;
	width: 7px;
}

.faq-archive-title__heading {
	background: none;
	color: #123f43;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.35;
	margin: 0 0 16px;
	padding: 0;
}

.faq-archive-title__heading:first-letter {
	color: inherit;
}

.faq-archive-title__lead {
	color: #243d40;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 24px;
}

.faq-archive-title__lead p:last-child {
	margin-bottom: 0;
}

.faq-archive-title__lead strong {
	font-weight: bold;
}

.faq-archive-title__search {
	background: #fff;
	border: 1px solid #d7e7e9;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(18, 168, 235, 0.12);
	box-sizing: border-box;
	display: flex;
	margin: 0 0 18px;
	max-width: 560px;
	overflow: hidden;
}

.faq-archive-title__search::before {
	color: #7a969a;
	content: "⌕";
	font-size: 22px;
	line-height: 52px;
	padding-left: 16px;
}

.faq-archive-title__search input[type="search"] {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: #333;
	flex: 1;
	font-size: 14px;
	line-height: 52px;
	min-width: 0;
	padding: 0 12px;
}

.faq-archive-title__search input[type="search"]::placeholder {
	color: #777;
}

.faq-archive-title__search button {
	background: #12a8eb;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	padding: 0 18px;
}

.faq-archive-title__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
}

.faq-archive-title__cta {
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 14px 24px;
	text-decoration: none;
}

.faq-archive-title__cta--primary {
	background: #ff7600;
	color: #fff;
	box-shadow: 0 8px 18px rgba(255, 118, 0, 0.18);
}

.faq-archive-title__cta--secondary {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #7ecad6;
	color: #005f68;
}

.faq-archive-title__cta:hover {
	text-decoration: none;
}

.faq-archive-title__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.faq-archive-title__chips li {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #d7e7e9;
	border-radius: 999px;
	box-sizing: border-box;
	color: #24484c;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 7px 12px 7px 28px;
	position: relative;
}

.faq-archive-title__chips li::before {
	border: 1px solid #12a8eb;
	border-radius: 50%;
	color: #12a8eb;
	content: "✓";
	font-size: 10px;
	height: 14px;
	left: 10px;
	line-height: 13px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 14px;
}

#main.faq-single.faq-archive {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.faq-archive__header {
	margin-bottom: 34px;
}

.faq-archive__cat-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
}

.faq-answer-box.faq-archive__cat-card {
	color: #222;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	min-height: 240px;
	position: relative;
	text-decoration: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-answer-box.faq-archive__cat-card:hover {
	border-color: #bfe8f8;
	box-shadow: 0 8px 20px rgba(18, 168, 235, 0.12);
	transform: translateY(-4px);
	text-decoration: none;
}

.faq-answer-box.faq-archive__cat-card::before {
	background: #12a8eb;
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	width: 4px;
}

#main.faq-single .faq-answer-box.faq-archive__cat-card h3 {
	color: #222;
	font-size: 17px;
	margin-bottom: 10px;
	transition: color 0.2s ease;
}

.faq-answer-box.faq-archive__cat-card:hover h3 {
	color: #222;
}

.faq-archive__cat-desc {
	color: #454545;
	flex: 1;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 12px;
}

.faq-archive__cat-example {
	background: #f8fcfe;
	border-left: 3px solid #ffbf44;
	color: #555;
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 12px !important;
	padding: 8px 10px;
}

.faq-archive__method {
	background: #f8fcfe;
	border: 1px solid #d4edf8;
	box-sizing: border-box;
	padding: 24px 26px 26px;
	position: relative;
}

.faq-archive__method-kicker {
	color: #0b84bd;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-bottom: 2px !important;
	text-transform: uppercase;
}

.faq-archive__method-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr;
}

.faq-archive__method-card {
	margin-bottom: 0;
}

.faq-archive__method-subtitle {
	color: #0b84bd;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px !important;
}

.faq-answer-box--accent .faq-archive__method-subtitle {
	color: #ff7600;
}

.faq-archive__method-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0 !important;
}

.faq-archive__method-points li {
	background: #fff;
	border: 1px solid #d4edf8;
	border-radius: 999px;
	box-sizing: border-box;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 7px 12px 7px 30px;
	position: relative;
}

.faq-archive__method-points li::before {
	color: #12a8eb;
	content: "✓";
	font-weight: bold;
	left: 12px;
	position: absolute;
	top: 7px;
}

/* FAQ search page */
.search.search-results #header .tp_mix,
.search.search-no-results #header .tp_mix {
	display: none;
}

.faq-search-title {
	margin-bottom: 30px;
}

#main.faq-single.faq-search {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.faq-search__intro {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 4px solid #12a8eb;
	box-sizing: border-box;
	padding: 24px 28px;
}

#main.faq-single .faq-search__intro h1 {
	background: none;
	color: #222;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.55;
	margin: 0 0 12px;
	padding: 0;
}

#main.faq-single .faq-search__intro h1:first-letter {
	color: inherit;
}

.faq-search__count {
	border-top: 1px dashed #d6d6d6;
	color: #666;
	font-size: 13px;
	margin-bottom: 16px !important;
	padding-top: 12px;
}

.faq-search__form {
	display: flex;
	max-width: 680px;
}

.faq-search__form input[type="search"] {
	border: 1px solid #d7e7e9;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
	color: #333;
	flex: 1;
	font-size: 14px;
	min-width: 0;
	padding: 13px 14px;
}

.faq-search__form button {
	background: #12a8eb;
	border: 1px solid #12a8eb;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 0 22px;
}

.faq-search__results {
	margin-bottom: 20px;
}

.faq-search__result-section + .faq-search__result-section {
	margin-top: 44px;
}

.faq-search__qa {
	margin-top: 22px;
}

.faq-search__navigation {
	margin-top: 18px;
	overflow: hidden;
}

.faq-search__empty .faq-link-list {
	margin-top: 14px;
}

@media screen and (max-width: 823px) {
	.faq-cat-title__body {
		max-width: none;
	}

  .faq-cat-title .inner {
    padding: 2rem 1.2rem;
  }

  .header-inner-title.faq-cat-title {
    background-position: 20%;
  }

	.faq-cat-title__cta a {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}

	.faq-cat__article-grid {
		grid-template-columns: 1fr;
	}

	.faq-answer-box.faq-cat__article-card {
		min-height: 0;
	}

	.faq-related.faq-cat__qa .faq-cat__qa-body {
		padding: 16px;
	}

	.faq-cat__chips {
		display: block;
	}

	.faq-cat__chips a {
		box-sizing: border-box;
		margin: 0 0 6px;
		width: 100%;
	}

	.faq-link-list.faq-cat__related-cats span {
		display: block;
		float: none;
		margin-top: 3px;
	}

	.faq-cta__actions {
		display: block;
	}

	.faq-cta a.faq-cta__tel {
		margin-top: 10px;
		max-width: none;
	}

	.header-inner-title.faq-archive-title {
		background-position: 20%;
		min-height: 0;
		padding-bottom: 36px;
		padding-top: 36px;
	}

	.faq-archive-title .inner {
		padding: 2rem 1.2rem;
	}

	.faq-archive-title__body {
		max-width: none;
	}

	.faq-archive-title__heading {
		font-size: 27px;
		line-height: 1.45;
	}

	.faq-archive-title__lead {
		font-size: 14px;
		line-height: 1.8;
	}

	.faq-archive-title__search {
		display: flex;
		max-width: none;
		width: 100%;
	}

	.faq-archive-title__search button {
		padding: 0 14px;
	}

	.faq-archive-title__actions {
		display: block;
	}

	.faq-archive-title__cta {
		box-sizing: border-box;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}

	.faq-archive-title__chips {
		display: block;
	}

	.faq-archive-title__chips li {
		margin-bottom: 7px;
	}

	.faq-archive__cat-grid,
	.faq-archive__method-grid {
		grid-template-columns: 1fr;
	}

	.faq-answer-box.faq-archive__cat-card {
		min-height: 0;
	}

	.faq-search__intro {
		padding: 20px 18px;
	}

	#main.faq-single .faq-search__intro h1 {
		font-size: 21px;
	}

	.faq-search__form {
		display: block;
		max-width: none;
	}

	.faq-search__form input[type="search"],
	.faq-search__form button {
		border-radius: 4px;
		box-sizing: border-box;
		width: 100%;
	}

	.faq-search__form button {
		margin-top: 8px;
		padding: 12px;
	}
}
