/* Copyright 2021 Epic Systems Corporation */
.graphContent .VictoryContainer > svg:first-child {
  pointer-events: none !important;
}

.graphContent .xAxis,
.graphContent .yAxis,
.graphContent .xAxisTick {
  stroke-width: 1;
  stroke: #5f7c8a;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.graphContent .verticalGridLines,
.graphContent .horizontalGridLines {
  stroke: #e6e7e8;
  stroke-width: 1;
}

.graphContent .verticalGridLines.hideGridLines,
.graphContent .horizontalGridLines.hideGridLines {
  display: none;
}

.graphContent .xAxisLabel tspan,
.graphContent .yAxisLabel tspan,
.graphContent .xAxisTitle tspan,
.graphContent .yAxisTitle tspan {
  font-size: 0.8rem !important;
}

.graphContent .line {
  stroke-width: 4;
  fill: none;
  opacity: 1;
}

.graphContent .line.series1 {
  stroke: #0085f2;
}

.graphContent .line.series2 {
  stroke: #dd299d;
}

.graphContent .line.series3 {
  stroke: #69c300;
}

.graphContent .line.series4 {
  stroke: #b429cc;
}

.graphContent .line.series5 {
  stroke: #00bfd4;
}

.graphContent .line.series6 {
  stroke: #ff9200;
}

.graphContent .line.series7 {
  stroke: #6a4ce0;
}

.graphContent .line.series8 {
  stroke: #19c295;
}

.graphContent .line.series9 {
  stroke: #ff6665;
}

.graphContent .line.series10 {
  stroke: #24a4ee;
}

.graphContent .area {
  stroke-opacity: 0.2;
  fill-opacity: 0.1;
}

.graphContent .area.bounded.series1 {
  fill: #0085f2;
  stroke: #0085f2;
}

.graphContent .area.bounded.series2 {
  fill: #dd299d;
  stroke: #dd299d;
}

.graphContent .area.bounded.series3 {
  fill: #69c300;
  stroke: #69c300;
}

.graphContent .area.bounded.series4 {
  fill: #b429cc;
  stroke: #b429cc;
}

.graphContent .area.bounded.series5 {
  fill: #00bfd4;
  stroke: #00bfd4;
}

.graphContent .area.bounded.series6 {
  fill: #ff9200;
  stroke: #ff9200;
}

.graphContent .area.bounded.series7 {
  fill: #6a4ce0;
  stroke: #6a4ce0;
}

.graphContent .area.bounded.series8 {
  fill: #19c295;
  stroke: #19c295;
}

.graphContent .area.bounded.series9 {
  fill: #ff6665;
  stroke: #ff6665;
}

.graphContent .area.bounded.series10 {
  fill: #24a4ee;
  stroke: #24a4ee;
}

.graphContent .area.boundedUpper.series1 {
  fill: url("#gradientupper1");
  stroke: url("#gradientupper1");
}

.graphContent .area.boundedUpper.series2 {
  fill: url("#gradientupper2");
  stroke: url("#gradientupper2");
}

.graphContent .area.boundedUpper.series3 {
  fill: url("#gradientupper3");
  stroke: url("#gradientupper3");
}

.graphContent .area.boundedUpper.series4 {
  fill: url("#gradientupper4");
  stroke: url("#gradientupper4");
}

.graphContent .area.boundedUpper.series5 {
  fill: url("#gradientupper5");
  stroke: url("#gradientupper5");
}

.graphContent .area.boundedUpper.series6 {
  fill: url("#gradientupper6");
  stroke: url("#gradientupper6");
}

.graphContent .area.boundedUpper.series7 {
  fill: url("#gradientupper7");
  stroke: url("#gradientupper7");
}

.graphContent .area.boundedUpper.series8 {
  fill: url("#gradientupper8");
  stroke: url("#gradientupper8");
}

.graphContent .area.boundedUpper.series9 {
  fill: url("#gradientupper9");
  stroke: url("#gradientupper9");
}

.graphContent .area.boundedUpper.series10 {
  fill: url("#gradientupper10");
  stroke: url("#gradientupper10");
}

.graphContent .area.boundedUpper.series11 {
  fill: url("#gradientupper11");
  stroke: url("#gradientupper11");
}

.graphContent .area.boundedLower.series1 {
  fill: url("#gradientlower1");
  stroke: url("#gradientlower1");
}

.graphContent .area.boundedLower.series2 {
  fill: url("#gradientlower2");
  stroke: url("#gradientlower2");
}

.graphContent .area.boundedLower.series3 {
  fill: url("#gradientlower3");
  stroke: url("#gradientlower3");
}

.graphContent .area.boundedLower.series4 {
  fill: url("#gradientlower4");
  stroke: url("#gradientlower4");
}

.graphContent .area.boundedLower.series5 {
  fill: url("#gradientlower5");
  stroke: url("#gradientlower5");
}

.graphContent .area.boundedLower.series6 {
  fill: url("#gradientlower6");
  stroke: url("#gradientlower6");
}

.graphContent .area.boundedLower.series7 {
  fill: url("#gradientlower7");
  stroke: url("#gradientlower7");
}

.graphContent .area.boundedLower.series8 {
  fill: url("#gradientlower8");
  stroke: url("#gradientlower8");
}

.graphContent .area.boundedLower.series9 {
  fill: url("#gradientlower9");
  stroke: url("#gradientlower9");
}

.graphContent .area.boundedLower.series10 {
  fill: url("#gradientlower10");
  stroke: url("#gradientlower10");
}

.graphContent .area.boundedLower.series11 {
  fill: url("#gradientlower11");
  stroke: url("#gradientlower11");
}

.graphContent ._AreaGradients {
  width: 0;
  height: 0;
  visibility: hidden;
}

.graphContent ._AreaGradients #gradientlower1 .stop1,
.graphContent ._AreaGradients #gradientlower1 .stop2,
.graphContent ._AreaGradients #gradientlower1 .stop3 {
  stop-color: #0085f2;
}

.graphContent ._AreaGradients #gradientlower2 .stop1,
.graphContent ._AreaGradients #gradientlower2 .stop2,
.graphContent ._AreaGradients #gradientlower2 .stop3 {
  stop-color: #dd299d;
}

.graphContent ._AreaGradients #gradientlower3 .stop1,
.graphContent ._AreaGradients #gradientlower3 .stop2,
.graphContent ._AreaGradients #gradientlower3 .stop3 {
  stop-color: #69c300;
}

.graphContent ._AreaGradients #gradientlower4 .stop1,
.graphContent ._AreaGradients #gradientlower4 .stop2,
.graphContent ._AreaGradients #gradientlower4 .stop3 {
  stop-color: #b429cc;
}

.graphContent ._AreaGradients #gradientlower5 .stop1,
.graphContent ._AreaGradients #gradientlower5 .stop2,
.graphContent ._AreaGradients #gradientlower5 .stop3 {
  stop-color: #00bfd4;
}

.graphContent ._AreaGradients #gradientlower6 .stop1,
.graphContent ._AreaGradients #gradientlower6 .stop2,
.graphContent ._AreaGradients #gradientlower6 .stop3 {
  stop-color: #ff9200;
}

.graphContent ._AreaGradients #gradientlower7 .stop1,
.graphContent ._AreaGradients #gradientlower7 .stop2,
.graphContent ._AreaGradients #gradientlower7 .stop3 {
  stop-color: #6a4ce0;
}

.graphContent ._AreaGradients #gradientlower8 .stop1,
.graphContent ._AreaGradients #gradientlower8 .stop2,
.graphContent ._AreaGradients #gradientlower8 .stop3 {
  stop-color: #19c295;
}

.graphContent ._AreaGradients #gradientlower9 .stop1,
.graphContent ._AreaGradients #gradientlower9 .stop2,
.graphContent ._AreaGradients #gradientlower9 .stop3 {
  stop-color: #ff6665;
}

.graphContent ._AreaGradients #gradientlower10 .stop1,
.graphContent ._AreaGradients #gradientlower10 .stop2,
.graphContent ._AreaGradients #gradientlower10 .stop3 {
  stop-color: #24a4ee;
}

.graphContent ._AreaGradients #gradientupper1 .stop1,
.graphContent ._AreaGradients #gradientupper1 .stop2,
.graphContent ._AreaGradients #gradientupper1 .stop3 {
  stop-color: #0085f2;
}

.graphContent ._AreaGradients #gradientupper2 .stop1,
.graphContent ._AreaGradients #gradientupper2 .stop2,
.graphContent ._AreaGradients #gradientupper2 .stop3 {
  stop-color: #dd299d;
}

.graphContent ._AreaGradients #gradientupper3 .stop1,
.graphContent ._AreaGradients #gradientupper3 .stop2,
.graphContent ._AreaGradients #gradientupper3 .stop3 {
  stop-color: #69c300;
}

.graphContent ._AreaGradients #gradientupper4 .stop1,
.graphContent ._AreaGradients #gradientupper4 .stop2,
.graphContent ._AreaGradients #gradientupper4 .stop3 {
  stop-color: #b429cc;
}

.graphContent ._AreaGradients #gradientupper5 .stop1,
.graphContent ._AreaGradients #gradientupper5 .stop2,
.graphContent ._AreaGradients #gradientupper5 .stop3 {
  stop-color: #00bfd4;
}

.graphContent ._AreaGradients #gradientupper6 .stop1,
.graphContent ._AreaGradients #gradientupper6 .stop2,
.graphContent ._AreaGradients #gradientupper6 .stop3 {
  stop-color: #ff9200;
}

.graphContent ._AreaGradients #gradientupper7 .stop1,
.graphContent ._AreaGradients #gradientupper7 .stop2,
.graphContent ._AreaGradients #gradientupper7 .stop3 {
  stop-color: #6a4ce0;
}

.graphContent ._AreaGradients #gradientupper8 .stop1,
.graphContent ._AreaGradients #gradientupper8 .stop2,
.graphContent ._AreaGradients #gradientupper8 .stop3 {
  stop-color: #19c295;
}

.graphContent ._AreaGradients #gradientupper9 .stop1,
.graphContent ._AreaGradients #gradientupper9 .stop2,
.graphContent ._AreaGradients #gradientupper9 .stop3 {
  stop-color: #ff6665;
}

.graphContent ._AreaGradients #gradientupper10 .stop1,
.graphContent ._AreaGradients #gradientupper10 .stop2,
.graphContent ._AreaGradients #gradientupper10 .stop3 {
  stop-color: #24a4ee;
}

.graphContent ._AreaGradients .gradientBoundedUpper .stop1 {
  stop-opacity: 1;
}

.graphContent ._AreaGradients .gradientBoundedUpper .stop2 {
  stop-opacity: 0.8;
}

.graphContent ._AreaGradients .gradientBoundedUpper .stop3 {
  stop-opacity: 0;
}

.graphContent ._AreaGradients .gradientBoundedLower .stop1 {
  stop-opacity: 0;
}

.graphContent ._AreaGradients .gradientBoundedLower .stop2 {
  stop-opacity: 0.8;
}

.graphContent ._AreaGradients .gradientBoundedLower .stop3 {
  stop-opacity: 1;
}

.graphContent .tooltipPointer {
  stroke: #767676;
  stroke-width: 2;
}

.graphContent .graphTooltipWrapper {
  display: flex;
  justify-content: center;
  box-sizing: content-box;
  width: max-content;
  max-width: 100%;
  direction: rtl;
}

.graphContent .graphTooltipWrapper.right {
  justify-content: flex-start;
}

.graphContent .graphTooltipWrapper.center {
  justify-content: center;
}

.graphContent .graphTooltipWrapper.top {
  align-items: flex-end;
}

.graphContent .graphTooltipWrapper.bottom {
  align-items: flex-start;
}

