body {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 20px;
  color: #55555a;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url(font/HelveticaNeueLTStd-Lt.eot);
  src: url("font/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"),
    url("font/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt") format("svg"),
    url(font/HelveticaNeueLTStd-Lt.ttf) format("truetype"),
    url(font/HelveticaNeueLTStd-Lt.woff) format("woff"),
    url(font/HelveticaNeueLTStd-Lt.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url(font/HelveticaNeueLTStd-Bd.eot);
  src: url("font/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"),
    url("font/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg"),
    url(font/HelveticaNeueLTStd-Bd.ttf) format("truetype"),
    url(font/HelveticaNeueLTStd-Bd.woff) format("woff"),
    url(font/HelveticaNeueLTStd-Bd.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 0.8;
}
@media (max-width: 445px) {
  .nav-tabs .nav-link {
    max-width: 180px;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    max-width: 180px;
  }
  .steptextmat {
    font-size: 16px;
  }
  a.choicesbutton.btn.btn-primary.btn-lg.js-scroll-trigger.mt-auto {
    font-size: 16px;
    margin-top: 0px !important;
  }
  a.maturityoptionsbutton.btn.btn-secondary.btn-lg.js-scroll-trigger {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-size: 38px;
  font-weight: 700;
}
h3 {
  font-size: 30px;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  font-weight: 700;
}
h5 {
  font-size: 25px;
}
p {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
a {
  color: #00aff0;
  font-weight: 700;
}
a:hover {
  color: #00aff0;
  text-decoration: underline;
}
/*! logo */
.desktop-logo {
  height: 40px;
}
.mobilelogo {
  height: 40px;
}
@media (min-width: 992px) {
  .navbar {
  }
  .pagewide {
    height: 60px;
    padding-top: 15px;
  }
}
#topmainNav {
  background-color: #fff;
}
/*! Nav 3 year */
#MainNavThreeYear {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
#MainNavThreeYear .navbar-nav li.nav-item a.nav-link {
  color: #00148c;
  font-size: 16px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  text-decoration: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: left;
}
#MainNavThreeYear .navbar-nav li.nav-item a.nav-link:hover {
  color: #00aff0;
  background-color: #fff;
}
#MainNavThreeYear .navbar-nav li.nav-item a.nav-link.active {
  color: #00aff0;
}
#MainNavThreeYear .navbar-toggler {
  font-size: 80%;
  padding: 20px;
  background-color: transparent !important;
}
a.nav-link.js-scroll-trigger {
  cursor: pointer;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-nav .nav-link {
  border-top: 1px solid #fff;
}
.navbar-toggler {
  background-image: url(assets/menu.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.navbar-toggler[aria-expanded="true"] {
  background-image: url(assets/menuclose.png) !important;
}
@media (max-width: 991px) {
  button#navToggle {
    display: none !important;
  }
  button#navToggleMat5 {
    display: none !important;
  }
  button#navToggleMat3 {
    display: none !important;
  }
  #MainNavThreeYear .navbar-nav > li.nav-item > a.nav-link {
    padding: 15px !important;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #MainNavThreeYear {
    padding-top: 14px;
    padding-bottom: 15px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #MainNavThreeYear .navbar-brand {
    font-size: 1.75em;
    transition: font-size 0.3s;
  }
  #MainNavThreeYear .navbar-nav {
    margin-top: 0;
  }
  #MainNavThreeYear .navbar-nav > li.nav-item > a.nav-link.active {
    color: #00aff0;
    background-color: #fff;
  }
}
/*! Nav 5 year */
#MainNavFiveYear {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
#MainNavFiveYear .navbar-nav li.nav-item a.nav-link {
  color: #00148c;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}
