.component-gallery .item {
	margin-bottom: 24px;
	border-radius: 8px;
	border: 0.5px solid #BDBDBD;
	transition: box-shadow 0.3s ease;
}

.component-gallery .item:hover {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
}

.component-gallery .item:last-child {
	margin-bottom: 0;
}

.component-gallery img {
	width: 90px;
	height: auto;
	border-radius: 4px;
	border: 0.5px solid #BDBDBD;
}

.component-gallery .image {
	padding: 11px;
	border-right: 0.5px solid #BDBDBD;
}

.component-gallery .text {
	padding: 20px;
}

.component-gallery h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.component-gallery p {
	font-size: 14px;
	line-height: 20px;
	color: #525252;
}

body.content_style_expanded h2 {
	cursor: auto !important;
}

@media (max-width: 1079px) {
	.component-gallery .image {
		border: none;
		padding: 16px;
		padding-bottom: 0;
	}

	.component-gallery .item {
		background-color: #FAFAFA;
		border-width: 1px;
	}

	.component-gallery .text {
		padding: 16px;
	}

	.component-gallery img {
		height: 260px;
		width: auto;
		border-radius: 8px;
	}
}

.document-breadcrumbs {
	background-color: var(--secondary-200);
	margin-bottom: 0;
	padding-top: 24px;
}

p#breadcrumbs {
	font-size: 16px;
	line-height: 25px;
	color: var(--neutral-700);
}

span.breadcrumb_last {
	font-weight: 600;
}

.breadcrumbs svg.icon-angle-right {
	width: 20px;
	height: 20px;
	background-image: url(../images/breadcrumbs-arrow.svg);
}

.breadcrumbs svg.icon-angle-right use {
	display: none;
}

p#breadcrumbs > span {
	display: flex;
	align-items: center;
	gap: 5px;
}

body.seo-page #js-document-hero.document-hero {
	padding-top: 35px;
	padding-bottom: 88px;
}

.document-breadcrumbs .wrap,
.content-sidebar-wrap {
	max-width: calc(1256px + 20px + 20px);
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.toc_sidebar__title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: var(--primary-900);
	margin-bottom: 8px;
}

.toc_sidebar__link,
.toc_sidebar__sublink {
	font-size: 16px;
	line-height: 24px;
	color: var(--neutral-700);
	border: none;
	display: block;
	padding: 8px;
	padding-left: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.toc_sidebar__item.active > a,
.toc_sidebar__subitem.active > a {
	background-color: var(--secondary-200);
	color: var(--neutral-800);
	font-weight: 600;
}

.toc_sidebar__sublink {
	padding-left: 36px;
}

.toc_sidebar__link:before,
.toc_sidebar__sublink:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.toc_sidebar__link:before {
	background-color: var(--neutral-700);
}

.toc_sidebar__sublink:before {
	border: 0.5px solid var(--neutral-700);
}

.toc_sidebar__item.active > .toc_sidebar__link:before {
	background-color: var(--neutral-800);
}

.toc_sidebar__subitem.active > .toc_sidebar__sublink:before {
	border: 0.5px solid var(--neutral-800);
}

#js-entry-sources-toggle {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: var(--primary-900);
	border: none;
	display: block;
	background-image: url(../images/plus-collapse.svg);
	background-position: right 10px;
	background-repeat: no-repeat;
	width: 100%;
	text-align: left;
}

.entry-sources.open #js-entry-sources-toggle {
	background-image: url(../images/minus-collapse.svg);
}

#js-entry-sources-toggle .label {
	border: none;
}

#js-entry-sources-toggle:hover .label {
	color: var(--primary-900);
}

#js-entry-sources-toggle .icon-wrapper {
	display: none;
}

.entry-sources {
	border-bottom: 1px solid var(--neutral-300);
	padding-bottom: 8px;
}

