.fh-basic {
	font-size: 20px;
	text-align: center;
	margin: 85px 0 76px;
	line-height: 1.0;
}
.fh-n {
	display: flex;
	max-width: 992px;
	margin: 0 auto;
}
.fh-n.find-n_d {
	margin-top: 40px;
}
.fh-basic,
.fh-n {
	padding-left: 30px;
	padding-right: 30px;
}
.fh-n-buttons {
	flex: 0 0 350px;
}
.fh-n-content {
	flex: 0 0 calc(100% - 350px);
}
.fh-n .tab-pane .sp-caption {
	margin-left: -350px;
	margin-top: 60px;
}
.fh-n-buttons .nav-link {
	width: calc(100% - 30px);
	border-width: 0;
	border-radius: 0;
	padding: 0 10px 0 0;
	background-color: #FFF;
	color: var(--theme-color-green);
	display: flex;
	align-items: center;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	border: 1.5px solid #d9d8de;
	border-radius: 8px;
}
.fh-n-buttons .nav-link + .nav-link{
	margin-top: 10px;
}
.fh-n-buttons .nav-pills .nav-link:hover,
.fh-n-buttons .nav-pills .nav-link:active {
	background-color: #fff;
	border-color: #75B055;
	box-shadow: inset 0 0 0 1.5px #75B055 !important;
}
.fh-n-buttons .nav-pills .nav-link.active,
.fh-n-buttons .nav-pills .show > .nav-link {
	background-color: #75B055;
	border-color: #5B8B41;
	color: #fff;
/* 
	border-radius: 8px;
border: 1.5px solid #5B8B41;
background: #75B055; */
}
.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image-container {
	width: 80px;
	height: 57.5px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image {
	height: 40px;
}
/* .fh-n-buttons .nav-pills .nav-link:hover .sp-thumbnail-image, */
.fh-n-buttons .nav-pills .nav-link.active .sp-thumbnail-image,
.fh-n-buttons .nav-pills .show > .nav-link .sp-thumbnail-image {
	filter: brightness(10);
}
.fh-n-buttons .nav-pills .sp-thumbnail-text {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--theme-color);
}
/* .fh-n-buttons .nav-pills .nav-link:hover .sp-thumbnail-title, */
.fh-n-buttons .nav-pills .nav-link.active .sp-thumbnail-title,
.fh-n-buttons .nav-pills .show > .nav-link .sp-thumbnail-title {
	color: #fff;
}
.fh-n-buttons .nav-link::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	right: -13px;
	top: 0;
	left: auto;
	background-color: transparent;
	border-radius: 8px;
	/* transition: .15s; */
}
.fh-n-buttons .nav-link:hover::after,
.fh-n-buttons .nav-link:active::after,
.fh-n-buttons .nav-link.active::after {
	background-color: #8bca69;
}
.container.page-header-container {
	max-width: 992px;
}
@media (min-width: 1024px) {
	.container.page-header-container,
	.fh-n {
		max-width: 1024px;
	}
	.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image-container {
	  height: 61px;
	}
}
@media (min-width: 1100px) {
	.container.page-header-container,
	.fh-n {
		max-width: 1100px;
	}
	.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image-container {
		height: 69.4px;
	}
}
@media (min-width: 1200px) {
	.fh-n-buttons {
		flex: 0 0 420px;
		padding-right: 20px;
	}
	.fh-n-content {
		flex: 0 0 calc(100% - 420px);
	}
	.fh-n .tab-pane .sp-caption {
		margin-left: -400px;
	}
	.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image-container {
		width: 110px;
		height: 93px;
		padding-right: 5px;
	}
	.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-title {
		font-size: 20px;
		line-height: 1.2;
	}
	.container.page-header-container,
	.fh-n {
		max-width: 1200px;
	}
	.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image-container {
		height: 75.2px;
	}
	.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image {
		height: 55px;
	}
	.find-help-page .page-header-hint {
		transform: translateY(3px);
	}
	.find-help-page .page-header-breadcrumbs {
		transform: translateY(8px);
	}
	.find-help-page .fh-basic {
		margin: 85px 0 74px;
		padding-left: 53px
	}
}
@media (min-width: 1280px) {
	.container.page-header-container,
	.fh-n {
		max-width: 1240px;
	}
	.fh-n-buttons .nav-pills .nav-link .sp-thumbnail-image-container {
		width: 82px;
		height: 82px;
		padding-right: 0;
	}
}
@media (min-width: 1366px) {
	.find-help-page .container.page-header-container {
		padding-left: 0;
		padding-right: 0;
	}
	.container.page-header-container,
	.fh-n {
		max-width: 1240px;
	}
	.fh-basic,
	.fh-n {
		padding-left: 0;
		padding-right: 0;
	}
	.sp-content-form h4 {
		line-height: 1.0;
		margin-bottom: 0;
	}
	.sp-content-form .form.spc-form {
		gap: 11px;
		margin-top: 40px;
	}
}
#advocate-search-modal + div {
	display: none;
}

.tab-pane .sp-text {
	width: 580px;
	flex: 0 0 580px;
}
.tab-pane .sp-title {
	font-size: 48px;
    line-height: 50px;
	color: var(--theme-color);
    margin-bottom: 20px;
}
.tab-pane .sp-title-hint {
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	margin-bottom: 20px;
}
.tab-pane .sp-bold {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
	padding-top: 20px;
	border-top: 1.2px solid #d9d8de;
}
.tab-pane .sp-list li {
	line-height: 1.5;
	width: 100%;
}
.tab-pane .sp-list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.tab-pane .sp-list li {
	line-height: 1.5;
	padding-left: 26px;
	background: url("../images/check-green-n.svg") no-repeat left 6px;
}
.tab-pane .sp-list li + li {
	margin-top: 12px;
}


@media (min-width: 576px) {
	.tab-pane .unsure-link {
		font-weight: 600;
	}
}
.sp-content-form.sp-content-form_d {
	padding: 0;
	border-width: 0;
	border-radius: 6px;
	flex: 0 0 580px;
	display: flex;
	flex-direction: column;
}
.sp-content-form.sp-content-form_d .form.spc-form {
	gap: 11px;
	margin-top: 10px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.sp-content-form.sp-content-form_d .form.spc-form .green-button {
	flex: 0 0 186px;
}
.sp-content-form.sp-content-form_d .form.spc-form  .pac-target-input {
	flex: 0 0 calc(100% - 197px);
	padding: 15.5px 20px 15.5px 40px;
	background-color: #fff;
	border-width: 1px;
}

.fh-m-img {
	position: relative;
}

@media (min-width: 1280px) {
	.sp-slide-img .fh-m-img .fh-m-img__video {
		left: 82px;
		right: 87px;
	}
	.sp-slide-img .fh-m-img .fh-m-img__video-title {
		font-size: 22px;
	}
}