.family-tabs {
  padding: 0 1.5rem;
  background-color: #fff;
  border-left: solid 0.063rem #d2dae4;
  border-right: solid 0.063rem #d2dae4;
  position: relative;
}
.family-tabs .tab-list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 2.6rem;
  column-gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.family-tabs .tab-list ::-webkit-scrollbar {
  display: none;
}
.family-tabs .tab-list.tab-list-carousel {
  align-items: start;
  padding-right: 2rem;
}
.family-tabs .tab-list.tab-list-carousel.has-arrow {
  justify-content: space-evenly;
}
.family-tabs .tab-list.tab-list-carousel.small {
  justify-content: start;
}
.family-tabs .tab-list.tab-list-carousel.small .tab-item {
  margin-right: 3rem;
}
@media (max-width: 991.98px) {
  .family-tabs .tab-list {
    column-gap: 2rem;
  }
}
.family-tabs .tab-item {
  transition: all, 0.2s, ease, border-bottom, 0.5s, ease;
}
@media (prefers-reduced-motion: reduce) {
  .family-tabs .tab-item {
    transition: none;
  }
}
.family-tabs .tab-item {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: fit-content;
}
.family-tabs .tab-item.active {
  position: relative;
  padding-bottom: 1.125rem;
}
.family-tabs .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: #03a4dc;
  border-radius: 1rem 1rem 0 0;
}
.family-tabs .tab-item.inactive {
  color: #686d7b;
}
@media (max-width: 991.98px) {
  .family-tabs .tab-item.inactive {
    padding-bottom: 0.8rem;
  }
}
.family-tabs .tab-item.chevron-tab-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25), 0.016rem 0.094rem 0.625rem 0.063rem rgba(34, 42, 63, 0.05), 0 0 0.375rem 0.063rem rgba(3, 164, 220, 0.06);
  margin: 0;
  padding: 0;
}
.family-tabs .tab-item.chevron-tab-icon .chevron-icon {
  transition: all, 0.2s, ease;
}
@media (prefers-reduced-motion: reduce) {
  .family-tabs .tab-item.chevron-tab-icon .chevron-icon {
    transition: none;
  }
}
.family-tabs .tab-item.chevron-tab-icon .chevron-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.family-tabs .tab-item.chevron-tab-icon .chevron-icon:hover {
  color: #222a3f;
}
.family-tabs .tab-item.chevron-tab-icon.tab-arrow-next {
  position: absolute;
  right: 2.4rem;
  z-index: 2;
  display: flex !important;
  bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  .family-tabs .tab-item.chevron-tab-icon.tab-arrow-next {
    right: 1rem;
  }
}
.family-tabs .tab-item.chevron-tab-icon.tab-arrow-prev {
  position: absolute;
  left: 2.4rem;
  z-index: 2;
  bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  .family-tabs .tab-item.chevron-tab-icon.tab-arrow-prev {
    left: 1rem;
  }
}
.family-tabs .tab-item.chevron-tab-icon.tab-arrow-prev-mobile {
  position: absolute;
  left: 2.375rem;
  z-index: 2;
  bottom: 0.55rem;
}
.family-tabs .tab-item:hover.inactive {
  color: #222a3f;
  border-bottom: 0 solid #222a3f;
  transform: translate(0, 0) scale(1);
  transition: all 0.5s ease, border-bottom 0.5s ease-out;
}
.family-tabs .tab-item.has-arrow:nth-of-type(2) {
  margin-left: 3rem;
}
@media (min-width: 768px) {
  .family-tabs .tab-item.has-arrow:nth-of-type(2) {
    margin-left: 1.5rem;
  }
}
.family-tabs .tab-item.first-row {
  margin-right: 3.5rem;
}
@media (min-width: 768px) {
  .family-tabs {
    padding: 0 2.375rem;
  }
}.nav-select .nav-select-display .chevron-icon {
  color: #03a4dc;
}
.nav-select.has-value .nav-select-display {
  background-color: #fff;
}
.nav-select.is-open {
  z-index: 2;
}
.nav-select.is-open .nav-select-display {
  border: 1px solid #d1e0e5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 8px 8px #d6e7ff;
}
.nav-select.is-open .nav-select-display {
  background-color: #fff;
}
.nav-select.has-errors .nav-select-display {
  border: 2px solid #f04c34;
}
.nav-select .nav-select-errors {
  color: #f04c34;
}

.nav-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 1.6rem 0;
  cursor: pointer;
}

.nav-select .nav-select-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  height: 3.5rem;
  border: none;
  border-radius: 1.6rem;
  box-sizing: border-box;
  box-shadow: 0 5px 22px rgba(34, 42, 63, 0.15);
  padding: 0 1.5rem;
  transition: padding-top 44ms ease-in-out;
}

