<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright 2018-2025 Epic Systems Corporation */
body {
  background: transparent url("../images/prelogin.jpg") no-repeat fixed center center/cover;
  margin: 0 auto;
  position: relative;
}
body.midlogin:before {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  content: " ";
  z-index: -2;
  background-color: #003798;
  background-image: none;
}
.darkmode body.midlogin:before {
  background-color: #003798;
}

body.midlogin:after {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  content: " ";
  z-index: -1;
  background: transparent url("../images/background.svg") no-repeat scroll bottom center/cover;
  will-change: transform;
}
body #content {
  margin: 0 auto;
}
@media screen and (min-width: 1301px) {
  body #content {
    min-width: 1152px;
    width: 66.67%;
  }
}

body.md_secondaryvalidation_index #content.narrow2FA {
  min-width: 150px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  html:not(.datatile) body.isPrelogin.fullHeightPrelogin.graphicHeader #content:not(.hasSidebar) #main {
    min-height: 100vh;
  }
}
body:not(.graphicHeader) #content:after, body.accessPage #content:after, body.recoveryPage #content:after, body.activationWithCentralOption #content:after, body.resetPage #content:after {
  background: transparent url("../images/prelogin_blurred.jpg") no-repeat fixed center center/cover;
}

body.isPrelogin.graphicHeader.md_selftriage_load, body.isPrelogin.graphicHeader.md_landingpage_loadlandingpagedecisiontrees, body.isPrelogin.graphicHeader.md_selftriage_errorpage, body.isPrelogin.graphicHeader.md_openscheduling_index, body.isPrelogin.graphicHeader.md_onmyway_index, body.isPrelogin.graphicHeader.md_crossdeploymentscheduling_schedulefromtoken, body.isPrelogin.graphicHeader.graphicHeader.md_openscheduling_standalone, body.isPrelogin.graphicHeader.graphicHeader.md_anonymoustelehealth_index, body.isPrelogin.graphicHeader.md_telemedicinehome_guestvisit, body.isPrelogin.graphicHeader.md_standalone_signup, body.isPrelogin.graphicHeader.md_react_index, body.isPrelogin.graphicHeader.md_react_host {
  background: none;
}
@media screen and (min-width: 1301px) {
  body.isPrelogin.graphicHeader.md_selftriage_load #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_landingpage_loadlandingpagedecisiontrees #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_selftriage_errorpage #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_openscheduling_index #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_onmyway_index #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_crossdeploymentscheduling_schedulefromtoken #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.graphicHeader.md_openscheduling_standalone #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.graphicHeader.md_anonymoustelehealth_index #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_telemedicinehome_guestvisit #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_standalone_signup #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_react_index #header.header_graphic.static .fitme.width, body.isPrelogin.graphicHeader.md_react_host #header.header_graphic.static .fitme.width {
    min-width: 1152px;
    width: 66.67%;
  }
}

.datatile body,
.datatile #content:after {
  background: none;
}
.datatile #content {
  box-shadow: 0 0 0;
}

#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
}
body.passthru #wrap, .datatile #wrap {
  min-height: auto;
  width: 100%;
  left: 0;
  margin: 0;
}

body.passthru {
  background: none;
}

#wrap {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
body.ready #wrap {
  opacity: 1;
}

#header:not(:empty).prelogin {
  background-color: rgba(255, 255, 255, 0.88);
  min-width: 0;
  position: relative;
  height: 5.5em;
  padding: 0.5em 0 0;
}
@media screen and (min-width: 1301px) {
  #header:not(:empty).prelogin {
    margin: 0 0 3px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  #header:not(:empty).prelogin {
    height: auto;
    padding: 0;
  }
}

#header:not(:empty).preloginError {
  min-width: 1280px;
  height: 5.5em;
  padding: 0.5em 0 0;
  margin: 0 0 3px;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#content {
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (max-width: 1300px) {
  .mainLoginContent.beforeLoginFields.enrollment {
    display: none;
  }
}
#sidebar .mainLoginContent.afterLoginFields {
  max-width: none;
}
@media screen and (min-width: 1301px) {
  .mainLoginContent.afterLoginFields.enrollment {
    display: none;
  }
}

#main {
  padding: 0.5rem 1.25rem 2rem;
}

