.hero_label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: var(--green-700);
	background-color: var(--green-200);
	border: 1px solid var(--green-400);
	border-radius: 999px;
	padding: 5px 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.document_style_d .hero_label {
	border-color: #00A656;
	background-color: #97E1BD;
	color: #004725;
}

.document_style_d .hero_label:before {
	background-image: url(../images/checkmark-d.png);
	background-size: cover;
}

.hero_label_wrapper {
	margin-top: 28px;
}

.document_style_a .hero_label_wrapper {
	display: none;
}

li.featured {
	display: flex;
	align-items: center;
	gap: 8px;
}

li.featured:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/document-icon.svg);
}

body.document_style_c li.featured:before {
	background-image: url(../images/document-icon-blue2.svg);
}

body.document_style_d li.featured:before {
	background-image: url(../images/document-icon-d.png);
}

body:not(.document_style_a) li.duration {
	display: flex;
	align-items: center;
	gap: 8px;
}

body:not(.document_style_a) li.duration:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon-clock.svg);
}

body.document_style_c li.duration:before {
	background-image: url(../images/icon-clock-blue.svg);
	background-size: cover;
}

body.document_style_d li.duration:before {
	background-image: url(../images/icon-clock-d.png);
}

body:not(.document_style_a) li.download {
	display: flex;
	align-items: center;
	gap: 8px;
}

body:not(.document_style_a) li.download:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon-download.svg);
	background-size: cover;
}

body.document_style_c li.download:before {
	background-image: url(../images/icon-download-blue.svg);
}

body.document_style_d li.download:before {
	background-image: url(../images/icon-download-d.png);
}

body:not(.document_style_a) .document-hero .salient-features {
	column-gap: 20px;
	margin-top: 28px;
}

body.document_style_d .document-hero .salient-features {
	column-gap: 9px;
}

.document_style_b #js-document-hero {
	background-color: var(--secondary-100);
}

.document_style_c #js-document-hero {
	background-color: var(--secondary-200);
}

.document_style_d #js-document-hero {
	background-color: var(--primary-50);
}

body:not(.document_style_a) #js-document-hero {
	padding: 66px 0 62px;
}

body:not(.document_style_a) .document-hero>.wrap {
	max-width: calc(1256px + 20px + 20px);
	padding-right: 20px;
	padding-left: 20px;
	justify-content: space-between;
	gap: 50px;
}

body:not(.document_style_a).style-image .document-hero img {
	width: 416px;
	height: auto;
}

body:not(.document_style_a).style-image .document-hero .image {
	width: 428px;
	margin-left: 0;
	position: relative;
}

body:not(.document_style_a).style-image .document-hero .inner {
	width: calc(100% - 428px - 108px);
}

body:not(.document_style_a).style-image .document-hero img {
	border-radius: 0;
}

body.document_style_d.style-image .document-hero img {
	border-color: #F4F4F5;
	border-radius: 8px;
}

body:not(.document_style_a).style-image .document-hero img:nth-child(1) {
	z-index: 3;
	position: relative;
}

.stacked_image {
	position: absolute;
	width: 401px;
	max-width: 100%;
	height: 100%;
	background-color: white;
	border: 1px solid #bdbdbd;
}

.stacked_image_1 {
	top: 6px;
	left: 6px;
	z-index: 2;
}

.stacked_image_2 {
	top: 12px;
	left: 12px;
	z-index: 1;
}

body:not(.document_style_a) .document-hero h1 {
	font-size: 52px;
	line-height: 64px;
	font-weight: 600;
	margin-bottom: 24px;
	color: var(--primary-900);
}

body.document_style_b .document-hero h1 {
	font-family: "Playfair Display";
}

body.document_style_d .document-hero h1 {
	color: var(--primary-950);
}

body:not(.document_style_a) .document-hero p:not(.document-meta) {
	font-size: 20px;
	line-height: 32px;
	color: var(--neutral-700);
	margin-bottom: 28px;
}

body.document_style_d .document-hero p:not(.document-meta) {
	font-size: 26px;
	line-height: 32px;
}

