/* -- BASIC STYLES -- */
@font-face {
	font-family: SunCTM-Bold;
	src: url('../fonts/Sun-bold.otf');
}
@font-face {
	font-family: SunCTM-Light;
	src: url('../fonts/Sun-light.otf');
}

/* -- BASIC STYLES -- */
html, body {position: relative; display: block; width: 100%; overflow-x: hidden; scroll-behavior: smooth;}
h1, h2, h3, h4, h5, h6 {font-family: 'SunCTM-Bold', serif; color: #000;}
p, ul li {font-family: 'SunCTM-Light', sans-serif; color: #000; font-size: 18px;}
img {position: relative; display: block; width: 100%; margin-right: auto;}
a {color: inherit;}
a:hover {color: inherit;}
.section {position: relative;display: block;width: 100%;padding-top: 30px;padding-bottom: 60px;}
.section.whiteBg {background-color: #fff;}
.section.greyBg{background-color: #f2f2f2;}
.section.lightBlueBg {background-color: #e4f1fd;}
.section.mediumBlueBg {background-color: #004a8d;}
.section.darkBlueBg {background-color: #001464;}
.textCenter {text-align: center;}
.textRight {text-align: right;}
span.ctmUnderline.whiteBg {background: linear-gradient(180deg, #fff 93%, #004a8d 0%); padding-bottom: 10px;}
span.ctmUnderline.lightBlueBg {background: linear-gradient(180deg, #e4f1fd 93%, #004a8d 0%); padding-bottom: 10px;}
span.ctmUnderline.greyBg {background: linear-gradient(180deg, #f2f2f2 93%, #004a8d 0%); padding-bottom: 10px;}

/* -- HEADER STYLES -- */
header {
	position: relative;
	display: block;
	width: 100%;
	max-height: 100px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #001464;
}
header #ctmLogo {
	padding-top: 5px;
}
header #rerLogo {
	margin-left: auto;
	margin-right: 0px;
}

/* -- CALCULATOR SECTION STYLES -- */
#calculatorSection h1 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 0px;
}
#calculatorSection hr {
	border-width: 1px;
	border-color: #fff;
	width: 10%;
}
#calculatorSection h2 {
	font-size: 24px;
	color: #fff;
}
#calculatorSection #introText {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
}
#calculatorSection img#Alexander {
	position: absolute;
	display: block;
	width: 350px;
	right: -10px;
	bottom: 0px;
	z-index: 10;
}

/* -- TRUST BANNER STYLES -- */
#trustBanner h2 {
	font-size: 28px;
	margin-bottom: 0px;
	color: #004a8d;
}
#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;
}
/* -- WHAT IS EQUITY SECTION STYLES -- */
#whatIsEquitySection {
	padding-top: 60px;
}
#whatIsEquitySection h2 {
	font-size: 28px;
	margin-bottom: 30px;
	color: #004a8d;
}
#whatIsEquitySection p {
	font-size: 18px;
	color: #004a8d;
}
/* -- TRUSTPILOT SECTION STYLES -- */
#trustpilotSection h2 {
	font-size: 28px;
	margin-bottom: 30px;
	color: #004a8d;
}
#trustpilotSection {
	padding-top: 60px;
}
#trustpilotSection #trustpilotContainer {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 25px;
	background-color: #fff;
}
#trustpilotSection #trustpilotContainer #trustpilotHeader {
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#trustpilotSection #trustpilotContainer #trustpilotHeader img {
	width: 100%;
	max-width: 257px;
	margin: 0 auto;
}
#trustpilotSection #trustpilotContainer .reviewCol:first-child {
	border-right: 2px solid #f2f2f2;
}
#trustpilotSection #trustpilotContainer .reviewCol:last-child {
	border-left: 2px solid #f2f2f2;
}
#trustpilotSection #trustpilotContainer .reviewCol h3{
	color: #004a8d;
	font-size: 18px;
}
#trustpilotSection #trustpilotContainer .reviewCol p{
	color: #004a8d;
	font-size: 18px;
}
#trustpilotSection #trustpilotContainer .reviewCol img {
	width: 50%;
}

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

/* -- FOOTER STYLES --*/
footer {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #004a8d;
}
footer h2, footer p, footer ul li {
	color: #fff;
	font-size: 16px;
}
footer h2 {
	font-size: 16px;
	margin-bottom: 0px;
}
footer hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #959595;
}
footer ul {
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}
footer #contactDetails p {
	font-family: "SunCTM-Bold";
}
footer img#elephant {
	width: 50%;
	margin-bottom: 5px;
	margin-left: auto;
}
footer p#elephantText {
	width: 75%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* -- 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: 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;
	}
	#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;
	}
}
@media (max-width: 575.98px) {
	header {
		max-height: none;
	}
	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;
	}
}

/* -- CONTENT SPECIFIC STYLES -- */
	/* -- ALEXANDER ORLOV IMAGE -- */
		@media (max-width: 1300px) {
			#calculatorSection img#Alexander {
				right: -100px;
			}
		}
		@media (max-width: 991.99px) {
			#calculatorSection img#Alexander {
				display: none;
			}
		}