.nav-select .nav-select-option {
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.nav-select .nav-select-option:hover {
  background-color: #1a497f;
  color: #fff;
}

.nav-select .nav-select-display .nav-select-placeholder {
  font-weight: 600;
  opacity: 0.4;
  position: absolute;
  left: 24px;
}

.nav-select.has-value .nav-select-value {
  position: relative;
  font-size: 1.2rem;
}

.nav-select .nav-select-menu {
  display: none;
  position: absolute;
  top: 3.5rem;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  padding: 0.5rem 0;
  background-color: #fff;
}

.nav-select.is-open .nav-select-menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #acb9c8;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  box-shadow: 0 5px 22px rgba(34, 42, 63, 0.15);
  max-height: 20rem;
  overflow-y: scroll;
}.intra-page-menu {
  display: flex;
  flex-direction: column;
  background-color: #1a497f;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.2rem 1rem 0 0;
}.profile-background {
  height: 7rem;
}
@media (min-width: 992px) {
  .profile-background {
    height: 16.875rem;
  }
}

.profile-wrapper {
  background-color: #f2f9fc;
}
.profile-wrapper .page-section-header {
  background-color: #f2f9fc;
  padding: 2.5rem 1.25rem 0;
}
@media (min-width: 992px) {
  .profile-wrapper .page-section-header {
    padding: 2.5rem 7.125rem 1rem;
  }
}
.profile-wrapper .page-section-header .eyebrow-text,
.profile-wrapper .page-section-header h1 {
  overflow-wrap: anywhere;
}
.profile-wrapper .page-section-header h1 {
  letter-spacing: -0.03rem;
}
.profile-wrapper .profile {
  position: relative;
  bottom: 5rem;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .profile-wrapper .profile {
    bottom: 0;
  }
}
.profile-wrapper .profile .intra-page-menu.intra-page-mobile {
  margin-top: 0;
  padding: 0 0.6rem;
}
.profile-wrapper .profile .profile-subheading-note {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.25rem;
  line-height: 1.4;
  color: #03a4dc;
}
.profile-wrapper .profile .profile-active-menu-item-top-wrapper {
  width: 100%;
  padding: 1.5rem 2.375rem 1.5rem 1rem;
  box-sizing: border-box;
  border-radius: 1.2rem 1.2rem 0 0;
  background-color: #fff;
  border: solid 1px #d2dae4;
  border-bottom: none;
  color: #222a3f;
}
.profile-wrapper .profile .profile-active-menu-item-top-wrapper .container-fluid .row div {
  padding: 0;
}
.profile-wrapper .profile .profile-active-menu-item-top-wrapper .container-fluid .row div .profile-active-menu-heading {
  position: relative;
  padding-left: 1rem;
  letter-spacing: 0.03rem;
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .profile-wrapper .profile .profile-active-menu-item-top-wrapper .container-fluid .row div .profile-active-menu-heading {
    padding-left: 0.5rem;
  }
}
.profile-wrapper .profile .profile-active-menu-item-top-wrapper .container-fluid .row div .profile-active-menu-heading::before {
  position: absolute;
  top: 50%;
  left: -1rem;
  margin-right: 0.5rem;
  transform: translateY(-50%);
}
.profile-wrapper .profile .profile-active-menu-item-top-wrapper .profile-active-menu-subhead {
  margin: 1rem 0 0 0;
}
@media (max-width: 991.98px) {
  .profile-wrapper .profile .profile-active-menu-item-top-wrapper .profile-active-menu-subhead {
    font-size: 0.875rem;
  }
}
.profile-wrapper .profile .profile-active-menu-heading {
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.8rem;
}
.profile-wrapper .profile .profile-active-menu-heading:not(.with-button)::before {
  display: block;
  content: "";
  background-color: #03a4dc;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .profile-wrapper .profile .profile-active-menu-heading:not(.with-button) {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0rem;
  }
}
.profile-wrapper .profile .profile-active-menu-item-bottom-wrapper {
  width: 100%;
  padding: 2.5rem 2.375rem;
  box-sizing: border-box;
  border-radius: 0 0 1.2rem 1.2rem;
  background-color: #fff;
  border: solid 1px #d2dae4;
  position: relative;
}
@media (max-width: 991.98px) {
  .profile-wrapper .profile .profile-active-menu-item-bottom-wrapper {
    padding: 2rem 1.25rem;
  }
}
.profile-wrapper .profile .profile-active-menu-item-bottom-wrapper .btn-compose-message {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  position: absolute;
  right: 1rem;
  top: -4.5rem;
}
.profile-wrapper .profile .profile-active-menu-item-bottom-wrapper .btn-add-representative {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  position: absolute;
  right: 1rem;
  top: -6rem;
}
.profile-wrapper .profile .profile-active-menu-item-bottom-wrapper .action-btn-auto-refill {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  position: absolute;
  right: 1rem;
  top: -4rem;
}
.profile-wrapper .profile .profile-active-menu-item-wrapper {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 1.2rem;
  background-color: #fff;
  border: solid 1px #d2dae4;
}
.profile-wrapper .profile .profile-active-menu-item-wrapper .profile-active-menu-item-top-wrapper {
  border: none;
  border-bottom: solid 1px #d2dae4;
}
.profile-wrapper .profile .profile-active-menu-item-wrapper .profile-active-menu-item-bottom-wrapper {
  border: none;
}
.profile-wrapper .profile .profile-form-instructions {
  position: relative;
  padding-left: 1.44rem;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
.profile-wrapper .profile .profile-form-instructions::before {
  display: block;
  content: "";
  background-color: #03a4dc;
  height: 0.72rem;
  width: 0.72rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.profile-wrapper .profile .profile-empty-message {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}