body:not(.document_style_a) .site-header {
	margin-bottom: 0;
}

.document_style_b .site-header {
	background-color: var(--secondary-100);
}

.document_style_c:not(.seo-page) .site-header {
	background-color: var(--secondary-200);
}

.document_style_d .site-header {
	background-color: var(--primary-50);
}

.document_style_c .btn-solid {
	background-color: var(--primary-500-blue);
	border-color: var(--primary-500-blue);
}

.document_style_c .btn-solid:hover {
	color: var(--primary-500-blue);
	background-color: transparent;
}

.document_style_d .document-hero {
	font-family: "DM Sans", sans-serif;
}

body:not(.document_style_a).scrolling .site-header {
	background-color: white;
}

body:not(.document_style_a) .document-hero-dropdown .btn-solid {
	height: 60px;
}

body:not(.document_style_a) .document-steps {
	background-color: transparent !important;
	padding: 0;
}

body:not(.document_style_a) .document-steps.full-width>.wrap {
	width: 1256px;
	max-width: calc(100% - 40px);
	padding: 32px;
	border: 1px solid var(--neutral-400);
	border-radius: 12px;
	background-color: white;
}

.step_title {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: var(--primary-900);
}

.step_subtitle {
	font-size: 16px;
	line-height: 24px;
	color: var(--neutral-700);
}

.document_style_d .step_title {
	color: var(--neutral-900);
}

.document_style_d .step_subtitle {
	color: var(--neutral-700-d);
}

body:not(.document_style_a) .steps_heading {
	color: var(--primary-900);
	font-size: 26px;
	font-weight: 600 !important;
	line-height: 32px; 
	border-right: 2px solid var(--neutral-300) !important;
	flex: 0 0 200px !important;
	display: flex;
	align-items: center;
	padding-right: 20px !important;
}

body:not(.document_style_a) span.step_number {
	margin-top: -5px;
	margin-bottom: 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 64px; 
	color: var(--secondary-900) !important;
	margin-right: 24px !important;
}

body.document_style_c span.step_number {
	color: var(--secondary-900-blue) !important;
}

body.document_style_d span.step_number {
	color: var(--tertiary-700) !important;
}

body:not(.document_style_a) li.step {
	flex: 1;
}

body:not(.document_style_a) ol.steps {
	gap: 24px !important;
}

body:not(.document_style_a) .document-steps {
	position: relative;
}

.document_style_d .document-steps {
	font-family: "DM Sans", sans-serif;
}

.document_style_d .steps_heading {
	color: var(--neutral-900)
}

body:not(.document_style_a) .document-steps:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: var(--secondary-100);
	z-index: -1;
}

body.document_style_c .document-steps:before {
	background: var(--secondary-200);
}

body.document_style_d .document-steps:before {
	background: var(--primary-50);
}

body:not(.document_style_a) .step_subtitle br {
	display: none;
}

body:not(.document_style_a) .document-steps.full-width>.wrap {
	display: flex;
	align-items: stretch;
}

body:not(.document_style_a):not(.seo-page) .sidebar {
	display: none;
}

body:not(.document_style_a):not(.seo-page) main {
	width: 100% !important;
	margin-bottom: 0;
}

body:not(.document_style_a):not(.seo-page) .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