#sidebar {
  padding: 4.5rem 1rem 0.5rem;
  position: relative;
}

.logo {
  background: transparent url("../images/loginlogo.png") no-repeat scroll center center/contain;
  display: block;
  max-height: 6rem;
  margin: 0 auto 2.5rem;
  width: auto;
  max-width: 900px;
}
@supports (content: url()) {
  .logo {
    background: none;
    content: url("../images/loginlogo.png");
    object-fit: contain;
    max-width: min(100%, 900px);
  }
}
.logo + .title h1 {
  padding: 0;
}
.logo.disabled {
  cursor: unset;
}

.isPrelogin .title h1 .subjectIndicator {
  display: none;
}

.featureGridWrapper {
  overflow: hidden;
}

.features {
  list-style: none;
  padding: 0 0 1rem;
}
.features li {
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position-x: left;
}
.features .icon-advice {
  background-image: url("../images/quicklinks/medical_advice.png");
}
.features .icon-testResults {
  background-image: url("../images/quicklinks/test_results.png");
}
.features .icon-medications {
  background-image: url("../images/quicklinks/medications.png");
}
.features .icon-calendar {
  background-image: url("../images/quicklinks/appointments.png");
}
.features .info {
  font-size: 0.9rem;
}

#signup {
  text-align: center;
}
#signup .header {
  color: inherit;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0;
}
#signup span {
  display: block;
}

#signupForm {
  position: relative;
}

.mobile #SelfSignupButton.stacked {
  margin: 0.5rem 0 0 0;
  padding: 0;
  text-align: left;
}

.mobile #CentralSelfSignupButton {
  background-color: transparent;
  color: #009041;
  box-shadow: none;
  display: inline;
  padding: 0 0.5rem;
  font-size: 1rem;
}
.mobile #CentralSelfSignupButton:hover {
  text-decoration: underline;
}
.mobile #CentralSelfSignupButton:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(0, 144, 65, 0.1);
}
.mobile.darkmode #CentralSelfSignupButton {
  color: #80caa1;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

.mobile #CentralSelfSignupButton.stacked {
  margin: 0;
  padding: 0;
  text-align: left;
}

.mobile #NoActivationCodeDiv h2 {
  color: #363636;
}
.mobile #NoActivationCodeDiv.stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#ActivationCodeDiv h2 {
  padding-top: 0;
}

.mobile #ActivationCodeDiv h2 {
  color: #363636;
}