.entry-sources .header {
	padding: 32px;
	border-radius: 8px;
	border: 1px solid var(--secondary-400);
	background: var(--secondary-200);
	color: var(--neutral-700, #525252);
	margin-top: 16px;
	margin-bottom: 16px;
}

.entry-sources .header p {
	font-size: 16px;
	line-height: 24px; 
	color: var(--neutral-700, #525252);
}

div.entry-sources>div {
	padding-top: 0;
}

.entry-sources ol>li, .entry-sources ul>li {
	font-size: 16px;
	line-height: 24px;
}

#js-sources a {
	color: var(--primary-500-blue);
	font-weight: 600;
	border-bottom: 1px solid var(--primary-500-blue);
}

.site-inner {
	padding-bottom: 128px;
}

.hero_label_wrapper {
	margin-bottom: 24px;
	margin-top: 0;
}

body.seo-page .document-hero p:not(.document-meta) {
	margin-bottom: 32px;
}

body.seo-page .document-hero .salient-features {
	margin-top: 32px;
}

li.rating {
	order: 2;
}

li.rating strong {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #525252;
}

.document-hero .salient-features {
	row-gap: 24px;
}

.salient-features li span.ratings {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #525252;
}

.salient-features .rating .stars>div>svg {
	fill: #F5C410;
}

.salient-features li span {
	color: #525252;
}

.salient-features li span.downloads_count {
	font-size: 14px !important;
	line-height: 14px;
	font-weight: 600 !important;
	color: #525252;
	border-left: 1px solid #BDBDBD;
	padding-left: 6px;
}

body.seo-page span.step_number {
	font-weight: 600;
}

.step_title {
	margin-bottom: 4px;
}

.site-inner {
	margin-top: 60px;
}

.eeat_contributors_wrapper {
	margin-bottom: 16px;
}

.eeat {
	margin-bottom: 48px;
}

.entry-content > p:first-child {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 48px;
}

.document-state-select .inner {
	border: 1px solid var(--neutral-300);
}

.document-state-select a {
	line-height: 25px;
	border-bottom: 2px solid var(--secondary-400);
}

.document-state-select ul li {
	min-height: 42px;
	display: flex;
	align-items: center;
}

.document-state-select {
	margin-top: 0;
}

body.seo-page .content_block.active h2 {
	margin-bottom: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

.faq-item {
	padding: 16px;
	background-color: var(--neutral-50);
	border-radius: 8px;
}

.faq-item:last-child {
	margin-bottom: 0;
}

body.seo-page .content_block .faq-item h3 {
	color: var(--primary-900);
	font-family: "Source Sans Pro";
	font-size: 20px;
	font-weight: 600;
	line-height: 32px; /* 160% */
	margin-bottom: 0;
}

.faq-item .header {
	border: none;
	margin: 0;
	padding: 0;
}

.faq-item.open .header {
	margin-bottom: 16px;
}


body.seo-page article .faq-item p,
body.seo-page article .faq-item li {
	font-size: 16px;
	line-height: 24px;
}

.faq-item .header .icon-wrapper {
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-image: url(../images/faq-down.svg);
}

.faq-item.open .header .icon-wrapper {
	background-image: url(../images/faq-up.svg);
}

.faq-item .icon {
	display: none !important;
}

.document-preview-popup .inner {
	display: block;
	width: 560px;
	max-width: calc(100vw - 30px);
	padding: 32px;
	border-radius: 12px;
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: calc(100vh - 30px);
	overflow: auto;
}

.document-preview-popup .footer {
	flex-direction: column;
	gap: 16px;
}

.document-preview-popup.open {
	z-index: 99999;
}

.document-preview-popup .wrap {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
}

.document-preview-popup .image {
	border: none;
	border-radius: 0;
	margin-bottom: 16px;
}

.document-preview-popup .footer p {
	font-size: 16px;
	line-height: 24px;
}

.document-preview-popup .footer .btn {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding: 15px 16px;
	min-width: 256px;
	display: flex;
	gap: 2px;
	align-items: center;
	justify-content: center;
}

.document-preview-popup .footer .btn svg use {
	display: none;
}

.document-preview-popup .footer .btn svg {
	width: 21px;
	height: 21px;
	background-image: url(../images/arrow-right-white-21.svg);
	margin-left: 0;
}

.document-preview-popup .footer .btn:hover svg {
	background-image: url(../images/arrow-right-blue.svg);
}

.document-preview-popup .bg {
	background-color: rgba(82, 82, 82, 0.60);
	backdrop-filter: blur(8px);
}

.document-preview-popup img {
	max-height: 60vh;
	width: auto;
}

.close_preview {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: url(../images/xmark.svg);
	position: absolute;
	top: 16px;
	right: 16px;
}

.popular_label {
	font-size: 16px;
	line-height: 24px;
	color: var(--primary-500-blue);
	font-weight: 400;
	margin-bottom: 8px;
}

.component-gallery h4 {
	margin-bottom: 8px !important;
}

.component-gallery p {
	font-size: 14px !important;
	line-height: 18px !important;
	margin-bottom: 8px;
}

.component-gallery p:last-child {
	margin-bottom: 0;
}

.item .btn-download {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--primary-500-blue) !important;
	display: flex;
	align-items: center;
	gap: 2px;
	border: 1px solid #E3ECFF !important;
	border-radius: 8px;
	padding: 7px 15px !important;
}

.item .btn-download:hover {
	border-color: #D0E0FF !important;
	border-color: #B8CFFF !important;
}

.item .btn-download svg {
	display: none;
}

.item .btn-download:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/download-arrow.svg);
}