body:not(.document_style_a) article.document,
body:not(.document_style_a) .entry-sources,
body:not(.document_style_a) .document-meta {
	width: 1256px;
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

body:not(.document_style_a) .collapsible_content {
	display: none;
}

body:not(.document_style_a) .content_block.active .collapsible_content {
	display: block;
}

body:not(.document_style_a) article h2 {
	cursor: pointer;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px; /* 120% */
	margin-bottom: 0;
}

body:not(.document_style_a) h2 b,
body:not(.document_style_a) h2 strong,
body:not(.document_style_a) h3 b,
body:not(.document_style_a) h3 strong {
	font-weight: 600;
}

body:not(.document_style_a) .content_block.active h2,
body:not(.document_style_a) .content_block.active h3,
body:not(.document_style_a) .content_block.active h4,
body:not(.document_style_a) .content_block.active h5 {
	margin-bottom: 24px;
	font-weight: 600;
}

body:not(.document_style_a) .content_block h2,
body:not(.document_style_a) .content_block h3,
body:not(.document_style_a) .content_block h4,
body:not(.document_style_a) .content_block h5 {
	color: var(--primary-900);
}

body.document_style_d .content_block h2,
body.document_style_d .content_block h3,
body.document_style_d .content_block h4,
body.document_style_d .content_block h5 {
	color: var(--primary-950);
}

body.document_style_b .content_block h2,
body.document_style_b .content_block h3,
body.document_style_b .content_block h4,
body.document_style_b .content_block h5 {
	font-family: "Playfair Display";
}

body:not(.document_style_a) .content_block h2 {
	background-image: url(../images/plus-collapse.svg);
	background-position: right 10px;
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
}

body:not(.document_style_a) .content_block.active h2 {
	background-image: url(../images/minus-collapse.svg);
}

body:not(.document_style_a) .content_block {
	padding-bottom: 48px;
	border-bottom: 1px solid var(--neutral-300);
	margin-bottom: 48px;
}

body:not(.document_style_a) .collapsible_content,
body:not(.document_style_a) .entry-content > p {
	width: 800px;
	max-width: 100%;
}

body:not(.document_style_a) .content_block:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

body:not(.document_style_a) article p,
body:not(.document_style_a) article ol,
body:not(.document_style_a) article ul {
	font-size: 16px;
	line-height: 24px;
}

.document_style_d article {
	color: var(--neutral-700-d);
}

body:not(.document_style_a) .tip {
	border-radius: 12px;
	border: 1px solid var(--secondary-900);
	background: var(--secondary-300);
	margin-bottom: 24px;
	margin-top: 0;
}

body.document_style_c .tip {
	background: #EEF1F8;
	border-color: var(--secondary-900-blue);
}

body.document_style_d .tip {
	background: var(--tertiary-50);
	border-color: var(--tertiary-300);
}

body:not(.document_style_a) .document_container {
	width: 1254px;
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

body:not(.document_style_a) #js-document-hero.large-image {
	padding-top: 24px;
	padding-bottom: 88px;
}

.select_text {
	font-size: 20px;
	font-weight: 600;
	line-height: 32px; /* 160% */
	margin-top: 55px;
	margin-bottom: 24px;
}

body:not(.document_style_a) .document-hero-options .blocks {
	padding-top: 0;
	gap: 17px;
	margin-bottom: 32px;
	width: 1040px;
}

.document-hero-options .blocks {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.document-hero[data-options_count="12"] .document-hero-options .blocks,
.document-hero[data-options_count="18"] .document-hero-options .blocks {
	width: 1152px;
}

.document-hero[data-options_count="7"] .document-hero-options .blocks,
.document-hero[data-options_count="8"] .document-hero-options .blocks {
	width: 900px;
}

.document-hero[data-options_count="6"] .document-hero-options .blocks {
	width: 700px;
}

body:not(.document_style_a) .blocks .block {
	border: 1px solid var(--neutral-400) !important;
	border-radius: 8px;
	box-shadow: none !important;
	background-color: white !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

body:not(.document_style_a) .blocks .block:hover {
	box-shadow: 0px 3.2px 12.8px 0px rgba(0, 0, 0, 0.12) !important;
}

body:not(.document_style_a) .blocks .block.selected {
	border: 1px solid var(--secondary-700) !important;
	background-color: var(--secondary-300) !important;
	box-shadow: none !important;
}

body.document_style_c .blocks .block.selected,
body.document_style_d .blocks .block.selected {
	border-color: #306597 !important;
	background-color: #EEF1F8 !important;
}

body:not(.document_style_a) .blocks .block.selected img {
	filter: none !important;
}

body:not(.document_style_a) .document-hero-options .block span {
	color: var(--neutral-700);
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 24px;
	text-transform: capitalize;
}

body:not(.document_style_a) .document-hero.has-options .salient-features .rating {
	justify-content: center;
}

body:not(.document_style_a) .has-options .salient-features {
	justify-content: center;
}

body:not(document_style_a) .salient-features .duration {
	display: none;
}

body:not(.document_style_a) .cta_section .document-hero-dropdown {
	margin: 0;
	justify-content: left;
}

.eeat {
	margin-bottom: 35px;
}

.eeat_contributors_wrapper {
	margin-bottom: 11px;
}

.eeat_contributors {
	display: flex;
	gap: 45px;
	align-items: center;
	flex-wrap: wrap;
}

.contributor_avatar {
	flex: 0 0 32px;
}

.contributor_avatar img {
	border-radius: 50%;
	display: block;
	width: 32px;
	height: auto;
}

.eeat_contributor {
	display: flex;
	gap: 10px;
	align-items: center;
}

.contributor_label {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
}

.contributor_name {
	position: relative;
	white-space: nowrap;
}

.contributor_name a {
	color: #525252;
	text-decoration: underline;
	border: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #525252;
}

.eeat_date {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
}

.style-default .document-hero {
	margin-bottom: 35px;
	padding-bottom: 0;
}

.hover_card_outer {
	position: absolute;
	width: 280px;
	bottom: 0;
	transform: translateY(100%);
	padding-top: 9px;
	display: none;
	z-index: 2;
}

.contributor_name:hover .hover_card_outer {
	display: block;
}

.hover_card_outer:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 9px;
	display: block;
	background-image: url(../images/tail.svg);
	left: 12px;
	top: 0;
}

.hover_card {
	padding: 12px;
	background-color: white;
	border-radius: 12px;
	box-shadow: 0px 12px 24px 0px rgba(14, 18, 27, 0.06), 0px 1px 2px 0px rgba(14, 18, 27, 0.03);
}

.hover_card__header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hover_card__avatar img {
	width: 46px;
	height: auto;
	border-radius: 50%;
}

.hover_card__bio {
	color: #757575;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	white-space: normal;
}

.hover_card__label {
	font-size: 12px;
	line-height: 15px;
	color: #757575;
}

.hover_card__name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #292929;
}

.hover_card__header {
	margin-bottom: 15px;
}

a.hover_card__link {
	font-size: 12px;
	line-height: 15px;
	color: #757575;
	text-decoration: none;
	font-weight: normal;
	display: flex;
	align-items: center;
	gap: 4px;
}

a.hover_card__link:hover {
	text-decoration: underline;
}

.hover_card__links {
	gap: 12px;
	display: flex;
	align-items: center;
}

.full_bio_link:before,
.editorial_guidelines_link:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
}