.badges {
  display: inline-block;
  vertical-align: bottom;
  width: 17rem;
  min-height: 38px;
}
@media (max-width: 1300px) {
  .badges {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .badges {
    width: 100%;
  }
}
.badges a {
  display: inline-block;
  margin: 0 0.25rem;
  vertical-align: bottom;
}
.badges a:first-child {
  margin: 0 0.25rem 0 0;
}
@media (max-width: 1300px) {
  .badges a:first-child {
    margin: 0 0.25rem;
  }
}
.badges a:last-child {
  margin: 0 0 0 0.25rem;
}
@media (max-width: 1300px) {
  .badges a:last-child {
    margin: 0 0.25rem;
  }
}
.badges .badge {
  vertical-align: bottom;
  min-height: 38px;
  height: 2.25rem;
}

.links {
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: calc(100% - 17rem);
}
@media (max-width: 1300px) {
  .links {
    margin-top: 1rem;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .links {
    margin-top: 1rem;
    width: 100%;
  }
}
.links a {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .links a {
    font-size: 1.1rem;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    overflow-wrap: anywhere;
    text-align: center;
  }
}

.downTimeAlert {
  margin: 4rem 0 1rem;
  min-height: 3rem;
}

.loginAlerts span,
.alertHeader span {
  display: inline-block;
}
.loginAlerts img,
.alertHeader img {
  display: block;
  height: 2.5rem;
  margin: 0 auto;
  width: 2.5rem;
}
.loginAlerts .card,
.alertHeader .card {
  padding: 0.5rem;
}

downTimeAlert + .loginAlerts .alert {
  margin: 0 0 1rem;
  min-height: initial;
}
.loginAlerts .alertHeader {
  padding: 0.75rem 0 1rem;
}
.loginAlerts .alertHeader:empty {
  padding: 0;
}

.login .legacyLabelledField {
  width: 100%;
}
.login .legacyLabelledField .legacyLabelInputContainer {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
}
.login .legacyLabelledField .legacyLabelInputContainer.invalid {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
.login .legacyLabelledField .legacyLabelInputContainer.invalid:not(:focus-within) {
  border-color: #d80000;
}
.login .legacyLabelledField .legacyLabelInputContainer.locked[class] {
  background-color: #f2f2f2;
  color: #565656;
  cursor: default;
}
.login .legacyLabelledField .legacyLabelInputContainer.locked[class] ._command:focus {
  background-color: #ffffff;
}
.login .legacyLabelledField .legacyLabelInputContainer:focus-within {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none;
  border-color: transparent;
}
@supports (background: -webkit-named-image(i)) {
  .login .legacyLabelledField .legacyLabelInputContainer:focus-within {
    will-change: transform;
  }
}
.login .legacyLabelledField .legacyLabelInputContainer:focus-within :focus-visible {
  outline: none;
}
.login .legacyLabelledField .legacyLabelInputContainer:focus-within ._command:focus-visible {
  background-color: #ebf7f0;
}
.login .legacyLabelledField .legacyLabelInputContainer ._labelledField {
  flex-grow: 1;
}
.login .legacyLabelledField .legacyLabelInputContainer ._labelledField ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
.login .legacyLabelledField .legacyLabelInputContainer ._labelledField ._input:invalid {
  box-shadow: none;
}
.login .legacyLabelledField .legacyLabelInputContainer ._labelledField ._input:invalid:focus:not(*:root) {
  outline: none;
}
.login .legacyLabelledField .legacyLabelInputContainer ._labelledField ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
.login .legacyLabelledField .legacyLabelInputContainer ._command {
  color: #565656;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
}
.login .legacyLabelledField .legacyLabelInputContainer ._command, .login .legacyLabelledField .legacyLabelInputContainer ._command.iconOnly {
  background-color: inherit;
  padding: 0 0.25rem;
}
.login .legacyLabelledField .legacyLabelInputContainer ._image {
  color: #565656;
  display: block;
  flex-shrink: 0;
}
.login .legacyLabelledField .legacyLabelInputContainer .actionDivider {
  width: 1px;
  background: transparent;
  border-color: #dbdbdb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}
.login .legacyLabelledField .legacyLabelInputContainer .actionDivider::before {
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: inherit;
  content: "";
  height: calc(100% - 0.675rem);
}
.login .legacyLabelledField .legacyLabelInputContainer ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
.login .legacyLabelledField .legacyLabelInputContainer ._input:invalid {
  box-shadow: none;
}
.login .legacyLabelledField .legacyLabelInputContainer ._input:invalid:focus:not(*:root) {
  outline: none;
}
.login .legacyLabelledField .legacyLabelInputContainer ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
.login .legacyLabelledField .legacyLabelInputContainer.readonly {
  background: none;
  border: none;
  outline: none;
}
.login .legacyLabelledField .legacyLabelInputContainer.readonly input {
  width: calc(100% - 3.5rem);
  text-overflow: ellipsis;
}
.login .legacyLabelledField:not(.legacyLabelledField + .legacyLabelledField) .legacyLabelInputContainer {
  margin-bottom: 0.5rem;
}
.login label::before {
  display: none;
  background: none;
  margin: 0;
  height: 0;
  width: 0;
}
.login .recovery {
  display: block;
  margin: 0.5rem 0 0.5rem 0.1rem;
  padding-bottom: 0.5rem;
}
.login .button {
  margin: 0.5rem 0;
  width: 100%;
}
.login .divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0.5rem;
}
.login .divider div {
  background-color: #565656;
  height: 1px;
  margin: 0.5rem 0.5rem;
  width: 100%;
}
.login .passkeyWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login .passkey.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0;
}
.login .passkey.button[class][class] {
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}
.login .passkey.button .text {
  padding-right: 0.5rem;
}
.login svg {
  max-width: 1.7rem;
  min-width: 1.5rem;
  max-height: 1.7rem;
}

.myChartCentralLogin.secondary {
  background-color: #ffffff;
  color: #d6352d;
  border: 1px solid currentColor;
  box-shadow: none;
}
.myChartCentralLogin.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.25rem;
}
.myChartCentralLogin.button:hover {
  background-color: #f8dedd;
}
.myChartCentralLogin svg {
  max-width: 1.7rem;
  min-width: 1.5rem;
  max-height: 1.7rem;
}

.helpfeaturescontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0.5rem 0 0;
}
.helpfeaturescontainer .helpfeature.button.tertiary.neutral {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 0.5rem auto;
  padding: 0.375rem;
  font-size: 0.9rem;
  text-align: center;
  min-width: min-content;
}
.helpfeaturescontainer .helpfeature.button.tertiary.neutral:not(:hover) {
  color: #565656;
}
.helpfeaturescontainer .helpfeatureicon {
  min-height: 2rem;
  max-height: 2.2rem;
}

