/** PADDING **/
.static-wrapper {
	width: 100%;
}

.static-margins {
	max-width: 960px;
	margin: 0px auto;
}

.static-padding {
	padding: 0px 15px;
}



/** PAGE TITLES **/
.search-form-bar {
	display: none;
}

.static-titles {
	padding: 20px 0px;
	font-size: 1.1em;
}

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

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

.static-titles {
	background-color: #15B48C;
	color: #FAFAFA;
}

.static-titles.static-titles-dark {
	background-color: #646464;
	color: #FAFAFA;
}

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

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



/** MAIN CONTENT **/
.static-content {
	padding: 60px 0px;
	font-size: 1.1em;
}

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

.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;
	font-size: 2em;
	display: block;
	text-align: center;
}

/**.static-content blockquote:before				{ content: "\f10d"; margin-right:1em; }
.static-content blockquote:after				{ content: "\f10e"; margin-left:1em; }**/
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-image {
	width: 100%;
	max-width: 800px;
	max-height: 600px;
}

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

.static-content h2 {
	color: #15B48C;
}

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

.static-content h3 {
	color: #15B48C;
}

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

.static-content blockquote {}

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

.static-image {
	width: 100%;
}

.static-content h2 span small {
	display: block;
}

.static-content h2 .commission-title {
	display: block;
	color: #15B48C;
	font-weight: 600;
}

.static-content h2 .package-text {
	display: block;
}

.static-content h2 .package-text span {
	color: #15B48C;
	text-transform: uppercase;
	font-weight: 400;
}

/** LETTINGS MESSAGE **/
.lettings-message {
	background: #EFEFEF;
	padding: 20px;
	text-align: center;
	font-weight: 400;
}

.lettings-message span {
	display: block;
}

/** PRICE BANNERS **/
.price-banners {
	text-align: center;
	padding: 10px;
	margin-top: 30px;
}

.price-banners h2 {
	text-transform: uppercase;
}

.price-banners {
	background-color: #15B48C;
	color: #FAFAFA;
}

.price-banners h2 {
	color: #FFFFFF;
}

.tnc-download {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: underline;
}

.tnc-download:hover {
	text-decoration: underline;
}

.pop-box {
	padding: 1px 20px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.31);
}

.pop-box h2 {
	text-align: center;
}


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

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

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

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

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

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

.faq-list {
	padding: 0px;
}

.faq-list li {
	color: black;
	list-style-type: none;
}

.faq-list li:before {
	content: '\2022';
	color: #15B48C;
	padding-right: 0.5em;
	font-size: 1.4em;
}

.faq-btn {
	background: #28373E !important;
}

.faq-btn:hover {
	background: #646464 !important;
}


/** 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 {
	background: #3C95D1;
	color: #FFFFFF;
}

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



/** STATIC FORMS **/
.static-form-wrapper {
	padding: 10px;
}

.BuyingForm {
	text-align: left;
}

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

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

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

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

.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;
}

.form .form-textbox input,
.form .form-textbox textarea {
	min-width: 100px;
}

.static-form-wrapper {
	background: #FAFAFA;
	border: 1px solid #EFEFEF;
}

.static-content.static-grey .static-form-wrapper {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

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

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

.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;
}

.static-form-wrapper .form button {
	background: 2px solid #3C95D1;
	color: #FFFFFF;
}

.static-form-wrapper .form button:hover {
	background: 2px solid #231F20;
	color: #FFFFFF;
}



/** IFRAMES **/
/* .resp-iframe					{ position:relative; padding-bottom:56.25%; padding-top:35px; height:0; overflow:hidden; }
.resp-iframe iframe				{ position:absolute; top:0; left:0; width:100%; height:100%; } */
.WJWatson {
	margin: 40px 0px 0px 0px;
	-webkit-box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.2);
}
.WJWatson img {
	width: 100%;
	height: auto;
	/* max-width: 800px;
	max-height: 600px; */
}



