body {
	background-color: #FFF;
	line-height: revert !important;
	letter-spacing: revert !important;
	padding: 0 !important;
}

html,
body {
	/*overflow-y: visible !important;
	width: 100%;*/
}



.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch;
}

:root {
	/* only needed on the front-end; when no admin bar is present, this defines a fallback */
	--wp-admin--admin-bar--position-offset: 32px;
}

/* if you want it active *only* when the admin bar is showing: */
body.admin-bar {
	--wp-admin--admin-bar--position-offset: 32px;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 500 !important;
}

.has-text-align-right {
	text-align: right;
}

.has-text-align-center {
	text-align: center;
}

.has-medium-font-size {
	font-size: 1.1rem;
}

.article-intro24 {
	font-size: 1.1rem;
	font-weight: 500;
}

blockquote.wp-block-quote {
	border-left: 2px solid #4f145b;
	margin-left: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem !important;
	padding-top: 0.5rem;
	padding-left: 2rem;
	padding-bottom: 0.75rem;
	font-style: italic;
}

blockquote.wp-block-quote p {
	margin-bottom: 0 !important;
}

blockquote.wp-block-quote a {
	font-size: 1.2rem;
	line-height: normal;
}

hr {
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.grecaptcha-badge {
	z-index: 9999 !important;
}

.author-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.author-container-left {
	width: 52px;
}

.author-container-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-top: 3px;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pinkfloater {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 75px);
	width: 1120px;
	height: 39px;
	z-index: 8888;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 39px;
	border-radius: 12px 12px 0 0;
	background-color: #d80080;
	opacity: 0;
	transition: transform 0.5s, opacity 0.5s;
	font-size: 1.0rem;
	color: #fff;
	font-weight: 600;
	font-family: -apple-system, BlinkMacSystemFont, Segoe, "Segoe UI",
		"Droid Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		Helvetica, Arial, sans-serif;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.3);
}

.pinkfloater.scrolling {
	opacity: 1;

	transform: translate(-50%, 0px);
}

.pinkfloater:hover {
	background-color: #e6007e;
	cursor: pointer;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

figure {
	margin: 0 !important;
	padding-top: 8px;
	padding-bottom: 4px;
}

figcaption {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-style: italic;
	font-size: 0.9rem;
}

.sidebar-image {
	max-width: 100%;
	height: auto;
}

.block-editor-block-list__layout .block-editor-block-list__block {
	font-family: -apple-system, BlinkMacSystemFont, Segoe, "Segoe UI",
		"Droid Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		Helvetica, Arial, sans-serif;
	margin-bottom: 1rem !important;
}

.gutenberg-content {
	font-family: -apple-system, BlinkMacSystemFont, Segoe, "Segoe UI",
		"Droid Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		Helvetica, Arial, sans-serif;
	background-color: #fff;
	max-width: 1280px;
	margin: 0 auto;
	color: #3e3e3e;
}

.gutenberg-content h1 {
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: 600;
	margin: 0 auto;
	padding-bottom: 1.5rem;
	color: #4f145b;
	text-align: left;
	font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.gutenberg-content h2 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	color: #4f145b;
	font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

h2.wp-block-heading.has-text-align-center {
	text-align: center !important;
}

.gutenberg-content p.has-medium-font-size {
	line-height: 1.8rem;
}

h1.has-text-align-left {
	text-align: left;
}

h1.has-text-align-center {
	text-align: center;
}

h1.has-text-align-right {
	text-align: right;
}

.gutenberg-content h3 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #4f145b;
	font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gutenberg-content h4 {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 2rem;
	padding-bottom: 0.25rem;
	color: #4f145b;
	font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gutenberg-content p ul li {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #3e3e3e;
}

body .is-layout-constrained p {
	margin-block-start: 0px;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	color: #3e3e3e;
}

.voice-container p {
	margin-block-start: 0px;
	font-size: 1rem;
	line-height: 1.6rem;
	margin-bottom: 1.375rem;
	color: #3e3e3e;
}

.gutenberg-content ul {
	list-style: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 20px;
	line-height: 1.5rem;
	margin-top: 0;
}

.gutenberg-content ol {
	padding-left: 20px;
	line-height: 1.5rem;
}

.gutenberg-content li {
	margin-bottom: 1rem;
}

.gutenberg-content ul li:before {
	background-color: #d80080;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 5px;
	margin-left: -1.1rem;
	margin-right: 0.8rem;
	margin-top: -0.125rem;
	vertical-align: middle;
	width: 5px;
}

.recharts-legend-item:before {
	content: "• !important";
	display: none !important;
	background-color: #FFF !important;
}

.gutenberg-section {
	margin: auto calc(50% - 50vw);
	max-width: 100%;
	transform: translateX(calc(50vw - 50%));
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.gutenberg-section-no-top-padding {
	margin: auto calc(50% - 50vw);
	max-width: 100%;
	transform: translateX(calc(50vw - 50%));
	padding-bottom: 2rem;
}

.gutenberg-section-service-page {
	margin: auto calc(50% - 50vw);
	max-width: 1280px;
	transform: translateX(calc(50vw - 50%));
}

.gutenberg-section-inner {
	max-width: 1120px;
	/* 1080 + 24px (1.5 rem) padding each side */
	margin: 0 auto;
	/*padding-left: 1.5rem;
	padding-right: 1.5rem;*/
}

.header {
	min-height: 0 !important;
}

#rank-math-faq .rank-math-list-item {
	min-height: 3.85rem;
	border: 1px solid #7F5487 !important;
}

#rank-math-faq .rank-math-question {
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 2rem;
	padding-left: 1rem !important;
	padding-bottom: 1.2rem !important;
	color: #4f145b;
}

#rank-math-faq .rank-math-answer {
	border: none !important;
	padding: 1rem !important;
}

#rank-math-faq .rank-math-question.faq-q-open {
	padding-bottom: 1.2rem !important;
	border-bottom: none !important;
}

#rank-math-faq .rank-math-answer {
	border-bottom: none;
	padding-top: 0 !important;
	padding-bottom: 0.25rem !important;
}

.rank-math-block {
	margin-top: 0.5rem !important;
}

#rank-math-faq .rank-math-question:after {
	top: 1.87rem !important;
	color: #4f145b !important;
}

a {
	color: #d1007c;
	text-decoration: none !important;
	font-weight: 500;
}

/* Service Header Block */
.service-header-box {
	max-width: 510px;
	padding: 1.5rem 1.5rem 2.5rem;
	background-color: #4f145b;
	box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 25%);
	border-top: 3px solid #d80080;
	border-bottom: 3px solid #d80080;
}

.service-header-box h1 {
	color: #ffffff;
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: 500;
	margin: 0 0 0.5rem;
	text-shadow: 2px 2px 0 rgb(0 0 0 / 70%);
	font-family: "Montserrat", sans-serif;
}

.service-header-box p {
	font-size: 1.15rem !important;
	color: #ffffff !important;
}

.service-header-inner {
	max-width: 1130px;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* Steps123 Block */
.steps123-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.5rem;
}

.steps123-row {
	width: 31.5%;
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}

.steps123-icon {
	padding-left: 20px;
	padding-right: 0.75rem;
	width: 92px;
}

.steps123-text {
	flex: 1;
}

.steps123-title {
	font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 0.2rem;
	white-space: nowrap;
}

.steps123-description {
	font-size: 1rem;
	line-height: 1.3rem;
}

/* Bullets Block */
.bullets-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	flex-wrap: wrap;
	margin: 0 auto;
}

.bullets-row {
	width: 48%;
	display: flex;
	flex-direction: row;
	text-align: center;
	margin-bottom: 1.25rem;
}

.bullet-tick {
	font-weight: 900;
	font-size: 1.5rem;
	color: #d80080;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.bullet-tick-title {
	font-size: 1rem;
	margin-top: 0.3rem;
}