#footer {
  background: none;
  position: relative;
}
#footer .mainStyle {
  padding-top: 2rem;
}
#footer .sidebarStyle {
  padding-top: 2rem;
}
#footer .midlogin {
  display: inline-block;
  text-align: center;
  font-size: 0.8rem;
  padding: 1rem;
}
#footer .midlogin .midLoginCopyright {
  width: auto;
  padding: 0 0 0 1rem;
}

.pretext + form {
  margin: 0.75rem 0 0;
}

.formsection label + .helptext,
.formsection legend + .helptext {
  margin: 0 0 0.25rem;
}

#locale_container.prelogin {
  top: -4rem;
}
#locale_container.midlogin {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.navigation.backarrow {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: auto;
}
.navigation.backarrow a.link.previousstep {
  display: inline-flex;
  align-items: center;
}
.navigation.backarrow svg.backnavigationarrow {
  height: 16px;
  width: 16px;
  color: #003798;
  fill: currentColor;
  margin-right: 0.15rem;
}

#main #locale_container.prelogin {
  max-width: 250px;
  min-height: 3rem;
  float: right;
  top: 0;
}
@media screen and (max-width: 1300px) {
  #main #locale_container.prelogin {
    max-width: 185px;
  }
}
@media screen and (max-width: 768px) {
  #main #locale_container.prelogin {
    max-width: none;
    float: none;
    min-height: 0;
    margin-left: auto;
  }
}

.icon.size-10 {
  width: 16px;
  width: clamp(16px, 0.9231rem, 48px);
  height: 16px;
  height: clamp(16px, 0.9231rem, 48px);
}
.icon.size-20 {
  width: 24px;
  width: clamp(16px, 1.385rem, 48px);
  height: 24px;
  height: clamp(16px, 1.385rem, 48px);
}
.icon.size-30 {
  width: 32px;
  width: clamp(16px, 1.847rem, 48px);
  height: 32px;
  height: clamp(16px, 1.847rem, 48px);
}
.icon.size-40 {
  width: 64px;
  height: 64px;
}
.icon.size-50 {
  width: 96px;
  height: 96px;
}
.icon.size-60 {
  width: 128px;
  height: 128px;
}
.icon.size-70 {
  width: 192px;
  height: 192px;
}
.icon.size-80 {
  width: 256px;
  height: 256px;
}

body.instantactivation #locale_container.prelogin {
  top: auto;
}

.lb_content {
  width: 90%;
}

#LoginNoCookies {
  text-align: center;
}

hr {
  margin: 1rem 0;
}

.faq {
  margin: 0 0 1rem;
}
.faq ul {
  margin: 0.75rem 0 0.75rem 1rem;
}
.faq .list_of_links {
  margin: 0;
}
.faq h3 {
  padding: 0.75rem 0 0;
}
.faq h3.header {
  padding: 0;
  font-weight: bold;
  color: #363636;
  font-size: 1rem;
}

body &gt; div {
  Width: auto;
}

@media screen and (min-width: 768px) {
  .mobile .instantactivation,
  .mobile .instactconfirmation {
    background: url("../images/prelogin.jpg") no-repeat fixed center center/cover;
  }
}
#captchaContainer .required::before {
  position: absolute;
}

.navparent {
  overflow: hidden;
  margin: 1rem 0 0.5rem;
}

.navchild {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: auto;
}
.navchild::after {
  border-bottom: 1px solid #cccccc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  position: absolute;
  width: 1500%;
}

