<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright 2018-2023 Epic Systems Corporation */
@media screen {
  * {
    max-width: none;
    -webkit-tap-highlight-color: transparent;
  }
}
.mobile body {
  min-width: 0;
  background: none;
  background-image: none;
}
.mobile body #content:after, .mobile body.graphicHeader, .mobile body.graphicHeader:before, .mobile body.graphicHeader:after, .mobile body.graphicHeader #content:after {
  background: none;
  background-image: none;
}
.mobile #content,
.mobile #sidebar:before {
  box-shadow: none;
}
.mobile #sidebar:before {
  display: none;
}
.mobile body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-size-adjust: none;
  height: auto;
  margin: 0 auto;
}
.mobile input {
  -webkit-appearance: none;
}
.mobile input.clearradio[type=checkbox] {
  z-index: auto;
}
.mobile div.fmtConv input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.mobile:not([data-ua=nonmobile]) *:focus {
  outline: 0;
}

html.mobile {
  font: -apple-system-body;
  font-family: Source Sans Pro, Calibri, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  height: auto;
  min-height: 100vh;
  min-width: 0;
  width: 100%;
}
@supports not (font: -apple-system-body) {
  html.mobile {
    font-size: 13pt;
  }
}
@supports (font: -apple-system-body) {
  @media (hover: hover) {
    html.mobile {
      font-size: 13pt;
    }
  }
}
@media print {
  html.mobile {
    font-size: 13pt;
    font-family: Source Sans Pro, Calibri, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
  }
}
html.mobile.stretch,
html.mobile.stretch body,
html.mobile.stretch #wrap {
  height: 100%;
}