/** STATIC TESTIMONIALS **/
.static-testimonial {
	margin: 0px 0px 20px 0px;
	font-size: 0.9em;
}

.static-testimonial .text {
	padding: 20px;
}

.static-testimonial .name {
	padding: 10px 20px;
	text-transform: uppercase;
}

.static-testimonial {
	border: 1px solid #CCCCCC;
}

.static-testimonial .text {
	color: #777777;
}

.static-testimonial .text strong {
	color: #15B48C;
}

.static-testimonial .name {
	background: #15B48C;
	color: #FFFFFF;
}



/** HISTROY **/
.history-background {
	padding: 100px 0px;
}

.history-background .text-wrapper {
	max-width: 400px;
	padding: 20px;
}

.history-background .text-wrapper h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.8em;
	margin: 0p 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

.history-background .text-wrapper h3 span {
	display: block;
	font-size: 0.6em;
}

.history-background {
	background: #000000 url(backgrounds/history-background.jpg) no-repeat 100% 100%;
	background-size: cover;
}

.history-background .text-wrapper {
	color: #FFFFFF;
}

.history-background .text-wrapper h3 {
	color: #FFFFFF;
	border-bottom: 2px solid #15B48C;
}

.history-background .text-wrapper h3 span {
	color: #FFFFFF;
}


/** APPLICATION FORMS **/
.static-application .application-row {
	clear: none;
}

.static-application .application-row.application-left,
.static-application .application-row.application-right {
	width: 48%;
}

.static-application .application-row.application-left {
	float: left;
	clear: left;
}

.static-application .application-row.application-right {
	float: right;
	clear: right;
}

.static-application .application-row .styledd {
	width: 100%;
	padding: 10px;
	min-width: none;
}

.static-application .application-row input,
.static-application .application-row textarea {
	width: 100%;
	padding: 18px 10px;
	min-width: initial;
}

.static-application .confirmation {
	padding: 20px 0px;
	margin: 20px 0px;
}

.static-application .confirmation input {
	float: left;
	width: 20px;
}

.static-application .confirmation label {
	display: block;
	margin: 0px 0px 0px 25px;
	font-size: 0.8em;
	line-height: initial;
}

.static-application .application-row .styledd {
	background: #FFFFFF;
}

.static-application .application-row input,
.static-application .application-row textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #FFFFFF;
}

#GuarantorSectionDisabled input,
#GuarantorSectionDisabled textarea,
#GuarantorSectionDisabled select:disabled,
#GuarantorSectionDisabled .GuarantorSelect .styledd,
#GuarantorSectionDisabled .GuarantorSelect .styledd .styledd-display {
	background: #EFEFEF !important;
	color: #CCCCCC !important;
	pointer-events: none;
}

#GuarantorSectionDisabled .form-row:not(.GuarantorSelector) {
	cursor: not-allowed;
}

.static-application .confirmation {
	color: #777777;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.block-note {
	border: 10px solid #EEEEEE;
	background: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
}

.block-note strong {
	color: #15B48C;
	font-size: 1.4em;
	text-align: center;
	padding: 10px;
}

.form .form-textbox.form-field-error input,
.form .form-textbox.form-field-error textarea,
.form .styledd.form-field-error,
.form .htmldd.form-field-error {
	border-color: #15B48C;
}


.download-btn {
	background-color: #15B48C;
	color: #FFFFFF;
	padding: 1ex 1em;
	display: inline-block;
	margin-bottom: 10px;
}

.download-btn:hover {
	background-color: #000000;
	color: #FFFFFF;
	padding: 1ex 1em;
	display: inline-block;
	margin-bottom: 10px;
}


@media screen and (max-width:930px) {
	.history-background {
		background: #FFFFFF url(backgrounds/history-background.jpg) no-repeat 50% 100%;
		background-size: cover;
	}
}

