.body-preview {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ni-l3-header {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 10px #0000002b;
}

.ni-l3-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 900px;
  max-width: 900px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.ni-l3-logo {
  max-height: 25px;
}

.pvpcb-p-4 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.js-number {
  color: #fff;
  background-color: #0baa00;
  border-radius: 100px;
  margin-left: 5px;
  padding: 5px 7px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}

.ni-l3-main-heading {
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.ni-l3-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ni-l3-h {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.ni-l3-emphasize-block {
  background-color: #ebf9fe;
  margin-bottom: .5em;
  padding: 1.5em;
}

.ni-l3-cta-box-items {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.ni-l3-h3 {
  color: #797979;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 21px;
  line-height: 100%;
}

.ni-l3-cta-box-item {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid #0003;
  border-radius: 10px;
  width: 16%;
  padding: 1.5em .75em;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
  box-shadow: 0 6px 5px #0000001a;
}

.ni-l3-cta-box-item:hover {
  color: #e8701a;
  background-color: #e8701a00;
  border-color: #e8701a;
}

.ni-l3-cta-box-item.less-padding {
  padding: 1em .5em;
}

.ni-l3-cta {
  text-align: center;
  background-color: #ff7918;
  border-radius: 10px;
  margin: .5em auto;
  padding: .75em 1.5em;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 100%;
  display: block;
}

.nl-li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
}

.nl-li-item {
  text-align: left;
  margin-bottom: 1em;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.ni-l3-p {
  color: #333;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.ni-l3-p.mb-0 {
  margin-bottom: 0;
}

.ni-l3-p.p-cta {
  margin-top: .6em;
  margin-bottom: 0;
}

.ni-l3-p.highlight-red {
  background-color: #ff8f8f;
  display: block;
}

.ni-l3-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  width: 900px;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.ni-l3-logo-news {
  max-width: 15%;
  max-height: 60px;
}

.ni-l3-as-seen-on {
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 1.5em;
  padding: 1em 2em;
}

.ni-l3-cta-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.article-info {
  color: #a89f9f;
  margin-bottom: 10px;
  font-size: 13px;
}

.ni-l3-main-content {
  flex-flow: column;
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.ni-l3-hero-img {
  width: 100%;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.ni-l3-logos {
  justify-content: space-between;
  display: flex;
}

.ni-l3-sidebar {
  border: 1px solid #0003;
  border-radius: 10px;
  position: sticky;
  top: 15px;
}

.ni-l3-footer {
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ni-l3-footer-wrapper {
  justify-content: space-between;
  width: 900px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.ni-l3-footer-logo {
  max-height: 36px;
}

.l1-content {
  background-image: url('../images/bg-img-blue.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.l1-content.bg-green {
  background-image: url('../images/bg-img-green.svg');
}

.l1-content-inner {
  width: 800px;
  padding-top: 3em;
  padding-bottom: 3em;
}

.l1-h1 {
  color: #1d47b1;
  text-align: center;
  margin-bottom: 1em;
  font-size: 44px;
  line-height: 100%;
}

.l1-h1.c-green {
  color: #235348;
}

.progress-bar {
  background-color: #fff;
}

.l1-p {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 21px;
  line-height: 100%;
}

.l1-cta-btn {
  text-align: center;
  background-color: #1d47b1;
  border-radius: 10px;
  width: 100%;
  padding: 1em;
  font-size: 21px;
  line-height: 100%;
  transition: all .4s;
}

.l1-cta-btn:hover {
  background-color: #092e8a;
  transform: translate(5px, 5px);
}

.l1-cta-btn.green {
  background-color: #235348;
}

.trust-logo {
  max-height: 50px;
  margin: 2em auto;
  display: block;
}

.l1-footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.l1-footer-link {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.separator {
  background-color: #000;
  width: 1px;
  height: 25px;
}

.l1-footer-p {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.disclaimer-p {
  color: #898989;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 12px;
}

.rgh-v2-head {
  background-color: #235348;
  border-bottom: 4px solid #21c896;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rgh-v2-head-inner {
  justify-content: space-between;
  align-items: center;
  width: 900px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.rgh-v2-head-logo {
  height: 25px;
  transition: all .6s;
}

.rgh-v2-head-logo:hover {
  transform: scale(.975);
}

.rgh-v2-head-cta-btn {
  color: #fff;
  background-color: #ff9c00;
  border-radius: 15px;
  padding: .75em 1em;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 100%;
  transition: all .4s;
}

.rgh-v2-head-cta-btn:hover {
  background-color: #00d544;
}

.rgh-v2-content {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
}

.rgh-v2-content-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  display: flex;
}

.rgh-v2-adv-p {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.rgh-v2-adv-p.subhero-text {
  font-size: 18px;
  line-height: 150%;
}

.adv-p-grey {
  color: #c1c1c1;
}

.body {
  font-family: Exo, sans-serif;
}

.rgh-v2-adv-h1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.rgh-v2-hero-img {
  width: 40%;
  margin-bottom: 1em;
}

.td-u {
  text-decoration: underline;
}

.rgh-v2-cta-btn {
  text-transform: uppercase;
  background-color: #ff9c00;
  border-radius: 15px;
  margin-top: 1em;
  padding: 1em 2em;
  font-size: 21px;
  line-height: 100%;
  transition: all .4s;
}

.rgh-v2-cta-btn:hover {
  background-color: #00d544;
}

.rgh-v2-footer {
  background-color: #235348;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10em;
  padding: 2em;
  display: flex;
}

.rgh-v2-footer-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  display: flex;
}

.rgh-v2-footer-logo {
  height: 20px;
}

.rgh-v2-footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.rgh-v2-footer-link {
  color: #fff;
  text-decoration: none;
}

.rgh-v2-footer-links-divider {
  background-color: #fff;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.rgh-v2-footer-small-p {
  color: #ababab;
  text-align: center;
  margin-bottom: 1em;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .ni-l3-header-wrapper {
    width: 95%;
    max-width: none;
  }

  .ni-l3-cta {
    min-width: 50%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .ni-l3-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ni-l3-main-content {
    width: 95%;
    max-width: none;
  }

  .ni-l3-sidebar, .ni-l3-footer-wrapper {
    width: 95%;
  }

  .l1-content {
    width: 100%;
  }

  .l1-content-inner {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .rgh-v2-head-inner, .rgh-v2-content-inner, .rgh-v2-footer-inner {
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (max-width: 767px) {
  .ni-l3-cta-box-items {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ni-l3-cta-box-item {
    width: 30%;
  }

  .rgh-v2-head-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .rgh-v2-content {
    margin-top: 1em;
  }

  .rgh-v2-content-inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .rgh-v2-adv-p.subhero-text {
    text-align: center;
  }

  .rgh-v2-hero-img {
    width: 100%;
  }

  .rgh-v2-cta-btn {
    text-align: center;
  }

  .rgh-v2-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .rgh-v2-footer-inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .ni-l3-header-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .pvpcb-p-4 {
    text-align: center;
    font-size: 14px;
  }

  .js-number {
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
  }

  .ni-l3-main-heading {
    font-size: 32px;
  }

  .ni-l3-h3 {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .ni-l3-cta-box-item {
    width: 47%;
  }

  .ni-l3-cta {
    min-width: 100%;
  }

  .ni-l3-content-wrapper {
    padding-top: 1em;
    padding-bottom: 3em;
  }

  .ni-l3-logo-news {
    max-width: 30%;
  }

  .ni-l3-as-seen-on {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ni-l3-logos {
    flex-flow: wrap;
    justify-content: center;
  }

  .ni-l3-footer-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-items: center;
  }

  .l1-h1 {
    font-size: 36px;
    line-height: 90%;
  }

  .l1-footer-link {
    font-size: 14px;
  }

  .rgh-v2-head-logo {
    height: 20px;
  }

  .rgh-v2-head-cta-btn {
    text-align: center;
    font-size: 14px;
  }

  .rgh-v2-adv-p.subhero-text {
    text-align: center;
  }

  .rgh-v2-adv-h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .rgh-v2-cta-btn {
    text-align: center;
    font-size: 18px;
  }

  .rgh-v2-footer {
    margin-top: 5em;
  }

  .rgh-v2-footer-small-p {
    font-size: 10px;
    line-height: 150%;
  }
}


