@font-face {
  font-family: "Fallback - Roboto Condensed Light";
  src: local(Arial Narrow);
  size-adjust: 105%;
  ascent-override: 90%;
  descent-override: normal;
  line-gap-override: normal;
}

@font-face {
  font-family: "Fallback - Roboto Condensed Regular";
  src: local(Arial Narrow);
  size-adjust: 106%;
  ascent-override: 90%;
  descent-override: normal;
  line-gap-override: normal;
}

@font-face {
  font-family: "Fallback - Lato Regular";
  src: local(Arial);
  size-adjust: 97%;
  ascent-override: 99%;
  descent-override: normal;
  line-gap-override: normal;
}

@font-face {
  font-family: "Fallback - Lato Bold";
  src: local(Arial);
  size-adjust: 99%;
  ascent-override: 99%;
  descent-override: normal;
  line-gap-override: normal;
}

body {
  background: rgb(94.5882352941%, 95.2156862745%, 96.2823529412%);
  overflow-y: scroll;
}

[x-cloak] {
  display: none;
}

.app-footer {
  padding: 2rem 0;
  border-top: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
}

.app-footer p {
  font-size: 14px;
  font-size: 0.875rem;
}

.emc-logo--app-footer {
  display: inline-block;
}

.emc-logo--app-footer img {
  width: 150px;
  height: 30px;
}

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

.app-footer-content__item {
  margin-bottom: 2rem;
}

.legal-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.legal-links li {
  line-height: 1;
}

.legal-links li + li {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
}

.legal-links li a {
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  line-height: 1;
}

.form-label {
  letter-spacing: 0.01rem;
}

.form-floating > .form-control + label,
.form-floating > .form-select ~ label {
  letter-spacing: 0.01rem;
  color: #60737B;
}

.form-floating > .form-text {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.form-floating > .form-control:placeholder-shown ~ label {
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgb(94.5882352941%, 95.2156862745%, 96.2823529412%);
}

.form-floating > .form-select:disabled,
.form-floating > .form-select[readonly] {
  background-color: rgb(94.5882352941%, 95.2156862745%, 96.2823529412%);
}

.form-floating > .form-control:disabled + label,
.form-floating > .form-control[readonly] + label,
.form-floating > .form-select:disabled ~ label,
.form-floating > .form-select[readonly] ~ label,
.form-floating > .form-control:disabled:not(:placeholder-shown) + label,
.form-floating > .form-control[readonly]:not(:placeholder-shown) + label,
.form-floating > .form-select:disabled:not(:placeholder-shown) ~ label,
.form-floating > .form-select[readonly]:not(:placeholder-shown) ~ label {
  color: #60737B;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #3671a7;
  opacity: 1;
}

.form-floating > .form-control.is-invalid ~ label,
.form-floating > .form-control.is-invalid:not(:placeholder-shown) ~ label,
.form-floating > .form-select.is-invalid ~ label {
  color: #b54747;
  opacity: 1;
}

.form-floating > .form-control.is-invalid,
.form-floating > .form-select.is-invalid {
  background-color: rgb(99.1294117647%, 97.8352941176%, 97.8352941176%);
}

.form-floating > .form-control.is-valid ~ label,
.form-floating > .form-control.is-valid:not(:placeholder-shown) ~ label,
.form-floating > .form-select.is-valid ~ label {
  color: rgb(13.7647058824%, 45.8823529412%, 30.9705882353%);
  opacity: 1;
}

.form-floating > .form-control.is-valid,
.form-floating > .form-select.is-valid {
  background-color: rgb(97.4235294118%, 98.4117647059%, 97.9529411765%);
}

textarea.form-control--xl {
  min-height: 8.75rem;
}

.emc-form-group__item__heading h3,
legend {
  color: #60737B;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

legend {
  float: none;
}

.form-check-group legend {
  font-size: 20px;
  font-size: 1.25rem;
}

.form-check-group .form-check {
  margin-bottom: 0.5rem;
}

.form-floating > input[type=date].form-control {
  position: relative;
}

.form-floating > input[type=date][value=""].form-control {
  color: #60737B;
}

.form-floating > input[type=date][value=""].form-control ~ label {
  color: #60737B;
}

.form-floating > input[type=date].form-control::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0.75rem;
  top: 1.125rem;
  background-image: url("../images/calendar-picker-indicator.svg");
}

.form-floating > input[type=date][value=""].form-control::-webkit-calendar-picker-indicator {
  opacity: 0.3;
}

.form-floating > input[type=date].form-control.is-invalid::-webkit-calendar-picker-indicator {
  right: 2rem;
  background-image: url("../images/calendar-picker-indicator--invalid.svg");
  opacity: 1;
}

.form-floating > input[type=date].form-control.is-invalid ~ label {
  color: #b54747;
}

.form-floating > input[type=date].form-control.is-valid::-webkit-calendar-picker-indicator {
  right: 2rem;
  background-image: url("../images/calendar-picker-indicator--valid.svg");
  opacity: 1;
}

.form-floating > input[type=date].form-control.is-valid ~ label {
  color: rgb(13.7647058824%, 45.8823529412%, 30.9705882353%);
}

.static-floating-form-text {
  position: relative;
}

.static-floating-form-text__value {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1.625rem 0.75rem 0.625rem;
  background-color: rgb(94.5882352941%, 95.2156862745%, 96.2823529412%);
  border-radius: 0.375rem;
}

.static-floating-form-text__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #60737B;
}

.form-control.form-control--remove-appearance::-webkit-outer-spin-button,
.form-control.form-control--remove-appearance::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control.form-control--remove-appearance[type=number] {
  -moz-appearance: textfield;
}

.app-header {
  padding: 0;
  background: #fff;
  border-bottom: 6px solid transparent;
}

.app-header.app-header--internal {
  border-bottom-color: rgb(83.9215686275%, 85.8823529412%, 88.5490196078%);
}

.app-header.app-header--external {
  border-bottom-color: #F5AA27;
}

.app-header.app-header--referralpartner {
  border-bottom-color: #425b76;
}

.app-header-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.app-header-content {
  display: grid;
  grid-template-columns: minmax(46px, auto) 1fr minmax(46px, auto);
  gap: 0px 0px;
}

.app-branding {
  align-self: center;
  padding: 1rem 0;
  text-align: center;
  line-height: 1;
}

.fuse-logo--app-header {
  display: inline-block;
}

.fuse-logo--app-header img {
  width: 112px;
  height: 30px;
  display: block;
}

.app-actions {
  grid-area: bar-end;
  align-self: center;
  justify-self: end;
}

.app-actions .app-actions__btn {
  display: flex;
  align-items: center;
  padding: 0;
}

.app-actions .app-actions__btn.dropdown-toggle::after {
  display: none;
}

.dropdown-item__icon {
  margin-right: 0.25rem;
}

.dropdown-company-profile-switcher {
  padding-bottom: 0.5rem;
}

.dropdown-item--company {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.5rem;
}

.dropdown-item--company .dropdown-item__icon {
  color: #A8B2BD;
}

.dropdown-item--company .dropdown-item__company-name {
  font-size: 15px;
  font-size: 0.9375rem;
}

.dropdown-item--company.current .dropdown-item__icon {
  color: #18649E;
}

.dropdown-section {
  padding-bottom: 0.5rem;
}

.dropdown-section + .dropdown-section {
  border-top: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  padding-top: 0.5rem;
}

.dropdown-section:last-child {
  padding-bottom: 0;
}