.graphContent .graphTooltipWrapper ._GraphTooltip {
  display: flex;
  border-radius: 0.3rem;
  padding: 0.5rem;
  line-height: 0.9rem;
  margin: 4px;
  filter: drop-shadow(0px 0px 3px #767676);
  text-align: right;
  overflow: visible;
  background: #ffffff;
  width: max-content;
  min-width: min-content;
}

.graphContent .graphTooltipWrapper ._GraphTooltip .dataContainer {
  display: flex;
  flex-direction: column-reverse;
  box-sizing: content-box;
  width: max-content;
}

.graphContent .graphTooltipWrapper ._GraphTooltip .dataContainer .yValueContainer {
  	direction: ltr
}

.graphContent .graphTooltipWrapper ._GraphTooltip .dataContainer .yValueContainer .yValue {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  	margin-right: 0.3rem;
}

.graphContent .graphTooltipWrapper ._GraphTooltip .dataContainer .yValueContainer .units {
  font-size: 0.8rem;
  margin-right: 0.3rem;
}

.graphContent .graphTooltipWrapper ._GraphTooltip .dataContainer .xValue {
  font-size: 0.8rem;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

.graphContent .graphTooltipWrapper ._GraphTooltip .labelContainer {
  margin-right: 0.5rem;
  align-self: flex-end;
  line-height: 1.3rem;
}

.graphContent ._LandmarkTooltip {
  display: flex;
  border-radius: 0.3rem;
  padding: 0.2rem;
  line-height: 0.9rem;
  margin: 4px;
  filter: drop-shadow(0px 0px 3px #767676);
  text-align: right;
  overflow: visible;
  background: #ffffff;
  width: max-content;
  min-width: min-content;
}

.graphContent ._LandmarkTooltip .tooltipValue {
  display: flex;
  flex-direction: column-reverse;
  box-sizing: content-box;
  margin: 0.2rem;
}

.graphContent ._LandmarkTooltip .tooltipValue .tooltipText {
  font-size: 1.1rem;
  line-height: 1.25rem;
  font-weight: bold;
}

.graphContent ._LandmarkTooltip .tooltipValue .tooltipLabel {
  font-size: 0.8rem;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

.graphContent ._ScorelineTooltip {
  display: flex;
  border-radius: 0.3rem;
  padding: 0.2rem;
  line-height: 0.9rem;
  margin: 4px;
  filter: drop-shadow(0px 0px 3px #767676);
  text-align: center;
  overflow: visible;
  background: #ffffff;
  width: max-content;
  min-width: min-content;
}

.graphContent ._ScorelineTooltip .tooltipText {
  margin: 0.15rem;
}

.graphContent .scatterPoint {
  fill: #ffffff;
  stroke-width: 3;
  transition: paint-order, stroke-width 0.3s;
}

.graphContent .scatterPoint.series1 {
  stroke: #0085f2;
}

.graphContent .scatterPoint.series2 {
  stroke: #dd299d;
}

.graphContent .scatterPoint.series3 {
  stroke: #69c300;
}

.graphContent .scatterPoint.series4 {
  stroke: #b429cc;
}

.graphContent .scatterPoint.series5 {
  stroke: #00bfd4;
}

.graphContent .scatterPoint.series6 {
  stroke: #ff9200;
}

.graphContent .scatterPoint.series7 {
  stroke: #6a4ce0;
}

.graphContent .scatterPoint.series8 {
  stroke: #19c295;
}

.graphContent .scatterPoint.series9 {
  stroke: #ff6665;
}

.graphContent .scatterPoint.series10 {
  stroke: #24a4ee;
}

.graphContent .scatterPoint.scatterBorder {
  stroke-width: 6;
  pointer-events: all;
}

.graphContent .scatterPoint.scatterBorder:hover {
  stroke-width: 10;
  filter: drop-shadow(0px 0px 3px #767676);
}

.graphContent .scatterPoint.scatterBorder:hover ~ .scatterPoint {
  paint-order: stroke;
  stroke-width: 6;
}

.graphContent ._NoDataIndicator svg._SvgSprite._Icon {
  width: auto;
  height: auto;
}

.graphContent ._NoDataIndicator .noDataText {
  font-size: 1.2rem;
  fill: #818181;
}

.graphContent._SliderGraph {
  padding: 0;
  margin: 0;
}

.graphContent._SliderGraph .VictoryContainer {
  z-index: 0;
  transform: translateY(4px);
  line-height: 17.33px;
  display: inline-grid;
}

.graphContent._SliderGraph .VictoryContainer > * {
  grid-column: 1;
  grid-row: 1;
  position: static !important;
}

.graphContent._SliderGraph .VictoryContainer svg {
  overflow: visible;
  height: auto !important;
}

.graphContent._SliderGraph .yAxis {
  display: none !important;
}

.graphContent._SliderGraph .yAxisLabel tspan {
  font-family: unset !important;
}

.graphContent._SliderGraph .bar1,
.graphContent._SliderGraph .bar3 {
  fill: #f3d437;
  stroke: #af9308;
}

.graphContent._SliderGraph .bar2 {
  fill: #10a341;
  stroke: #10a341;
  stroke-width: 1px;
}

.graphContent._SliderGraph .bar1,
.graphContent._SliderGraph .bar3,
.graphContent._SliderGraph .bar2 {
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.graphContent._SliderGraph .noBounds {
  fill: #0085f2;
}

.graphContent._SliderGraph .scatterPoint {
  stroke-width: 1px;
  stroke: currentColor;
  fill: currentColor;
  transform: translateY(4px);
}

.graphContent._SliderGraph .yAxisLabel {
  transform: translateY(-5px);
}

.graphContent._SliderGraph .yAxisLabel tspan {
  font-size: 14px !important;
}

.graphContent._SliderGraph ._TooltipWrapper {
  width: 100%;
  transform: translateY(-7px);
}

.graphContent._SliderGraph .center > ._SliderGraphTooltip {
  justify-content: center;
}

.graphContent._SliderGraph ._SliderGraphTooltip {
  display: inline-flex;
  font-weight: bold;
  font-size: 17.33px;
  width: min-content;
  align-items: flex-end;
  height: max-content;
  line-height: 21.65px;
  border-color: transparent;
}

.graphContent._SliderGraph ._SliderGraphTooltip span {
  display: inline;
  padding: 0.12rem 0.5rem;
  width: min-content;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.graphContent._SliderGraph ._SliderGraphTooltip .yValue,
.graphContent._SliderGraph ._SliderGraphTooltip .tooltipLabel {
  border-width: thin;
  border-style: solid;
  border-color: inherit;
}

.graphContent._SliderGraph ._SliderGraphTooltip .yValue {
  border-radius: 0 4px 4px 0;
  font-weight: bold;
  color: #ffffff;
  direction: ltr;
}

.graphContent._SliderGraph ._SliderGraphTooltip .yValue.standalone {
  border-radius: 4px;
  min-width: 40px;
  margin-left: 3px;
}

.graphContent._SliderGraph ._SliderGraphTooltip .tooltipLabel {
  font-size: 17.33px;
  border-radius: 4px 0 0 4px;
  height: 100%;
  margin-right: -1px;
}

.graphContent._SliderGraph ._SliderGraphTooltip.noBounds {
  border-color: #0085f2;
}

.graphContent._SliderGraph ._SliderGraphTooltip.noBounds .yValue {
  background-color: #0085f2;
}

.graphContent._SliderGraph ._SliderGraphTooltip.noBounds .tooltipLabel {
  background-color: #e7f0f7;
}

.graphContent._SliderGraph ._SliderGraphTooltip.normal {
  border-color: #10a341;
}

.graphContent._SliderGraph ._SliderGraphTooltip.normal .yValue {
  background-color: #10a341;
}

.graphContent._SliderGraph ._SliderGraphTooltip.normal .tooltipLabel {
  background-color: #eafbea;
}

.graphContent._SliderGraph ._SliderGraphTooltip.abnormal {
  border-color: #af9308;
}

.graphContent._SliderGraph ._SliderGraphTooltip.abnormal .yValue {
  background-color: #af9308;
}

.graphContent._SliderGraph ._SliderGraphTooltip.abnormal .tooltipLabel {
  background-color: #faf2ca;
}

.graphContent {
  	direction: ltr
}
.graphContent[class] .area.series1.bounded, .graphContent[class] .area.series1.unbounded {
  fill: #eafbea;
  stroke: #10a341;
  stroke-opacity: 1;
  fill-opacity: 1;
}
.graphContent .series1.scatterPoint.abnormal {
  stroke: #e8c309;
}
.graphContent .series1.scatterPoint.abnormal.scatterBorder {
  stroke: #af9308;
}
.graphContent .series1.scatterPoint.normal {
  stroke: #10a341;
}
.graphContent .series1.scatterPoint.normal.scatterBorder {
  stroke: #10a341;
}
.graphContent .xAxisLabel tspan {
  fill: #363636 !important;
}
.graphContent .yAxisLabel tspan {
  fill: #363636 !important;
}
.graphContent ._AreaGradients #gradientlower1 .stop1,
.graphContent ._AreaGradients #gradientlower1 .stop2,
.graphContent ._AreaGradients #gradientlower1 .stop3 {
  stop-color: #eafbea;
  stroke: #10a341;
}
.graphContent ._AreaGradients #gradientupper1 .stop1,
.graphContent ._AreaGradients #gradientupper1 .stop2,
.graphContent ._AreaGradients #gradientupper1 .stop3 {
  stop-color: #eafbea;
  stroke: #10a341;
}
.graphContent .area {
  fill-opacity: 1;
}

._GraphTitle {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
._GraphTitle .graphHeading {
  color: #363636;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.5rem;
  word-break: break-word;
  line-height: 1.4rem;
}
._GraphTitle .descriptor {
  color: #767676;
  font-size: 1rem;
  word-break: break-word;
  line-height: 1rem;
  margin-bottom: 0.2rem;
}

._GraphFilter ._FilterPicker {
  display: flex;
  min-width: 67%;
  width: min-content;
  margin: auto;
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid #cccccc;
}
._GraphFilter ._FilterPicker.collapsedControls {
  border: none;
}
@media all and (max-width: 768px) {
  ._GraphFilter ._FilterPicker {
    width: 100%;
    white-space: normal;
  }
}
._GraphFilter ._FilterPicker ._FilterButton {
  width: 100%;
  color: #0078BF;
}
._GraphFilter ._FilterPicker ._FilterButton.active {
  background: #0078BF;
  color: #ffffff;
  border-color: #0078BF;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
}
._GraphFilter ._FilterPicker .filterName {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
._GraphFilter ._FilterPicker .filterName[class] {
  margin: auto;
  padding: 0.3rem;
}
._GraphFilter ._FilterPicker .filterName:focus, ._GraphFilter ._FilterPicker .filterName:hover {
  text-decoration: underline;
}
._GraphFilter ._CustomDateEntry {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
  gap: 0.5rem;
  flex-wrap: wrap;
}
._GraphFilter ._CustomDateEntry .inputContainer {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  gap: 0.25rem 0.5rem;
}
._GraphFilter ._CustomDateEntry .validatedDateEntryContainer {
  flex-grow: 1;
  width: calc(6.75rem + 32px);
}
.mobile ._GraphFilter ._CustomDateEntry .validatedDateEntryContainer {
  width: calc(7.5rem + 32px);
}
._GraphFilter ._CustomDateEntry ._ValidatedDateEntry {
  justify-content: center;
  margin-bottom: 0;
}
._GraphFilter ._CustomDateEntry .validationmessage[class] {
  margin: 0;
}
@media only screen and (max-width: 340px) {
  ._GraphFilter ._CustomDateEntry .validationmessage[class] {
    text-align: center;
  }
}
._GraphFilter ._CustomDateEntry ._submit[class] {
  align-self: flex-start;
  margin: 0 0 0.25rem;
}
@media only screen and (max-width: 426px) {
  ._GraphFilter ._CustomDateEntry ._submit[class] {
    min-width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  ._GraphFilter ._CustomDateEntry ._submit[class] {
    margin-top: 3px;
  }
}
.mobile ._GraphFilter ._CustomDateEntry ._submit[class] {
  margin: 0.5rem 0 0;
}
._GraphFilter ._FilterCarousel {
  display: flex;
  max-width: max-content;
  flex-direction: row;
  margin: 8px auto 10px auto;
  min-height: 1.5rem;
  color: #0078BF;direction:ltr;
}
._GraphFilter ._FilterCarousel._DataEntrySet {
  margin: 10px auto;
}
._GraphFilter ._FilterCarousel ._FilterStatus {
  width: auto;
  display: flex;
  align-items: center;
}
._GraphFilter ._FilterCarousel .filterDate, ._GraphFilter ._FilterCarousel ._DataEntrySet-legend {
  margin: auto;
  padding: 0 1rem;
  font-weight: bold;
  word-break: break-word;
  text-align: center;
}
._GraphFilter ._FilterCarouselArrow {
  min-width: max-content;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
}
@media print {
  ._GraphFilter ._FilterCarouselArrow {
    display: none;
  }
}
._GraphFilter ._FilterCarouselArrow.active {
  background-color: #0078BF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
._GraphFilter ._FilterCarouselArrow.inactive {
  cursor: default;
  background-color: #dbdbdb;
}
._GraphFilter ._FilterCarouselArrow .chevronIcon {
  fill: #ffffff;
  height: 66%;
  transform: rotate(90deg);
  margin: 0.25rem 0px 0px 0.15rem;
  display: flex;
}
._GraphFilter ._FilterCarouselArrow .chevronIcon.rightArrow {
  transform: rotate(-90deg);
  margin: 0.25rem 0px 0px 0.4rem;
}

._SliderGraph {
  padding: 0px;
  pointer-events: none;
}
._SliderGraph .graphContent {
  padding: 0px;
}
._SliderGraph ._heading {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0rem;
  color: #363636;
}
._SliderGraph .descriptor {
  display: inline-block;
  line-height: 0.9rem;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #767676;
}
._SliderGraph .scatterPoint, ._SliderGraph .tooltipLabel {
  color: #363636;
}
._SliderGraph .yAxisLabel tspan {
  fill: #767676 !important;
}

.graphContent .landmarkComponent {
  stroke-width: 2 !important;
  stroke: #767676 !important;
  stroke-dasharray: 5, 5 !important;
}
.graphContent .landmarkIcon {
  pointer-events: all !important;
}
.graphContent .landmarkIcon:hover, .graphContent .landmarkIcon:active {
  paint-order: stroke;
  transition: 0.3s;
  stroke-width: 2px !important;
  stroke: #767676;
}
.tvmode .graphContent .landmarkIcon:hover, .tvmode .graphContent .landmarkIcon:active, .tvmode .graphContent .landmarkIcon:focus {
  paint-order: stroke;
  transition: 0.3s;
  stroke-width: 2px !important;
  stroke: #767676;
}

.graphContent .scatterBorder:hover ~ .landmarkIcon,
.graphContent .scatterBorder:active ~ .landmarkIcon {
  stroke-width: 6px !important;
  paint-order: stroke;
  transition: 0.3s;
}
.graphContent .landmarkTooltip {
  font-size: 1.1rem !important;
  font-weight: bold !important;
}
.graphContent .scorelineIcon {
  pointer-events: all !important;
  color: #0069a8;
}
.graphContent .scorelineIcon:hover, .graphContent .scorelineIcon:active {
  paint-order: stroke;
  transition: 0.3s;
  stroke-width: 1px !important;
  stroke: #0069a8;
}
.tvmode .graphContent .scorelineIcon:hover, .tvmode .graphContent .scorelineIcon:active, .tvmode .graphContent .scorelineIcon:focus {
  paint-order: stroke;
  transition: 0.3s;
  stroke-width: 1px !important;
  stroke: #0069a8;
}

@media print {
  ._LineGraph ._tooltipWrapper {
    display: none;
  }
}
._LineGraph ._LandmarkTable {
  margin-bottom: 1rem;
}
._LineGraph ._LandmarkTable ._TableHeaders[class] {
  background-color: #f8f8f8;
}
._LineGraph ._LandmarkTable ._TableHeaders[class] ._TableHeadCell {
  color: #363636;
}
._LineGraph .nodata[class] {
  background-color: #f8f8f8;
  color: #363636;
  font-size: 1rem;
  padding: 0.5rem 0;
}
@media print {
  ._LineGraph .TablePaginationControls .PageNavigator {
    display: none;
  }
}
@media print {
  ._LineGraph ._LineGraph {
    display: flex;
    max-width: 100%;
    max-height: 3in;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  ._LineGraph ._LineGraph .VictoryContainer {
    display: flex;
  }
}
@media print {
  ._LineGraph ._FilterPicker,
._LineGraph ._FilterCarouselArrow,
._LineGraph .scorelineIcon,
._LineGraph .disclosureButton {
    display: none;
  }
}
._LineGraph .disclosureButton .disclosureButtonText {
  vertical-align: unset;
}

._GraphTable ._TableRow {
  color: #363636;
}
._GraphTable ._YValueDefaultComponent .componentValue {
  font-weight: bold;
  margin: 0.3rem;
  display: inline-block;
}
._GraphTable ._YValueDefaultComponent .componentUnits {
  color: #565656;
}
._GraphTable ._TableHeaders[class] {
  background-color: #f8f8f8;
}
._GraphTable ._TableHeaders[class] ._TableHeadCell {
  color: #363636;
}

.NoGraphDataIndicator {
  display: flex;
  min-width: 100%;
  width: min-content;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.NoGraphDataIndicator .noGraphDataText, .NoGraphDataIndicator .noGraphDataIcon {
  color: #363636;
  margin: 1rem 1rem 1rem 0px;
  line-height: 1.8rem;
}

._MultiLineGraph {
  display: block;
}
._MultiLineGraph[class] .noGraphsMessageContainer {
  margin: 0 0.5%;
}
._MultiLineGraph[class] .noGraphsMessageContainer .noGraphsMessage {
  display: flex;
  justify-content: center;
  height: 5rem;
  align-items: center;
}

.MissingDataIndicator {
  margin: 0rem 0px 1rem 0px;
  text-align: center;
  display: block;
}

/* Copyright 2019-2022 Epic Systems Corporation */
h1._heading {
  font-size: 1.5rem;
}

h2._heading {
  font-size: 1.25rem;
}

h3._heading {
  font-size: 1.1rem;
}

h4._heading {
  font-size: 1rem;
}

._heading {
  color: #0078BF;
  display: block;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0.75rem 0 0.5rem;
  width: 100%;
}
.tvmode ._heading {
  color: #363636;
}
.darkmode .tvmode ._heading {
  color: #ffffff;
}

.darkmode ._heading {
  color: #FFFFFF;
}

._heading.compact {
  padding: 0;
}
._heading.size-10 {
  font-size: 0.8rem;
}
._heading.size-20 {
  font-size: 0.9rem;
}
._heading.size-30 {
  font-size: 1rem;
}
._heading.size-40 {
  font-size: 1.1rem;
}
._heading.size-50 {
  font-size: 1.25rem;
}
._heading.size-60 {
  font-size: 1.5rem;
}
._heading.size-70 {
  font-size: 2rem;
}
._heading.size-80 {
  font-size: 2.75rem;
}
._heading._subtitle {
  color: #000000;
  margin-top: -0.5rem;
  padding-top: 0;
}
._heading._subtitle.size-20 {
  font-size: 0.8rem;
}
._heading._subtitle.size-30 {
  font-size: 0.9rem;
}
._heading._subtitle.size-40 {
  font-size: 1rem;
}
._heading._subtitle.size-50 {
  font-size: 1.1rem;
}
._heading._subtitle.size-60 {
  font-size: 1.25rem;
}
._heading._subtitle.size-70 {
  font-size: 1.5rem;
}
._heading._subtitle.size-80 {
  font-size: 2rem;
}
._heading .subjectIndicator {
  margin: 0 0.5rem 0 0;
}

._readOnlyText._Text:not(:only-child), ._readOnlyText._ExternalAccessibleDescription:not(:only-child) {
  margin: 0.5rem 0;
}
._readOnlyText._Text:not(:only-child):first-of-type, ._readOnlyText._ExternalAccessibleDescription:not(:only-child):first-of-type {
  margin-top: 0;
}
._readOnlyText._Text:not(:only-child):last-of-type, ._readOnlyText._ExternalAccessibleDescription:not(:only-child):last-of-type {
  margin-bottom: 0;
}
._readOnlyText._Text:not(:only-child):empty, ._readOnlyText._ExternalAccessibleDescription:not(:only-child):empty {
  margin: 0;
}

._link.primary.negative, ._command.primary.negative {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #d75e56;
}
._link.primary.negative:focus, ._link.primary.negative:hover, ._command.primary.negative:focus, ._command.primary.negative:hover {
  text-decoration: none;
}
.tvmode ._link.primary.negative:focus, .tvmode ._link.primary.negative:hover, .tvmode ._link.primary.negative:focus, .tvmode ._command.primary.negative:focus, .tvmode ._command.primary.negative:hover, .tvmode ._command.primary.negative:focus {
  text-decoration: none;
}

._link.primary.negative[disabled][class][class], ._link.primary.negative[aria-disabled=true][class][class], ._link.primary.negative.disabled[class][class], ._command.primary.negative[disabled][class][class], ._command.primary.negative[aria-disabled=true][class][class], ._command.primary.negative.disabled[class][class] {
  cursor: default;
}
._link.primary.negative[disabled][class][class], ._link.primary.negative[disabled][class][class]:focus, ._link.primary.negative[disabled][class][class]:hover, ._link.primary.negative[disabled][class][class]:active, ._link.primary.negative[aria-disabled=true][class][class], ._link.primary.negative[aria-disabled=true][class][class]:focus, ._link.primary.negative[aria-disabled=true][class][class]:hover, ._link.primary.negative[aria-disabled=true][class][class]:active, ._link.primary.negative.disabled[class][class], ._link.primary.negative.disabled[class][class]:focus, ._link.primary.negative.disabled[class][class]:hover, ._link.primary.negative.disabled[class][class]:active, ._command.primary.negative[disabled][class][class], ._command.primary.negative[disabled][class][class]:focus, ._command.primary.negative[disabled][class][class]:hover, ._command.primary.negative[disabled][class][class]:active, ._command.primary.negative[aria-disabled=true][class][class], ._command.primary.negative[aria-disabled=true][class][class]:focus, ._command.primary.negative[aria-disabled=true][class][class]:hover, ._command.primary.negative[aria-disabled=true][class][class]:active, ._command.primary.negative.disabled[class][class], ._command.primary.negative.disabled[class][class]:focus, ._command.primary.negative.disabled[class][class]:hover, ._command.primary.negative.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.primary.negative[disabled][class][class], .tvmode ._link.primary.negative[disabled][class][class]:focus, .tvmode ._link.primary.negative[disabled][class][class]:hover, .tvmode ._link.primary.negative[disabled][class][class]:active, .tvmode ._link.primary.negative[disabled][class][class]:focus, .tvmode ._link.primary.negative[aria-disabled=true][class][class], .tvmode ._link.primary.negative[aria-disabled=true][class][class]:focus, .tvmode ._link.primary.negative[aria-disabled=true][class][class]:hover, .tvmode ._link.primary.negative[aria-disabled=true][class][class]:active, .tvmode ._link.primary.negative[aria-disabled=true][class][class]:focus, .tvmode ._link.primary.negative.disabled[class][class], .tvmode ._link.primary.negative.disabled[class][class]:focus, .tvmode ._link.primary.negative.disabled[class][class]:hover, .tvmode ._link.primary.negative.disabled[class][class]:active, .tvmode ._link.primary.negative.disabled[class][class]:focus, .tvmode ._command.primary.negative[disabled][class][class], .tvmode ._command.primary.negative[disabled][class][class]:focus, .tvmode ._command.primary.negative[disabled][class][class]:hover, .tvmode ._command.primary.negative[disabled][class][class]:active, .tvmode ._command.primary.negative[disabled][class][class]:focus, .tvmode ._command.primary.negative[aria-disabled=true][class][class], .tvmode ._command.primary.negative[aria-disabled=true][class][class]:focus, .tvmode ._command.primary.negative[aria-disabled=true][class][class]:hover, .tvmode ._command.primary.negative[aria-disabled=true][class][class]:active, .tvmode ._command.primary.negative[aria-disabled=true][class][class]:focus, .tvmode ._command.primary.negative.disabled[class][class], .tvmode ._command.primary.negative.disabled[class][class]:focus, .tvmode ._command.primary.negative.disabled[class][class]:hover, .tvmode ._command.primary.negative.disabled[class][class]:active, .tvmode ._command.primary.negative.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.primary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.negative.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.primary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.negative.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.primary.negative:active:hover, ._command.primary.negative:active:hover {
  outline: 0;
}
.mobile ._link.primary.negative[class], .mobile ._command.primary.negative[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.primary.negative[class], .mobile:not([data-ua=nonmobile]) ._command.primary.negative[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.primary.negative[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.primary.negative[class]:focus {
  outline: 0;
}
.tvmode ._link.primary.negative[class], .tvmode ._command.primary.negative[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.primary.negative[class], .tvmode ._command.primary.negative[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.primary.negative[class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.primary.negative[class]:focus, .tvmode:not(.hideFocus) ._command.primary.negative[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.primary.negative[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.primary.negative[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.primary.negative::-moz-focus-inner, ._command.primary.negative::-moz-focus-inner {
    border: none;
  }
  ._link.primary.negative:focus, ._command.primary.negative:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
@media print {
  ._link.primary.negative, ._command.primary.negative {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._link.primary.negative, .mobile ._command.primary.negative {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._link.primary.negative, .darkmode ._command.primary.negative {
  color: #ffffff;
}

._link.primary.negative:focus, ._link.primary.negative:hover, ._link.primary.negative:active, ._command.primary.negative:focus, ._command.primary.negative:hover, ._command.primary.negative:active {
  color: #ffffff;
}
.darkmode ._link.primary.negative:focus, .darkmode ._link.primary.negative:hover, .darkmode ._link.primary.negative:active, .darkmode ._command.primary.negative:focus, .darkmode ._command.primary.negative:hover, .darkmode ._command.primary.negative:active {
  color: #ffffff;
}

.tvmode ._link.primary.negative:focus, .tvmode ._link.primary.negative:hover, .tvmode ._link.primary.negative:active, .tvmode ._link.primary.negative:focus, .tvmode ._command.primary.negative:focus, .tvmode ._command.primary.negative:hover, .tvmode ._command.primary.negative:active, .tvmode ._command.primary.negative:focus {
  color: #ffffff;
}
.darkmode .tvmode ._link.primary.negative:focus, .darkmode .tvmode ._link.primary.negative:hover, .darkmode .tvmode ._link.primary.negative:active, .darkmode .tvmode ._link.primary.negative:focus, .darkmode .tvmode ._command.primary.negative:focus, .darkmode .tvmode ._command.primary.negative:hover, .darkmode .tvmode ._command.primary.negative:active, .darkmode .tvmode ._command.primary.negative:focus {
  color: #ffffff;
}

._link.primary.negative:active, ._command.primary.negative:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._link.primary.negative, .darkmode ._command.primary.negative {
  background-color: #d75e56;
}

._link.primary.negative:hover, ._link.primary.negative:active, ._command.primary.negative:hover, ._command.primary.negative:active {
  background-color: #b75049;
}
.darkmode ._link.primary.negative:hover, .darkmode ._link.primary.negative:active, .darkmode ._command.primary.negative:hover, .darkmode ._command.primary.negative:active {
  background-color: #b75049;
}

.tvmode ._link.primary.negative:hover, .tvmode ._link.primary.negative:active, .tvmode ._link.primary.negative:focus, .tvmode ._command.primary.negative:hover, .tvmode ._command.primary.negative:active, .tvmode ._command.primary.negative:focus {
  background-color: #b75049;
}
.darkmode .tvmode ._link.primary.negative:hover, .darkmode .tvmode ._link.primary.negative:active, .darkmode .tvmode ._link.primary.negative:focus, .darkmode .tvmode ._command.primary.negative:hover, .darkmode .tvmode ._command.primary.negative:active, .darkmode .tvmode ._command.primary.negative:focus {
  background-color: #b75049;
}

@media screen and (max-width: 768px) {
  ._link.primary.negative, ._command.primary.negative {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.primary.negative, .mobile ._command.primary.negative {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.primary.negative.secondary[class], ._link.primary.negative.subtle[class], ._command.primary.negative.secondary[class], ._command.primary.negative.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.primary.negative.secondary[class], .mobile ._link.primary.negative.subtle[class], .mobile ._command.primary.negative.secondary[class], .mobile ._command.primary.negative.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.primary.neutral, ._command.primary.neutral {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #00843d;
}
._link.primary.neutral:focus, ._link.primary.neutral:hover, ._command.primary.neutral:focus, ._command.primary.neutral:hover {
  text-decoration: none;
}
.tvmode ._link.primary.neutral:focus, .tvmode ._link.primary.neutral:hover, .tvmode ._link.primary.neutral:focus, .tvmode ._command.primary.neutral:focus, .tvmode ._command.primary.neutral:hover, .tvmode ._command.primary.neutral:focus {
  text-decoration: none;
}

._link.primary.neutral[disabled][class][class], ._link.primary.neutral[aria-disabled=true][class][class], ._link.primary.neutral.disabled[class][class], ._command.primary.neutral[disabled][class][class], ._command.primary.neutral[aria-disabled=true][class][class], ._command.primary.neutral.disabled[class][class] {
  cursor: default;
}
._link.primary.neutral[disabled][class][class], ._link.primary.neutral[disabled][class][class]:focus, ._link.primary.neutral[disabled][class][class]:hover, ._link.primary.neutral[disabled][class][class]:active, ._link.primary.neutral[aria-disabled=true][class][class], ._link.primary.neutral[aria-disabled=true][class][class]:focus, ._link.primary.neutral[aria-disabled=true][class][class]:hover, ._link.primary.neutral[aria-disabled=true][class][class]:active, ._link.primary.neutral.disabled[class][class], ._link.primary.neutral.disabled[class][class]:focus, ._link.primary.neutral.disabled[class][class]:hover, ._link.primary.neutral.disabled[class][class]:active, ._command.primary.neutral[disabled][class][class], ._command.primary.neutral[disabled][class][class]:focus, ._command.primary.neutral[disabled][class][class]:hover, ._command.primary.neutral[disabled][class][class]:active, ._command.primary.neutral[aria-disabled=true][class][class], ._command.primary.neutral[aria-disabled=true][class][class]:focus, ._command.primary.neutral[aria-disabled=true][class][class]:hover, ._command.primary.neutral[aria-disabled=true][class][class]:active, ._command.primary.neutral.disabled[class][class], ._command.primary.neutral.disabled[class][class]:focus, ._command.primary.neutral.disabled[class][class]:hover, ._command.primary.neutral.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.primary.neutral[disabled][class][class], .tvmode ._link.primary.neutral[disabled][class][class]:focus, .tvmode ._link.primary.neutral[disabled][class][class]:hover, .tvmode ._link.primary.neutral[disabled][class][class]:active, .tvmode ._link.primary.neutral[disabled][class][class]:focus, .tvmode ._link.primary.neutral[aria-disabled=true][class][class], .tvmode ._link.primary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._link.primary.neutral[aria-disabled=true][class][class]:hover, .tvmode ._link.primary.neutral[aria-disabled=true][class][class]:active, .tvmode ._link.primary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._link.primary.neutral.disabled[class][class], .tvmode ._link.primary.neutral.disabled[class][class]:focus, .tvmode ._link.primary.neutral.disabled[class][class]:hover, .tvmode ._link.primary.neutral.disabled[class][class]:active, .tvmode ._link.primary.neutral.disabled[class][class]:focus, .tvmode ._command.primary.neutral[disabled][class][class], .tvmode ._command.primary.neutral[disabled][class][class]:focus, .tvmode ._command.primary.neutral[disabled][class][class]:hover, .tvmode ._command.primary.neutral[disabled][class][class]:active, .tvmode ._command.primary.neutral[disabled][class][class]:focus, .tvmode ._command.primary.neutral[aria-disabled=true][class][class], .tvmode ._command.primary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._command.primary.neutral[aria-disabled=true][class][class]:hover, .tvmode ._command.primary.neutral[aria-disabled=true][class][class]:active, .tvmode ._command.primary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._command.primary.neutral.disabled[class][class], .tvmode ._command.primary.neutral.disabled[class][class]:focus, .tvmode ._command.primary.neutral.disabled[class][class]:hover, .tvmode ._command.primary.neutral.disabled[class][class]:active, .tvmode ._command.primary.neutral.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.primary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.neutral.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.primary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.neutral.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.primary.neutral:active:hover, ._command.primary.neutral:active:hover {
  outline: 0;
}
.mobile ._link.primary.neutral[class], .mobile ._command.primary.neutral[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.primary.neutral[class], .mobile:not([data-ua=nonmobile]) ._command.primary.neutral[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.primary.neutral[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.primary.neutral[class]:focus {
  outline: 0;
}
.tvmode ._link.primary.neutral[class], .tvmode ._command.primary.neutral[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.primary.neutral[class], .tvmode ._command.primary.neutral[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.primary.neutral[class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.primary.neutral[class]:focus, .tvmode:not(.hideFocus) ._command.primary.neutral[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.primary.neutral[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.primary.neutral[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.primary.neutral::-moz-focus-inner, ._command.primary.neutral::-moz-focus-inner {
    border: none;
  }
  ._link.primary.neutral:focus, ._command.primary.neutral:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
@media print {
  ._link.primary.neutral, ._command.primary.neutral {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._link.primary.neutral, .mobile ._command.primary.neutral {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._link.primary.neutral, .darkmode ._command.primary.neutral {
  color: #ffffff;
}

._link.primary.neutral:focus, ._link.primary.neutral:hover, ._link.primary.neutral:active, ._command.primary.neutral:focus, ._command.primary.neutral:hover, ._command.primary.neutral:active {
  color: #ffffff;
}
.darkmode ._link.primary.neutral:focus, .darkmode ._link.primary.neutral:hover, .darkmode ._link.primary.neutral:active, .darkmode ._command.primary.neutral:focus, .darkmode ._command.primary.neutral:hover, .darkmode ._command.primary.neutral:active {
  color: #ffffff;
}

.tvmode ._link.primary.neutral:focus, .tvmode ._link.primary.neutral:hover, .tvmode ._link.primary.neutral:active, .tvmode ._link.primary.neutral:focus, .tvmode ._command.primary.neutral:focus, .tvmode ._command.primary.neutral:hover, .tvmode ._command.primary.neutral:active, .tvmode ._command.primary.neutral:focus {
  color: #ffffff;
}
.darkmode .tvmode ._link.primary.neutral:focus, .darkmode .tvmode ._link.primary.neutral:hover, .darkmode .tvmode ._link.primary.neutral:active, .darkmode .tvmode ._link.primary.neutral:focus, .darkmode .tvmode ._command.primary.neutral:focus, .darkmode .tvmode ._command.primary.neutral:hover, .darkmode .tvmode ._command.primary.neutral:active, .darkmode .tvmode ._command.primary.neutral:focus {
  color: #ffffff;
}

._link.primary.neutral:active, ._command.primary.neutral:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._link.primary.neutral, .darkmode ._command.primary.neutral {
  background-color: #00843d;
}

._link.primary.neutral:hover, ._link.primary.neutral:active, ._command.primary.neutral:hover, ._command.primary.neutral:active {
  background-color: #007034;
}
.darkmode ._link.primary.neutral:hover, .darkmode ._link.primary.neutral:active, .darkmode ._command.primary.neutral:hover, .darkmode ._command.primary.neutral:active {
  background-color: #007034;
}

.tvmode ._link.primary.neutral:hover, .tvmode ._link.primary.neutral:active, .tvmode ._link.primary.neutral:focus, .tvmode ._command.primary.neutral:hover, .tvmode ._command.primary.neutral:active, .tvmode ._command.primary.neutral:focus {
  background-color: #007034;
}
.darkmode .tvmode ._link.primary.neutral:hover, .darkmode .tvmode ._link.primary.neutral:active, .darkmode .tvmode ._link.primary.neutral:focus, .darkmode .tvmode ._command.primary.neutral:hover, .darkmode .tvmode ._command.primary.neutral:active, .darkmode .tvmode ._command.primary.neutral:focus {
  background-color: #007034;
}

@media screen and (max-width: 768px) {
  ._link.primary.neutral, ._command.primary.neutral {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.primary.neutral, .mobile ._command.primary.neutral {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.primary.neutral.secondary[class], ._link.primary.neutral.subtle[class], ._command.primary.neutral.secondary[class], ._command.primary.neutral.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.primary.neutral.secondary[class], .mobile ._link.primary.neutral.subtle[class], .mobile ._command.primary.neutral.secondary[class], .mobile ._command.primary.neutral.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.primary.positive, ._command.primary.positive {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #0078BF;
}
._link.primary.positive:focus, ._link.primary.positive:hover, ._command.primary.positive:focus, ._command.primary.positive:hover {
  text-decoration: none;
}
.tvmode ._link.primary.positive:focus, .tvmode ._link.primary.positive:hover, .tvmode ._link.primary.positive:focus, .tvmode ._command.primary.positive:focus, .tvmode ._command.primary.positive:hover, .tvmode ._command.primary.positive:focus {
  text-decoration: none;
}

._link.primary.positive[disabled][class][class], ._link.primary.positive[aria-disabled=true][class][class], ._link.primary.positive.disabled[class][class], ._command.primary.positive[disabled][class][class], ._command.primary.positive[aria-disabled=true][class][class], ._command.primary.positive.disabled[class][class] {
  cursor: default;
}
._link.primary.positive[disabled][class][class], ._link.primary.positive[disabled][class][class]:focus, ._link.primary.positive[disabled][class][class]:hover, ._link.primary.positive[disabled][class][class]:active, ._link.primary.positive[aria-disabled=true][class][class], ._link.primary.positive[aria-disabled=true][class][class]:focus, ._link.primary.positive[aria-disabled=true][class][class]:hover, ._link.primary.positive[aria-disabled=true][class][class]:active, ._link.primary.positive.disabled[class][class], ._link.primary.positive.disabled[class][class]:focus, ._link.primary.positive.disabled[class][class]:hover, ._link.primary.positive.disabled[class][class]:active, ._command.primary.positive[disabled][class][class], ._command.primary.positive[disabled][class][class]:focus, ._command.primary.positive[disabled][class][class]:hover, ._command.primary.positive[disabled][class][class]:active, ._command.primary.positive[aria-disabled=true][class][class], ._command.primary.positive[aria-disabled=true][class][class]:focus, ._command.primary.positive[aria-disabled=true][class][class]:hover, ._command.primary.positive[aria-disabled=true][class][class]:active, ._command.primary.positive.disabled[class][class], ._command.primary.positive.disabled[class][class]:focus, ._command.primary.positive.disabled[class][class]:hover, ._command.primary.positive.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.primary.positive[disabled][class][class], .tvmode ._link.primary.positive[disabled][class][class]:focus, .tvmode ._link.primary.positive[disabled][class][class]:hover, .tvmode ._link.primary.positive[disabled][class][class]:active, .tvmode ._link.primary.positive[disabled][class][class]:focus, .tvmode ._link.primary.positive[aria-disabled=true][class][class], .tvmode ._link.primary.positive[aria-disabled=true][class][class]:focus, .tvmode ._link.primary.positive[aria-disabled=true][class][class]:hover, .tvmode ._link.primary.positive[aria-disabled=true][class][class]:active, .tvmode ._link.primary.positive[aria-disabled=true][class][class]:focus, .tvmode ._link.primary.positive.disabled[class][class], .tvmode ._link.primary.positive.disabled[class][class]:focus, .tvmode ._link.primary.positive.disabled[class][class]:hover, .tvmode ._link.primary.positive.disabled[class][class]:active, .tvmode ._link.primary.positive.disabled[class][class]:focus, .tvmode ._command.primary.positive[disabled][class][class], .tvmode ._command.primary.positive[disabled][class][class]:focus, .tvmode ._command.primary.positive[disabled][class][class]:hover, .tvmode ._command.primary.positive[disabled][class][class]:active, .tvmode ._command.primary.positive[disabled][class][class]:focus, .tvmode ._command.primary.positive[aria-disabled=true][class][class], .tvmode ._command.primary.positive[aria-disabled=true][class][class]:focus, .tvmode ._command.primary.positive[aria-disabled=true][class][class]:hover, .tvmode ._command.primary.positive[aria-disabled=true][class][class]:active, .tvmode ._command.primary.positive[aria-disabled=true][class][class]:focus, .tvmode ._command.primary.positive.disabled[class][class], .tvmode ._command.primary.positive.disabled[class][class]:focus, .tvmode ._command.primary.positive.disabled[class][class]:hover, .tvmode ._command.primary.positive.disabled[class][class]:active, .tvmode ._command.primary.positive.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.primary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.positive.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.primary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.primary.positive.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.primary.positive:active:hover, ._command.primary.positive:active:hover {
  outline: 0;
}
.mobile ._link.primary.positive[class], .mobile ._command.primary.positive[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.primary.positive[class], .mobile:not([data-ua=nonmobile]) ._command.primary.positive[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.primary.positive[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.primary.positive[class]:focus {
  outline: 0;
}
.tvmode ._link.primary.positive[class], .tvmode ._command.primary.positive[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.primary.positive[class], .tvmode ._command.primary.positive[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.primary.positive[class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.primary.positive[class]:focus, .tvmode:not(.hideFocus) ._command.primary.positive[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.primary.positive[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.primary.positive[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.primary.positive::-moz-focus-inner, ._command.primary.positive::-moz-focus-inner {
    border: none;
  }
  ._link.primary.positive:focus, ._command.primary.positive:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
@media print {
  ._link.primary.positive, ._command.primary.positive {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._link.primary.positive, .mobile ._command.primary.positive {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._link.primary.positive, .darkmode ._command.primary.positive {
  color: #ffffff;
}

._link.primary.positive:focus, ._link.primary.positive:hover, ._link.primary.positive:active, ._command.primary.positive:focus, ._command.primary.positive:hover, ._command.primary.positive:active {
  color: #ffffff;
}
.darkmode ._link.primary.positive:focus, .darkmode ._link.primary.positive:hover, .darkmode ._link.primary.positive:active, .darkmode ._command.primary.positive:focus, .darkmode ._command.primary.positive:hover, .darkmode ._command.primary.positive:active {
  color: #ffffff;
}

.tvmode ._link.primary.positive:focus, .tvmode ._link.primary.positive:hover, .tvmode ._link.primary.positive:active, .tvmode ._link.primary.positive:focus, .tvmode ._command.primary.positive:focus, .tvmode ._command.primary.positive:hover, .tvmode ._command.primary.positive:active, .tvmode ._command.primary.positive:focus {
  color: #ffffff;
}
.darkmode .tvmode ._link.primary.positive:focus, .darkmode .tvmode ._link.primary.positive:hover, .darkmode .tvmode ._link.primary.positive:active, .darkmode .tvmode ._link.primary.positive:focus, .darkmode .tvmode ._command.primary.positive:focus, .darkmode .tvmode ._command.primary.positive:hover, .darkmode .tvmode ._command.primary.positive:active, .darkmode .tvmode ._command.primary.positive:focus {
  color: #ffffff;
}

._link.primary.positive:active, ._command.primary.positive:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._link.primary.positive, .darkmode ._command.primary.positive {
  background-color: #0078BF;
}

._link.primary.positive:hover, ._link.primary.positive:active, ._command.primary.positive:hover, ._command.primary.positive:active {
  background-color: #0066a2;
}
.darkmode ._link.primary.positive:hover, .darkmode ._link.primary.positive:active, .darkmode ._command.primary.positive:hover, .darkmode ._command.primary.positive:active {
  background-color: #0066a2;
}

.tvmode ._link.primary.positive:hover, .tvmode ._link.primary.positive:active, .tvmode ._link.primary.positive:focus, .tvmode ._command.primary.positive:hover, .tvmode ._command.primary.positive:active, .tvmode ._command.primary.positive:focus {
  background-color: #0066a2;
}
.darkmode .tvmode ._link.primary.positive:hover, .darkmode .tvmode ._link.primary.positive:active, .darkmode .tvmode ._link.primary.positive:focus, .darkmode .tvmode ._command.primary.positive:hover, .darkmode .tvmode ._command.primary.positive:active, .darkmode .tvmode ._command.primary.positive:focus {
  background-color: #0066a2;
}

@media screen and (max-width: 768px) {
  ._link.primary.positive, ._command.primary.positive {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.primary.positive, .mobile ._command.primary.positive {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.primary.positive.secondary[class], ._link.primary.positive.subtle[class], ._command.primary.positive.secondary[class], ._command.primary.positive.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.primary.positive.secondary[class], .mobile ._link.primary.positive.subtle[class], .mobile ._command.primary.positive.secondary[class], .mobile ._command.primary.positive.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.secondary.negative, ._command.secondary.negative {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #d6554d;
}
._link.secondary.negative:focus, ._link.secondary.negative:hover, ._command.secondary.negative:focus, ._command.secondary.negative:hover {
  text-decoration: none;
}
.tvmode ._link.secondary.negative:focus, .tvmode ._link.secondary.negative:hover, .tvmode ._link.secondary.negative:focus, .tvmode ._command.secondary.negative:focus, .tvmode ._command.secondary.negative:hover, .tvmode ._command.secondary.negative:focus {
  text-decoration: none;
}

._link.secondary.negative[disabled][class][class], ._link.secondary.negative[aria-disabled=true][class][class], ._link.secondary.negative.disabled[class][class], ._command.secondary.negative[disabled][class][class], ._command.secondary.negative[aria-disabled=true][class][class], ._command.secondary.negative.disabled[class][class] {
  cursor: default;
}
._link.secondary.negative[disabled][class][class], ._link.secondary.negative[disabled][class][class]:focus, ._link.secondary.negative[disabled][class][class]:hover, ._link.secondary.negative[disabled][class][class]:active, ._link.secondary.negative[aria-disabled=true][class][class], ._link.secondary.negative[aria-disabled=true][class][class]:focus, ._link.secondary.negative[aria-disabled=true][class][class]:hover, ._link.secondary.negative[aria-disabled=true][class][class]:active, ._link.secondary.negative.disabled[class][class], ._link.secondary.negative.disabled[class][class]:focus, ._link.secondary.negative.disabled[class][class]:hover, ._link.secondary.negative.disabled[class][class]:active, ._command.secondary.negative[disabled][class][class], ._command.secondary.negative[disabled][class][class]:focus, ._command.secondary.negative[disabled][class][class]:hover, ._command.secondary.negative[disabled][class][class]:active, ._command.secondary.negative[aria-disabled=true][class][class], ._command.secondary.negative[aria-disabled=true][class][class]:focus, ._command.secondary.negative[aria-disabled=true][class][class]:hover, ._command.secondary.negative[aria-disabled=true][class][class]:active, ._command.secondary.negative.disabled[class][class], ._command.secondary.negative.disabled[class][class]:focus, ._command.secondary.negative.disabled[class][class]:hover, ._command.secondary.negative.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.secondary.negative[disabled][class][class], .tvmode ._link.secondary.negative[disabled][class][class]:focus, .tvmode ._link.secondary.negative[disabled][class][class]:hover, .tvmode ._link.secondary.negative[disabled][class][class]:active, .tvmode ._link.secondary.negative[disabled][class][class]:focus, .tvmode ._link.secondary.negative[aria-disabled=true][class][class], .tvmode ._link.secondary.negative[aria-disabled=true][class][class]:focus, .tvmode ._link.secondary.negative[aria-disabled=true][class][class]:hover, .tvmode ._link.secondary.negative[aria-disabled=true][class][class]:active, .tvmode ._link.secondary.negative[aria-disabled=true][class][class]:focus, .tvmode ._link.secondary.negative.disabled[class][class], .tvmode ._link.secondary.negative.disabled[class][class]:focus, .tvmode ._link.secondary.negative.disabled[class][class]:hover, .tvmode ._link.secondary.negative.disabled[class][class]:active, .tvmode ._link.secondary.negative.disabled[class][class]:focus, .tvmode ._command.secondary.negative[disabled][class][class], .tvmode ._command.secondary.negative[disabled][class][class]:focus, .tvmode ._command.secondary.negative[disabled][class][class]:hover, .tvmode ._command.secondary.negative[disabled][class][class]:active, .tvmode ._command.secondary.negative[disabled][class][class]:focus, .tvmode ._command.secondary.negative[aria-disabled=true][class][class], .tvmode ._command.secondary.negative[aria-disabled=true][class][class]:focus, .tvmode ._command.secondary.negative[aria-disabled=true][class][class]:hover, .tvmode ._command.secondary.negative[aria-disabled=true][class][class]:active, .tvmode ._command.secondary.negative[aria-disabled=true][class][class]:focus, .tvmode ._command.secondary.negative.disabled[class][class], .tvmode ._command.secondary.negative.disabled[class][class]:focus, .tvmode ._command.secondary.negative.disabled[class][class]:hover, .tvmode ._command.secondary.negative.disabled[class][class]:active, .tvmode ._command.secondary.negative.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.secondary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.negative.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.secondary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.negative.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.secondary.negative:active:hover, ._command.secondary.negative:active:hover {
  outline: 0;
}
.mobile ._link.secondary.negative[class], .mobile ._command.secondary.negative[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.secondary.negative[class], .mobile:not([data-ua=nonmobile]) ._command.secondary.negative[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.secondary.negative[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.secondary.negative[class]:focus {
  outline: 0;
}
.tvmode ._link.secondary.negative[class], .tvmode ._command.secondary.negative[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.secondary.negative[class], .tvmode ._command.secondary.negative[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.secondary.negative[class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.secondary.negative[class]:focus, .tvmode:not(.hideFocus) ._command.secondary.negative[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.secondary.negative[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.secondary.negative[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.secondary.negative::-moz-focus-inner, ._command.secondary.negative::-moz-focus-inner {
    border: none;
  }
  ._link.secondary.negative:focus, ._command.secondary.negative:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
.mobile ._link.secondary.negative, .mobile ._command.secondary.negative {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._link.secondary.negative:active, ._command.secondary.negative:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._link.secondary.negative, .darkmode ._command.secondary.negative {
  color: #d7625b;
  background-color: #200f0e;
}

._link.secondary.negative:hover, ._link.secondary.negative:active, ._command.secondary.negative:hover, ._command.secondary.negative:active {
  background-color: #fbeeed;
  color: #b64841;
}
.darkmode ._link.secondary.negative:hover, .darkmode ._link.secondary.negative:active, .darkmode ._command.secondary.negative:hover, .darkmode ._command.secondary.negative:active {
  background-color: #411d1b;
}

.darkmode ._link.secondary.negative:hover, .darkmode ._link.secondary.negative:active, .darkmode ._command.secondary.negative:hover, .darkmode ._command.secondary.negative:active {
  color: #dd7a74;
}

.tvmode ._link.secondary.negative:hover, .tvmode ._link.secondary.negative:active, .tvmode ._link.secondary.negative:focus, .tvmode ._command.secondary.negative:hover, .tvmode ._command.secondary.negative:active, .tvmode ._command.secondary.negative:focus {
  background-color: #fbeeed;
  color: #b64841;
}
.darkmode .tvmode ._link.secondary.negative:hover, .darkmode .tvmode ._link.secondary.negative:active, .darkmode .tvmode ._link.secondary.negative:focus, .darkmode .tvmode ._command.secondary.negative:hover, .darkmode .tvmode ._command.secondary.negative:active, .darkmode .tvmode ._command.secondary.negative:focus {
  background-color: #411d1b;
}

.darkmode .tvmode ._link.secondary.negative:hover, .darkmode .tvmode ._link.secondary.negative:active, .darkmode .tvmode ._link.secondary.negative:focus, .darkmode .tvmode ._command.secondary.negative:hover, .darkmode .tvmode ._command.secondary.negative:active, .darkmode .tvmode ._command.secondary.negative:focus {
  color: #dd7a74;
}

@media screen and (max-width: 768px) {
  ._link.secondary.negative, ._command.secondary.negative {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.secondary.negative, .mobile ._command.secondary.negative {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.secondary.negative.secondary[class], ._link.secondary.negative.subtle[class], ._command.secondary.negative.secondary[class], ._command.secondary.negative.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.secondary.negative.secondary[class], .mobile ._link.secondary.negative.subtle[class], .mobile ._command.secondary.negative.secondary[class], .mobile ._command.secondary.negative.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.secondary.neutral, ._command.secondary.neutral {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #00843d;
}
._link.secondary.neutral:focus, ._link.secondary.neutral:hover, ._command.secondary.neutral:focus, ._command.secondary.neutral:hover {
  text-decoration: none;
}
.tvmode ._link.secondary.neutral:focus, .tvmode ._link.secondary.neutral:hover, .tvmode ._link.secondary.neutral:focus, .tvmode ._command.secondary.neutral:focus, .tvmode ._command.secondary.neutral:hover, .tvmode ._command.secondary.neutral:focus {
  text-decoration: none;
}

._link.secondary.neutral[disabled][class][class], ._link.secondary.neutral[aria-disabled=true][class][class], ._link.secondary.neutral.disabled[class][class], ._command.secondary.neutral[disabled][class][class], ._command.secondary.neutral[aria-disabled=true][class][class], ._command.secondary.neutral.disabled[class][class] {
  cursor: default;
}
._link.secondary.neutral[disabled][class][class], ._link.secondary.neutral[disabled][class][class]:focus, ._link.secondary.neutral[disabled][class][class]:hover, ._link.secondary.neutral[disabled][class][class]:active, ._link.secondary.neutral[aria-disabled=true][class][class], ._link.secondary.neutral[aria-disabled=true][class][class]:focus, ._link.secondary.neutral[aria-disabled=true][class][class]:hover, ._link.secondary.neutral[aria-disabled=true][class][class]:active, ._link.secondary.neutral.disabled[class][class], ._link.secondary.neutral.disabled[class][class]:focus, ._link.secondary.neutral.disabled[class][class]:hover, ._link.secondary.neutral.disabled[class][class]:active, ._command.secondary.neutral[disabled][class][class], ._command.secondary.neutral[disabled][class][class]:focus, ._command.secondary.neutral[disabled][class][class]:hover, ._command.secondary.neutral[disabled][class][class]:active, ._command.secondary.neutral[aria-disabled=true][class][class], ._command.secondary.neutral[aria-disabled=true][class][class]:focus, ._command.secondary.neutral[aria-disabled=true][class][class]:hover, ._command.secondary.neutral[aria-disabled=true][class][class]:active, ._command.secondary.neutral.disabled[class][class], ._command.secondary.neutral.disabled[class][class]:focus, ._command.secondary.neutral.disabled[class][class]:hover, ._command.secondary.neutral.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.secondary.neutral[disabled][class][class], .tvmode ._link.secondary.neutral[disabled][class][class]:focus, .tvmode ._link.secondary.neutral[disabled][class][class]:hover, .tvmode ._link.secondary.neutral[disabled][class][class]:active, .tvmode ._link.secondary.neutral[disabled][class][class]:focus, .tvmode ._link.secondary.neutral[aria-disabled=true][class][class], .tvmode ._link.secondary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._link.secondary.neutral[aria-disabled=true][class][class]:hover, .tvmode ._link.secondary.neutral[aria-disabled=true][class][class]:active, .tvmode ._link.secondary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._link.secondary.neutral.disabled[class][class], .tvmode ._link.secondary.neutral.disabled[class][class]:focus, .tvmode ._link.secondary.neutral.disabled[class][class]:hover, .tvmode ._link.secondary.neutral.disabled[class][class]:active, .tvmode ._link.secondary.neutral.disabled[class][class]:focus, .tvmode ._command.secondary.neutral[disabled][class][class], .tvmode ._command.secondary.neutral[disabled][class][class]:focus, .tvmode ._command.secondary.neutral[disabled][class][class]:hover, .tvmode ._command.secondary.neutral[disabled][class][class]:active, .tvmode ._command.secondary.neutral[disabled][class][class]:focus, .tvmode ._command.secondary.neutral[aria-disabled=true][class][class], .tvmode ._command.secondary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._command.secondary.neutral[aria-disabled=true][class][class]:hover, .tvmode ._command.secondary.neutral[aria-disabled=true][class][class]:active, .tvmode ._command.secondary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._command.secondary.neutral.disabled[class][class], .tvmode ._command.secondary.neutral.disabled[class][class]:focus, .tvmode ._command.secondary.neutral.disabled[class][class]:hover, .tvmode ._command.secondary.neutral.disabled[class][class]:active, .tvmode ._command.secondary.neutral.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.secondary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.neutral.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.secondary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.neutral.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.secondary.neutral:active:hover, ._command.secondary.neutral:active:hover {
  outline: 0;
}
.mobile ._link.secondary.neutral[class], .mobile ._command.secondary.neutral[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.secondary.neutral[class], .mobile:not([data-ua=nonmobile]) ._command.secondary.neutral[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.secondary.neutral[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.secondary.neutral[class]:focus {
  outline: 0;
}
.tvmode ._link.secondary.neutral[class], .tvmode ._command.secondary.neutral[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.secondary.neutral[class], .tvmode ._command.secondary.neutral[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.secondary.neutral[class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.secondary.neutral[class]:focus, .tvmode:not(.hideFocus) ._command.secondary.neutral[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.secondary.neutral[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.secondary.neutral[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.secondary.neutral::-moz-focus-inner, ._command.secondary.neutral::-moz-focus-inner {
    border: none;
  }
  ._link.secondary.neutral:focus, ._command.secondary.neutral:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
.mobile ._link.secondary.neutral, .mobile ._command.secondary.neutral {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._link.secondary.neutral:active, ._command.secondary.neutral:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._link.secondary.neutral, .darkmode ._command.secondary.neutral {
  color: #92caab;
  background-color: #001409;
}

._link.secondary.neutral:hover, ._link.secondary.neutral:active, ._command.secondary.neutral:hover, ._command.secondary.neutral:active {
  background-color: #e6f3ec;
  color: #007034;
}
.darkmode ._link.secondary.neutral:hover, .darkmode ._link.secondary.neutral:active, .darkmode ._command.secondary.neutral:hover, .darkmode ._command.secondary.neutral:active {
  background-color: #002812;
}

.darkmode ._link.secondary.neutral:hover, .darkmode ._link.secondary.neutral:active, .darkmode ._command.secondary.neutral:hover, .darkmode ._command.secondary.neutral:active {
  color: #a2d2b8;
}

.tvmode ._link.secondary.neutral:hover, .tvmode ._link.secondary.neutral:active, .tvmode ._link.secondary.neutral:focus, .tvmode ._command.secondary.neutral:hover, .tvmode ._command.secondary.neutral:active, .tvmode ._command.secondary.neutral:focus {
  background-color: #e6f3ec;
  color: #007034;
}
.darkmode .tvmode ._link.secondary.neutral:hover, .darkmode .tvmode ._link.secondary.neutral:active, .darkmode .tvmode ._link.secondary.neutral:focus, .darkmode .tvmode ._command.secondary.neutral:hover, .darkmode .tvmode ._command.secondary.neutral:active, .darkmode .tvmode ._command.secondary.neutral:focus {
  background-color: #002812;
}

.darkmode .tvmode ._link.secondary.neutral:hover, .darkmode .tvmode ._link.secondary.neutral:active, .darkmode .tvmode ._link.secondary.neutral:focus, .darkmode .tvmode ._command.secondary.neutral:hover, .darkmode .tvmode ._command.secondary.neutral:active, .darkmode .tvmode ._command.secondary.neutral:focus {
  color: #a2d2b8;
}

@media screen and (max-width: 768px) {
  ._link.secondary.neutral, ._command.secondary.neutral {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.secondary.neutral, .mobile ._command.secondary.neutral {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.secondary.neutral.secondary[class], ._link.secondary.neutral.subtle[class], ._command.secondary.neutral.secondary[class], ._command.secondary.neutral.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.secondary.neutral.secondary[class], .mobile ._link.secondary.neutral.subtle[class], .mobile ._command.secondary.neutral.secondary[class], .mobile ._command.secondary.neutral.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.secondary.positive, ._command.secondary.positive {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #0078bf;
}
._link.secondary.positive:focus, ._link.secondary.positive:hover, ._command.secondary.positive:focus, ._command.secondary.positive:hover {
  text-decoration: none;
}
.tvmode ._link.secondary.positive:focus, .tvmode ._link.secondary.positive:hover, .tvmode ._link.secondary.positive:focus, .tvmode ._command.secondary.positive:focus, .tvmode ._command.secondary.positive:hover, .tvmode ._command.secondary.positive:focus {
  text-decoration: none;
}

._link.secondary.positive[disabled][class][class], ._link.secondary.positive[aria-disabled=true][class][class], ._link.secondary.positive.disabled[class][class], ._command.secondary.positive[disabled][class][class], ._command.secondary.positive[aria-disabled=true][class][class], ._command.secondary.positive.disabled[class][class] {
  cursor: default;
}
._link.secondary.positive[disabled][class][class], ._link.secondary.positive[disabled][class][class]:focus, ._link.secondary.positive[disabled][class][class]:hover, ._link.secondary.positive[disabled][class][class]:active, ._link.secondary.positive[aria-disabled=true][class][class], ._link.secondary.positive[aria-disabled=true][class][class]:focus, ._link.secondary.positive[aria-disabled=true][class][class]:hover, ._link.secondary.positive[aria-disabled=true][class][class]:active, ._link.secondary.positive.disabled[class][class], ._link.secondary.positive.disabled[class][class]:focus, ._link.secondary.positive.disabled[class][class]:hover, ._link.secondary.positive.disabled[class][class]:active, ._command.secondary.positive[disabled][class][class], ._command.secondary.positive[disabled][class][class]:focus, ._command.secondary.positive[disabled][class][class]:hover, ._command.secondary.positive[disabled][class][class]:active, ._command.secondary.positive[aria-disabled=true][class][class], ._command.secondary.positive[aria-disabled=true][class][class]:focus, ._command.secondary.positive[aria-disabled=true][class][class]:hover, ._command.secondary.positive[aria-disabled=true][class][class]:active, ._command.secondary.positive.disabled[class][class], ._command.secondary.positive.disabled[class][class]:focus, ._command.secondary.positive.disabled[class][class]:hover, ._command.secondary.positive.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.secondary.positive[disabled][class][class], .tvmode ._link.secondary.positive[disabled][class][class]:focus, .tvmode ._link.secondary.positive[disabled][class][class]:hover, .tvmode ._link.secondary.positive[disabled][class][class]:active, .tvmode ._link.secondary.positive[disabled][class][class]:focus, .tvmode ._link.secondary.positive[aria-disabled=true][class][class], .tvmode ._link.secondary.positive[aria-disabled=true][class][class]:focus, .tvmode ._link.secondary.positive[aria-disabled=true][class][class]:hover, .tvmode ._link.secondary.positive[aria-disabled=true][class][class]:active, .tvmode ._link.secondary.positive[aria-disabled=true][class][class]:focus, .tvmode ._link.secondary.positive.disabled[class][class], .tvmode ._link.secondary.positive.disabled[class][class]:focus, .tvmode ._link.secondary.positive.disabled[class][class]:hover, .tvmode ._link.secondary.positive.disabled[class][class]:active, .tvmode ._link.secondary.positive.disabled[class][class]:focus, .tvmode ._command.secondary.positive[disabled][class][class], .tvmode ._command.secondary.positive[disabled][class][class]:focus, .tvmode ._command.secondary.positive[disabled][class][class]:hover, .tvmode ._command.secondary.positive[disabled][class][class]:active, .tvmode ._command.secondary.positive[disabled][class][class]:focus, .tvmode ._command.secondary.positive[aria-disabled=true][class][class], .tvmode ._command.secondary.positive[aria-disabled=true][class][class]:focus, .tvmode ._command.secondary.positive[aria-disabled=true][class][class]:hover, .tvmode ._command.secondary.positive[aria-disabled=true][class][class]:active, .tvmode ._command.secondary.positive[aria-disabled=true][class][class]:focus, .tvmode ._command.secondary.positive.disabled[class][class], .tvmode ._command.secondary.positive.disabled[class][class]:focus, .tvmode ._command.secondary.positive.disabled[class][class]:hover, .tvmode ._command.secondary.positive.disabled[class][class]:active, .tvmode ._command.secondary.positive.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.secondary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.positive.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.secondary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.secondary.positive.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.secondary.positive:active:hover, ._command.secondary.positive:active:hover {
  outline: 0;
}
.mobile ._link.secondary.positive[class], .mobile ._command.secondary.positive[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.secondary.positive[class], .mobile:not([data-ua=nonmobile]) ._command.secondary.positive[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.secondary.positive[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.secondary.positive[class]:focus {
  outline: 0;
}
.tvmode ._link.secondary.positive[class], .tvmode ._command.secondary.positive[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.secondary.positive[class], .tvmode ._command.secondary.positive[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.secondary.positive[class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.secondary.positive[class]:focus, .tvmode:not(.hideFocus) ._command.secondary.positive[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.secondary.positive[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.secondary.positive[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.secondary.positive::-moz-focus-inner, ._command.secondary.positive::-moz-focus-inner {
    border: none;
  }
  ._link.secondary.positive:focus, ._command.secondary.positive:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
.mobile ._link.secondary.positive, .mobile ._command.secondary.positive {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._link.secondary.positive:active, ._command.secondary.positive:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._link.secondary.positive, .darkmode ._command.secondary.positive {
  color: #038ada;
  background-color: #001521;
}

._link.secondary.positive:hover, ._link.secondary.positive:active, ._command.secondary.positive:hover, ._command.secondary.positive:active {
  background-color: #e6f2f9;
  color: #0066a2;
}
.darkmode ._link.secondary.positive:hover, .darkmode ._link.secondary.positive:active, .darkmode ._command.secondary.positive:hover, .darkmode ._command.secondary.positive:active {
  background-color: #012941;
}

.darkmode ._link.secondary.positive:hover, .darkmode ._link.secondary.positive:active, .darkmode ._command.secondary.positive:hover, .darkmode ._command.secondary.positive:active {
  color: #299ce0;
}

.tvmode ._link.secondary.positive:hover, .tvmode ._link.secondary.positive:active, .tvmode ._link.secondary.positive:focus, .tvmode ._command.secondary.positive:hover, .tvmode ._command.secondary.positive:active, .tvmode ._command.secondary.positive:focus {
  background-color: #e6f2f9;
  color: #0066a2;
}
.darkmode .tvmode ._link.secondary.positive:hover, .darkmode .tvmode ._link.secondary.positive:active, .darkmode .tvmode ._link.secondary.positive:focus, .darkmode .tvmode ._command.secondary.positive:hover, .darkmode .tvmode ._command.secondary.positive:active, .darkmode .tvmode ._command.secondary.positive:focus {
  background-color: #012941;
}

.darkmode .tvmode ._link.secondary.positive:hover, .darkmode .tvmode ._link.secondary.positive:active, .darkmode .tvmode ._link.secondary.positive:focus, .darkmode .tvmode ._command.secondary.positive:hover, .darkmode .tvmode ._command.secondary.positive:active, .darkmode .tvmode ._command.secondary.positive:focus {
  color: #299ce0;
}

@media screen and (max-width: 768px) {
  ._link.secondary.positive, ._command.secondary.positive {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.secondary.positive, .mobile ._command.secondary.positive {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.secondary.positive.secondary[class], ._link.secondary.positive.subtle[class], ._command.secondary.positive.secondary[class], ._command.secondary.positive.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.secondary.positive.secondary[class], .mobile ._link.secondary.positive.subtle[class], .mobile ._command.secondary.positive.secondary[class], .mobile ._command.secondary.positive.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.tertiary.negative, ._command.tertiary.negative {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: transparent;
  box-shadow: none;
  color: #d6554d;
}
._link.tertiary.negative:focus, ._link.tertiary.negative:hover, ._command.tertiary.negative:focus, ._command.tertiary.negative:hover {
  text-decoration: none;
}
.tvmode ._link.tertiary.negative:focus, .tvmode ._link.tertiary.negative:hover, .tvmode ._link.tertiary.negative:focus, .tvmode ._command.tertiary.negative:focus, .tvmode ._command.tertiary.negative:hover, .tvmode ._command.tertiary.negative:focus {
  text-decoration: none;
}

._link.tertiary.negative[disabled][class][class], ._link.tertiary.negative[aria-disabled=true][class][class], ._link.tertiary.negative.disabled[class][class], ._command.tertiary.negative[disabled][class][class], ._command.tertiary.negative[aria-disabled=true][class][class], ._command.tertiary.negative.disabled[class][class] {
  cursor: default;
}
._link.tertiary.negative[disabled][class][class], ._link.tertiary.negative[disabled][class][class]:focus, ._link.tertiary.negative[disabled][class][class]:hover, ._link.tertiary.negative[disabled][class][class]:active, ._link.tertiary.negative[aria-disabled=true][class][class], ._link.tertiary.negative[aria-disabled=true][class][class]:focus, ._link.tertiary.negative[aria-disabled=true][class][class]:hover, ._link.tertiary.negative[aria-disabled=true][class][class]:active, ._link.tertiary.negative.disabled[class][class], ._link.tertiary.negative.disabled[class][class]:focus, ._link.tertiary.negative.disabled[class][class]:hover, ._link.tertiary.negative.disabled[class][class]:active, ._command.tertiary.negative[disabled][class][class], ._command.tertiary.negative[disabled][class][class]:focus, ._command.tertiary.negative[disabled][class][class]:hover, ._command.tertiary.negative[disabled][class][class]:active, ._command.tertiary.negative[aria-disabled=true][class][class], ._command.tertiary.negative[aria-disabled=true][class][class]:focus, ._command.tertiary.negative[aria-disabled=true][class][class]:hover, ._command.tertiary.negative[aria-disabled=true][class][class]:active, ._command.tertiary.negative.disabled[class][class], ._command.tertiary.negative.disabled[class][class]:focus, ._command.tertiary.negative.disabled[class][class]:hover, ._command.tertiary.negative.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.tertiary.negative[disabled][class][class], .tvmode ._link.tertiary.negative[disabled][class][class]:focus, .tvmode ._link.tertiary.negative[disabled][class][class]:hover, .tvmode ._link.tertiary.negative[disabled][class][class]:active, .tvmode ._link.tertiary.negative[disabled][class][class]:focus, .tvmode ._link.tertiary.negative[aria-disabled=true][class][class], .tvmode ._link.tertiary.negative[aria-disabled=true][class][class]:focus, .tvmode ._link.tertiary.negative[aria-disabled=true][class][class]:hover, .tvmode ._link.tertiary.negative[aria-disabled=true][class][class]:active, .tvmode ._link.tertiary.negative[aria-disabled=true][class][class]:focus, .tvmode ._link.tertiary.negative.disabled[class][class], .tvmode ._link.tertiary.negative.disabled[class][class]:focus, .tvmode ._link.tertiary.negative.disabled[class][class]:hover, .tvmode ._link.tertiary.negative.disabled[class][class]:active, .tvmode ._link.tertiary.negative.disabled[class][class]:focus, .tvmode ._command.tertiary.negative[disabled][class][class], .tvmode ._command.tertiary.negative[disabled][class][class]:focus, .tvmode ._command.tertiary.negative[disabled][class][class]:hover, .tvmode ._command.tertiary.negative[disabled][class][class]:active, .tvmode ._command.tertiary.negative[disabled][class][class]:focus, .tvmode ._command.tertiary.negative[aria-disabled=true][class][class], .tvmode ._command.tertiary.negative[aria-disabled=true][class][class]:focus, .tvmode ._command.tertiary.negative[aria-disabled=true][class][class]:hover, .tvmode ._command.tertiary.negative[aria-disabled=true][class][class]:active, .tvmode ._command.tertiary.negative[aria-disabled=true][class][class]:focus, .tvmode ._command.tertiary.negative.disabled[class][class], .tvmode ._command.tertiary.negative.disabled[class][class]:focus, .tvmode ._command.tertiary.negative.disabled[class][class]:hover, .tvmode ._command.tertiary.negative.disabled[class][class]:active, .tvmode ._command.tertiary.negative.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.tertiary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.negative.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.tertiary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.negative.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.tertiary.negative:active:hover, ._command.tertiary.negative:active:hover {
  outline: 0;
}
.mobile ._link.tertiary.negative[class], .mobile ._command.tertiary.negative[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.tertiary.negative[class], .mobile:not([data-ua=nonmobile]) ._command.tertiary.negative[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.tertiary.negative[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.tertiary.negative[class]:focus {
  outline: 0;
}
.tvmode ._link.tertiary.negative[class], .tvmode ._command.tertiary.negative[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.tertiary.negative[class], .tvmode ._command.tertiary.negative[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.tertiary.negative[class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.tertiary.negative[class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.negative[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.tertiary.negative[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.tertiary.negative[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.tertiary.negative::-moz-focus-inner, ._command.tertiary.negative::-moz-focus-inner {
    border: none;
  }
  ._link.tertiary.negative:focus, ._command.tertiary.negative:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
._link.tertiary.negative:hover, ._command.tertiary.negative:hover {
  text-decoration: underline;
}
.tvmode ._link.tertiary.negative:hover, .tvmode ._link.tertiary.negative:focus, .tvmode ._command.tertiary.negative:hover, .tvmode ._command.tertiary.negative:focus {
  text-decoration: underline;
}

._link.tertiary.negative:active, ._command.tertiary.negative:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._link.tertiary.negative, .darkmode ._command.tertiary.negative {
  color: #d7625b;
}

._link.tertiary.negative:active, ._command.tertiary.negative:active {
  background-color: rgba(214, 85, 77, 0.1);
}
@media screen and (max-width: 768px) {
  ._link.tertiary.negative, ._command.tertiary.negative {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.tertiary.negative, .mobile ._command.tertiary.negative {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.tertiary.negative.secondary[class], ._link.tertiary.negative.subtle[class], ._command.tertiary.negative.secondary[class], ._command.tertiary.negative.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.tertiary.negative.secondary[class], .mobile ._link.tertiary.negative.subtle[class], .mobile ._command.tertiary.negative.secondary[class], .mobile ._command.tertiary.negative.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.tertiary.neutral, ._command.tertiary.neutral {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: transparent;
  box-shadow: none;
  color: #00843d;
}
._link.tertiary.neutral:focus, ._link.tertiary.neutral:hover, ._command.tertiary.neutral:focus, ._command.tertiary.neutral:hover {
  text-decoration: none;
}
.tvmode ._link.tertiary.neutral:focus, .tvmode ._link.tertiary.neutral:hover, .tvmode ._link.tertiary.neutral:focus, .tvmode ._command.tertiary.neutral:focus, .tvmode ._command.tertiary.neutral:hover, .tvmode ._command.tertiary.neutral:focus {
  text-decoration: none;
}

._link.tertiary.neutral[disabled][class][class], ._link.tertiary.neutral[aria-disabled=true][class][class], ._link.tertiary.neutral.disabled[class][class], ._command.tertiary.neutral[disabled][class][class], ._command.tertiary.neutral[aria-disabled=true][class][class], ._command.tertiary.neutral.disabled[class][class] {
  cursor: default;
}
._link.tertiary.neutral[disabled][class][class], ._link.tertiary.neutral[disabled][class][class]:focus, ._link.tertiary.neutral[disabled][class][class]:hover, ._link.tertiary.neutral[disabled][class][class]:active, ._link.tertiary.neutral[aria-disabled=true][class][class], ._link.tertiary.neutral[aria-disabled=true][class][class]:focus, ._link.tertiary.neutral[aria-disabled=true][class][class]:hover, ._link.tertiary.neutral[aria-disabled=true][class][class]:active, ._link.tertiary.neutral.disabled[class][class], ._link.tertiary.neutral.disabled[class][class]:focus, ._link.tertiary.neutral.disabled[class][class]:hover, ._link.tertiary.neutral.disabled[class][class]:active, ._command.tertiary.neutral[disabled][class][class], ._command.tertiary.neutral[disabled][class][class]:focus, ._command.tertiary.neutral[disabled][class][class]:hover, ._command.tertiary.neutral[disabled][class][class]:active, ._command.tertiary.neutral[aria-disabled=true][class][class], ._command.tertiary.neutral[aria-disabled=true][class][class]:focus, ._command.tertiary.neutral[aria-disabled=true][class][class]:hover, ._command.tertiary.neutral[aria-disabled=true][class][class]:active, ._command.tertiary.neutral.disabled[class][class], ._command.tertiary.neutral.disabled[class][class]:focus, ._command.tertiary.neutral.disabled[class][class]:hover, ._command.tertiary.neutral.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.tertiary.neutral[disabled][class][class], .tvmode ._link.tertiary.neutral[disabled][class][class]:focus, .tvmode ._link.tertiary.neutral[disabled][class][class]:hover, .tvmode ._link.tertiary.neutral[disabled][class][class]:active, .tvmode ._link.tertiary.neutral[disabled][class][class]:focus, .tvmode ._link.tertiary.neutral[aria-disabled=true][class][class], .tvmode ._link.tertiary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._link.tertiary.neutral[aria-disabled=true][class][class]:hover, .tvmode ._link.tertiary.neutral[aria-disabled=true][class][class]:active, .tvmode ._link.tertiary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._link.tertiary.neutral.disabled[class][class], .tvmode ._link.tertiary.neutral.disabled[class][class]:focus, .tvmode ._link.tertiary.neutral.disabled[class][class]:hover, .tvmode ._link.tertiary.neutral.disabled[class][class]:active, .tvmode ._link.tertiary.neutral.disabled[class][class]:focus, .tvmode ._command.tertiary.neutral[disabled][class][class], .tvmode ._command.tertiary.neutral[disabled][class][class]:focus, .tvmode ._command.tertiary.neutral[disabled][class][class]:hover, .tvmode ._command.tertiary.neutral[disabled][class][class]:active, .tvmode ._command.tertiary.neutral[disabled][class][class]:focus, .tvmode ._command.tertiary.neutral[aria-disabled=true][class][class], .tvmode ._command.tertiary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._command.tertiary.neutral[aria-disabled=true][class][class]:hover, .tvmode ._command.tertiary.neutral[aria-disabled=true][class][class]:active, .tvmode ._command.tertiary.neutral[aria-disabled=true][class][class]:focus, .tvmode ._command.tertiary.neutral.disabled[class][class], .tvmode ._command.tertiary.neutral.disabled[class][class]:focus, .tvmode ._command.tertiary.neutral.disabled[class][class]:hover, .tvmode ._command.tertiary.neutral.disabled[class][class]:active, .tvmode ._command.tertiary.neutral.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.tertiary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.neutral.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.tertiary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.neutral.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.tertiary.neutral:active:hover, ._command.tertiary.neutral:active:hover {
  outline: 0;
}
.mobile ._link.tertiary.neutral[class], .mobile ._command.tertiary.neutral[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.tertiary.neutral[class], .mobile:not([data-ua=nonmobile]) ._command.tertiary.neutral[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.tertiary.neutral[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.tertiary.neutral[class]:focus {
  outline: 0;
}
.tvmode ._link.tertiary.neutral[class], .tvmode ._command.tertiary.neutral[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.tertiary.neutral[class], .tvmode ._command.tertiary.neutral[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.tertiary.neutral[class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.tertiary.neutral[class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.neutral[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.tertiary.neutral[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.tertiary.neutral[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.tertiary.neutral::-moz-focus-inner, ._command.tertiary.neutral::-moz-focus-inner {
    border: none;
  }
  ._link.tertiary.neutral:focus, ._command.tertiary.neutral:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
._link.tertiary.neutral:hover, ._command.tertiary.neutral:hover {
  text-decoration: underline;
}
.tvmode ._link.tertiary.neutral:hover, .tvmode ._link.tertiary.neutral:focus, .tvmode ._command.tertiary.neutral:hover, .tvmode ._command.tertiary.neutral:focus {
  text-decoration: underline;
}

._link.tertiary.neutral:active, ._command.tertiary.neutral:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._link.tertiary.neutral, .darkmode ._command.tertiary.neutral {
  color: #92caab;
}

._link.tertiary.neutral:active, ._command.tertiary.neutral:active {
  background-color: rgba(0, 132, 61, 0.1);
}
@media screen and (max-width: 768px) {
  ._link.tertiary.neutral, ._command.tertiary.neutral {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.tertiary.neutral, .mobile ._command.tertiary.neutral {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.tertiary.neutral.secondary[class], ._link.tertiary.neutral.subtle[class], ._command.tertiary.neutral.secondary[class], ._command.tertiary.neutral.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.tertiary.neutral.secondary[class], .mobile ._link.tertiary.neutral.subtle[class], .mobile ._command.tertiary.neutral.secondary[class], .mobile ._command.tertiary.neutral.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._link.tertiary.positive, ._command.tertiary.positive {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: transparent;
  box-shadow: none;
  color: #0078bf;
}
._link.tertiary.positive:focus, ._link.tertiary.positive:hover, ._command.tertiary.positive:focus, ._command.tertiary.positive:hover {
  text-decoration: none;
}
.tvmode ._link.tertiary.positive:focus, .tvmode ._link.tertiary.positive:hover, .tvmode ._link.tertiary.positive:focus, .tvmode ._command.tertiary.positive:focus, .tvmode ._command.tertiary.positive:hover, .tvmode ._command.tertiary.positive:focus {
  text-decoration: none;
}

._link.tertiary.positive[disabled][class][class], ._link.tertiary.positive[aria-disabled=true][class][class], ._link.tertiary.positive.disabled[class][class], ._command.tertiary.positive[disabled][class][class], ._command.tertiary.positive[aria-disabled=true][class][class], ._command.tertiary.positive.disabled[class][class] {
  cursor: default;
}
._link.tertiary.positive[disabled][class][class], ._link.tertiary.positive[disabled][class][class]:focus, ._link.tertiary.positive[disabled][class][class]:hover, ._link.tertiary.positive[disabled][class][class]:active, ._link.tertiary.positive[aria-disabled=true][class][class], ._link.tertiary.positive[aria-disabled=true][class][class]:focus, ._link.tertiary.positive[aria-disabled=true][class][class]:hover, ._link.tertiary.positive[aria-disabled=true][class][class]:active, ._link.tertiary.positive.disabled[class][class], ._link.tertiary.positive.disabled[class][class]:focus, ._link.tertiary.positive.disabled[class][class]:hover, ._link.tertiary.positive.disabled[class][class]:active, ._command.tertiary.positive[disabled][class][class], ._command.tertiary.positive[disabled][class][class]:focus, ._command.tertiary.positive[disabled][class][class]:hover, ._command.tertiary.positive[disabled][class][class]:active, ._command.tertiary.positive[aria-disabled=true][class][class], ._command.tertiary.positive[aria-disabled=true][class][class]:focus, ._command.tertiary.positive[aria-disabled=true][class][class]:hover, ._command.tertiary.positive[aria-disabled=true][class][class]:active, ._command.tertiary.positive.disabled[class][class], ._command.tertiary.positive.disabled[class][class]:focus, ._command.tertiary.positive.disabled[class][class]:hover, ._command.tertiary.positive.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._link.tertiary.positive[disabled][class][class], .tvmode ._link.tertiary.positive[disabled][class][class]:focus, .tvmode ._link.tertiary.positive[disabled][class][class]:hover, .tvmode ._link.tertiary.positive[disabled][class][class]:active, .tvmode ._link.tertiary.positive[disabled][class][class]:focus, .tvmode ._link.tertiary.positive[aria-disabled=true][class][class], .tvmode ._link.tertiary.positive[aria-disabled=true][class][class]:focus, .tvmode ._link.tertiary.positive[aria-disabled=true][class][class]:hover, .tvmode ._link.tertiary.positive[aria-disabled=true][class][class]:active, .tvmode ._link.tertiary.positive[aria-disabled=true][class][class]:focus, .tvmode ._link.tertiary.positive.disabled[class][class], .tvmode ._link.tertiary.positive.disabled[class][class]:focus, .tvmode ._link.tertiary.positive.disabled[class][class]:hover, .tvmode ._link.tertiary.positive.disabled[class][class]:active, .tvmode ._link.tertiary.positive.disabled[class][class]:focus, .tvmode ._command.tertiary.positive[disabled][class][class], .tvmode ._command.tertiary.positive[disabled][class][class]:focus, .tvmode ._command.tertiary.positive[disabled][class][class]:hover, .tvmode ._command.tertiary.positive[disabled][class][class]:active, .tvmode ._command.tertiary.positive[disabled][class][class]:focus, .tvmode ._command.tertiary.positive[aria-disabled=true][class][class], .tvmode ._command.tertiary.positive[aria-disabled=true][class][class]:focus, .tvmode ._command.tertiary.positive[aria-disabled=true][class][class]:hover, .tvmode ._command.tertiary.positive[aria-disabled=true][class][class]:active, .tvmode ._command.tertiary.positive[aria-disabled=true][class][class]:focus, .tvmode ._command.tertiary.positive.disabled[class][class], .tvmode ._command.tertiary.positive.disabled[class][class]:focus, .tvmode ._command.tertiary.positive.disabled[class][class]:hover, .tvmode ._command.tertiary.positive.disabled[class][class]:active, .tvmode ._command.tertiary.positive.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._link.tertiary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.positive.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.tertiary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._link.tertiary.positive.disabled[class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._link.tertiary.positive:active:hover, ._command.tertiary.positive:active:hover {
  outline: 0;
}
.mobile ._link.tertiary.positive[class], .mobile ._command.tertiary.positive[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._link.tertiary.positive[class], .mobile:not([data-ua=nonmobile]) ._command.tertiary.positive[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._link.tertiary.positive[class]:focus, .mobile:not([data-ua=nonmobile]) ._command.tertiary.positive[class]:focus {
  outline: 0;
}
.tvmode ._link.tertiary.positive[class], .tvmode ._command.tertiary.positive[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._link.tertiary.positive[class], .tvmode ._command.tertiary.positive[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._link.tertiary.positive[class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._link.tertiary.positive[class]:focus, .tvmode:not(.hideFocus) ._command.tertiary.positive[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._link.tertiary.positive[class]:focus, .darkmode .tvmode:not(.hideFocus) ._command.tertiary.positive[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._link.tertiary.positive::-moz-focus-inner, ._command.tertiary.positive::-moz-focus-inner {
    border: none;
  }
  ._link.tertiary.positive:focus, ._command.tertiary.positive:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
._link.tertiary.positive:hover, ._command.tertiary.positive:hover {
  text-decoration: underline;
}
.tvmode ._link.tertiary.positive:hover, .tvmode ._link.tertiary.positive:focus, .tvmode ._command.tertiary.positive:hover, .tvmode ._command.tertiary.positive:focus {
  text-decoration: underline;
}

._link.tertiary.positive:active, ._command.tertiary.positive:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._link.tertiary.positive, .darkmode ._command.tertiary.positive {
  color: #038ada;
}

._link.tertiary.positive:active, ._command.tertiary.positive:active {
  background-color: rgba(0, 120, 191, 0.1);
}
@media screen and (max-width: 768px) {
  ._link.tertiary.positive, ._command.tertiary.positive {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._link.tertiary.positive, .mobile ._command.tertiary.positive {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._link.tertiary.positive.secondary[class], ._link.tertiary.positive.subtle[class], ._command.tertiary.positive.secondary[class], ._command.tertiary.positive.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._link.tertiary.positive.secondary[class], .mobile ._link.tertiary.positive.subtle[class], .mobile ._command.tertiary.positive.secondary[class], .mobile ._command.tertiary.positive.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}

._link {
  text-decoration: none;
  color: #0078BF;
}
._link:focus, ._link:hover {
  color: #0069a8;
  text-decoration: underline;
}
.tvmode ._link:focus, .tvmode ._link:hover, .tvmode ._link:focus {
  color: #0069a8;
  text-decoration: underline;
}

._command[aria-disabled=true][class] ._Icon, ._command[aria-disabled=true][class] ._Image {
  filter: grayscale(1);
}
._command ._readOnlyText[class], ._command.iconOnly[class] {
  margin: 0;
  padding: 0;
  line-height: normal;
}
._command.iconOnly[class], ._command.iconOnly[class]:focus, ._command.iconOnly[class]:hover {
  background-color: transparent;
}
._command ._image,
._command ._readOnlyText {
  vertical-align: middle;
}

._image.size-10 {
  width: 16px;
  height: 16px;
}
._image.size-20 {
  width: 24px;
  height: 24px;
}
._image.size-30 {
  width: 32px;
  height: 32px;
}
._image.size-40 {
  width: 64px;
  height: 64px;
}
._image.size-50 {
  width: 96px;
  height: 96px;
}
._image.size-60 {
  width: 128px;
  height: 128px;
}
._image.size-70 {
  width: 192px;
  height: 192px;
}
._image.size-80 {
  width: 256px;
  height: 256px;
}

._input {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  display: block;
  font-family: Source Sans Pro, Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
  padding: 0.25rem;
  resize: none;
  border-radius: 4px;
}
._input:invalid {
  box-shadow: none;
}
._input.touched:invalid {
  box-shadow: 0 0 1.5px 1px #d80000;
  outline: none;
}
._input.touched:invalid:focus:not(*:root) {
  outline: auto 5px #d80000;
}
._input[disabled][class], ._input[aria-disabled=true][class] {
  background-color: #f2f2f2;
  color: #565656;
}

._ActionGroup {
  display: flex;
  flex-direction: row;
}
._ActionGroup.type-dialog {
  flex-direction: row;
  justify-content: flex-end;
}
._ActionGroup.type-dialog ._actionable {
  margin: 0;
  margin-left: 0.5rem;
}
._ActionGroup.type-dialog ._actionable:last-child {
  margin-left: 0;
}
._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #00843d;
}
@media print {
  ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled) {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled) {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  color: #ffffff;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  color: #ffffff;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  color: #ffffff;
}

.tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  color: #ffffff;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  color: #ffffff;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  background-color: #00843d;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  background-color: #007034;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  background-color: #007034;
}

.tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  background-color: #007034;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  background-color: #007034;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #0078BF;
}
@media print {
  ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
  color: #ffffff;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  color: #ffffff;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  color: #ffffff;
}

.tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus {
  color: #ffffff;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus {
  color: #ffffff;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
  background-color: #0078BF;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  background-color: #0066a2;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  background-color: #0066a2;
}

.tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus {
  background-color: #0066a2;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus {
  background-color: #0066a2;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #d75e56;
}
@media print {
  ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, .mobile ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
  color: #ffffff;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  color: #ffffff;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  color: #ffffff;
}

.tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus {
  color: #ffffff;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus {
  color: #ffffff;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
  background-color: #d75e56;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  background-color: #b75049;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  background-color: #b75049;
}

.tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active, .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus {
  background-color: #b75049;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus {
  background-color: #b75049;
}

.tvmode:not(.hideFocus) ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  outline-color: #ffffff;
}

@media screen and (max-width: 768px) {
  ._ActionGroup.type-dialog ._actionable {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._ActionGroup.type-dialog ._actionable {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._ActionGroup.type-dialog ._actionable.secondary[class], ._ActionGroup.type-dialog ._actionable.subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable.secondary[class], .mobile ._ActionGroup.type-dialog ._actionable.subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #00843d;
}
.mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  color: #92caab;
  background-color: #001409;
}

._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  background-color: #e6f3ec;
  color: #007034;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  background-color: #002812;
}

.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  color: #a2d2b8;
}

.tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  background-color: #e6f3ec;
  color: #007034;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  background-color: #002812;
}

.darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  color: #a2d2b8;
}

._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #0078bf;
}
.mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive {
  color: #038ada;
  background-color: #001521;
}

._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  background-color: #e6f2f9;
  color: #0066a2;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  background-color: #012941;
}

.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active {
  color: #299ce0;
}

.tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus {
  background-color: #e6f2f9;
  color: #0066a2;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus {
  background-color: #012941;
}

.darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).positive:focus {
  color: #299ce0;
}

._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #d6554d;
}
.mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative {
  color: #d7625b;
  background-color: #200f0e;
}

._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  background-color: #fbeeed;
  color: #b64841;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  background-color: #411d1b;
}

.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active {
  color: #dd7a74;
}

.tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active, .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus {
  background-color: #fbeeed;
  color: #b64841;
}
.darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus {
  background-color: #411d1b;
}

.darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:active, .darkmode .tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled).negative:focus {
  color: #dd7a74;
}

.tvmode:not(.hideFocus) ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):focus {
  outline-color: #ffffff;
}

@media screen and (max-width: 768px) {
  ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class].secondary[class], ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class].subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class].secondary[class], .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class].subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-dialog {
    flex-direction: column;
  }
  ._ActionGroup.type-dialog ._actionable {
    margin: 0.5rem 0 0;
    width: 100%;
  }
  ._ActionGroup.type-dialog ._actionable ~ ._actionable[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._ActionGroup.type-fullPage.flavor-singleStep {
  flex-direction: row;
  justify-content: flex-start;
}
.tvmode ._ActionGroup.type-fullPage.flavor-singleStep {
  column-gap: 0.5em;
}

._ActionGroup.type-fullPage.flavor-singleStep ._actionable {
  margin-left: 0.5rem;
}
._ActionGroup.type-fullPage.flavor-singleStep ._actionable:last-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-fullPage.flavor-singleStep {
    flex-direction: column;
  }
  ._ActionGroup.type-fullPage.flavor-singleStep ._actionable {
    margin: 0.5rem 0 0;
    width: 100%;
  }
}
._ActionGroup.type-fullPage.flavor-multiStep {
  flex-direction: row;
  justify-content: flex-start;
}
.tvmode ._ActionGroup.type-fullPage.flavor-multiStep {
  column-gap: 0.5em;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable {
  margin-left: 0.5rem;
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:last-child {
  margin-left: 0;
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #00843d;
}
@media print {
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child {
  color: #ffffff;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active {
  color: #ffffff;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active {
  color: #ffffff;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus {
  color: #ffffff;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus {
  color: #ffffff;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child {
  background-color: #00843d;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active {
  background-color: #007034;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active {
  background-color: #007034;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus {
  background-color: #007034;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus {
  background-color: #007034;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #0078BF;
}
@media print {
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive {
  color: #ffffff;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active {
  color: #ffffff;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active {
  color: #ffffff;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus {
  color: #ffffff;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus {
  color: #ffffff;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive {
  background-color: #0078BF;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active {
  background-color: #0066a2;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active {
  background-color: #0066a2;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus {
  background-color: #0066a2;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.nextstep:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.positive:focus {
  background-color: #0066a2;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background-color: #d75e56;
}
@media print {
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative {
  color: #ffffff;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active {
  color: #ffffff;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active {
  color: #ffffff;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus {
  color: #ffffff;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus {
  color: #ffffff;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active {
  box-shadow: none;
  transform: translateY(1px);
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative {
  background-color: #d75e56;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active {
  background-color: #b75049;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active {
  background-color: #b75049;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus {
  background-color: #b75049;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child.negative:focus {
  background-color: #b75049;
}

.tvmode:not(.hideFocus) ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:focus {
  outline-color: #ffffff;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled) {
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #00843d;
}
.mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled) {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled) {
  color: #92caab;
  background-color: #001409;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active {
  background-color: #e6f3ec;
  color: #007034;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active {
  background-color: #002812;
}

.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active {
  color: #a2d2b8;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):focus {
  background-color: #e6f3ec;
  color: #007034;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):focus {
  background-color: #002812;
}

.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):focus {
  color: #a2d2b8;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive {
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #0078bf;
}
.mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive {
  color: #038ada;
  background-color: #001521;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:active {
  background-color: #e6f2f9;
  color: #0066a2;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:active {
  background-color: #012941;
}

.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:active {
  color: #299ce0;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:focus {
  background-color: #e6f2f9;
  color: #0066a2;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:focus {
  background-color: #012941;
}

.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).nextstep:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).completeworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinesave:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).positive:focus {
  color: #299ce0;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative {
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
  color: #d6554d;
}
.mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete, .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative {
  color: #d7625b;
  background-color: #200f0e;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:active, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:hover, ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:active {
  background-color: #fbeeed;
  color: #b64841;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:active {
  background-color: #411d1b;
}

.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:active {
  color: #dd7a74;
}

.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:hover, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:active, .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:focus {
  background-color: #fbeeed;
  color: #b64841;
}
.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:focus {
  background-color: #411d1b;
}

.darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).cancelworkflow:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).inlinedelete:focus, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:hover, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:active, .darkmode .tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled).negative:focus {
  color: #dd7a74;
}

.tvmode:not(.hideFocus) ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):focus {
  outline-color: #ffffff;
}

@media screen and (max-width: 768px) {
  ._ActionGroup.type-fullPage.flavor-multiStep {
    flex-flow: row wrap;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable {
    margin: 0.5rem 0 0;
    width: 100%;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden) {
    margin-left: 0.5rem;
    width: calc(25% - 0.5rem);
    flex-grow: 1;
    overflow-wrap: break-word;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden):last-child {
    margin-left: 0;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class].secondary[class], ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class].subtle[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class].secondary[class], .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class].subtle[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
@media screen and (max-width: 768px) {
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._ActionGroup.type-item.flavor-footer {
  flex-direction: row;
  justify-content: flex-end;
}
._ActionGroup.type-item.flavor-footer ._actionable {
  margin-left: 0.5rem;
  margin-bottom: 0;
  width: auto;
}
._ActionGroup.type-item.flavor-footer ._actionable:last-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-item.flavor-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  ._ActionGroup.type-item.flavor-footer ._actionable {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  ._ActionGroup.type-item.flavor-footer ._actionable:last-child {
    margin-left: 0.25rem;
  }
}
._ActionGroup.type-item.flavor-subtle {
  flex-flow: row wrap;
  margin-top: 0.5rem;
}
._ActionGroup.type-item.flavor-subtle ._actionable {
  background: none;
  border-radius: 0;
  box-shadow: none;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  color: #0078BF;
  cursor: pointer;
  display: flex;
  margin: 0;
  min-height: 38px;
  padding: 0.2025rem 0.5rem;
  text-align: right;
  width: 100%;
}
._ActionGroup.type-item.flavor-subtle ._actionable:last-child {
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-item.flavor-subtle ._actionable {
    padding: 0.5rem;
  }
}
.mobile ._ActionGroup.type-item.flavor-subtle ._actionable {
  padding: 0.5rem;
}
._ActionGroup.type-item.flavor-subtle ._actionable.positive {
  color: #0078bf;
}
._ActionGroup.type-item.flavor-subtle ._actionable.negative {
  color: #d6554d;
}
._ActionGroup.type-item.flavor-subtle ._actionable:focus, ._ActionGroup.type-item.flavor-subtle ._actionable:hover, ._ActionGroup.type-item.flavor-subtle ._actionable:active {
  background-color: #ebf4fa;
  text-decoration: none;
}
.tvmode ._ActionGroup.type-item.flavor-subtle ._actionable:focus, .tvmode ._ActionGroup.type-item.flavor-subtle ._actionable:hover, .tvmode ._ActionGroup.type-item.flavor-subtle ._actionable:active, .tvmode ._ActionGroup.type-item.flavor-subtle ._actionable:focus {
  background-color: #ebf4fa;
  text-decoration: none;
}

._ActionGroup.type-item.flavor-subtle ._actionable > * {
  vertical-align: middle;
}
._ActionGroup.type-item.flavor-subtle ._actionable svg,
._ActionGroup.type-item.flavor-subtle ._actionable img {
  height: 30px;
  width: auto;
  max-width: 30px;
  margin-left: 0.5rem;
  fill: currentColor;
  flex: 1 0 auto;
}
._ActionGroup.type-item.flavor-compact {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: flex-end;
}
._ActionGroup.type-item.flavor-compact ._actionable {
  margin: 0.5rem 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-item.flavor-compact {
    flex-flow: row wrap;
    justify-content: center;
    align-self: auto;
    width: 100%;
  }
  ._ActionGroup.type-item.flavor-compact ._actionable {
    width: auto;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  ._ActionGroup.type-item.flavor-compact ._actionable:last-child {
    margin-left: 0.25rem;
  }
}
._Segment.boundary-strong ._ActionGroup.type-item.flavor-subtle, ._Segment.boundary-moderate ._ActionGroup.type-item.flavor-subtle {
  margin: auto -0.5rem -0.5rem;
  padding-top: 0.5rem;
  max-width: none;
  width: calc(100% + 1rem);
}
._Segment.boundary-moderate ._ActionGroup.type-item.flavor-subtle ._actionable {
  border-top: none;
}

._ItemWithActionGroup.withSubtleActions, ._ItemWithActionGroup.withButtonColumn {
  display: flex;
  flex-direction: row;
}
._ItemWithActionGroup.withSubtleActions {
  flex-direction: column;
}
._ItemWithActionGroup .contentColumn + .buttonColumn,
._ItemWithActionGroup .contentColumn + * .buttonColumn {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: flex-end;
}
._ItemWithActionGroup .contentColumn + .buttonColumn ._actionable,
._ItemWithActionGroup .contentColumn + * .buttonColumn ._actionable {
  margin: 0.5rem 0 0;
  width: 100%;
}
._ItemWithActionGroup .contentColumn:not([class*=col-]) {
  width: 75%;
}
._ItemWithActionGroup .contentColumn:not([class*=col-]) + .buttonColumn,
._ItemWithActionGroup .contentColumn:not([class*=col-]) + * .buttonColumn {
  width: 25%;
}
@media screen and (max-width: 768px) {
  ._ItemWithActionGroup, ._ItemWithActionGroup.withSubtleActions, ._ItemWithActionGroup.withButtonColumn {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  ._ItemWithActionGroup .contentColumn + .buttonColumn,
._ItemWithActionGroup .contentColumn + .buttonColumn[class*=col-],
._ItemWithActionGroup .contentColumn + * .buttonColumn {
    flex-flow: row wrap;
    justify-content: center;
    align-self: auto;
    width: 100%;
  }
  ._ItemWithActionGroup .contentColumn + .buttonColumn ._actionable,
._ItemWithActionGroup .contentColumn + .buttonColumn[class*=col-] ._actionable,
._ItemWithActionGroup .contentColumn + * .buttonColumn ._actionable {
    width: auto;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  ._ItemWithActionGroup .contentColumn + .buttonColumn ._actionable:last-child,
._ItemWithActionGroup .contentColumn + .buttonColumn[class*=col-] ._actionable:last-child,
._ItemWithActionGroup .contentColumn + * .buttonColumn ._actionable:last-child {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  ._ItemWithActionGroup .contentColumn:not([class*=col-]),
._ItemWithActionGroup .contentColumn:not([class*=col-]) + .buttonColumn,
._ItemWithActionGroup .contentColumn:not([class*=col-]) + * .buttonColumn {
    width: auto;
  }
}
._Segment.boundary-strong > ._ItemWithActionGroup {
  height: 100%;
}

._DataEntrySet-fields {
  display: flex;
  flex-wrap: wrap;
}
._DataEntrySet-fields ._Choice {
  display: flex;
  align-items: center;
}

._Choice {
  display: inline-block;
  margin: 0 0 0.5rem 0.25rem;
  position: relative;
  width: auto;
  min-width: 2.75rem;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 376px) {
  ._Choice.hasIcon {
    flex-grow: 1;
  }
}
@media screen and (max-width: 376px) {
  ._Choice.hasIcon ._DataEntryLabel {
    flex-grow: 1;
  }
}
._Choice.hasIcon ._DataEntryLabel ._Icon {
  margin-right: -0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
._Choice ._input {
  right: auto;
  opacity: 0;
  position: absolute;
  top: auto;
  width: auto;
  z-index: -1;
  display: inline-block;
  margin: 0;
}
._Choice ._DataEntryLabel {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  position: relative;
  padding: 0.25rem 0.75rem;
  vertical-align: top;
  transition-duration: 0.1s;
  transition-property: top, box-shadow;
}
.tvmode ._Choice ._DataEntryLabel {
  font-size: 1.1em;
  padding: 1rem;
  border-radius: 5px;
}

._Choice ._input:checked + ._DataEntryLabel {
  background-color: #bfe1ff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 1px rgba(0, 0, 0, 0.1);
  color: #000000;
  top: 1px;
}
.tvmode ._Choice ._input:checked + ._DataEntryLabel {
  font-weight: bold;
  top: 0;
}

._Choice ._input:checked + ._DataEntryLabel ._Icon {
  box-shadow: inset 0 0 0 0.1rem #ffffff, 0 0 0 0.05rem #ffffff;
  border-radius: 1rem;
  top: 1px;
}
._Choice ._input:checked + ._DataEntryLabel:hover, ._Choice ._input:checked:focus + ._DataEntryLabel {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
._Choice ._input:checked + ._DataEntryLabel:hover ._Icon, ._Choice ._input:checked:focus + ._DataEntryLabel ._Icon {
  box-shadow: inset 0 0 0 0.1rem #ffffff, 0 0 0 0.05rem #ffffff;
  border-radius: 1rem;
  top: 1px;
}
._Choice ._input ~ ._DataEntryLabel:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000000;
  text-decoration: underline;
}
.tvmode ._Choice ._input ~ ._DataEntryLabel:hover {
  text-decoration: none;
}

._Choice ._input:focus + ._DataEntryLabel {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000000;
  text-decoration: underline;
}
.tvmode ._Choice ._input:focus + ._DataEntryLabel {
  text-decoration: none;
}

._Choice ._input:disabled + ._DataEntryLabel {
  color: #000000;
  cursor: default;
  font-weight: normal;
  text-decoration: none;
  background-color: #eaeaea;
  border-color: #dbdbdb;
}
._Choice ._input:disabled:checked + ._DataEntryLabel {
  background-color: #f2f2f2;
}
._Choice ._input:disabled:checked + ._DataEntryLabel ._Icon {
  box-shadow: none;
}
._Choice.buttoncheck {
  display: inline-block;
  margin: 0 0 0.5rem 0.25rem;
  position: relative;
  width: auto;
  box-shadow: none;
  color: inherit;
  padding: 0;
  white-space: normal;
}
._Choice.buttoncheck ._input {
  right: auto;
  opacity: 0;
  position: absolute;
  top: auto;
  width: auto;
  z-index: -1;
}
._Choice.buttoncheck ._DataEntryLabel {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  position: relative;
  padding: 0.25rem 0.75rem;
  vertical-align: top;
  transition-duration: 0.1s;
  transition-property: top, box-shadow;
  font-size: 1rem;
  margin: 0;
  text-align: right;
  width: 100%;
}
.tvmode ._Choice.buttoncheck ._DataEntryLabel {
  font-size: 1.1em;
  padding: 1rem;
  border-radius: 5px;
}

._Choice.buttoncheck ._DataEntryLabel::before {
  background-attachment: scroll;
  background-color: #ffffff;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.4);
  content: "";
  display: inline-block;
  height: 0.9rem;
  line-height: 0.85rem;
  margin: 0.25rem 0 -0.1rem 0.3rem;
  position: relative;
  text-indent: 0;
  vertical-align: top;
  width: 0.9rem;
}
._Choice.buttoncheck ._input:checked + ._DataEntryLabel {
  background-color: #bfe1ff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 1px rgba(0, 0, 0, 0.1);
  color: #000000;
  top: 1px;
}
.tvmode ._Choice.buttoncheck ._input:checked + ._DataEntryLabel {
  font-weight: bold;
  top: 0;
}

._Choice.buttoncheck ._input:checked + ._DataEntryLabel::before {
  background-color: #00843d;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIYEjQPAcoESgAAAKVJREFUSMft1rENgzAQQFGKbAAsEUoaZxyycYCKDWhQFoCfIk4Tgm2k8yEF//70Gp91WZZKCQRcjkBL4AHctdGOd7MK/oWigm+gnyag0EafwC2hx6J7l10KbYAWKLXR2Q71PjwGig+XQnO71L9a4aKvFzB2yIlbtBddmQD8Ko4G4osDNRKfgQuPg+7EZdFAPA7qweOiG/gI1Jq3kwEGoDrHifpXvQANql+AlGeZnQAAAABJRU5ErkJggg==");
  border-color: #00843d;
}
._Choice.buttoncheck ._input:checked + ._DataEntryLabel:hover, ._Choice.buttoncheck ._input:checked:focus + ._DataEntryLabel {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
._Choice.buttoncheck ._input ~ ._DataEntryLabel:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000000;
  text-decoration: underline;
}
.tvmode ._Choice.buttoncheck ._input ~ ._DataEntryLabel:hover {
  text-decoration: none;
}

._Choice.buttoncheck ._input:focus + ._DataEntryLabel {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000000;
  text-decoration: underline;
}
.tvmode ._Choice.buttoncheck ._input:focus + ._DataEntryLabel {
  text-decoration: none;
}

._Choice.buttoncheck ._input:focus + ._DataEntryLabel::before {
  outline: 1px dotted #000000;
  outline: 5px auto -webkit-focus-ring-color;
}
._Choice.buttoncheck ._input:disabled + ._DataEntryLabel {
  color: #000000;
  cursor: default;
  font-weight: normal;
  text-decoration: none;
}
._Choice.buttoncheck ._input:disabled + ._DataEntryLabel, ._Choice.buttoncheck ._input:disabled + ._DataEntryLabel::before {
  background-color: #eaeaea;
  border-color: #dbdbdb;
}
._Choice.buttoncheck ._input:disabled:checked + ._DataEntryLabel, ._Choice.buttoncheck ._input:disabled:checked + ._DataEntryLabel::before {
  background-color: #f2f2f2;
}
._Choice.buttoncheck ._input:disabled:checked + ._DataEntryLabel::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIYEwk7S1TSdgAAAEhQTFRFAAAAWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhY////Fo82tgAAABZ0Uk5TAAQTFBUqKzM4OWFi0dLT1Nrp7vD9/tCeZTMAAAABYktHRBcL1piPAAAAcUlEQVQoz83S0Q5AMAwF0I1iDGOb/v+nSmoTia4PJKKPPS+9zVXqj6NFhdFKOmO0kmLZSRF9LWnoP1At6jCBpBEdSIrZ71p52pBzN5uQHRyXKHvj+LzJt0PN7RPJC3pxVk8vaPKikq+d0C6ztC+a+2R2erQPOW3XocEAAAAASUVORK5CYII=");
}

._Segment.boundary-strong, ._Segment.boundary-moderate {
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: inline-block;
  margin: 0.25rem 0.5%;
  min-height: 6rem;
  padding: 0.5rem;
  position: relative;
  vertical-align: top;
  width: 99%;
}
._Segment.boundary-strong ._Choice ._DataEntryLabel, ._Segment.boundary-moderate ._Choice ._DataEntryLabel {
  border: 1px solid #dbdbdb;
}
._Segment.boundary-moderate {
  border: 1px solid #cccccc;
  background-color: #e6f2f9;
  box-shadow: none;
}
._GridCol > ._Segment:only-child {
  height: 100%;
  margin: 0;
}

._LoadMoreCommand {
  display: flex;
  justify-content: center;
}
._LoadMoreCommand.finished {
  color: #767676;
  margin: 0.75rem 0;
  font-size: 0.8rem;
  line-height: 1rem;
}

._ToggleCommand ._image + ._readOnlyText {
  margin: 0 0.25rem 0 0;
}

@keyframes _LaboredCommand-Float {
  from {
    transform: translateY(0);
    opacity: 0.75;
  }
  to {
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes _LaboredCommand-Rise {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
._LaboredCommand {
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
._LaboredCommand > * {
  grid-column: 1;
  grid-row: 1;
}
._LaboredCommand .workingText {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 0.5rem;
}
._LaboredCommand.iconOnly .workingText {
  column-gap: 0;
  font-size: 0;
}
._LaboredCommand .workingText:before {
  content: "";
  flex-shrink: 0;
  border-color: rgba(54, 54, 54, 0.3);
  border-top-color: #363636;
  width: 16px;
  height: 16px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  animation: _LoadingWheel-Rotate 0.8s cubic-bezier(0.5, 0.25, 0.3, 0.73) infinite;
}
@keyframes _LoadingWheel-Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
._LaboredCommand.laboring {
  cursor: default;
  pointer-events: none;
  box-shadow: inset 0 0 100vw rgba(0, 0, 0, 0.2);
}
._LaboredCommand.laboring .contentWrapper {
  animation: _LaboredCommand-Float 0.4s ease-out forwards;
}
._LaboredCommand.laboring .workingText {
  animation: _LaboredCommand-Rise 0.4s ease-out both;
}
._LaboredCommand._Command.primary.negative {
  display: grid;
}
._LaboredCommand._Command.primary.negative .workingText:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}
._LaboredCommand._Command.primary.negative.laboring[class][class] {
  background-color: #b75049;
  color: #ffffff;
}
._LaboredCommand._Command.primary.neutral {
  display: grid;
}
._LaboredCommand._Command.primary.neutral .workingText:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}
._LaboredCommand._Command.primary.neutral.laboring[class][class] {
  background-color: #007034;
  color: #ffffff;
}
._LaboredCommand._Command.primary.positive {
  display: grid;
}
._LaboredCommand._Command.primary.positive .workingText:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}
._LaboredCommand._Command.primary.positive.laboring[class][class] {
  background-color: #0066a2;
  color: #ffffff;
}
._LaboredCommand._Command.secondary.negative {
  display: grid;
}
._LaboredCommand._Command.secondary.negative .workingText:before {
  border-color: rgba(182, 72, 65, 0.3);
  border-top-color: #b64841;
}
._LaboredCommand._Command.secondary.negative.laboring[class][class] {
  background-color: #fbeeed;
  color: #b64841;
  border: 1px solid currentColor;
}
._LaboredCommand._Command.secondary.neutral {
  display: grid;
}
._LaboredCommand._Command.secondary.neutral .workingText:before {
  border-color: rgba(0, 112, 52, 0.3);
  border-top-color: #007034;
}
._LaboredCommand._Command.secondary.neutral.laboring[class][class] {
  background-color: #e6f3ec;
  color: #007034;
  border: 1px solid currentColor;
}
._LaboredCommand._Command.secondary.positive {
  display: grid;
}
._LaboredCommand._Command.secondary.positive .workingText:before {
  border-color: rgba(0, 102, 162, 0.3);
  border-top-color: #0066a2;
}
._LaboredCommand._Command.secondary.positive.laboring[class][class] {
  background-color: #e6f2f9;
  color: #0066a2;
  border: 1px solid currentColor;
}
._LaboredCommand._Command.tertiary.negative {
  display: grid;
}
._LaboredCommand._Command.tertiary.negative .workingText:before {
  border-color: rgba(214, 85, 77, 0.3);
  border-top-color: #d6554d;
}
._LaboredCommand._Command.tertiary.negative.laboring[class][class] {
  background-color: rgba(214, 85, 77, 0.1);
  color: #d6554d;
}
._LaboredCommand._Command.tertiary.neutral {
  display: grid;
}
._LaboredCommand._Command.tertiary.neutral .workingText:before {
  border-color: rgba(0, 132, 61, 0.3);
  border-top-color: #00843d;
}
._LaboredCommand._Command.tertiary.neutral.laboring[class][class] {
  background-color: rgba(0, 132, 61, 0.1);
  color: #00843d;
}
._LaboredCommand._Command.tertiary.positive {
  display: grid;
}
._LaboredCommand._Command.tertiary.positive .workingText:before {
  border-color: rgba(0, 120, 191, 0.3);
  border-top-color: #0078bf;
}
._LaboredCommand._Command.tertiary.positive.laboring[class][class] {
  background-color: rgba(0, 120, 191, 0.1);
  color: #0078bf;
}
._LaboredCommand ._readOnlyText {
  vertical-align: unset;
}

._PasswordEntry {
  display: flex;
  flex-wrap: wrap;
}
._PasswordEntry ._DataEntryLabel {
  width: 100%;
}
.ghostInput._PasswordEntry ._DataEntryLabel {
  position: relative;
}

._PasswordEntry.withVisibilityToggle ._PasswordInput {
  margin-left: -2rem;
  padding-left: 2.25rem;
  width: 13.45rem;
}
._PasswordEntry ._VisibilityToggle {
  width: 2rem;
  height: 2rem;
  margin: 1px -1px 0 0;
}
@media print {
  ._PasswordEntry ._VisibilityToggle {
    display: none;
  }
}
._PasswordEntry ._VisibilityToggle svg {
  fill: #767676;
  height: inherit;
  width: inherit;
}
._PasswordEntry ._VisibilityToggle svg:hover {
  fill: #007034;
}
.ghostInput._PasswordEntry ._VisibilityToggle {
  height: calc(2.5rem - 2px);
}

._SvgSprite {
  fill: currentColor;
}
._SvgSprite [*|href$="library.svg#back"] {
  	transform: scaleX(-1);
  	transform-origin: center
}

._OptionList {
  position: relative;
}
._OptionList:focus {
  outline: none;
}

._OptionListElement {
  position: relative;
  vertical-align: bottom;
  white-space: nowrap;
}
._OptionListElement.selected ._OptionListCommand {
  cursor: default;
  opacity: 1;
}

._OptionListCommand {
  border: 1px solid transparent;
  margin: 0;
  opacity: 0.8;
  padding: 0.5rem 1.25rem;
  text-align: right;
  text-transform: none;
  width: 100%;
}
._OptionListCommand:focus, ._OptionListCommand:hover {
  border-color: #cccccc;
  opacity: 1;
}

._TabList {
  display: flex;
  width: auto;
}
._TabList:after {
  content: "";
  flex-grow: 1;
  display: block;
}
._TabList.horizontal:after {
  border-bottom: 1px solid #cccccc;
  height: 1px;
  margin-top: auto;
}
._TabList.horizontal ._OptionListElement {
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  margin: 0 0 0 -1px;
  width: auto;
}
._TabList.horizontal ._OptionListElement.selected {
  border-bottom-color: transparent;
}
._TabList.horizontal ._OptionListElement.selected ._OptionListCommand {
  border-color: #0078BF #cccccc;
}
._TabList.horizontal ._OptionListCommand {
  border-width: 0.25rem 1px 0;
}
._TabList.vertical {
  flex-direction: column;
  padding: 0 0 1.5rem;
}
._TabList.vertical:after {
  border-left: 1px solid #cccccc;
  min-height: 2rem;
}
._TabList.vertical ._OptionListElement {
  border-left: 1px solid #cccccc;
  display: block;
  margin: 0 0 -1px 0;
}
._TabList.vertical ._OptionListElement.selected {
  border-left-color: transparent;
}
._TabList.vertical ._OptionListElement.selected ._OptionListCommand {
  border-color: #cccccc #0078BF;
}
._TabList.vertical ._OptionListCommand {
  border-width: 1px 0.25rem 1px 0;
}

._CollapsibleListBoxCommand {
  border: 1px solid transparent;
  margin: 0;
  opacity: 0.8;
  padding: 0.5rem 1.25rem;
  text-align: right;
  text-transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  position: relative;
}
._CollapsibleListBoxCommand:focus, ._CollapsibleListBoxCommand:hover {
  background-color: #ebf4fa;
  border-color: currentColor;
}
._CollapsibleListBoxCommand .chevron {
  fill: #767676;
}
._CollapsibleListBoxCommand.open {
  border-radius: 6px 6px 0 0;
}
._CollapsibleListBoxCommand.open .chevron {
  transform: translate(1px, -3px) scaleY(-1);
}
@media print {
  ._CollapsibleListBoxCommand {
    display: none;
  }
}
._CollapsibleListBoxCommand .chevronContainer {
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
}

._CollapsibleListBox {
  display: block;
  width: 100%;
  position: relative;
}
._CollapsibleListBox ._FocusTrap {
  z-index: 50;
  position: relative;
}
._CollapsibleListBox ._OptionList {
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
}
._CollapsibleListBox ._OptionListElement {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  margin: 0 0 -1px;
}
._CollapsibleListBox ._OptionListElement:hover {
  background-color: #ebf4fa;
  border-color: currentColor;
}
._CollapsibleListBox ._OptionListElement:hover + ._OptionListElement {
  border-top: none;
  margin-top: 1px;
}
._CollapsibleListBox ._OptionListElement ._OptionListCommand:focus {
  background-color: #ebf4fa;
  border-color: currentColor;
}
._CollapsibleListBox ._OptionListElement.selected ._OptionListCommand {
  cursor: pointer;
}
._CollapsibleListBox ._OptionListElement:last-child {
  border-radius: 0 0 6px 6px;
}
._CollapsibleListBox ._OptionListElement:last-child ._OptionListCommand {
  border-radius: 0 0 6px 6px;
}
._CollapsibleListBox ._OptionListCommand {
  border: 1px solid transparent;
  margin: 0;
  opacity: 0.8;
  padding: 0.5rem 1.25rem;
  text-align: right;
  text-transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  opacity: 1;
  border-width: 0;
  color: inherit;
  font: inherit;
}

._ViewPicker {
  margin: 1rem 0 0.5rem;
}
._ViewPicker._TopControls ._ViewPickerPanel {
  margin: 1.5rem 0 0;
}
._ViewPicker._SideControls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  -ms-grid-rows: auto 1fr;
  grid-template-columns: 25% 75%;
  grid-template-rows: [start] auto [end-commands start-tabs] 1fr [end];
}
@media print {
  ._ViewPicker._SideControls {
    display: block;
  }
}
._ViewPicker._SideControls ._ViewPickerCommandPane {
  -ms-grid-row: 1;
  grid-row: start/end-commands;
  border-left: 1px solid #cccccc;
}
._ViewPicker._SideControls ._ViewPickerCommandPane + ._TabList {
  -ms-grid-row: 2;
  grid-row: start-tabs/end;
}
._ViewPicker._SideControls ._TabList {
  -ms-grid-row: 1;
  grid-row: start/end;
}
@media print {
  ._ViewPicker._SideControls ._TabList {
    display: none;
  }
}
._ViewPicker._SideControls ._ViewPickerPanel {
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;
  grid-row: start/end;
  padding: 0 1.5rem 1.5rem 0;
}
@media print {
  ._ViewPicker._SideControls ._ViewPickerPanel {
    padding-right: 0;
  }
}
._ViewPicker._CollapsedControls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: [start-tabs] auto [end-tabs start-list] 1fr [end-list start-commands] auto [end-commands];
  overflow: visible;
}
._ViewPicker._CollapsedControls ._CollapsibleListBox {
  -ms-grid-row: 1;
  grid-row: start-tabs/end-tabs;
}
._ViewPicker._CollapsedControls ._CollapsibleListBoxCommand:hover, ._ViewPicker._CollapsedControls ._CollapsibleListBoxCommand:focus {
  color: #0078BF;
}
@media print {
  ._ViewPicker._CollapsedControls ._CollapsibleListBox {
    display: none;
  }
}
._ViewPicker._CollapsedControls ._OptionListElement:hover, ._ViewPicker._CollapsedControls ._OptionListElement ._OptionListCommand:focus {
  color: #0078BF;
}
._ViewPicker._CollapsedControls ._ViewPickerPanel {
  -ms-grid-row: 2;
  grid-row: start-list/end-list;
}
._ViewPicker._CollapsedControls ._ViewPickerCommandPane {
  -ms-grid-row: 3;
  grid-row: start-commands/end-commands;
}
@media print {
  ._ViewPicker ._ViewPickerCommandPane {
    display: none;
  }
}
._ViewPicker ._HighlightBadge {
  background: #005ebb;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0 0.65rem;
  width: auto;
  text-align: center;
}
@media print {
  ._ViewPicker ._HighlightBadge {
    background: #005ebb !important;
    color: #ffffff !important;
  }
}
._ViewPicker ._ControlHighlight {
  margin-right: 0.5rem;
  line-height: 1.25rem;
  font-size: 0.8rem;
}
._ViewPicker ._HighlightDecorator {
  display: flex;
  justify-content: center;
  padding: 0 0.25rem;
  font-size: 0.75rem;
  line-height: 0.9rem;
  min-width: 1.25rem;
  max-width: 2rem;
  max-height: 2rem;
  margin-top: -0.3rem;
  margin-left: -0.25rem;
  margin-right: 0.5rem;
}
._ViewPicker ._HighlightedControl {
  display: flex;
  align-items: center;
  min-width: 0;
}
._ViewPicker ._ConsumerControl {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  ._ViewPicker ._ConsumerControl {
    width: auto;
  }
}
._ViewPicker.fused:not(._CollapsedControls) ._TabList:after {
  content: none;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionList.horizontal {
  min-width: 66.6666666667%;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement {
  flex: 1 1 auto;
  white-space: normal;
  border-bottom: 0;
  margin-left: 0;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement:focus-within:not(.selected) ._Text, ._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement:hover:not(.selected) ._Text {
  text-decoration: underline solid #0078BF;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement.selected {
  background: #0078BF;
  border-radius: inherit;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement.selected ._OptionListCommand {
  color: #ffffff;
  font-weight: bold;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListCommand {
  color: #0078BF;
  padding-block: 0.3rem;
  border: 0;
  text-align: center;
  height: 100%;
  opacity: 1;
}

._ListGrid ._LayoutGrid.grid {
  margin: 0;
}

._GutterLayout {
  min-width: 0;
  width: auto;
}
._GutterLayout._layout {
  display: grid;
  grid-template-columns: auto 1fr;
}
._GutterLayout._Gutter {
  padding-left: 0.75rem;
  text-align: left;
}
._GutterLayout._layout {
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
}
._GutterLayout._Gutter {
  -ms-grid-column: 1;
}
._GutterLayout._Content {
  -ms-grid-column: 2;
}
._GutterLayout span._Gutter, ._GutterLayout span._Content {
  display: block;
}
._GutterLayout._Gutter:nth-child(3), ._GutterLayout._Content:nth-child(4) {
  -ms-grid-row: 2;
}
._GutterLayout._Gutter:nth-child(5), ._GutterLayout._Content:nth-child(6) {
  -ms-grid-row: 3;
}
._GutterLayout._Gutter:nth-child(7), ._GutterLayout._Content:nth-child(8) {
  -ms-grid-row: 4;
}
._GutterLayout._Gutter:nth-child(9), ._GutterLayout._Content:nth-child(10) {
  -ms-grid-row: 5;
}
._GutterLayout._Gutter:nth-child(11), ._GutterLayout._Content:nth-child(12) {
  -ms-grid-row: 6;
}
._GutterLayout._Gutter:nth-child(13), ._GutterLayout._Content:nth-child(14) {
  -ms-grid-row: 7;
}
._GutterLayout._Gutter:nth-child(15), ._GutterLayout._Content:nth-child(16) {
  -ms-grid-row: 8;
}
._GutterLayout._Gutter:nth-child(17), ._GutterLayout._Content:nth-child(18) {
  -ms-grid-row: 9;
}
._GutterLayout._Gutter:nth-child(19), ._GutterLayout._Content:nth-child(20) {
  -ms-grid-row: 10;
}

._PopupContainer {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 3000;
  contain: layout;
}
._PopupContainer ._Popup {
  border-radius: 6px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.75);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: auto;
  position: relative;
  width: auto;
}
._PopupContainer ._Popup.size-10, ._PopupContainer ._Popup.size-20 {
  min-height: 6rem;
  max-height: 33.33%;
  min-width: 10rem;
  max-width: 33.33%;
}
.datatile ._PopupContainer ._Popup.size-10, .datatile ._PopupContainer ._Popup.size-20 {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  ._PopupContainer ._Popup.size-10, ._PopupContainer ._Popup.size-20 {
    max-height: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  ._PopupContainer ._Popup.size-10, ._PopupContainer ._Popup.size-20 {
    max-height: 75%;
    max-width: 75%;
  }
}
._PopupContainer ._Popup.size-30, ._PopupContainer ._Popup.size-40, ._PopupContainer ._Popup.size-50, ._PopupContainer ._Popup.size-60 {
  min-height: 12rem;
  max-height: 50%;
  min-width: 15rem;
  max-width: 50%;
}
.datatile ._PopupContainer ._Popup.size-30, .datatile ._PopupContainer ._Popup.size-40, .datatile ._PopupContainer ._Popup.size-50, .datatile ._PopupContainer ._Popup.size-60 {
  border-radius: 0;
  min-height: 100%;
  max-height: none;
  min-width: 100%;
  max-width: 100%;
  min-height: 12rem;
}
@media screen and (max-width: 768px) {
  ._PopupContainer ._Popup.size-30, ._PopupContainer ._Popup.size-40, ._PopupContainer ._Popup.size-50, ._PopupContainer ._Popup.size-60 {
    border-radius: 0;
    min-height: calc(100% - 2rem);
    max-height: 100%;
    min-width: calc(100% - 2rem);
    max-width: 100%;
  }
}
._PopupContainer ._Popup.size-70, ._PopupContainer ._Popup.size-80 {
  min-height: 20rem;
  max-height: 75%;
  min-width: 30rem;
  max-width: 75%;
}
.datatile ._PopupContainer ._Popup.size-70, .datatile ._PopupContainer ._Popup.size-80 {
  border-radius: 0;
  min-height: 100%;
  max-height: none;
  min-width: 100%;
  max-width: 100%;
  min-height: 20rem;
}
@media screen and (max-width: 1300px) {
  ._PopupContainer ._Popup.size-70, ._PopupContainer ._Popup.size-80 {
    border-radius: 0;
    min-height: calc(100% - 2rem);
    max-height: 100%;
    min-width: calc(100% - 2rem);
    max-width: 100%;
  }
}
._PopupContainer ._TitleBar {
  display: flex;
  padding: 0.5rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.88) 100%), url("../../images/background_blurred.jpg");
  border-radius: 6px 6px 0 0;
  align-items: center;
  color: #0078BF;
  flex: 0 0 auto;
  margin-bottom: 10px;
  max-width: none;
}
._PopupContainer ._TitleBar ._Title {
  font-size: 1.3rem;
  outline: 0;
  padding: 0;
  line-height: 1.15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._PopupContainer ._TitleBar ._CloseCommand {
  background-color: transparent;
  box-shadow: none;
  color: #00843d;
}
._PopupContainer ._TitleBar ._CloseCommand:hover {
  text-decoration: underline;
}
.tvmode ._PopupContainer ._TitleBar ._CloseCommand:hover, .tvmode ._PopupContainer ._TitleBar ._CloseCommand:focus {
  text-decoration: underline;
}

._PopupContainer ._TitleBar ._CloseCommand:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._PopupContainer ._TitleBar ._CloseCommand {
  color: #92caab;
}

._PopupContainer ._TitleBar ._CloseCommand:active {
  background-color: rgba(0, 132, 61, 0.1);
}
._PopupContainer ._TitleBar._TitleHidden {
  background: none;
  color: transparent;
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  width: 100%;
}
._PopupContainer ._TitleBar._TitleHidden ._CloseCommand {
  z-index: 10;
}
._PopupContainer ._ContentPane {
  flex-grow: 1;
  overflow: auto;
  padding: 0 15px 0;
}
._PopupContainer ._ActionBar {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 0.5rem;
  padding: 0 15px 10px;
}
@media print {
  ._PopupContainer.printable {
    position: static;
  }
  ._PopupContainer.printable ._Popup[class] {
    max-height: none;
    max-width: none;
  }
  ._PopupContainer.printable ._ActionBar {
    display: none;
  }
  ._PopupContainer.printable ._CloseCommand {
    display: none;
  }
}

._ShieldOfJustice {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
}
._ShieldOfJustice.shield-weak {
  background-color: rgba(0, 0, 0, 0.2);
}
._ShieldOfJustice.shield-strong {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
._ShieldOfJustice.no-click {
  cursor: default;
}

.forceUnderShield[class][class][class][class][class] {
  pointer-events: none;
}
.forceUnderShield[class][class][class][class][class]:after {
  content: "";
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

._AssistiveNavigation {
  color: transparent !important;
  display: block !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 0 !important;
}

._AssistiveTextWrapper {
  position: relative;
}
._AssistiveTextWrapper .assistivetext {
  position: absolute;
  opacity: 0;
  line-height: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

._PageFocus {
  display: contents;
}

._PageTitle {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0.75rem 0 0.5rem;
  border-bottom: 1px solid transparent;
}
._PageTitle.valance {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(217, 235, 245, 0.75);
  max-width: calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  margin-right: -1.25rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding: 0.75rem 1.25rem 0.5rem;
  padding-top: 1.25rem;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  ._PageTitle.valance {
    background: rgba(217, 235, 245, 0.95);
  }
}
.mobile ._PageTitle.valance {
  margin-top: 0;
  margin-right: -0.5rem;
  width: calc(100% + 1rem);
}
.datatile ._PageTitle.valance {
  margin-top: -0.5rem !important;
}
@media screen and (max-width: 1300px) {
  [lang=ar] ._PageTitle.valance {
    margin-top: -0.25rem;
  }
  .mobile ._PageTitle.valance {
    margin-top: 0;
  }
}
.mobile ._PageTitle.valance {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  width: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  ._PageTitle.valance {
    max-width: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    margin-right: -0.75rem;
    margin-top: -5px;
    margin-bottom: -0.5rem;
  }
  [lang=ar] ._PageTitle.valance {
    margin-top: 0;
  }
  .mobile ._PageTitle.valance {
    margin-top: 0;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}
@media print {
  ._PageTitle.valance {
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  ._PageTitle.valance {
    padding: 0.75rem 0.75rem 0.5rem;
  }
}
.mobile ._PageTitle.valance {
  padding: 0.75rem 0.5rem 0.5rem;
}
@media (max-width: 768px) {
  ._PageTitle.valance {
    margin-top: 0;
  }
}
.darkmode ._PageTitle.valance {
  background-color: #000000;
}

@media print {
  ._PageTitle {
    border-width: 0;
  }
}
._PageTitle.valance {
  border-color: #cccccc;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.mobile ._PageTitle.valance {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
@media print {
  ._PageTitle.valance {
    border-width: 1px;
  }
}
.darkmode ._PageTitle.valance {
  border-color: #000000;
}

._PageTitle .titleGroup {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  width: auto;
}
._PageTitle .titleGroup .header,
._PageTitle .titleGroup ._heading {
  padding: 0;
}
._PageTitle .actionGroup, ._PageTitle ._AdditionalActions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  width: auto;
  flex-shrink: 0;
}
._PageTitle .subtitle {
  color: #565656;
}
@media print {
  ._PageTitle .actionGroup {
    display: none;
  }
}
._PageTitle .actionGroup ._actionable {
  background-color: transparent;
  box-shadow: none;
  color: #00843d;
  flex-shrink: 0;
}
._PageTitle .actionGroup ._actionable:hover {
  text-decoration: underline;
}
.tvmode ._PageTitle .actionGroup ._actionable:hover, .tvmode ._PageTitle .actionGroup ._actionable:focus {
  text-decoration: underline;
}

._PageTitle .actionGroup ._actionable:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._PageTitle .actionGroup ._actionable {
  color: #92caab;
}

._PageTitle .actionGroup ._actionable:active {
  background-color: rgba(0, 132, 61, 0.1);
}
@media screen and (max-width: 768px) {
  ._PageTitle .actionGroup ._actionable ._readOnlyText {
    display: none;
  }
}
._PageTitle ._BackToListLink {
  align-items: center;
  display: inline-flex;
  gap: 0.25rem;
  margin-top: -0.25rem;
  padding: 0.25rem 0 0.5rem;
}
@media print {
  ._PageTitle ._BackToListLink {
    display: none;
  }
}
.mobile ._PageTitle ._BackToListLink {
  display: none;
}

.ScrollableTableContainer {
  overflow-x: auto;
}

._DataTable {
  width: 100%;
  border-collapse: collapse;
}
@media print {
  ._DataTable th[scope=col] {
    font-weight: bold;
    border-bottom: 2px solid;
  }
}
._DataTable td, ._DataTable th {
  font-weight: normal;
  padding: 0.5rem;
  text-align: right;
}
._DataTable td, ._DataTable td > *, ._DataTable th, ._DataTable th > * {
  overflow: hidden;
}
._DataTable ._TableRow:not(:last-child) ._TableCell,
._DataTable ._TableRow:not(:last-child) ._TableHeadCell {
  border-bottom: 1px solid #dbdbdb;
}
._DataTable ._TableHeaders {
  background-color: rgba(0, 120, 191, 0.05);
  color: #363636;
}
._DataTable .tableCaption {
  text-align: right;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.5rem;
}

._AsyncIndicator {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
._AsyncIndicator .message {
  width: 192px;
}
._AsyncIndicator.asyncInFlight .animation {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-image: url("../../images/loadingIndicators/loadingHeartBackground.svg");
  background-size: contain;
  transform: scale(0.8);
  animation: heartbeat 2s 0.2s ease infinite;
  text-align: initial;
  flex-shrink: 0;
}
._AsyncIndicator.asyncInFlight .animation:before {
  content: url("../../images/loadingIndicators/loadingHeartPulse.svg");
  animation: heartbeatWipeFromLeft 2s linear infinite;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 64px, 0);
}
._AsyncIndicator.asyncInFlight .animation:after {
  position: absolute;
  left: 0;
  top: 31.5px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  opacity: 0;
  animation: pulse 2s linear infinite;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.8);
  }
  14% {
    transform: scale(1);
  }
  28% {
    transform: scale(0.8);
  }
  42% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes heartbeatWipeFromLeft {
  0% {
    clip: rect(0, 0, 64px, 0);
  }
  50% {
    clip: rect(0, 64px, 64px, 0);
  }
  100% {
    clip: rect(0, 64px, 64px, 64px);
  }
}
@keyframes pulse {
  0% {
    left: 0;
  }
  12% {
    top: 31.5px;
  }
  15% {
    top: 28px;
  }
  16.5% {
    top: 31.5px;
  }
  19.5% {
    top: 31.5px;
  }
  20% {
    opacity: 1;
  }
  22% {
    top: 12px;
  }
  24% {
    top: 48px;
  }
  28% {
    top: 31.5px;
  }
  32% {
    top: 31.5px;
  }
  35% {
    top: 28px;
  }
  36.5% {
    top: 33px;
  }
  40% {
    height: 5px;
    width: 5px;
  }
  45% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  46% {
    opacity: 0;
  }
  50% {
    left: 60px;
  }
}
._AsyncIndicator.asyncInFlight .message {
  margin-top: 0.25rem;
}
._AsyncIndicator.fullPage {
  position: fixed;
  right: 0;
  top: calc(50vh - 64px);
}
#appRoot > ._AsyncIndicator.fullPage:only-child {
  position: static;
  right: initial;
  top: initial;
  min-height: calc(100vh - (8.7rem + 4.75rem + 2.75rem + 0.75rem));
  min-height: calc(100vh - (var(--wp-header-height) + 4.75rem + var(--wp-footer-height) + 0.75rem));
}
.mobile #appRoot > ._AsyncIndicator.fullPage:only-child {
  min-height: calc(100vh - 0.75rem);
}
.datatile #appRoot > ._AsyncIndicator.fullPage:only-child {
  min-height: auto;
}

._ErrorLine {
  display: flex;
  line-height: 1.1rem;
  align-items: center;
}
._ErrorLine ._Icon {
  flex-shrink: 0;
}
._ErrorLine ._ErrorSummaryText, ._ErrorLine ._TextFragment {
  padding-inline-start: 0.25rem;
}

._ValidatedInput[class] {
  margin-bottom: 0.75rem;
}
._ValidatedInput + ._ValidationMessage:not(:empty) {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
}

._DatePicker > svg {
  fill: #0078BF;
}
._DatePicker[disabled], ._DatePicker[aria-disabled=true], ._DatePicker.disabled {
  pointer-events: none;
}

._DefinitionDisclosureCommand {
  width: 2.5rem;
}
._DefinitionDisclosureCommand ._DefinitionDisclosureIcon {
  fill: #00843d;
}

._DefinitionDisclosureText ._definitionText {
  margin-top: 0.5rem;
}

._DropDownEntry.hasDefinitionDisclosure {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr auto;
}
._DropDownEntry.hasDefinitionDisclosure ._input {
  margin-bottom: 0;
}
._DropDownEntry.hasDefinitionDisclosure ._DataEntryLabel {
  grid-column: 1/3;
  position: relative;
}

._ValidatedDateEntry {
  display: flex;
}
._ValidatedDateEntry ._TextEntry {
  min-width: initial;
  width: 6.75rem;
}
.mobile ._ValidatedDateEntry ._TextEntry {
  width: 7.5rem;
}
._ValidatedDateEntry ._DataEntryLabel {
  display: block;
  max-width: calc(100vw - 3rem);
}
._ValidatedDateEntry ._DataEntryLabel[class] {
  width: calc(100vw - 3rem);
  width: max-content;
}
._ValidatedDateEntry ._DatePicker {
  align-self: flex-end;
  flex-shrink: 0;
}
._ValidatedDateEntry ._DatePicker[aria-disabled=true], ._ValidatedDateEntry ._DatePicker[aria-disabled=true]:hover {
  background-color: #dbdbdb;
}
.tvmode ._ValidatedDateEntry ._DatePicker[aria-disabled=true], .tvmode ._ValidatedDateEntry ._DatePicker[aria-disabled=true]:hover, .tvmode ._ValidatedDateEntry ._DatePicker[aria-disabled=true]:focus {
  background-color: #dbdbdb;
}

._ValidatedDateEntry ._TextEntry + ._DatePicker {
  margin-bottom: 0.5rem;
  height: calc(2rem + 2px);
}
.mobile ._ValidatedDateEntry ._TextEntry + ._DatePicker[class] {
  font-size: 1.2rem;
  height: calc(1.5em + 1.3px);
}
._ValidatedDateEntry ._TextEntry.ghosted + ._DatePicker {
  margin-bottom: 0.25rem;
  height: 2.5rem;
}

._VerticalDate {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.3rem 0 0.5rem;
  color: #41a0ff;
}
._VerticalDate .verticalMonth {
  font-size: 1.2rem;
  text-transform: uppercase;
}
html[lang=fi] ._VerticalDate .verticalMonth {
  font-size: 0.9rem;
  overflow-wrap: normal;
}
html[lang=ar] ._VerticalDate .verticalMonth {
  font-size: 1.04rem;
}
._VerticalDate .verticalDateOfMonth {
  font-size: 2.2rem;
  line-height: 2rem;
}
html[lang=ar] ._VerticalDate .verticalDateOfMonth {
  font-size: 1.9066666667rem;
}

._PreText {
  display: flex;
  align-items: flex-start;
  word-break: break-word;
}
._PreText:not(.titleOnly) .disclosureButton {
  border-radius: 6px;
  margin: 0 -0.5rem;
  padding: 0.2rem 0.5rem;
}
._PreText:not(.titleOnly) .disclosureButton:hover {
  text-decoration: none;
}
._PreText .preTextBody {
  margin-top: 0.25rem;
  font-size: 90%;
}
._PreText.neutral.titleOnly, ._PreText.neutral .disclosureButton {
  color: #000000;
  align-self: flex-start;
}
._PreText.neutral .disclosureButton:hover {
  background-color: rgba(0, 120, 191, 0.1);
}

.TablePaginationControls {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.TablePaginationControls .PageNavigator {
  color: #00843d;
  display: flex;
  align-items: center;
}
.TablePaginationControls .PageNavigator:not([aria-disabled=true]):hover {
  text-decoration: underline;
}
.tvmode .TablePaginationControls .PageNavigator:not([aria-disabled=true]):hover, .tvmode .TablePaginationControls .PageNavigator:not([aria-disabled=true]):focus {
  text-decoration: underline;
}

.TablePaginationControls .PageNavigator[aria-disabled=true] {
  color: #565656;
}
.TablePaginationControls .PageNavigator .chevronIcon {
  width: 1.7rem;
  height: 1.7rem;
}
.TablePaginationControls .PageNavigator .chevronIcon.prevArrow {
}
.TablePaginationControls .PageNavigator .chevronIcon.nextArrow {
  transform: scaleX(-1)
}
@media only screen and (max-width: 768px) {
  .TablePaginationControls .navigatorText {
    display: none;
  }
}
.TablePaginationControls .PageIndicator {
  display: flex;
  justify-content: center;
  margin: 0rem 0.75rem;
  width: auto;
  white-space: nowrap;
  line-height: normal;
}

._Carousel {
  position: relative;
  width: 100%;
}
._Carousel .previousButton, ._Carousel .nextButton {
  position: absolute;
  background-color: white;
  background-clip: border-box;
  border: 1px solid #dfe1e5;
  border-radius: 50%;
  display: flex;
  height: 2rem;
  justify-content: center;
  transition: opacity linear 0.25s;
  width: 2rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  top: calc(50% - 26px);
  z-index: 1;
  padding-top: 0.45rem;
  opacity: 80%;
}
._Carousel .previousButton:not(.slideEnd):hover, ._Carousel .previousButton:not(.slideStart):hover, ._Carousel .nextButton:not(.slideEnd):hover, ._Carousel .nextButton:not(.slideStart):hover {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}
@media (hover: hover) {
  ._Carousel .previousButton:hover, ._Carousel .nextButton:hover {
    opacity: 100%;
    transition: none;
  }
}
@media print {
  ._Carousel .previousButton, ._Carousel .nextButton {
    display: none;
  }
}
._Carousel .previousButton {
  transform: rotate(-90deg);
  right: -0.6rem;
}
.mobile ._Carousel .previousButton {
  right: -0.375rem;
}
._Carousel .nextButton {
  transform: rotate(90deg);
  left: -0.6rem;
}
.mobile ._Carousel .nextButton {
  left: -0.375rem;
}
._Carousel .scrollableCarousel {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
._Carousel .scrollableCarousel::-webkit-scrollbar {
  width: 0;
  height: 0;
}
._Carousel .scrollableCarousel:focus {
  outline: none;
  /* This is done for a weird Firefox oddity that we want to remove */
}
._Carousel .scrollableCarousel > ._List {
  display: flex;
}
@media print {
  ._Carousel .scrollableCarousel > ._List {
    display: flex;
    flex-direction: column;
  }
}
._Carousel .scrollableCarousel > ._List > ._ListElement {
  padding: 0.25rem 0.5rem;
  overflow-x: hidden;
  overflow-wrap: break-word;
  flex: 0 0 100%;
  scroll-snap-align: start;
}
._Carousel .scrollableCarousel > ._List > ._ListElement:first-child {
  padding-right: 1px;
}
._Carousel .scrollableCarousel > ._List > ._ListElement:last-child {
  padding-left: 1px;
}
._Carousel .scrollableCarousel > ._List.large > ._ListElement {
  flex-basis: 85%;
}
@media only screen and (min-width: 769px) {
  ._Carousel .scrollableCarousel > ._List.large > ._ListElement {
    flex-basis: 67%;
  }
}
._Carousel .scrollableCarousel > ._List.medium > ._ListElement {
  flex-basis: 75%;
}
@media only screen and (min-width: 769px) {
  ._Carousel .scrollableCarousel > ._List.medium > ._ListElement {
    flex-basis: 33.3%;
  }
}
._Carousel .scrollableCarousel > ._List.small > ._ListElement {
  flex-basis: 67%;
}
@media only screen and (min-width: 769px) {
  ._Carousel .scrollableCarousel > ._List.small > ._ListElement {
    flex-basis: 20%;
  }
}
._Carousel .scrollableCarousel > ._List.extra-small > ._ListElement {
  flex-basis: 33%;
}
@media only screen and (min-width: 769px) {
  ._Carousel .scrollableCarousel > ._List.extra-small > ._ListElement {
    flex-basis: 20%;
  }
}
._Carousel .scrollableCarousel > ._List.extra-small ._ListElement {
  flex-basis: 33.3%;
}
@media only screen and (min-width: 769px) {
  ._Carousel .scrollableCarousel > ._List.extra-small ._ListElement {
    flex-basis: 20%;
  }
}

._PaginationDots {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}
._PaginationDots .dot {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  background: #767676;
  opacity: 0.5;
  margin: 0.2rem;
  transition: all 0.15s ease-in-out;
}
._PaginationDots .dot.active {
  opacity: 1;
  background-color: currentColor;
  background-color: var(--wp-proxy-bgcolor, currentColor);
}
._PaginationDots .dot.offscreen, ._PaginationDots .dot.medDot, ._PaginationDots .dot.smallDot {
  margin-right: 0;
  margin-left: 0;
}
._PaginationDots .dot.offscreen {
  transform: scale(0);
  width: 0;
}
._PaginationDots .dot.medDot {
  transform: scale(80%);
}
._PaginationDots .dot.smallDot {
  transform: scale(50%);
}

._Disclosure {
  display: flex;
  flex-direction: column;
}
._Disclosure .disclosureButton {
  color: #00843d;
  padding: 0.3rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  contain: paint;
}
._Disclosure .disclosureButton:hover {
  text-decoration: underline;
}
.tvmode ._Disclosure .disclosureButton:hover, .tvmode ._Disclosure .disclosureButton:focus {
  text-decoration: underline;
}

._Disclosure .disclosureButton .disclosureChevron {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  padding-top: 0.2rem;
  vertical-align: middle;
  transition: transform 0.3s;
}
._Disclosure .disclosureButton .disclosureChevronExpanded {
  transform: rotate(180deg);
}

._NestedLoadMoreList .nestedListGroup {
  margin-bottom: 1rem;
}
._NestedLoadMoreList .listCount {
  margin-bottom: 0.25rem;
}

._Menu {
  position: relative;
}
._Menu > * {
  width: auto;
}
._Menu ._ShieldOfJustice {
  z-index: 10;
}

._MenuButton {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: transparent;
  box-shadow: none;
  color: #00843d;
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
  z-index: 11;
}
._MenuButton:focus, ._MenuButton:hover {
  text-decoration: none;
}
.tvmode ._MenuButton:focus, .tvmode ._MenuButton:hover, .tvmode ._MenuButton:focus {
  text-decoration: none;
}

._MenuButton[disabled][class][class], ._MenuButton[aria-disabled=true][class][class], ._MenuButton.disabled[class][class] {
  cursor: default;
}
._MenuButton[disabled][class][class], ._MenuButton[disabled][class][class]:focus, ._MenuButton[disabled][class][class]:hover, ._MenuButton[disabled][class][class]:active, ._MenuButton[aria-disabled=true][class][class], ._MenuButton[aria-disabled=true][class][class]:focus, ._MenuButton[aria-disabled=true][class][class]:hover, ._MenuButton[aria-disabled=true][class][class]:active, ._MenuButton.disabled[class][class], ._MenuButton.disabled[class][class]:focus, ._MenuButton.disabled[class][class]:hover, ._MenuButton.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._MenuButton[disabled][class][class], .tvmode ._MenuButton[disabled][class][class]:focus, .tvmode ._MenuButton[disabled][class][class]:hover, .tvmode ._MenuButton[disabled][class][class]:active, .tvmode ._MenuButton[disabled][class][class]:focus, .tvmode ._MenuButton[aria-disabled=true][class][class], .tvmode ._MenuButton[aria-disabled=true][class][class]:focus, .tvmode ._MenuButton[aria-disabled=true][class][class]:hover, .tvmode ._MenuButton[aria-disabled=true][class][class]:active, .tvmode ._MenuButton[aria-disabled=true][class][class]:focus, .tvmode ._MenuButton.disabled[class][class], .tvmode ._MenuButton.disabled[class][class]:focus, .tvmode ._MenuButton.disabled[class][class]:hover, .tvmode ._MenuButton.disabled[class][class]:active, .tvmode ._MenuButton.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._MenuButton[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuButton[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._MenuButton:active:hover {
  outline: 0;
}
.mobile ._MenuButton[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._MenuButton[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._MenuButton[class]:focus {
  outline: 0;
}
.tvmode ._MenuButton[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._MenuButton[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._MenuButton[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuButton[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._MenuButton[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._MenuButton::-moz-focus-inner {
    border: none;
  }
  ._MenuButton:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
._MenuButton:hover {
  text-decoration: underline;
}
.tvmode ._MenuButton:hover, .tvmode ._MenuButton:focus {
  text-decoration: underline;
}

._MenuButton:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._MenuButton {
  color: #92caab;
}

._MenuButton:active {
  background-color: rgba(0, 132, 61, 0.1);
}
._MenuButton .menuIcon {
  flex-shrink: 0;
}
._MenuButton .menuIcon.beforeText {
  margin-left: 0.1rem;
}
._MenuButton .menuIcon.afterText {
  margin-right: 0.1rem;
}

._MenuList {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  max-height: 50vh;
  max-width: calc(100vw - 1.5rem);
  width: 300px;
  overflow-y: auto;
  position: absolute;
  z-index: 11;
}
@media print {
  ._MenuList {
    display: none;
  }
}
._MenuList.origin-start {
  right: 0;
}
._MenuList.origin-end {
  left: 0;
}

._MenuCommandOption {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: transparent;
  box-shadow: none;
  color: #00843d;
  color: #363636;
  display: flex;
  margin: 0;
  padding: 0.5rem;
  text-align: right;
  width: 100%;
}
._MenuCommandOption:focus, ._MenuCommandOption:hover {
  text-decoration: none;
}
.tvmode ._MenuCommandOption:focus, .tvmode ._MenuCommandOption:hover, .tvmode ._MenuCommandOption:focus {
  text-decoration: none;
}

._MenuCommandOption[disabled][class][class], ._MenuCommandOption[aria-disabled=true][class][class], ._MenuCommandOption.disabled[class][class] {
  cursor: default;
}
._MenuCommandOption[disabled][class][class], ._MenuCommandOption[disabled][class][class]:focus, ._MenuCommandOption[disabled][class][class]:hover, ._MenuCommandOption[disabled][class][class]:active, ._MenuCommandOption[aria-disabled=true][class][class], ._MenuCommandOption[aria-disabled=true][class][class]:focus, ._MenuCommandOption[aria-disabled=true][class][class]:hover, ._MenuCommandOption[aria-disabled=true][class][class]:active, ._MenuCommandOption.disabled[class][class], ._MenuCommandOption.disabled[class][class]:focus, ._MenuCommandOption.disabled[class][class]:hover, ._MenuCommandOption.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._MenuCommandOption[disabled][class][class], .tvmode ._MenuCommandOption[disabled][class][class]:focus, .tvmode ._MenuCommandOption[disabled][class][class]:hover, .tvmode ._MenuCommandOption[disabled][class][class]:active, .tvmode ._MenuCommandOption[disabled][class][class]:focus, .tvmode ._MenuCommandOption[aria-disabled=true][class][class], .tvmode ._MenuCommandOption[aria-disabled=true][class][class]:focus, .tvmode ._MenuCommandOption[aria-disabled=true][class][class]:hover, .tvmode ._MenuCommandOption[aria-disabled=true][class][class]:active, .tvmode ._MenuCommandOption[aria-disabled=true][class][class]:focus, .tvmode ._MenuCommandOption.disabled[class][class], .tvmode ._MenuCommandOption.disabled[class][class]:focus, .tvmode ._MenuCommandOption.disabled[class][class]:hover, .tvmode ._MenuCommandOption.disabled[class][class]:active, .tvmode ._MenuCommandOption.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._MenuCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._MenuCommandOption:active:hover {
  outline: 0;
}
.mobile ._MenuCommandOption[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._MenuCommandOption[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._MenuCommandOption[class]:focus {
  outline: 0;
}
.tvmode ._MenuCommandOption[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._MenuCommandOption[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._MenuCommandOption[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuCommandOption[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._MenuCommandOption[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._MenuCommandOption::-moz-focus-inner {
    border: none;
  }
  ._MenuCommandOption:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
._MenuCommandOption:hover {
  text-decoration: underline;
}
.tvmode ._MenuCommandOption:hover, .tvmode ._MenuCommandOption:focus {
  text-decoration: underline;
}

._MenuCommandOption:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._MenuCommandOption {
  color: #92caab;
}

._MenuCommandOption:active {
  background-color: rgba(0, 132, 61, 0.1);
}
._MenuCommandOption ._image {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

._MenuToggleCommandOption {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: transparent;
  box-shadow: none;
  color: #00843d;
  color: #363636;
  display: flex;
  margin: 0;
  padding: 0.5rem;
  text-align: right;
  width: 100%;
}
._MenuToggleCommandOption:focus, ._MenuToggleCommandOption:hover {
  text-decoration: none;
}
.tvmode ._MenuToggleCommandOption:focus, .tvmode ._MenuToggleCommandOption:hover, .tvmode ._MenuToggleCommandOption:focus {
  text-decoration: none;
}

._MenuToggleCommandOption[disabled][class][class], ._MenuToggleCommandOption[aria-disabled=true][class][class], ._MenuToggleCommandOption.disabled[class][class] {
  cursor: default;
}
._MenuToggleCommandOption[disabled][class][class], ._MenuToggleCommandOption[disabled][class][class]:focus, ._MenuToggleCommandOption[disabled][class][class]:hover, ._MenuToggleCommandOption[disabled][class][class]:active, ._MenuToggleCommandOption[aria-disabled=true][class][class], ._MenuToggleCommandOption[aria-disabled=true][class][class]:focus, ._MenuToggleCommandOption[aria-disabled=true][class][class]:hover, ._MenuToggleCommandOption[aria-disabled=true][class][class]:active, ._MenuToggleCommandOption.disabled[class][class], ._MenuToggleCommandOption.disabled[class][class]:focus, ._MenuToggleCommandOption.disabled[class][class]:hover, ._MenuToggleCommandOption.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.tvmode ._MenuToggleCommandOption[disabled][class][class], .tvmode ._MenuToggleCommandOption[disabled][class][class]:focus, .tvmode ._MenuToggleCommandOption[disabled][class][class]:hover, .tvmode ._MenuToggleCommandOption[disabled][class][class]:active, .tvmode ._MenuToggleCommandOption[disabled][class][class]:focus, .tvmode ._MenuToggleCommandOption[aria-disabled=true][class][class], .tvmode ._MenuToggleCommandOption[aria-disabled=true][class][class]:focus, .tvmode ._MenuToggleCommandOption[aria-disabled=true][class][class]:hover, .tvmode ._MenuToggleCommandOption[aria-disabled=true][class][class]:active, .tvmode ._MenuToggleCommandOption[aria-disabled=true][class][class]:focus, .tvmode ._MenuToggleCommandOption.disabled[class][class], .tvmode ._MenuToggleCommandOption.disabled[class][class]:focus, .tvmode ._MenuToggleCommandOption.disabled[class][class]:hover, .tvmode ._MenuToggleCommandOption.disabled[class][class]:active, .tvmode ._MenuToggleCommandOption.disabled[class][class]:focus {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}

.tvmode:not(.hideFocus) ._MenuToggleCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption.disabled[class][class][class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuToggleCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption.disabled[class][class][class]:focus {
    outline: #0078BF solid 3px;
  }
}

._MenuToggleCommandOption:active:hover {
  outline: 0;
}
.mobile ._MenuToggleCommandOption[class] {
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._MenuToggleCommandOption[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) ._MenuToggleCommandOption[class]:focus {
  outline: 0;
}
.tvmode ._MenuToggleCommandOption[class] {
  padding: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 560px) {
  .tvmode ._MenuToggleCommandOption[class] {
    padding: 0.5rem;
  }
}

.tvmode:not(.hideFocus) ._MenuToggleCommandOption[class]:focus {
  outline: #0078BF solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuToggleCommandOption[class]:focus {
    outline: #0078BF solid 3px;
  }
}
.darkmode .tvmode:not(.hideFocus) ._MenuToggleCommandOption[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  ._MenuToggleCommandOption::-moz-focus-inner {
    border: none;
  }
  ._MenuToggleCommandOption:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
._MenuToggleCommandOption:hover {
  text-decoration: underline;
}
.tvmode ._MenuToggleCommandOption:hover, .tvmode ._MenuToggleCommandOption:focus {
  text-decoration: underline;
}

._MenuToggleCommandOption:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._MenuToggleCommandOption {
  color: #92caab;
}

._MenuToggleCommandOption:active {
  background-color: rgba(0, 132, 61, 0.1);
}
._MenuToggleCommandOption ._image {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

/* Copyright 2021 Epic Systems Corporation */
.FamilyHistory[class] .topAddFamilyMemberButton {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.FamilyHistory[class] .bottomAddFamilyMemberButton {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .FamilyHistory[class] .topAddFamilyMemberButton, .FamilyHistory[class] .bottomAddFamilyMemberButton {
    display: flex;
    justify-content: center;
  }
  .FamilyHistory[class] .topAddFamilyMemberButton > .AddFamilyMemberButton, .FamilyHistory[class] .bottomAddFamilyMemberButton > .AddFamilyMemberButton {
    width: 100%;
  }
}
.FamilyHistory[class] > .FamilyMember {
  margin-bottom: 1.5rem;
}

.FamilyMemberForm {
  flex: 1;
  display: flex;
}
.FamilyMemberForm .cardContent {
  flex-direction: column;
  margin-right: 1rem;
}
.FamilyMemberForm .formHeader {
  margin-bottom: 0.3rem;
  padding: 0;
  outline: none;
}
.FamilyMemberForm .requiredInputLegend {
  margin-right: -0.58rem;
}
.FamilyMemberForm .requiredInputLegend .createCard {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .FamilyMemberForm .cardContent .requiredInputLegend {
    margin-right: 0;
  }
  .FamilyMemberForm .FamilyMemberInitialsIcon {
    display: none;
  }
  .FamilyMemberForm .cardContent {
    margin-right: 0;
  }
}

@supports (display: grid) {
  .FamilyMemberForm .cardContent {
    display: flex;
  }
}
.FamilyMemberSummary[class] {
  display: flex;
  flex-direction: row;
}
.FamilyMemberSummary[class] .familyMemberDetails {
  min-width: 0;
  margin-right: 1rem;
}
.FamilyMemberSummary[class] .cardHeader {
  padding-top: 0;
  padding-bottom: 0;
}
.FamilyMemberSummary[class] .cardSubheader {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #565656;
}
.FamilyMemberSummary[class] .problemSummaryList {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.FamilyMemberSummary[class] li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.FamilyMemberSummary[class][class] .nodata {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  font-size: 1rem;
  padding: 1rem 0;
  margin: 0;
  flex: 1;
  text-align: right;
}

@supports (display: grid) {
  .FamilyMemberSummary[class] {
    flex: 1;
  }
  .FamilyMemberSummary[class] .familyMemberDetails {
    display: flex;
    flex-direction: column;
  }
  .FamilyMemberSummary[class] .problemSummaryList {
    flex: 1;
  }
}
.FamilyMemberList {
  display: flex;
  flex-direction: column;
}
.FamilyMemberList:not(:first-of-type) {
  margin-top: 1rem;
}
.FamilyMemberList .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.FamilyMemberList .list > li {
  flex: 1 1 auto;
  min-width: 300px;
  max-width: calc(33.33% - .7rem);
  margin: 0 0 0.7rem 0.7rem;
  padding: 0;
}
.FamilyMemberList.inEditMode .list > li {
  max-width: 100%;
}
.FamilyMemberList .relationshipGroupHeader {
  padding-bottom: 0.25rem;
}
.FamilyMemberList h3:first-child.relationshipGroupHeader {
  padding-top: 0rem;
}

@supports (display: grid) {
  .FamilyMemberList {
    display: block;
  }
  .FamilyMemberList .list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 0.7rem;
  }
  .FamilyMemberList .list > li {
    height: 100%;
    margin: 0;
    max-width: 100%;
    min-width: 0;
  }
  .FamilyMemberList.inEditMode .list {
    grid-template-columns: 1fr;
  }
  .FamilyMemberList .relationshipGroupHeader {
    padding-bottom: 0.25rem;
    word-break: break-word;
  }
  .FamilyMemberList h3:first-child.relationshipGroupHeader {
    padding-top: 0rem;
  }
}
.ProblemDetailsForm[class] {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.ProblemDetailsForm[class] .problemHeader {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 100%;
  padding: 0;
}
.ProblemDetailsForm[class] .commentField input {
  width: 100%;
}

.ProblemSummary .problemHeading {
  display: inline;
  padding: 0;
  color: #363636;
  font-weight: bold;
}
.ProblemSummary .ageOfOnsetText[class],
.ProblemSummary .commentText[class] {
  margin: 0;
  font-size: 0.85rem;
}

.AddFamilyMemberButton {
  word-break: break-word;
}
.AddFamilyMemberButton .buttonIcon {
  margin-left: 0.5rem;
}

.FamilyMember[class] {
  word-break: break-word;
  height: 100%;
  width: 100%;
  margin: 0;
}

@supports (display: grid) {
  .FamilyMember[class] {
    display: flex;
    flex-direction: column;
  }
}
.FamilyMemberInitialsIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #00843d;
  color: #ffffff;
  font-size: 1.5rem;
}

.FamilyMemberFormInputs {
  margin-top: 1.25rem;
  flex: 1;
}
.FamilyMemberFormInputs .nameAndRelationshipGrid {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.FamilyMemberFormInputs .fullWidthInput input, .FamilyMemberFormInputs select {
  width: 100%;
}
.FamilyMemberFormInputs ._TextEntry:not(.ghostInput) ._DataEntryLabel,
.FamilyMemberFormInputs ._DropDownEntry ._DataEntryLabel {
  display: inline;
}
.FamilyMemberFormInputs ._Choice ._DataEntryLabel {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  line-height: 1.5rem;
  margin: 0;
}
.FamilyMemberFormInputs .nodata[class][class] {
  margin-top: 0;
  margin-bottom: 1rem;
}

.FamilyHistoryQuestionHeader .questionPrompt {
  padding-top: 0;
  outline: none;
  word-break: break-word;
}
.FamilyHistoryQuestionHeader .questionNote {
  word-break: break-word;
}

/* Copyright 2020-2021 Epic Systems Corporation */
.signatureControl {
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #dbdbdb;
  bottom: 0;
  background-color: #ffffff;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
}
.signatureControl .signatureTypeChoice legend {
  display: none;
}
.signatureControl .assistivetext {
  height: 0;
  position: absolute;
  overflow: hidden;
}
.signatureControl .CanvasContainer {
  position: relative;
  margin-bottom: 0.5rem;
}
.signatureControl .CanvasContainer .CaptureCanvas {
  width: 100%;
  border-radius: 10px;
  border: 2px dashed #cccccc;
  background-image: url("../../images/e-signature/blue_box.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.signatureControl .CanvasContainer .CaptureCanvas.readOnly {
  background-image: url("../../images/e-signature/grey_box.png");
}
.signatureControl .CanvasContainer .CaptureCanvas.review {
  background-image: url("../../images/e-signature/grey_box_empty.png");
}
.signatureControl .CanvasContainer .CaptureCanvas.canvasCursorDraw {
  cursor: url("data:text/plain;base64,AAABAAEAICAAAAAAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAgBAAAAAAAAAAAAAAAAAAAAAAAAAAAADfAAAAgf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAIFiVkn/nYl1352JdUH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1EZ2Jdd+diXX/nYl1/52JdY+diXUR////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1QZ2Jdf+diXX/nYl1/52Jdd+diXWvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1j52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Uf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wGdiXURnYl1752Jdf+diXX/nYl1/52Jdf+diXX/nYl1Yf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wGdiXWvnYl1/52Jdf+diXX/nYl1/52Jdf+diXX/nYl1gf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXX/nYl1n////wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdVGdiXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/nYl1r52JdRH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdWGdiXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/nYl1z52JdRH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdYGdiXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/nYl1z52JdSH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdZ+diXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/nYl1n////wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2Jda+diXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1EZ2Jdc+diXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1EZ2Jdc+diXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1IZ2JdZ+diXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AZ2Jdf+diXVh////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXVh////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXVh////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXVh////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1Mf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXVh////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXXvnYl1If///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXVh////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52Jdf+diXVB////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXVh////AZ2JdTGdiXXvnYl1/52Jdf+diXX/nYl1/52JdXH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXWPnYl1v52Jdf+diXX/nYl1/52Jdf+diXX/nYl1/52JdRH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1n52Jdf+diXX/nYl1/52Jdc+diXWBnYl1cZ2Jde+diXXv////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BnYl1QZ2JdUGdiXUR////Af///wH///8BnYl1Ef///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") 0 31, auto;
}
.signatureControl .CanvasContainer .CaptureCanvas.canvasCursorHover {
  cursor: url("data:text/plain;base64,AAABAAEAICAAAAAAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAgBAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAHwAAACUAAAAjAAAAGwAAABEAAAALAAAABwAAAAP///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAABGTgG6rmoZy5WlbTmEAAAAnAAAAHwAAABkAAAARAAAACwAAAAUAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BXVFGG5uHdOOdiXX/nYl1/4t5Z6MtJyE5AAAAJwAAAB8AAAAXAAAADQAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAAJg3NiTZ2Jdf+diXX/nYl1/5mGcuWSf229XFBFUwAAACMAAAAZAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAAUAAAANk4BumZ2Jdf+diXX/nYl1/52Jdf+biHTzc2RVbQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAlLQjghnIh08Z2Jdf+diXX/nYl1/52Jdf+diXX/e2tbewAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAABQAAAA2YhHG3nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/h3ZklQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAADAAAAB4NyYTuciHTxnYl1/52Jdf+diXX/nYl1/52Jdf+diXX/j31rrwAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAADAAAAB458almdiXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/koBtvTIsJTMAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAADAAAAB5F/bGediXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/mIRx1zIsJTMAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAADAAAACZSBb4ediXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/mIRx109FOz8AAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAAFAAAADZeDcKediXX/nYl1/52Jdf+diXX/nYl1/52Jdf+diXX/j31rrwAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAAMAAAAHAAAAD5iFcbWdiXX/nYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAAMAAAAHWk5DHZqHc9OdiXX/nYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAAMAAAAHYVRIG5uHdNOdiXX/nYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAAMAAAAFg3JhJ5mFcqWciHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAADAAAAB4JxYTuciHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAADAAAAB39vXzuciHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAAFAAAADXNlVkGciHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAAUAAAAPAAAAGWRYS0ubiHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAABwAAABEAAAAfAAAAJV9TR0+biHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAAHAAAAEZ2Jdf99bV15AAAAKV5SRlGbiHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAbAAAADwAAAAcAAAAD////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////AQAAAAUAAAALl4Nwp52Jdf98bFx5AAAAKV5SRlGbiHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk5DVQAAACUAAAAZAAAADQAAAAX///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAcAAAAPloNwp52Jdf98bFx5AAAAKV5SRlGbiHTxnYl1/52Jdf+diXX/nYl1/52Jdf+biHTzWk9DUwAAACMAAAAXAAAACwAAAAP///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAcAAAAPloNwp52Jdf98bFx5AAAAKV5SRlGbiHTznYl1/52Jdf+diXX/nYl1/52Jdf+biHTzXVFFUQAAAB0AAAANAAAABf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAcAAAAPloNwp52Jdf98bFx5AAAAKV1RRVGbiHTznYl1/52Jdf+diXX/nYl1/52Jdf+ciHTxU0g+PQAAABMAAAAH////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAcAAAAPloNwp52Jdf97bFx7AAAAK1lOQlWbh3TznYl1/52Jdf+diXX/nYl1/52Jdf9sX1FdAAAAGwAAAA////8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAcAAAAPloNwp52Jdf97a1x7AAAALVlNQlWbh3TznYl1/52Jdf+diXX/nYl1/4JxYYcAAAAlAAAAGf///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAcAAAAPl4Nwp52Jdf+MemmhlYJvy52Jdf+diXX/nYl1/52Jdf+diXX/nYl1/3xsXXkAAAAj////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAcAAAALmYVypZ2Jdf+diXX/nYl1/5uIdNGXg3CFk4Fud52Jdf+diXX/nYl1/4BwX3X///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8BAAAAAwAAAAUAAAAHloJvQ5WCb0N1ZlcVAAAABQAAAAUAAAAHkoBtZ52Jdf+diXX/nYl1/////wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wEAAAADAAAAAwAAAAP///8B////AQAAAAMAAAAHlYJvZZ2JdfGdiXXxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") 0 31, auto;
}
.signatureControl .CanvasContainer .ClearCanvas {
  position: absolute;
  padding: 3px;
  top: 0px;
  left: 8px;
}
.signatureControl .CanvasContainer .assistivetext {
  bottom: 0.75rem;
  font-size: 1.25rem;
  left: 0;
}
.signatureControl .CanvasContainer .Annotation {
  position: absolute;
  top: 5px;
  right: 9px;
  font-size: 20px;
  user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .signatureControl .CanvasContainer .Annotation {
    font-size: 0.8rem;
    top: 8px;
    right: 8px;
  }
}
.datatile .signatureControl {
  max-height: none;
}

.documentHolder {
  background-color: #dbdbdb;
}
@media (min-width: 1280px) {
  .documentHolder {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1300px) {
  .documentHolder {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .documentHolder .buttoncheck {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .documentHolder ._mainContent {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 1rem !important;
    width: 100% !important;
  }
}
.documentHolder ._mainContent ._sigFieldImage, .documentHolder ._mainContent ._sigField, .documentHolder ._mainContent ._sigFieldDiv, .documentHolder ._mainContent ._sigFieldDiv img, .documentHolder ._mainContent ._sigField img {
  max-width: 100%;
}
.documentHolder .documentPage {
  background-color: #ffffff;
  margin: auto;
  box-shadow: -3px 2px 8px -1px rgba(0, 0, 0, 0.2);
  max-width: 9in;
  position: relative;
}
.documentHolder .documentPage .documentContent {
  position: relative;
}
.documentHolder .documentPage .documentContent ._dataFieldVertical {
  margin-top: 0.2rem;
}
.documentHolder .documentPage .documentContent input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.documentHolder .documentPage .documentContent input[type=radio] {
  -webkit-appearance: radio;
  border-radius: 8px;
}
.documentHolder .documentPage .documentContent input[type=checkbox], .documentHolder .documentPage .documentContent input[type=radio] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0.4rem 0.5rem;
}
.documentHolder .documentPage .documentContent .printButton {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
}
.documentHolder .offScreen {
  max-height: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}
.documentHolder ._esigCheckboxSpan, .documentHolder ._esigOptionListOuter, .documentHolder ._ftSpan {
  position: relative;
}
.documentHolder ._esigOptionListOuterSpan {
  display: block;
}
.documentHolder ._esigCheckbox, .documentHolder ._esigOptionListOuter input[type=checkbox], .documentHolder ._esigOptionListOuter input[type=radio] {
  width: 1rem;
  height: 1rem;
}
.documentHolder ._esigCheckboxSpan._esigCheckboxSpanReq:before, .documentHolder ._ftSpan._ftSpanReq:before, .documentHolder ._esigOptionListOuter._esigOptionListOuterReq:before {
  position: absolute;
  right: -0.8rem;
  top: 0;
  display: inline-block;
  background: url("../../images/required_asterisk.png") scroll no-repeat transparent 100% 0/0.5rem 0.5rem;
  color: transparent;
  content: "";
  height: 0.5rem;
  margin: 0 0 0 -0.5rem;
  overflow: hidden;
  vertical-align: top;
  width: 0.5rem;
  border-color: #d80000 transparent transparent;
}
.documentHolder ._esigOptionListOuter._esigOptionListOuterReq:before {
  top: 0.2rem;
}

._sigFieldStatusIcon {
  max-width: none;
}

.documentContent {
  overflow-y: auto;
}
.mobile .documentContent .iconOnly.printButton {
  display: none !important;
  visibility: hidden !important;
}
.mobile .documentContent .iconOnly.printButton img {
  display: none !important;
  visibility: hidden !important;
}
.documentContent ._mainContent {
  min-height: inherit !important;
}
.datatile .documentContent ._mainContent {
  min-height: 20rem !important;
}
.documentContent .fmtConv table {
  max-width: none;
  word-break: break-word;
  table-layout: fixed;
}

.documentpopup .fmtConv table {
  max-width: none;
  word-break: break-word;
  table-layout: fixed;
}

.buttonsDrawer {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-top: 2px solid #cccccc;
  background: #ffffff;
}

#printFrame {
  display: none;
}

@media only screen and (orientation: landscape) and (max-height: 376px) {
  .narrowArea.stickyToast {
    position: static;
  }
}

.Animation.animToast {
  bottom: 1.25rem;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  z-index: 1000;
}
.Animation.animToast.showing {
  animation-name: showToast;
}
.Animation.animToast.hiding {
  animation-name: showToast;
  animation-direction: reverse;
}
.datatile .Animation.animToast {
  bottom: initial;
  top: 1.25rem;
}
.datatile .Animation.animToast.showing {
  animation-name: showDataTileToast;
}
.datatile .Animation.animToast.hiding {
  animation-name: showDataTileToast;
}

.stickyToast {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
.stickyToast .Animation.animToast {
  position: initial;
}

@keyframes showToast {
  from {
    transform: translateY(calc(100% + 1.25rem));
  }
  to {
    transform: translateY(0);
  }
}
@keyframes showDataTileToast {
  from {
    transform: translateY(calc(0% - 1.25rem));
  }
  to {
    transform: translateY(0);
  }
}
.TransparentOverlay {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: 0%;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 0%;
  z-index: 100;
  outline: none;
}
.TransparentOverlay.show {
  height: 100%;
  width: 100%;
}
.TransparentOverlay > * {
  max-width: 80%;
}
.TransparentOverlay .Banner .btnAcknowledge {
  margin-right: auto;
  margin-left: auto;
}

.childrenWrapper {
  height: 100%;
}
.childrenWrapper.blur {
  filter: blur(5px);
}

/* Copyright 2018-2020 Epic Systems Corporation */
/* #region Variables */
/* #region Colors */
/* #endregion */
/* #endregion */
/* #region Document */
._hideDocument {
  visibility: hidden;
}

/* #endregion */
/* #region Signature Fields */
/* #region General Mixins */
/* #endregion */
/* #region Components */
/* #region Sig Field */
/* #region Mixins */
/* #endregion */
/* #region Styles */
._sigField {
  display: inline-block;
  vertical-align: bottom;
}

._readOnlySigField {
  display: inline-block;
  vertical-align: bottom;
}

span._readOnlySigField ._sigFieldDiv {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  background-color: white;
  border-color: black;
  cursor: auto !important;
  opacity: 0.4;
}

span._readOnlySigField ._sigFieldDiv:hover {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  border-color: transparent;
  outline: 2px solid #0073B5 !important;
}

span._readOnlySigField ._sigFieldDiv:focus {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  border-color: transparent;
  outline: 2px solid #0073B5 !important;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv {
  cursor: pointer;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  background-color: #9e9e9e;
  border-color: transparent;
  cursor: auto !important;
  opacity: 0.4;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv:focus {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  border-color: transparent;
  outline: 2px solid #0073B5 !important;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv {
  cursor: pointer;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  background-color: #d6efff;
  border-color: transparent;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv:hover {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  background-color: #a3dcff;
  border-color: transparent;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv:focus {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  background-color: #a3dcff;
  border-color: #0073B5 !important;
  outline: none;
}

span._sigField._inactiveSignature._enabledField ._sigFieldImage {
  cursor: pointer;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 0;
  border-width: 1px;
  background-color: #d6efff;
  border-color: transparent;
}

span._sigField._inactiveSignature._enabledField ._sigFieldImage:hover {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 0;
  border-width: 1px;
  background-color: #a3dcff;
  border-width: 1px !important;
  border-color: #a3dcff !important;
}

span._sigField._inactiveSignature._enabledField ._sigFieldImage:focus {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 0;
  border-width: 1px;
  background-color: #a3dcff;
  border-color: #0073B5 !important;
  outline: none;
  border-width: 2px !important;
}

span._sigField._activeSignature ._sigFieldDiv {
  cursor: default;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 2px;
  border-width: 2px;
  background-color: #f0f9ff;
  border-color: #14a6ff !important;
  border-style: dashed !important;
  border-radius: 5px !important;
  outline: none;
}

span._sigField._activeSignature ._sigFieldImage {
  cursor: default;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
  border-style: solid;
  vertical-align: bottom;
  border-radius: 0;
  border-width: 1px;
  background-color: #f0f9ff;
  border-color: #14a6ff !important;
  border-style: dashed !important;
  border-radius: 5px !important;
  outline: none;
}

/* #endregion */
/* #endregion */
/* #region Status Icon */
/* #region Mixins */
/* #endregion */
/* #region Styles */
._sigFieldStatusIconDiv {
  position: relative;
  display: inline-block;
  overflow: visible;
}

._sigFieldStatusIcon {
  display: none;
}

span[sigSigned] ._sigFieldStatusIconDiv {
  height: 70px;
}

span[sigSigned]._sigField._signedField ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  background-color: white;
  border-radius: 50%;
  top: -2px;
}

span._sigField._inactiveSignature ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
}

span[sigRequired]._sigField._inactiveSignature ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
}

span[sigSigned]._sigField._inactiveSignature ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  background-color: white;
  border-radius: 50%;
  top: 2px;
}

span._sigField._inactiveSignature._disabledField ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  top: -68px;
}

span[sigSigned]._sigField._inactiveSignature._disabledField ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  background-color: white;
  border-radius: 50%;
  top: 2px;
}

span._sigField._activeSignature ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
}

span[sigSigned]._sigField._activeSignature ._sigFieldStatusIconDiv ._sigFieldStatusIcon {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: -27px;
  display: block;
  background-color: transparent;
  border-radius: 0;
  background-color: white;
  border-radius: 50%;
  top: 2px;
}

/* #endregion */
/* #endregion */
/* #region Sig Field Pill */
/* #region Mixins */
/* #endregion */
/* #region Styles */
/* #region Read Only */
span._readOnlySigField ._sigFieldDiv ._sigFieldPill {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-top: -2px;
  margin-right: -2px;
  font-size: 16px;
  min-width: 90%;
  height: 1.42em;
  overflow: hidden;
  border-radius: 0px 2px 0px 5px;
}

span._readOnlySigField ._sigFieldDiv ._sigFieldPill ._sigFieldPillBody {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-size: inherit;
  padding: 3px;
  padding-right: 15px;
  float: right;
  height: 100%;
  min-width: 45%;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  border-radius: 0px 2px 0px 5px;
  color: white;
  background-color: black;
  opacity: 0.7;
}

span._readOnlySigField ._sigFieldDiv ._sigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  border-bottom: 1.5px solid #0073B5;
}

span._readOnlySigField ._sigFieldDiv ._sigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 28px;
  top: 0.5rem;
}

span._readOnlySigField ._sigFieldDiv ._smallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  top: -8px;
  border-bottom: 1.5px solid #0073B5;
}

span._readOnlySigField ._sigFieldDiv ._smallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 24px;
  top: 0.85rem;
}

span._readOnlySigField ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  top: -6px;
  border-bottom: 0.5px solid #0073B5;
}

span._readOnlySigField ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 14px;
  top: 0.25rem;
}

/* #endregion */
/* #region Disabled */
span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._sigFieldPill {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-top: -2px;
  margin-right: -2px;
  font-size: 16px;
  min-width: 90%;
  height: 1.42em;
  overflow: hidden;
  border-radius: 0px 2px 0px 5px;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._sigFieldPill ._sigFieldPillBody {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-size: inherit;
  padding: 3px;
  padding-right: 15px;
  float: right;
  height: 100%;
  min-width: 45%;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  border-radius: 0px 2px 0px 5px;
  color: white;
  background-color: black;
  opacity: 0.7;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._sigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  border-bottom: 1.5px solid #0073B5;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._sigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 28px;
  top: 0.5rem;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._smallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  top: -8px;
  border-bottom: 1.5px solid #0073B5;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._smallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 24px;
  top: 0.85rem;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  top: -6px;
  border-bottom: 0.5px solid #0073B5;
}

span._sigField._inactiveSignature._disabledField ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 14px;
  top: 0.25rem;
}

/* #endregion */
/* #region Inactive */
span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._sigFieldPill {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-top: -2px;
  margin-right: -2px;
  font-size: 16px;
  min-width: 90%;
  height: 1.42em;
  overflow: hidden;
  border-radius: 0px 2px 0px 5px;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._sigFieldPill ._sigFieldPillBody {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-size: inherit;
  padding: 3px;
  padding-right: 15px;
  float: right;
  height: 100%;
  min-width: 45%;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  border-radius: 0px 2px 0px 5px;
  color: white;
  background-color: #0073B5;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._sigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  border-bottom: 1.5px solid #0073B5;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._sigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 28px;
  top: 0.5rem;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._smallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  top: -8px;
  border-bottom: 1.5px solid #0073B5;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._smallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 24px;
  top: 0.85rem;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  top: -6px;
  border-bottom: 0.5px solid #0073B5;
}

span._sigField._inactiveSignature._enabledField ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 14px;
  top: 0.25rem;
}

/* #endregion */
/* #region Active */
span._sigField._activeSignature ._sigFieldDiv ._sigFieldPill {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-top: -2px;
  margin-right: -2px;
  font-size: 16px;
  min-width: 90%;
  height: 1.42em;
  overflow: hidden;
  border-radius: 0px 2px 0px 5px;
}

span._sigField._activeSignature ._sigFieldDiv ._sigFieldPill ._sigFieldPillBody {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -ms-touch-action: none;
  display: inline-block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-size: inherit;
  padding: 3px;
  padding-right: 15px;
  float: right;
  height: 100%;
  min-width: 45%;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  border-radius: 0px 2px 0px 5px;
  color: white;
  background-color: #14a6ff;
}

span._sigField._activeSignature ._sigFieldDiv ._sigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  border-bottom: 1.5px solid #0073B5;
}

span._sigField._activeSignature ._sigFieldDiv ._sigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 28px;
  top: 0.5rem;
}

span._sigField._activeSignature ._sigFieldDiv ._smallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  top: -8px;
  border-bottom: 1.5px solid #0073B5;
}

span._sigField._activeSignature ._sigFieldDiv ._smallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  font-size: 24px;
  top: 0.85rem;
}

span._sigField._activeSignature ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  top: -14px;
  margin: 0px 30px;
  height: calc(100% - 22px);
  visibility: hidden;
  top: -6px;
  border-bottom: 0.5px solid #0073B5;
}

span._sigField._activeSignature ._sigFieldDiv ._extraSmallSigFieldInstructionWrapper ._sigFieldInstructionText {
  text-align: center;
  color: #797979;
  font-family: "Segoe Print", "Damascus", "Chalkboard SE";
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 14px;
  top: 0.25rem;
}

/* #endregion */
/* #endregion */
/* #endregion */
/* #endregion */
/* #endregion */
/* #region Data Fields */
._dataField {
  cursor: pointer;
}

._dataField:focus {
  box-shadow: 0 0 5px #14a6ff;
  border: 1px solid #14a6ff;
  outline: none;
}

._dataField[dataType="0"] {
  background-color: #ccecff;
}

._isHSWeb._ftSpan {
  display: inline-grid;
  display: -ms-inline-grid;
  width: 100%;
  max-width: 350px;
  color: black;
  margin: 2px;
  -ms-grid-columns: 1fr;
}

td ._isHSWeb._ftSpan {
  margin-right: 2%;
  width: 96%;
}

._isHSWeb._ftSpan[_readonly], ._isHSWeb._ftSpan[_disabled] {
  background-color: #eef7ff;
}

._isHSWeb._ftSpan[_readonly] input, ._isHSWeb._ftSpan[_disabled] input {
  cursor: not-allowed;
}

._ftSpan div {
  display: inline;
}

._ftSpan input {
  width: 100%;
  max-width: 350px;
  display: inline;
  min-width: 0px;
  background-color: transparent;
  color: black;
}

._document .chkFilter:not(:checked) + .inpLabel .chkTxt::before {
  background-color: white;
  border-color: black;
}

._document .radioFilter:not(:checked) + .inpLabel .chkTxt::before {
  background-color: white;
}

._document .chkUnlabeledData:not(:checked) + .inpLabel::before {
  background-color: white;
}

._document .chkUnlabeledData + .inpLabel::before {
  border-color: black;
}

._document .chkContainer.inpDataContainer.inpOnly:not([_disabled]):not([_readOnly]):not([aria-disabled]) label:hover::before {
  border-color: #0073b5;
}

._chkBorder {
  box-sizing: border-box;
  border: 0;
  padding: 3px;
  padding-bottom: 4px;
  margin-left: 16px;
}

._chkRequiredBorder {
  box-sizing: border-box;
  border: 1px solid;
  border-color: #C70000;
  background-color: rgba(199, 0, 0, 0.05);
  border-radius: 2px;
  z-index: 0;
  padding: 2px;
  padding-bottom: 3px;
  margin-left: 8px;
}

._chkRequiredIcon {
  top: 2px;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -8px;
}

._chkRequiredIconBuffer {
  width: 22px;
}

._dataList > div > div > div > [id^="epic://esig?"] {
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
}

._dataList > div > div > div > label > [id^="epic://esig?"] {
  line-height: 1 !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  min-height: 0 !important;
  border: 0 !important;
}

/* #region Random weird data ones */
.esigDataRequired {
  top: 0px;
  right: 0px;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #C70000;
  background-color: rgba(199, 0, 0, 0.05);
  margin-right: -3px;
  margin-bottom: -3px;
}

.esigDataRequired > input {
  padding-right: 16px;
}

._dataFieldHorizontal {
  padding-right: 16px;
  display: inline-block;
}

._dataFieldVertical {
  margin-top: 2px;
}

._dataFieldHorizontal > span {
  margin-right: 2px;
}

._dataFieldVertical > span {
  margin-right: 2px;
}

/* #endregion */

.EmailAddressField .fullWidthInput input,
.EmailAddressField .fullWidthInput select {
  width: 100%;
}

.NameFields .fullWidthInput input,
.NameFields .fullWidthInput select {
  width: 100%;
}

.ContactInformationFields .fullWidthInput input,
.ContactInformationFields .fullWidthInput select {
  width: 100%;
}

.OtherDemographicFields .fullWidthInput input,
.OtherDemographicFields .fullWidthInput select {
  width: 100%;
}

.DateOfBirthField {
  margin-bottom: 24px;
}
.DateOfBirthField .fullWidthInput ._TextEntry {
  width: 100%;
}
.DateOfBirthField .fullWidthInput input,
.DateOfBirthField .fullWidthInput select {
  width: 100%;
}

.IdentityFields .fullWidthInput input,
.IdentityFields .fullWidthInput select {
  width: 100%;
}
.IdentityFields .NationalIdentifierField .fullWidthInput input,
.IdentityFields .NationalIdentifierField .fullWidthInput select {
  width: 100%;
}

.SexAndGenderFields .fullWidthInput input,
.SexAndGenderFields .fullWidthInput select {
  width: 100%;
}

.StandaloneDemographicsForm .navButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 0.5rem;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .StandaloneDemographicsForm .navButtons {
    flex-wrap: wrap;
  }
  .StandaloneDemographicsForm .navButtons button {
    width: 100%;
  }
}
.StandaloneDemographicsForm .errorSummary {
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .PhoneNumberRow {
    margin: 0;
    padding: 0;
  }
}
.PhoneNumberRow ._DataEntrySet-legend {
  color: transparent !important;
  display: block !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 0 !important;
}
@media screen and (max-width: 768px) {
  .PhoneNumberRow ._DataEntrySet-fields {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .PhoneNumberRow ._DataEntrySet-fields {
    flex-wrap: nowrap;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .PhoneNumberRow .phoneNumberInput {
    width: fit-content;
  }
}
.PhoneNumberRow .phoneNumberInput:last-child {
  margin-left: calc(24px + (2 * 0.5rem) + 0.2rem);
}
@media screen and (max-width: 768px) {
  .PhoneNumberRow .deletePhoneRowButton[class] {
    box-sizing: content-box;
    padding: 0.25rem 0 0.25rem 0.25rem;
    margin: -0.5rem 0 0.25rem 0;
  }
}
@media screen and (min-width: 769px) {
  .PhoneNumberRow .deletePhoneRowButton[class] {
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    padding: 0.5rem;
    margin: 1rem 0.2rem 0 0;
    flex-shrink: 0;
  }
  .PhoneNumberRow .deletePhoneRowButton[class] .deletePhoneRowButtonLabel {
    display: none;
  }
}

.PhoneTypeField {
  min-width: 5rem;
  margin-left: 0.5rem;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .PhoneTypeField > ._ValidatedInput {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 769px) {
  .PhoneTypeField {
    width: fit-content;
  }
}
.PhoneTypeField > ._DropDownEntry {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .PhoneFieldsWithSelectableType ._ListElement:not(:last-child) .PhoneNumberRow {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .PhoneFieldsWithSelectableType {
    width: fit-content;
  }
}
.PhoneFieldsWithSelectableType .addPhoneButton[class] {
  stroke: #00843d;
  margin-top: 0;
  padding: 0.375rem 0 0.375rem 0.375rem;
}

/* Copyright 2022 Epic Systems Corporation */
.TextOptInPage {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .TextOptInPage {
    width: 80%;
  }
}
.TextOptInPage .greenCheck {
  fill: green;
}
.TextOptInPage .nextButtonContainer {
  margin: 1rem 0px;
}
.TextOptInPage .checkmarkText {
  display: flex;
  align-items: center;
}
.TextOptInPage .workflowContainer .ToggleSwitch {
  margin-bottom: 0;
  margin-top: 1rem;
}
.TextOptInPage .workflowContainer {
  background-color: #ffffff;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.mobile .TextOptInPage .workflowContainer {
  overflow: hidden;
}
.TextOptInPage .centeredElement[class] {
  margin: 0.5rem auto;
}
.TextOptInPage .centeredContainer {
  text-align: center;
}
.TextOptInPage .verificationCodeContainer > input {
  text-align: center;
  height: 4rem;
  width: 17rem;
  display: block;
  margin: 0rem auto;
  font-size: xx-large;
}
.mobile .TextOptInPage .verificationCodeContainer > input {
  width: 100%;
}
.TextOptInPage .verificationCodeContainer > label {
  text-align: center;
  font-size: x-large;
  padding-top: 0.75rem;
}
.TextOptInPage .verificationCodeContainer.ghosted > label {
  font-size: 0.6rem;
  padding-top: 0rem;
}
.mobile .TextOptInPage .verificationCodeContainer.ghosted > label {
  font-size: x-large;
}
.TextOptInPage .verificationDescription[class] {
  margin-top: 0;
}
.TextOptInPage .resendButton {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.TextOptInPage .editLink {
  margin: auto 0.5rem;
}
.TextOptInPage .workflowHeader {
  display: flex;
}
.TextOptInPage .inactiveHeader {
  color: #999999;
}
.TextOptInPage .CallToActionComponent {
  margin-top: 1.5rem;
}
.TextOptInPage .fitContentWidth {
  width: fit-content;
}
.TextOptInPage .proxyText[class][class], .TextOptInPage .proxyCommPrefLink[class][class] {
  margin-top: 1.5rem;
}

.CallToActionComponent .ctaText {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.CallToActionComponent .ctaLink[class] {
  margin-left: 0.5rem;
}

.RouterWorkflow[class] ._ActionGroup {
  justify-content: center;
}

.ComboBox {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 0.5rem;
  min-width: 50%;
  width: 100%;
  width: max-content;
}

.ghostInput .ComboBoxLabel {
  position: relative;
  z-index: 1;
}

.ComboBoxInput {
  display: flex;
  align-items: center;
  position: relative;
}
.ComboBoxInput .ComboBoxIconButton {
  margin-right: calc( 			-2rem - 1px 		);
  width: 2rem;
  height: 2rem;
  position: relative;
}
.ComboBoxInput .ComboBoxIconButton::before {
  content: "";
  position: absolute;
  background-color: #dbdbdb;
  width: 1px;
  height: calc( 				2rem - 2 * 0.25rem 			);
  right: -1px;
  top: 0.25rem;
}
.ComboBoxInput .ComboBoxIcon.size-10 {
  width: 10px;
  height: 10px;
}
.ComboBoxInput .ComboBoxInputField {
  padding: 0.25rem 0.25rem 0.25rem calc( 		6 * 0.25rem + 10px + 1px 	);
  margin-bottom: 0;
  width: 100%;
}

.ghostInput label.required + .ComboBox input {
  background: url("../../images/required_asterisk.png") scroll no-repeat #ffffff 0.1rem 0.1rem/0.5rem 0.5rem; background-position: top right;
}
.ghostInput .ComboBox input {
  height: 2.5rem;
}
.ghostInput.ghosted .ComboBoxInputField {
  padding: 0.875rem 0.25rem 0 calc( 				4 * 0.25rem + 10px + 1px 			);
}

.ComboBoxSuggestions {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  display: block;
  font-family: Source Sans Pro, Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
  padding: 0.25rem;
  resize: none;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 #000000;
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 50;
  top: 100%;
}
.ComboBoxSuggestions:invalid {
  box-shadow: none;
}
.ComboBoxSuggestions.touched:invalid {
  box-shadow: 0 0 1.5px 1px #d80000;
  outline: none;
}
.ComboBoxSuggestions.touched:invalid:focus:not(*:root) {
  outline: auto 5px #d80000;
}
.ComboBoxSuggestions[disabled][class], .ComboBoxSuggestions[aria-disabled=true][class] {
  background-color: #f2f2f2;
  color: #565656;
}

.ComboBoxOption {
  display: block;
  padding: 0.1rem 0.5rem;
  cursor: default;
}
.ComboBoxOption.empty {
  color: #565656;
}
.ComboBoxOption.focused {
  background-color: #0078BF;
  color: #ffffff;
}
.ComboBoxOption.NoResultsMessage {
  font-style: italic;
}
.ComboBoxOption.disabled {
  color: #999999;
}

@media only screen and (max-width: 768px) {
  .ComboBoxOption {
    padding: 0.75rem 0.5rem;
    font-size: 120%;
  }

  .ComboBoxOption + .ComboBoxOption {
    border-top: 1px solid #dbdbdb;
  }
}
.AddressFields .fullWidthInput input,
.AddressFields .fullWidthInput select,
.AddressFields .fullWidthInput .ComboBox {
  width: 100%;
}