@media screen and (max-width:350px) {
	.history-background .text-wrapper h3 {
		font-size: 2em;
	}
}



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

.vcards .vcard .fa {
	font-size: 3em;
	margin-right: 0.3em;
	margin-top: 0.3em;
}

.vcards .vcard .fa-facebook-square:before {
	color: #6d84b4;
	cursor: pointer;
}

.vcards .vcard .fa-facebook-square:hover:before {
	color: #3b5998;
}

.vcards .vcard .fa-twitter-square:before {
	color: #0084b4;
	cursor: pointer;
}

.vcards .vcard .fa-twitter-square:hover:before {
	color: #00aced;
}

/** ABOUT US PAGE **/
.static-history img {
	float: right;
	margin: 0 0 1em 1em;
}

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

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

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

}

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

	.static-application .application-row.application-left,
	.static-application .application-row.application-right {
		float: none;
		width: 100%;
		clear: both;
	}

}

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

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

	.static-content .static-left,
	.static-content .static-right {
		float: none;
		clear: both;
	}

	.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: 0;
	}

	.static-history img {
		float: none;
		margin: 1em auto;
		display: block;
	}
}

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

	.static-titles {
		font-size: 0.9em;
	}

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

	.pop-box-responsive {
		margin-bottom: 30px;
	}

}

/** GRID BOXES **/
.grid-wrapper {
	padding: 40px 0px;
	text-align: center;
	font-size: 0px;
}

.grid-wrapper .title {
	font-size: 22px;
}

.grid-wrapper .grid-box {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 33%;
}

.grid-wrapper .grid-box .spacing {
	margin: 20px;
}

.grid-wrapper .grid-box .grid-number {
	font-size: 3em;
	display: inline-block;
	color: #15B48C;
	border: 5px solid #15B48C;
	padding: 10px;
	width: 75px;
	height: 75px;
	line-height: 45px;
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
}

.grid-wrapper .grid-box .grid-text {
	margin: 20px 0px 0px 0px;
}

.center-banner {
	text-align: center;
	border-top: 2px solid #15B48C;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
}

.center-banner .title {
	font-size: 22px;
}

@media screen and (max-width:870px) {
	.grid-wrapper .grid-box {
		display: block;
		width: 100%;
		max-width: 450px;
		margin: 20px auto 0px auto;
	}

	.grid-wrapper .grid-box .spacing {
		margin: 20px 0px;
	}
}

/* DIV TABLES */
.package-options {
	font-size: 0px;
	margin: 20px 0px;
}

.package-options.package-options-top {
	margin: 20px 0px 60px 0px;
}

.package-options .po-box {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	color: #FFFFFF;
}

.package-options .po-box.po-box-bronze {
	background: #CD7F32;
}

.package-options .po-box.po-box-silver {
	background: #C0C0C0;
}

.package-options .po-box.po-box-gold {
	background: #DAA520;
}

.package-options .po-box .po-spacing {
	padding: 20px;
	font-size: 12px;
}