.dropdown-item--action {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.dropdown-item__action-label {
  font-family: "Roboto Condensed", "Fallback - Roboto Condensed Regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.status-content {
  display: flex;
  align-items: center;
}

.status-actions {
  margin-left: auto;
}

.app-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.app-navigation__navbar {
  flex-grow: 1;
}

.app-navigation__navbar .app-navigation__level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.app-navigation__navbar .app-navigation__level-1 > li {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.app-navigation__navbar .app-navigation__level-1 > li > a {
  text-decoration: none;
  padding: 1rem 0.875rem;
  color: #18649E;
  display: block;
  transition: color 150ms ease, box-shadow 150ms ease;
  line-height: 1;
  position: relative;
}

.app-navigation__navbar .app-navigation__level-1 > li > a.current {
  color: #343649;
  box-shadow: 0 -1.5rem 1.5rem -1.5rem rgba(24, 100, 158, 0.3) inset;
}

.app-navigation__navbar .app-navigation__level-1 > li > a span {
  position: relative;
  display: block;
  transform: translateY(0);
  transition: transform 150ms ease;
}

.app-navigation__navbar .app-navigation__level-2 {
  display: none;
}

.app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 li:hover > a {
  color: #fff;
  box-shadow: 0 -1.5rem 1.5rem -1.5rem #1C276E inset;
}

.app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 li + li {
  border-top: 1px solid #547EB0;
}

.app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 li a {
  color: #F5F5F9;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-align: center;
}

.app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 li a:hover {
  color: #fff;
  box-shadow: 0 -1.5rem 1.5rem -1.5rem #1C276E inset;
}

.app-navigation__navbar .app-navigation__level-1 > li .app-navigation__level-2 {
  list-style: none;
  margin: 0;
  z-index: 1000;
  background-color: #18649E;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  border-radius: 10px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.app-navigation__navbar .app-navigation__level-1 > li .app-navigation__level-2::before {
  content: "";
  z-index: 1002;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%) translateY(-100%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #18649E;
  pointer-events: none;
}

.app-navigation__toggler__btn {
  line-height: 1;
  padding: 0.5rem;
  border: 1px solid rgb(83.9215686275%, 85.8823529412%, 88.5490196078%);
}

#app-main {
  background: rgb(94.5882352941%, 95.2156862745%, 96.2823529412%);
  position: relative;
  background: linear-gradient(180deg, rgb(99.1176470588%, 99.2156862745%, 99.4117647059%) 0%, rgb(94.5882352941%, 95.2156862745%, 96.2823529412%) 300px, rgb(94.5882352941%, 95.2156862745%, 96.2823529412%) 100%);
}

#view {
  padding: 3rem 0;
}

.view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.view-header h1 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.view-header__actions {
  display: flex;
  align-items: center;
}

