/* -- BASIC STYLES -- */
html, body {position: relative; display: block; width: 100%; overflow-x: hidden; scroll-behavior: smooth;}
h1, h2, h3, h4, h5, h6 {font-family: 'Joane-Bold', serif; color: #223366;}
p, li {font-family: 'Source Sans Pro', sans-serif; color: #474747; font-size: 17px;}
a {color: inherit; text-decoration: none;}
a:hover {color: inherit; text-decoration: underline;}
img {position: relative; display: block; width: 100%; margin-right: auto;}
.textCenter {text-align: center;}
.textRight {text-align: right;}
label.error {color: red;}
body form .hiddenFields {display: none;}
.section {position: relative; display: block; width: 100%; padding-top: 50px; padding-bottom: 50px;}
.section.whiteBg {background-color: #fff;}
.section.greenBg {background-color: #044326;}
.section.paleblueBg {background-color: #f0f8ff;}
.section.navyblueBg {background-color: #223366;}
.section.beigeBg {background-color: #f3f3ec;}
.section.greyBg {background-color: #d5d5d5;}
.btn {background-color: #fff;}

/* -- HEADERS STYLES -- */
header {
  margin-top: 60px;
  margin-bottom: 0px;
}
header #rmsLogo {
  width: 100%;
  max-width: 300px;
}
header #rlLogo {
  max-width: 365px;
  margin-left: auto;
  margin-right: 0px;
}
/* -- CONSIDERING OPTIONS SECTION STYLES -- */
#consideroptionsSection {
  padding-bottom: 55px;
}
#consideroptionsSection h1 {
  font-size: 2rem;
}
#consideroptionsSection h2 {
  font-size: 1.75rem;
  margin-bottom: 35px;
}
#consideroptionsSection p {
  margin-bottom: 25px;
}
#consideroptionsSection h3 {
  font-size: 1.25rem;
  margin-bottom: 0px;
}

/* -- CALCULATOR SECTION STYLES -- */
#calculatorSection {
  padding-top: 0px;
  padding-bottom: 40px;
}
.arrow-down {
  position: relative;
  display: block;
  width: 0; 
  height: 0; 
  margin-left: auto;
  margin-right: auto;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #fff;
  margin-bottom: 50px;
}
#calculatorSection #five-reasons h2 {
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  text-transform: capitalize;
}
#calculatorSection #five-reasons p, #calculatorSection #five-reasons ul li {
  color: #fff;
}
#calculatorSection #five-reasons ul {
  list-style-type: none;
  padding-left: 0px;
}
#calculatorSection #five-reasons ul li {
  padding-left: 35px;
  margin-bottom: 10px;
  background: url('../images/rms-tick.png') left center / 25px no-repeat;
}
.calculator {
  background-color: #e6e6e6;
  padding: 0px;
}

/* -- BUILDING TRUST SECTION STYLES -- */
#trustbuildSection {
  padding-top: 20px;
  padding-bottom: 20px;
}
#trustbuildSection img#award2018 {
  max-width: 200px;
  margin-left: auto;
}
#trustbuildSection ul {
  list-style-type: none;
}
#trustbuildSection ul li {
  font-size: 20px;
}
#trustbuildSection ul li:before {
  content: '✓';
  color: #98bf3a;
  padding-right: 10px;
  margin-left: -26px;
}
#trustbuildSection p {
  font-size: 20px;
  color: #292929;
  line-height: 24px;
  margin-bottom: 5px;
}
#trustbuildSection p i {
  font-size: 16px;
  line-height: 18px;
}
#trustbuildSection p span {
  font-family: 'Joane-Bold', serif;
  color: #292929
  margin-top: 10px;
}
#trustbuildSection #trustpilot5Stars {
  max-width: 300px;
}

/* -- YOUR OPTIONS SECTION STYLES -- */
#youroptionsSection h2 {
  font-family: 'Joane-Black', sans-serif;
  text-align: center;
  font-size: 2.5rem;
}

/* -- ZOOPLA SECTION STYLES --*/
#zooplaSection {
  padding-top: 30px;
  padding-bottom: 30px;
}
#zooplaSection h2 {
  color: #fff;
  font-size: 40px;
}
#zooplaSection h3 {
  color: #fff;
}
#zooplaSection p, #zooplaSection label {
  color: #fff;
}

/* -- FAQ SECTION STYLES --*/
#faqSection {
  padding-top: 0px;
}
#faqSection h2 {
  font-family: 'Joane-Black', serif;
  font-size: 25px;
  margin-top: 20px;
}
.card .card-header {
  padding: 15px;
  cursor: pointer;
}
.card .card-header h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  color: #474747;
  margin-bottom: 0px;
}
.card .card-header h3 i {
  font-size: 15px;
  color: #218838;
}
.card .card-header i.plusMinus {
  position: absolute;
  display: none;
  font-size: 25px;
  top: 15px;
  right: 20px;
}
.card .card-header i.plusMinus.active {
  display: block;
}
#ltmAccordion .card .card-body  {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ltmAccordion .card .card-body ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
#ltmAccordion .card .card-body ul li {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  background: left center / 50px no-repeat;
}

/* -- FOOTER STYLES --*/
footer {
	background-color: #213866;
	padding: 50px;
  padding-bottom: 10px;
}
footer h2, footer h3, footer h4 {
	color: #fff;
}
footer p, footer ul li {
  color: #aeaeae;
}
footer ul {
  list-style-type: none;
  padding-left: 0px;
}
footer hr {
	border-color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
footer .row:nth-child(2) {
  margin-bottom: 50px;
}
footer .row:nth-child(2) p {
  font-size: 16px;
  color: #fff;
}
footer .row:last-child p {
  margin-bottom: 0px;
}
footer #yourFutureProtected {
  width: 70%;
  margin-left: auto;
  margin-right: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
footer #award2018 {
  width: 80%;
}

/* -- HOT FIXES -- */
#calculatorSection .container .row-flex {
  display: flex;
}
select::-ms-expand {
  display: none;
}

/* -- ADAPTIVE STYLES -- */
@media (min-width: 992px) {
  #calculatorSection .container .row-flex #five-reasons {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #calculatorSection .container .row-flex .calculatorCol {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  #calculatorSection .container .row-flex {
    display: block;
  }
  #calculatorSection .container .row-flex #five-reasons {
    position: relative;
    display: block;
    width: 100%;
  }
  #calculatorSection .container .row-flex .calculatorCol {
    position: relative;
    display: block;
    width: 100%;
  }
  footer #yourFutureProtected {
    margin-right: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  header #rlLogo {
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  #youroptionsSection h2 {
    font-size: 30px;
  }
}