/** TITLES **/
.static-titles {
	padding: 60px 0px;
}

.static-titles .static-title {
	font-size: 2.4em;
	font-weight: 600;
	line-height: 1em;
}

.static-titles p {
	display: block;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
}

.static-titles {
	background: #EFEFEF;
	color: #D52B1E;
}

.static-titles p {
	color: #777777;
}


/** CONTENT **/
.static-wrapper {
	padding: 60px 0px;
	font-size: 1.2em;
}

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3 {
	font-weight: 600;
}

.static-wrapper h1 {
	font-size: 1.8em;
	line-height: 1em;
}

.static-wrapper h2 {
	font-size: 1.4em;
}

.static-wrapper h3 {
	font-size: 1.6em;
}

.static-col {
	width: 48%;
}

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

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

.static-central {
	text-align: center;
}

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

.static-list {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
}

.static-list li {
	padding: 10px 0px;
}

.static-wrapper {
	background: #FFFFFF;
}

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

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3 {
	color: #D52B1E;
}

hr.solid {
	border: none;
	border-top: 2px solid #D52B1E;
}

hr.dotted {
	border: none;
	border-top: 2px dotted #D52B1E;
	margin: 10px 0px;
}

.static-list {
	border-top: 1px solid #EFEFEF;
}

.static-list li {
	border-bottom: 1px solid #EFEFEF;
}


.number-title {
	display: block;
	color: #D52B1E;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 2px solid #D52B1E;
	padding: 10px 0px;
}

.sellers-title {
	display: block;
	color: #D52B1E;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 20px;
}

.backtotop {
	font-size: 0.7em;
}

.faqs {
	line-height: 2.2em;
}


/** MEET THE TEAM **/
.meet-the-team .team-img img {
	width: 100%;
	max-width: 800px;
	max-height: 718px;
}

.team-title {
	display: block;
	color: #D52B1E;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 2px solid #D52B1E;
	padding: 10px 0px;
}

.team-position {
	display: block;
	font-size: 1em;
	color: #000000;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
}

.team-office {
	font-size: 0.9em;
	color: #777777;
	font-weight: 300;
}



.mortgages-logo a {
	display: block;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.mortgages-logo img {
	width: 100%;
	max-width: 680px;
	max-height: 236px;
}


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

.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 .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: 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 {}

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

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

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



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

	.static-titles {
		padding: 30px 0px;
	}

	.static-wrapper {
		padding: 20px 0px;
	}

	.static-titles .static-title {
		font-size: 1.8em;
	}

	.static-col {
		width: auto;
		height: auto !important;
	}

	.static-col.fill-space {
		padding: 75% 0px 0px 0px;
	}

	.static-col.static-left,
	.static-col.static-right {
		float: none;
		margin: 10px;
	}

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

	.static-list {
		border-top: 0px solid #EFEFEF;
		margin: 0px 0px 0px 0px;
	}

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

	.sellers-title {
		font-size: 1.4em;
		line-height: 1.2em;
		padding-bottom: 0px;
	}

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



}


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

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

}


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

	.financial-planning-form {
		padding: 5px;
	}

	.financial-planning-form .title-row {
		font-size: 1.6em;
	}

	.financial-planning-form input {
		max-width: 100px;
	}

	.financial-planning-form .sub {
		font-size: 0.7em;
	}


}