.mobile {
  /*#region CSS Grid Layout*/
  /*#endregion CSS Grid Layout*/
}
.mobile,
.mobile input,
.mobile select,
.mobile textarea,
.mobile span.readOnlyInput {
  font-family: -apple-system, Roboto, Calibri, Arial, sans-serif;
}
.mobile[data-ua=iOS], .mobile[data-ua=iOS] input, .mobile[data-ua=iOS] select, .mobile[data-ua=iOS] textarea, .mobile[data-ua=iOS] span.readOnlyInput {
  font-family: -apple-system, HelveticaNeue-Light, Helvetica Neue Light, HelveticaNeue;
}
.mobile[data-ua=iOS] ::-webkit-input-placeholder {
  font-family: -apple-system, HelveticaNeue-Light, Helvetica Neue Light, HelveticaNeue;
}
.mobile img {
  min-width: 1rem;
  min-height: 1rem;
}
.mobile .section .content label[for] + input.phoneentry {
  min-width: 10rem;
  width: 10rem;
}
.mobile input:disabled,
.mobile textarea:disabled {
  opacity: 1;
}
.mobile input[type=image] {
  background: none;
  border: none;
  display: inherit;
  font-size: 1em;
  padding: 0;
  width: auto;
}
.mobile label.togglebutton[for],
.mobile input.buttoncheck + label.buttoncheck {
  padding: 0.75rem;
  max-width: 100%;
  margin-bottom: 0.25rem;
}
.mobile .buttoncheck.pullback input.buttoncheck + label.buttoncheck,
.mobile .buttoncheck.disclaimer input.buttoncheck + label.buttoncheck {
  text-align: center;
}
.mobile .floatingButtonContainer {
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  padding: 0 1rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  z-index: 3;
}
.mobile .button.floating {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .mobile .button.floating {
    width: 100%;
  }
}
.mobile .button.floating:not([disabled]):not(.disabled) {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}
.mobile .hasFloatingNavigation {
  margin-bottom: 3.5rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  position: relative;
}
@media screen and (max-width: 768px) {
  .mobile .buttoncheck {
    display: block;
    width: 100%;
  }
}
.mobile .buttoncheck.button {
  padding: 0;
}
.mobile .buttoncheck input {
  margin-top: -1px;
}
.mobile .section .content .buttoncheck {
  display: block;
  width: 100%;
}
.mobile .formbuttons .button.buttoncheck {
  margin: 0;
}
.mobile .buttoncheck label.buttoncheck,
.mobile p.buttoncheck.pullback label.buttoncheck {
  border-radius: 0.25em;
  font-size: 1em;
  padding: 0.75rem;
}
.mobile p.buttoncheck.pullback,
.mobile p.buttoncheck.disclaimer {
  background-color: #1D4189;
  color: #ffffff;
  padding: 0;
  line-height: inherit;
  font-size: 1.2rem;
  height: 2.5em;
  white-space: nowrap;
}
@media print {
  .mobile p.buttoncheck.pullback,
  .mobile p.buttoncheck.disclaimer {
    border: 1px solid #767676;
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.mobile.darkmode p.buttoncheck.pullback, .mobile.darkmode p.buttoncheck.disclaimer {
  border: 2px solid;
  border-color: #8ea0c4;
  color: white;
  background-color: #091429;
}

.mobile p.buttoncheck.pullback:hover, .mobile p.buttoncheck.pullback:active,
.mobile p.buttoncheck.disclaimer:hover,
.mobile p.buttoncheck.disclaimer:active {
  background-color: #193774;
}
.mobile.darkmode p.buttoncheck.pullback:hover, .mobile.darkmode p.buttoncheck.pullback:active, .mobile.darkmode p.buttoncheck.disclaimer:hover, .mobile.darkmode p.buttoncheck.disclaimer:active {
  background-color: #17336b;
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  .mobile p.buttoncheck.pullback,
  .mobile p.buttoncheck.disclaimer {
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  .mobile p.buttoncheck.pullback:not(.hidden) ~ .formbuttons {
    margin-top: -3.35rem;
  }
  .mobile p.buttoncheck.pullback.checked {
    background-color: transparent;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    color: transparent;
    overflow: hidden;
    width: 2em;
  }
  .mobile p.buttoncheck.pullback.checked .buttoncheck.required .requiredStar:after {
    background: none;
  }
}
.mobile p.buttoncheck.pullback.unchecked.disabled, .mobile p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck {
  cursor: default;
}
.mobile p.buttoncheck.pullback.unchecked.disabled, .mobile p.buttoncheck.pullback.unchecked.disabled:focus, .mobile p.buttoncheck.pullback.unchecked.disabled:hover, .mobile p.buttoncheck.pullback.unchecked.disabled:active, .mobile p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck, .mobile p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck:focus, .mobile p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck:hover, .mobile p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.mobile.darkmode p.buttoncheck.pullback.unchecked.disabled, .mobile.darkmode p.buttoncheck.pullback.unchecked.disabled:focus, .mobile.darkmode p.buttoncheck.pullback.unchecked.disabled:hover, .mobile.darkmode p.buttoncheck.pullback.unchecked.disabled:active, .mobile.darkmode p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck, .mobile.darkmode p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck:focus, .mobile.darkmode p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck:hover, .mobile.darkmode p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck:active {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) .mobile p.buttoncheck.pullback.unchecked.disabled[class]:focus, .tvmode:not(.hideFocus) .mobile p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck[class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) .mobile p.buttoncheck.pullback.unchecked.disabled[class]:focus, .tvmode:not(.hideFocus) .mobile p.buttoncheck.pullback.unchecked.disabled &gt; .buttoncheck[class]:focus {
    outline: #ffffff solid 3px;
  }
}

@media screen and (max-width: 768px) {
  .mobile {
    width: 100%;
  }
}
.mobile .nowrap {
  white-space: nowrap;
}
.mobile #wrap {
  background-color: #ffffff;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  max-width: 50em;
  min-width: 0;
  position: static;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.mobile.removeMobileMaxWidth #wrap {
  max-width: none;
}
.mobile .isInside #wrap #main {
  min-height: 100vh;
  z-index: 1;
}
.mobile #wrap #content {
  overflow: initial;
}
.mobile #wrap #content #main {
  overflow: initial;
}
.mobile .fitme.width {
  min-width: 0;
  width: 100%;
}
.mobile .hideinmobile {
  display: none !important;
}
.mobile .showinmobile {
  display: inherit !important;
}
.mobile .section {
  margin: 0;
}
.mobile .content {
  margin: 0 0 0.5em;
}
.mobile .halfwidth,
.mobile .formsection .formcolumn {
  display: block;
  width: 100%;
  margin: 0;
}
.mobile #sidebar {
  display: none;
  box-shadow: none;
}
.mobile #content {
  grid-template-columns: 100%;
  grid-template-areas: "main" "footer";
}
.mobile #content.hasSidebar {
  grid-template-columns: 100%;
  grid-template-areas: "main" "footer";
}
.mobile body.isPrelogin #content.hasSidebar {
  grid-template-columns: 100%;
  grid-template-areas: "main" "sidebar" "footer";
}
.mobile body.isPrelogin #content.hasSidebar #sidebar {
  box-shadow: none;
}
@media screen {
  .mobile .card:not(.popupInstructions):not(.contact-information-content):not(.other-information-content):not(.helptip):not(.relationship-content):not(.groupRulerCard):not(.tripcard):not(.groupOptions):not(.theysee),
  .mobile .cardlist.selectable.selectionMade .card {
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 333px) {
  .mobile .card .buttonList .button {
    font-size: 1em;
  }
}
.mobile .cardlist[class*=column] .card,
.mobile .cardlist[class*=column] .innercard {
  display: block;
  width: 100%;
}
.mobile #hxqnrresponsepreview .cardlist[class*=column] .card {
  margin: 0.25rem 0;
}
.mobile .inlineloading {
  display: none;
}
.mobile .lookup .searchcontainer,
.mobile .lookup .customcontainer,
.mobile .lookup ul.suggestions {
  width: 100%;
}
.mobile .lookup .center ul.suggestions {
  left: 0;
}
.mobile .lookup input[type=image] {
  min-height: 0;
}
.mobile .lb_overlay {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.75) inset;
}
.mobile .component.Popup {
  border-radius: 6px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.75);
  left: 1rem;
  max-width: 100vw;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  min-width: 75vw;
}
.mobile .component.Popup .inlineloading.withsources {
  display: inline-block;
}
.mobile .component.Popup.textlessTitle .content {
  padding-top: 0.5rem;
}
.mobile .component.Popup.medium p {
  margin: 0.25rem 0;
}
.mobile .component.Popup:not(.externaljumppopup) &gt; div#calendar {
  box-sizing: border-box;
  margin: 0;
}
.mobile .component.Popup.lookupcontainer {
  padding-right: 0;
  overflow-wrap: break-word;
}
.mobile .component.Popup.lookupcontainer &gt; div {
  box-sizing: border-box;
  width: auto;
}
.mobile .component.Popup .titlebar {
  border-radius: 6px 6px 0 0;
}
.mobile .component.Popup.textlessTitle .titlebar {
  padding: 0 1rem;
}
.mobile .component.Popup.timeoutwarning .content {
  margin: 0 0 0 -1rem;
}
@media screen and (min-width: 333px) {
  .mobile .mobile .listpage {
    background-color: #edf0f6;
  }
  .mobile .mobile .listpage .section.qnr_list_table {
    padding-bottom: calc(constant(safe-area-inset-bottom));
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
  .mobile .mobile .listpage .section.qnr_list_table .assignedqnrs &gt; div.qnr_header {
    width: 100%;
    padding: 1.2em 0.4em 0.4em 0.4em;
    border: none;
    color: #1D4189;
  }
  .mobile .mobile .listpage .section.qnr_list_table .assignedqnrs .qnr_row {
    background: white;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
    width: auto;
    margin: 0.8rem 0.5rem;
  }
  .mobile .mobile .listpage .section.qnr_list_table .assignedqnrs .qnr_row :active {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .mobile .mobile .listpage .section.qnr_list_table .assignedqnrs .qnr_row.has_past_responses {
    margin-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .mobile .mobile .listpage .section.qnr_list_table .assignedqnrs &gt; div &gt; div.qnr_sub_row {
    background: white;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    width: auto;
    margin: 0 0.5rem;
    text-align: center;
    padding: 0.5rem;
    z-index: 1;
  }
  .mobile .mobile .listpage .section.qnr_list_table .assignedqnrs &gt; div &gt; div.qnr_sub_row &gt; div {
    margin: 0 auto;
    padding: 0.5rem;
  }
  .mobile .mobile .listpage .section.qnr_list_table .assignedqnrs &gt; div &gt; div.qnr_sub_row.last_qnr_sub_row {
    margin-bottom: 0.8rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }
}

.mobile #main .section.qnr-container .title .qnr-prompt {
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}

.mobile .section .flexboxLayout &gt; div:not(.header) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  width: calc(100% + 0.4rem);
}
.mobile .section .flexboxLayout .tbContainer {
  display: inline-block;
  flex-grow: 1;
  margin: 0 0 0.2rem 0.4rem;
  min-width: calc(50% - 0.4rem);
  width: auto;
}
.mobile .section .flexboxLayout .tbContainer.jqHidden {
  display: none;
}
.mobile .section .flexboxLayout .answers .tbContainer {
  display: inline-block;
  flex-grow: 1;
  margin: 0 0 0.2rem 0;
  min-width: calc(50% - 0.4rem);
  width: 100%;
}
.mobile .section.questionsContainer .flexboxLayout &gt; .buttonList &gt; .tbContainer {
  display: inline-flex;
  margin: 0;
}
@media screen and (min-width: 333px) {
  .mobile .section .flexboxLayout .tbContainer {
    flex-basis: 100%;
  }
  .mobile .section.questionsContainer .questiongroup .cardlist &gt; .card.withButton &gt; .group-yes-no-answers &gt; .group-yes-no-buttons {
    width: 100%;
    margin-left: 0.4rem;
  }
  .mobile .section.questionsContainer .questiongroup .cardlist &gt; .card &gt; .group-yes-no-answers &gt; .group-yes-no-buttons &gt; .tbContainer {
    margin: 0 0.2rem 0 0;
  }
}
@media screen and (max-width: 349px) {
  .mobile #content.hasSidebar .section.questionsContainer .question.drawing &gt; .answers &gt; .drawingtools &gt; .allbuttons &gt; .patternscontainer &gt; .button.pattern, .mobile #content .section.questionsContainer .question.drawing &gt; .answers &gt; .drawingtools &gt; .allbuttons &gt; .patternscontainer &gt; .button.pattern {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 350px) and (max-width: 449px) {
  .mobile #content.hasSidebar .section.questionsContainer .question.drawing &gt; .answers &gt; .drawingtools &gt; .allbuttons &gt; .patternscontainer &gt; .button.pattern, .mobile #content .section.questionsContainer .question.drawing &gt; .answers &gt; .drawingtools &gt; .allbuttons &gt; .patternscontainer &gt; .button.pattern {
    width: calc(50% - 0.2rem);
  }
}
@media screen and (min-width: 450px) and (max-width: 599px) {
  .mobile #content.hasSidebar .section.questionsContainer .question.drawing &gt; .answers &gt; .drawingtools &gt; .allbuttons &gt; .patternscontainer &gt; .button.pattern, .mobile #content .section.questionsContainer .question.drawing &gt; .answers &gt; .drawingtools &gt; .allbuttons &gt; .patternscontainer &gt; .button.pattern {
    width: calc(33% - 0.2rem);
  }
}
@media screen and (min-width: 600px) {
  .mobile #content.hasSidebar .section.questionsContainer .question.drawing &gt; .answers.drawingcontainer &gt; .drawingtools &gt; .imagecontainer, .mobile #content .section.questionsContainer .question.drawing &gt; .answers.drawingcontainer &gt; .drawingtools &gt; .imagecontainer {
    margin: auto;
    width: calc(50% - 0.2rem);
  }
  .mobile .section.questionsContainer .question.drawing &gt; .answers.drawingcontainer &gt; .drawingtools &gt; .imagecontainer &gt; .imgCanvas {
    width: 100%;
  }
  .mobile .section.questionsContainer .question.drawing &gt; .answers.drawingcontainer &gt; .drawingtools &gt; .allbuttons {
    width: calc(50% - 0.2rem);
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 333px) {
  .mobile .section.questionsContainer &gt; .cardlist &gt; .card &gt; .group-yes-no-answers &gt; .group-yes-no-buttons {
    margin-left: 0.4rem;
  }
  .mobile .section.questionsContainer &gt; .cardlist &gt; .card &gt; .group-yes-no-answers &gt; .group-yes-no-buttons &gt; .tbContainer {
    margin: 0;
  }
  .mobile[data-ua=iOS] .section .flexboxLayout .tbContainer,
  .mobile .qnr-container .section.questionsContainer &gt; .question.flexboxLayout &gt; .answers &gt; .tbContainer,
  .mobile .qnr-container .section.questionsContainer &gt; .time-with-units-buttons.flexboxLayout &gt; .tbContainer {
    flex-basis: 100%;
  }
}
.mobile .section .flexboxLayout .numeric .tbContainer {
  min-width: calc(20% - 0.4rem);
}
.mobile .section .flexboxLayout &gt; .tbContainer {
  min-width: calc(50% - 0.2rem);
}
.mobile .section .flexboxLayout &gt; .tbContainer:first-child {
  margin-left: 0;
}
.mobile .section .flexboxLayout .tbContainer label.togglebutton {
  margin: 0;
  width: 100%;
  word-break: normal;
}
.mobile .section .question.SINGLEROW &gt; div {
  display: block;
}
.mobile .section .question.SINGLEROW .togglebutton {
  margin-bottom: 0.5rem;
}
.mobile .section .question.SINGLECOLUMN .tbContainer label, .mobile .section .question.SINGLECOLUMN .tbContainer input {
  width: 100%;
}
.mobile .qnr-container fieldset[data-display-style=SINGLECOLUMN] .question-choice-span,
.mobile .qnr-container fieldset[data-display-style=SINGLECOLUMN] .question-choice-span label {
  width: 100%;
  margin: 0;
}
.mobile .qnr-container .answers {
  margin: 0 0 0.5rem 0;
  width: auto;
}
.mobile .question-prompt &gt; .qnr-pre-text {
  display: block;
}
.mobile .qnr-pre-text + .qnr-prompt-text {
  display: inline-block;
}
.mobile .qnr-spinner {
  position: fixed;
  left: 0;
}
@media (orientation: landscape) {
  .mobile #calendar {
    display: grid;
    align-items: center;
    max-height: none;
  }
}

