<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** PAGE TITLES **/
.static-titles {
	padding: 40px 0px;
	font-size: 1.2em;
}

.static-titles h1 {
	text-transform: uppercase;
	font-weight: 400;
}

.static-titles h1 span {
	text-transform: none;
	font-weight: 300;
}

.static-titles .static-sub-title {
	padding: 0px;
	margin: 0px;
}

.static-titles {
	background: #FFFFFF;
}

.static-titles h1 {
	color: #EC008C;
}

.static-titles h1 span {
	color: #777777;
}

.static-sub-title {
	font-size: 1.4em;
	color: #777777;
	font-weight: 300;
}

.tds-subtitle {
	color: #EC008C !important;
	padding-bottom: 20px;
}

/** MAIN CONTENT **/
.static-content {
	padding: 40px 0px;
	font-size: 1.3em;
	line-height: 1.7em;
}

.static-content h2 {
	text-transform: uppercase;
	font-weight: 400;
}

.static-content h2 span {
	text-transform: none;
	font-weight: 300;
}

.static-content h3 {
	text-transform: uppercase;
	font-weight: 400;
}

.static-content h3 span {
	text-transform: none;
	font-weight: 300;
}

.static-content .static-list {
	font-size: 1.1em;
}

.static-content blockquote {
	margin: 20px 0px;
	padding: 20px;
}

hr.dotted {
	margin: 20px 0px;
	padding: 0px;
}

.static-content .static-col {
	width: 47%;
}

.static-content .static-left {
	float: left;
}

.static-content .static-right {
	float: right;
}

.static-content.static-grey {
	background: #EFEFEF;
}

.static-content h2 {
	color: #232020;
}

.static-content h2 span {
	color: #EC008C;
}

.static-content h3 {
	color: #232020;
}

.static-content h3 span {
	color: #777777;
}

.static-content blockquote {
	border: 10px solid #FFFFFF;
	font-size: 1.4em;
	line-height: 1.5em;
	font-style: italic;
	color: #666666;
}

.static-content blockquote .quote-name {
	color: #EC008C;
	font-style: normal;
}

hr.dotted {
	border: none;
	border-bottom: 1px dotted #CCCCCC;
}

.sales-image {
	max-width: 960px;
	max-height: 403px;
	width: 90%;
}

.pink {
	color: #EC008C;
	font-weight: 400 !important;
}

.homelet-static img {
	width: 100%;
	max-width: 400px;
	max-height: 230px;
}

.deposit-info,
.deposit-info-tds {
	border: 3px solid #000000;
	text-align: center;
	padding: 20px;
}

.deposit-info-tds {
	margin-top: 20px;
}

.deposit-info p,
.deposit-info-tds p {
	font-weight: 300;
	font-style: italic;
}

.info-section p,
.tds-small,
.final-stage {
	text-align: center;
}

.final-stage {
	padding-top: 30px;
}

.exclusive-intro {
	font-size: 1.2em;
	font-weight: 400;
}

.tds-question {
	font-weight: 600;
	font-size: 1em;
}

/** STATIC LISTS **/
.static-content .static-list {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
}