#MainNavFiveYear .navbar-nav li.nav-item a.nav-link:hover {
  color: #00aff0;
  background-color: #fff;
}
#MainNavFiveYear .navbar-nav li.nav-item a.nav-link.active {
  color: #00aff0;
}
#MainNavFiveYear .navbar-toggler {
  font-size: 80%;
  padding: 20px;
  background-color: transparent !important;
}
#navbarResponsive5year {
  justify-content: flex-end;
}
#navbarResponsive5year .btn-secondary {
  padding-top: 12px;
  padding-bottom: 16px;
  font-size: 16px;
  margin-left: 40px;
}
#navbarResponsive5year .btn-secondary:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  #MainNavFiveYear .navbar-nav > li.nav-item > a.nav-link {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  #navbarResponsive5year .btn-secondary {
    margin: 20px 0;
  }
  #navbarResponsive5year .cta {
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  #MainNavFiveYear {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #MainNavFiveYear .navbar-brand {
    font-size: 1.75em;
    transition: font-size 0.3s;
  }
  #MainNavFiveYear .navbar-nav {
    margin-top: 0;
  }
  #MainNavFiveYear .navbar-nav > li.nav-item > a.nav-link.active {
    color: #00aff0;
    background-color: #fff;
  }
}
/*! Page section */
.cardMain {
  border-radius: 0;
  border: none;
}
.cardMain .image.sharesave {
  background-image: url(assets/Couple-relaxing.webp);
  background-size: cover;
  background-position-x: center;
}
.cardMain .image.sip {
  background-image: url(assets/Family-beach.webp);
  background-size: cover;
  background-position-x: center;
}
.cardMain-body {
  min-height: 300px;
  padding-left: 15px;
}
.cardMain-body a {
  position: absolute;
  bottom: 20px;
}
.page-section {
  padding: 3rem 0;
}
.card-title {
  color: #00148c;
  font-size: 26px;
}
@media (max-width: 768px) {
  .col-md-5.image.sharesave {
    min-height: 300px;
    margin-bottom: 25px !important;
  }
  .col-md-5.image.sip {
    min-height: 300px;
    margin-bottom: 25px !important;
  }
  .cardMain-body {
    min-height: 250px;
  }
}
@media (max-width: 990px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*! Masthead */
.masthead {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
}
.masthead-heading {
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .masthead {
    padding-top: calc(7rem + 70px);
    padding-bottom: 7rem;
  }
}
.mastheadbg {
  background-image: url(assets/Header-copy.webp);
  background-color: #00108c;
  background-position: center;
  background-size: cover;
  margin-top: 90px;
}
.mastheadbgMain {
  background-image: url(assets/BannerImage.webp);
  background-color: #00108c;
  background-position: center;
  background-size: cover;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .mastheadbg {
    margin-top: 58px;
    background-image: none;
  }
  .masthead {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.masthead-subheading {
  color: #333;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}
/*! Scroll to top button */
.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}
.scroll-to-top a {
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: #00148c;
  border: 1px solid #00148c;
  color: #fff !important;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 0 !important;
}
.scroll-to-top a:hover {
  background-color: #fff;
  border: 1px solid #00148c;
  color: #00148c !important;
  text-decoration: none;
}
/*! Cookie banner */
.cookiealert {
  background: none !important;
  background-color: #333 !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  font-size: 16px;
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  color: #fff;
  text-decoration: underline;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}
.acceptcookies {
  background-color: #333;
  border-color: #fff;
  color: #fff;
}
.acceptcookies:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
ul {
  margin-bottom: 0;
}
.asteriskbullets {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}
.asteriskbullets li {
  font-size: 15px;
}
.singleasterisk::before {
  content: "*";
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.letterbullets {
  list-style: none;
  padding-left: 35px;
  padding-top: 5px;
}
.letterbullets li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}
.aasterisk::before {
  content: "a)";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.basterisk::before {
  content: "b)";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.casterisk::before {
  content: "c)";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.numberbullets {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 12px;
}
.numberbullets li {
  padding-top: 0;
  padding-bottom: 0;
}
.numberonebullet::before {
  content: "1.";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.numbertwobullet::before {
  content: "2.";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.numberthreebullet::before {
  content: "3.";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.numberfourbullet::before {
  content: "4.";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.numberfivebullet::before {
  content: "5.";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.btn-primary {
  background-color: #00aff0;
  border: #00aff0;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-primary:hover {
  background-color: #0072ce;
  border: #0072ce;
  color: #fff;
}
.btn-primary:focus {
  background-color: #0072ce;
  border-color: #0072ce;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0072ce;
  border-color: #0072ce;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
.btn-secondary {
  background-color: #00148c;
  border: #00148c;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-secondary:hover {
  background-color: #0072ce;
  border: #0072ce;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #0072ce;
  border: #0072ce;
}
.btn-outline-light {
  border-radius: 0;
  font-size: 25px;
  font-weight: 700;
}
.btn-outline-light:hover {
  color: #333;
  border-color: #fff;
  background-color: #fff;
}
.portfolio-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0072ce;
  opacity: 1;
}
#calculatormodal h2 {
  color: #00148c;
  font-weight: 700;
}
.calculatorsection {
  background-color: #00aef7;
  padding: 25px;
  color: #fff;
}
.calculatorsection h3 {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}
.calculatorresultssection {
  background-color: #0071ce;
  padding: 25px;
  color: #fff;
}
.calculatorresultssection h3 {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}
.label-calc {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
.label-calc-p {
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}
.input-calc {
  width: 100%;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  margin-bottom: 20px;
}
.input-calc:focus {
  border: 1px solid #fff;
}
.calculatorinfotext {
  font-size: 18px;
  width: 100%;
  padding: 15px;
}
.p-output--figure {
  background-color: #fff;
  width: 100%;
  height: 48px;
  border: 1px solid #fff;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.calculatorprice {
  font-size: 25px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
}
.calculatorpricelabel {
  font-size: 45px;
  font-weight: 700;
}
#calculatormodal .modal-body {
  background-color: #ffffff !important;
}
#faqsmodal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0073cd;
  opacity: 1;
}
#faqsmodal h2 {
  color: #00148c;
  font-weight: 700;
  margin-bottom: 20px;
}
#faqsmodal p {
  font-size: 18px;
}
#faqsmodal .card-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
#faqsmodalmats .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0073cd;
  opacity: 1;
}
#faqsmodalmats h2 {
  color: #00148c;
  font-weight: 700;
  margin-bottom: 20px;
}
#faqsmodalmats p {
  font-size: 18px;
}
#faqsmodalmats .card-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
#faqsmodalmats .collapse,
.show {
  border-bottom: 1px solid #ccc;
}
.accordionheader {
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
}
.accordion-toggle {
  width: 100%;
  text-align: left;
}
#accordion .card {
  border-left: none;
  border-right: none;
  border-radius: 0;
  border: 0;
}
#accordion3year .card {
  border-left: none;
  border-right: none;
  border-radius: 0;
  border: 0;
}
#accordion5year .card {
  border-left: none;
  border-right: none;
  border-radius: 0;
  border: 0;
}
#accordion .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
}
#accordion3year .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
}
#accordion5year .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
}
#accordion .card-header .btn-link {
  color: #00148c;
  font-size: 18px;
  font-weight: 700;
}
#accordion3year .card-header .btn-link {
  color: #00148c;
  font-size: 18px;
  font-weight: 700;
}
#accordion5year .card-header .btn-link {
  color: #00148c;
  font-size: 18px;
  font-weight: 700;
}
#accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
#accordion3year .card-body {
  padding-left: 0;
  padding-right: 0;
}
#accordion5year .card-body {
  padding-left: 0;
  padding-right: 0;
}
.thingstoremember ul {
  padding-left: 20px;
}
.thingstoremember .accordion-toggle {
  padding: 20px;
}
.thingstoremember .card {
  border-left: none;
  border-right: none;
  border-radius: 0;
  border: 0;
}
.thingstoremember .card-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
}
.thingstoremember .card-header .btn-link {
  color: #00148c;
  font-size: 18px;
  font-weight: 700;
}
.thingstoremember .card-body {
  padding-left: 20px;
  padding-right: 20px;
}
.importantheader {
  color: #00148c;
  font-weight: 700;
}
.card-header-top {
  border-top: 1px solid #ccc;
}
.accordion-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.accordion-toggle:before {
  content: "";
  background: url(assets/arrow_up.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  float: right;
  background-position: center;
  background-size: contain;
}
.accordion-toggle.collapsed:before {
  content: "";
  background: url(assets/arrow_down.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  background-position: center;
  background-size: contain;
}
.prefix {
  margin-right: -25px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  color: #333;
}
.poundbefore {
  padding-left: 25px;
}
.optionprice {
  background-color: #00aff0;
  width: 100%;
  text-align: center;
}
.optionprice h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 20px;
  font-weight: 400;
}
.videopreview {
  width: 100%;
}
#videoLabel {
  margin-bottom: 20px;
}
#myModal h2 {
  color: #00148c;
}
#myModal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0073cd;
  opacity: 1;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerheading {
  background-color: #00148c;
  width: 100%;
  text-align: center;
}
.bannerheading H2 {
  color: #fff;
  padding: 15px;
  font-size: 30px;
  font-weight: 700;
}
.bannerheadingmat H2 {
  color: #00148c;
  font-size: 30px;
  font-weight: 700;
}
#inviteIntro h2 {
  color: #00148c;
  padding-bottom: 20px;
}
.optionprice h2 {
  color: #fff !important;
  font-size: 30px;
  text-align: center;
  padding: 20px;
  font-weight: 400;
}
#Foursteps {
  border-top: 1px solid #ccc;
}
#Foursteps h2 {
  color: #00148c;
  padding-bottom: 20px;
}
.greybg {
  background-color: #f0f0f0;
  width: 100%;
}
.whitebox {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}
.stepicon {
  width: 55%;
  display: block;
  margin: 0 auto;
}
.stepnumber {
  color: #00aff0;
  font-weight: 700;
  font-size: 45px;
  margin: 0;
  padding-top: 5px;
}
.steptext {
  color: #00148c;
  font-size: 14px;
  font-weight: 700;
  padding-top: 15px;
}
.stepnumbermat {
  color: #00aff0;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  padding-top: 5px;
}
.steptextmat {
  padding-top: 10px;
  text-align: center;
  line-height: 1;
}
.lightbluetext {
  color: #00aff0;
}
#savingsbuildup h2 {
  color: #00148c;
  padding-bottom: 20px;
}
#savingsbuildup {
  border-bottom: 1px solid #ccc;
}
.aboutsharesavefull {
  padding-top: 30px;
}
.repaymentnote {
  font-weight: 700;
}
.greybg {
  background-color: #f0f0f0;
  width: 100%;
}
.whitebox {
  background-color: #fff;
  padding: 20px;
}
.steptext {
  padding-top: 10px;
  text-align: center;
  line-height: 1;
}
.choices h3 {
  color: #00aff0;
  text-align: center;
}
.lightbluetext {
  color: #00aff0;
}
.keydatesimage {
  width: 100%;
}
.joinonlineimage {
  width: 100%;
}
#joinonline h2 {
  color: #00148c;
}
#joinonline h3 {
  color: #00148c;
}
#joinonline p {
  margin-bottom: 10px;
}
#joinonline3year h2 {
  color: #00148c;
}
#joinonline3year h3 {
  color: #00148c;
}
#joinonline3year p {
  margin-bottom: 10px;
}
#joinonline5year h2 {
  color: #00148c;
}
#joinonline5year h3 {
  color: #00148c;
}
#joinonline5year p {
  margin-bottom: 10px;
}
.phonetext {
  font-size: 20px;
  color: #00148c;
  font-weight: 700;
}
#keydates {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#keydates h2 {
  color: #00148c;
  padding-bottom: 20px;
}
#keydates3year h2 {
  color: #00148c;
  padding-bottom: 20px;
}
#keydates5year h2 {
  color: #00148c;
  padding-bottom: 20px;
}
.choices h2 {
  color: #00148c;
  padding-bottom: 20px;
}
#thingstoremember h2 {
  color: #00148c;
  padding-bottom: 20px;
}
.thingstoremembernote {
  font-size: 14px;
}
#maturityoptions {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#maturityoptions h2 {
  color: #00148c;
  padding-bottom: 20px;
}
.planlength {
  float: left;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-right: 15px;
  margin-left: 15px;
}
#year {
  padding: 10px;
}
th {
  color: #00aff0;
  font-size: 15px;
  width: 35%;
}
td {
  font-size: 15px;
}
.table td,
.table th {
  padding: 0.5rem;
}
.table {
  color: #53565a;
}
.bonusTable th,
.bonusTable td {
  color: #00aff0;
  font-size: 15px;
  width: 5%;
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
.tablemats td,
.tablemats th {
  padding: 0.5rem;
  border-top: 1px solid;
  border-color: #00148c;
  font-size: 20px;
  color: #00148c;
  width: auto;
}
.tablemats {
  color: #53565a;
  width: 85%;
}
.repaymentheader {
  color: #00148c;
  font-weight: 700;
}
.maturityoptions {
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.maturityoptionsbutton {
  margin-top: 20px;
}
.flexdisplay {
  display: flex;
}
.maturitytext {
  align-self: center;
  color: #00148c;
}
#faqs {
  background-image: url(assets/FAQImage2021.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#faqs h2 {
  color: #00148c;
}
h2#faqsLabel5year {
  color: #00148c;
}
#faqsmats {
  background-image: url(assets/FAQs.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#faqsmats h2 {
  color: #fff;
}
#faqsmats5year {
  background-image: url(assets/FAQs.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#faqsmats5year h2 {
  color: #fff;
}
#moreinfo h3 {
  width: 100%;
  color: #00148c;
  padding-bottom: 20px;
}
.moreinfotext {
  color: #00148c;
  margin-bottom: 10px;
}
#moreinfo3year h3 {
  width: 100%;
  color: #00148c;
  padding-bottom: 20px;
}
#moreinfo5year h3 {
  width: 100%;
  color: #00148c;
  padding-bottom: 20px;
}
#faqsmodalmats .collapse,
.show {
  border-bottom: 0 solid #ccc;
}
#howdoesSharesaveworkmodal .modal-body {
  background-color: #0073cd;
}
#howdoesSharesaveworkmodal .modal-body h2 {
  color: #fff;
}
#howdoesSharesaveworkmodal .modal-body h3 {
  color: #00148c;
  padding-top: 20px;
}
#howdoesSharesaveworkmodal .modal-body p {
  font-size: 16px;
}
.whitebg {
  background-color: #fff;
}
#calculatorLabel {
  margin-bottom: 20px;
}
#calculatormodal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0073cd;
  opacity: 1;
}
.modal-content {
  border: 0;
}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 425px) {
  .card .image {
    height: 200px;
  }
  .card-body2 {
    min-height: 250px;
  }
  #footer p {
    text-align: left !important;
    margin-top: 20px;
  }
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.ifyousavedbox {
  background-color: #f0f0f0;
  text-align: center;
  color: #00148c;
  padding: 10px;
}
#footer {
  border-top: 1px solid #ccc;
}
#footer p {
  font-size: 14px;
  text-align: right;
}
.footer-logo {
  height: 25px;
}
#footer a {
  color: #00148c;
}
#legalmodal h2 {
  color: #00148c;
  padding-bottom: 20px;
}
#legalmodal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0073cd;
  opacity: 1;
}
#termsmodal h2 {
  color: #00148c;
  padding-bottom: 20px;
}
#termsmodal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0073cd;
  opacity: 1;
}
.boldblue {
  color: #00148c;
  font-weight: 700;
}
.choiceTitleLabel {
  color: #fff;
  padding-bottom: 20px;
}
.choicesmodal .modal-body {
  background-color: #0073cd;
}
.MaturityTitleLabel {
  color: #00148c;
}
.choicesmodal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  opacity: 1;
}
.maturitymodal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #0073cd;
  opacity: 1;
}
.modalimage {
  width: 100%;
}
.maturitymodal th {
  color: #55555a;
  padding: 10px;
}
.maturitymodal tr {
  border-top: 1px solid #00148c;
}
.whitebgmodal {
  background-color: #fff;
  padding: 20px;
}
.whitebgmodal h3 {
  color: #00148c;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .optionprice {
    margin-top: 1em;
  }
  .joinonlineimage {
    margin-bottom: 1em;
  }
  .keydatesimage {
    margin-top: 1em;
  }
  .videopreview {
    margin-top: 1em;
  }
  .whitebox {
    border-bottom: 1em solid #f0f0f0;
  }
  .mobilespacing {
    margin-top: 1em;
  }
}
.nav-pills .nav-link {
  border: 1px solid #00148c;
  border-radius: 0;
  color: #00148c;
  padding: 20px;
  min-width: 270px;
}
.nav-pills {
  margin-left: 15px;
}
#nav-pills h2 {
  color: #00148c;
  font-size: 30px;
  font-weight: 700;
  padding-left: 15px;
  padding-bottom: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #00148c;
}
.pill-tabs {
  margin: 0 auto;
}
.invisiblebutton {
  visibility: hidden;
  margin-top: 20px;
}
.portfolio-modal {
  overflow: auto !important;
}
#nav-pills h2 {
  font-size: 30px;
}
#tabs {
  border-top: 1px solid #000;
  margin-top: -1px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #00148c;
  background-color: #fff;
  border-color: #000 #000 #fff;
}
.nav-tabs .nav-link {
  background-color: #00aff0;
  color: #fff;
}
p.sayeClosed {
  color: #00148c;
  font-weight: 700;
}

.offcanvas-collapse {
  position: fixed;
  top: 131px;
  /* Height of navbar */
  bottom: 0;
  right: 100%;
  left: -300px;
  width: 300px;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #00aff0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: left, visibility;
  height: fit-content;
  border-top: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 25px;
  color: #fff;
}

/* Makes the nav visibile with the open class */
.offcanvas-collapse.open {
  left: 0;
  visibility: visible;
}

.sidenavbar-expand-lg .navbar-nav {
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  /* color: rgba(255, 255, 255, .75); */
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

nav.navbar.sidenavbar-expand-lg.fixed-top.navbar-dark.bg-dark.navbar-offcanvas {
  top: 83px;
  background-color: transparent !important;
}

button#navToggle,#navToggleThreeYear,#navToggleFiveYear {
  background-color: #00aff0;
  border-radius: revert;
  margin-left: -16px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255);
}