.mobile .doubleInput input:first-child {
  width: 100%;
  height: 42px;
}
.mobile .doubleInput .inputbutton {
  position: absolute;
  right: 4px;
  top: 5px;
  text-align: center;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.mobile .qnrStep .qnr-spinner {
  position: absolute;
}
.mobile input.AmountInputBox {
  font-size: 1.5rem;
  min-width: 50%;
}
.mobile #pmtMethodsAccepted {
  display: grid;
}
.mobile .pmtStep .paymentSummarySection.withSeparator {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.mobile .pmtStep .paymentSummarySection.withSeparator:last-child {
  border-style: none;
  border-width: 0;
  padding-bottom: 0;
}
.mobile .pmtStep div.pmtSummaryCenter {
  display: inline-block;
  width: auto;
}
.mobile .successMessage {
  margin-top: 0.5rem;
  margin-top: 0.5rem;
}
.mobile .pmtStep .pmtSummaryTextAlignLeft {
  text-align: left;
}
.mobile .pmtStep .centerSectionWrapper {
  text-align: center;
}
.mobile .pmtStep .centerContent {
  display: inline-block;
  width: auto;
}
.mobile .pmtStep .centerContent.noPadding {
  padding: 0;
}
.mobile .pmtStep .centerSectionWrapper .formsection {
  margin: inherit;
  margin-bottom: 0.75rem;
}
.mobile .pretext {
  padding: 0 0.25rem;
}
.mobile p.pretext {
  padding: 0;
}
.mobile .openingsContainer .pretext {
  padding-bottom: 1rem;
}
.mobile .terms {
  margin: 0;
  width: 100%;
}
.mobile .segment2 #dob1::-webkit-inner-spin-button,
.mobile .segment2 #dob1::-webkit-outer-spin-button,
.mobile .segment2 #dob2::-webkit-inner-spin-button,
.mobile .segment2 #dob2::-webkit-outer-spin-button,
.mobile .segment4 #dob3::-webkit-inner-spin-button,
.mobile .segment4 #dob3::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.mobile .segment2 #dob1,
.mobile .segment2 #dob2,
.mobile .segment4 #dob3 {
  -moz-appearance: textfield;
}

html[lang=ar] {
  font-size: 15pt;
}

.mobile .popupiconcontainer .popupinstructionsicon &gt; img {
  height: 1.3rem;
  width: 1.3rem;
}
</pre></body></html>