.static-content .static-list li {
	display: block;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.static-content .static-list li {
	border-left: 3px solid #2A2A2A;
}

.static-content .static-list li:nth-child(odd) {
	background: #FAFAFA;
}

.static-content .static-list li span {
	color: #262626;
}

/** LINK LISTS **/
.link-list {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
}

.link-list li {
	display: block;
	margin: 0px 0px 5px 0px;
}

.link-list li a {
	padding: 10px;
	display: block;
	text-transform: uppercase;
}

.link-list li a:after {
	content: " \00bb";
}

.link-list li a {
	background: #232020;
	color: #FFFFFF;
}

.link-list li a:hover {
	background: #EC008C;
	color: #FFFFFF;
}

/** STATIC FORMS **/
.static-form-wrapper h1 {
	text-transform: uppercase;
	font-weight: 400;
}

.static-form-wrapper h1 span {
	text-transform: none;
	font-weight: 300;
}

.static-form-wrapper .text {
	font-size: 1.3em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

.static-form-wrapper .form .form-row .form-label {
	display: none;
}

.static-form-wrapper .form .form-half {
	width: 48%;
	clear: none;
}

.static-form-wrapper .form .form-half-left {
	float: left;
	clear: left;
}

.static-form-wrapper .form .form-half-right {
	float: right;
	clear: right;
}

.static-form-wrapper .form .form-full {
	display: block;
	clear: both;
	width: 100%;
}

.static-form-wrapper .form .form-textbox input,
.static-form-wrapper .form .form-textbox textarea {
	padding: 15px;
	width: 100%;
}

.static-form-wrapper .form .styledd,
.static-form-wrapper .form .htmldd {
	padding: 10px 15px;
	width: 100%;
}

.static-form-wrapper .form .form-textbox textarea {
	min-height: 150px;
}

.static-form-wrapper .form .form-button-row {
	text-align: right;
	text-transform: uppercase;
}

.static-form-wrapper h1 {
	color: #232020;
}

.static-form-wrapper h1 span {
	color: #777777;
}

.static-form-wrapper .text {
	color: #777777;
	border-bottom: 1px solid #CCCCCC;
}

.static-form-wrapper .form select,
.static-form-wrapper .form .htmldd,
.static-form-wrapper .form .styledd,
.static-form-wrapper .form .form-textbox input,
.static-form-wrapper .form .form-textbox textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form .form-row .form-field-error .textbox,
.form .form-row .form-field-error textarea,
.form .form-field-error select,
.form .form-field-error .form .styledd,
.static-form-wrapper .form select,
.form .form-field.form-field-error .styledd {
	border: 2px solid #EC008C !important;
}

/** IMAGE BOX **/
.image-box {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: center;
}

.image-box .padding {
	margin: 10px 10px 30px 10px;
	position: relative;
}

.image-box .image img {
	width: 100%;
	max-width: 600px;
	max-height: 440px;
}

.image-box .title {
	text-transform: uppercase;
	padding: 10px;
	font-size: 1.2em;
}

.image-box .text {
	padding: 20px;
}

.image-box ul {
	list-style: none;
	margin: 10px 0px;
	padding: 10px 0px;
}

.image-box .title {
	background: #232020;
	color: #FFFFFF;
}

.image-box .padding {
	background: #EFEFEF;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.3);
	box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.3);
}

.static-grey .image-box .padding {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.1);
	box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.1);
}

/** IMAGE BOX - FULL WIDTH **/
.image-box.image-box-full {
	display: block;
	width: 100%;
	text-align: left;
}

.image-box.image-box-full .image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300px;
}

.image-box.image-box-full .text-wrapper {
	margin: 0px 0px 0px 300px;
}

/** STEP BOX **/
.step-box {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: center;
}

.step-box .padding {
	margin: 10px 10px 30px 10px;
	position: relative;
}

.step-box .image {
	text-align: center;
}

.step-box .image .step {
	text-transform: uppercase;
	padding: 50px 0px;
	line-height: 2em;
	font-size: 1.5em;
}

.step-box .image .step span {
	display: block;
	font-size: 3em;
}

.step-box .title {
	text-transform: uppercase;
	padding: 10px;
	font-size: 1.2em;
}

.step-box .text {
	padding: 20px;
}

.step-box .title {
	background: #2A2A2A;
	color: #FFFFFF;
}

.step-box .padding {
	background: #FAFAFA;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.3);
	box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.3);
}

.static-grey .step-box .padding {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.1);
	box-shadow: 0px 5px 10px 0px rgba(150, 150, 150, 0.1);
}