.full_bio_link:before {
	background-image: url(../images/external-link.svg);
}

.editorial_guidelines_link:before {
	background-image: url(../images/book.svg);
}

.html_viewer__inner {
	height: 500px;
	overflow: auto;
	position: relative;
}

.pc:before,
.pc:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/watermark.svg);
	display: block;
	z-index: 1;
	background-size: 90% auto;
	background-repeat: no-repeat;
}

.pc:before {
	background-position: center 50px;
}

.pc:after {
	background-position: center calc(100% - 50px);
}

.html_viewer__footer {
	display: flex;
	border: 1px solid #bdbdbd;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.html_viewer__footer .btn {
	flex: 1;
	padding: 1.5rem;
	justify-content: center;
}

.html_viewer__footer .btn:first-child {
	border-right: 1px solid #bdbdbd;
}

#pf1 {
	margin-top: 0;
}

#page-container {
	background: none !important;
}

#sidebar {
	display: none;
}

.pf {
	box-shadow: none !important;
}

.popular_label {
	font-size: 10px;
	line-height: 20px;
	font-weight: 700;
	color: var(--primary-500);
	margin-bottom: 8px;
	text-transform: uppercase;
}

.create_document {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--primary-500-blue);
	display: flex;
	align-items: center;
	gap: 4px;
	border: none;
}

.create_document:hover {
	color: var(--primary-500-blue);
}

