.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f3f3f7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Rubik, sans-serif;
  color: #1b1464;
  font-size: 1rem;
  line-height: 1.1rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #83828b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  line-height: 1.6rem;
}

a {
  border-bottom: 1px solid #002bd4;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #002bd4;
  text-decoration: none;
}

a:hover {
  border-bottom: 0px none transparent;
  color: #4f6eeb;
}

li {
  margin-bottom: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.c-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
}

.c-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.c-content__sidebar {
  width: 20rem;
  margin-top: 5rem;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.c-content__sb-item-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  font-weight: 300;
}

.c-content__sb-item-holder.w--current {
  font-weight: 400;
}

.c-content__sb-item-holder.is--footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 1%;
  font-size: 0.85rem;
}

.c-content__sb-item-holder.pl-2 {
  padding-left: 2rem;
}

.c-content__sb-item-holder.pl-2.w--current {
  font-weight: 400;
}

.c-content__sb-item-holder.pl-2.is--active {
  font-weight: 400;
}

.c-content__main {
  width: 100%;
  min-height: 95vh;
  margin-top: 5rem;
  padding: 3rem 6rem 3rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.c-menu__logo {
  min-width: 150px;
  margin-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
}

.sb-item {
  border-bottom-style: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1b1464;
  text-decoration: none;
}

.sb-item:hover {
  color: #6d68a0;
}

.sb-item.mr-1 {
  margin-right: 1rem;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.c-menu__nav {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.sb-icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding-right: 4px;
  padding-left: 4px;
}

.sb-icon.is--right {
  position: relative;
  z-index: 200;
  margin-left: 10px;
  padding-right: 6px;
  padding-left: 6px;
}

.dropdown-toggle {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.dropdown-toggle:hover {
  color: #cae4e2;
}

.dropdown-toggle.w--open {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #91b3b0;
}

.dropdown-toggle.is--profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav__dropdown {
  float: left;
  border-radius: 5px;
  background-color: #91b3b0;
  font-weight: 300;
}

.c-nav__dropdown-lists.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #91b3b0;
}

.c-nav__dropdown-link {
  padding-left: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fffefe;
  font-size: 0.9em;
  font-weight: 300;
}

.c-nav__dropdown-link:hover {
  color: #cae4e2;
}

.c-nav__dropdown-link.is--second {
  background-color: #89a7a5;
}

.c-nav__dropdown-link.is--second.is-last {
  margin-bottom: -5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.c-nav__dropdown-seperator {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(56%, #89a7a5), to(#91b3b0));
  background-image: linear-gradient(90deg, #89a7a5 56%, #91b3b0);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-nav__search-wrapper {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav__search-input {
  position: static;
  height: 62px;
  margin-bottom: 0px;
  float: left;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #91b3b0;
  color: #89a7a5;
}

.c-nav__search-input:focus {
  background-color: #f9fdfd;
}

.c-nav__search-input::-webkit-input-placeholder {
  color: #80918f;
}

.c-nav__search-input:-ms-input-placeholder {
  color: #80918f;
}

.c-nav__search-input::-ms-input-placeholder {
  color: #80918f;
}

.c-nav__search-input::placeholder {
  color: #80918f;
}

.c-nav__search-button {
  position: absolute;
  left: auto;
  top: 17%;
  right: 2%;
  bottom: auto;
  background-color: #89a7a5;
  font-size: 0.9em;
  font-weight: 300;
}

.badge {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12px;
  height: 12px;
  border-radius: 35px;
  background-color: #fd0202;
}

.c-content__sb-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 5.8rem;
}

.c-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1464;
  border-radius: 1rem;
  background-color: #fff;
}

.c-card.mb-4 {
  margin-bottom: 4rem;
}

.c-card__text {
  margin-bottom: 35px;
}

.c-card__wrapper.is--centered {
  text-align: center;
}

.c-card__bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 75px;
  background-color: #89a7a5;
}

.c-card__bullet-text {
  color: #fff;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 600;
}

.c-content__main-wrapper {
  max-width: 90%;
}

.c-nav__profile-pic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #fff;
  color: #89a7a5;
  font-size: 1.5em;
  font-weight: 600;
}

.c-nav__dropdown-icon {
  position: relative;
  margin-right: 0px;
  margin-left: 5px;
}

.c-nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-nav__link {
  border-bottom-style: none;
  font-weight: 300;
}

.heading {
  color: #83828b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.c-content__breadcrumb {
  margin-bottom: 3rem;
  color: #83828b;
  font-size: 0.85rem;
  font-weight: 500;
}

.heading-2 {
  color: #83828b;
}

.faq-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.faq-title__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-text__wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #85839c;
}

.c-nav__button.is--outlined {
  border-style: solid;
  border-width: 1px;
  border-color: #1b1464;
  border-radius: 1rem;
  background-color: transparent;
  color: #1b1464;
  font-size: 0.85rem;
  font-weight: 300;
}

.c-nav__button.is--outlined:hover {
  background-color: #1b1464;
  color: #dce0ec;
}

.breadcrumb {
  border-bottom-style: none;
  color: #83828b;
  font-weight: 400;
}

.is--subhead {
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
}

.c-card__toggle {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-4 {
  margin-top: 4rem;
}

.c-card__link {
  position: relative;
  height: 24px;
}

.c-card__link-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 24px;
  height: auto;
}

.c-card__link-icon.noboarder {
  border-bottom: 0px none transparent;
}

.image {
  height: auto;
}

.is--small {
  font-size: 0.85rem;
}

.is--small.is--grey {
  color: #83828b;
}

.is--small.is--grey.is--inline {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .c-nav__search-wrapper {
    width: 220px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .is--subhead {
    font-size: 1.1rem;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .c-content__sidebar {
    display: none;
  }

  .c-content__main {
    padding-right: 4rem;
  }

  .c-menu__nav {
    background-color: #f3f3f7;
  }

  .c-content__main-wrapper {
    max-width: 100%;
  }

  .c-nav__link {
    display: block;
  }

  .c-nav__link.is__small {
    font-size: 0.85rem;
  }

  .faq-title {
    cursor: auto;
  }

  .c-card__toggle {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .c-content__main {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .c-menu__logo {
    max-width: 125px;
    min-width: 100px;
  }

  .c-nav__link {
    display: block;
  }

  .faq-title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_72f92265-aedd-0e5d-e128-bef7233b9a2d-d510e30f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