.step-box .image {
	background: #FFFFFF url(static/step-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

/** LANDLORD SERVICES **/
.lt-ie9 .landlord-services .static-col {
	height: auto !important;
}

.lt-ie9 .landlord-services .static-col.fill-space {
	max-height: 250px;
	height: 300px;
}

/** CONTACT PAGE **/
.vcards .vcard .vcard-details {
	font-size: 1.2em;
}

.vcards-max660 .vcard .vcard-map {
	float: none;
	width: 100%;
}

.vcards-max660 .vcard .vcard-details {
	margin: 0px 0px 0px 0px;
}

/** RESPONSIVE **/
@media screen and (max-width:900px) {

	.image-box,
	.step-box {
		width: 32%;
	}
}

@media screen and (max-width:800px) {

	.image-box,
	.step-box {
		width: 49%;
	}

	.image-box .title {
		padding: 5px;
		font-size: 1em;
		line-height: 1.1em;
	}
}

@media screen and (max-width:720px) {
	.static-titles {
		font-size: 1em;
	}

	.static-content h2 {
		font-size: 1.2em;
	}

	.static-content blockquote {
		font-size: 1.1em;
	}
}

@media screen and (max-width:690px) {
	.image-box.image-box-full .image {
		position: static;
		width: 100%;
		height: 200px !important;
	}

	.image-box.image-box-full .text-wrapper {
		margin: 0px 0px 0px 0px;
	}
}

@media screen and (max-width:660px) {
	.static-titles {
		font-size: 1em;
	}

	.static-titles h1 {
		font-size: 1.6em;
	}

	.static-content .static-col {
		width: 100%;
	}

	.static-content .static-left,
	.static-content .static-right {
		float: none;
		clear: both;
		margin: 20px 0px;
	}

	.valuation-image {
		height: auto !important;
		min-height: 250px;
	}

	.lettings-image {
		height: auto !important;
		min-height: 250px;
	}

	.epc-image {
		height: auto !important;
		min-height: 250px;
	}

	.static-form-wrapper .form .form-half {
		width: 100%;
		clear: both;
	}

	.static-form-wrapper .form .form-half-left,
	.static-form-wrapper .form .form-half-right {
		float: none;
		clear: both;
	}

	.link-list {
		margin: 0px 0px;
	}
}

@media screen and (max-width:560px) {

	.image-box,
	.step-box {
		width: 100%;
	}

	.image-box .padding,
	.step-box .padding {
		height: auto !important;
	}
}



/** HERO HEADERS **/
.HeroHeader {
	position: relative;
	background-color: #000000;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
	padding: 260px 0px 40px 0px;
	font-size: 16px;
}

.HeroHeader.HeroHeader--letBoard {
	background-image: url(static/header-toLetBoard.jpg);
	background-position: 50% 20%;
}

.HeroHeader.HeroHeader--saleBoard {
	background-image: url(static/header-forSaleBoard.jpg);
	background-position: 50% 20%;
}

.HeroHeader.HeroHeader--painter {
	background-image: url(static/header-painter.jpg);
	background-position: 90% 30%;
}

.HeroHeader.HeroHeader--handingOverKeys {
	background-image: url(static/header-handingOverKeys.jpg);
	background-position: 50% 50%;
}

.HeroHeader:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.HeroHeader .fw-margins {
	position: relative;
	z-index: 2;
}

.HeroHeader .fw-padding {
	max-width: 680px;
}

.HeroHeader h1 {
	font-size: 1.8em;
}

.HeroHeader h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.1em;
}



/** ICON FLOW  **/
:root {
	--colour01: #f652a0;
	--colour02: #f1439c;
	--colour03: #e92156;
	--colour04: #eb9c31;
	--colour05: #81b641;
	--borderWidth: 30px;
}

.IconFlow {
	position: relative;
	text-align: center;
}

.IconFlow .IconFlow-icon,
.IconFlow .IconFlow-content {
	position: relative;
	z-index: 2;
}

.IconFlow .IconFlow-icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0px auto;
	padding: 20px;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.IconFlow--01 .IconFlow-icon {
	background: var(--colour02);
}

.IconFlow--02 .IconFlow-icon {
	background: var(--colour03);
}

.IconFlow--03 .IconFlow-icon {
	background: var(--colour04);
}

.IconFlow--04 .IconFlow-icon {
	background: var(--colour05);
}

.IconFlow .IconFlow-icon img {
	display: block;
	width: 100%;
	height: auto;
}

.IconFlow .IconFlow-content {
	margin: 0px auto;
	padding: 80px;
	max-width: 720px;
}

