/************************************************Fonts*********************************************************
/* Manulife JH Sans */
@font-face {
  font-family: 'Manulife JH Sans Light';
  src: url("../fonts/ManulifeJHSans-Light.eot");
  src: url("../fonts/ManulifeJHSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ManulifeJHSans-Light.woff2") format("woff2"), url("../fonts/ManulifeJHSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Manulife JH Sans';
  src: url("../fonts/ManulifeJHSans-Regular.eot");
  src: url("../fonts/ManulifeJHSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ManulifeJHSans-Regular.woff2") format("woff2"), url("../fonts/ManulifeJHSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Manulife JH Sans Demibold';
  src: url("../fonts/ManulifeJHSans-Demibold.eot");
  src: url("../fonts/ManulifeJHSans-Demibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ManulifeJHSans-Demibold.woff2") format("woff2"), url("../fonts/ManulifeJHSans-Demibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Manulife JH Sans Bold';
  src: url("../fonts/ManulifeJHSans-Bold.eot");
  src: url("../fonts/ManulifeJHSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ManulifeJHSans-Bold.woff2") format("woff2"), url("../fonts/ManulifeJHSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/* Manulife JH Serif */
@font-face {
  font-family: 'Manulife JH Serif';
  src: url("../fonts/ManulifeJHSerif-Italic.eot");
  src: url("../fonts/ManulifeJHSerif-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ManulifeJHSerif-Italic.woff2") format("woff2"), url("../fonts/ManulifeJHSerif-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

/* Font Awesome */
body {
  font-size: 62.5%;
  /* Set base size */
  font-size: 1rem;
  font-family: 'Manulife JH Sans';
  color: #282b3e; }

.container {
  max-width: 1366px; }

/* Container Styles */
.container-style-one {
  background-color: #fff;
  border: 1px solid #DCDDDE; }

.container-style-two {
  background-color: #EDEDED;
  border: 1px solid #DCDDDE; }

/* Text Sizes */
.text-lg {
  font-size: 1.1875rem;
  /* 19px */ }

.text-sm {
  font-size: 0.875rem;
  /* 14px */ }

.text-xs {
  font-size: 0.75rem; }

.font-80 {
  font-size: 5rem !important;
  /* 80px */ }

/* Text Colors */
.text-white {
  color: #fff; }

.text-blue {
  color: #0000c1; }

/* Backgrounds */
.bg-blue {
  background-color: #0000c1; }

.bg-light-gray {
  background-color: #EDEDED; }

.bg-grey-white {
  background-color: #FAFAFA; }

/* Text Transforms */
.text-uc {
  text-transform: uppercase; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.jh-light {
  font-family: "Manulife JH Sans Light";
  color: #282b3e; }

.jh-demi-bold {
  font-family: "Manulife JH Sans Bold";
  color: #282b3e; }

.jh-bold {
  font-family: "Manulife JH Sans Demibold";
  color: #282b3e; }

.header-one {
  font-size: 2.25rem;
  /* 36px */ }
  @media (min-width: 768px) {
    .header-one {
      font-size: 2.71875rem;
      /* 43.5px */ } }

.header-two {
  font-size: 1.75rem;
  /* 28px */ }
  @media (min-width: 768px) {
    .header-two {
      font-size: 2.21875rem;
      /* 35.5px */ } }

.header-three {
  font-size: 1.5rem;
  /* 24px */ }
  @media (min-width: 768px) {
    .header-three {
      font-size: 1.59375rem;
      /* 25.5px */ } }

.header-four {
  font-size: 1.125rem;
  /* 18px */ }
  @media (min-width: 768px) {
    .header-four {
      font-size: 1.25rem;
      /* 20px */ } }

.header-five {
  font-size: 1.125rem;
  /* 18px */ }

.jh-date {
  font-family: "Manulife JH Sans";
  color: #282b3e;
  font-size: 0.96875rem;
  /* 15.5px */ }
  @media (max-width: 576px) {
    .jh-date {
      display: block; } }

.jh-intro {
  font-family: "Manulife JH Sans";
  color: #282b3e;
  font-size: 1.25rem; }

.jh-subheader-body {
  font-family: "Manulife JH Sans";
  color: #282b3e;
  font-size: 1rem; }

/* Navigation */
.navbar {
  background-color: #EDEDED;
  padding: 0;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .navbar {
      background-color: #0000c1; } }
  .navbar .mobile-icons {
    display: none; }
    @media (max-width: 992px) {
      .navbar .mobile-icons {
        display: flex;
        justify-content: flex-end;
        align-items: baseline; } }
  .navbar .navbar-toggler {
    color: #fff;
    margin-right: 1rem;
    height: 87px;
    border: 0; }
    @media (max-width: 576px) {
      .navbar .navbar-toggler {
        height: 66px; } }
    .navbar .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .toggle-icon:after {
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: " \f0c9";
      font-size: 2rem; }
      @media (max-width: 576px) {
        .navbar .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .toggle-icon:after {
          font-size: 1.5rem; } }
    .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .toggle-icon:after {
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      content: "\f057";
      font-size: 2rem; }
      @media (max-width: 576px) {
        .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .toggle-icon:after {
          font-size: 1.5rem; } }
  .navbar .mobile-message-btn {
    display: none; }
    @media (max-width: 992px) {
      .navbar .mobile-message-btn {
        display: inline-block;
        position: relative;
        margin-right: 1rem; } }
    @media (max-width: 576px) {
      .navbar .mobile-message-btn {
        margin-right: .3rem;
        top: -3px; } }
    .navbar .mobile-message-btn svg {
      width: 40px;
      height: 40px; }
      @media (max-width: 576px) {
        .navbar .mobile-message-btn svg {
          width: 30px;
          height: 30px; } }
      .navbar .mobile-message-btn svg path {
        fill: #fff; }
  .navbar .navbar-brand {
    background-color: #0000c1;
    padding: 0;
    margin-right: 0;
    width: auto; }
    @media (max-width: 992px) {
      .navbar .navbar-brand {
        background-color: transparent; } }
    .navbar .navbar-brand img {
      width: auto;
      height: 114px; }
      @media (max-width: 992px) {
        .navbar .navbar-brand img {
          width: auto;
          height: 89px; } }
      @media (max-width: 576px) {
        .navbar .navbar-brand img {
          width: auto;
          height: 69px; } }
  .navbar .nav-top {
    background-color: #DCDDDE;
    height: 47px; }
    @media (max-width: 992px) {
      .navbar .nav-top {
        display: none; } }
    .navbar .nav-top .nav-links {
      padding: .5em 0; }
      @media (max-width: 992px) {
        .navbar .nav-top .nav-links {
          display: none; } }
    .navbar .nav-top .nav-icons {
      position: absolute;
      right: 30px;
      margin: .2rem 0; }
      .navbar .nav-top .nav-icons a {
        color: #282b3e;
        font-size: 0.9375rem;
        /* 15px */
        margin-right: .5rem;
        height: 22px;
        vertical-align: middle; }
        .navbar .nav-top .nav-icons a:hover {
          text-decoration: none;
          color: #0000c1; }
        .navbar .nav-top .nav-icons a:last-of-type {
          margin-right: 0; }
      .navbar .nav-top .nav-icons svg {
        width: 19px;
        height: 22px;
        margin-right: 0.1875rem;
        margin-top: -3px; }
      .navbar .nav-top .nav-icons i {
        margin-left: 0.1875rem;
        margin-right: 0.1875rem; }
      .navbar .nav-top .nav-icons .nav-icon-toggle[aria-expanded="false"] .dropdown-toggle:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f078";
        border: 0;
        position: relative;
        top: .2rem;
        margin-left: .2rem;
        margin-right: .5rem; }
      .navbar .nav-top .nav-icons .nav-icon-toggle[aria-expanded="true"] .dropdown-toggle:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f077";
        border: 0;
        position: relative;
        top: .2rem;
        margin-left: .2rem;
        margin-right: .5rem; }
      .navbar .nav-top .nav-icons .top-sub {
        border-radius: 0;
        padding: 0;
        border: 0;
        box-shadow: 0px 5px 8px -2px rgba(12, 12, 12, 0.2);
        left: 4.4rem; }
        .navbar .nav-top .nav-icons .top-sub li .dropdown-item {
          color: #282b3e;
          height: auto;
          padding: .5rem 1rem; }
          @media (min-width: 993px) {
            .navbar .nav-top .nav-icons .top-sub li .dropdown-item {
              border-bottom: 1px solid #EDEDED; } }
          .navbar .nav-top .nav-icons .top-sub li .dropdown-item:hover {
            color: #0000c1;
            background-color: #EDEDED; }
        .navbar .nav-top .nav-icons .top-sub li:last-child .dropdown-item {
          border-bottom: 0; }
    .navbar .nav-top .choices {
      height: 47px;
      max-width: 350px; }
      .navbar .nav-top .choices .choices__list--dropdown {
        border: 0;
        box-shadow: 0 0 5.5px 0.5px rgba(12, 12, 12, 0.2);
        width: 399px; }
        .navbar .nav-top .choices .choices__list--dropdown .choices__list {
          max-height: 100%;
          font-family: "Manulife JH Sans";
          font-size: 1rem;
          color: #282b3e; }
        .navbar .nav-top .choices .choices__list--dropdown .choices__item {
          padding: 10px 10px 10px 20px;
          font-family: "Manulife JH Sans";
          font-size: 1rem;
          color: #282b3e; }
          .navbar .nav-top .choices .choices__list--dropdown .choices__item .enroll-icon {
            width: 18px;
            height: 18px;
            display: inline-block;
            position: relative;
            border: 2px solid #EC6453;
            border-radius: 50%;
            margin-left: 0.3125rem;
            top: 3px; }
            .navbar .nav-top .choices .choices__list--dropdown .choices__item .enroll-icon i {
              position: relative;
              color: #EC6453;
              left: 4px;
              top: -0.34375rem;
              font-size: 0.75rem; }
        .navbar .nav-top .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
          background-color: #EDEDED;
          color: #0000c1; }
        .navbar .nav-top .choices .choices__list--dropdown .choices__group {
          padding-left: 10px;
          background-color: #8E90A2; }
          .navbar .nav-top .choices .choices__list--dropdown .choices__group .choices__heading {
            font-family: "Manulife JH Sans";
            font-weight: normal;
            color: #fff;
            font-size: 1rem;
            border: 0; }
      .navbar .nav-top .choices .choices__list--single {
        padding-left: 10px; }
      .navbar .nav-top .choices .choices__inner {
        font-family: "Manulife JH Sans";
        font-size: 1rem;
        color: #282b3e;
        background-color: transparent;
        border: 0; }
      .navbar .nav-top .choices[data-type*=select-one]:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f078";
        position: absolute;
        right: 11.5px;
        top: 10px;
        margin-top: 0;
        pointer-events: none;
        border: 0; }
      .navbar .nav-top .choices[data-type*=select-one].is-open:after {
        content: "\f077"; }
  @media (max-width: 992px) {
    .navbar .nav-bottom {
      background-color: #fff; } }
  .navbar .nav-bottom.desktop-version {
    display: block; }
    @media (max-width: 992px) {
      .navbar .nav-bottom.desktop-version {
        display: none; } }
  .navbar .nav-bottom.mobile-version {
    display: none; }
    @media (max-width: 992px) {
      .navbar .nav-bottom.mobile-version {
        display: block; } }
    .navbar .nav-bottom.mobile-version .nav-item {
      font-size: 1rem;
      /* 16px */
      color: #282b3e;
      border-bottom: 1px solid #8E90A2; }
      .navbar .nav-bottom.mobile-version .nav-item.profile {
        background-color: #8E90A2; }
        .navbar .nav-bottom.mobile-version .nav-item.profile .nav-link {
          color: #fff;
          cursor: none; }
          .navbar .nav-bottom.mobile-version .nav-item.profile .nav-link:hover {
            color: #fff; }
      .navbar .nav-bottom.mobile-version .nav-item.multi {
        background-color: #DCDDDE; }
      .navbar .nav-bottom.mobile-version .nav-item.dropdown {
        background-color: #DCDDDE; }
        .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu {
          font-size: 1rem;
          /* 16px */ }
          .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu {
            position: relative;
            border-bottom: 1px solid #8E90A2; }
            .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu:last-child {
              border-bottom: 0; }
            .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-toggle:after {
              font-family: "Font Awesome 5 Pro";
              font-weight: 400;
              content: "\f078";
              border: 0;
              transform: none;
              padding: 0 8px;
              float: right !important;
              margin: 0; }
            .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-toggle.toggle-open:after {
              content: "\f077"; }
            .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-item {
              background-color: #fff;
              padding-left: 33px;
              white-space: normal; }
              @media (max-width: 576px) {
                .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-item {
                  padding-left: 26px; } }
              .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-item:active, .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-item:hover {
                background-color: #DCDDDE; }
            .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
              position: relative; }
              .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li {
                border-bottom: 1px solid #8E90A2; }
                .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li .dropdown-item {
                  border-bottom: 0;
                  padding-left: 48px;
                  font-size: 0.875rem;
                  /* 14px */ }
                  @media (max-width: 576px) {
                    .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li .dropdown-item {
                      padding-left: 36px; } }
                  .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li .dropdown-item:hover {
                    color: #0000c1; }
                    @media (min-width: 993px) {
                      .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li .dropdown-item:hover {
                        background-color: #EDEDED; } }
        .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-toggle[aria-expanded="false"]:after {
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          content: "\f078";
          border: 0;
          padding: 0 8px;
          float: right !important;
          margin: 0; }
        .navbar .nav-bottom.mobile-version .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:after {
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          content: "\f077";
          border: 0;
          padding: 0 8px;
          float: right !important;
          margin: 0; }
      .navbar .nav-bottom.mobile-version .nav-item.show .nav-link {
        background-color: transparent; }
  .navbar .nav-bottom .nav-tabs {
    border-bottom: 0; }
    @media (max-width: 992px) {
      .navbar .nav-bottom .nav-tabs {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .navbar .nav-bottom .nav-tabs .nav-item {
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .navbar .nav-bottom .nav-tabs .nav-item {
          width: 100%;
          padding: 0; } }
      .navbar .nav-bottom .nav-tabs .nav-item .nav-link {
        border: 0;
        font-size: 1.5rem;
        /* 24px */
        color: #282b3e;
        cursor: default; }
        @media (min-width: 993px) {
          .navbar .nav-bottom .nav-tabs .nav-item .nav-link {
            padding: .9rem 1.3rem .9rem .9rem; } }
        @media (max-width: 992px) {
          .navbar .nav-bottom .nav-tabs .nav-item .nav-link {
            font-size: 1rem;
            /* 16px */
            cursor: default; } }
        .navbar .nav-bottom .nav-tabs .nav-item .nav-link:hover {
          color: #0000c1; }
        .navbar .nav-bottom .nav-tabs .nav-item .nav-link[aria-expanded="false"] .dropdown-toggle:after {
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          content: "\f078";
          border: 0;
          vertical-align: 0;
          margin-right: .5rem; }
        .navbar .nav-bottom .nav-tabs .nav-item .nav-link[aria-expanded="true"] .dropdown-toggle:after {
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          content: "\f077";
          border: 0;
          vertical-align: 0;
          margin-right: .5rem; }
      .navbar .nav-bottom .nav-tabs .nav-item.show .nav-link {
        color: #0000c1; }
    .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu {
      padding: 0;
      border-radius: 0; }
      @media (min-width: 993px) {
        .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu {
          border: 0;
          box-shadow: 0px 5px 8px -2px rgba(12, 12, 12, 0.2);
          min-width: 277px; } }
      @media (max-width: 992px) {
        .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu {
          position: static;
          width: 100%;
          border-left: 0;
          border-right: 0;
          border-bottom: 0;
          border-color: #8E90A2; } }
      @media (max-width: 992px) {
        .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu {
          width: 100%; } }
      .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu .dropdown-item {
        padding: .5rem 1rem;
        cursor: default; }
        @media (min-width: 993px) {
          .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu .dropdown-item {
            border-bottom: 1px solid #EDEDED; } }
        .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0; }
        .navbar .nav-bottom .nav-tabs .dropdown .dropdown-menu .dropdown-item:hover {
          color: #0000c1; }
  .navbar .enroll-icon-lg {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    border: 2px solid #EC6453;
    border-radius: 50%;
    margin-left: 0.3125rem;
    top: 2px; }
    .navbar .enroll-icon-lg i {
      position: relative;
      color: #EC6453;
      font-size: 1.125rem;
      /* 18px */
      left: 5px;
      top: -2px; }

/* Patternlab only, this is NOT how this would be implemented in real life */
#profileOneDB,
#profileOneDC,
#profileOneTaft,
#profileTwoDC,
#profileOneMultiPlan {
  display: none; }

#profileOneDB.active-menu,
#profileOneDC.active-menu,
#profileOneTaft.active-menu,
#profileTwoDC.active-menu,
#profileOneMultiPlan.active-menu {
  display: flex; }

.current-selected {
  background-color: #C1D8F7 !important; }

/* Buttons */
.btn {
  border-radius: 0;
  border: 0;
  color: #fff;
  font-family: "Manulife JH Sans Demibold";
  padding: .5em 1.5em;
  display: block;
  width: 100%; }

.btn:disabled {
  cursor: not-allowed; }

@media (min-width: 576px) {
  .btn {
    display: inline-block;
    width: auto; } }

/* For PatternLab Styling only */
.pl-btn-container {
  display: block; }

@media (min-width: 576px) {
  .pl-btn-container {
    display: flex; } }

.btn.btn-lg {
  font-size: 1.2rem;
  /* 19.2px */
  padding: 1em 2.5em; }

.btn.btn-primary {
  background-color: #EC6453;
  color: #fff; }

.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #DC5A44 !important;
  border: 0; }

.btn.ghost-primary {
  border: 2px solid #EC6453;
  background-color: transparent;
  color: #282b3e; }
  .btn.ghost-primary:hover {
    background-color: #EC6453;
    color: #fff; }

.btn.btn-secondary {
  background-color: #5e6073;
  color: #fff; }

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background-color: #34384b; }

.btn.login-btn {
  padding: 15px;
  width: 100%;
  height: 59px;
  display: block; }

@media (min-width: 576px) {
  .btn.login-btn {
    display: inline-block;
    width: 199px; } }

@media (max-width: 576px) {
  .jh-login-label-for-btn {
    display: block;
    padding: 1em 0; } }

/* Links */
a.link {
  text-decoration: none;
  color: #282b3e;
  font-family: "Manulife JH Sans";
  border-bottom: 1px solid #0000c1;
  cursor: pointer; }

.primary-link {
  font-size: 18px;
  text-decoration: none;
  color: #282b3e;
  font-family: "Manulife JH Sans";
  border-bottom: 1px solid #0000c1;
  cursor: pointer; }

a.link:hover,
.primary-link:hover {
  border: 0;
  text-decoration: none;
  color: #0000c1 !important; }

.change-link {
  font-size: 1.125rem;
  /* 18px */
  color: #282b3e; }

.change-link:hover {
  color: #282b3e;
  text-decoration: none; }

.change-link .change-link-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 2px solid #EC6453;
  border-radius: 50%;
  margin-right: .5em; }

.change-link:hover .change-link-icon {
  background-color: #EC6453; }

.change-link .change-link-icon i {
  position: relative;
  color: #EC6453;
  left: 7px;
  top: -2px; }

.change-link:hover .change-link-icon i {
  color: #fff; }

/* Tool Tips */
.tooltip-inner {
  border: 2px solid #0000c1;
  border-radius: 0;
  background-color: #fff;
  color: #282b3e;
  font-size: 1rem;
  font-family: "Manulife JH Sans";
  text-align: left;
  padding: .8rem;
  position: relative;
  z-index: -1; }
  @media (min-width: 768px) {
    .tooltip-inner {
      min-width: 422px; } }

.tooltip {
  top: -3px !important; }
  .tooltip .arrow {
    border-color: transparent;
    border-style: solid; }
  .tooltip.bs-tooltip-top .arrow {
    border-width: 10px;
    border-bottom-width: 0;
    border-top-color: #0000c1;
    bottom: -2px; }
    .tooltip.bs-tooltip-top .arrow:before {
      content: " ";
      position: absolute;
      border-width: .5rem .5rem .5rem;
      bottom: 0;
      top: -10px;
      left: -8px;
      border-top-color: #fff; }
  .tooltip.bs-tooltip-bottom .arrow {
    border-width: 10px;
    border-top-width: 0;
    border-bottom-color: #0000c1;
    top: -2px; }
    .tooltip.bs-tooltip-bottom .arrow:before {
      content: " ";
      position: absolute;
      border-width: .5rem .5rem .5rem;
      bottom: -10px;
      left: -8px;
      border-bottom-color: #fff; }

/* Accordions */
.accordion.jh-accordion .card {
  border: 1px solid #DCDDDE;
  margin: 1rem 0; }

.accordion.jh-accordion.with-tables .card {
  overflow: auto; }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border: 1px solid #DCDDDE; }

.accordion.jh-accordion .card:hover {
  border-color: #282b3e; }

.accordion.jh-accordion .card-header {
  background-color: #fff;
  border: 0; }

.accordion.jh-accordion .card-body {
  font-size: 1rem;
  /* 16px */
  padding: 0 1rem; }

.accordion.jh-accordion .card-body > * {
  margin: 0 0 1rem 2.5rem; }

.accordion.jh-accordion .card-body.full-width > * {
  margin: 0 0 1rem 0; }

.accordion.jh-accordion .card-body > ol,
.accordion.jh-accordion .card-body > ul {
  padding-left: 0;
  list-style-position: inside; }

.btn.jh-accordion-link {
  font-family: "Manulife JH Sans Bold";
  color: #282b3e;
  font-size: 1.125rem;
  /* 18px */
  text-decoration: none; }

.accordion .jh-accordion-link {
  text-decoration: none; }

.accordion .jh-accordion-link.with-table {
  width: 100%; }

.jh-accordion-link:hover {
  color: #282b3e;
  text-decoration: none; }

.jh-accordion-link:before,
.jh-accordion-link.collapsed:before {
  font-family: "Font Awesome 5 Pro";
  color: #EC6453;
  text-decoration: none;
  padding-right: .5rem; }

.jh-accordion-link[aria-expanded="false"]:before {
  content: "\f055";
  font-weight: 900; }

.jh-accordion-link[aria-expanded="true"]:before {
  content: "\f056";
  font-weight: 400; }

/* Tabs */
.jh-tabs.nav-pills {
  margin: 0;
  width: 100%; }

@media (min-width: 992px) {
  .jh-tabs.nav-pills {
    width: 75%; }
    .jh-tabs.nav-pills.jh-tabs-pec {
      width: 100%;
      border-bottom: 6px solid #0000c1; } }

.jh-tabs.nav-pills .nav-item {
  background-color: #EDEDED;
  text-align: center;
  padding: 0;
  margin-bottom: .5em; }

.jh-tabs.nav-pills .nav-item:last-of-type {
  margin-bottom: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .jh-tabs.nav-pills .nav-item {
    margin-right: .5em;
    margin-bottom: 0; }
    .jh-tabs.nav-pills .nav-item:last-child {
      margin-right: 0; } }

.jh-tabs .tab-content {
  background-color: #fff;
  border: 1px solid #DCDDDE;
  padding: 2em 1em; }

@media (max-width: 767px) {
  .jh-tabs.jh-tabs-pec .tab-content {
    padding: 0; } }

.jh-tabs.nav-pills .nav-link {
  font-size: 1.125rem;
  /* 18px */
  color: #282b3e;
  padding: 1em 0; }

.jh-tabs.nav-pills.jh-tabs-pec .nav-link {
  color: #0000c1; }
  .jh-tabs.nav-pills.jh-tabs-pec .nav-link svg {
    width: 47px;
    height: 47px;
    display: block;
    fill: #0000c1;
    margin: 0.3125em auto; }
    .jh-tabs.nav-pills.jh-tabs-pec .nav-link svg path {
      fill: #0000c1; }
    .jh-tabs.nav-pills.jh-tabs-pec .nav-link svg polygon {
      fill: #0000c1; }

.jh-tabs.nav-pills.jh-tabs-pec .nav-link.active {
  color: #fff; }
  .jh-tabs.nav-pills.jh-tabs-pec .nav-link.active svg {
    fill: #fff; }
    .jh-tabs.nav-pills.jh-tabs-pec .nav-link.active svg path {
      fill: #fff; }
    .jh-tabs.nav-pills.jh-tabs-pec .nav-link.active svg polygon {
      fill: #fff; }

.jh-tabs.nav-pills .nav-link.active {
  background-color: #EDEDED;
  border-radius: 0;
  border-bottom: 9px solid #0000c1;
  font-family: "Manulife JH Sans Bold"; }

.jh-tabs.nav-pills.jh-tabs-pec .nav-link.active {
  background-color: #0000c1;
  border: 0;
  font-family: "Manulife JH Sans"; }

/* For Pec Only */
.jh-tab-accordion-pec .nav-pills {
  display: none; }
  @media (min-width: 768px) {
    .jh-tab-accordion-pec .nav-pills {
      display: flex; } }

.jh-tab-accordion-pec .card {
  border: none; }
  @media (max-width: 767px) {
    .jh-tab-accordion-pec .card {
      margin: .5rem 0; } }
  .jh-tab-accordion-pec .card .card-header {
    background-color: #EDEDED;
    border: 0; }
    @media (min-width: 768px) {
      .jh-tab-accordion-pec .card .card-header {
        display: none; } }
    .jh-tab-accordion-pec .card .card-header .card-icon {
      display: inline;
      position: absolute;
      right: 20px;
      margin-top: 8px; }
      .jh-tab-accordion-pec .card .card-header .card-icon:before {
        display: inline;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #282b3e;
        font-size: 1.5625rem;
        content: "\f107"; }
    .jh-tab-accordion-pec .card .card-header a {
      color: #0000c1; }
      .jh-tab-accordion-pec .card .card-header a svg {
        width: 30px;
        height: 30px;
        fill: #0000c1;
        margin: 0.3125em auto; }
        .jh-tab-accordion-pec .card .card-header a svg path {
          fill: #0000c1; }
        .jh-tab-accordion-pec .card .card-header a svg polygon {
          fill: #0000c1; }
      .jh-tab-accordion-pec .card .card-header a:hover {
        text-decoration: none; }
    .jh-tab-accordion-pec .card .card-header.active {
      background-color: #0000c1; }
      .jh-tab-accordion-pec .card .card-header.active a {
        color: #fff; }
        .jh-tab-accordion-pec .card .card-header.active a svg {
          fill: #fff; }
          .jh-tab-accordion-pec .card .card-header.active a svg path {
            fill: #fff; }
          .jh-tab-accordion-pec .card .card-header.active a svg polygon {
            fill: #fff; }
      .jh-tab-accordion-pec .card .card-header.active .card-icon:before {
        color: #fff;
        content: "\f106"; }
  @media (max-width: 767px) {
    .jh-tab-accordion-pec .card .card-body {
      border: 1px solid #DCDDDE; } }
  @media (min-width: 768px) {
    .jh-tab-accordion-pec .card .collapse {
      display: block; } }

@media (max-width: 767px) {
  .jh-tab-accordion-pec .tab-content > .tab-pane {
    display: block !important;
    opacity: 1; } }

@media (max-width: 767px) {
  .jh-tab-accordion-pec .tab-content.jh-tabs {
    border: 0; } }

/* Pagination */
.pagination {
  font-size: 1rem;
  display: block; }

@media (min-width: 576px) {
  .pagination {
    display: flex; } }

.page-item {
  margin: 0 .3rem; }

.page-item.disabled {
  opacity: .6; }

.page-link {
  border-color: #DCDDDE;
  color: #282b3e; }

.page-link:hover {
  background-color: #DCDDDE;
  color: #282b3e; }

.page-item.active .page-link {
  background-color: #0000c1;
  border-color: #0000c1; }

/* Tables */
.table tbody {
  font-family: "Manulife JH Sans";
  color: #282b3e; }

.table thead {
  font-family: "Manulife JH Sans Bold"; }

.table tbody tr:nth-child(even) {
  background-color: #EDEDED;
  border-top: 1px solid #DCDDDE;
  border-bottom: 1px solid #DCDDDE; }

table.dataTable.no-footer {
  border-bottom: 0; }

/*No Style*/
.table.no-style {
  border: 0;
  text-align: left;
  display: inline-table; }

.table.no-style thead {
  background-color: transparent;
  color: #282b3e;
  font-family: "Manulife JH Sans Bold"; }

.table.no-style thead th,
.table.no-style tbody td {
  border: 0;
  padding: 0 .75rem 0 0; }

/* Style One */
.table.style-one {
  border: 1px solid #DCDDDE; }

.table.style-one thead {
  background-color: #8E90A2;
  color: #fff; }

.table.style-one thead th,
.table.style-one tbody td {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #DCDDDE; }

/* Style Two */
#responsive-table {
  width: 100% !important; }

.table.style-two {
  border: 0; }

.table.style-two .bg-one {
  background-color: #8E90A2;
  color: #fff; }

.table.style-two .bg-two {
  background-color: #C1D8F7;
  white-space: normal; }

@media (min-width: 1140px) {
  .table.style-two .bg-two {
    max-width: 110px; } }

@media (max-width: 1200px) {
  .table.style-two thead tr.top-row {
    display: none; }
  .table.style-two td:first-child,
  .table.style-two td:last-child {
    border-right: 0;
    border-left: 0; }
  .table.style-two {
    border: 1px solid #DCDDDE; } }

.table.style-two .large-column {
  min-width: 250px; }

table.dataTable.style-two thead th {
  border: 0; }

.table.style-two td {
  border-left: 1px solid #DCDDDE; }

.table.style-two td:last-child,
.table.style-two tr.with-border th:last-child {
  border-right: 1px solid #DCDDDE !important; }

.table.style-two tr.with-border th {
  border-top: 1px solid #DCDDDE;
  border-left: 1px solid #DCDDDE;
  border-bottom: 1px solid #DCDDDE; }

@media (max-width: 1200px) {
  .table.style-two tr.with-border th {
    border-top: 0 !important;
    border-left: 0 !important; } }

.table.style-two tbody tr:last-child td {
  border-bottom: 1px solid #DCDDDE; }

.table.style-two tbody tr:nth-child(even) td:last-child {
  background-color: rgba(193, 216, 247, 0.5); }

.table.style-two tbody tr td:nth-child(6) {
  border-right: 0; }

.table.style-two tbody tr td:nth-child(7) {
  border-left: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent[role="row"] > th:first-child:before {
  font-family: "Font Awesome 5 Pro";
  color: #EC6453;
  text-decoration: none;
  padding-right: .5rem;
  margin: 0 1em;
  background-color: transparent;
  box-shadow: none;
  border: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  content: "\f055";
  font-weight: 900; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent[role="row"] > th:first-child:before {
  content: "\f056";
  font-weight: 400; }

.color-block {
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 .5em 0 1em; }

.color-block.small {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin: 0 .5em 0 0; }

.block-purple {
  background-color: #6e4c9e; }

.block-maroon {
  background-color: #a33a55; }

.block-green {
  background-color: #397b0b; }

.block-orange {
  background-color: #e57938; }

.color-block-label {
  margin-right: .5em; }

.table-legend {
  display: flex;
  justify-content: flex-end;
  margin-bottom: .5em; }

@media (max-width: 600px) {
  .table-legend {
    display: block; }
  .table-legend .color-block {
    margin: 0 .5em 0 0; } }

/* Expandable Tables  */
.atable .row {
  margin: 0; }

.filters {
  background-color: #EDEDED; }

.filters.row {
  margin-right: -15px;
  margin-left: -15px;
  padding: 1em 2em; }

.filters.row .form-group {
  margin-bottom: 0; }

@media (max-width: 992px) {
  .filters.row > div {
    display: block;
    margin-bottom: .5em;
    width: 100%; } }

.atable {
  border: 1px solid #DCDDDE; }

.atable .form-group {
  display: flex;
  align-items: center; }

.atable .form-group .jh-label {
  margin-top: .5em;
  margin-right: .5em; }

.atable .form-group .jh-dropdown {
  width: 100%; }

.aheader {
  background-color: #8E90A2;
  color: #fff;
  font-family: "Manulife JH Sans Bold"; }

.aheader .acol {
  border-right: 1px solid #DCDDDE; }

.aheader .acol > div {
  padding: .8rem; }

.abody .acol {
  border-right: 1px solid #DCDDDE; }

.abody:nth-last-of-type(even) {
  background-color: #EDEDED; }

.abody .acol > div {
  padding: .5rem; }

@media (min-width: 768px) {
  .abody .acol > div {
    padding: .8rem; } }

@media (min-width: 768px) {
  .ahiddenrow {
    margin-left: 4.5em; } }

.abody.is-open {
  background-color: rgba(193, 216, 247, 0.5); }

.abody.is-open .acol {
  border: 0; }

/* Modal */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 472px; } }

.modal-content {
  border-radius: 0;
  padding: 1.5em; }

.modal-header,
.modal-footer {
  border: 0;
  padding: 0; }

.modal-header .close {
  color: #282b3e;
  opacity: 1; }

/* Spinner */
.jh-spinner-wrapper {
  width: 200px;
  max-width: 100%;
  text-align: center; }

.jh-spinner {
  color: #282b3e;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.jh-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite; }

.jh-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 30%;
  background: #282b3e; }

.jh-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.jh-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.jh-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.jh-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.jh-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.jh-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.jh-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.jh-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.jh-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.jh-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.jh-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.jh-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Progress Indicator */
.jh-progress-indicator {
  width: 400px; }

.jh-progress-indicator .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  border: 3px solid #8E90A2;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.25rem;
  /* 20px */
  font-family: "Manulife JH Sans";
  color: #8E90A2;
  text-align: center;
  position: relative; }

.jh-progress-indicator .circle.active {
  border-color: #0000c1;
  color: #0000c1;
  font-family: "Manulife JH Sans Bold"; }

.jh-progress-indicator .circle:after {
  width: 1.5em;
  height: 2px;
  background-color: #8E90A2;
  content: " ";
  display: inline;
  top: 25px;
  right: -1.5em;
  z-index: -1; }

.jh-progress-indicator .circle.last:after {
  display: none; }

.jh-progress-indicator .circle span {
  position: relative;
  top: 8px; }

.jh-progress-indicator .step-label {
  width: 65px;
  text-align: center;
  position: relative;
  margin-top: .3em; }

.jh-progress-indicator .step-label.step-two {
  left: 70px; }

.jh-body {
  padding: 20px; }

/* Forms */
.form-control {
  border: 1px solid #8E90A2; }

.jh-dropdown {
  position: relative;
  font-family: "Manulife JH Sans";
  max-width: 100%;
  min-width: 100%;
  display: inline-block; }

@media (min-width: 576px) {
  .jh-dropdown {
    min-width: 471px; } }

/* When used inside tables the dropdowns will have a slightly different style */
.jh-dropdown.table-style {
  min-width: 200px; }

.jh-dropdown.table-style .select-selected {
  border-radius: 0; }

.jh-dropdown select {
  display: none; }

.select-selected {
  background-color: #fff;
  max-width: 100%;
  height: auto;
  border-radius: 7.4px;
  border: 1px solid #8E90A2;
  padding: .5em 1em;
  font-size: 1rem;
  line-height: 1.5; }

.select-selected.select-arrow-active {
  border: 1px solid #0000c1; }

.select-selected:after {
  position: absolute;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078";
  color: #282b3e;
  top: .5em;
  right: 1em; }

.select-items div, .select-selected {
  cursor: pointer; }

.select-items {
  position: absolute;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #EDEDED;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

.select-items > * {
  padding: 0 1em; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #EDEDED; }

.jh-input {
  width: 100%;
  height: 44px;
  border-radius: 7.4px;
  background-color: #fff;
  font-size: 16px;
  font-family: "Manulife JH Sans Light"; }
  .jh-input:disabled {
    background-color: #fff;
    opacity: .4; }

@media (min-width: 576px) {
  .jh-input {
    width: 471px; }
    .jh-input.auto-width {
      width: auto; } }

.jh-error {
  border: 1px solid #FF0000; }

.jh-error-label {
  color: #FF0000;
  font-family: "Manulife JH Sans Light";
  font-size: 1rem;
  /* 16px */
  font-style: italic;
  margin-top: .5rem; }

.jh-input.jh-login-input {
  height: 55px !important; }

.jh-input:focus {
  border-color: #0000c1;
  box-shadow: none; }

.jh-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #808285; }

.jh-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808285;
  opacity: 1; }

.jh-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808285;
  opacity: 1; }

.jh-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808285; }

.jh-label {
  font-family: "Manulife JH Sans Light";
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }

.jh-login-label {
  font-size: 19.5px !important; }

.form-title {
  font-size: 43.5px;
  font-family: "Manulife JH Sans Light"; }

.form-sub-title {
  font-family: "Manulife JH Sans"; }

/* Radio Buttons */
.radio {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  outline: none; }
  .radio + .radio-label:before {
    content: '';
    border: 3px solid #8E90A2;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%; }
  .radio:disabled {
    cursor: not-allowed;
    opacity: .4; }
    .radio:disabled + .radio-label {
      opacity: .4; }
  .radio:checked {
    border: 3px solid #0000c1; }
    .radio:checked + .radio-label {
      color: #0000c1; }
      .radio:checked + .radio-label:before {
        border-color: #0000c1;
        background: #0000c1;
        box-shadow: inset 0px 0px 0px 4px #fff; }

.radio-label {
  font-size: 17px;
  font-family: "Manulife JH Sans";
  color: #808285;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer; }

/* Check Boxes */
.checkmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #282b3e;
  font-size: 0.9375rem;
  /* 15px */
  font-family: "Manulife JH Sans";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  padding-top: 8px;
  margin-top: 10px; }
  .checkmark-container.disabled {
    cursor: not-allowed; }
    .checkmark-container.disabled .checkmark {
      opacity: .4; }

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 3px solid #8E90A2; }

.checkmark-container input:checked ~ .checkmark {
  border-color: #0000c1; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkmark-container input:checked ~ .checkmark:after {
  display: block; }

.checkmark-container .checkmark:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #0000c1;
  position: relative;
  left: 5px;
  top: 1px; }

.checkmark-container .checkmark-label {
  display: inline-block;
  margin-left: 5px; }

.checkmark-container.disabled .checkmark-label {
  opacity: .4; }

/* Alert Boxes */
.alert-box {
  background-color: #F6DCD8;
  border: 1px solid #EC6453;
  width: 698px;
  max-width: 100%;
  padding: 1em; }

.alert-box svg {
  width: 40px;
  height: 40px; }

/* This is so explicit for IE 11 */
.alert-box svg,
.alert-box svg path,
.alert-box svg g,
.alert-box svg polygon,
.alert-box svg rect {
  color: #282b3e !important;
  fill: #282b3e !important; }

.alert-box.success {
  background-color: #CAEED9;
  border: 1px solid #00A758; }

.alert-box.warning {
  background-color: #fbe9c6;
  border: 1px solid #f49600; }

.alert-box.info {
  background-color: #e0ebfb;
  border: 1px solid #0000c1; }

/* Call Out Box */
.call-out-box {
  width: 271px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #DCDDDE;
  padding: 2em 1em; }

.fa-info-circle {
  color: #0000c1;
  font-size: 14px; }

/* Temp Message */
.temp-message {
  width: 100%;
  background-color: #00A758;
  color: #fff;
  font-size: 18px; }

.temp-message p {
  margin-bottom: 0; }

.close-btn i {
  margin-right: .3em; }

/* Tiles */
.narrow-width {
  max-width: 1200px; }

.card {
  border: 1px solid #DCDDDE;
  border-radius: 0;
  display: grid; }

.tiles .card:hover {
  border-color: #282b3e; }

.card img {
  width: 100%; }

/* PatterLab Only */
.card-body.rounded {
  padding: 1em; }

.card-body.large {
  padding: 2em 1.5em 0 1.5em; }

.card-body.small {
  padding: 1.5em 1em 0 1em; }

.card-body.tall {
  padding: 2em 1em 0 1em; }

@media (min-width: 992px) {
  .card-body .restrict-width {
    max-width: 395px; } }

.card-no-img {
  min-height: 101px; }

ul.card-links {
  margin: 0;
  padding: 0; }

ul.card-links li {
  list-style: none;
  padding: .5em 0; }

/* SubFooter with Buttons */
.subfooter {
  background-color: #424559;
  color: #fff; }

.subfooter a {
  color: #fff; }

.subfooter i {
  margin-left: .5em; }

/* Calendar Picker Overides */
.bootstrap-datetimepicker-widget {
  min-width: 330px;
  border-radius: 0;
  font-family: "Manulife JH Sans";
  font-size: 0.90625rem;
  /* 14.5px */
  color: #282b3e; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  display: none; }

.date-picker-input svg {
  fill: #0000c1; }
  .date-picker-input svg path {
    fill: #0000c1; }

input.datetimepicker-input.jh-input,
.input-group-append {
  border-color: #DCDDDE;
  max-width: 200px; }

.input-group-append .input-group-text {
  background-color: #fff; }

.input-group-append .input-group-text svg {
  color: #0000c1; }

.input-group-append .input-group-text svg {
  width: 25px;
  height: 25px; }

.bootstrap-datetimepicker-widget table {
  border: 1px solid #DCDDDE; }

.bootstrap-datetimepicker-widget table thead tr:first-child {
  background-color: #EDEDED;
  padding: 1em 0;
  border: 0;
  text-transform: uppercase;
  height: 50px; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  vertical-align: middle; }

.table thead th,
.table td {
  border: 0; }

.bootstrap-datetimepicker-widget table th {
  width: 50px !important; }

.bootstrap-datetimepicker-widget table td {
  line-height: 50px !important;
  height: 50px !important;
  width: 50px !important;
  position: relative !important; }

.bootstrap-datetimepicker-widget table thead tr:last-child th {
  border-bottom: 1px solid #DCDDDE;
  line-height: 1.5625rem; }

.bootstrap-datetimepicker-widget .table tbody tr:nth-child(even) {
  background-color: transparent; }

.bootstrap-datetimepicker-widget table td.active {
  background-color: transparent; }

.bootstrap-datetimepicker-widget table td.old {
  color: rgba(142, 144, 162, 0.8); }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: transparent; }

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom: 0; }

.bootstrap-datetimepicker-widget table td.today.active:before,
.bootstrap-datetimepicker-widget table td.day.active:before {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #0000c1;
  border-radius: 50%;
  border: 0;
  top: 12px;
  bottom: 0;
  right: 0;
  left: 8px;
  z-index: -1;
  content: ''; }

.picker-to-label {
  height: 44px;
  position: relative;
  top: 10px;
  text-align: left; }

@media (min-width: 768px) {
  .picker-to-label {
    text-align: center; } }

#datetimepicker4 tr.start td:not(.disabled):not(.active),
#datetimepicker4 tr.between td,
#datetimepicker4 tr.end td.end-between-end {
  background-color: #C1D8F7;
  border-radius: 0; }

/* Range Slider */
.range-slider-container {
  width: 673px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #DCDDDE;
  padding: 2em; }
  .range-slider-container .range-label {
    display: inline-block;
    position: relative;
    font-family: "Manulife JH Sans Bold";
    text-align: center;
    top: 10px; }
    @media (max-width: 576px) {
      .range-slider-container .range-label {
        display: block; } }
  .range-slider-container .extra-controls {
    font-family: "Manulife JH Sans Bold";
    font-size: 2rem;
    position: relative;
    top: 10px; }
  .range-slider-container .extra-controls input {
    width: 110px;
    border: 0; }
    @media (max-width: 576px) {
      .range-slider-container .extra-controls input {
        text-align: center;
        width: 100%; } }
  .range-slider-container .irs--flat {
    height: 60px; }
    @media (max-width: 576px) {
      .range-slider-container .irs--flat {
        height: 110px; } }
    .range-slider-container .irs--flat .irs-max,
    .range-slider-container .irs--flat .irs-min,
    .range-slider-container .irs--flat .irs-single {
      display: none; }
    .range-slider-container .irs--flat .irs-grid-text {
      font-family: "Manulife JH Sans";
      font-size: 1rem;
      line-height: 120%;
      bottom: -20px;
      color: #282b3e; }
    @media (max-width: 576px) {
      .range-slider-container .irs--flat .irs-grid {
        bottom: 40px; } }
    .range-slider-container .irs--flat .js-grid-text-1,
    .range-slider-container .irs--flat .js-grid-text-3,
    .range-slider-container .irs--flat .js-grid-text-5,
    .range-slider-container .irs--flat .js-grid-text-7,
    .range-slider-container .irs--flat .js-grid-text-9 {
      display: none; }
    .range-slider-container .irs--flat .irs-line {
      border-radius: 10px;
      height: 21px;
      background-color: #EDEDED;
      border: 1px solid #DCDDDE; }
    .range-slider-container .irs--flat .irs-bar.irs-bar--single {
      border-radius: 10px;
      height: 21px;
      background-color: #C1D8F7; }
    .range-slider-container .irs--flat .irs-handle {
      width: 31px;
      height: 31px;
      background-color: #fff;
      border: 1px solid #DCDDDE;
      border-radius: 50%; }
      .range-slider-container .irs--flat .irs-handle:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f111";
        color: #0000c1;
        font-size: 1.2rem;
        position: relative;
        left: 5px; }
      .range-slider-container .irs--flat .irs-handle i {
        display: none; }

/* Enroll Messages */
svg.enroll-icon {
  max-height: 171px; }
  @media (max-width: 575px) {
    svg.enroll-icon {
      max-height: 92px; } }
