<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#roi_calc #roi-sliders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #f59120;
  margin-bottom: 25px;
}
#roi_calc #roi-sliders .main-var {
  border: 1px solid #f59120;
  padding: 10px;
  margin: 0px;
}
#roi_calc #roi-sliders .main-var table.main td {
  color: #363839;
}
#roi_calc #roi-sliders .main-var table.main td.col-label {
  font-size: 9pt;
}
#roi_calc #roi-sliders .main-var table.main td.col-input {
  width: 25%;
}
#roi_calc #roi-sliders .main-var table.main td.col-input input {
  text-align: right;
  color: #363839;
}
#roi_calc #roi-sliders .main-var table.main input[type=text].roi-calc-field {
  border: 0px solid #00ba8a;
  text-align: right;
}
#roi_calc #roi-sliders .main-var table.main td.slider-wrapper {
  padding: 10px 10px 0px 10px;
}
#roi_calc #roi-sliders .main-var table.main td.smin {
  text-align: left;
}
#roi_calc #roi-sliders .main-var table.main td.smax {
  text-align: right;
}
#roi_calc #roi-sliders .main-var table.main .ui-slider.ui-slider-horizontal {
  display: flex;
  height: 1px;
  align-items: center;
  border: 1px solid #00ba8a;
  background-color: #00ba8a;
}
#roi_calc #roi-sliders .main-var table.main .ui-slider .ui-slider-handle:before,
#roi_calc #roi-sliders .main-var table.main .ui-slider .ui-slider-handle:after {
  border: 1px solid #00ba8a;
  background-color: #00ba8a;
}
#roi_calc .calc-row {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
}
#roi_calc .calc-row.row1 {
  width: 100%;
}
#roi_calc .calc-row.row2 {
  width: 100%;
}
#roi_calc h2.section-header {
  margin-top: 30px;
  font-weight: 600;
  font-size: 32px !important;
}
#roi_calc .roi-spacer {
  margin: 30px 0px;
  border: 0px solid;
}
#roi_calc #roi-sections table {
  width: 100%;
  border: 1px solid #f59120;
  margin: 5px auto;
}
#roi_calc #roi-sections table td {
  padding: 5px 10px;
  color: #363839;
}
#roi_calc #roi-sections table td.col-label {
  font-size: 10pt;
}
#roi_calc #roi-sections table td.col-input {
  width: 140px;
}
#roi_calc #roi-sections table td.col-input input {
  text-align: right;
  color: #363839;
}
#roi_calc #roi-sections table tr.minmax td {
  border-bottom: 1px solid #aaa;
  font-size: 9pt;
  color: #00ba8a;
}
#roi_calc #roi-sections table tr.table-title td {
  background-color: #363839;
  font-weight: bold;
  color: #fff;
}
#roi_calc #roi-sections table tr.row-label td {
  background-color: #6a6a6b;
  font-weight: bold;
  color: #fff;
}
#roi_calc #roi-sections table tr.total td {
  background-color: #f59120;
  font-weight: bold;
  color: #fff;
}
#roi_calc #roi-sections table td.col-label {
  text-align: right;
}
#roi_calc #roi-sections table input[type=number] {
  text-align: right;
  color: #000;
  font-weight: 600;
}
#roi_calc #roi-sections table tr.row-input,
#roi_calc #roi-sections table tr.row-output {
  display: none;
}
#roi_calc #roi-sections table.table-falls .row-title td,
#roi_calc #roi-sections table.table-loi .row-title td {
  background-color: #f59120;
}
#roi_calc #roi-sections table.table-los tr.total td {
  background-color: #363839;
}
#roi_calc .orange_button {
  border: 1px solid #f59120;
  background-color: #f59120 !important;
  margin-right: 10px;
  padding: 5px 20px;
  color: #fff;
}
#roi_calc a.backtotop {
  border: 1px solid #f59120;
  background-color: #f59120 !important;
  margin-right: 10px;
  padding: 5px 20px;
  color: #fff;
}
#roi_calc #button-wrap {
  display: none;
}
#roi_calc #button-wrap a {
  border: 1px solid #f59120;
  background-color: #f59120 !important;
  margin-right: 10px;
  padding: 5px 20px;
  color: #fff;
}
#roi_calc #roi-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#roi_calc #monthly-io-table tfoot td,
#roi_calc #monthly-io-table th {
  background-color: #777;
  color: #fff;
}
#roi_calc #monthly-io-table td.num {
  text-align: right;
}
#roi_calc #monthly-io-table td {
  border-bottom: 1px solid #aaa;
}
.senior-living-banner #roi-calc-button a.fl-button,
.senior-living-banner #book-a-demo a.fl-button,
.senior-living-banner #single-system-button a.fl-button {
  font-size: 9pt !important;
  min-height: 65px;
  padding: 9px !important;
  line-height: 1.4 !important;
}
.senior-living-banner #roi-calc-button a.fl-button {
  padding-top: 15px !important;
}
.senior-living-banner #book-a-demo a.fl-button {
  padding-top: 20px !important;
  font-size: 8pt !important;
}
.senior-living-banner #single-system-button a.fl-button {
  font-size: 8pt !important;
}
#roi-share-button a.uabb-button {
  width: 100%;
}
#gform_wrapper_7 h2,
#gform_wrapper_7 legend,
#gform_wrapper_7 label {
  color: #363839;
}
#gform_wrapper_7 input#gform_submit_button_7 {
  color: #fff !important;
}
@media only screen and (max-width: 667px) {
  #roi_calc #roi-sliders,
  #roi_calc #roi-sections {
    grid-template-columns: repeat(1, 1fr);
  }
}
</pre></body></html>