.package-options .po-box .po-title {
	font-size: 1.3em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.package-options .po-box .po-title span {
	display: block;
	font-size: 2em;
}

.package-options .po-box .po-text-wrapper {
	margin: 20px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 1.3em;
	line-height: 1.3em;
}

.package-options .po-box.po-box-bronze .po-text-wrapper {
	border-top: 2px solid #d7995b;
}

.package-options .po-box.po-box-silver .po-text-wrapper {
	border-top: 2px solid #cdcdcd;
}

.package-options .po-box.po-box-gold .po-text-wrapper {
	border-top: 2px solid #e1b74d;
}

.package-options .po-box .po-text-wrapper .price {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 5px 0px;
}

.package-options .po-small {
	font-size: 12px;
	color: #777777;
	margin: 10px 0px 0px 0px;
}

@media screen and (max-width:680px) {
	.package-options .po-box {
		display: block;
		width: 100%;
	}
}

.classic-title span {
	display: block;
}

@media screen and (max-width:660px) {
	.classic-content .static-col.static-right {
		padding-bottom: 20px;
	}
}

.static-content.commissionTable-border h2 {
	text-align: center;
	color: #231f20;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* DivTable.com */
.divTable.commission-table {
	display: table;
	width: 100%;
	text-align: center;
	border: 1px solid #808080;
}

.divTable.commission-table.commission-table-responsive {
	display: none;
}

.divTable.commission-table .divTableRow {
	display: table-row;
}

.divTable.commission-table .divTableRow.title-cells {
	background-color: #1fb590;
	color: #FFF;
}

.divTable.commission-table .divTableRow.commission-content {
	background-color: #cdebfe;
}

.divTable.commission-table .divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTable.commission-table .divTableCell,
.divTableHead {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 10px;
	width: 35%;
	border: none;
	border: 1px solid #808080;
}

.divTable.commission-table .divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTable .divTableCell .Title {
	display: none;
}

.divTable.commission-table .divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTable.commission-table .divTableBody {
	display: table-row-group;
}

@media screen and (max-width:620px) {
	.divTable .divTableCell .Title {
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0px 0px 10px 0px;
	}

	.divTable.commission-table .divTableRow.title-cells {
		display: none;
	}

	.divTable.commission-table .divTableCell.table-responsive-title {
		background: #1fb590;
		color: #FFF;
		width: 100%;
		clear: both;
		display: block;
	}

	.divTable.commission-table .divTableCell.table-responsive-content {
		display: inline-block;
		width: 49%;
		border: none;
	}

	.divTable.commission-table .divTableCell.table-responsive-content:nth-child(odd) {
		border-left: none;
	}

	.divTable.commission-table .divTableCell.table-responsive-content:nth-child(even) {
		border-right: 1px solid #808080;
	}
}

@media screen and (max-width:450px) {
	.divTable.commission-table .divTableCell.table-responsive-content {
		display: block;
		width: 100%;
	}

	.divTable.commission-table .divTableCell.table-responsive-content:nth-child(even) {
		border-right: none;
		border-bottom: 1px solid #808080;
	}
}



.divTable {
	display: table;
	width: 100%;
	border: 1px solid #CCCCCC;
}

.divTable .divTableRow {
	display: table-row;
}

.divTable .divTableRow:nth-child(even) {
	background: #EFEFEF;
}

.divTable .divTableCell {
	border: 1px solid #CCCCCC;
	display: table-cell;
	padding: 10px;
}

.divTable .divTableCell.divTableCell-amount {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

.divTable .divTableCell.title-cell {
	width: 100px;
	text-align: center;
	color: #FFFFFF;
}

.divTable .divTableCell.title-cell.title-cell-bronze,
.divTable .responsive .bronze {
	background: #CD7F32;
}

.divTable .divTableCell.title-cell.title-cell-silver,
.divTable .responsive .silver {
	background: #C0C0C0;
}

.divTable .divTableCell.title-cell.title-cell-gold,
.divTable .responsive .gold {
	background: #DAA520;
}

.divTable .divTableCell.title-cell span {
	display: block;
	font-size: 1.3em;
}

.divTable .text-cell {
	max-width: 110px;
	margin: 0px auto;
	font-size: 0.8em;
}

.divTable .text-cell small {
	font-size: 0.7em;
	text-transform: none;
}

.divTable .responsive {
	display: none;
	font-weight: bold;
}

.divTable .responsive .bronze,
.divTable .responsive .silver,
.divTable .responsive .gold {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	color: #FFFFFF;
	font-size: 0.9em;
	max-width: 200px;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.divTable .responsive .bronze small,
.divTable .responsive .silver small,
.divTable .responsive .gold small {
	color: #FFFFFF;
}

.divTable span {
	display: block;
}

.divTable small {
	display: block;
	color: #777777;
}

.divTable .divTableCell.divTableCell-amount.table-cell-end {
	color: #FFFFFF;
	vertical-align: top;
	font-size: 0.8em;
}

.divTable .table-cell-end small {
	color: #FFFFFF;
	text-transform: none;
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
}

@media screen and (max-width:640px) {
	.divTable .responsive {
		display: block;
	}

	.divTable .divTableCell-amount {
		display: none;
	}

	.divTable .divTableCell.divTableCell-amount.table-cell-end {
		display: block;
		width: 100%;
	}
}

.fixedFee-link {
	text-align: center;
	margin: 15px 0px;
}

.classic-link {
	display: block;
	color: #15B48C;
	font-size: 1.4em;
}

.classic-link span {
	display: block;
}

.whyUse-section p strong {
	text-transform: uppercase;
	color: #15B48C;
	font-size: 1.1em;
}

.whyUse-section p {
	font-size: 0.9em;
}

/** COMPLIANCE TEXT **/
.compliance-text {
	margin: 40px 0px 0px 0px;
	font-size: 10px;
	padding: 40px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
}

/** CREDIT CARDS **/
.cards-col {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.cards-col img {
	width: 100%;
	max-width: 513px;
	max-height: 513px;
}



/** NEW LAYOUTS **/
.StaticPage {
	background: #FFFFFF;
}

.StaticPage .StaticPage-header {
	padding: 120px 0px;
	font-size: 1.6em;
	color: #FFFFFF;
}

.StaticPage .StaticPage-header,
.StaticPage .StaticHeader-Content {
	position: relative;
	z-index: 2;
}

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

.StaticPage--fixedFees .StaticPage-header {
	background: #000000 url(backgrounds/agent-holding-model-house.jpg) no-repeat 100% 0%;
	background-size: cover;
}

.StaticPage--letOnly .StaticPage-header {
	background: #000000 url(backgrounds/watson-rental-board.jpg) no-repeat 100% 0%;
	background-size: cover;
}

.StaticPage--lettingsManagement .StaticPage-header {
	background: #000000 url(backgrounds/agents-shaking-hands.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.StaticPage--valuations .StaticPage-header {
	background: #000000 url(backgrounds/agent-holding-model-house.jpg) no-repeat 100% 0%;
	background-size: cover;
}

.StaticPage:not(.StaticPage--fixedFees) .StaticHeader-Content {
	max-width: 560px;
}

.StaticPage--fixedFees .StaticPage-header ul {
	max-width: 560px;
}

.StaticPage .StaticPage-header strong {
	font-size: 1.3em;
}

.StaticPage .StaticPage-header ol,
.StaticPage .StaticPage-header ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.StaticPage .StaticPage-header ol li,
.StaticPage .StaticPage-header ul li {
	padding: 10px 0px;
}

.StaticPage .StaticPage-header h2 {
	font-size: 1.3em;
}

@media screen and (max-width:1280px) {
	.StaticPage--fixedFees .StaticPage-header {
		background: #000000 url(backgrounds/agent-holding-model-house-1280.jpg) no-repeat 100% 0%;
		background-size: cover;
	}

	.StaticPage--letOnly .StaticPage-header {
		background: #000000 url(backgrounds/watson-rental-board-1280.jpg) no-repeat 100% 0%;
		background-size: cover;
	}

	.StaticPage--lettingsManagement .StaticPage-header {
		background: #000000 url(backgrounds/agents-shaking-hands-1280.jpg) no-repeat 50% 50%;
		background-size: cover;
	}

	.StaticPage--valuations .StaticPage-header {
		background: #000000 url(backgrounds/agent-holding-model-house-1280.jpg) no-repeat 100% 0%;
		background-size: cover;
	}
}

@media screen and (max-width:840px) {
	.StaticPage--fixedFees .StaticPage-header {
		background: #000000 url(backgrounds/agent-holding-model-house-840.jpg) no-repeat 50% 0%;
		background-size: cover;
	}

	.StaticPage--letOnly .StaticPage-header {
		background: #000000 url(backgrounds/watson-rental-board-840.jpg) no-repeat 100% 0%;
		background-size: cover;
	}

	.StaticPage--lettingsManagement .StaticPage-header {
		background: #000000 url(backgrounds/agents-shaking-hands-840.jpg) no-repeat 50% 50%;
		background-size: cover;
	}

	.StaticPage--valuations .StaticPage-header {
		background: #000000 url(backgrounds/agent-holding-model-house-840.jpg) no-repeat 50% 0%;
		background-size: cover;
	}
}

@media screen and (max-width:480px) {
	.StaticPage .StaticPage-header {
		font-size: 1.2em;
	}

	.StaticPage--fixedFees .StaticPage-header {
		background: #000000 url(backgrounds/agent-holding-model-house-480.jpg) no-repeat 50% 0%;
		background-size: cover;
	}

	.StaticPage--letOnly .StaticPage-header {
		background: #000000 url(backgrounds/watson-rental-board-480.jpg) no-repeat 100% 0%;
		background-size: cover;
	}

	.StaticPage--lettingsManagement .StaticPage-header {
		background: #000000 url(backgrounds/agents-shaking-hands-480.jpg) no-repeat 50% 50%;
		background-size: cover;
	}

	.StaticPage--valuations .StaticPage-header {
		background: #000000 url(backgrounds/agent-holding-model-house-480.jpg) no-repeat 50% 0%;
		background-size: cover;
	}
}



/** INNER CONTENT **/
.StaticPage .StaticContent {
	padding: 80px 0px;
}

.StaticPage .StaticContent--centered {
	text-align: center;
}

.StaticPage .StaticContent--centered .form-error-summary {
	text-align: left;
}

.StaticPage .StaticContent--alt {
	background: #EFEFEF;
}

.StaticPage h2 {
	text-transform: uppercase;
	font-size: 26px;
}

.StaticPage .StaticContent h2,
.StaticPage .static-content h2 {
	color: #15B48C;
}

.StaticPage .btn--marginTop {
	margin: 20px 0px 0px 0px;
	padding: 20px;
	font-size: 16px;
}

ul.ServiceBoxes {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

ul.ServiceBoxes li.ServiceBox {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	font-size: 14px;
}

ul.ServiceBoxes.ServiceBoxes--half li.ServiceBox {
	width: 50%;
}

ul.ServiceBoxes .ServiceBox-spacing {
	display: block;
	padding: 15px;
}

ul.ServiceBoxes .ServiceBox-img {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 75% 0px 0px 0px;
	border: 1px solid #CCCCCC;
}

ul.ServiceBoxes .ServiceBox--valuation .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-valuation.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--photography .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-photography.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--worldWide .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-worldWide.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--team .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-team.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--appointments .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-appointments.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--viewings .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-viewings.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--screening .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-screening.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--salesNegotiation .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-salesNegotiation.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--niCoverage .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-niCoverage.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--saleBoard .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-saleBoard.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--letBoard .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-letBoard.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--floorplan .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-floorplan.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--video .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-video01.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--conveyancing .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-conveyancing.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--PPcom .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-ppcom.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--agentViewings .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-agentViewings.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--epc .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-epc.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--agreement .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-agreement.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--360Tour .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-360Tour02.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--brochure .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-brochure.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--drone .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-drone.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--checkIn .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-checkIn.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--paypal .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-paypal.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--clearFees .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-clearFees.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--noListingFee .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-noListingFee.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--noVat .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-noVat.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--powerfulAdvertising .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-powerfulAdvertising.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox--topNotchPresentations .ServiceBox-img {
	background: #FFFFFF url(static/serviceBox-topNotchPresentations.jpg) no-repeat 50% 50%;
	background-size: cover;
}

ul.ServiceBoxes .ServiceBox-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 101%;
	left: 0;
	right: 0;
	bottom: -101%;
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

ul.ServiceBoxes li.ServiceBox:hover .ServiceBox-text {
	background: rgba(0, 0, 0, 0.5);
	top: 0%;
	bottom: 0%;
}

ul.ServiceBoxes .ServiceBox-text .table {
	display: table;
	width: 100%;
	height: 100%;
}

ul.ServiceBoxes .ServiceBox-text .tableCell {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

ul.ServiceBoxes .ServiceBox-title {
	padding: 10px 0px;
}

ul.ServiceBoxes .ServiceBox-title h3 .TitleNumber {
	display: block;
	margin: 0px auto 10px auto;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-ms-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background: #15B48C;
	color: #FFFFFF;
}

ul.ServiceBoxes .ServiceBox-titleAlt {
	position: relative;
	text-align: left;
	padding: 0px 40px 0px 0px;
}

ul.ServiceBoxes .ServiceBox-titleAlt .title {
	display: block;
	padding: 10px 0px 0px 0px;
}

ul.ServiceBoxes .ServiceBox-titleAlt .price {
	position: absolute;
	right: 0;
	top: 10px;
	font-weight: bold;
	color: #15B48C;
}

.ServiceBox .Btn--download {
	display: block;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.ServiceBox .Btn--download span {
	display: block;
	font-size: 10px;
	text-transform: none;
}

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

	ul.ServiceBoxes li.ServiceBox,
	ul.ServiceBoxes.ServiceBoxes--half li.ServiceBox {
		width: 50%;
	}
}

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

	ul.ServiceBoxes li.ServiceBox,
	ul.ServiceBoxes.ServiceBoxes--half li.ServiceBox {
		display: block;
		width: 100%;
	}

	ul.ServiceBoxes .ServiceBox-spacing {
		padding: 20px 0px;
	}

	ul.ServiceBoxes li.ServiceBox .eqh {
		height: auto !important;
	}
}



/** PAYPAL FORM **/
.PayPal-form {
	padding: 40px;
	background: #EFEFEF;
	margin: 40px auto 0px auto;
	text-align: center;
}

.PayPal-form table {
	margin: 0px auto;
}

.PayPal-form tr {
	display: block;
	padding: 5px 0px;
	text-align: center;
}

.PayPal-form tr td {
	display: block;
	text-align: center;
}

.PayPal-form tr input {
	display: block;
	padding: 10px;
	margin: 0px auto 0px auto;
	width: 100%;
}

.PayPal-form .PayPalBtn {
	margin: 20px 0px 0px 0px;
}



/** PAYMENT TYPES **/
ul.PaymentTypes {
	list-style: none;
	margin: 40px auto 0px auto;
	padding: 0px;
	max-width: 660px;
}

ul.PaymentTypes li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}

ul.PaymentTypes li.payment-vpay {
	max-width: 100px;
}

ul.PaymentTypes li.payment-visa,
ul.PaymentTypes li.payment-mastercard,
ul.PaymentTypes li.payment-maestro,
ul.PaymentTypes li.payment-android {
	max-width: 140px;
}

ul.PaymentTypes li.payment-americanExpress {
	max-width: 140px;
}

ul.PaymentTypes li.payment-sumUp {
	max-width: 360px;
}

ul.PaymentTypes li img {
	width: 100%;
}

.payment-visa img {
	max-width: 200px;
	max-height: 126px;
}

.payment-vpay img {
	max-width: 115px;
	max-height: 126px;
}

.payment-mastercard img {
	max-width: 163px;
	max-height: 125px;
}

.payment-maestro img {
	max-width: 161px;
	max-height: 125px;
}

.payment-americanExpress img {
	max-width: 130px;
	max-height: 123px;
}

.payment-android img {
	max-width: 156px;
	max-height: 113px;
}

.payment-sumUp img {
	max-width: 525px;
	max-height: 59px;
}

@media screen and (max-width:680px) {
	ul.PaymentTypes {
		max-width: 460px;
	}
}

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

	ul.PaymentTypes li.payment-visa,
	ul.PaymentTypes li.payment-mastercard,
	ul.PaymentTypes li.payment-maestro,
	ul.PaymentTypes li.payment-android {
		max-width: 170px;
	}

	ul.PaymentTypes li.payment-vpay {
		max-width: 115px;
	}
}



/** QUESTIONS AND ANSWERS **/
.QuestionAnswer {
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
}

.QuestionAnswer .QuestionAnswer--left {
	position: relative;
	padding: 5px 0px 20px 80px;
}

.QuestionAnswer i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 4em;
	color: #15B48C;
}



/** FORMS **/
.StaticPage--fixedFees .static-form-wrapper,
.StaticPage--valuations .static-form-wrapper {
	background: transparent;
	border: none;
}

.StaticPage--fixedFees .StaticFormSection,
.StaticPage--valuations .StaticFormSection {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 20px 0px;
	padding: 20px;
}

.StaticPage--fixedFees .static-form-wrapper .form .form-row .form-label,
.StaticPage--valuations .static-form-wrapper .form .form-row .form-label {
	display: block;
	text-align: left;
}

#smart-button-container select {
	max-width: 100%;
}



/** FEE COMPARISON **/
.FeeComparison {
	font-size: 0px;
}

.FeeComparison .FeeComparison-row {
	position: relative;
}

.FeeComparison .FeeComparison-row01,
.FeeComparison .FeeComparison-row02:before,
.FeeComparison .FeeComparison-row02 .FeeComparison-price {
	background: #15B48C;
	color: #FFFFFF;
}

.FeeComparison .FeeComparison-row02,
.FeeComparison .FeeComparison-row01:before,
.FeeComparison .FeeComparison-row01 .FeeComparison-price {
	background: #D8F1EA;
	color: #666666;
}

.FeeComparison .FeeComparison-row:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	z-index: 1;
}

.FeeComparison .FeeComparison-row:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 0;
	height: 0;
	margin: -10px 0px 0px 0px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #15B48C;
}