.membertab {
  border-style: solid;
  border-width: 0.25rem 1px 1px;
  display: inline-block;
  margin: 0 -1px;
  opacity: 0.8;
  position: relative;
  width: auto;
}
.membertab.selected {
  border-style: solid solid none;
  border-width: 0.25rem 1px 0;
  margin: 0;
  opacity: 1;
}

.navparent.condensed .membertab:not(.selected) .tabimg + .tabname {
  width: 0;
}
.navparent.condensed .membertab:not(.selected) a {
  padding: 0.5rem;
  font-size: 1rem;
}

.membertab:first-child, .membertab.selected:first-child + .membertab {
  margin: 0 -1px 0 0;
}
.membertab a {
  display: block;
  font-size: 0.9em;
  padding: 0.5rem 1.25rem;
}
.membertab.hover:not(.selected) {
  border-style: solid;
  border-width: 0.25rem 1px 1px;
  opacity: 1;
}
.membertab a img.tabimg {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  overflow: hidden;
  vertical-align: middle;
  width: 2rem;
}
.membertab a .tabname {
  display: inline-block;
  width: calc(100% - 2rem - 0.5rem);
  overflow: hidden;
  vertical-align: middle;
  height: 2.5rem;
  line-height: 1.25rem;
}

.tabcontainer {
  border-color: #cccccc;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  margin: 3.25rem 0 0;
  padding: 0.5rem;
}
.navparent ~ .tabcontainer {
  border: none;
  margin: 0;
  padding: 0;
}
.tabcontainer .navparent {
  left: calc(-0.5rem - 1px);
  margin: 0 0 -3.25rem;
  position: relative;
  top: calc(-3rem + 1px);
  width: calc(100% + 1rem + 2px);
  padding-bottom: 0.5rem;
}
.tabcontainer .navchild {
  margin: 0;
}

@media (min-width: 1280px) {
  body.liteMode #content {
    width: 33%;
    min-width: 350px;
  }
  body.liteMode #content #sidebar {
    width: 100%;
    padding-bottom: 3.5rem;
    padding-top: 2rem;
  }
  body.liteMode #content #sidebar .formcontents, body.liteMode #content #sidebar .loginHeader {
    width: 75%;
    margin: 0 auto;
  }
  body.liteMode #content #sidebar .logo {
    margin-top: 1rem;
    background-size: contain;
    background-position-y: center;
  }
  body.liteMode #content #sidebar .downTimeAlert {
    margin: 0 auto;
    width: 75%;
    min-height: 0;
  }
  body.liteMode #content #sidebar .downTimeAlert + .loginAlerts {
    min-height: 0;
  }
  body.liteMode #content #sidebar a.button,
  body.liteMode #content #sidebar .passkeyWrapper,
  body.liteMode #content #sidebar .loginBackButton {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  body.liteMode #content #sidebar a.editUsernameButton.button {
    width: fit-content;
  }
  body.liteMode #footer .sidebarStyle {
    padding-top: 0rem;
    width: 100%;
  }
  body.liteMode #locale_container.prelogin {
    top: 0rem;
  }
}
.md_help_displayjavascripthelp #main, .md_help_displaycookieshelp #main {
  padding-left: 1.5rem;
}

.md_termsconditions_index form {
  padding: 0 10%;
}
.md_termsconditions_index .lightbox_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
}

#Password.withVisibilityToggle {
  padding-right: 2rem;
}
#Password.withVisibilityToggle::-ms-reveal {
  display: none;
}

.visibilityToggle {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0.25rem;
  cursor: pointer;
}
@media print {
  .visibilityToggle {
    display: none;
  }
}
.visibilityToggle svg {
  fill: #767676;
  height: 1.5rem;
  width: 1.5rem;
}
.visibilityToggle svg:hover {
  fill: #007f39;
}