/* Reviews Block */
.reviews-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.reviews-stars {
	width: 150px;
	height: 32px;
	margin-bottom: 1.5rem;
	position: absolute;
	right: 22%;
	top: 3.5rem;
}

.reviews-item {
	width: 48%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 1.5rem;
	text-align: left;
}

.reviews-item-blockquote {
	color: #4f145b;
	font-style: italic;
	position: relative;
	margin-bottom: 0;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	padding-left: 2.5rem;
	font-size: 1rem;
	line-height: 1.7rem;
	margin-top: 0;
}

.reviews-item-blockquote:before {
	background-image: url("https://hoa.org.uk/wp-content/themes/hoa/images/left-quote.svg");
	top: 0;
	left: -0.5rem;
	content: " ";
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 34px;
	height: 38px;
	position: absolute;
	opacity: 0.5;
}

.reviews-item-blockquote:after {
	background-image: url(https://hoa.org.uk/wp-content/themes/hoa/images/right-quote.svg);
	bottom: -0.5rem;
	right: -0.5rem;
	content: " ";
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 34px;
	height: 38px;
	position: absolute;
	opacity: 0.5;
}

/* Calculators Block */
.calculators-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.calculators-item {
	width: 33.3%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding: 2rem 4rem;
	border-right: 1px solid #dcd0de;
}

.calculators-item:last-child {
	border: none;
}

.calculators-icon {
	flex: 0 0 0;
}

.calculators-title {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.calculators-description {
	height: 100px;
}

/* Three Icons Block */
.threeicons-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.threeicons-item {
	width: 31.5%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 1rem;
}

.threeicons-icon {
	flex: 0 0 0;
}

/* Question Boxes Block */
.questionbox-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.questionbox-column h3 {
	border-radius: 0.2rem 0.2rem 0 0;
	margin-top: 0;
	margin-bottom: 0.4rem;
	background-color: #4f145b;
	line-height: 1.6rem;
	color: #fff;
	text-align: left;
	padding: 0.75rem 1rem !important;
}

.questionbox-column {
	width: 31.5%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 1rem;
	padding-bottom: 0.4rem;
	background-color: #fff;
}

.questionbox-link {
	background-color: #fff;
	line-height: 2.2rem;
	border-left: solid #fff 2px;
	border-right: solid #fff 2px;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1rem;
	font-weight: 400;
}

.questionbox-link:hover {
	border-left: solid #4f145b 2px;
	border-right: solid #4f145b 2px;
}

/* Bridging Loan Calculator Block */
.bridgingloancalc-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bridgingloancalc-item {
	width: 48%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 1.5rem;
	text-align: left;
}

.bridgingloancalc-item-margin-top {
	width: 48%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 1.5rem;
	text-align: left;
}

/* Article Intro Block */
.article-intro {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 2rem;
}

.article-intro p {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.6rem;
}

/* Mortgage Tables Block */
.mortgage-tables {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 0.5rem;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 24px;
}

.mortgage-tables-item {
	text-align: center;
	background-color: #fff;
	width: 340px;
	padding-top: 20px;
	border-bottom: 3px solid #d80080;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

/* Two Buttons Block */
.twobuttons-container {
	display: flex;
	flex-wrap: wrap;
}

.twobuttons-column-1,
.twobuttons-column-3 {
	width: 340px;
}

.twobuttons-column-2 {
	flex-grow: 1;
	margin-top: 68px;
}

.gutenberg-section-twobuttons {
	height: 480px;
	background-color: #fdf9fa;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom left;
}

/* Gutenberg Groups */
body .is-layout-flex {
	/*gap: 3rem !important;*/
	align-items: flex-start !important;
	/*padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;*/
}

body .is-layout-flow>*+* {
	margin-top: 0 !important;
}

/* Button Styles */
.button-cta {
	background-color: #d80080;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition-duration: 0.4s;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font-weight: 600;
	font-family: -apple-system, BlinkMacSystemFont, Segoe, "Segoe UI",
		"Droid Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		Helvetica, Arial, sans-serif;
}

.button-cta-standard {
	font-size: 1.05rem;
	border-radius: 4px;
	line-height: 0;
	width: 336px;
	padding: 1px;
	height: 40px;
}

.button-cta-standard:hover {
	background-color: #a50062;
}

.button-cta-standard:active {
	background-color: #80004C;
}

.button-cta-standard:before {
	content: "";
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}

.button-cta-large {
	font-size: 1.6rem;
	border-radius: 0.3rem;
	line-height: 2.2rem;
	width: 100%;
	margin-top: 0.75rem;
}

.button-cta-large:hover {
	background-color: #a50062;
}

.button-cta-large:active {
	background-color: #80004C;
}



.button-cta-large:before {
	content: "";
	display: inline-block;
	height: 60px;
	vertical-align: middle;
}

.button-cta-secondary {
	background-color: #ffffff;
	border: 2px solid #d80080;
	color: #d80080;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition-duration: 0.4s;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font-weight: 600;
	font-family: -apple-system, BlinkMacSystemFont, Segoe, "Segoe UI",
		"Droid Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		Helvetica, Arial, sans-serif;
	font-size: 1rem;
	border-radius: 4px;
	line-height: 2.2rem;
	width: 100%;
	padding: 1px;
}

.ripple {
	position: relative;
	overflow: hidden;
}

.ripple:before {
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
}

.ripple:focus:before {
	transition: all 0.5s ease-out;
	opacity: 0;
	width: 500px;
	height: 500px;
	margin-top: -250px;
	margin-left: -250px;
}

.button-border {
	border: 0.1rem solid white;
}


@media (max-width: 1000px) {
	#mpm-widget {
		bottom: 12px;
	}

	/* Bridging Loan Calculator Block */
	.bridgingloancalc-container {
		flex-direction: column;
		margin-top: 0;
	}

	.bridgingloancalc-item {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.5rem;
	}

	.bridgingloancalc-item-margin-top {
		margin-top: 1rem;
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 800px) {
	blockquote {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.footer .footer__wrapper .footer-list .footer-top.foot-logo a.footer-logo {
		left: 1.5rem !important;
	}

	.gutenberg-section {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.gutenberg-section-no-top-padding {
		padding-top: 0;
		padding-bottom: 2rem;
	}

	.gutenberg-section-inner {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.gutenberg-content {
		/*padding-left: 1rem;
		padding-right: 1rem;*/
	}

	.gutenberg-content h1 {
		font-size: 1.4rem;
		text-align: center;
	}

	h1.wp-block-heading {
		font-size: 1.4rem;
		text-align: center;
	}

	h1.wp-block-heading.has-text-align-left {
		text-align: left;
	}

	h1.wp-block-heading.has-text-align-center {
		text-align: center;
	}

	h1.wp-block-heading.has-text-align-right {
		text-align: right;
	}

	.is-layout-flow h1 {
		text-align: left;
	}



	/* Service Header Block */
	.service-header-inner {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.service-header-box {
		max-width: 940px;
		border: 0;
		margin-top: -2rem;
		margin-bottom: -2rem;
	}

	.service-header-box h1 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
		padding-bottom: 0;
		text-align: left;
	}

	/* Steps123 Block */
	.steps123-container {
		flex-direction: column;
	}

	.steps123-row {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.steps123-row:last-child {
		margin-bottom: 0;
	}

	.steps123-icon {
		padding-left: 0.5rem;
		padding-right: 1rem;
	}

	/* Bullets Block */
	.bullets-container {
		padding-left: 0;
	}

	.bullets-row {
		width: 100%;
	}

	.bullet-tick {
		padding-left: 0.25rem;
		padding-right: 1rem;
	}

	.bullet-tick-title {
		padding-right: 1.25rem;
	}

	/* Reviews Block */
	.reviews-container {
		flex-direction: column;
		margin-top: 1.5rem;
	}

	.reviews-stars {
		width: 130px;
		height: 28px;
		top: 7.25rem;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.reviews-item {
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}

	.reviews-item-blockquote {
		padding-left: 1rem;
		padding-right: 0.5rem;
	}

	.reviews-item-blockquote:before {
		left: -2rem;
	}

	.reviews-item-blockquote:after {
		right: -2rem;
		bottom: -0.7rem;
	}

	/* Calculators Block */
	.calculators-container {
		flex-direction: column;
	}

	.calculators-item {
		width: 100%;
		margin-bottom: 1.5rem;
		border-right: none;
		border-bottom: 1px solid #dcd0de;
		padding-top: 0;
	}

	.calculators-item:last-child {
		margin-bottom: 1rem;
	}

	/* Mortgage Tables */
	.mortgage-tables-item {
		margin: 0 auto;
	}

	/* Three Icons Block */
	.threeicons-container {
		flex-direction: column;
	}

	.threeicons-item {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.threeicons-item:last-child {
		margin-bottom: 1rem;
	}

	/* Question Boxes Block */
	.questionbox-container {
		flex-direction: column;
	}

	.questionbox-column {
		width: 100%;
	}

	/* Article Intro Block */
	.article-intro {
		padding-top: 0rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}

	/* Two Buttons Block */
	.twobuttons-column-1,
	.twobuttons-column-2,
	.twobuttons-column-3 {
		flex: 1 0 100%;
	}

	.twobuttons-column-2 {
		margin-top: 0px;
	}

	/* Gutenberg Groups */


	body .is-layout-flex {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Button Styles */
	.button-cta-standard {
		width: 100%;
	}

	body .is-layout-constrained {
		/*padding-left: 1rem !important;
		padding-right: 1rem !important;*/
	}

	/* Pink Floater */
	.pinkfloater {
		bottom: 0;
	}

	.pinkfloater.scrolling {
		bottom: 0;
	}

	.wp-block-group.mobile-zero {
		padding: 0 !important;
	}

	.wp-block-group.mobile-bg-remove {
		background-image: none !important;
	}

}

.sponsored-post {
	font-size: 12px;
	color: grey;
	top: -4px;
	position: relative;
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align: center;
}

.voice-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1028px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.voice-column1 {
	width: 66.66%;
}

.voice-column2 {
	width: 33.33%;
	min-width: 325px;
	padding-left: 60px;
}

.voice-image {
	margin-bottom: 40px;
}

.datentime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-top: 1rem;
}

.datentime p.post-date,
.datentime p.updatedPostDate {
	text-align: left;
	margin: 30px 10px 10px 0px;
	width: 48%;
	font-weight: 500;
}

.datentime p.timetoread {
	text-align: right;
	margin: 30px 0px 10px 10px;
	font-weight: 500;
}

.voice-intro {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.6rem;
}

ul.traffic-drivers.newsletter-sidebar {
	background: url(../images/newslwtter-plane.png) 97% 75px/56% no-repeat #4f145b;
	padding: 10px;
	font-family: Montserrat, "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	list-style-type: none;
	max-width: 450px;
}

ul.traffic-drivers.newsletter-sidebar li form input[type="submit"] {
	background-color: #d80080;
	border: 0.09rem solid #fff;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.9rem;
	height: 50px;
	font-family: Montserrat, "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

ul.traffic-drivers.newsletter-sidebar li:before {
	display: none;
}

@media (max-width: 1024px) {
	.voice-column1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.voice-column2 {
		width: 100%;
		padding-left: 0;
		margin-bottom: 40px;
	}

	ul.traffic-drivers.newsletter-sidebar {
		background: url(../images/newslwtter-plane.png) 97% 68px/44% no-repeat #4f145b;
	}


}

.latestNews {
	display: flex;
	flex-direction: column;
	border-top: 2px solid #d80080;
	padding-top: 1rem;
}

.newsRepeater {
	display: flex;
	flex-direction: column;
	border-top: 2px solid #d80080;
	padding-top: 1rem;
}

.news-card {
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
}

.news-card a {
	text-decoration: none;
	color: inherit;
}

.news-card .thumbholder {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news-card .thumbholder img {
	width: 100%;
	height: 178px;
	object-fit: cover;
	object-position: center;
}

.news-title {
	/* Additional styling for the title, if necessary */
}


.news-card img {
	width: 100%;
	height: auto;
}

.news-card .news-title {
	padding-top: 0.5rem;
	color: #d1007c;
}

/* Mobile layout */
@media (max-width: 1024px) {
	.news-card {
		flex-direction: row;
	}

	.news-card .thumbholder {
		width: 100%;
	}

	.news-card .news-title {
		width: 100%;
		padding-bottom: 1rem;
		display: flex;
		align-items: center;
		/* vertically center the text */
	}
}

/* React App */
#root {
	min-height: 400px;
	/* default value */
}

#root.right {
	float: right;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 330px;
}

#root.left {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	width: 330px;
}

@media (max-width: 768px) {

	#root.right,
	#root.left {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}

/* bodgy fix for voice and guide template differences */
.related-reads-container li:before {
	background-color: #d80080;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 5px;
	margin-left: -1.5rem !important;
	margin-right: 1.55rem;
	vertical-align: middle;
	width: 5px;
}

/* hide the recaptcha badge */
.grecaptcha-badge {
	visibility: hidden;
}


.breadcrumbs {
	color: #000;
	font-size: 0.75rem;
	line-height: 1.5rem;
	font-weight: 400;
	padding-right: 3rem;
	margin-bottom: 1.5rem;
	width: 100%;
}

.breadcrumbs span,
.separator {
	padding-left: 4px;
	padding-right: 4px;
}

.breadcrumbs span,
.last {
	color: #000;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

body .is-layout-constrained .breadcrumbs p {
	line-height: 1rem;
}

.breadcrumbs a {
	color: #000;
	font-size: 0.75rem;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

@media screen and (max-width: 768px) {
	.breadcrumbs {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}


/* Author Template */

/* General Container Styling */
.author-template-container {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
}

/* Main Column Styling */
.author-main-column {
	flex-grow: 1;
	/* Allows the main column to grow and fill the available space */
	flex-shrink: 1;
	/* Allows the main column to shrink if necessary */
	flex-basis: calc(100% - 270px - 48px);
	/* Initial size minus sidebar width and gap */
	max-width: calc(100% - 270px - 48px);
	/* Maximum width considering sidebar and gap */
	background-color: #FFF;
}

/* Sidebar Column Styling */
.author-sidebar-column {
	flex-grow: 0;
	/* Prevents the sidebar from growing */
	flex-shrink: 0;
	/* Prevents the sidebar from shrinking */
	flex-basis: 270px;
	/* Initial size of the sidebar */
	max-width: 270px;
	/* Maximum width of the sidebar */
}

.author-sidebar-panel {
	background-color: #F9F0F5;
	padding: 16px 16px 2px 16px;
}

.author-sidebar-column h2 {
	margin-left: 6px;
}

/* Nested Columns Styling */
.nested-container {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.nested-left {
	flex: 0 0 calc(40% - 24px);
	max-width: calc(40% - 24px);
}

.nested-right {
	flex: 0 0 calc(60% - 24px);
	max-width: calc(60% - 24px);
}

.nested-right h1 {
	margin-bottom: 2px;
	padding-bottom: 0;
	font-size: 1.6rem;
	text-align: left;
}

/* Author Articles Grid Styling */
.latest-articles {
	padding-top: 24px;
}

.author-articles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding-bottom: 16px;
}

.author-article-card {
	position: relative;
	/*background-color: #F9F0F5;*/
	overflow: hidden;
	min-height: 368px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.article-image img {
	width: 100%;
	height: 165px;
	/* Set fixed height */
	object-fit: cover;
	/* Ensure images cover the area without stretching */
	display: block;
	margin: 0;
}


.article-title,
.article-summary,
.continue-reading {
	padding: 0 16px;
}

.article-summary {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0;
	font-size: 1rem;
	line-height: 1.4em;
	/* Adjust line-height as needed */
	max-height: 5.6em;
	/* This should be line-height multiplied by the number of lines */
}


.continue-reading {
	position: absolute;
	bottom: 16px;
	right: 0;
	font-size: 15px;
}

.author-article-card h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4rem;
	/*max-height: 2.8rem;*/
	/* This should be line-height multiplied by the number of lines */
}

/* Other Authors List Styling */
.author-sidebar-panel ul {
	padding-left: 0;
}

.other-authors {
	list-style-type: none;
	padding: 0;
}

.other-authors li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.other-authors li img {
	margin-right: 16px;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	max-width: none;
}

.other-authors li:before {
	content: none !important;
}

.author-details {
	display: flex;
	flex-direction: column;
}

.author-job-title {
	font-size: 0.9rem;
	color: #666;
	line-height: 18px;
	margin-bottom: 8px;
}


/* Responsive Behavior for Tablets */
@media screen and (max-width: 1024px) {
	.author-articles-grid {
		grid-template-columns: repeat(2, 1fr);
		/* 2 columns on tablet screens */
		gap: 20px;
	}
}


/* Responsive Behavior for Mobile Devices */
@media screen and (max-width: 768px) {

	.author-container,
	.nested-container {
		gap: 0px;
	}

	.author-main-column,
	.author-sidebar-column,
	.nested-left,
	.nested-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.nested-right h1 {
		margin-top: 4px;
	}

	.latest-articles {
		padding-top: 12px;
	}

	.author-sidebar-column {
		border-left: none;
		padding-left: 0;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.author-sidebar-column ul {
		padding-left: 4px;
	}

	.author-sidebar-column h2 {
		margin-left: 0;
	}

	.author-article-card {
		min-height: auto;
		padding-bottom: 40px;
	}

	.article-image img {
		height: 225px;
	}

}

/* Responsive Behavior for Mobile Devices */
@media screen and (max-width: 600px) {
	.author-articles-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

/* Author Template END*/

/* Service Header Plus */
.service-header-grid {
	display: grid;
	grid-template-columns: 510px 1fr;
	gap: 62px;
	/* Adjust the gap size as needed */
	max-width: 1130px;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	align-items: center;
}

.service-header-grid-box {
	padding: 1.5rem 1.5rem 2.5rem;
	background-color: #4f145b;
	box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 25%);
	border-top: 3px solid #d80080;
	border-bottom: 3px solid #d80080;
	max-width: 510px;
}

.service-header-grid-box h1 {
	color: #ffffff;
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: 500;
	margin: 0 0 0.5rem;
	text-shadow: 2px 2px 0 rgb(0 0 0 / 70%);
	font-family: "Montserrat", sans-serif;
}

.service-header-grid-box p {
	font-size: 1.15rem !important;
	color: #ffffff !important;
}


.service-header-grid-box-2 {
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	/* Centers content vertically */
	padding: 0 0 0 1.5rem;
	max-width: 510px;
}

.service-header-grid-right-text h2 {
	color: #FFF;
	font-size: 1.58rem;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 70%);
	font-weight: 500;
	margin: 1rem 0;
	padding-bottom: 0;
}

.service-header-grid-right-text p {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 1rem;
}

.service-header-grid-message {
	font-size: 1.25rem;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 1rem;
}


@media (min-width: 1025px) and (max-width: 1279px) {
	.service-header-grid {
		gap: 24px;
	}

	.service-header-grid-right-text p {
		font-size: 1.1rem;
	}

	.service-header-grid-message {
		font-size: 1.1rem;
	}

}

/* Stack boxes on mobile */
@media (max-width: 1024px) {
	.service-header-grid {
		grid-template-columns: 1fr;
		margin-top: -2rem;
		margin-bottom: -2rem;
		padding-left: 0rem;
		padding-right: 0rem;
		gap: 0;
	}

	.service-header-grid-box {
		max-width: none;
	}

	.service-header-grid-box-2 {
		background-color: #8C549A;
		padding: 0 1.5rem 0;
		max-width: none;
	}

	.service-header-grid-right-text {
		display: none;
	}

	.service-header-grid-message {
		font-size: 1.1rem;
		line-height: 40px;
		margin-bottom: 0;
	}

	.service-header-grid-box h1 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
		padding-bottom: 0;
		text-align: left;
	}


}




.alignwide {
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
}

.wp-pagenavi a {
	line-height: 2.5rem;
}

.circle {
	border-radius: 50%;
}



section {
	padding: 3.5rem 1rem;
}

section h1 {
	padding-bottom: 3rem;
}

h2.servicepage {
	font-size: 1.75rem !important;
	padding-top: 0px !important;
}

.questionbox-column h2 {
	background-color: #4f145b;
	color: #fff
}

.wp-block-column h1 {
	padding-bottom: 3rem;
}

.instant-val-h1 {
	font-size: 1.75rem !important;
	;
}

@media screen and (max-width: 800px) {
	section {
		padding: 2.5rem 1rem;
	}

	section h1 {
		padding-bottom: 1.5rem;
	}

	h2.servicepage {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}


	.wp-block-column h1 {
		padding-bottom: 1.5rem;
	}
}



.is-position-sticky {
	position: sticky;
	top: var(--wp-admin--admin-bar--position-offset, 0);
}


/* Default layout: stack columns on mobile by default */
.wp-block-columns.is-layout-flex {
	display: flex;

}

.is-vertically-aligned-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}


/* Adjust for smaller screens */
@media screen and (max-width: 800px) {
	.wp-block-columns.is-layout-flex {
		flex-wrap: wrap !important;
		/* Ensure wrapping by default on mobile */
	}

	.wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: nowrap !important;
		/* Prevent wrapping if not stacked on mobile */
	}


	.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
		flex: 100%;
		max-width: 100%;
	}


}


.key-info-box h2 {
	padding-top: 0;
}

.key-info-box ul {
	padding-top: 0;
}

.key-info-box ol {
	margin-top: 0;
}

.key-info-box li {
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
	.key-info-box img {
		width: 64px !important;
		height: 64px !important;
		margin-top: 0.5rem;
	}
}

.wp-block-columns.guide {
	flex-wrap: nowrap;
	gap: 4rem;
}


@media screen and (max-width: 800px) {
	.wp-block-columns.guide {
		gap: 1rem;
	}
}

.guide-h1 {
	padding-bottom: 1.5rem !important;
}

.article-intro-2024 {
	font-size: 1.1rem !important;
	font-weight: 500;
	padding-bottom: 0.5rem;
}

/* Author on Guides */
.flexbox100 {
	display: flex;
	width: 100%;
	padding-top: 24px;
}

.box50 {
	flex: 1;
}


.right-aligned {
	text-align: right;
}

.author-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.author-container-left {
	width: 56px;
}

.author-container-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-top: 3px;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

img.avatar {
	border-radius: 50%;
	width: 48px;
    height: 48px;
    display: block;
	object-fit: cover;
	object-position: center top;
}



@media only screen and (max-width: 500px) {
	.author-container-right {
		padding-top: 5px;
		font-size: 12px;
	}
}


.social-share-icons {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 8px 0px;
	width: 100%;
	max-width: 160px;
	float: right;

}

.social-share-icons a {
	filter: saturate(1.5) opacity(0.5);
	transition: filter 250ms ease-in-out;
}

.social-share-icons a:hover {
	filter: saturate(1) opacity(1);
}

.social-share-icons a img {
	width: 26px;
}

/* Related Articles */
.related-article-row {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	/* Adjust the gap size as needed */
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.related-article-column {
	flex: 0 0 calc(50% - 16px);
	/* Adjust the calculation as needed */
}

.related-article-inner-container h2 {
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
}

.related-article-inner-container ul li {
	font-weight: 500 !important;
}

.related-article-inner-container .menu li.current>a,
.related-article-inner-container .menu li:hover>a,
.related-article-inner-container .menu ul ul:hover>a {
	background: #F7ECF3;
}

.related-article-inner-container {
	background-color: #F7ECF3;
	padding: 0 1rem 0.5rem 1rem;
	margin-bottom: 1rem;
	border-radius: 4px;
}

.hidden-related-read-item {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.custom-show-more-2 {
	padding-bottom: 0;
}

.show-related-read-item {
	display: list-item;
	opacity: 1;
}

.yarpp-related a {
	font-weight: 500 !important;
}

/* Responsive design for mobile devices */
@media screen and (max-width: 768px) {

	.related-article-row {
		gap: 0;
	}

	.related-article-column {
		flex: 0 0 100%;
	}

	.related-article-inner-container {
		min-height: 300px;
	}
}


.custom-no-bullets {
	padding-left: 0 !important;
}




#anker-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

#toggle-links {
	display: flex;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	color: #d80080;
	font-weight: 500;
	font-size: 0.95rem;
	;
}

#expand-icon {
	margin-left: 5px;
	transition: transform 0.3s ease-in-out;
}

#toggle-links.show-fewer #expand-icon {
	transform: rotate(180deg);
}

#article-a-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#article-a-links li {
	width: calc(50% - 10px);
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	#article-a-links li {
		width: 100%;
	}
}

span.article-a-links {
	font-size: 1.2rem;
	width: 100%;
	float: left;
	margin: 20px 0 10px;
	color: #4f145b;
}

ul#article-a-links {
	list-style-type: none;
	margin: 4px 0 20px !important;


	-webkit-columns: 2;
	columns: 2;
	float: left;
	width: 100%;
	list-style-position: inside;
}

ul#article-a-links li {
	margin: 0 0 11px !important;
	padding: 0 0 0 1rem !important;
	font-size: 0.9rem;
	line-height: 1.25rem;
	position: relative;
}

ul#article-a-links li a {
	text-decoration: none;
	color: #3e3e3e;
}

ul#article-a-links li a strong {
	font-weight: 400 !important;
}

ul#article-a-links li a:visited {
	color: #3e3e3e;
}

