/* -- BASIC STYLES -- */
html, body {position: relative; display: block; width: 100%; overflow-x: hidden; scroll-behavior: smooth; background-color: #94b03c;}
h1, h2, h3, h4, h5, h6 {font-family: 'Joane-Bold', serif; color: #000;}
p, ul li {font-family: 'Source Sans Pro', sans-serif; color: #000;}
img {position: relative; display: block; width: 100%; margin-right: auto;}
a {color: inherit;}
a:hover {color: inherit;}
a.underlined {text-decoration: underline; font-weight: bold;}
.section {position: relative;display: block;width: 100%;padding-top: 30px;padding-bottom: 60px;}
.section.whiteBg {background-color: #fff;}
.section.greenBg {background-color: #94b03c;}
.section.greyBg{background-color: #e7e7e7;}
.section.blueBg {background-color: #f0f8ff;}
.section.orangeBg {background-color: #f4793b;}
.textCenter {text-align: center;}

/* -- HEADER STYLES -- */
header {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #94b03c;
}

/* -- CALCULATOR SECTION STYLES -- */
#calculatorSection  {
	padding-top: 25px;
	overflow: hidden;
}
#calculatorSection h1 {
	font-size: 50px;
	color: #fff;
}
#calculatorSection h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-top: 30px;
	color: #fff;
}
#calculatorSection #introText {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
}
#calculatorSection #heroImage1 {
	position: absolute;
	width: 300px;
	left: -180px;
	bottom: -55px;
}
#calculatorSection #heroImage2 {
	position: absolute;
	width: 350px;
	bottom: -85px;
	right: -285px;
}
#calculatorSection #heroArrow {
	position: absolute;
	top: -35px;
	left: -30px;
	width: 125px;
}

/* -- TRUST BANNER STYLES -- */
#trustBanner h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #222;
}
#trustBanner h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #222;
}
#trustBanner .largeScreens {
	display: flex;
}
#trustBanner .largeScreens img {
	display: inline-block;
	height: 55px;
	width: auto;
	padding: 0px 5px;
	float: right;
}
#trustBanner .smallScreens {
	display: none;
}
#trustBanner {
	padding-bottom: 30px;
}

/* -- LENDERS SECTION -- */
#lendersSection {
	padding-bottom: 25px;
}
#lendersSection h2 {
	font-size: 38px;
	color: #222;
	margin-bottom: 50px;
}
#lendersSection img {
	margin-bottom: 25px;
}

/* -- WHAT IS EQUITY SECTION STYLES -- */
#whatIsEquitySection {
	padding-top: 60px;
}
#whatIsEquitySection h2 {
	font-size: 38px;
	margin-bottom: 30px;
	color: #222;
}
#whatIsEquitySection p {
	font-size: 18px;
	color: #222;
}
/* -- TRUSTPILOT SECTION STYLES -- */
#trustpilotSection h2 {
	font-size: 38px;
	margin-bottom: 30px;
	color: #222;
	text-align: center;
}
#trustpilotSection {
	padding-top: 60px;
}
#trustpilotSection #trustpilotContainer {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50px;
	padding: 30px 25px;
	background-color: #fff;
	padding-top: 0px;
}
#trustpilotSection #trustpilotContainer #trustpilotHeader {
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#trustpilotSection #trustpilotContainer #trustpilotHeader img {
	width: 100%;
	max-width: 257px;
	margin: 0 auto;
}
#trustpilotSection #trustpilotContainer .reviewCol:first-child {
	border-right: 2px solid #000;
}
#trustpilotSection #trustpilotContainer .reviewCol:last-child {
	border-left: 2px solid #000;
}
#trustpilotSection #trustpilotContainer .reviewCol img {
	width: 50%;
}
#trustpilotWidgetWrapper {
	position: relative;
	display: block;
}

/* -- PROCESS SECTION STYLES -- */
#processSection {
	padding-top: 60px;
}
#processSection h2 {
	font-size: 40px;
	margin-bottom: 100px;
	color: #222;
}
#processSection img {
	width: 50%;
	margin-left: auto;
	margin-bottom: 25px;
}
#processSection h3 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #222;
}
#processSection p {
	font-size: 16px;
	margin-bottom: 0px;
	color: #222;
}