.create_document:after {
	content: '';
	display: block;
	background-image: url(../images/arrow-right-create.svg);
	width: 20px;
	height: 20px;
}

.preview_disclaimer {
	border-radius: 8px 8px 0 0;
	background: #E3ECFF;
	text-align: center;
	padding: 8px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: var(--secondary-900-blue);
}

.html-document {
	border: 1px solid #E3ECFF;
}

.html_viewer__inner {
	height: 530px;
	position: relative;
	transform-origin: top left;
	overflow: visible;
	transform: scale(0.8);
	width: calc(100% / 0.8);
}

.pc:before,
.pc:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/watermark.svg);
	display: block;
	z-index: 1;
	background-size: 90% auto;
	background-repeat: no-repeat;
}

.pc:before {
	background-position: center 50px;
}

.pc:after {
	background-position: center calc(100% - 50px);
}

.html_viewer__footer {
	display: flex;
	border: 1px solid #bdbdbd;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.html_viewer__footer .btn {
	flex: 1;
	padding: 1.5rem;
	justify-content: center;
}

.html_viewer__footer .btn:first-child {
	border-right: 1px solid #bdbdbd;
}

#pf1 {
	margin-top: 0;
}

#page-container {
	background: none !important;
}

#sidebar {
	display: none;
}

.pf {
	box-shadow: none !important;
}

.create_document_wrapper a {
	line-height: 24px;
	border: none;
	font-weight: 600;
	color: #23479A;
	display: flex;
	align-items: center;
	gap: 4px;
}

.create_document_wrapper a:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow-create.svg);
}

