<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** STATIC TITLES **/
.static-page-title {
	position: relative;
	padding: 60px 0px;
}

.static-page-title:after {
	content: '';
	position: absolute;
	z-index: 0;
	inset: 0;
	-webkit-background-color: rgba(31, 42, 53, 0.5);
	-moz-background-color: rgba(31, 42, 53, 0.5);
	background-color: rgba(31, 42, 53, 0.5);
}

.static-page-title .fw-margins {
	position: relative;
	z-index: 1;
}

.static-page-title h1 {
	text-transform: uppercase;
	font-size: 2.5em;
}

.static-page-title .btn {
	margin: 20px 0px 0px 0px;
}

.static-page-title {
	background: #FFFFFF url(backgrounds/slide-06Alt.jpg) no-repeat 50% 0%;
	background-size: cover;
	color: #FFFFFF;
}

.static-page-title h1 {
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}



/** MAIN CONTENT **/
.static-page-content {
	padding: 80px 0px;
	font-size: 1.3em;
}

.intro-text {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.6em;
	margin: 0px 0px 40px 0px;
}

.static-list {
	list-style: outside none none;
	margin: 20px 0px 60px 40px;
	padding: 0px;
	line-height: 1.8em;
}

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

blockquote {
	color: #777777;
	font-size: 1.6em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.8em;
	margin: 20px 0px;
	padding: 20px;
}

.static-page-content {
	background: #FFFFFF;
}

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

.intro-text {
	color: var(--primaryColour);
}

.static-list li {
	border-left: 3px solid var(--primaryColour);
}

blockquote {
	color: #777777;
}

.static-page-content .static-left {
	float: left;
	width: 50%;
}

.static-page-content .static-right {
	float: right;
	width: 45%;
}




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

.static-form-wrapper h1,
.static-form-wrapper h2 {
	text-transform: uppercase;
}

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

.static-form-wrapper .form .form-row .form-label {
	text-transform: uppercase;
}

.static-form-wrapper .form .form-half,
.static-form-wrapper .form .form-row-narrow {
	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: 14px 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,
.static-form-wrapper h2 {
	color: var(--primaryColour);
}

.static-form-wrapper h1 span,
.static-form-wrapper h2 span {
	color: var(--seconderyColour);
}

.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 .form-row .form-label {
	color: var(--primaryColour);
}

/** ABOUT PAGE REASONS **/

.col-thirds {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	text-align: center;
}

.col-thirds .spacing {
	padding: 20px 0px;
	margin: 10px;
}

.col-thirds .icon {
	text-align: center;
	font-size: 3em;
	color: var(--primaryColour);
}

@media screen and (max-width:830px) {
	.col-thirds {
		width: 32%;
	}
}

@media screen and (max-width:760px) {
	.col-thirds {
		width: 48%;
	}
}

@media screen and (max-width:380px) {
	.col-thirds {
		display: block;
		width: 100%;
	}
}

.about-quote {
	font-weight: 400;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.3em;
}

/** AGENT COL THRID DIVIDES **/
.agent-thirds {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	color: var(--primaryColour);
}

.agent-thirds .agent-spacing {
	padding: 10px;
	margin: 10px;
	text-align: center;
}

.agent-thirds .icon img {
	padding-bottom: 20px;
	width: 100%;
	max-width: 450px;
	max-height: 450px;
}

.agent-thirds h2 {
	font-size: 1.2em;
}

.agent-thirds p {
	color: #000000;
}

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

	.agent-thirds {
		width: 32%;
	}
}

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

	.agent-thirds {
		display: block;
		width: 100%;
	}

	.static-page-content {
		padding: 40px 0px;
		font-size: 1.3em;
	}
}

/** DOWNLOADS **/
.download-section h2 {
	text-transform: uppercase;
	color: var(--primaryColour);
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 2px solid var(--primaryColour);
}

.download-section .download-link {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 20px 0px;
}

.download-section .download-link .icon {
	float: left;
	width: 35px;
	font-size: 2em;
	color: var(--primaryColour);
}

.download-section .download-link .text-wrapper {
	display: block;
	margin: 0px 20px 0px 40px;
}

.download-section .download-link .title {
	display: block;
}

.download-section .download-link .size {
	display: block;
	font-size: 0.8em;
	color: #777777;
}

@media screen and (max-width:840px) {
	.download-section .download-link {
		width: 48%;
	}
}

@media screen and (max-width:520px) {
	.download-section .download-link {
		width: 100%;
	}

	.download-section .download-link .text-wrapper {
		display: block;
		margin: 0px 0px 0px 40px;
	}
}




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

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

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

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

	.intro-text {
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 0px 0px 20px 0px;
	}

	blockquote {
		font-size: 1.3em;
		line-height: 1.6em;
	}

	.static-list {
		margin: 20px 0px 20px 40px;
	}

}</pre></body></html>