/* -- FOOTER STYLES --*/
footer {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #333;
}
footer h2, footer p, footer ul li {
	color: #fff;
}
footer h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 25px;
	font-weight: 600;
}
footer hr {
	border-color: #474747;
}
footer #rerLogo {
	width: 65%;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer ul {
	padding-left: 0px;
	list-style-type: none;
}
footer #phonenumber {
	font-size: 20px;
	font-family: 'Joane', serif;
	font-weight: 700;
}
footer #copyrightNotice {
	margin-top: 50px;
}

/* -- HOT FIXES -- */

/* -- ADAPTIVE STYLES -- */
@media (max-width: 1199.98px) {
	#trustpilotSection #trustpilotContainer .reviewCol img {
		width: 65%;
	}
}
@media (max-width: 991.98px) {
	#trustBanner h2 {
		text-align: center;
		margin-bottom: 10px;
	}
	#trustBanner h3 {
		text-align: center;
		margin-bottom: 25px;
	}
	#trustBanner .smallScreens {
		display: flex;
	}
	#trustBanner .smallScreens img {
		display: block;
		width: 100%;
	}
	#trustBanner .largeScreens {
		display: none;
	}
	#trustpilotSection #trustpilotContainer #trustpilotHeader img {
		width: 50%;
	}
	#trustpilotSection #trustpilotContainer .reviewCol img {
		width: 75%;
	}
	#processSection img {
		width: 75%;
	}
	footer #rerLogo_smallScreens {
		width: 50%;
		margin-left: auto;
	}
	footer #copyrightNotice {
		margin-top: 0px;
		margin-bottom: 5px;
	}
}
@media (max-width: 767.98px) {
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#calculatorSection h1 {
		font-size: 40px;
	}
	#calculatorSection h2 {
		font-size: 20px;
	}
	#calculatorSection #introText {
		font-size: 20px;
	}
	#calculatorSection #heroImage1 {
		display: none;
	}
	#calculatorSection #heroImage2 {
		display: none;
	}
	#calculatorSection #heroArrow {
		display: none;
	}
	#trustpilotSection #trustpilotContainer #trustpilotHeader img {
		width: 60%;
	}
	#trustpilotSection #trustpilotContainer .reviewCol:first-child {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 2px solid #000;
	}
	#trustpilotSection #trustpilotContainer .reviewCol:last-child {
		padding-top: 20px;
		margin-top: 20px;
		border-left: none;
		border-top: 2px solid #000;
	}
	#trustpilotSection #trustpilotContainer .reviewCol img {
		width: 50%;
	}
	#processSection h2 {
		margin-bottom: 30px;
	}
	#processSection img {
		width: 65%;
		margin-top: 20px;
	}
	#lendersSection img {
		width: 75%;
		margin-left: auto;
	}
}
@media (max-width: 575.98px) {
	#lendersSection h2, #whatIsEquitySection h2, #trustpilotSection h2, #processSection h2 {
		font-size: 28px;
	}
	header {
		padding-bottom: 20px;
	}
	header img {
		width: 250px;
	}
	header #rerLogo {
		margin-bottom: 25px;
		margin-left: auto;
	}
	header #moneyLogo {
		margin-right: auto;
	}
	#processSection h2 {
		margin-bottom: 10px;
	}
	#processSection img {
		width: 100px;
		margin-top: 20px;
	}
	#processSection p {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	header #rerLogo {
		margin-left: auto;
		margin-bottom: 0px;
	}
	#calculatorSection  {
		padding-top: 0px;
	}
	#calculatorSection h1 {
		font-size: 32px;
	}
}

/* -- CONTENT SPECIFIC STYLES -- */
@media (max-width: 1050px) {
	#calculatorSection #heroImage2 {
		right: -250px;
	}
	#calculatorContainer #calcBody #reasonsCol ul li {
		padding-right: 25px;
	}
}
@media (max-width: 991.98px) {
	#calculatorSection #heroImage2 {
		right: -285px;
	}
	#calculatorContainer #calcBody #reasonsCol ul li {
		padding-right: 0px;
	}
}
@media (max-width: 400px) {
	#lendersSection img {
		width: 95%;
	}
}