pre{
	white-space: pre-wrap;
}

.Heading 		{color: #434343; font-size: 20px; line-height: 24px; font-weight:bold;}
.LargeText 		{font-size: 18px;}
.SmallText 		{font-size: 10px; line-height: 20px;}
.VerySmallText	{font-size: 9px; line-height: 15px;}

.logo{
	height: 100px !important;
	margin-bottom: -41px !important;
}
.logoLine{
	border-bottom: solid 29px #E1D8B7 !important;
}

.header-details{
	color: #B52025 !important;
}

.serviceTitle{
	color: #434343;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.slideOverlayText, .approachOverlayText{
	padding: 0 20%;
}

.approachOverlayText p{
	text-align: center;
}

.slideOverlayHeading, .approachOverlayHeading{
	color: #fff;
	font-size: 55px;
	line-height: 60px;
	text-align: center;
}

.slideOverlayImage, .approachOverlayImage{
	text-align: center;
}

.approachOverlayImage img{
	margin-top:-100px
}

.overlay .text-center{
	margin-bottom: 0;
	font-size: 12px;
	line-height: 21px;
}

.staffTitle{
	font-size: 20px;
}

.footerTitle{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Raleway,Arial,Helvetica,sans-serif; 
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body > footer a{
	color: #fff !important;
}

body > footer .bottom{
	font-size: 13px;
	letter-spacing: 1.1px;
}

body > footer .bottom a{
	color: #E1D8B8 !important;
}

.floating-broker-check{
	width: 175px;
	height: 57px;
	background: #EBF1F5;
	text-align: center;
	border-bottom: solid 2px #EBF1F5;
	position: fixed;
	bottom: 0;
	right: 24px;
	z-index: 9999;
	margin-top: 0;
	padding-top: 0;
}

.floating-broker-check img{
	width: 90%;
	padding: 5px;
}

@media screen and (max-width: 1000px) {
	.logo{
		height: 70px !important;
		margin-bottom: -29px !important;
	}

	.logoLine{
		border-bottom: solid 20px #E1D8B7 !important;
	}

	.slideOverlayText, .approachOverlayText{
		padding: 0 10%;
	}

	.slideOverlayHeading{
		font-size: 44px;
		line-height: 48px;
	}

	.approachOverlayHeading{
		font-size: 36px;
		line-height: 44px;
	}

	.approachOverlayImage img{
		margin-top:-50px
	}
}