ul#article-a-links li a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

ul#article-a-links li:before {
	content: " ";
	background: url("./../images/house-icon-list.svg") center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 0;
}



.sidebar-tools {
	max-width: 352px;
	padding-top: 3.5rem;
}

@media screen and (max-width: 600px) {

	.hoa-tool.hoa-tool {
		max-width: 100% !important;
	}

	.sidebar-tools {
		max-width: 600px;
		padding-top: 0;
	}

	a.megaWidget {
		max-width: 100% !important;
	}

}



.hoa-tool.hoa-tool {
	-webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.65);
	box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.65);
	border-radius: 10px;
	display: table;
	margin-left: auto;
	padding: 1rem;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
	width: 100%;
	max-width: 304px;
	float: left;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}

.hoa-tool.hoa-tool .hoa-tool__image img {
	height: auto;
	vertical-align: middle;
	width: 35px;
	max-width: none;
}

.hoa-tool.hoa-tool .hoa-tool__body {
	margin-top: 0;
	padding-left: 0.65rem;
	padding-right: 0.5rem;
	width: 100%;
}

.hoa-tool.hoa-tool .hoa-tool__body p {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.4em;
	webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hoa-tool.hoa-tool .hoa-tool__body p:nth-child(2) {
	margin-top: 0.5rem;
}

.hoa-tool.hoa-tool .hoa-tool__body p .hoa-tool__emphasis {
	line-height: 1.2rem;
	font-family: Montserrat, "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	margin: 0;
}


.hoa-tool.hoa-tool--purple {
	background-color: #6e347a;
}

.hoa-tool.hoa-tool--purple:hover {
	background-color: #4e2556;
}

.hoa-tool.hoa-tool--pink {
	background-color: #D80080;
}

.hoa-tool.hoa-tool--pink:hover {
	background-color: #a00964;
}

.hoa-tool.hoa-tool--lilac {
	background-color: #855a94;
}

.hoa-tool.hoa-tool--lilac:hover {
	background-color: #694774;
}

.hoa-tool.hoa-tool--teal {
	background-color: #168092;
}

.hoa-tool.hoa-tool--teal:hover {
	background-color: #126371;
}

.hoa-tool.hoa-tool--blue {
	background-color: #3778B4;
}

.hoa-tool.hoa-tool--blue:hover {
	background-color: #2f6c9b;
}

.hoa-tool.hoa-tool--green {
	background-color: #338467;
}

.hoa-tool.hoa-tool--green:hover {
	background-color: #348e6d;
}

.hoa-tool.hoa-tool--yellow-green {
	background-color: #bdc519;
}

.hoa-tool.hoa-tool--yellow-green:hover {
	background-color: #929813;
}

.hoa-tool.hoa-tool--red {
	background-color: #a62220;
}

.hoa-tool.hoa-tool--red:hover {
	background-color: #8c1d1b;
}

.hoa-tool.hoa-tool .hoa-tool__icon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.hoa-tool.hoa-tool .hoa-tool__icon:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	content: url(/wp-content/themes/hoa/images/hoa-tool-arrow.png);
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	width: 25px;
}