.view-header__actions > * {
  margin-left: 1rem;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.view-header__actions > *:first-child {
  margin-left: 0;
}

.view-header__actions .dropdown-item i.bi:first-child {
  margin-right: 0.25rem;
}

.view-header__actions .dropdown-item i.bi:last-child {
  margin-left: 0.25rem;
}

.view-header__actions .dropdown-item i.file-icon {
  font-size: 18px;
  font-size: 1.125rem;
}

.view-header__actions .dropdown-item i.file-icon--spreadsheet {
  color: #34a853;
}

.view-header__actions .dropdown-item i.file-icon--pdf {
  color: #b20d00;
}

.view-header__actions .dropdown-item:active i.file-icon {
  color: #fff;
  opacity: 0.8;
}

.view-header--dual-actions .view-header__actions {
  flex-basis: 20%;
}

.view-header--dual-actions .view-header__actions:last-child {
  justify-content: flex-end;
}

.view-visual--emc-self-enroll {
  height: 375px;
  background-image: url("../images/view-visual-bg-1.jpg");
  background-size: cover;
}

.breadcrumb {
  margin: 0;
}

.breadcrumb-item {
  font-size: 12px;
  font-size: 0.75rem;
  color: #515E6B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

.breadcrumb-item.active {
  color: #515E6B;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #515E6B;
  opacity: 0.3;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #515E6B;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.view-breadcrumbs {
  padding: 0;
  border-bottom: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
}

.view-breadcrumbs nav {
  padding: 1rem 0;
}

.document-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.document-list--flex {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.document-list--flex .document-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.document-list__item {
  margin-bottom: 0.5rem;
}

.document-list__item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgb(86.0784313725%, 87.4509803922%, 92.3529411765%);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.document-list__item a:hover {
  border-color: #C2C9DE;
  background-color: rgb(97.2549019608%, 97.2549019608%, 98.3529411765%);
}

.document-list__item a i {
  margin-right: 0.5rem;
  font-size: 36px;
  font-size: 2.25rem;
}

.document-list__item__icon {
  color: #18649E;
}

.document-list__item__file-details {
  line-height: 1;
}

.document-list__item__file-details__primary {
  display: block;
  font-weight: 700;
  color: #292638;
}

.document-list__item__file-details__secondary {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #60737B;
  margin-top: 0.25rem;
}

.app-actions .dropdown-menu {
  min-width: 15rem;
}

.dropdown-menu--filters {
  min-width: 18rem;
}

.emc-form-group {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-bottom: 3rem;
}

.emc-form-group__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}

.emc-form-group--security-settings .emc-form-group__item:only-child {
  margin-bottom: 0;
}

.emc-table td.emc-table__document-file-size,
.emc-table td.emc-table__document-date,
.emc-table td.emc-table__date {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.emc-table {
  --fuse-table-border-color: rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
  border-color: var(--fuse-table-border-color);
}

.emc-table a {
  text-decoration: none;
}

.emc-table:last-child {
  margin-bottom: 0;
}

.emc-table > thead th {
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515E6B;
}

.emc-table th,
.emc-table td {
  white-space: nowrap;
}

.emc-table th button[data-bs-toggle=tooltip] {
  line-height: 1;
}

.emc-table td {
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}

.emc-table > :not(caption) > * > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.emc-table--layout-fixed {
  table-layout: fixed;
}

.emc-table--bordered > :not(caption) > * > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.emc-table .emc-table__action-column {
  width: 2rem;
}

.emc-table td.emc-table__action-column > .btn > i::before {
  display: block;
}

.emc-table td.emc-table__action-column .dropdown-item i.bi:first-child {
  margin-right: 0.25rem;
}

.emc-table td.emc-table__action-column .dropdown-item i.bi:last-child {
  margin-left: 0.25rem;
}

.emc-table td.emc-table__client-name {
  font-size: 16px;
  font-size: 1rem;
  white-space: normal;
  width: 100%;
}

.emc-table td.emc-table__facility-address {
  width: 100%;
}

.emc-table td.emc-table__facility-address a {
  display: inline-block;
}

.emc-table td.emc-table__fleet-stats {
  padding-right: 0.5rem;
}

.emc-table td.emc-table__comments {
  width: 110px;
}

.emc-table td.emc-table__document-name {
  width: 100%;
  white-space: normal;
}

.emc-table td.emc-table__document-category {
  white-space: normal;
}

.emc-table td.emc-table__document-category .badge {
  white-space: normal;
}

.emc-table td.emc-table__referral-partner {
  font-size: 16px;
  font-size: 1rem;
  white-space: normal;
  width: 100%;
}

.emc-table td.emc-table__client-referral {
  font-size: 16px;
  font-size: 1rem;
  white-space: normal;
  width: 100%;
}

.emc-table td.emc-table__lat-long {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.emc-table--equipment-metrics th,
.emc-table--equipment-metrics td {
  white-space: normal;
  text-align: center;
}

.emc-table--equipment-metrics > thead th {
  font-size: 13px;
  font-size: 0.8125rem;
}

.emc-table--equipment-metrics > tfoot td {
  border-top-width: 2px;
  font-weight: bold;
}

.emc-table--equipment-metrics > :not(caption) > * > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.emc-table--equipment-metrics .emc-table__action-column {
  padding-right: 0.5rem;
}

.emc-table--quarterly-metrics th,
.emc-table--quarterly-metrics td {
  white-space: normal;
}

.emc-table--quarterly-metrics > thead th {
  font-size: 13px;
  font-size: 0.8125rem;
}

.emc-table--quarterly-metrics > tbody td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.emc-table--quarterly-metrics > tbody td.quarterly-metrics-input-cell {
  width: 18%;
}

.emc-table--quarterly-metrics > tbody td.quarterly-metrics-input-cell input {
  text-align: center;
}

.emc-table--quarterly-metrics > tfoot td {
  border-top-width: 2px;
  font-weight: bold;
}

.emc-table--quarterly-metrics > :not(caption) > * > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.emc-table--quarterly-metrics .emc-table__action-column {
  padding-right: 0.5rem;
}

.emc-table--role-matrix thead th {
  vertical-align: bottom;
}

.emc-table--role-matrix thead th:first-child {
  border-right: 0;
}

.emc-table--role-matrix thead th:first-child + th.rotate ~ th.rotate div span::before {
  content: none;
}

.emc-table--role-matrix thead th:last-child {
  text-align: right;
  border-left: 0;
}

.emc-table--role-matrix thead th.rotate {
  height: 140px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: bottom;
  border: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.emc-table--role-matrix thead th.rotate div {
  /* Magic Numbers */
  transform: translate(48px, 1px) rotate(-45deg);
  transform-origin: left bottom;
  width: 40px;
  line-height: 1;
}

.emc-table--role-matrix thead th.rotate div span {
  line-height: 1;
  display: block;
  padding-left: 0.5rem;
  padding-bottom: 0.825rem;
}

.emc-table--role-matrix thead th.rotate div span::before,
.emc-table--role-matrix thead th.rotate div span::after {
  content: "";
  position: absolute;
  width: 198px;
  height: 1px;
  background-color: var(--bs-border-color);
}

.emc-table--role-matrix thead th.rotate div span::before {
  top: -14px;
  left: -40px;
}

.emc-table--role-matrix thead th.rotate div span::after {
  bottom: 0;
  left: 0;
}

.emc-table--role-matrix tbody th {
  width: 260px;
  min-width: 260px;
  vertical-align: middle;
}

.emc-table--role-matrix tbody td {
  border-left-width: 1px;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  vertical-align: middle;
}

.emc-table--role-matrix tbody td :not(:last-child) {
  width: 40px;
}

.emc-table--role-matrix tbody td:first-child {
  white-space: normal;
}

.emc-table--role-matrix tbody td:last-child {
  width: 100%;
  text-align: left;
  white-space: normal;
  padding-left: 1rem;
  padding-right: 1rem;
}

.emc-table__collapsed-row:last-child {
  border: 0;
}

.emc-table__collapsed-row:last-child td {
  border: 0;
}

.emc-table__collapsed-row > td {
  padding: 0;
  border: 0;
}

.tc-mw-40px {
  max-width: 40px;
}

.tc-w-40px {
  width: 40px;
}

.tc-mw-50px {
  max-width: 50px;
}

.tc-w-50px {
  width: 50px;
}

.tc-mw-60px {
  max-width: 60px;
}

.tc-w-60px {
  width: 60px;
}

.tc-mw-80px {
  max-width: 80px;
}

.tc-w-80px {
  width: 80px;
}

.tc-mw-100px {
  max-width: 100px;
}

.tc-w-100px {
  width: 100px;
}

.tc-mw-120px {
  max-width: 120px;
}

.tc-w-120px {
  width: 120px;
}

.tc-mw-140px {
  max-width: 140px;
}

.tc-w-140px {
  width: 140px;
}

.tc-mw-200px {
  max-width: 200px;
}

.tc-w-200px {
  width: 200px;
}

.tc-w-fill {
  width: 100%;
}

.equipment-metrics-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.equipment-metrics-header__quarter-details h3 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0;
}

.equipment-metrics-header__quarter-details__quarter-value {
  color: #18649E;
}

.equipment-metrics-header__quarter-details__quarter-date-range {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
  margin-top: 0.25rem;
}

.equipment-metrics-header__reporting-deadline {
  padding: 0.5rem 1rem;
  border: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
}

.equipment-metrics-header__reporting-deadline span {
  display: block;
  text-align: center;
}

.equipment-metrics-header__reporting-deadline__label {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #515E6B;
}

.equipment-metrics-header__reporting-deadline__value {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fuse-admin-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
  position: sticky;
  top: 1rem;
}

.fuse-admin-nav__item {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
}

.fuse-admin-nav__item:hover {
  background-color: #F6F7F9;
}

.fuse-admin-nav__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fuse-admin-nav__item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fuse-admin-nav__item i:first-child {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  color: #A8B2BD;
}

.fuse-admin-nav__item span {
  flex-grow: 1;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}

.fuse-admin-nav__item--active {
  background-color: #F6F7F9;
}

.fuse-admin-nav__item--active i:first-child {
  color: #18649E;
}

.fancy-check__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.fancy-check__input:checked ~ .fancy-check__label {
  border-color: rgb(65.4901960784%, 70.7843137255%, 82.1568627451%);
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.fancy-check__input:checked ~ .fancy-check__label .fancy-check__label__icon {
  color: #18649E;
}

.fancy-check__input:checked ~ .fancy-check__label .fancy-check__label__text {
  color: #292638;
}

.fancy-check__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border: 1px solid #C2C9DE;
  background-color: rgb(97.2549019608%, 97.2549019608%, 98.3529411765%);
  border-radius: 5px;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.fancy-check__label:hover {
  cursor: pointer;
  background-color: #fff;
  border-color: rgb(86.0784313725%, 87.4509803922%, 92.3529411765%);
}

.fancy-check__label:hover .fancy-check__label__icon {
  color: #A8B2BD;
}

.fancy-check__label:hover .fancy-check__label__text {
  color: #60737B;
}

.fancy-check__label--xl {
  padding: 2rem;
}

.fancy-check__label--icon-inline {
  flex-direction: row;
}

.fancy-check__label--icon-inline .fancy-check__label__icon {
  margin-right: 0.5rem;
}

.fancy-check__label__icon {
  font-size: 28px;
  font-size: 1.75rem;
  color: #CED4DC;
  transition: color 300ms ease;
}

.fancy-check__label__icon--xl {
  font-size: 40px;
  font-size: 2.5rem;
}

.fancy-check__label__text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #83939D;
  transition: color 300ms ease;
}

.fancy-check__label__description {
  color: #83939D;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.fancy-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem 1rem;
  border: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  border-radius: 5px;
  transition: border-color 300ms ease, background-color 300ms ease;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.fancy-link:hover {
  background: #18649E;
  border-color: #18649E;
}

.fancy-link:hover .fancy-link__icon {
  color: #fff;
  opacity: 0.5;
}

.fancy-link:hover .fancy-link__text {
  color: #fff;
}

.fancy-link:hover .fancy-link__description {
  color: #fff;
}

.fancy-link--icon-inline {
  flex-direction: row-reverse;
  padding: 0.75rem;
}

.fancy-link__image img {
  width: 80px;
  display: block;
  max-width: 100%;
  height: auto;
}

.fancy-link__icon {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  color: #A8B2BD;
  transition: color 300ms ease, opacity 300ms ease;
  margin-bottom: 0.5rem;
}

.fancy-link--icon-inline .fancy-link__icon {
  width: 2rem;
  margin-bottom: 0;
}

.fancy-link__text-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fancy-link__text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #292638;
  transition: color 300ms ease;
}

.fancy-link--icon-inline .fancy-link__text {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fancy-link__description {
  color: #60737B;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  transition: color 300ms ease;
}

.fancy-link--icon-inline .fancy-link__description {
  text-align: left;
}

.fancy-link__description span {
  display: block;
}

.fancy-link--icon-inline .fancy-link__description span {
  font-size: 16px;
  font-size: 1rem;
}

.fancy-link--icon-inline .fancy-link__description span:nth-child(2) {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fancy-tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgb(86.0784313725%, 87.4509803922%, 92.3529411765%);
  background-color: rgb(97.2549019608%, 97.2549019608%, 98.3529411765%);
  border-radius: 5px;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.fancy-tab.active,
.fancy-tab:hover {
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.fancy-tab.active .fancy-tab__text,
.fancy-tab:hover .fancy-tab__text {
  color: #60737B;
}

.fancy-tab.active {
  border-color: rgb(65.4901960784%, 70.7843137255%, 82.1568627451%);
}

.fancy-tab.active .fancy-tab__text {
  color: #292638;
}

.fancy-tab.active .fancy-tab__description {
  color: #60737B;
}

.fancy-tab:hover {
  border-color: #C2C9DE;
}

.fancy-tab__text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #83939D;
  transition: color 300ms ease;
}

.fancy-tab__description {
  color: #83939D;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.fancy-tile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem 1rem;
  border: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  border-radius: 5px;
  transition: border-color 300ms ease, background-color 300ms ease;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.fancy-tile--icon-inline {
  flex-direction: row-reverse;
  padding: 1.25rem;
}

.fancy-tile__icon {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  color: #A8B2BD;
  transition: color 300ms ease, opacity 300ms ease;
  margin-bottom: 0.5rem;
}

.fancy-tile__icon i {
  display: block;
  text-align: right;
}

.fancy-tile__icon i::before {
  display: block;
  line-height: 1;
}

.fancy-tile--icon-inline .fancy-tile__icon {
  width: 2rem;
  margin-bottom: 0;
}

.fancy-tile__text-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fancy-tile__numeral {
  display: flex;
  align-items: baseline;
  font-size: 40px;
  font-size: 2.5rem;
  color: #18649E;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.05rem;
}

.fancy-tile__numeral__append {
  font-size: 28px;
  font-size: 1.75rem;
  margin-left: 0.25rem;
}

.fancy-tile__text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #292638;
  transition: color 300ms ease;
}

.fancy-tile--icon-inline .fancy-tile__text {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fancy-tile__description {
  color: #515E6B;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  transition: color 300ms ease;
}

.fancy-tile--icon-inline .fancy-tile__description {
  text-align: left;
}

.fancy-tile__description span {
  display: block;
}

.fancy-tile--icon-inline .fancy-tile__description span {
  font-size: 16px;
  font-size: 1rem;
}

.fancy-tile--icon-inline .fancy-tile__description span:nth-child(2) {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fancy-search-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 0.375rem;
}

.fancy-search-group:focus-within {
  box-shadow: 0 0 0 0.25rem rgb(88.6274509804%, 90%, 91.9607843137%);
}

.fancy-search-group:focus-within .fancy-search-group__input .form-control {
  box-shadow: none;
  border-color: rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
}

.fancy-search-group .fancy-search-group__input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.fancy-search-group .fancy-search-group__input .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fancy-search-group .fancy-search-group__input .fancy-search-group__clear {
  transform: translateY(-50%);
  top: 50%;
  right: 0.375rem;
  position: absolute;
  border: 0;
  background: none;
  z-index: 10000;
  border-radius: 0;
  padding: 0.125rem;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  color: #18649E;
  border-radius: 14px;
  transition: all 300ms ease;
}

.fancy-search-group .fancy-search-group__input .fancy-search-group__clear:hover,
.fancy-search-group .fancy-search-group__input .fancy-search-group__clear:focus {
  background: #18649E;
  color: #fff;
}

.fancy-search-group .fancy-search-group__action {
  margin-left: -1px;
}

.fancy-search-group .fancy-search-group__action .btn {
  position: relative;
  z-index: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fancy-search-group .fancy-search-group__action .btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(65.4901960784%, 70.7843137255%, 82.1568627451%);
}

.view-section__block--search-filters {
  padding: 1rem;
  border-bottom: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(24, 100, 158, 0.2) inset;
}

.search-filters {
  display: flex;
}

.search-filters__chip {
  display: block;
  background: #F6F7F9;
  border: 0;
  position: relative;
  margin-right: 1rem;
  border-radius: 16px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  border: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  transition: all 300ms ease;
}

.search-filters__chip::after,
.search-filters__chip::before {
  content: "";
  height: 12px;
  width: 2px;
  position: absolute;
  right: 1rem;
  top: 50%;
  background-color: rgb(75.4196078431%, 78.337254902%, 81.8980392157%);
}

.search-filters__chip::after {
  transform: translateY(-50%) rotate(-45deg);
}

.search-filters__chip::before {
  transform: translateY(-50%) rotate(45deg);
}

.search-filters__chip:hover {
  background: #FFFFFF;
}

.search-filters__chip__icon {
  margin-right: 0.25rem;
  color: #60737B;
}

.search-filters__chip__value {
  padding-right: 1.5rem;
  font-family: "Roboto Condensed", "Fallback - Roboto Condensed Light", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
}

.fleet-stat-item {
  display: flex;
  align-items: center;
  background: #fff;
  line-height: 1;
}

.fleet-stat-item--has-value .fleet-stat-item__value span {
  background: #18649E;
  color: #fff;
}

.fleet-stat-item__category {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  flex-grow: 1;
}

.fleet-stat-item__value {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem;
}

.fleet-stat-item__value span {
  display: block;
  padding: 0.175rem;
  border-radius: 11px;
  text-align: center;
  min-width: 1.75rem;
}

.fleet-stats--inline {
  display: flex;
  flex-direction: column;
}

.fleet-stats--inline .fleet-stat-item {
  border: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  opacity: 0.5;
  border-radius: 0.25rem;
  background-color: transparent;
  flex-grow: 1;
  margin-bottom: 0.375rem;
}

.fleet-stats--inline .fleet-stat-item .fleet-stat-item__category {
  padding: 0.25rem 0.5rem 0.25rem 0.625rem;
}

.fleet-stats--inline .fleet-stat-item .fleet-stat-item__value {
  text-align: center;
  padding-right: 0.375rem;
}

.fleet-stats--inline .fleet-stat-item .fleet-stat-item__value span {
  background: rgb(93.3333333333%, 94.1176470588%, 95.3725490196%);
  border-radius: 0.25rem;
}

.fleet-stats--inline .fleet-stat-item--has-value {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.fleet-stats--inline .fleet-stat-item--has-value .fleet-stat-item__value span {
  background: #18649E;
}

.fleet-stats--stacked {
  border: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fleet-stats--stacked .fleet-stat-item {
  border-bottom: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
}

.fleet-stats--stacked .fleet-stat-item:last-child {
  border-bottom: 0;
}

.fleet-stats--stacked .fleet-stat-item .fleet-stat-item__category {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  width: 100%;
}

.fleet-stats--stacked .fleet-stat-item .fleet-stat-item__value {
  padding: 0.25rem;
  border-left: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
}

.incentive-report thead th {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: normal;
  vertical-align: bottom;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.incentive-report thead th:first-child ~ th {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.incentive-report-item td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.incentive-report-item td span {
  white-space: nowrap;
}

.incentive-report-item__location-name span {
  font-weight: 700;
}

.incentive-report-item__numeric-data {
  text-align: right;
}

.incentive-report-item__numeric-data span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Courier New", sans-serif;
}

.incentive-report tfoot:not(:first-child) {
  border-top-width: 3px;
  border-color: rgb(75.4196078431%, 78.337254902%, 81.8980392157%);
}

.incentive-report tfoot td {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.incentive-report-totals__label {
  text-align: right;
}

.incentive-report-totals__label span {
  font-weight: 700;
}

.incentive-report-totals__numeric-data span {
  font-family: "Courier New", sans-serif;
  font-weight: 700;
}

.incentive-report-totals td:first-child ~ td {
  text-align: right;
}

.incentive-report__recommendations ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.incentive-report__recommendations ol li {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  counter-increment: rec-counter;
  margin-bottom: 3rem;
  padding-left: 2.75rem;
  font-weight: 300;
}

.incentive-report__recommendations ol li::before {
  content: counter(rec-counter);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: calc(1.75rem - 2px);
  border: 1px solid #18649E;
  text-align: center;
  border-radius: 50%;
  color: #18649E;
  font-weight: bold;
}

.incentive-report__footer-message {
  text-align: center;
}

.incentive-report__footer-message p {
  margin-bottom: 0;
}

.incentive-report__footer-message p:first-child {
  margin-bottom: 1rem;
  font-weight: 700;
}

.user-card {
  display: flex;
  align-items: center;
}

.user-card__avatar {
  margin-right: 1rem;
}

.user-card__avatar a {
  border-radius: 50%;
  display: block;
}

.user-card__details__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.user-card__details__email {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.user-card__details__phone {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.user-profile-datapoints {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  padding: 1rem 0;
  border-top: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  border-bottom: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  margin: 3rem 0;
  column-gap: 24px;
}

.user-profile-datapoints__item__label {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #42495A;
}

@keyframes fuse-loader-rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fuse-loader-animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}

.fuse-loader {
  display: inline-flex;
  align-items: center;
}

.fuse-loader .fuse-loader__icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  color: #231f20;
  animation: fuse-loader-rotation 1s linear infinite;
}

.fuse-loader .fuse-loader__icon::before,
.fuse-loader .fuse-loader__icon::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: #231f20;
  border-radius: 50%;
  animation: fuse-loader-animloader 1s infinite ease-in-out;
}

.fuse-loader .fuse-loader__icon::before {
  background-color: #F5AA27;
  transform: scale(0.5) translate(-24px, -24px);
}

.fuse-loader .fuse-loader__label {
  text-transform: uppercase;
  color: #515E6B;
  letter-spacing: 0.1em;
}

.fuse-loader .fuse-loader__label:first-child {
  margin-right: 0.5rem;
}

.fuse-loader .fuse-loader__label:last-child {
  margin-left: 0.5rem;
}

.fuse-loader--sm .fuse-loader__icon {
  width: 12px;
  height: 12px;
}

.fuse-loader--sm .fuse-loader__icon::before,
.fuse-loader--sm .fuse-loader__icon::after {
  width: 6px;
  height: 6px;
}

.fuse-loader--sm .fuse-loader__icon::before {
  transform: scale(0.5) translate(-12px, -12px);
}

.fuse-loader--sm .fuse-loader__label {
  font-size: 12px;
  font-size: 0.75rem;
}

.fuse-loader--sm .fuse-loader__label:first-child {
  margin-right: 0.25rem;
}

.fuse-loader--sm .fuse-loader__label:last-child {
  margin-left: 0.25rem;
}

.fuse-loader--lg .fuse-loader__icon {
  width: 36px;
  height: 36px;
}

.fuse-loader--lg .fuse-loader__icon::before,
.fuse-loader--lg .fuse-loader__icon::after {
  width: 18px;
  height: 18px;
}

.fuse-loader--lg .fuse-loader__icon::before {
  transform: scale(0.5) translate(-36px, -36px);
}

.fuse-loader--lg .fuse-loader__label {
  font-size: 20px;
  font-size: 1.25rem;
}

.fuse-loader--lg .fuse-loader__label:first-child {
  margin-right: 0.75rem;
}

.fuse-loader--lg .fuse-loader__label:last-child {
  margin-left: 0.75rem;
}

.fuse-loader--stacked {
  flex-direction: column;
}

.fuse-loader--stacked .fuse-loader__icon {
  margin-bottom: 0.5em;
}

.fuse-loader--stacked .fuse-loader__label:first-child,
.fuse-loader--stacked .fuse-loader__label:last-child {
  margin: 0;
}

.fuse-logo--auth-form {
  display: block;
}

.fuse-logo--auth-form img {
  width: 224px;
  height: 60px;
}

.auth-form {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.auth-form--password-reset {
  text-align: center;
}

.auth-form__body {
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.auth-form__body h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.auth-form__body h2 span {
  display: block;
}

.auth-form__icon i {
  color: #F5AA27;
  font-size: 40px;
  font-size: 2.5rem;
}

.auth-form__addon {
  text-align: center;
  padding: 1rem 0;
}

.avatar {
  background-color: rgb(40.3921568627%, 47.6078431373%, 50.9019607843%);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.avatar--sm {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar--md {
  height: 3rem;
  width: 3rem;
}

.avatar--lg {
  height: 5rem;
  width: 5rem;
}

.avatar--xl {
  height: 10rem;
  width: 10rem;
}

.avatar-letters {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  display: flex;
}

.avatar-letters--sm {
  font-size: 0.75rem;
}

.avatar-letters--md {
  font-size: 1.5rem;
}

.avatar-letters--lg {
  font-size: 2.5rem;
}

.avatar-letters--xl {
  font-size: 5rem;
}

.avatar-image {
  width: 100%;
}

.avatar-image img {
  max-width: 100%;
  height: auto;
}

.avatar-actions {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 300ms ease;
}

.avatar-preview {
  width: 100%;
}

.avatar-preview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.avatar-preview--placeholder {
  background: #F6F7F9;
  padding: 3rem 5rem;
}

.avatar-preview--placeholder img {
  width: 100%;
  opacity: 0.3;
}

.avatar-actions__button button {
  opacity: 0.7;
  border-radius: 50%;
  display: block;
  transition: opacity 300ms ease;
}

.avatar-actions__button button:hover {
  opacity: 0.9;
}

.avatar--editable:hover .avatar-actions {
  opacity: 1;
}

.client-logo-preview {
  border: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 5px;
}

.client-logo-preview:not(.client-logo-preview--placeholder) {
  transition: background-color 300ms ease;
}

.client-logo-preview img {
  width: 15rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
  transition: opacity 300ms ease;
}

.client-logo-preview__actions {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: opacity 300ms ease;
}

.client-logo-preview__actions button {
  margin-bottom: 1rem;
}

.client-logo-preview__actions button:last-child {
  margin-bottom: 0;
}

.client-logo-preview--placeholder {
  background-color: #F6F7F9;
}

.client-logo-preview--placeholder .client-logo-preview__actions {
  transition: opacity 300ms ease;
  opacity: 1;
}

.client-logo-preview--placeholder img {
  transition: opacity 300ms ease;
  opacity: 0.2;
}

.comment-list__item {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
}

.comment-list__item:last-child {
  margin-bottom: 0;
}

.comment-list__item p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.comment-list__item__message p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.comment-list__item__meta {
  padding-top: 1rem;
  border-top: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  display: flex;
  align-items: center;
}

.comment-list__item__meta__detail {
  margin-right: 1.5rem;
}

.comment-list__item__meta__detail--action {
  margin-left: auto;
  margin-right: 0;
}

.comment-list__item__meta__detail__icon {
  margin-right: 0.25rem;
}

.container--fluid-until-5xl,
.container--maxwidth-5xl,
.container--fluid-until-4xl,
.container--maxwidth-4xl,
.container--fluid-until-3xl,
.container--maxwidth-3xl,
.container--fluid-until-xxl,
.container--maxwidth-xxl,
.container--fluid-until-xl,
.container--maxwidth-xl,
.container--fluid-until-lg,
.container--maxwidth-lg,
.container--fluid-until-md,
.container--maxwidth-md,
.container--fluid-until-sm,
.container--maxwidth-sm,
.container-5xl,
.container-4xl,
.container-3xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container--fluid-until-sm {
  width: 540px;
  max-width: 100%;
}

.container--fluid-until-md {
  width: 720px;
  max-width: 100%;
}

.container--fluid-until-lg {
  width: 960px;
  max-width: 100%;
}

.container--fluid-until-xl {
  width: 1140px;
  max-width: 100%;
}

.container--fluid-until-xxl {
  width: 1320px;
  max-width: 100%;
}

.container--fluid-until-3xl {
  width: 1560px;
  max-width: 100%;
}

.container--fluid-until-4xl {
  width: 1760px;
  max-width: 100%;
}

.container--fluid-until-5xl {
  width: 1960px;
  max-width: 100%;
}

.data-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  border-radius: 5px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  background-color: #18649E;
  background: linear-gradient(315deg, #547EB0 0%, #1B4085 100%);
}

.data-card__icon {
  color: #18649E;
  font-size: 28px;
  font-size: 1.75rem;
}

.data-card__value {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
}

.data-card__key {
  color: #a5f3ff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.nav-tabs .nav-item .nav-link {
  letter-spacing: 0.05rem;
}

.pagination .page-item .page-link {
  cursor: pointer;
}

.pagination .page-item .page-link i.bi::before {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container.embed-container--linkedin {
  padding-bottom: 100%;
}

.emc-self-enroll {
  margin-top: -15rem;
}

.emc-self-enroll__step h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.emc-self-enroll__step p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #707070;
  line-height: 1.75;
  width: 636px;
  max-width: 100%;
  margin: 0 auto;
}

.emc-self-enroll__step p:last-child {
  margin-bottom: 0;
}

.emc-self-enroll__step--welcome h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 2rem;
  letter-spacing: -0.05rem;
}

.emc-self-enroll__step--welcome p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.75;
  width: auto;
}

.emc-self-enroll__step--welcome p.intro {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375;
}

.emc-self-enroll__step--finish p {
  font-size: 22px;
  font-size: 1.375rem;
  width: auto;
}

.emc-self-enroll__step-content {
  padding: 2rem 2.5rem 2rem;
  text-align: center;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
}

.emc-self-enroll__form-field {
  width: 416px;
  max-width: 100%;
  margin: 3rem auto 0;
}

.emc-self-enroll__form-field .form-control {
  text-align: center;
}

.emc-self-enroll__form-field .form-label {
  transform-origin: top center;
  text-align: center;
}

.emc-self-enroll__form-field .form-floating > .form-control:focus ~ label,
.emc-self-enroll__form-field .form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0);
}

.emc-self-enroll__progress-bar {
  display: flex;
  width: 240px;
  max-width: 100%;
  margin: 0 auto 2rem;
}

.emc-self-enroll__progress-bar__step {
  flex-grow: 1;
  position: relative;
}

.emc-self-enroll__progress-bar__step:last-child {
  flex-grow: 0;
}

.emc-self-enroll__progress-bar__step::before {
  content: "";
  position: absolute;
  background-color: rgb(88.6274509804%, 90%, 91.9607843137%);
  height: 4px;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.emc-self-enroll__progress-bar__step button {
  display: block;
  height: 20px;
  width: 20px;
  border: 4px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.emc-self-enroll__progress-bar__step--complete button {
  border-color: #F5AA27;
  background-color: #F5AA27;
}

.emc-self-enroll__progress-bar__step--complete::before {
  background-color: #F5AA27;
}

.emc-self-enroll__progress-bar__step--current button {
  border-color: #F5AA27;
}

.emc-self-enroll__progress-bar__step--current::before {
  background-color: rgb(88.6274509804%, 90%, 91.9607843137%);
}

.emc-self-enroll__actions {
  margin-top: 2rem;
}

.emc-self-enroll__step-icon {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 1rem;
}

.view-section {
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
}

.view-section--sticky-filters {
  position: sticky;
  top: 1rem;
}

.view-section__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
}

.view-section__header h2 {
  display: flex;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.53125rem 0;
}

@supports (-webkit-font-smoothing: antialiased) {
  .view-section__header h2 {
    -webkit-font-smoothing: antialiased;
  }
}

@supports (-moz-osx-font-smoothing: grayscale) {
  .view-section__header h2 {
    -moz-osx-font-smoothing: grayscale;
  }
}

.view-section__header h2 i {
  color: #F5AA27;
  margin-right: 0.5rem;
  height: 1.5rem;
}

.view-section__header h2 span {
  display: block;
  line-height: 1;
}

.view-section__header--compact {
  padding: 1rem;
}

.view-section__header--compact h2 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
}

.view-section__header--compact h2 i {
  height: auto;
}

.view-section__header__actions {
  display: flex;
  align-items: center;
}

.view-section__header__actions .dropdown-item i.bi:first-child {
  margin-right: 0.25rem;
}

.view-section__header__actions .dropdown-item i.bi:last-child {
  margin-left: 0.25rem;
}

.view-section__header__actions .dropdown-item i.file-icon {
  font-size: 18px;
  font-size: 1.125rem;
}

.view-section__header__actions .dropdown-item i.file-icon--spreadsheet {
  color: #34a853;
}

.view-section__header__actions .dropdown-item i.file-icon--pdf {
  color: #b20d00;
}

.view-section__header__actions .dropdown-item:active i.file-icon {
  color: #fff;
  opacity: 0.8;
}

.view-section__header__actions__item {
  margin-left: 1rem;
}

.view-section__header__actions__item:first-child {
  margin-left: 0;
}

.view-section__header__filters {
  width: 100%;
}

.view-section__filters__content {
  padding: 1.5rem;
  border-bottom: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
}

.view-section__accordion:last-child .accordion-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.view-section__accordion .accordion-item--faq h2.accordion-header {
  font-size: 18px;
  font-size: 1.125rem;
}

.view-section__accordion .accordion-item--faq h2.accordion-header .accordion-button {
  font-size: inherit;
  padding: 1.5rem;
}

.view-section__accordion .accordion-item--faq h2.accordion-header .accordion-button::before {
  content: "\f505";
  font-family: bootstrap-icons;
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
  color: #18649E;
}

.view-section__accordion .accordion-item--faq .accordion-body {
  padding: 2rem 1.5rem;
}

.view-section__accordion .accordion-item--faq .accordion-body p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.view-section__accordion .accordion-item--faq .accordion-body > *:last-child {
  margin-bottom: 0;
}

.view-section__block {
  padding: 1.5rem;
}

.view-section__block.view-section__block--filters {
  padding: 1.5rem;
}

.view-section__block.view-section__block--table {
  padding: 0;
}

.view-section__block.view-section__block--table:last-child .emc-table tbody:last-child tr:last-child td {
  border-bottom: 0;
}

.view-section__tabs .nav-tabs {
  padding: 1.5rem 1.5rem 0;
  box-shadow: 0 -1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.15) inset;
}

.view-section__tabs .nav-tabs .nav-item .nav-link {
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

.view-section__tabs .tab-content {
  padding: 1.5rem;
}

.view-section__panel-item {
  border-bottom: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
}

.view-section__panel-item:last-child {
  border: 0;
}

.view-section__panel__collapse {
  padding: 0 1.5rem;
}

.view-section__panel__collapse--equipment-category {
  box-shadow: 0 -1.5rem 1.5rem -1.5rem rgba(24, 100, 158, 0.1) inset;
}

.btn-icon-toggle i {
  display: block;
  position: relative;
  transition: transform 300ms ease;
}

.btn-icon-toggle[aria-expanded=false] i {
  transform: rotate(0);
}

.btn-icon-toggle[aria-expanded=true] i {
  transform: rotate(90deg);
}

.panel-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.panel-button--equipment-category {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.panel-button__icon {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.panel-button__icon::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2318649e" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
  height: 1.5rem;
  width: 1.5rem;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 300ms ease;
}

.panel-button[aria-expanded=false] .panel-button__icon::before {
  transform: rotate(0deg);
}

.panel-button[aria-expanded=true] .panel-button__icon::before {
  transform: rotate(90deg);
}

.panel-button__label {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.panel-button__label__text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #292638;
}

.panel-button--equipment-category .panel-button__label__text {
  font-size: 19px;
  font-size: 1.1875rem;
}

.panel-button__label__description {
  font-size: 14px;
  font-size: 0.875rem;
  color: #83939D;
}

.panel-button--equipment-category .panel-button__label__description {
  margin-top: 0.125rem;
}

.panel-button__additional {
  margin-left: auto;
}

.panel-button__additional .badge {
  font-size: 15px;
  font-size: 0.9375rem;
}

.panel-content {
  padding-bottom: 2rem;
  position: relative;
}

.view-section__footer {
  padding: 1.5rem;
  border-top: 1px solid rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(24, 100, 158, 0.2) inset;
}

.status-bar {
  position: sticky;
  top: 0;
  z-index: 3;
}

.welcome-news {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.welcome-news__item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
  margin-bottom: 1rem;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.welcome-news__item__visual {
  overflow: hidden;
}

.welcome-news__item__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.welcome-news__item__content {
  flex-grow: 1;
  padding: 2rem;
}

.welcome-news__item__content__date {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515E6B;
  margin-bottom: 0.75rem;
}

.welcome-news__item__content h3 a {
  text-decoration: none;
}

.the-charge-cycle__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
}

.the-charge-cycle__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.the-charge-cycle__item__visual {
  width: 120px;
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 1rem;
}

.the-charge-cycle__item__visual img {
  max-width: 100%;
  height: auto;
  display: block;
}

.the-charge-cycle__item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.the-charge-cycle__item__content__date {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515E6B;
  margin-bottom: 0.75rem;
}

.welcome-resources {
  display: flex;
  flex-direction: column;
}

.welcome-resources__item {
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
}

.welcome-resources__item:hover {
  background-color: #F6F7F9;
}

.welcome-resources__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.welcome-resources__item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.welcome-resources__item i:first-child {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 0.75rem;
  color: #A8B2BD;
}

.welcome-resources__item span {
  flex-grow: 1;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}

.emc-social-accounts {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.emc-social-accounts > div {
  margin: 0.5rem;
}

.emc-social-accounts a {
  font-size: 28px;
  font-size: 1.75rem;
  text-decoration: none;
  color: #60737B;
}

.btn {
  text-transform: uppercase;
}

.tab-pane-heading {
  color: #42495A;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.hanging-numeral {
  position: relative;
}

.hanging-numeral::before {
  content: attr(data-numeral);
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  width: 2rem;
  height: 2rem;
  line-height: calc(2rem - 6px);
  border: 3px solid #18649E;
  text-align: center;
  border-radius: 50%;
  color: #18649E;
  font-weight: bold;
  margin-bottom: 1rem;
}

.app-footer p,
legend,
.dropdown-item--company .dropdown-item__company-name,
.app-navigation__navbar .app-navigation__level-1 > li,
.equipment-metrics-header__quarter-details__quarter-date-range,
.fancy-check__label__description,
.fancy-link__description,
.fancy-tab__description,
.fancy-tile__numeral,
.fancy-tile__description,
.data-card__key,
.panel-button__label__description,
h2,
.h2,
.tab-pane-heading,
.emc-form-group__item__heading h3,
.font-roboto-condensed-light {
  font-family: "Roboto Condensed", "Fallback - Roboto Condensed Light", sans-serif;
  font-weight: 300;
}

.divider-with-text span,
.timespan-pager .timespan-pager__value,
.legal-links li a,
.form-label,
.form-floating > .form-control + label,
.form-floating > .form-select ~ label,
.form-floating > .form-text,
.form-check .form-check-label,
.static-floating-form-text__label,
.dropdown-item--company.current .dropdown-item__company-name,
.app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 li a,
.breadcrumb,
.emc-table > thead th,
.emc-table td.emc-table__date,
.emc-table td.emc-table__document-date,
.emc-table td.emc-table__document-file-size,
.emc-table td.emc-table__lat-long,
.emc-table--equipment-metrics-compared > tbody th,
.equipment-metrics-header__reporting-deadline,
.fuse-admin-nav__item span,
.fancy-check__label__text,
.fancy-link__text,
.fancy-tab__text,
.fancy-tile__text,
.fleet-stat-item__value,
.fleet-stats--inline .fleet-stat-item .fleet-stat-item__category,
.user-profile-datapoints__item__label,
.avatar-letters,
.data-card__value,
.nav-tabs .nav-item .nav-link,
.emc-self-enroll__step p,
.emc-self-enroll__step--welcome h1,
.view-section__header h2,
.panel-button__label__text,
.panel-button--equipment-category .panel-button__label__description,
.welcome-news__item__content__date,
.the-charge-cycle__item__content__date,
.welcome-resources__item span,
h1,
.h1,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.btn,
.font-roboto-condensed-regular {
  font-family: "Roboto Condensed", "Fallback - Roboto Condensed Regular", sans-serif;
  font-weight: 400;
}

.emc-table td.emc-table__value-monospaced,
.font-roboto-mono-regular {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
}

body,
.form-floating > .form-control,
.emc-table td,
.fuse-loader .fuse-loader__label,
.font-lato-regular {
  font-family: "Lato", "Fallback - Lato Regular", sans-serif;
  font-weight: 400;
}

.emc-table td.emc-table__client-name,
.emc-table td.emc-table__referral-partner,
.emc-table td.emc-table__client-referral,
.emc-self-enroll__step h1,
.font-lato-bold {
  font-family: "Lato", "Fallback - Lato Bold", sans-serif;
  font-weight: 700;
}

@supports (-webkit-font-smoothing: antialiased) {
  .font-smoothing-add {
    -webkit-font-smoothing: antialiased;
  }
}

@supports (-moz-osx-font-smoothing: grayscale) {
  .font-smoothing-add {
    -moz-osx-font-smoothing: grayscale;
  }
}

@supports (-webkit-font-smoothing: auto) {
  i.bi.font-smoothing-remove::before,
  .font-smoothing-remove {
    -webkit-font-smoothing: auto;
  }
}

@supports (-moz-osx-font-smoothing: auto) {
  i.bi.font-smoothing-remove::before,
  .font-smoothing-remove {
    -moz-osx-font-smoothing: auto;
  }
}

.alert-message + .alert-message {
  margin-top: 0.5rem;
}

.theme-box-shadow {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.timespan-pager {
  display: flex;
  align-items: center;
}

.timespan-pager i.bi {
  display: block;
}

.timespan-pager i.bi::before {
  display: block;
}

.timespan-pager button {
  display: block;
  border: 1px solid rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
  padding: 0.75rem;
  line-height: 1;
}

.timespan-pager button.btn.disabled,
.timespan-pager button.btn:disabled {
  border-color: rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
  opacity: 1;
}

.timespan-pager button.btn.disabled i,
.timespan-pager button.btn:disabled i {
  opacity: 0.3;
}

.timespan-pager button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.timespan-pager button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timespan-pager .timespan-pager__value {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-top: 1px solid rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
  border-bottom: 1px solid rgb(82.3529411765%, 84.5098039216%, 87.4117647059%);
  padding: 0.625rem 1.25rem;
  line-height: 1;
  background: #fff;
}

.timespan-pager--compact button {
  padding: 0.5rem;
}

.timespan-pager--compact .timespan-pager__value {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.4375rem 1rem;
}

.fuse-logo--policies {
  display: block;
}

.fuse-logo--policies img {
  width: 224px;
  height: 60px;
}

.apexcharts-yaxis-label,
.apexcharts-xaxis-label {
  -webkit-font-smoothing: antialiased;
}

.divider-with-text {
  display: flex;
  align-items: center;
}

.divider-with-text::before,
.divider-with-text::after {
  content: "";
  display: block;
  flex-grow: 1;
  border-top: 1px solid rgb(78.9960784314%, 81.537254902%, 84.8156862745%);
}

.divider-with-text span {
  display: block;
  padding: 1rem;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .container--maxwidth-5xl,
  .container--maxwidth-4xl,
  .container--maxwidth-3xl,
  .container--maxwidth-xxl,
  .container--maxwidth-xl,
  .container--maxwidth-lg,
  .container--maxwidth-md,
  .container--maxwidth-sm {
    max-width: 540px;
  }

  .container--fluid-until-sm {
    max-width: 540px;
  }

  .emc-self-enroll__step h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .emc-self-enroll__step--welcome h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .document-list--flex--3up .document-list__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .document-list--flex--4up .document-list__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .emc-table--quarterly-metrics > tbody td.quarterly-metrics-input-cell {
    width: 15%;
  }

  .container--maxwidth-5xl,
  .container--maxwidth-4xl,
  .container--maxwidth-3xl,
  .container--maxwidth-xxl,
  .container--maxwidth-xl,
  .container--maxwidth-lg,
  .container--maxwidth-md {
    max-width: 720px;
  }

  .container--fluid-until-md,
  .container--fluid-until-sm {
    max-width: 720px;
  }

  .emc-self-enroll__step h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .emc-self-enroll__step--welcome h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .emc-self-enroll__step--welcome p {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .emc-self-enroll__step--welcome p.intro {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .emc-self-enroll__step-content {
    padding: 3.25rem 3.5rem 3rem;
  }

  .emc-self-enroll__progress-bar {
    width: 526px;
    margin-bottom: 5rem;
  }

  .emc-self-enroll__progress-bar__step::before {
    height: 6px;
  }

  .emc-self-enroll__progress-bar__step button {
    height: 24px;
    width: 24px;
    border-width: 6px;
  }

  .emc-self-enroll__actions {
    margin-top: 3.5rem;
  }

  .hanging-numeral {
    padding-left: 2.75rem;
  }

  .hanging-numeral::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .app-footer-content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .legal-links {
    justify-content: flex-start;
  }

  .app-header-container {
    max-width: 960px;
  }

  .app-header-content {
    grid-template-areas: "bar-start bar-middle bar-end";
  }

  .app-branding {
    grid-area: bar-start;
    margin-right: 1rem;
    padding: 1rem 0 1.25rem;
  }

  .fuse-logo--app-header {
    display: block;
    margin-left: 0;
  }

  .app-actions {
    margin-left: 2rem;
    margin-left: 2rem;
  }

  .app-actions > .btn-group {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  }

  .app-actions .app-actions__btn {
    padding: 0.375rem 0.5rem 0.375rem 0.5rem;
    border: 1px solid rgb(83.9215686275%, 85.8823529412%, 88.5490196078%);
  }

  .app-actions .app-actions__btn.dropdown-toggle::after {
    display: block;
  }

  .app-actions .app-actions__btn .avatar {
    margin-right: 0.125rem;
  }

  .app-navigation {
    grid-area: bar-middle;
  }

  .app-navigation__navbar {
    width: auto;
  }

  .app-navigation__navbar.collapse {
    display: block;
  }

  .app-navigation__navbar .app-navigation__level-1 {
    flex-wrap: nowrap;
    align-items: center;
  }

  .app-navigation__navbar .app-navigation__level-1 > li {
    font-size: 17px;
    font-size: 1.0625rem;
    border-left: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  }

  .app-navigation__navbar .app-navigation__level-1 > li:hover > a {
    color: #343649;
    box-shadow: 0 -1.5rem 1.5rem -1.5rem rgba(24, 100, 158, 0.2) inset;
  }

  .app-navigation__navbar .app-navigation__level-1 > li:hover > a span {
    transform: translateY(-0.1rem);
  }

  .app-navigation__navbar .app-navigation__level-1 > li:last-child {
    border-right: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  }

  .app-navigation__navbar .app-navigation__level-1 > li > a {
    padding-top: 1.813rem;
    padding-bottom: 1.813rem;
  }

  .app-navigation__navbar .app-navigation__level-1 > li > a:hover {
    color: #343649;
    box-shadow: 0 -1.5rem 1.5rem -1.5rem rgba(24, 100, 158, 0.3) inset;
  }

  .app-navigation__navbar .app-navigation__level-1 > li > a:hover span {
    transform: translateY(-0.1rem);
  }

  .app-navigation__navbar .app-navigation__level-1 > li:hover .app-navigation__level-2 {
    display: block;
  }

  .app-navigation__toggler {
    display: none;
  }

  .document-list--flex--2up .document-list__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .document-list--flex--3up .document-list__item {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .document-list--flex--4up .document-list__item {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .emc-table td.emc-table__document-category .badge {
    white-space: nowrap;
  }

  .emc-table--quarterly-metrics > tbody td.quarterly-metrics-input-cell {
    width: 18%;
  }

  .incentive-report thead th span {
    display: block;
  }

  .avatar--appHeader {
    height: 1.5rem;
    width: 1.5rem;
  }

  .avatar-letters--appHeader {
    font-size: 0.75rem;
  }

  .container--maxwidth-5xl,
  .container--maxwidth-4xl,
  .container--maxwidth-3xl,
  .container--maxwidth-xxl,
  .container--maxwidth-xl,
  .container--maxwidth-lg {
    max-width: 960px;
  }

  .container--fluid-until-lg,
  .container--fluid-until-md,
  .container--fluid-until-sm {
    max-width: 960px;
  }

  .emc-self-enroll__step h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }

  .emc-self-enroll__step--welcome h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }

  .view-section__tabs .nav-tabs {
    padding: 2rem 2rem 0;
  }

  .view-section__tabs .nav-tabs .nav-item .nav-link {
    padding: 0.75rem 1.5rem;
  }

  .welcome-news__item {
    width: calc(50% - 0.75rem);
  }

  .the-charge-cycle__item {
    flex-direction: row;
  }

  .the-charge-cycle__item__visual {
    margin-right: 1rem;
    margin-bottom: 0;
  }

  .the-charge-cycle__item__content {
    flex-direction: row;
    align-items: center;
  }

  .the-charge-cycle__item__content > div:first-child {
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .app-header-container {
    max-width: 1140px;
  }

  .app-branding {
    margin-right: 2rem;
  }

  .fuse-logo--app-header img {
    width: 150px;
    height: 40px;
  }

  .app-navigation__navbar .app-navigation__level-1 > li {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .app-header--internal .app-navigation__navbar .app-navigation__level-1 > li > a {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .document-list--flex--4up .document-list__item {
    flex: 0 0 auto;
    width: 25%;
  }

  .emc-form-group__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .emc-form-group__item::after {
    content: "";
    position: absolute;
    background-color: rgb(88.6274509804%, 90%, 91.9607843137%);
    width: 1px;
    top: 0;
    bottom: 0;
  }

  .emc-form-group__item:first-child {
    padding-right: 3rem;
  }

  .emc-form-group__item:first-child::after {
    left: unset;
    right: -1px;
  }

  .emc-form-group__item:last-child {
    padding-left: 3rem;
  }

  .emc-form-group__item:last-child::after {
    right: unset;
    left: 0;
  }

  .emc-form-group__item:only-child {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .emc-form-group__item:only-child::after {
    content: none;
  }

  .emc-form-group--client-detail-general .emc-form-group__item:first-child {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .emc-form-group--client-detail-general .emc-form-group__item:last-child {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .emc-form-group--client-detail-charities .emc-form-group__item:only-child {
    flex: 0 0 auto;
    width: 50%;
  }

  .emc-form-group--facility-detail-general .emc-form-group__item:first-child {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .emc-form-group--facility-detail-general .emc-form-group__item:last-child {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .emc-form-group--equipment-detail-general .emc-form-group__item:first-child {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .emc-form-group--equipment-detail-general .emc-form-group__item:last-child {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .fleet-stats--inline {
    flex-direction: row;
  }

  .fleet-stats--inline .fleet-stat-item {
    flex-grow: 0;
    margin-right: 0.375rem;
    margin-bottom: 0;
  }

  .container--maxwidth-5xl,
  .container--maxwidth-4xl,
  .container--maxwidth-3xl,
  .container--maxwidth-xxl,
  .container--maxwidth-xl {
    max-width: 1140px;
  }

  .container--fluid-until-xl,
  .container--fluid-until-lg,
  .container--fluid-until-md,
  .container--fluid-until-sm {
    max-width: 1140px;
  }

  .emc-self-enroll__step h1 {
    font-size: 48px;
    font-size: 3rem;
  }

  .emc-self-enroll__step--welcome h1 {
    font-size: 48px;
    font-size: 3rem;
  }

  .emc-self-enroll__step--welcome p {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .emc-self-enroll__step--welcome p.intro {
    font-size: 32px;
    font-size: 2rem;
  }

  .emc-self-enroll__step-content {
    padding: 3.75rem 4.5rem 3.5rem;
  }

  .emc-self-enroll__step--welcome .emc-self-enroll__step-content {
    padding-top: 4.5rem;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 4.5rem;
  }

  .emc-self-enroll__actions {
    margin-top: 5rem;
  }

  .view-section__block {
    padding: 2rem;
  }

  .view-section__tabs .tab-content {
    padding: 2rem;
  }
}

@media (min-width: 1400px) {
  .app-header-container {
    max-width: 1320px;
  }

  .emc-form-group--equipment-detail-general .emc-form-group__item:first-child {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .emc-form-group--equipment-detail-general .emc-form-group__item:last-child {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .emc-table--quarterly-metrics > tbody td.quarterly-metrics-input-cell {
    width: 19%;
  }

  .container--maxwidth-5xl,
  .container--maxwidth-4xl,
  .container--maxwidth-3xl,
  .container--maxwidth-xxl {
    max-width: 1320px;
  }

  .container--fluid-until-xxl,
  .container--fluid-until-xl,
  .container--fluid-until-lg,
  .container--fluid-until-md,
  .container--fluid-until-sm {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container-3xl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1560px;
  }

  .container--maxwidth-5xl,
  .container--maxwidth-4xl,
  .container--maxwidth-3xl {
    max-width: 1560px;
  }

  .container--fluid-until-3xl,
  .container--fluid-until-xxl,
  .container--fluid-until-xl,
  .container--fluid-until-lg,
  .container--fluid-until-md,
  .container--fluid-until-sm {
    max-width: 1560px;
  }

  .col-3xl {
    flex: 1 0 0%;
  }

  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .container-4xl,
  .container-3xl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1760px;
  }

  .container--maxwidth-5xl,
  .container--maxwidth-4xl {
    max-width: 1760px;
  }

  .container--fluid-until-4xl,
  .container--fluid-until-3xl,
  .container--fluid-until-xxl,
  .container--fluid-until-xl,
  .container--fluid-until-lg,
  .container--fluid-until-md,
  .container--fluid-until-sm {
    max-width: 1760px;
  }

  .col-4xl {
    flex: 1 0 0%;
  }

  .col-4xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-4xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-4xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-4xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-4xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-4xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-4xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-4xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-4xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-4xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-4xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-4xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 2000px) {
  .container-5xl,
  .container-4xl,
  .container-3xl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1960px;
  }

  .container--maxwidth-5xl {
    max-width: 1960px;
  }

  .container--fluid-until-5xl,
  .container--fluid-until-4xl,
  .container--fluid-until-3xl,
  .container--fluid-until-xxl,
  .container--fluid-until-xl,
  .container--fluid-until-lg,
  .container--fluid-until-md,
  .container--fluid-until-sm {
    max-width: 1960px;
  }

  .col-5xl {
    flex: 1 0 0%;
  }

  .col-5xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-5xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-5xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-5xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-5xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-5xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-5xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-5xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-5xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-5xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-5xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-5xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .app-header-content {
    grid-template-areas: "bar-start bar-middle bar-end" "bar-below bar-below bar-below";
  }

  .app-branding {
    grid-area: bar-middle;
  }

  .app-actions .app-actions__btn {
    border-radius: 50%;
  }

  .app-navigation {
    grid-area: bar-below;
  }

  .app-navigation__navbar {
    width: 100%;
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }

  .app-navigation__navbar .app-navigation__level-1 {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .app-navigation__navbar .app-navigation__level-1 > li {
    border-top: 1px solid rgb(88.6274509804%, 90%, 91.9607843137%);
  }

  .app-navigation__navbar .app-navigation__level-1 > li > a::after {
    content: "\f285";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: bootstrap-icons;
    display: inline-block;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .app-navigation__toggler {
    grid-area: bar-start;
    align-self: center;
  }

  .avatar--appHeader {
    height: 1.75rem;
    width: 1.75rem;
  }

  .avatar-letters--appHeader {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .welcome-news__item__visual img {
    transition: transform 300ms ease;
    transform-origin: center center;
  }

  .welcome-news__item__visual a:hover img {
    transform: scale(1.1);
  }
}