.accountRecoveryLandingPage .forgotCentralEmail {
  padding: 0.2rem;
}
.accountRecoveryLandingPage .accountRecoveryLink {
  width: 50%;
  padding-right: 0.24rem;
}
@media only screen and (max-width: 768px) {
  .accountRecoveryLandingPage .accountRecoveryLink {
    width: 100%;
    padding-right: 0rem;
  }
}
.accountRecoveryLandingPage .accountRecoveryLinks {
  display: flex;
  gap: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .accountRecoveryLandingPage .accountRecoveryLinks {
    flex-direction: column;
  }
}
.accountRecoveryLandingPage .card {
  display: flex;
  min-height: unset;
  padding: 0.2rem;
}
.accountRecoveryLandingPage .card .cardTitle {
  display: flex;
  align-items: center;
}
.accountRecoveryLandingPage .card .cardTitle .icon {
  flex: 0 0 2.5rem;
  object-fit: contain;
  height: 2.5rem;
  margin: 0.5rem;
}
.accountRecoveryLandingPage .card .cardTitle .body {
  color: #363636;
  word-break: break-word;
}
.accountRecoveryLandingPage .card .arrowIcon {
  flex-shrink: 0;
  margin: auto 0.5rem;
  width: 32px;
  height: 32px;
  max-width: 100%;
  fill: #767676;
}

@media only screen and (max-width: 1300px) {
  .accountRecoveryLandingPageSidebar.heading:first-of-type {
    margin-top: 1.25rem;
  }
}
#centralActivationOptionContainer {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#centralActivationOptionContainer #centralLogoBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  height: 300px;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #centralActivationOptionContainer {
    flex-direction: column;
  }
  #centralActivationOptionContainer #centralLogoBox {
    height: 200px;
    width: 100%;
  }
}
#centralActivationOptionContainer.centralActivationOptionContainerIA {
  flex-direction: column;
  width: 100%;
}
#centralActivationOptionContainer.centralActivationOptionContainerIA #centralLogoBox {
  height: 200px;
  width: 100%;
}
#centralActivationOptionContainer.centralActivationOptionContainerIA .myChartActivationTopRow {
  flex-direction: column !important;
  align-items: center !important;
}

.activationWithCentralOption #wrap #content {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "main" "locale_container" "footer";
}
.activationWithCentralOption #wrap #content #locale_container {
  height: max-content;
  width: 100%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
}
@media only screen and (max-width: 768px) {
  .activationWithCentralOption #wrap #content #locale_container {
    display: block;
    background: rgba(255, 255, 255, 0.88);
    position: initial;
    padding: 1rem;
  }
}
.activationWithCentralOption #sidebarFooter {
  background: rgba(255, 255, 255, 0.88);
}

#centralActivationOption {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 5%;
}
#centralActivationOption.activationOptionIA {
  width: 100%;
}
#centralActivationOption .centralActivationButton {
  text-align: center;
}
#centralActivationOption .button {
  width: 100%;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  #centralActivationOption {
    width: 100%;
  }
  #centralActivationOption .myChartActivationTopRow {
    flex-direction: column !important;
    align-items: center !important;
  }
}
#centralActivationOption .myChartActivationCard {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  width: 100%;
}
#centralActivationOption .myChartActivationCard .myChartActivationTopRow {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#centralActivationOption .myChartActivationCard .myChartActivationTopRow .myChartActivationTitle {
  color: #363636;
  text-align: center;
  line-height: normal;
}
#centralActivationOption .myChartActivationCard .myChartActivationTopRow .myChartActivationText {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#centralActivationOption .myChartActivationCard .myChartActivationTopRow .myChartActivationText h3 {
  align-self: center;
}
#centralActivationOption .myChartActivationCard .myChartCentralPoints {
  display: grid;
  align-items: center;
  gap: 0.5rem;
  grid-template-columns: 1.5rem auto;
  grid-auto-rows: 1fr 1fr;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  align-items: start;
}
#centralActivationOption .myChartActivationCard .myChartCentralPoints .pointIcon {
  width: 1.5rem;
  height: 1.5rem;
  color: #E07383;
  fill: #E07383;
}
#centralActivationOption .myChartActivationCard .myChartCentralPoints p {
  margin: 0;
}
#centralActivationOption .textWithBars {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 0.5rem;
}
#centralActivationOption .textWithBars:before, #centralActivationOption .textWithBars:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background-color: #cccccc;
}
#centralActivationOption .textWithBars:before {
  left: 2%;
}
#centralActivationOption .textWithBars:after {
  right: 2%;
}
</pre></body></html>