.hoa-tool.hoa-tool .hoa-tool__body,
.hoa-tool.hoa-tool .hoa-tool__image {
	display: table-cell;
	vertical-align: middle;
}

a.megaWidget {
	max-width: 304px;
	border: 2px solid #d80080;
	min-height: 100px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.65);
	box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.65);
	margin: 0.25rem auto 0.85rem;
	float: left;
	background-color: #d80080;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: background-color 0.4s, border 0.4s;
	transition: background-color 0.4s, border 0.4s;
}

a.megaWidget img {
	border-radius: 8px 0 0 8px;
}

a.megaWidget span {
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	padding: 10px;
	position: relative;
	line-height: 1.55rem;
}

/* Universal styles */
.top-image-container {
	position: relative;
	display: block;
	margin-bottom: 0.3rem;
}

.overlay-content {
	box-sizing: border-box;
	padding: 1rem 1.5rem 2rem 1.5rem;
	border-radius: 4px;
	background-color: rgb(79, 20, 91);
	box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 25%);
}

.overlay-content p.cta-heading {
	color: #fff !important;
	font-size: 2.3rem !important;
	line-height: 3rem !important;
	font-weight: 500 !important;
	margin: 0rem 0 1.25rem !important;
	padding-top: 0 !important;
	text-shadow: 2px 2px 0 rgb(0 0 0 / 70%) !important;
	font-family: 'Montserrat', sans-serif !important;
}