.component-gallery .text>div {
	gap: 8px;
}

.component-gallery .item {
	margin-bottom: 16px;
	border-color: #E4E4E4;
}

.component-downloads .item {
	display: flex;
	flex-direction: column;
	background: var(--secondary-200);
	border-radius: 16px;
	overflow: hidden;
}

.component-downloads .item .image-text {
	order: 1;
	border-radius: 0;
	border: none;
	height: 160px;
	margin-bottom: 0;
}

.component-downloads .item h3 {
	order: 2;
	padding: 16px 16px 8px 16px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0 !important;
}

.component-downloads .item .item-downloads {
	order: 3;
	justify-content: flex-start;
	padding: 0 16px 16px 16px;
	margin-bottom: 0;
	gap: 8px;
	flex-grow: 1;
	align-items: flex-end;
}

.most_pupular_label {
	order: 2;
	color: #23479A;
	font-size: 14px;
	line-height: 18px; /* 128.571% */
	padding: 16px 16px 4px 16px;
}

.most_pupular_label + h3 {
	padding-top: 0 !important;
}

.grid_create {
	order: 3;
	padding: 0 16px 16px 16px;
	margin-top: auto;
}

.component-downloads .image {
	padding: 22px 21px 0 21px;
	background: #E3ECFF;
}

.component-downloads .text {
	background: #E3ECFF;
	padding: 16px 12px;
}

.component-downloads .text p {
	font-size: 16px;
	line-height: 24px;
	color: #525252;
}

.component-downloads .popular {
	display: none;
}

.component-downloads .inner {
	column-gap: 34px;
	row-gap: 44px;
	align-items: stretch
}

.component-downloads {
	margin-top: 0 !important;
}

.most_popular_item {
	box-shadow: 0 0 0 4px #E9EFFF;
}

.most_popular_item:hover {
	box-shadow: 0 0 0 4px #D0E0FF !important;
}

blockquote.quote {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: #525252;
	margin-top: 0;
	margin-bottom: 32px;
}

blockquote.quote.version_1,
blockquote.quote.version_2 {
	border-radius: 8px;
}

blockquote.quote.version_1 {
	border: 1px solid #BCC0F5;
	background: #E3ECFF;
	position: relative;
}

blockquote.quote.version_2 {
	border-radius: 8px;
	border-left: 4px solid #BCC0F5;
	background: #F2F4F8;
}

blockquote.quote.version_3 {
	border-top: 4px solid #BCC0F5;
	background: #FAFAFA;
}

blockquote.quote.version_1,
blockquote.quote.version_2,
blockquote.quote.version_3 {
	padding: 32px;
}

blockquote.quote.version_2,
blockquote.quote.version_3,
blockquote.quote.version_4 {
	border-left: 0;
	font-style: italic;
}

blockquote.quote.version_3,
blockquote.quote.version_4 {
	text-align: center;
}

blockquote.quote.version_1:before,
blockquote.quote.version_4:before {
	content: '';
	width: 45px;
	height: 35px;
	display: block;
	background-image: url(../images/quote-mark.svg);
}

blockquote.quote.version_1:before {
	position: absolute;
	left: 32px;
	top: -12px;
}

blockquote.quote.version_4 {
	padding-left: 0;
}

blockquote.quote.version_4:before {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

body.seo-page .tip {
	border-radius: 8px;
	border: 1px solid #AEB9E1;
	margin-bottom: 32px;
}

body.seo-page .tip.style-success {
	border-color: var(--accent-green-400);
	background: var(--accent-green-300);
}

body.seo-page .tip.style-important {
	border: 1px solid #F5C410;
	background: #F9EFCB;
}

.tip p {
	font-weight: 600;
}

.tip .header svg {
	display: none;
}

.tip.no_title,
.tip.has_title h4 {
	display: flex;
	gap: 12px;
}

.tip.no_title:before,
.tip.has_title h4:before {
	content: '';
	display: block;
	width: 24px;
	flex: 0 0 24px;
	height: 24px;
	background-image: url(../images/tip-icon.svg);
}

.tip.has_title h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: var(--primary-900);
	align-items: center;
	margin-bottom: 0 !important;
}