.FeeComparison .FeeComparison-row02:after {
	border-color: transparent transparent transparent #D8F1EA;
}

.FeeComparison .FeeComparison-rowContent {
	position: relative;
	z-index: 3;
	padding: 40px;
}

.FeeComparison .FeeComparison-title,
.FeeComparison .FeeComparison-price {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 16px;
}

.FeeComparison .FeeComparison-title strong {
	display: block;
	font-size: 1.3em;
}

.FeeComparison .FeeComparison-price .FeeComparison-rowContent {
	font-size: 1.3em;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.FeeComparison .FeeComparison-row:after {
		margin: -5px 0px 0px 0px;
		border-width: 10px 0 10px 10px;
	}

	.FeeComparison .FeeComparison-rowContent {
		padding: 20px;
	}

	.FeeComparison .FeeComparison-title,
	.FeeComparison .FeeComparison-price {
		font-size: 14px;
	}
}



/** ICON STRAPLINE **/
.IconStrapline {
	list-style: none;
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	border-top: 1px dashed #CCCCCC;
	font-size: 0px;
}

.IconStrapline li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.IconStrapline li span {
	display: block;
	font-size: 16px;
}

.IconStrapline li .Icon {
	margin: 0px auto;
	max-width: 120px;
}

.IconStrapline li .Icon img {
	display: block;
	width: 100%;
	margin: 0px auto;
}

.IconStrapline li .Text {
	margin: 10px 0px 0px 0px;
}

.IconStrapline li .Text span {
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 580px) {
	.IconStrapline li {
		display: block;
		width: auto;
		padding: 10px 0px;
	}
}