html, body {
  width: 100%;
  min-height: 100vh;
  background-color: #fefefe;
  margin: 0; }

body {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative; }

* {
  transition: 0.1s all; }

input, textarea {
  transition: none; }

html, body {
  color: #333333;
  font-family: "ArtialMT", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) {
    html, body {
      font-size: 14px; } }
  @media only screen and (min-width: 980px) {
    html, body {
      font-size: 16px; } }
  @media only screen and (min-width: 1080px) {
    html, body {
      font-size: 18px; } }

h1, h2, h3, h4, h5 {
  font-family: "ArtialMT", "Arial", Helvetica, sans-serif;
  letter-spacing: -0.4px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1, .h1 {
  font-size: 36px;
  line-height: 1.1; }

h2, .h2 {
  font-size: 30px;
  line-height: 1.3; }

h3, .h3 {
  font-size: 26px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 22px;
  line-height: 1.3; }

h5, .h5 {
  font-size: 18px;
  line-height: 1.3; }

h6, .h6 {
  font-size: 1.1rem;
  line-height: 1.5; }

p, ul, li, label, a, .p {
  font-size: 12px;
  line-height: normal; }

h1, h2, h3, h4, h5, h6, p, ul, li, label {
  margin: 0;
  margin-bottom: 0.25em; }

a {
  color: #29ABE2;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

span[style*="underline"] {
  display: inline-block;
  text-decoration: none !important;
  border-bottom: 1px solid white; }

strong {
  font-weight: 700; }

* {
  box-sizing: border-box; }

.bold {
  font-weight: 700 !important; }

.red {
  color: #FF0000; }

.italics, .italic {
  font-style: italic !important; }

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 120px; }
  @media (max-width: 973px) {
    .container {
      padding: 0 40px; } }

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

button, .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 36px;
  padding: 10px 0;
  font-family: "ArtialMT", "Arial", Helvetica, sans-serif !important;
  background-color: #29ABE2 !important;
  color: #FFFFFF !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px !important;
  border-radius: 6px;
  border: none; }
  button:hover, .button:hover {
    text-decoration: none !important;
    background-color: #238fbd !important;
    color: #FFFFFF !important; }
  button--grey, .button--grey {
    background-color: #E4E4E4 !important;
    color: #1E1E1E !important; }
    button--grey:hover, .button--grey:hover {
      background-color: #B1B1B1 !important; }
  button--100, .button--100 {
    width: 100% !important; }
  button--disabled, button.disabled, .button--disabled, .button.disabled {
    background-color: #B3B3B3 !important;
    cursor: not-allowed !important;
    user-select: none !important;
    color: #FFFFFF !important; }
    button--disabled:hover, button.disabled:hover, .button--disabled:hover, .button.disabled:hover {
      background-color: #B3B3B3 !important;
      color: #FFFFFF !important;
      user-select: none !important; }

.icon-text {
  display: flex;
  align-items: center; }
  .icon-text img {
    margin-right: 12px; }

.spaced {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.floating-module__width-container {
  margin-bottom: 84px;
  width: 100%;
  z-index: 1; }
  @media (max-width: 664px) {
    .floating-module__width-container {
      margin-left: auto;
      margin-right: auto; } }

.floating-text {
  width: 460px;
  margin: 96px 0 48px 0; }
  .floating-text h1 {
    color: #F2F2F2;
    text-align: center;
    font-weight: 700; }
  .floating-text h2 {
    color: #FFFFFF;
    font-size: 21px;
    text-align: center;
    font-weight: 400; }
  @media (max-width: 664px) {
    .floating-text {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.floating-module, .floating-module__modal {
  width: 460px;
  border-radius: 6px;
  border: 1px solid #F4E6E8;
  background-color: #FFFFFF;
  margin-bottom: 6px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 664px) {
    .floating-module, .floating-module__modal {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .floating-module--wide {
    width: 66%; }
    .floating-module--wide .floating-module__container {
      padding-left: 100px;
      padding-right: 100px; }
      @media (max-width: 768px) {
        .floating-module--wide .floating-module__container {
          padding-left: 24px;
          padding-right: 24px; } }
  .floating-module h1, .floating-module__modal h1 {
    font-size: 18px; }
  .floating-module h2, .floating-module__modal h2 {
    font-size: 16px;
    margin-bottom: 12px; }
  .floating-module p, .floating-module__modal p, .floating-module ul, .floating-module__modal ul, .floating-module li, .floating-module__modal li {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-feature-settings: "kern";
    margin-bottom: 12px; }
  .floating-module li ul, .floating-module__modal li ul {
    margin-top: 12px; }
  .floating-module a, .floating-module__modal a {
    font-weight: 700; }
  .floating-module--no-border {
    border: none !important; }
  .floating-module .input, .floating-module__modal .input {
    margin-bottom: 12px !important; }
    .floating-module .input .ui, .floating-module__modal .input .ui {
      margin-bottom: 0 !important; }
    .floating-module .input input[type="text"], .floating-module__modal .input input[type="text"], .floating-module .input input[type="email"], .floating-module__modal .input input[type="email"], .floating-module .input input[type="password"], .floating-module__modal .input input[type="password"], .floating-module .input input[type="phone"], .floating-module__modal .input input[type="phone"] {
      height: 36px;
      font-size: 12px !important;
      font-family: "ArtialMT", "Arial", Helvetica, sans-serif; }
    .floating-module .input--no-margin-bottom, .floating-module__modal .input--no-margin-bottom {
      margin-bottom: 0 !important; }
  .floating-module .dropdown[role="combobox"], .floating-module__modal .dropdown[role="combobox"] {
    display: flex;
    align-items: center;
    border: 1px solid #333333 !important;
    height: 36px;
    font-size: 12px !important;
    margin-bottom: 12px; }
    .floating-module .dropdown[role="combobox"] input, .floating-module__modal .dropdown[role="combobox"] input {
      height: 100%; }
    .floating-module .dropdown[role="combobox"] .item, .floating-module__modal .dropdown[role="combobox"] .item {
      font-size: 12px;
      height: 36px; }
    .floating-module .dropdown[role="combobox"] .menu, .floating-module__modal .dropdown[role="combobox"] .menu {
      border: 1px solid #333333;
      border-color: #333333 !important; }
    .floating-module .dropdown[role="combobox"] .text, .floating-module__modal .dropdown[role="combobox"] .text {
      left: 0; }
  .floating-module .input__checkbox, .floating-module__modal .input__checkbox {
    display: block;
    margin: 0 12px 0 0 !important;
    box-sizing: border-box; }
  .floating-module .half-width-form, .floating-module__modal .half-width-form {
    display: inline-flex;
    width: 48%;
    align-items: flex-start;
    align-self: flex-start; }
    .floating-module .half-width-form:nth-child(odd), .floating-module__modal .half-width-form:nth-child(odd) {
      margin-right: 2%; }
    .floating-module .half-width-form:nth-child(even), .floating-module__modal .half-width-form:nth-child(even) {
      margin-left: 2%; }
    .floating-module .half-width-form .input, .floating-module__modal .half-width-form .input {
      width: 100%; }

.floating-module__container {
  width: 100%;
  padding: 24px; }
  .floating-module__container--half-padding {
    padding: 12px; }
  .floating-module__container--no-top {
    padding-top: 0; }

.floating-module__header {
  border-bottom: 1px solid #333333; }
  .floating-module__header--with-border {
    border: 1px solid #F4E6E8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .floating-module__header--with-bottom-border {
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 24px; }
  .floating-module__header--no-border {
    border: none !important; }
  .floating-module__header--centered {
    display: flex;
    justify-content: center;
    align-items: center; }
    .floating-module__header--centered .floating-module__container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }

.floating-module__body--with-border {
  border-left: 1px solid #F4E6E8;
  border-right: 1px solid #F4E6E8; }

.floating-module__body .icon-text {
  margin-bottom: 8px; }

.floating-module__seperator {
  display: flex;
  align-items: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  padding: 18px; }
  .floating-module__seperator--no-top {
    border-top: 0; }
  .floating-module__seperator * {
    margin-bottom: 0 !important; }

.floating-module__footer--buttons {
  display: flex; }
  .floating-module__footer--buttons .button {
    width: 50%;
    height: 50px; }
    .floating-module__footer--buttons .button:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 6px; }
    .floating-module__footer--buttons .button:last-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 6px;
      color: #FFFFFF !important;
      background-color: #b3b3b3 !important; }
      .floating-module__footer--buttons .button:last-child:hover {
        background-color: #848484 !important; }

.floating-module__modal-overlay {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.floating-module__modal {
  width: 508px;
  border: none; }
  .floating-module__modal .floating-module__modal-header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 12px; }
    .floating-module__modal .floating-module__modal-header .icon-text * {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 700; }
  .floating-module__modal .floating-module__modal-container {
    padding: 24px; }
  .floating-module__modal .button {
    font-weight: 400;
    color: #333333; }

.floating-module__error-box {
  border-radius: 6px;
  padding: 12px;
  background-color: #fff6f6;
  border: 1px solid #af5351;
  margin-top: 18px; }
  .floating-module__error-box ul {
    padding-left: 20px; }
  .floating-module__error-box * {
    color: #af5351; }

.sidebar {
  width: 425px;
  min-height: calc(100vh + 265px - 132px);
  background-color: #FFFFFF;
  padding: 24px 24px 24px 84px; }
  .sidebar a {
    display: block;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 700;
    margin-bottom: 36px; }
    .sidebar a:hover {
      text-decoration: none;
      color: #000000; }
  .sidebar p {
    color: rgba(0, 0, 0, 0.33);
    margin-bottom: 36px; }
  .sidebar hr {
    background-color: rgba(0, 0, 0, 0.33);
    border: none;
    height: 1px;
    width: 100%;
    margin-bottom: 24px; }
  .sidebar ul {
    padding-left: 24px; }
  .sidebar li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 36px; }
    .sidebar li img {
      margin-right: 12px;
      display: block; }
    .sidebar li a {
      margin-bottom: 0; }
  .sidebar .welcome {
    margin-bottom: 24px; }
  .sidebar .icon-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 36px; }
    .sidebar .icon-text a {
      margin-bottom: 0; }
  @media (max-width: 768px) {
    .sidebar {
      display: none; } }

.mobile-sidebar-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  transform: scaleX(0);
  transform: scaleY(0);
  transform-origin: left center;
  transition: 0s transform; }
  .mobile-sidebar-overlay--displayed {
    transform: scaleX(1);
    transform: scaleY(1); }
    .mobile-sidebar-overlay--displayed .mobile-sidebar {
      transform: scaleX(1); }

.mobile-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 275px;
  transform: scaleX(0);
  transition: 0.2s transform;
  transform-origin: center left;
  background-color: #333333; }
  .mobile-sidebar * {
    color: #FFFFFF;
    font-size: 12px; }
  .mobile-sidebar .title {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #767676; }
    .mobile-sidebar .title * {
      font-size: 16px;
      font-weight: 700; }
  .mobile-sidebar .hard-link {
    font-weight: 700;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #767676; }
    .mobile-sidebar .hard-link img {
      margin-right: 12px; }
    .mobile-sidebar .hard-link * {
      margin-bottom: 0; }
  .mobile-sidebar .soft-link {
    font-weight: 400;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #767676; }
    .mobile-sidebar .soft-link img {
      margin-right: 12px; }
    .mobile-sidebar .soft-link * {
      margin-bottom: 0; }
  .mobile-sidebar ul {
    border-bottom: 1px solid #767676;
    padding-left: 36px;
    padding-right: 36px; }
    .mobile-sidebar ul li {
      display: flex;
      align-items: center;
      height: 48px; }

.InputText {
  margin-bottom: 24px; }
  .InputText label {
    margin-bottom: 12px !important;
    font-size: 12px !important;
    font-weight: 700; }
  .InputText input {
    font-size: 12px !important;
    font-family: "ArtialMT", "Arial", Helvetica, sans-serif !important; }
  .InputText .disabled {
    opacity: 1 !important; }
    .InputText .disabled label {
      opacity: 1 !important; }
    .InputText .disabled input {
      background-color: #EAEAEA !important; }

.module, .module__welcome {
  margin: 24px auto 204px;
  width: 90%;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35); }
  .module h1, .module__welcome h1 {
    color: #000000;
    font-size: 18px; }
  .module h3, .module__welcome h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 700; }
  .module p, .module__welcome p, .module ul, .module__welcome ul, .module li, .module__welcome li, .module a, .module__welcome a {
    font-size: 14px; }
  .module sup, .module__welcome sup {
    top: -3px !important; }

.module__subtext {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px; }

.module__header .module__header-icon {
  margin-bottom: 12px; }

.module__header .module__header__content h1 {
  margin-bottom: 16px; }

.module__header .module__header__subtitle {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 18px;
  text-align: center; }

.module__header .module__header__black-title {
  background-color: #333333;
  padding: 18px 28px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .module__header .module__header__black-title * {
    color: #FFFFFF; }

.module__container {
  margin: 0 auto;
  padding: 28px 28px 0;
  box-sizing: content-box;
  max-width: 980px; }
  .module__container--centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .module__container--small {
    padding: 12px; }
  .module__container .module__container {
    padding: 0; }

.module__header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 28px auto;
  padding: 0 28px;
  box-sizing: content-box;
  max-width: 980px; }

.module__seperator {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }

.module__footer {
  display: flex; }
  .module__footer .module__footer__primary, .module__footer .module__footer__secondary {
    flex-grow: 1; }
    .module__footer .module__footer__primary.button, .module__footer .module__footer__secondary.button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 180px;
      height: 36px;
      padding: 10px 0;
      font-family: "ArtialMT", "Arial", Helvetica, sans-serif !important;
      background-color: #29ABE2 !important;
      color: #FFFFFF !important;
      cursor: pointer;
      font-weight: 700;
      font-size: 12px !important;
      border-radius: 6px;
      border: none;
      flex-grow: 1;
      font-size: 14px;
      font-weight: 700;
      height: 40px;
      width: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin: 0; }
      .module__footer .module__footer__primary.button:hover, .module__footer .module__footer__secondary.button:hover {
        text-decoration: none !important;
        background-color: #238fbd !important;
        color: #FFFFFF !important; }
      .module__footer .module__footer__primary.button--grey, .module__footer .module__footer__secondary.button--grey {
        background-color: #E4E4E4 !important;
        color: #1E1E1E !important; }
        .module__footer .module__footer__primary.button--grey:hover, .module__footer .module__footer__secondary.button--grey:hover {
          background-color: #B1B1B1 !important; }
      .module__footer .module__footer__primary.button--100, .module__footer .module__footer__secondary.button--100 {
        width: 100% !important; }
      .module__footer .module__footer__primary.button--disabled, .module__footer .module__footer__primary.button.disabled, .module__footer .module__footer__secondary.button--disabled, .module__footer .module__footer__secondary.button.disabled {
        background-color: #B3B3B3 !important;
        cursor: not-allowed !important;
        user-select: none !important;
        color: #FFFFFF !important; }
        .module__footer .module__footer__primary.button--disabled:hover, .module__footer .module__footer__primary.button.disabled:hover, .module__footer .module__footer__secondary.button--disabled:hover, .module__footer .module__footer__secondary.button.disabled:hover {
          background-color: #B3B3B3 !important;
          color: #FFFFFF !important;
          user-select: none !important; }
  .module__footer .module__footer__secondary.button {
    background-color: #E4E4E4 !important;
    color: #1E1E1E !important;
    border-bottom-right-radius: 0; }
    .module__footer .module__footer__secondary.button:hover {
      background-color: #B1B1B1 !important; }
  .module__footer .module__footer__primary.button {
    border-bottom-left-radius: 0; }

.module__html {
  margin-bottom: 24px; }

.module__textarea {
  background-color: #797979; }
  .module__textarea .module__container {
    padding: 28px 28px;
    margin: 0 auto; }
  .module__textarea .module__content {
    border: 1px solid #333333;
    border-radius: 6px;
    background-color: #FFFFFF; }
    .module__textarea .module__content h1 {
      color: #000000;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      padding: 28px;
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      margin-bottom: 24px; }
    .module__textarea .module__content textarea {
      resize: none;
      min-height: 190px;
      width: calc(100% - 48px);
      margin-left: 24px;
      margin-right: 24px;
      margin-bottom: 24px;
      padding: 24px;
      font-size: 14px;
      color: #333333;
      border: 1px solid #DEDEDF;
      border-radius: 6px;
      font-family: "ArtialMT", "Arial", Helvetica, sans-serif; }
      .module__textarea .module__content textarea:focus {
        outline: none;
        border-color: #29ABE2; }
    .module__textarea .module__content--error textarea {
      border-color: #af5351; }
    .module__textarea .module__content--disabled textarea {
      background-color: #CCCCCC; }

.module__checkboxes {
  background-color: #797979; }
  .module__checkboxes .module__container {
    padding: 28px 28px;
    margin: 0 auto; }
  .module__checkboxes .module__content {
    border: 1px solid #333333;
    border-radius: 6px;
    background-color: #FFFFFF;
    position: relative; }
    .module__checkboxes .module__content .module__checkboxes-title {
      padding: 28px;
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      margin-bottom: 24px; }
    .module__checkboxes .module__content h1 {
      color: #000000;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
    .module__checkboxes .module__content .module__items {
      padding-left: 28px;
      padding-right: 28px;
      margin-bottom: 24px; }
      .module__checkboxes .module__content .module__items label {
        font-family: "ArtialMT", "Arial", Helvetica, sans-serif;
        color: #000000;
        font-size: 12px;
        height: 17px;
        line-height: 1.5;
        padding-left: calc(17px + 12px);
        margin-bottom: 12px;
        height: 31px; }
        .module__checkboxes .module__content .module__items label:before {
          border-radius: 2px;
          border-color: #B5B5B5; }
      .module__checkboxes .module__content .module__items__corrected {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        height: 31px; }
        .module__checkboxes .module__content .module__items__corrected label {
          padding-left: 12px;
          margin-bottom: 0;
          height: auto; }
        .module__checkboxes .module__content .module__items__corrected .module__items__your-answer {
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #e4e4e4;
          border-radius: 3px;
          padding: 3px 12px;
          color: #333333;
          font-size: 12px;
          margin-left: 24px; }
      .module__checkboxes .module__content .module__items .module__after-selection {
        color: rgba(0, 0, 0, 0.55);
        font-size: 12px; }
    .module__checkboxes .module__content--error .module__items label {
      color: #af5351; }
      .module__checkboxes .module__content--error .module__items label:before {
        border-color: #af5351; }

.module__blue-content {
  margin-bottom: 24px; }
  .module__blue-content .module__content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E4F3FE;
    padding: 12px 12px;
    width: 100%;
    border: 1px solid #C2E6F5;
    border-radius: 6px;
    text-align: center; }
    .module__blue-content .module__content * {
      color: #29ABE2;
      font-weight: 700; }

.module__red-content {
  margin-bottom: 24px; }
  .module__red-content .module__content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE8E8;
    padding: 12px 12px;
    width: 100%;
    border: 1px solid #FD9A9B;
    border-radius: 6px;
    text-align: center; }
    .module__red-content .module__content * {
      color: #333333;
      font-weight: 400; }

.module__image {
  margin-bottom: 24px; }
  .module__image img {
    max-width: 100%;
    width: 100%; }
  .module__image .module__image-container--constrained {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }
  .module__image .module__label {
    margin-bottom: 12px; }

.module__details .module__details__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer; }

.module__details .module__details__body {
  height: 0;
  transform: scaleY(0);
  transform-origin: top center; }
  .module__details .module__details__body--expanded {
    margin-top: 12px;
    height: auto;
    transform: scaleY(1); }

.module__details:last-child {
  margin-bottom: 24px; }

.module__table {
  margin-bottom: 24px; }
  .module__table table {
    border-radius: 0 !important;
    border-color: #ADADAD !important; }
  .module__table thead {
    background-color: #F2F2F2; }
  .module__table th {
    color: #333333;
    font-weight: 700;
    font-size: 12px;
    border-color: #ADADAD !important; }
  .module__table td {
    color: #333333;
    font-size: 12px;
    border-color: #ADADAD !important; }
    .module__table td.pending-cell {
      background-color: #FFE7DC; }
  @media (min-width: 768px) {
    .module__table .module__table-overflow {
      overflow-x: scroll; }
      .module__table .module__table-overflow table {
        width: 1550px; } }
  .module__table .module__notifications {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .module__table .module__notifications--green {
      background-color: #FCFFF5;
      color: #286141;
      border-color: #286141; }
    .module__table .module__notifications--red {
      background-color: #fff6f6;
      color: #af5351;
      border-color: #af5351; }
    .module__table .module__notifications .module__notifications__dismiss {
      cursor: pointer; }
      .module__table .module__notifications .module__notifications__dismiss img {
        display: block; }
  .module__table .module__actions {
    display: flex;
    align-items: center;
    height: 56px;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1; }
    .module__table .module__actions .module__table-link {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 16px;
      border-left: 1px solid #E1E1E1;
      height: inherit;
      position: relative; }
      .module__table .module__actions .module__table-link .module__table-link-clicker {
        position: absolute;
        width: 300px;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        top: 56px;
        z-index: 2; }
        .module__table .module__actions .module__table-link .module__table-link-clicker:after {
          content: '';
          display: block;
          position: absolute;
          top: -11px;
          left: calc(50% - 22px/2);
          width: 22px;
          height: 22px;
          background: #FFFFFF;
          border-right: 1px solid #CCCCCC;
          border-bottom: 1px solid #CCCCCC;
          -moz-transform: rotate(225deg);
          -webkit-transform: rotate(225deg); }
        .module__table .module__actions .module__table-link .module__table-link-clicker .image-text {
          display: flex;
          align-items: center;
          height: 48px;
          padding: 0 16px;
          border-bottom: 1px solid #CCCCCC; }
          .module__table .module__actions .module__table-link .module__table-link-clicker .image-text:not(:first-child) {
            border-top: 1px solid #CCCCCC; }
          .module__table .module__actions .module__table-link .module__table-link-clicker .image-text img {
            margin-right: 12px; }
          .module__table .module__actions .module__table-link .module__table-link-clicker .image-text * {
            font-size: 14px;
            font-weight: 700; }
        .module__table .module__actions .module__table-link .module__table-link-clicker .dropdown {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-left: 16px;
          margin-right: 16px;
          margin-bottom: 16px;
          width: 268px;
          font-size: 14px; }
          .module__table .module__actions .module__table-link .module__table-link-clicker .dropdown .menu {
            width: 90%; }
            .module__table .module__actions .module__table-link .module__table-link-clicker .dropdown .menu .item {
              font-size: 14px; }
          .module__table .module__actions .module__table-link .module__table-link-clicker .dropdown i {
            width: 9px; }
        .module__table .module__actions .module__table-link .module__table-link-clicker p {
          padding: 16px; }
        .module__table .module__actions .module__table-link .module__table-link-clicker a {
          padding: 8px 16px;
          color: #767676;
          display: block;
          cursor: pointer; }
      .module__table .module__actions .module__table-link .module__table-link-clicker__footer {
        display: flex; }
        .module__table .module__actions .module__table-link .module__table-link-clicker__footer .button {
          width: 50%;
          margin: 0;
          border-radius: 0;
          background-color: #F2F2F2 !important;
          color: #333333 !important;
          font-weight: 400 !important; }
          .module__table .module__actions .module__table-link .module__table-link-clicker__footer .button:hover {
            background-color: #CCCCCC !important; }
    .module__table .module__actions .module__table-spacer {
      flex-grow: 1; }
    .module__table .module__actions .module__table-search {
      height: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 250px;
      border-right: 1px solid #E1E1E1; }
      .module__table .module__actions .module__table-search input {
        border: 1px solid #CCCCCC;
        font-size: 14px; }
        .module__table .module__actions .module__table-search input:after {
          content: url("/images/icons/search.png"); }
  .module__table .module__table-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 16px 8px;
    background-color: #f2f2f2; }

.module__progress {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  position: relative; }
  .module__progress .module__progress__mask {
    position: absolute;
    left: 0;
    top: -1px;
    height: 3px;
    background-image: url("/images/home/header__module-title.png");
    background-repeat: no-repeat; }

.module__progress-fraction {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 16px !important; }

.module__label {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 700; }

.module__two-part-selection__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  background-color: #797979;
  padding-bottom: 24px; }

.module__two-part-selection {
  position: relative;
  width: 250px;
  border-radius: 6px;
  border: 1px solid #5D5D5D;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  margin: 13px; }
  .module__two-part-selection .module__two-part-selection__image {
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; }
  .module__two-part-selection .module__two-part-selection__title {
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    background-color: #FFFFFF; }
  .module__two-part-selection .module__two-part-selection__items {
    display: flex;
    align-items: center; }
    .module__two-part-selection .module__two-part-selection__items .button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      margin: 0 !important;
      background-color: #E4E4E4 !important;
      color: #333333 !important;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: 1px solid #A6A6A6; }
      .module__two-part-selection .module__two-part-selection__items .button:hover {
        background-color: #C9C9C9 !important; }
      .module__two-part-selection .module__two-part-selection__items .button:nth-of-type(odd) {
        border-bottom-right-radius: 0 !important;
        border-right: 1px solid #A6A6A6; }
      .module__two-part-selection .module__two-part-selection__items .button:nth-of-type(even) {
        border-bottom-left-radius: 0 !important; }
      .module__two-part-selection .module__two-part-selection__items .button img {
        margin-right: 12px; }
    .module__two-part-selection .module__two-part-selection__items .module__two-part-selection__button--selected {
      background-color: #C9C9C9 !important; }
  .module__two-part-selection--error {
    border-color: #E41C28;
    border-width: 1px; }
    .module__two-part-selection--error .module__two-part-selection__title {
      background-color: #FFEBEB; }

.module__errors .module__container {
  padding-bottom: 28px; }

.module__error-box {
  border-radius: 6px;
  padding: 12px;
  background-color: #fff6f6;
  border: 1px solid #af5351; }
  .module__error-box ul {
    padding-left: 20px; }
  .module__error-box * {
    color: #af5351; }

.InputDropdown label {
  margin-bottom: 12px;
  font-size: 12px !important;
  font-weight: 700; }

.InputDropdown .dropdown[role="combobox"], .InputDropdown .dropdown[role="listbox"] {
  display: flex;
  align-items: center;
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
  height: 36px;
  font-size: 12px !important;
  margin-bottom: 12px;
  box-shadow: none !important;
  border-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }
  .InputDropdown .dropdown[role="combobox"] input, .InputDropdown .dropdown[role="listbox"] input {
    height: 100%;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important; }
  .InputDropdown .dropdown[role="combobox"].ui.selection.active.dropdown:hover, .InputDropdown .dropdown[role="listbox"].ui.selection.active.dropdown:hover {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important; }
  .InputDropdown .dropdown[role="combobox"] .item, .InputDropdown .dropdown[role="listbox"] .item {
    font-size: 12px;
    height: 36px; }
  .InputDropdown .dropdown[role="combobox"] .menu, .InputDropdown .dropdown[role="listbox"] .menu {
    border: 1px solid rgba(34, 36, 38, 0.15) !important;
    border-color: rgba(34, 36, 38, 0.15) !important; }
  .InputDropdown .dropdown[role="combobox"] .text, .InputDropdown .dropdown[role="listbox"] .text {
    left: 0; }

.module__welcome h1 {
  font-weight: 700; }

.module__welcome h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 700; }

.module__welcome p {
  color: #000000;
  font-size: 14px;
  line-height: 17px; }

.module__welcome hr {
  height: 1px;
  width: 100%;
  border: 0;
  background-color: #D2D2D2;
  margin-bottom: 24px; }

.module__welcome ul li {
  color: #000000;
  font-size: 14px;
  line-height: 17px; }
  .module__welcome ul li:not(:last-of-type) {
    margin-bottom: 18px; }

.module__welcome .module__header {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 36px; }

.module__welcome .module__container {
  padding: 36px 102px; }
  @media (max-width: 768px) {
    .module__welcome .module__container {
      padding: 36px 24px; } }

.references__overlay {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }

.references__module {
  width: 500px;
  height: 600px;
  margin-top: 60px;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E1E1E1; }

.references__module__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #E1E1E1;
  padding-left: 24px;
  padding-right: 24px; }
  .references__module__header * {
    font-size: 14px;
    font-weight: 700; }
  .references__module__header img {
    cursor: pointer; }

.references__module__body {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  overflow-y: scroll;
  height: 537px; }
  .references__module__body * {
    font-size: 12px;
    margin-bottom: 18px; }

.ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.2em;
  padding-right: calc(1rem + 1.2em);
  position: absolute;
  border-color: #00827c;
  background-color: #00b5ad;
  width: 125px;
  height: 30px;
  top: 20px;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700; }
  .ribbon--right {
    transform: translateX(-98%);
    left: calc(98% + 1rem + 1.2em);
    border-bottom-right-radius: 0; }
    .ribbon--right:after {
      position: absolute;
      content: "";
      top: 100%;
      left: auto;
      right: 0;
      border-style: solid;
      border-width: 1.2em 1.2em 0 0;
      border-color: transparent;
      border-top-color: inherit; }
  .ribbon img {
    margin-right: 12px; }
  .ribbon--red {
    background-color: #DA2827;
    border-color: #B32811; }
  .ribbon--green {
    background-color: #21BA45;
    border-color: #149438; }

.header {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 9; }
  .header .header__hamburger {
    display: none;
    align-items: center;
    height: 100%; }
    .header .header__hamburger p {
      color: #000000;
      font-size: 16px;
      font-weight: 400; }
    .header .header__hamburger .header__hamburger-image {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 100%;
      border-right: 1px solid #8F949A;
      margin-right: 24px; }
  @media (max-width: 768px) {
    .header {
      background-color: #f2f2f2; }
      .header .header__hamburger {
        display: flex; }
      .header .header__desktop-logo {
        display: none; } }

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 84px; }
  @media (max-width: 768px) {
    .header__row {
      padding: 0; } }

.header__navigation ul {
  display: flex;
  align-items: center;
  list-style-type: none; }
  .header__navigation ul li:not(:last-child) {
    margin-right: 24px; }
  .header__navigation ul a {
    text-decoration: none; }

@media (max-width: 1024px) {
  .header__navigation {
    display: none; } }

.header__navigation__icon img {
  width: 18px; }

.header__navigation__text {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.3px; }
  .header__navigation__text a {
    color: rgba(51, 51, 51, 0.87); }

.header__navigation__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: -0.38px;
  color: rgba(51, 51, 51, 0.87);
  font-weight: 700;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 10px 20px; }
  .header__navigation__button a:hover {
    background-color: #FFFFFF;
    color: #333333; }

.header__navigation__button--blue a {
  background-color: #29ABE2;
  color: #FFFFFF; }

.header__logo {
  display: flex;
  align-items: center; }
  .header__logo img {
    width: calc(96px / 2);
    margin-right: 12px; }
  .header__logo p {
    color: #000000;
    font-size: 16px;
    font-weight: 600; }

.header__mobile-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #29ABE2;
  transform: scaleY(0);
  transform-origin: top center;
  padding: 0 84px; }

.header__mobile-menu--selected {
  transform: scaleY(1); }

.header__mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px; }

.header__mobile-menu-body {
  margin-top: 50px; }
  .header__mobile-menu-body ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .header__mobile-menu-body hr {
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    height: 1px;
    width: 100%;
    display: block; }
  .header__mobile-menu-body p {
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #ffffff;
    margin-bottom: 10px; }
  .header__mobile-menu-body a {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-decoration: none; }
    .header__mobile-menu-body a:hover {
      text-decoration: underline; }
  .header__mobile-menu-body .header__navigation__text {
    margin-bottom: 15px;
    display: block; }

.header__mobile-menu-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px; }
  .header__mobile-menu-footer a {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
    text-decoration: none; }
    .header__mobile-menu-footer a:hover {
      text-decoration: underline; }

.header__mobile-menu-close {
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .header__mobile-menu-close img {
    width: 30px;
    height: 30px;
    display: block; }

.header__module-title {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 84px;
  background-image: url("/images/home/header__module-title.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .header__module-title * {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px; }

.main-content {
  position: relative;
  top: 132px;
  width: 100%;
  min-height: calc(100vh + 265px - 132px);
  background-color: #eaeaea; }

.page-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 132px); }

.app-container {
  display: flex;
  min-height: calc(100vh + 265px - 132px); }

#app {
  width: 100%; }

.footer {
  margin-top: calc(265px / 2);
  height: 265px; }

.footer__main {
  background-color: #333333;
  padding: 24px 0; }
  .footer__main a {
    color: #FFFFFF; }
  .footer__main p {
    color: rgba(255, 255, 255, 0.7); }
  .footer__main .main-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer__main .main-row .column {
      display: flex;
      align-items: center; }
      .footer__main .main-row .column * {
        margin: 0;
        margin-right: 24px;
        font-size: 10px; }

.footer__logos {
  padding-top: 36px;
  padding-bottom: 30px; }

.footer__logo-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .footer__logo-column p {
    font-size: 10px; }
  .footer__logo-column--right {
    margin-left: auto; }
    .footer__logo-column--right img {
      margin-right: 0 !important; }

.footer__logo_images {
  display: flex;
  align-items: center;
  height: 60px;
  margin-top: 12px; }
  .footer__logo_images img {
    margin-right: 36px; }

.home-orange-background {
  background: #ed8b00;
  background: -moz-linear-gradient(45deg, #ed8b00 0%, rgba(218, 41, 28, 0.8) 55%, #942d83 100%);
  background: -webkit-linear-gradient(45deg, #ed8b00 0%, rgba(218, 41, 28, 0.8) 55%, #942d83 100%);
  background: linear-gradient(45deg, #ed8b00 0%, rgba(218, 41, 28, 0.8) 55%, #942d83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed8b00",endColorstr="#942d83",GradientType=1);
  min-height: 120vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 42px; }

.home__medication {
  position: absolute;
  top: 310px;
  left: 0;
  width: 350px; }

.home__iv-drip {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px; }

.register-nav {
  margin-top: 18px;
  width: 100%;
  display: flex;
  border-radius: 6px;
  border: 1px solid #DEDEDF; }

.register-nav__frame {
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
  position: relative; }
  .register-nav__frame .register-nav__icon {
    margin-right: 12px; }
    .register-nav__frame .register-nav__icon img {
      display: block; }
  .register-nav__frame:nth-child(even) {
    flex-grow: 1; }
    .register-nav__frame:nth-child(even):after {
      right: -38px !important; }
  .register-nav__frame:not(:last-child):after {
    content: '';
    background-image: url("/images/register/strip.png");
    height: 100%;
    width: 12px;
    position: relative;
    right: -27px; }
  .register-nav__frame .register-nav__text {
    width: 50px; }
    .register-nav__frame .register-nav__text * {
      margin-bottom: 0;
      font-weight: 700; }
  @media (max-width: 564px) {
    .register-nav__frame {
      flex-direction: column; }
      .register-nav__frame:after {
        position: absolute !important;
        right: -10px; }
      .register-nav__frame:nth-child(even):after {
        right: -13px !important; }
      .register-nav__frame .register-nav__text {
        margin-top: 6px;
        width: auto; }
        .register-nav__frame .register-nav__text * {
          text-align: center; } }

/*# sourceMappingURL=style.css.map */