.tip.has_title p {
	font-weight: 400;
}

.tip.style-important.no_title:before {
	background-image: url(../images/square-exclamation.svg);
}

.tip.style-important.has_title h4:before {
	background-image: url(../images/badge-exclamation.svg);
}

.tip.style-success.no_title:before {
	background-image: url(../images/badge-check.svg);
}

.tip.style-success.has_title h4:before {
	background-image: url(../images/shield-check.svg);
}

#pf1 img {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}

.image.placeholder_image {
	background-color: #e3ecff;
}

.component-gallery .image {
	flex: 0 0 158px;
}

.image.placeholder_image img {
	width: 68px;
	height: auto;
}

.component-gallery .text {
	padding: 15px 20px;
}

img.placeholder_image {
	width: 114px !important;
}

.image.placeholder_image {
	padding-top: 0;
	height: 160px;
	align-items: center;
}

.component-downloads img:not(.placeholder_image) {
	filter: drop-shadow(-3.745px 3.745px 0 rgba(122, 149, 255, 0.60));
	border-radius: 8px;
	border: 0.76px solid #BDBDBD;
}

body.seo-page .content_block {
	padding-bottom: 0;
	border-bottom: none;
}

body.seo-page .document-hero>.wrap {
	max-width: calc(1200px + 16px + 16px);
	padding-left: 16px;
	padding-right: 16px;
}

.document-breadcrumbs .wrap {
	max-width: calc(1200px + 16px + 16px);
	padding-left: 16px;
	padding-right: 16px;
}

body.seo-page .site-header>.wrap { 
	max-width: calc(1200px + 16px + 16px);
	padding-left: 16px;
	padding-right: 16px;
}

.content-sidebar-wrap {
	max-width: calc(1200px + 16px + 16px);
	padding-right: 16px;
	padding-left: 16px;
}

body.seo-page article.document {
	max-width: calc(100% - 20px);
	margin-left: 0;
	margin-right: auto;
}

aside#genesis-sidebar-primary {
	flex: 0 0 320px;
	margin: 0;
	margin-left: auto;
	margin-bottom: 30px;
}

body.seo-page .entry-sources {
	max-width: calc(100% - 20px);
	margin-left: 0;
}

div.related_documents {
	max-width: calc(1200px + 16px + 16px);
	padding-right: 16px;
	padding-left: 16px;
}

.entry-content h3 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 24px;
	margin-top: 0;
	font-weight: 600;
}

.content_style_expanded .content_block h2 {
	background: none !important;
	margin-bottom: 32px !important;
}

.content_style_expanded .collapsible_content {
	display: block !important;
}

body.seo-page .content_block h2 {
	padding-top: 0;
	padding-bottom: 0;
}

body.seo-page article ul {
	padding-left: 24px;
}

.toc_sidebar__sublist {
	display: none;
}

.toc_sidebar.show_h3s .toc_sidebar__sublist {
	display: block;
}

.entry-content img {
	border: 0;
	border-radius: 0;
}

.tablepress {
	border: none;
	border-radius: 12px;
	overflow: hidden;
}

.tablepress tr th, .tablepress tbody tr td {
	border: none;
	font-size: 16px;
	line-height: 24px;
}

.tablepress tbody tr:nth-child(even) td {
	background-color: #FAFAFA;
}

.tablepress tbody tr td {
	padding: 16px 12px;
}

.tablepress tr th {
	padding: 12px;
}

.tablepress .show-hide td {
	padding: 12px 14px;
	background-color: #F2F4F8;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	line-height: 1;
}

.tablepress .show-hide td .btn-link {
	color: #23479A;
	gap: 4px;
	align-items: center;
	text-transform: none;
}

.tablepress .show-hide td .btn-more,
.tablepress.show-all .show-hide td .btn-less {
	display: flex;
}

.tablepress.show-all .show-hide td .btn-more {
	display: none;
}

.tablepress .show-hide td .btn-link:after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(../images/arrow-down-table.svg);
}

.tablepress.show-all .show-hide td .btn-less:after {
	rotate: 180deg;
}

.tablepress .show-hide td .btn-link svg {
	display: none;
}

