/** GENERAL **/
hr.dotted {
	border-top: none;
	border-bottom: 1px dotted #CCCCCC;
	margin: 20px 0px;
	padding: 0px;
}



/** STATIC HEADER **/
.static-header {
	position: relative;
	padding: 30px 0px;
	font-size: 1.3em;
	background: #F9F9F9;
}

.static-header h1 {
	font-size: 2em;
	font-weight: 400;
	color: #a4343a;
	margin: 0px 0px 15px 0px;
}

.static-header p {
	max-width: 70%;
}

.static-header h1,
.static-header p {
	position: relative;
	z-index: 2;
	color: #a4343a;
}

.static-header .gradiant {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	height: 191px;
	border-bottom: 2px solid #a4343a;
}


/** STATIC CONTENT **/
.static-intro {
	padding: 20px 0px;
	font-size: 1.1em;
	line-height: 1.6em;
}

.static-content {
	margin: 40px 0px 0px 0px;
	font-size: 16px;
	line-height: 26px;
}

.static-content h3 {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

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

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

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

.SectionSeparator {
	display: block;
	clear: both;
	height: 1px;
	margin: 40px 0px;
	background-color: #CCCCCC;
}

.static-content h3 {
	border-bottom: 1px dotted #CCCCCC;
}



/** STATIC LIST **/
.static-list {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 20px 0px;
	padding: 0px 0px 0px 20px;
}

.static-list li {
	color: #a4343a;
	;
}

.static-list li span {
	color: #63666A;
}



/** STATIC BANNERS **/
.static-banner {
	width: 100%;
	max-width: 960px;
	max-height: 300px;
	margin: 20px auto;
}



/** STATIC FORM **/
.static-form {
	padding: 20px 0px;
	margin: 40px 0px 0px 0px;
}

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

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

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

.static-form .form-row-strech .styledd,
.form .form-textbox input,
.form .form-textbox textarea {
	width: 100%;
}

.static-form {
	background: #F9F9F9;
}

.static-form h3 {
	color: #a4343a;
}

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



/** MEET THE TEAM **/
.team-member {
	margin: 20px;
	padding: 20px 0px 0px 0px;
	float: left;
	width: 45%;
}

.team-member .image {
	display: none;
	float: left;
	width: 250px;
}

.team-member .image img {
	width: 100%;
	max-width: 600px;
	max-height: 844px;
}

.team-member .text-wrapper {}

.team-member .text-wrapper .name {
	font-size: 1.8em;
}

.team-member .text-wrapper .position {
	font-size: 1.3em;
	padding: 0px 0px 10px 0px;
}

.team-member .text-wrapper .bio {
	padding: 20px 0px;
	line-height: 1.6em;
}

.team-member .text-wrapper .email {
	display: inline-block;
}

.team-member {
	border-top: 1px solid #EFEFEF;
}

.team-member .image {
	border: 5px solid #EFEFEF;
}

.team-member .text-wrapper .name {
	color: #a4343a;
}

.team-member .text-wrapper .position {
	border-bottom: 5px solid #a4343a;
}



/** STEPS **/
.step-box {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
}

.step-box .image {
	float: left;
	width: 300px;
	position: relative;
}

.lt-ie9 .step-box .image {
	height: auto !important;
	max-height: 200px;
}

.step-box .image .step {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}

.step-box .image .step span {
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
}

.step-box .text-wrapper {
	margin: 0px 0px 0px 320px;
	line-height: 1.6em;
	padding: 0px 20px;
}

.lt-ie9 .step-box .text-wrapper {
	height: auto !important;
}

.step-box {
	border-bottom: 1px solid #EFEFEF;
}

.step-box .image .step {
	background: rgb(23, 50, 68);
	background: rgba(23, 50, 68, 0.9);
	color: #FFFFFF;
}

.step-box .image .step span {
	color: #F8CF0D;
}



/** MORTGAGES **/
.mortgage-logo {
	float: right;
	width: 100%;
	max-width: 144px;
	max-height: 144px;
}

/** CONTACT **/
.vcard .vcard-details {
	font-size: 1.1em;
	font-style: normal;
}



/** RESPONSIVE **/
@media screen and (max-width:830px) {
	.team-member {
		width: 40%;
	}

	.static-content .static-col,
	.static-content .static-left,
	.static-content .static-right {
		float: none;
		width: auto;
		display: block;
	}

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

	.static-content .static-col.static-colImg {
		margin: 20px 0px;
		padding: 75% 0px 0px 0px;
	}
}

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

	.static-header {
		font-size: 1em;
	}

	.static-header p {
		max-width: 100%;
	}

	.step-box .image {
		float: none;
		width: 100%;
		height: 150px;
	}

	.step-box .text-wrapper {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px;
		height: auto !important;
	}

	.team-member {
		width: 100%;
		margin: 20px 0px;
	}

	/*(.team-member .image			{ float:left; width:150px; }
	.team-member .text-wrapper	{ margin:0px 0px 0px 200px; }*/

}

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

	.static-form .form-left {
		float: none;
	}

	.static-form .form-right {
		float: none;
	}

	.static-form .form-left,
	.static-form .form-right {
		width: 100%;
	}

	.static-list {
		font-size: 1em;
		line-height: 1.6em;
	}

}

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

	.mortgage-logo {
		display: block;
		float: none;
		width: 100%;
		max-width: 144px;
		max-height: 144px;
		margin: 20px auto;
	}

	/*.team-member .image							{ float:none; width:96%; margin:0px auto; clear:both; }
	.team-member .text-wrapper					{ margin:20px 0px 0px 0px; }
	.team-member .text-wrapper .name			{ font-size:1.4em; }
	.team-member .text-wrapper .position		{ font-size:1.1em; }*/

}

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

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

	.static-header h1 {
		font-size: 1.5em;
	}

}