.overlay-content p.cta-text {
	color: #fff !important;
	font-size: 1.15rem !important;
	margin-bottom: 1rem !important;
}

/* Mobile styles */
@media screen and (max-width: 767px) {

	.top-image-container {
		margin-bottom: 0;
	}

	.top-image-container img {
		display: block !important;
	}

	.overlay-content {
		position: relative;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		border-radius: 0;
	}

	.overlay-content p.cta-heading {
		color: #fff !important;
		font-size: 2rem !important;
		line-height: 2.6rem !important;
	}
}

/* Desktop styles */
@media screen and (min-width: 1279px) {
	.top-image-container img {
		display: block;
		max-width: 704px;
		height: auto;
		/*aspect-ratio: 4 / 3;*/
	}

	.overlay-content {
		position: absolute;
		top: 32px;
		right: 32px;
		bottom: 32px;
		left: 32px;
		max-width: 360px;
	}
}

.overlay-content form {
	padding-top: 1rem;
}

.overlay-content input[type="text"] {
	color: #464646;
	border-radius: 3px;
	width: 48%;
	border: 0;
	padding: 9px 10px 11px 10px;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: inherit;
}

.overlay-content input[type="submit"] {
	color: #fff;
	border: 1px solid #fff !important;
	background-color: #d80080;
	border-radius: 6px;
	width: 48%;
	border: 0;
	padding: 12px 9px 12px 7px;
	font-size: .85rem;
	font-weight: 600;
	text-align: center;
	font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
}