.footer-widgets {
	border-top: 1px solid #E4E4E4 !important;
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

article.document {
	margin-bottom: 48px;
} 

body.seo-page.content_style_nested .content_block {
	border-bottom: 1px solid #BDBDBD;
	padding-bottom: 48px;
	margin-bottom: 48px;
}

body.content_style_nested.seo-page .entry-sources {
	border-bottom: 1px solid #BDBDBD;
	padding-bottom: 48px;
}

ul.eeat_contributors {
	padding-left: 0 !important;
}

.html-document .footer {
	padding-top: 0;
	padding-bottom: 0;
}

.seo-page .component-gallery img {
	width: 134px;
	border-radius: 8px;
	filter: drop-shadow(-2px 2px 0 rgba(122, 149, 255, 0.60));
}

.seo-page .component-gallery .image {
	padding: 12px;
	/* padding-bottom: 0; */
	background-color: #E3ECFF;
}

.seo-page .component-gallery .placeholder_image img {
	width: calc(158px - 22px - 22px);
}

.seo-page .component-gallery .placeholder_image {
	/* padding-top: 0; */
}

.html_viewer {
	border: 1px solid #E4E4E4;
	border-radius: 8px;
}

.html_viewer__footer {
	border: none;
	border-radius: 0;
	padding: 12px;
	gap: 24px;
	justify-content: center;
	border-top: 1px solid #E4E4E4;
}

.html_viewer__footer .btn:first-child {
	border-right: none;
}

.html_viewer__footer .btn {
	padding: 16px 32px;
	border: 1px solid #E3ECFF;
	border-radius: 8px;
	flex: 0 0 256px;
	max-width: calc(50% - 12px);
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #23479A;
	text-transform: none;
}

.html_viewer__footer svg use {
	display: none;
}

.html_viewer__footer svg {
	width: 20px;
	height: 20px;
	background-image: url(../images/download-document.svg);
	margin-right: 2px;
}

div.pdfemb-viewer {
	border: none !important;
}

.html-document .inner {
	padding: 0;
	max-height: 530px;
}

.html-document .footer {
	padding: 12px;
	gap: 24px;
}

.html-document .footer div {
	padding: 0;
	flex: 1;
	max-width: calc(50% - 12px);
}

.html-document .btn-download {
	flex: 0 0 256px;
	max-width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #E3ECFF;
	border-radius: 8px;
	padding: 16px 32px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	justify-content: center;
	color: #23479A;
}

.btn-download svg {
	width: 20px;
	height: 20px;
	background-image: url(../images/download-document.svg);
	margin-right: 2px;
}

.btn-download svg use {
	display: none;
}

.html_viewer__footer svg {
	width: 20px;
	height: 20px;
	background-image: url(../images/download-document.svg);
	margin-right: 2px;
}

.html-document .footer div+div {
	border-left: none;
}

.html-document .footer div:first-child {
	justify-content: flex-end;
}

.html-document .footer div:last-child {
	justify-content: flex-start;
}

.html-document .footer {
	border-top: 1px solid #E4E4E4;
}

.html-document .page {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}

@media (min-width: 811px) {
	.content-sidebar .sidebar-primary {
		top: calc(var(--wp-admin--admin-bar--height, 0px) + .5em + var(--sticky-hero-height, 0px));
	}
}

@media (max-width: 767px) {
	.html-document .footer {
		gap: 8px;
	}

	.btn-download svg {
		width: 16px;
		height: 16px;
		background-size: 16px 16px;
	}

	.html-document .btn-download {
		padding: 8px 16px;
		font-size: 14px;
		line-height: 18px;
	}

	.html-document .inner {
		max-height: 340px;
	}

	.html_viewer__footer {
		gap: 8px;
	}

	.html_viewer__footer .btn {
		padding: 8px 16px;
		font-size: 14px;
		line-height: 18px;
	}

	.html_viewer__footer svg {
		width: 16px;
		height: 16px;
		background-size: 16px 16px;
	}

	.component-downloads .item {
		min-width: 230px;
	}

	p#breadcrumbs > span {
		flex-wrap: wrap;
		font-size: 15px;
	}

	.document-breadcrumbs {
		padding-top: 32px;
	}

	body.seo-page #js-document-hero.document-hero {
		padding-top: 24px;
		padding-bottom: 24px;
		z-index: 2;
		position: relative;
	}

	.hero_label_wrapper {
		margin-top: 0;
	}

	body.seo-page .document-hero p:not(.document-meta) {
		margin-bottom: 24px;
	}

	.styled-select select {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	body.seo-page .document-hero-dropdown .btn-solid {
		height: 56px;
	}

	body.seo-page .document-hero .salient-features {
		margin-top: 24px;
	}

	body.seo-page .document-hero .salient-features {
		row-gap: 24px;
	}

	body.seo-page .document-steps {
		padding-left: 16px;
		padding-right: 16px;
	}

	.site-inner {
		margin-top: 20px;
	}

	body.seo-page .document-steps.full-width>.wrap {
		border-radius: 8px;
		padding: 32px 20px;
	}

	body.seo-page .steps_heading {
		margin-bottom: 16px !important;
	}

	body.seo-page .document-steps {
		padding-bottom: 32px;
		margin-bottom: 32px;
		z-index: 2;
		position: relative;
	}

	ul.eeat_contributors {
		padding-left: 0 !important;
	}

	.eeat {
		margin-bottom: 32px;
	}

	.entry-content > p:first-child {
		font-size: 18px;
		line-height: 26px;
	}

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

	.entry-content h3 {
		font-size: 20px;
		line-height: 28px;
	}

	body.seo-page .content_block.active h2 {
		margin-bottom: 22px;
	}

	.document-state-select .inner {
		padding: 16px;
	}

	.document-state-select .inner ul {
		padding: 0;
	}

	.document-state-select ul li {
		margin-bottom: 12px;
	}

	body.seo-page .content_block.active h2 {
		background-position-y: 0;
	}

	body.seo-page .content_block h2 {
		background-position: right 0;
	}

	.component-downloads .inner {
		row-gap: 24px;
	}

	.component-gallery .item {
		display: flex;
		max-width: 100%;
	}

	.component-gallery .item {
		border-color: #E4E4E4;
		display: flex;
	}

	.component-gallery img {
		border-radius: 4px;
		width: 90px !important;
		height: auto;
	}

	.component-gallery .image {
		flex: 0 0 113px;
	}

	.seo-page .component-gallery .placeholder_image img {
		width: 70px !important;
	}

	.component-gallery .text {
		background-color: white;
	}

	.component-gallery .image {
		padding: 10px;
		border-right: 0.454px solid #E4E4E4;
		height: auto;
	}

	.component-gallery .text {
		padding: 12px 20px;
	}

	.create_document {
		font-size: 14px;
		line-height: 18px;
	}

	.component-gallery {
		margin-bottom: 32px;
	}

	body.seo-page .content_block .faq-item h3 {
		font-size: 18px;
		line-height: 26px;
	}

	body.seo-page article .faq-item p, body.seo-page article .faq-item li {
		font-size: 12px;
		line-height: 16px;
	}

	body.seo-page article.document {
		margin-bottom: 32px;
	}

	#js-entry-sources-toggle {
		font-size: 24px;
		line-height: 32px;
	}

	#js-entry-sources-toggle {
		background-position: right 0;
	}

	aside#genesis-sidebar-primary {
		margin-left: 0;
		flex: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin-bottom: 0;
		z-index: 1;
	}

	body.seo-page article.document {
		max-width: 100%;
	}

	body.seo-page .entry-sources {
		max-width: 100%;
	}

	.toc_sidebar__sublist {
		display: none !important;
	}

	.document-mobile-cta {
		padding: 16px;
		background-color: #F2F4F8;
		border-top: 1px solid #E3ECFF;
	}

	.document-mobile-cta>.wrap {
		padding: 0;
	}

	.content-sidebar-wrap {
		display: flex;
		flex-direction: column;
	}

	.sidebar {
		order: 1;
	}

	.toc_sidebar  {
		padding: 16px;
		background-color: #FAFAFA;
	}

	.toc_sidebar__title {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.toc_sidebar__title:after {
		content: '';
		background-image: url(../images/arrow-down-toc.svg);
		display: block;
		width: 28px;
		height: 28px;
	}

	.toc_sidebar.active .toc_sidebar__title:after {
		rotate: 180deg;
	}

	.toc_sidebar.active .toc_sidebar__list {
		display: block;
	}

	.toc_sidebar__list {
		border-top: 1px solid #E3ECFF;
		margin-top: 8px;
		padding-top: 10px;
	}

	.toc_sidebar__link {
		padding-left: 10px;
	}

	main {
		order: 2;
	}

	.toc_sidebar__list {
		display: none;
	}

	body.seo-page.content_style_nested .content_block {
		padding-bottom: 32px;
		margin-bottom: 24px;
	}

	body.content_style_nested.seo-page .entry-sources {
		padding-bottom: 32px;
	}

	body.seo-page .content_block.active h3, body.seo-page .content_block.active h4, body.seo-page .content_block.active h5 {
		margin-bottom: 16px;
	}
}