.IconFlow:not(:first-child) {
	margin-top: -75px;
}

.IconFlow:not(:last-child) .IconFlow-content {
	padding-bottom: 120px;
}

.IconFlow .IconFlow-content h3 {
	color: #EC008C;
}

.IconFlow .Border {
	position: absolute;
	z-index: 0;
}

.IconFlow .Border--top,
.IconFlow .Border--base {
	width: calc(50% - var(--borderWidth));
	height: 100px;
	border: var(--borderWidth) solid transparent;
}

.IconFlow .Border--top {
	top: 50px;
}

.IconFlow .Border--base {
	bottom: 0;
}

.IconFlow .Border--side {
	z-index: 1;
	top: 150px;
	bottom: 100px;
	width: var(--borderWidth);
}

.IconFlow:nth-child(odd) .Border--top,
.IconFlow:nth-child(odd) .Border--side,
.IconFlow:nth-child(odd) .Border--base {
	right: 0;
}

.IconFlow:nth-child(even) .Border--top,
.IconFlow:nth-child(even) .Border--side,
.IconFlow:nth-child(even) .Border--base {
	left: 0;
}

.IconFlow:nth-child(odd) .Border--top {
	-webkit-border-radius: 0px 100px 0px 0px;
	-moz-border-radius: 0px 100px 0px 0px;
	border-radius: 0px 100px 0px 0px;
	border-bottom: none;
	border-left: none;
}

.IconFlow:nth-child(odd) .Border--base {
	-webkit-border-radius: 0px 0px 100px 0px;
	-moz-border-radius: 0px 0px 100px 0px;
	border-radius: 0px 0px 100px 0px;
	border-top: none;
	border-left: none;
}

.IconFlow:nth-child(even) .Border--top {
	-webkit-border-radius: 100px 0px 0px 0px;
	-moz-border-radius: 100px 0px 0px 0px;
	border-radius: 100px 0px 0px 0px;
	border-bottom: none;
	border-right: none;
}

.IconFlow:nth-child(even) .Border--base {
	-webkit-border-radius: 0px 0px 0px 100px;
	-moz-border-radius: 0px 0px 0px 100px;
	border-radius: 0px 0px 0px 100px;
	border-top: none;
	border-right: none;
}

.IconFlow--01 .Border--top {
	border-color: var(--colour02);
}

.IconFlow--01 .Border--side {
	background-image: linear-gradient(180deg, var(--colour02) 0%, var(--colour03) 100%);
}

.IconFlow--01 .Border--base {
	border-color: var(--colour03);
}

.IconFlow--02 .Border--top {
	border-color: var(--colour03);
}

.IconFlow--02 .Border--side {
	background-image: linear-gradient(180deg, var(--colour03) 0%, var(--colour04) 100%);
}

.IconFlow--02 .Border--base {
	border-color: var(--colour04);
}

.IconFlow--03 .Border--top {
	border-color: var(--colour04);
}

.IconFlow--03 .Border--side {
	background-image: linear-gradient(180deg, var(--colour04) 0%, var(--colour05) 100%);
}

.IconFlow--03 .Border--base {
	border-color: var(--colour05);
}

.IconFlow:last-child .Border--top,
.IconFlow:last-child .Border--side,
.IconFlow:last-child .Border--base {
	display: none;
}

@media screen and (max-width: 480px) {
	.IconFlow .IconFlow-content {
		padding: 40px;
	}

	.IconFlow:not(:last-child) .IconFlow-content {
		padding-bottom: 100px;
	}

	.IconFlow .IconFlow-icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.IconFlow .Border--top,
	.IconFlow .Border--top {
		border-width: 10px;
	}

	.IconFlow .Border--top,
	.IconFlow .Border--base {
		width: calc(50% - 10px);
		border-width: 10px;
	}

	.IconFlow .Border--side {
		width: 10px;
	}

	.IconFlow .Border--top {
		top: 40px;
	}

	.IconFlow .Border--base {
		bottom: 20px;
	}

	.IconFlow .Border--side {
		bottom: 130px;
	}
}</pre></body></html>