@media (min-width: 992px) {
	body:not(.document_style_a).style-image .document-hero img {
		width: 401px;
	}

	body:not(.document_style_a) .footer-widgets {
		border: none;
	}

	body:not(.document_style_a) .site-header>.wrap {
		width: 1256px;
		max-width: calc(100% - 40px);
		padding-left: 0;
		padding-right: 0;
	}

	body.document_style_d .site-header {
		padding-top: 10px;
	}

	body.document_style_d.scrolling .site-header {
		background-color: transparent;
		box-shadow: none;
	}

	body.document_style_d {
		position: relative;
	}

	body.document_style_d:before {
		background-color: var(--primary-50);
		content: '';
		position: absolute;
		width: 100%;
		height: 200px;
		left: 0;
		top: 0;
	}

	body.document_style_d .site-header>.wrap {
		background-color: white;
		border-radius: 16px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 991px) {
	.document-hero.has-options .hero_label_wrapper {
		text-align: center;
	}

	body:not(.document_style_a) article h2 {
		cursor: pointer;
		font-size: 24px;
		line-height: 32px;
	}

	body:not(.document_style_a) .blocks .block {
		padding: 9px 5px !important;
		border-radius: 4px;
	}

	body:not(.document_style_a) #js-document-hero.large-image {
		padding-top: 16px;
		padding-bottom: 48px;
	}

	body:not(.document_style_a) .document-hero-options .blocks {
		gap: 12px;
	}

	body:not(.document_style_a) .document-hero.large-image h1 {
		margin-bottom: 12px;
		text-align: center;
	}

	.select_text {
		margin-top: 16px;
		text-align: center;
		margin-bottom: 16px;
		font-size: 18px;
		line-height: 26px;
	}

	body:not(.document_style_a) .block img {
		width: 40px;
		height: auto;
	}

	body:not(.document_style_a) .document-hero.large-image p:not(.document-meta) {
		margin-bottom: 16px;
		text-align: center;
	}

	body:not(.document_style_a) .document-hero-options .blocks {
		margin-bottom: 28px;
	}

	body:not(.document_style_a) .document-hero-options .block span {
		font-size: 14px;
		line-height: 20px;
	}

	body.document_style_b .content_block h2 {
		background-position: right 8px;
	}

	body:not(.document_style_a) .content_block {
		padding-bottom: 24px;
		margin-bottom: 12px;
	}

	body:not(.document_style_a) article.document {
		margin-bottom: 48px;
	}

	body:not(.document_style_a) h2 {
		font-size: 24px;
		line-height: 32px;
	}

	body:not(.document_style_a) .document-steps {
		padding-bottom: 42px;
	}

	body.document_style_b .document-steps {
		background-color: var(--secondary-100) !important;
	}

	body.document_style_c .document-steps {
		background-color: var(--secondary-200) !important;
	}

	body.document_style_d .document-steps {
		background-color: var(--primary-50) !important;
	}

	body:not(.document_style_a) span.step_number {
		margin-top: 0 !important;
	}

	body:not(.document_style_a) .document-steps.full-width>.wrap {
		border-color: var(--neutral-300);
	}

	body:not(.document_style_a) .document-steps.full-width>.wrap {
		flex-direction: column;
	}

	body:not(.document_style_a) ol.steps {
		flex-direction: column;
		display: inline-flex !important;
	}

	body:not(.document_style_a) .steps_heading {
		width: 100% !important;
		border-right: none !important;
		justify-content: center;
	}

	body:not(.document_style_a) .document-steps.full-width>.wrap {
		padding: 48px 20px;
		max-width: 100%;
		border-radius: 0;
		display: block;
		text-align: center;
	}

	body:not(.document_style_a) .steps_heading {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 32px !important;
	}

	.document_style_b .steps_heading {
		font-family: "Playfair Display";
	}

	body:not(.document_style_a) span.step_number {
		font-size: 36px;
		line-height: 36px;
		margin-right: 16px;
	}

	.step_title {
		font-size: 18px;
		line-height: 26px;
	}

	body:not(.document_style_a) li.step {
		text-align: left;
	}

	body:not(.document_style_a).style-image .document-hero .inner {
		width: 100%;
		margin-bottom: 0;
	}

	body:not(.document_style_a).style-image .document-hero .image {
		display: block;
		margin-top: 40px;
	}

	.image.hide-mobile {
		display: none !important;
	}

	body:not(.document_style_a) #js-document-hero {
		padding: 32px 0 60px;
		text-align: center;
	}

	body:not(.document_style_a) .document-hero-dropdown {
		margin-left: auto;
		margin-right: auto;
	}

	body:not(.document_style_a) .document-hero .salient-features {
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		row-gap: 12px;
	}

	body:not(.document_style_a) .document-hero .salient-features .rating {
		justify-content: center;
		width: 100%;
	}

	body:not(.document_style_a).style-image .document-hero .image {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		position: relative;
		left: -6px;
	}

	body:not(.document_style_a) .document-hero h1 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 16px;
		text-align: center;
	}

	body:not(.document_style_a) .document-hero p:not(.document-meta) {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}

	body:not(.document_style_a) .salient-features li span {
		font-size: 12px;
		line-height: 16px;
	}

	body:not(.document_style_a) li:before {
		width: 14px;
		height: 14px;
		background-size: 14px !important;
		background-repeat: no-repeat;
	}

	body:not(.document_style_a) .document-hero .salient-features li {
		margin-bottom: 0;
		gap: 6px;
	}

	body.document_style_d .document-hero .salient-features li {
		gap: 4px;
	}
}

@media (max-width: 767px) {
	.html_viewer__inner {
		height: 340px;
	}

	body:not(.document_style_a).style-image .document-hero .image {
		width: 332px;
	}

	.hover_card_outer {
		display: none !important;
	}

	.eeat_contributors {
		column-gap: 24px;
		row-gap: 16px;
	}
}

@media (min-width: 561px) {
	body.document_style_a .document-hero.has-options .salient-features {
		justify-content: center;
	}

	body.document_style_a .has-options li.rating {
		justify-content: center;
	}

	body.document_style_a .has-options li.download,
	body.document_style_a .has-options li.esign {
		justify-content: center;
	}
}

@media (max-width: 560px) {
	.document-hero[data-options_count="4"] .blocks,
	.document-hero[data-options_count="2"] .blocks {
		grid-template-columns: 1fr 1fr !important;
	}

	.document-hero[data-options_count="3"] .blocks {
		grid-template-columns: 1fr 1fr 1fr !important;
	}
}