/* Form 24 */
.columns-form24 {
	padding-top: 2rem;
	gap: 2rem 6rem;
}

.columns-form24.rightcol {
	margin-top: 12rem;
}


.columns-form24 li {
	text-indent: -.25rem;
	padding-left: .5rem;
}

.columns-form24 ul li:before {
	background-color: transparent;
	border-radius: 0;
	content: "\2713";
	display: inline-block;
	margin-left: -1.1rem;
	margin-right: 0.5rem;
	/* Modify as needed */
	margin-top: -1.5rem;
	vertical-align: middle;
	color: #d80080;
	font-size: 1.125rem;
	/* Adjust the size as needed */
	font-weight: 800;
	height: 4px;
	width: 12px;
}

.columns-snagging24 {
	padding-top: 2rem;
	gap: 2rem 6rem;
}

.columns-snagging24.rightcol {
	margin-top: 23rem;
}


.columns-snagging24 li {
	text-indent: -.25rem;
	padding-left: .5rem;
}

.columns-snagging24 ul li:before {
	background-color: transparent;
	border-radius: 0;
	content: "\2713";
	display: inline-block;
	margin-left: -1.1rem;
	margin-right: 0.5rem;
	/* Modify as needed */
	margin-top: -1.5rem;
	vertical-align: middle;
	color: #d80080;
	font-size: 1.125rem;
	/* Adjust the size as needed */
	font-weight: 800;
	height: 4px;
	width: 12px;
}

.triangle-container {
	position: relative;
}

.triangle-container .triangle {
	position: absolute;
	top: -10px;
	/* Moves the triangle upwards so that half is outside */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 28px solid #d80080;
	/* Change the color as needed */
}

.triangle-container-instant-val {
	position: relative;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.triangle-container-instant-val .triangle {
	position: absolute;
	top: -10px;
	/* Moves the triangle upwards so that half is outside */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 28px solid #d80080;
	/* Change the color as needed */
}

.lined-title {
	display: flex;
	align-items: center;
	text-align: left;
	padding-bottom: 0 !important;
	color: #D80080 !important;
	font-family: -apple-system, BlinkMacSystemFont, Segoe, "Segoe UI", "Droid Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.lined-title::before {
	content: "";
	width: 88px;
	border-bottom: 1px solid #D80080;
	margin-right: 8px;
}

.lined-title::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #D80080;
	margin-left: 8px;
}

/*Footer Reviews */
.reviews-content-unit {
	display: grid;
	align-items: center;
	text-align: left;
	max-width: 203px;
	margin-top: 17px;
}

.reviews-content-unit .reviews-text {
	font-size: 0.75rem;
	color: #FFF;
	margin: 0 auto;
	margin-bottom: 4px;
}

.reviews-content-unit .stars {
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-top: 2px;
}

.reviews-content-unit .stars img {
	width: 72px;
	height: 12px;
}

/* ARB Overrides */

.logo-cta h2 {
	font-size: 1.6rem;
}


@media (min-width: 960px) {
	.logo-cta {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.logo-cta .arb-grid {
		gap: 24px;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.logo-cta {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.logo-cta .arb-grid {
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.logo-cta h2 {
		font-size: 1.3rem !important;
	}

	.logo-cta {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.logo-cta .arb-grid {
		gap: 12px;
	}
}



@media screen and (max-width: 1056px) {
	.columns-form24 {
		gap: 2rem 4rem !important;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.columns-snagging24 {
		gap: 2rem 4rem !important;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (max-width: 800px) {
	.columns-form24 {
		padding-top: 0;
	}

	.columns-form24.rightcol {
		margin-top: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.columns-snagging24 {
		padding-top: 0;
	}

	.columns-snagging24.rightcol {
		margin-top: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.button-cta.button-cta-standard {
		width: 100%;
		margin-left: -0.75rem;
		margin-right: -0.75rem;
	}

	.triangle-container-instant-val {
		position: relative;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		;
	}

	.lined-title::before {
		width: 12px;
	}
}

.disclaimer-box {
	background-color: #F6F6F6;
	padding: 0.375rem 1rem .5rem 1rem;
	border-radius: 4px;
	margin-bottom: 0.5rem !important;
}

.disclaimer-box h2 {
	font-size: 1rem !important;
	color: #3e3e3e !important;
}

.disclaimer-box p {
	font-size: 0.75rem !important;
	line-height: 1.5 !important;
	margin-bottom: 0.5rem !important;
}

#comments {
	margin-top: 0 !important;
}






.custom-gchoice .gchoice {
	z-index: 1;
	position: relative;
	margin: 0 0 8px 0;
	padding: 0;
	height: 56px;
	width: 100% !important;
}

.custom-gchoice input.gfield-choice-input {
	z-index: 2;
	appearance: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 5px;
	height: 100%;
	background: white;
	position: absolute;
	background: #FFF;
	border: 1px solid #4F145B;
}

.custom-gchoice input.gfield-choice-input:hover,
.custom-gchoice .gchoice label:hover {
	cursor: pointer;
}

.custom-gchoice input.gfield-choice-input:checked {
	background: #F5EAF1;
}

.custom-gchoice input.gfield-choice-input:checked+label {
	color: #4F145B;
}

/* Ensure the label is positioned correctly */
.custom-gchoice .gchoice label {
	z-index: 3;
	font-weight: 500;
	color: #4F145B;
	display: block;
	position: absolute;
	padding: 0 0 0 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	overflow: visible;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	max-width: none !important;
}

.custom-gchoice input.gfield-choice-input+label:after {
	content: "";
	position: absolute;
	left: 12px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid #4F145B;
	z-index: 2;
	top: 50%;
	color: white;
	font-size: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: 500;
}

.custom-gchoice input[type="checkbox"].gfield-choice-input+label:after {
	border-radius: 5px;
}

.custom-gchoice input[type="radio"].gfield-choice-input+label:after {
	border-radius: 50px;
}

/* Outer circle when the radio button is checked */
/* Outer circle for the checked state */
.custom-gchoice input.gfield-choice-input:checked+label:after {
	content: '';
	/* Make sure the content is defined */
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #4F145B;
	/* Outer circle color */
	border-radius: 50%;
	position: absolute;
	border: 1px solid #4F145B;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	/* Vertically center */
	z-index: 1;
	/* Outer circle's z-index */
}

/* Inner circle (checkmark) using ::before */
.custom-gchoice input.gfield-choice-input:checked+label::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-color: #4F145B;
	border: solid 3px #FFF;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	/* left: 50%; */
	transform: translate(-27px, -50%);
	z-index: 2;
}




.radio_2col .gfield_radio {
	display: flex;
	/* Use Flexbox for horizontal layout */
	flex-wrap: wrap;
	gap: 0 0.5rem;
	/* Add spacing between radio options */
}

.radio_2col .gchoice {
	display: flex;
	/* Align input and label in the same row */
	align-items: center;
	/* Vertically align radio and text */
	width: calc(50% - 0.25rem) !important;

}

/* Remove margin-bottom for the last two items in .radio_2col */
.radio_2col .gchoice:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}

/* Remove margin-bottom for the last item only if radio_1col is not used */
.gfield_radio:not(.radio_2col) .gchoice:last-child {
	margin-bottom: 0 !important;
}


.radio_2col .gchoice input {
	margin: 0;
	/* Remove default margins around the radio button */
}

.gform_wrapper {
	margin-block-start: 0 !important;
}

#form-response {
	margin-block-start: 0;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea {
	height: 56px;
	/* Set height */
	border: 1px solid #4F145B;
	/* Border color */
	border-radius: 4px;
	/* Optional: Add slight rounding to corners */
	padding: 0 12px;
	/* Padding for better readability */
	font-size: 16px;
	/* Adjust font size for consistency */
	box-sizing: border-box;
	/* Include padding and border in total height */
	width: 100%;
	/* Ensure full width of the container */
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper textarea:focus {
	outline: none;
	/* Remove default focus outline */
	border-color: #732675;
	/* Optional: Change border color on focus */
	box-shadow: 0 0 4px rgba(79, 20, 91, 0.5);
	/* Optional: Add shadow on focus */
}

.gform_wrapper.gravity-theme .gfield_label {

	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #4F145B;
	margin-bottom: 8px;
	padding-top: 16px !important;
}

.gform_next_button {
	height: 48px;
	margin-bottom: 0 !important;
	background-color: #d80080;
	border-radius: 4px;
	width: 100%;
	color: white;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.gform_next_button:hover {
	background-color: #a50062;
	/* Darker shade for hover */
}

.gform_button {
	height: 48px;
	background-color: #d80080;
	border-radius: 4px;
	width: 100%;
	color: white;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	margin: 0 !important;
}

.gform_button:hover {
	background-color: #a50062;
	/* Darker shade for hover */
}

.gform_previous_button {
	height: 32px;
	background-color: white;
	border: 1px solid #d80080;
	/* Pink border */
	border-radius: 4px;
	width: 33.33%;
	color: #d80080 !important;
	/* Pink text */
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	margin-bottom: 0 !important
}

.gform_previous_button:hover {
	background-color: #a50062;
	/* Pink background on hover */
	color: white;
	/* White text on hover */
}

.gform_page_footer input+input {
	margin-left: 0px !important;
}

.gform_page_footer {
	display: flex;
	/* Enable Flexbox */
	flex-direction: column;
	/* Stack buttons vertically */
	align-items: flex-start;
	/* Align buttons to the left (optional) */
	gap: 8px;
	/* Add spacing between buttons */
	margin: 0 !important;
	padding: 16px 0 0 0 !important;
}

.gform_previous_button {
	order: 2;
	/* Ensure Previous is below Submit */
}

.gform_button {
	order: 1;
	/* Ensure Submit stays above Previous */
}

.gfield_checkbox {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
}

fieldset.gfield--type-checkbox>legend.gfield_label {
	margin-bottom: 0 !important;
}

.gfield_checkbox .gchoice {
	display: flex;
	/* Use Flexbox to align checkbox and label side by side */
	align-items: flex-start;
	/* Align checkbox with the first line of text */
	gap: 8px;
	/* Add space between checkbox and label */
}


.ginput_container_checkbox {
	margin-top: 8px;
}

/* Style the checkbox */
/* ==========================================================
   Gravity-Forms checkboxes – native tick, purple theme
   ========================================================== */
.gfield_checkbox .gfield-choice-input {
	/* size + shape */
	width: 18px;
	height: 18px;
	border: 1px solid #4F145B;
	/* purple border at all times  */
	border-radius: 4px;

	/* use the browser’s own tick */
	appearance: auto;
	/* keep native control         */
	accent-color: #4F145B;
	/* purple fill when checked    */

	/* misc visuals */
	margin: 0;
	background: #fff;
	cursor: pointer;
	outline: none;
	transition: border-color .3s;
}

/* optional – maintain purple border on focus */
.gfield_checkbox .gfield-choice-input:focus-visible {
	box-shadow: 0 0 0 2px #b6006c;
}


/* Align checkbox and label side by side */
.gfield_checkbox .gchoice {
	display: flex;
	/* Flexbox for side-by-side alignment */
	align-items: flex-start;
	/* Align checkbox with the first line of the label */
	gap: 12px;
	/* Space between checkbox and label */
}

/* Style the label */
.gfield_checkbox label {
	line-height: 1rem;
	/* Adjust line height for readability */
	font-size: 0.85rem !important;
	/* Font size for label */
	margin-top: 1px;
	margin-bottom: -1px !important;
	color: #4F145B;
}


@media (max-width: 768px) {
	.gfield_checkbox .gfield-choice-input {
		accent-color: #4F145B;
		/* purple background, white system tick */
	}
}

.gform_wrapper.gravity-theme.left_label .gfield_label {
	padding-right: 80px !important;
}

.gform-footer {
	display: flex;
	/* Enable flexbox for layout control */
	flex-direction: column;
	/* Stack items vertically */
	align-items: center;
	/* Center all items horizontally */
}

.gform-footer .gform-loader {
	margin-top: 8px;
	/* Add spacing below the spinner */
	display: block;
	/* Force spinner to act as a block element */
}

.gform_wrapper.gravity-theme .gform-loader {
	border-block-end: 1.1em solid #d80080 !important;
	border-inline-start: 1.1em solid #d80080 !important;
}

.gform-footer .gform_button {
	order: 0;
	/* Ensure the button remains below the spinner */
	margin: 0 auto;
	/* Center the button */
}

.gform_wrapper.gravity-theme .gform_footer {
	display: flex;
	/* Enable Flexbox */
	flex-direction: column;
	/* Stack buttons vertically */
	align-items: flex-start;
	/* Align buttons to the left (optional) */
	gap: 8px;
	/* Add spacing between buttons */
	margin: 0 !important;
	padding: 16px 0 0 0 !important;
}

.gfield_required {
	display: none !important;
}

.validation_message {
	background: none !important;
	border: none !important;
	margin-block-start: 0 !important;
	padding: 0 !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {

	font-size: 14px !important;
	line-height: 24px !important;
	margin-left: 8px;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 12px !important;
}

.gform_wrapper.gravity-theme .gform_fields:last-child {
	grid-row-gap: 0 !important;
}



/* Default hidden state for the full address container */
.gfield.full-address-containerx {
	display: none;
}

/* Styling for the full address content displayed as plain text */
.gfield.full-address-containerx .ginput_container div {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: inherit;
	display: inline;
	/* Display inline with the "Edit" link */
}

/* Ensure the input field itself is hidden for specific fields */
.gfield.full-address-containerx .ginput_container input[readonly] {
	display: none;
}

.gform_anchor {
	margin-block-start: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_description {
	line-height: 16px;
	padding-top: 0 !important;
	margin-left: 0;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
	margin-bottom: 16px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	font-size: 13.2px !important;
}

.desktop-image-section {
	padding: 2rem 1rem 2rem 1rem;
}

.moving-costs-calc-container {
	max-width: 384px !important;
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}




.instant-val-container {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

#getAddress-autocomplete-list li {
	margin-bottom: .5rem;
	font-size: 0.9rem;
}

#getAddress-autocomplete-list li::before {
	display: none;
}

ul.getAddress_autocomplete_list {
	padding: .5rem;
	max-height: 214px !important;
	line-height: 1.25rem;
}


.gform_wrapper.gravity-theme select {
	font-size: 15px;
	height: 56px;
	border: 1px solid #4F145B;
	border-radius: 4px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px;
}


.selected-address textarea {
	border: none;
	resize: none;
	background-color: transparent;
	padding: 0 !important;
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	overflow: hidden;
	max-height: 48px;
}

.selected-address textarea:focus {
	outline: none;
	box-shadow: none;
}



.getAddress_autocomplete_modal_modal {
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.getAddress_autocomplete_modal_modal b {
	font-weight: 500;
	color: #d80080;
}

.getAddress_autocomplete_modal_icon:before {
	color: #d80080;
}

@media (min-width: 641px) {
	.gform-body .gform_fields.left_label .gfield_label {
		padding-top: 10px !important;
	}

	.gform_wrapper.gravity-theme .gform_footer.left_label {
		padding-left: 30% !important;
	}
}

@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .gform_footer.left_label {
		padding-left: 0 !important;
	}
}






/* Base styles for the accordion */
.lightweight-accordion {
	position: relative;
	/* Ensures child elements can be positioned relative to the container */
	margin: 0;
}

:where(.is-layout-constrained)>.lightweight-accordion {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.lightweight-accordion details summary {
	display: flex;
	align-items: center;
	cursor: pointer;
	list-style: none;
	/* Remove default marker */
	position: relative;
	/* Allows marker to position within summary */
}

.lightweight-accordion h2 {
	margin: 0;
	padding: 11px 32px 12px 0;
	font-weight: 600 !important;
	font-size: 1.2rem !important;
	line-height: 1.5rem !important;
	font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	transition: color 0.3s ease;
	/* Smooth transition */
}

.lightweight-accordion h3 {
	margin: 0;
	padding: 11px 32px 12px 0;
	font-weight: 600 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	transition: color 0.3s ease;
	/* Smooth transition */
}

.lightweight-accordion h4 {
	margin: 0;
	padding: 11px 32px 12px 0;
	font-weight: 600 !important;
	font-size: 0.9rem !important;
	line-height: 1.5rem !important;
	font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	transition: color 0.3s ease;
	/* Smooth transition */
}

/* Change color when details is open */
.lightweight-accordion details[open] h2 {
	color: #D80080;
	padding-bottom: 4px;
}

.lightweight-accordion details[open] h3 {
	color: #D80080;
	padding-bottom: 4px;
}

/* Hide default list styling */
.lightweight-accordion details summary {
	list-style: none;
}

.lightweight-accordion details summary::-webkit-details-marker {
	display: none;
	/* Hide native marker in WebKit browsers (iOS Safari, etc.) */
}

/* Add the custom chevron marker */
.lightweight-accordion details summary::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%234F145B" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"%3E%3C/path%3E%3C/svg%3E') no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 1em;
	/* Push the chevron to the right */
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
	/* Smooth rotation animation */
}

/* Rotate the marker when the details are open */
.lightweight-accordion details[open] summary::after {
	transform: rotate(90deg);
	/* Rotate downward */
}

.lightweight-accordion .lightweight-accordion-title {
	border-top: 1px solid #CCC;
	padding: 0;
}

.lightweight-accordion .lightweight-accordion-body {
	margin-top: 8px;
}


/* Animation for the accordion body */
.lightweight-accordion details[open] summary~* {
	animation: lwopen 0.5s ease-in-out;
}

/* Inline styles for accordion titles */
.lightweight-accordion .lightweight-accordion-title p,
.lightweight-accordion .lightweight-accordion-title span,
.lightweight-accordion .lightweight-accordion-title h1,
.lightweight-accordion .lightweight-accordion-title h2,
.lightweight-accordion .lightweight-accordion-title h3 {
	display: inline;
	font-family: inherit;
	font-weight: normal;
}

.lightweight-accordion:last-of-type {
	border-bottom: 1px solid #CCC;
	/* Example border styling */
	margin-bottom: 1rem !important;
}

/* Keyframes for open animation */
@keyframes lwopen {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


.wp-block-image.circle img {
	border-radius: 50%;
	object-fit: cover;
	/* Ensures the image is not stretched */
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}



.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}



@media (max-width: 800px) {
	.desktop-image-section {
		padding: 0;
		padding-top: 208px !important;
		background-image: none !important;
		min-height: 0 !important;
	}

	.moving-costs-calc-container {
		max-width: 100% !important;
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.iv-form-container-over-image {
		max-width: 100% !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		padding-top: 1rem !important;
	}
}



.desktop-shadow-container {
	box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
	padding: 1rem;
	border-radius: 8px;
}


@media (max-width: 800px) {
	.desktop-shadow-container {
		box-shadow: none !important;
	}


}

.hoa-box-shadow {
	box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}

.hoa-box-border {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.iv-form-container-over-image {
	max-width: 400px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.instant-val-bg-image {
	background-image: url('https://hoa.org.uk/wp-content/smush-webp/2025/03/instant-val-desktop.jpg.webp');
	background-size: cover;
}

.instant-rent-bg-image {
	background-image: url('https://hoa.org.uk/wp-content/uploads/2025/03/instant-rent-desktop.jpg');
	background-size: cover;
}

.instant-val-promo-section {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.instant-val-button-adjust button {
	margin-top: -1rem;
}

.webinar-form-container {
	padding: 1rem 5rem 2rem 5rem;
}

@media (max-width: 600px) {
	.instant-val-bg-image {
		background-image: url('https://hoa.org.uk/wp-content/smush-webp/2025/08/instant-val-mobile528x352.jpg.webp');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.instant-rent-bg-image {
		background-image: url('https://hoa.org.uk/wp-content/uploads/2025/03/instant-rent-mobile.jpg');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.instant-val-promo-section {
		padding-top: 1rem;
		padding-bottom: 0rem;
	}

	.webinar-form-container {
		padding: 1rem 1rem 2rem 1rem;
	}

}

.gfield.prefix-currency .ginput_container {
	position: relative;
}

.gfield.prefix-currency .ginput_container::before {
	content: "£";
	position: absolute;
	background-color: #E8E0EB;
	width: 40px;
	line-height: 54px;
	text-align: center;
	border-top: 1px solid #4f145b;
	border-bottom: 1px solid #4f145b;
	border-left: 1px solid #4f145b;
	border-radius: 4px 0 0 4px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 600;
	color: #4f145b;
	pointer-events: none;
}

.gfield.prefix-currency input[type="number"],
.gfield.prefix-currency input[type="text"] {
	padding-left: 48px !important;
	/* push text over so it doesn't overlap the £ */
}

.gfield.suffix-percent .ginput_container {
	position: relative;
}

.gfield.suffix-percent .ginput_container::after {
	content: "%";
	position: absolute;
	right: 0;
	top: 0;
	background-color: #E8E0EB;
	width: 40px;
	line-height: 54px;
	text-align: center;
	border-top: 1px solid #4f145b;
	border-bottom: 1px solid #4f145b;
	border-right: 1px solid #4f145b;
	border-radius: 0 4px 4px 0;
	font-size: 16px;
	font-family: Arial;
	font-weight: 600;
	color: #4f145b;
	pointer-events: none;
}

/* Adjust input padding to avoid overlap with % */
.gfield.suffix-percent input[type="number"],
.gfield.suffix-percent input[type="text"] {
	padding-right: 48px !important;
	border-radius: 4px 0 0 4px !important;
	/* round only left if % box is present */
}

/* Keep the label inline */
.gform_wrapper.gravity-theme legend.gfield_label gftt-label {
	display: inline;
}

.gfield_checkbox .gfield-choice-input {
	min-width: 16px !important;
}

#powerTip {
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bea-form-container {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 768px) {
	.bea-form-container {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}

#submit-button-t-and-c {
	margin-top: 24px;
	margin-bottom: 41.75px;
	font-size: 0.8rem;
	line-height: 1.5 !important;
}

.header-section-removals {
	padding: 3rem 1rem 3rem 1rem;
}

.header-section-life-insurance {
	padding: 3rem 1rem 3rem 1rem;
}

.header-section-panel {
	padding: 1rem 1.5rem 1.5rem 1.5rem;
	max-width: 432px;
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}

@media (max-width: 768px) {

	.header-section-removals {
		padding: 0 0 1rem 0;
	}

	.header-section-life-insurance {
		padding: 0 0 0 0;
		background-image: none !important;
	}

	.header-section-panel {
		padding: 1rem 1rem 1.5rem 1rem;
		max-width: none;
		background-color: #FFF;
		box-shadow: none;
		border-radius: 0;
	}
}


/* Base: 1 column (mobile) */
.reviews-responsive-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 1rem !important;
}

/* Medium screens (e.g. tablets) get 2 columns */
@media (min-width: 640px) {
	.reviews-responsive-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem !important;
	}
}

/* Desktop and up: 4 columns */
@media (min-width: 960px) {
	.reviews-responsive-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem !important;
	}
}

/* Optional: make individual columns stretch full width */
.reviews-responsive-grid .wp-block-column {
	/* Remove any existing flex rules */
	flex: none;
}

.white-svg {
	filter: brightness(0) saturate(100%) invert(1);
}



h2.large {
	padding-top: 0px;
	padding-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (max-width: 768px) {
	h2.large {
		font-size: 1.3rem;
	}
}


.published-date {
	padding-bottom: 10px;
}