@charset "UTF-8";
/*
Author: Housing Online
Description: Admin
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Core
# Typography
# Layout
# Elements
# Modules
# Components

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap");
.fhv2 * {
  box-sizing: border-box;
}

body.fhv2-repo {
  font-size: 1em;
  line-height: 1.5em;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fhv2 button,
.fhv2 input,
.fhv2 select,
.fhv2 textarea {
  font-size: 1em;
  line-height: 1.5em;
  font-style: normal !important;
}

.fhv2 fieldset {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 1em 1em 0 1em;
}

.fhv2.has-fieldset > .group {
  padding: 1em 1em 0 1em;
}
.fhv2.has-fieldset > .group fieldset {
  padding: 0;
}

.fhv2 .group fieldset.field-container {
  border: 0;
  padding: 0;
}

.fhv2 .group.is-expandable .wrapper > fieldset {
  margin-bottom: 1em;
}

.fhv2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}

.fhv2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.fhv2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}

.fhv2 :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.fhv2 input:focus,
.fhv2 textarea:focus,
.fhv2 select:focus {
  outline: 3px solid #005ea5;
  outline-offset: -3px;
}

.fhv2 .description p {
  margin: 0 0 1.5em 0;
}

.fhv2 .field-container {
  margin-bottom: 2em;
}

.fhv2 .field-label {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: inline-block;
}
.fhv2 .field-label .is-ajax-loader {
  color: #333;
  margin-left: 0.5em;
}

.fhv2 .field-notes {
  font-size: 0.875em;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.fhv2 .optional {
  font-weight: normal;
}

.fhv2 .chars-left {
  color: #333;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.fhv2 .chars-left.is-negative {
  color: #d0021b;
}

.fhv2 .field-error {
  color: #d0021b;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.fhv2 .field-error i {
  margin-right: 0.25em;
}

.fhv2 .error-summary {
  border: 3px solid #d0021b;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding: 1em;
}
.fhv2 .error-summary:focus {
  outline: 3px solid #005ea5;
}
.fhv2 .error-summary h2 {
  margin: 0 0 0.5em 0;
}
.fhv2 .error-summary .errors {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.fhv2 .error-summary .errors li {
  margin-bottom: 0.25em;
}
.fhv2 .error-summary .errors li:last-of-type {
  margin-bottom: 0;
}
.fhv2 .error-summary .errors a {
  color: #d0021b;
}
.fhv2 .error-summary .errors a:visited {
  color: #d0021b;
}
.fhv2 .error-summary .errors a:hover, .fhv2 .error-summary .errors a:focus, .fhv2 .error-summary .errors a:active {
  color: #000;
}

.fhv2.is-compact .field-error {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.fhv2.is-compact input.is-error,
.fhv2.is-compact textarea.is-error,
.fhv2.is-compact select.is-error {
  outline: 3px solid #d0021b;
}

.fhv2 .hidden {
  display: none;
}

.fhv2 .no-visible-elements {
  display: none;
}

.fhv2 .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

.input-width-20 {
  max-width: 41ex;
}

.input-width-10 {
  max-width: 23ex;
}

.input-width-5 {
  max-width: 10.8ex;
}

.input-width-4 {
  max-width: 9ex;
}

.input-width-3 {
  max-width: 7.2ex;
}

.input-width-2 {
  max-width: 5.4ex;
}

.input-width-full {
  width: 100% !important;
}

@media screen and (min-width: 37.5em) {
  .input-width-three-quarters {
    width: 75% !important;
  }
}

@media screen and (min-width: 37.5em) {
  .input-width-two-thirds {
    width: 66.66% !important;
  }
}

@media screen and (min-width: 37.5em) {
  .input-width-half {
    width: 50% !important;
  }
}

@media screen and (min-width: 37.5em) {
  .input-width-one-third {
    width: 33.33% !important;
  }
}

@media screen and (min-width: 37.5em) {
  .input-width-one-quarter {
    width: 25% !important;
  }
}

.fhv2 input {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
}

.fhv2 input[type=text] {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}

.fhv2 input[type=email] {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}

.fhv2 input[type=search] {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}

.fhv2 input[type=tel] {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}

.fhv2 input[type=url] {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}

@media screen and (min-width: 20.625em) {
  .fhv2 .password-field .field-wrapper {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 20.625em) {
  .fhv2 .password-field .field-wrapper button {
    margin-top: 0;
    margin-left: 0.5em;
  }
}

.fhv2 input[type=password] {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}
.fhv2 input[type=password]:-ms-reveal {
  display: none;
}

.fhv2 input[name=numeric] {
  max-width: 9ex;
}

.fhv2 *[disabled=disabled] {
  background: #ccc;
  color: #333;
  -webkit-text-fill-color: #333;
  opacity: 1; /* required on iOS */
  cursor: not-allowed;
}

.fhv2 select {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}

.fhv2 textarea {
  border: 1px solid #ccc;
  display: block;
  font-size: 1em;
  padding: 0.5em;
  width: 100%;
}

.fhv2 .radio-controls .field-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}
.fhv2 .radio-controls .field-wrapper:last-of-type {
  margin-bottom: 0;
}
.fhv2 .radio-controls label {
  display: block;
  margin-left: 0.5em;
}
.fhv2 .radio-controls input[type=radio] {
  float: left;
}
@media screen and (min-width: 20em) {
  .fhv2 .radio-controls.is-horizontal .field-wrapper {
    float: left;
    margin-right: 1.25em;
  }
}

@media screen and (min-width: 48em) {
  .radio-controls.two-columns .control-group {
    display: flex;
    flex-wrap: wrap;
  }
  .radio-controls.two-columns .control-group .field-wrapper {
    width: 50%;
  }
}

.radio-controls.two-columns .control-group > .is-optgroup {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .radio-controls.two-columns .control-group > .is-optgroup {
    display: flex;
    flex-wrap: wrap;
  }
  .radio-controls.two-columns .control-group > .is-optgroup .field-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 48em) {
  .radio-controls.three-columns .control-group {
    display: flex;
    flex-wrap: wrap;
  }
  .radio-controls.three-columns .control-group .field-wrapper {
    width: 33%;
  }
}

.radio-controls.three-columns .control-group > .is-optgroup {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .radio-controls.three-columns .control-group > .is-optgroup {
    display: flex;
    flex-wrap: wrap;
  }
  .radio-controls.three-columns .control-group > .is-optgroup .field-wrapper {
    width: 33%;
  }
}

.fhv2 .is-optgroup {
  padding: 1em !important;
}
.fhv2 .is-optgroup .field-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}
.fhv2 .is-optgroup .field-wrapper:last-of-type {
  margin-bottom: 0;
}
.fhv2 .is-optgroup label {
  display: block;
  margin-left: 0.5em;
}
.fhv2 .is-optgroup input[type=radio] {
  float: left;
}

.fhv2 .checkbox-controls .field-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}
.fhv2 .checkbox-controls .field-wrapper:last-of-type {
  margin-bottom: 0;
}
.fhv2 .checkbox-controls label {
  display: block;
  margin-left: 0.5em;
}
.fhv2 .checkbox-controls input[type=checkbox] {
  float: left;
  flex: none;
}
@media screen and (min-width: 20em) {
  .fhv2 .checkbox-controls.is-horizontal .field-wrapper {
    float: left;
    margin-right: 1.25em;
  }
}

@media screen and (min-width: 48em) {
  .checkbox-controls.two-columns .control-group {
    display: flex;
    flex-wrap: wrap;
  }
  .checkbox-controls.two-columns .control-group .field-wrapper {
    width: 50%;
  }
}

.checkbox-controls.two-columns .control-group > .is-optgroup {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .checkbox-controls.two-columns .control-group > .is-optgroup {
    display: flex;
    flex-wrap: wrap;
  }
  .checkbox-controls.two-columns .control-group > .is-optgroup .field-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 48em) {
  .checkbox-controls.three-columns .control-group {
    display: flex;
    flex-wrap: wrap;
  }
  .checkbox-controls.three-columns .control-group .field-wrapper {
    width: 33%;
  }
}

.checkbox-controls.three-columns .control-group > .is-optgroup {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .checkbox-controls.three-columns .control-group > .is-optgroup {
    display: flex;
    flex-wrap: wrap;
  }
  .checkbox-controls.three-columns .control-group > .is-optgroup .field-wrapper {
    width: 33%;
  }
}

.fhv2 .datetime-field label {
  display: none;
}
.fhv2 .datetime-field .field-wrapper {
  display: inline-block;
}
.fhv2 .datetime-field input {
  margin-right: 0.5em;
}

.fhv2 .quickdate-field label {
  display: none;
}
.fhv2 .quickdate-field .field-wrapper {
  display: inline-block;
  width: auto;
}
.fhv2 .quickdate-field input {
  margin-right: 0.5em;
}
.fhv2 .quickdate-field .is-day,
.fhv2 .quickdate-field .is-month {
  max-width: 7.2ex;
}
.fhv2 .quickdate-field .is-year {
  max-width: 9ex;
}

.fhv2 .monthyear-field label {
  display: none;
}
.fhv2 .monthyear-field .field-wrapper {
  margin-bottom: 1em;
  width: 100%;
}
.fhv2 .monthyear-field .field-wrapper:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 37.5em) {
  .fhv2 .monthyear-field .field-wrapper {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
  .fhv2 .monthyear-field .field-wrapper:first-of-type {
    margin-right: 0.5em;
  }
}

.fhv2 .is-stepper input::-webkit-outer-spin-button,
.fhv2 .is-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.fhv2 .is-stepper input[type=number] {
  margin: 0 0.5em;
}
.fhv2 .is-stepper button {
  margin: 0;
}

.fhv2 input[type=number] {
  -moz-appearance: textfield;
}

.fhv2 .autocomplete {
  position: relative;
}
.fhv2 .autocomplete i {
  font-size: 1.25em;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0.625em 0.5em 0.5em;
}
.fhv2 .autocomplete [role=listbox] {
  max-height: 9.5em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}
.fhv2 .autocomplete [role=listbox] li {
  cursor: pointer;
  padding: 0.25em 0.5em;
}
.fhv2 .autocomplete [role=listbox] li:hover {
  background-color: #ccc;
  border-color: #ccc;
}
.fhv2 .autocomplete [aria-selected=true] {
  background-color: #005ea5;
  border-color: #005ea5;
  color: #ffffff;
}
.fhv2 .autocomplete .is-no-results {
  cursor: not-allowed;
}

.fhv2 .is-gender-field .is-blank-option {
  display: inline-block;
}
.fhv2 .is-gender-field label {
  display: inline-block;
  margin-top: 0.5em;
}
.fhv2 .is-gender-field label .field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.fhv2 .is-gender-field label .field-wrapper input {
  margin-right: 0.5em;
}
.fhv2 .is-gender-field label .field-wrapper label {
  width: 100%;
}

.fhv2 .group.is-repeater .is-repeated {
  background: #eee;
  margin-bottom: 1em;
  padding: 1em 1em 1em 1em;
}
.fhv2 .group.is-repeater .is-repeated > *:last-child {
  margin-bottom: 0;
}
.fhv2 .group.is-repeater .is-repeated .description > *:last-child {
  margin-bottom: 0;
}

.fhv2 .range-inner-wrapper .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #333;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  margin: 0.5em auto 0 auto;
  padding: 0.25em 0.5em 0.5em 0.5em;
  width: 100px;
}
.fhv2 .range-inner-wrapper .label input[type=text] {
  background: #333;
  border: none;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 3px;
  outline: none;
}
.fhv2 .range-inner-wrapper .label.is-moving {
  position: relative;
  margin-left: -50px;
}
.fhv2 .range-inner-wrapper .label.is-moving:after {
  content: "";
  position: absolute;
  border-color: #333 transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  bottom: -8px;
  display: block;
  left: 50%;
  margin-left: -8px;
  width: 0;
  z-index: 1;
}
.fhv2 .range-inner-wrapper input[type=range] {
  -webkit-appearance: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 3px;
  background: #ccc;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  margin: 1.5em 0 0.5em 0;
  border: none;
  padding: 0;
}
.fhv2 .range-inner-wrapper input[type=range]:hover {
  opacity: 1;
}
.fhv2 .range-inner-wrapper input[type=range]::-webkit-slider-thumb {
  cursor: grab;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #005ea5;
  border-radius: 50%;
}
.fhv2 .range-inner-wrapper input[type=range]::-moz-range-thumb {
  cursor: grab;
  border: none;
  width: 16px;
  height: 16px;
  background: #005ea5;
  border-radius: 50%;
}
.fhv2 .range-inner-wrapper .min-max-label {
  overflow: hidden;
}
.fhv2 .range-inner-wrapper span.min-value {
  float: left;
}
.fhv2 .range-inner-wrapper span.max-value {
  float: right;
}

.is-signature-field .signature-pad canvas {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  outline: none;
}
.is-signature-field .existing_signature img {
  width: 100%;
  height: 200px;
}
.is-signature-field .footer {
  display: block;
}
.is-signature-field .footer .instruction {
  color: #333;
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
}
.is-signature-field .footer .signature-help {
  font-size: 0.85em;
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 17.5em) {
  .is-signature-field .footer .signature-help {
    float: right;
  }
}

.fhv2 button {
  background-color: #ccc;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 0.875em 0.5em;
  width: auto;
  -webkit-appearance: none;
  margin: 0 0.5em 0.5em 0;
}
@media screen and (min-width: 48em) {
  .fhv2 button {
    margin-bottom: 0;
  }
}
.fhv2 button:last-of-type {
  margin-right: 0;
}

.fhv2-container button {
  cursor: pointer;
}

.fhv2 .is-disabled-button {
  background: #eee;
  border-color: #eee;
  cursor: not-allowed;
}

.fhv2 .field-wrapper button {
  margin-top: 1em;
}

.fhv2 .repeater-add-button {
  margin-bottom: 1em;
}

.fhv2 .repeater-remove-button {
  float: right;
  margin: 0 0 0.875em 0;
}
.fhv2 .repeater-remove-button button {
  font-size: 0.875em;
  padding: 0.375em 0.5em 0.375em;
}

.fhv2 button[aria-expanded=true],
.fhv2 button[aria-expanded=false] {
  background-color: #ccc;
}
.fhv2 button[aria-expanded=true] i,
.fhv2 button[aria-expanded=false] i {
  color: color__text;
  margin-right: 0;
}

.fhv2 .group.is-expandable button[aria-expanded=true],
.fhv2 .group.is-expandable button[aria-expanded=false] {
  margin-bottom: 1em;
}
.fhv2 .group.is-expandable button[aria-expanded=true] i,
.fhv2 .group.is-expandable button[aria-expanded=false] i {
  margin-right: 0.5em;
}

.fhv2 legend button[aria-expanded=true],
.fhv2 legend button[aria-expanded=false] {
  font-size: 0.75em;
  margin: 0 0.5em !important;
}
.fhv2 legend button[aria-expanded=true] i,
.fhv2 legend button[aria-expanded=false] i {
  margin-right: 0 !important;
}

.container-tools-top {
  margin-bottom: 1em;
}

.container-tools-bottom {
  margin-bottom: 1em;
}
@media screen and (min-width: 37.5em) {
  .container-tools-bottom .submit-container {
    float: right;
  }
}

.parsed_fhv2 {
  border-bottom: 1px solid #ccc;
}
.parsed_fhv2 .group {
  margin-bottom: 1em;
}
.parsed_fhv2 .fieldset {
  margin-bottom: 1em;
}
.parsed_fhv2 dl {
  clear: both;
  margin: 0;
  overflow: hidden;
}
.parsed_fhv2 dl dt {
  font-weight: 700;
  margin-right: 5%;
  margin-bottom: 0.375em;
}
.parsed_fhv2 dl dt:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 37.5em) {
  .parsed_fhv2 dl dt {
    clear: left;
    float: left;
    width: 40%;
  }
}
.parsed_fhv2 dl dd {
  margin-left: 0;
  min-height: 1.5em;
  margin-bottom: 0.375em;
}
.parsed_fhv2 dl dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 37.5em) {
  .parsed_fhv2 dl dd {
    float: left;
    width: 55%;
  }
}
.parsed_fhv2 dl dd.textarea {
  margin-bottom: 1em;
}
.parsed_fhv2 dl dd.checkbox ul {
  padding-left: 1em;
}
.parsed_fhv2 ol {
  margin-top: 0;
  padding-left: 1em;
}
.parsed_fhv2 ol li {
  margin-bottom: 1em;
}
.parsed_fhv2 .repeater ol {
  padding: 0;
  list-style: none;
}
.parsed_fhv2 .repeater ol li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
.parsed_fhv2 .repeater ol li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.parsed_fhv2 p.legend {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}
.parsed_fhv2 ul {
  list-style: none; /* Remove default bullets */
}
.parsed_fhv2 ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ccc; /* Change the color */
  font-weight: 700; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.parsed_fhv2 *:first-child {
  margin-top: 0;
}

.parsed_fhv2 *:last-child {
  margin-bottom: 0;
}

.fhv2-container-category {
  border-radius: 3px;
  background: #eee;
  margin-bottom: 1.5em;
  padding: 1em 1em 1.25em 1em;
}
.fhv2-container-category h4 {
  margin-top: 0;
}
.fhv2-container-category p {
  border-bottom: 1px solid #ccc;
  margin: 0.5rem 0;
  overflow: hidden;
  padding-bottom: 0.5em;
}
.fhv2-container-category p:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fhv2-container-category p a {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .fhv2-container-category p a {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}
.fhv2-container-category p .status {
  font-size: 0.875em;
  border-radius: 3px;
  display: inline-block;
  padding: 0.125em 0.375em;
}
@media screen and (min-width: 48em) {
  .fhv2-container-category p .status {
    float: right;
  }
}
.fhv2-container-category p .status.completed {
  background: #4caf50;
  color: #fff;
}
.fhv2-container-category p .status.not-completed {
  background: #333;
  color: #fff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.is-mobile,
.is-tablet,
.is-hidden {
  display: none;
}

.is-mobile,
.is-tablet,
.is-hidden {
  display: none;
}

@media only screen and (max-width: 37.5em) {
  .is-mobile {
    display: block;
  }
  .is-not-mobile {
    display: none;
  }
}
.hide {
  position: absolute;
  left: -40000px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Spacing and Alignments */
.space-top {
  margin-top: 1.25em;
}

.space-bottom {
  margin-bottom: 1.25em;
}

.space-top {
  margin-top: 1.25em;
}

.space-bottom {
  margin-bottom: 1.25em;
}

@media screen and (min-width: 37.5em) {
  .float-right {
    float: right;
    margin: 0 0 1.25em 1.25em;
  }
}

@media screen and (min-width: 37.5em) {
  .float-left {
    float: left;
    margin: 0 1.25em 1.25em 0;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Text */
p {
  line-height: 1.5;
  margin: 0 0 1.25em 0;
}

dfn,
cite,
em,
i {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

b,
strong {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

strong em,
em strong {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.small {
  font-size: 0.85em;
}

.large,
p.large-center {
  font-size: 1.5em;
}

.strike {
  text-decoration: line-through;
}

.center,
.large-center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.font-code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important;
}

.nowrap {
  white-space: nowrap;
}

.forcewrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

pre {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Section Titles  */
div.section-page-title h1 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  color: #939598;
}

/* Login Section Titles  */
.page-login .section-page-title,
.page-auth .section-auth.section-form h1.section-title,
.page-admin-auth h1.section-title {
  display: none;
}

.page-login .section-auth.section-form h2.section-title,
.page-admin-login .section-auth.section-form h2.section-title {
  color: #939598;
  display: block;
  border-bottom: 1px solid #B6B7B9;
  padding-bottom: 20px;
}

.page-forgotten .section-forgotten h2.section-title,
.page-register .register h2.section-title,
.page-reset .section-reset h2.section-title,
.page-set .section-reset h2.section-title {
  display: none;
}

.page-admin-change .section-change h2.section-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #939598;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: none !important;
  }
  html,
  body {
    color: #000 !important;
    background: #fff;
    font-size: 11pt;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #main {
    float: none;
    width: 100% !important;
  }
  #body-outer-container #main {
    padding-bottom: 0;
  }
  #body-outer-container,
  body.page-admin-auth #body-outer-container {
    padding-bottom: 0;
  }
  @page {
    margin: 1cm;
  }
  .nav,
  .responsive-menu-wrapper,
  .header-box,
  h1 span.tools,
  #header-middle,
  #header-bottom,
  #side,
  #footer-top,
  #footer-middle,
  .tools,
  span.tools,
  div.panel-links,
  ul.print-me,
  div.message,
  .admin-menu,
  .page-digital-leaflets aside {
    display: none !important;
  }
  span.tools,
  .tools-button {
    visibility: hidden !important;
    display: none !important;
  }
  #header-top {
    margin-bottom: 0 !important;
  }
  .is-new-admin #header-top {
    border-bottom: 1px solid #000 !important;
  }
  #header-top p.logo {
    text-align: left !important;
  }
  p.logo {
    width: 10cm;
  }
  ul {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  p {
    widows: 4;
  }
  p {
    orphans: 3;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  ul li::marker,
  ol li::marker {
    color: #000 !important;
  }
  #main a:link {
    font-weight: bold;
  }
  #main a[href]:after {
    content: " (" attr(href) ")";
    color: rgba(153, 153, 153, 0.8) !important;
    font-weight: bold;
  }
  table a:link:after,
  a.is-tool-prompt:after {
    display: none;
  }
  .page-repairs-confirm .section-special-header > .section-title {
    text-align: left;
  }
  .page-repair-history table,
  .page-rent-statement table {
    page-break-inside: auto;
  }
  .page-repair-history table thead tr,
  .page-rent-statement table thead tr {
    background: #ccc !important;
  }
  .charges_breakdown dl {
    border-top: 2px solid #000 !important;
  }
  .charges_breakdown dl div {
    border-bottom: 1px solid #000 !important;
  }
  .charges_breakdown dl div:last-child {
    border-bottom: none;
  }
  iframe,
  ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  .youtube-embed-wrapper {
    position: absolute;
    height: 0;
    overflow: hidden;
    padding-bottom: 0 !important;
  }
  .section-component-profile img {
    width: 95% !important;
  }
  .page-repairs-confirm h1 ul.tools-buttons {
    display: none;
  }
  .page-repairs-confirm h1.section-title {
    margin-top: 0 !important;
  }
  .page-repairs-confirm h2.address {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .page-repairs-confirm .repair-breadcrumbs {
    display: none;
  }
  .order-review-box-v2 {
    page-break-inside: always;
    border: 1px solid #000;
  }
  .order-review-box-v2 h2 {
    border-bottom: 1px solid #000;
  }
  .order-review-box-v2 dl {
    page-break-after: avoid;
  }
  .panel {
    border: 1px solid #000;
  }
  .is-new-admin .order-review-box {
    padding: 0;
  }
  .is-new-admin .order-review-box dd {
    border-bottom: 1px solid #000;
  }
  .page-digital-leaflets .section img {
    margin: 0 !important;
  }
  .page-digital-leaflets .section table,
  .page-digital-leaflets .section table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a {
  color: #002255;
}
a:visited {
  color: #002255;
}
a:hover, a:focus, a:active {
  color: #ff6633;
  transition: 300ms ease;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Admin Tables */
table.admin {
  border-collapse: collapse;
  border-spacing: 0;
}
table.admin a {
  text-decoration: none;
}

table.admin td,
table.admin th {
  vertical-align: top;
}

table.admin tr:nth-child(even) {
  background: #f7f7f7;
}

table.admin th,
table.admin td {
  padding: 0.625em 0.4em 0.625em 0.4em;
}

table.is-sortable-admin td.l-handle-cell {
  cursor: move;
}

table.has-color-border tr.has-color-border {
  border-left-width: 5px;
  border-left-style: solid;
}

/* Admin Tables: News & Vacancies Article Status */
table.admin tr.news-status-notpublished,
table.admin tr.vacancy-status-notpublished,
table.admin.table-responsive-mobile tr.news-status-notpublished td,
table.admin.table-responsive-mobile tr.vacancy-status-notpublished td {
  background-color: #d9edf7;
  color: #333;
}
table.admin tr.news-status-notpublished a span,
table.admin tr.vacancy-status-notpublished a span,
table.admin.table-responsive-mobile tr.news-status-notpublished td a span,
table.admin.table-responsive-mobile tr.vacancy-status-notpublished td a span {
  color: #ff6633;
}
table.admin tr.news-status-notpublished a span:visited,
table.admin tr.vacancy-status-notpublished a span:visited,
table.admin.table-responsive-mobile tr.news-status-notpublished td a span:visited,
table.admin.table-responsive-mobile tr.vacancy-status-notpublished td a span:visited {
  color: #ff6633;
}
table.admin tr.news-status-notpublished a span:hover, table.admin tr.news-status-notpublished a span:focus, table.admin tr.news-status-notpublished a span:active,
table.admin tr.vacancy-status-notpublished a span:hover,
table.admin tr.vacancy-status-notpublished a span:focus,
table.admin tr.vacancy-status-notpublished a span:active,
table.admin.table-responsive-mobile tr.news-status-notpublished td a span:hover,
table.admin.table-responsive-mobile tr.news-status-notpublished td a span:focus,
table.admin.table-responsive-mobile tr.news-status-notpublished td a span:active,
table.admin.table-responsive-mobile tr.vacancy-status-notpublished td a span:hover,
table.admin.table-responsive-mobile tr.vacancy-status-notpublished td a span:focus,
table.admin.table-responsive-mobile tr.vacancy-status-notpublished td a span:active {
  color: #002255;
}

table.admin tr.news-status-archived,
table.admin tr.vacancy-status-closed,
table.admin.table-responsive-mobile tr.news-status-archived td,
table.admin.table-responsive-mobile tr.vacancy-status-closed td {
  background-color: #f2dede;
}

/* SDM Debug Entries Table */
table.admin.agent-debug {
  width: 100%;
}
table.admin.agent-debug th {
  background: #ff6633;
  color: #ffffff;
  padding: 0.5em;
}
table.admin.agent-debug pre {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Admin Display Mode  */
ul.page-display-options a {
  text-decoration: none;
}
ul.page-display-options li.active {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section-cms-pages tr.level1 td:first-of-type {
  padding-left: 1.25em;
}
.section-cms-pages tr.level2 td:first-of-type {
  padding-left: 2.5em;
}
.section-cms-pages tr.level3 td:first-of-type {
  padding-left: 3.75em;
}
.section-cms-pages tr.level4 td:first-of-type {
  padding-left: 5em;
}
.section-cms-pages tr.level5 td:first-of-type {
  padding-left: 6.25em;
}
.section-cms-pages tr.level6 td:first-of-type {
  padding-left: 7.5em;
}

/* Admin Sections */
.page-admin #main .section {
  margin-bottom: 40px;
}
.page-admin #main .section:last-of-type {
  margin-bottom: 0;
}

.page-admin #main .section .fa-check:not(.message .fa-check),
.page-admin #main .section .tenant-has-user-account {
  color: #8fc554;
}
.page-admin #main .section .fa-times,
.page-admin #main .section .tenant-no-user-account {
  color: #c92635;
}
.page-admin #main .section .tenant-has-different-email {
  color: #ff6633;
}
.page-admin #main .section .fa-clock,
.page-admin #main .section .tenant-has-user-account-not-logged-in {
  color: #333;
}

/* Menu Edit Section */
.edit-menu-row > li {
  border-top: 1px solid #f7f7f7;
}
.edit-menu-row > li small {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #939598;
}

.edit-menu-row > li.holding-element {
  border: none;
}

.edit-menu-row > li > span.tools {
  margin-left: 1.25em;
  padding: 10px 0 7px 0;
}

.section-menu-edit .fh-label-container {
  display: none;
}

ul.edit-menu-row > li > ul {
  margin: 0 0 0 1.25em;
}

.section-menu-edit .file-menu-item-field {
  position: relative;
  top: 45px;
}

.sortable-wrapper .handle {
  cursor: move;
}

.section-menu-edit .fh-label-container {
  display: block;
}

.section-menu-edit .file-menu-item-field {
  top: 0;
}

.m-ajax-loading {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 17px;
  width: 132px;
  background: url(../../template/images/ajax-loader-rect.gif);
  margin-top: 0.5em;
}

.m-ajax-loading.m-loader-append {
  margin-left: 10px;
}

/* Admin Headings */
.page-admin #main h1.section-title,
.page-surveys-calendar #main h1.section-title {
  border-bottom: 3px solid #B6B7B9;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.page-admin #main h2.section-title,
.page-surveys-calendar #main h2.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}
.page-admin #main h2.section-title > i:not(.tools-button i),
.page-surveys-calendar #main h2.section-title > i:not(.tools-button i) {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
  padding-right: 10px;
}

/* Section Preview */
.section-preview .section-component {
  border: 1px dashed #939598;
  box-sizing: border-box;
  padding: 0.5em;
}

.section-preview > .section-title {
  color: #939598;
}

/* Tenant Alert */
.tenant-alert {
  color: #c92635;
  font-size: 1.25em;
  cursor: pointer;
}

.tenant-has-alerts td {
  background-color: #f8d9dd;
}

.section-title .tenant-alert {
  float: left;
  margin-right: 10px;
}

.admin-note i {
  font-size: 16px;
  font-size: 1rem;
  color: #8fc554;
}

/* Module Settings Tables */
@media only screen and (min-width: 37.5em) {
  td.setting-label {
    width: 40%;
  }
  td.setting-value {
    width: 50%;
    word-break: break-all;
  }
  td.setting-tools {
    width: 10%;
    text-align: center;
  }
}
/* Admin Tabbed Menu */
.section-tabs ul.tabs {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .section-tabs ul.tabs {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
  }
}
.section-tabs ul.tabs li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  padding: 0.5em 0 0.5em 0;
}
@media screen and (min-width: 60em) {
  .section-tabs ul.tabs li {
    border-bottom: none;
    display: flex;
    margin-right: 2em;
    padding: 0;
  }
  .section-tabs ul.tabs li:last-of-type {
    margin-right: 0;
  }
}
.section-tabs ul.tabs li a {
  color: #939598;
  padding-left: 0.5em;
  text-decoration: none;
  width: 100%;
}
.section-tabs ul.tabs li a:visited {
  color: #939598;
}
.section-tabs ul.tabs li a:hover, .section-tabs ul.tabs li a:focus, .section-tabs ul.tabs li a:active {
  color: #333;
}
@media screen and (min-width: 60em) {
  .section-tabs ul.tabs li a {
    padding: 0 0 0.25em 0;
  }
}
.section-tabs ul.tabs li.active a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-left: 4px solid #ff6633;
  color: #333;
}
@media screen and (min-width: 60em) {
  .section-tabs ul.tabs li.active a {
    border-bottom: 4px solid #ff6633;
    border-left: none;
  }
}
.section-tabs .counter {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 3px;
  color: #ffffff;
  min-width: 1.25em;
  display: inline-block;
  text-align: center;
  margin-left: 0.5em;
  align-self: flex-start;
}
.section-tabs .counter.active-counter {
  background-color: #c92635;
}
.section-tabs .counter.inactive-counter {
  background-color: #B6B7B9;
}

.external_auth {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #f7f7f7;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1.5em;
  padding: 1em;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 28em) {
  .external_auth {
    text-align: left;
  }
}
@media screen and (min-width: 50em) {
  .external_auth {
    max-width: 60%;
  }
}
.external_auth ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 28em) {
  .external_auth ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
.external_auth ul li {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 28em) {
  .external_auth ul li {
    flex-direction: row;
    align-items: center;
  }
}
.external_auth ul li:nth-child(2):before {
  font-weight: 600;
  color: #333;
  content: "or";
  display: block;
  margin: 0 1em 0.5em 1em;
}
@media screen and (min-width: 28em) {
  .external_auth ul li:nth-child(2):before {
    display: inline-block;
  }
}

blockquote {
  margin: 1.5em 1.25em;
  padding-left: 1.25em;
  border-left: 5px solid #ff6633;
}
blockquote p {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

hr {
  background-color: #f7f7f7;
  border: 0;
  height: 1px;
  margin-bottom: 1.25em;
}

img {
  height: auto !important; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.youtube-embed-wrapper {
  margin-bottom: 1.5em;
}

.is-map.maploaded,
.is-dynamic-map.maploaded {
  height: 400px;
}

a.skip-content {
  position: absolute;
  left: -20000px;
}

a.skip-content:focus {
  left: 0px;
  position: relative;
}

a.skip-map-content {
  margin: 0.5em 0em;
  font-size: 0.875em;
  display: block;
  transition: none;
}

/* Lists */
ul,
ol {
  font-size: 16px;
  font-size: 1rem;
}

.section-component-html ul > li,
.section-component-html ol > li {
  margin-bottom: 0.5em;
}

ul.plain,
ul.plain ul,
ul.inline,
ul.seperator,
ul.links-plain,
ul.inline-center {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

ul.inline-center {
  text-align: center;
}

ul.inline > li,
ul.inline-center > li {
  list-style: none;
  padding: 0px 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

ul.seperator > li {
  list-style: none;
  padding-right: 8px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

ul.seperator > li:after {
  content: "|";
  padding-left: 5px;
}

ul.seperator > li:last-child:after {
  content: "" !important;
  padding-left: 0 !important;
}

ul.inline > li.first,
ul.inline > li:first-child,
ul.inline-center > li.first,
ul.inline-center > li:first-child {
  padding-left: 0 !important;
}

ul.seperator > li.last,
ul.inline > li.last,
ul.inline > li:last-child,
ul.inline-center > li.last,
ul.inline-center > li:last-child {
  padding-right: 0 !important;
}

/* Tables */
table,
th,
td {
  border: 0;
}

th,
td {
  text-align: left;
  padding: 0 1em 0.4em 0;
}

th {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

table.cms-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1.5em 0 !important;
}
table.cms-table,
table.cms-table th,
table.cms-table td {
  border: 1px solid #f7f7f7;
}
table.cms-table thead tr {
  background-color: #B6B7B9;
}
table.cms-table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table.cms-table thead tr th,
table.cms-table td {
  padding: 0.25em;
}

table.table-full {
  width: 100%;
}

table.table-top td,
table.table-top th {
  vertical-align: top;
}

@media screen and (max-width: 48em) {
  /* Force table to not be like tables anymore */
  table.table-responsive-tablet.table-responsive-mobile,
  table.table-responsive-tablet.table-responsive-mobile thead,
  table.table-responsive-tablet.table-responsive-mobile tbody,
  table.table-responsive-tablet.table-responsive-mobile th,
  table.table-responsive-tablet.table-responsive-mobile td,
  table.table-responsive-tablet.table-responsive-mobile tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table.table-responsive-tablet.table-responsive-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table-responsive-tablet.table-responsive-mobile tr {
    border: 1px solid #B6B7B9;
    margin-bottom: 1.25em;
    position: relative;
  }
  table.table-responsive-tablet.table-responsive-mobile td {
    /* Behave  like a "row" */
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #B6B7B9;
    position: relative;
    min-height: 20px;
    padding: 0.375em 0.375em 0.375em 50% !important;
    text-align: left;
    width: auto !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
  }
  table.table-responsive-tablet.table-responsive-mobile td:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }
  table.table-responsive-tablet.table-responsive-no-labels td {
    padding-left: 6px !important;
  }
  table.table-responsive-tablet.table-responsive-mobile td:before {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.375em;
    left: 0.375em;
    width: 45%;
    padding-right: 0.625em;
    white-space: nowrap;
    content: " " attr(data-label) " "; /* call the attribute value of data-label and adds a string // */
  }
  table.table-responsive-tablet.table-responsive-no-labels td:before {
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  /* Force table to not be like tables anymore */
  table.table-responsive-mobile,
  table.table-responsive-mobile thead,
  table.table-responsive-mobile tbody,
  table.table-responsive-mobile th,
  table.table-responsive-mobile td,
  table.table-responsive-mobile tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table.table-responsive-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table-responsive-mobile tr {
    border: 1px solid #B6B7B9;
    margin-bottom: 1.25em;
    position: relative;
  }
  table.table-responsive-mobile td {
    /* Behave  like a "row" */
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #B6B7B9;
    position: relative;
    min-height: 37px;
    padding: 0.375em 0.375em 0.375em 50% !important;
    text-align: left;
    width: auto !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
  }
  table.table-responsive-mobile td:nth-last-of-type(-n + 1) {
    border-bottom: 0;
  }
  .not-tenant-friendly table.table-responsive-mobile td:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }
  .page-repair-history table.table-responsive-mobile td:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }
  .page-repair-history table.table-responsive-mobile td.no-tools {
    display: none;
  }
  table.table-responsive-no-labels td {
    padding-left: 6px !important;
  }
  table.table-responsive-mobile td:before {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.375em;
    left: 0.375em;
    width: 45%;
    padding-right: 0.625em;
    white-space: nowrap;
    content: " " attr(data-label) " "; /* call the attribute value of data-label and adds a string // */
  }
  table.table-responsive-no-labels td:before {
    display: none;
  }
}
#main .section table {
  margin-bottom: 2.5em;
}

.page-admin #main .section table {
  margin-bottom: 0;
}

input,
select,
textarea {
  color: #333;
  border: 1px solid #D8D8D8;
}

::-moz-placeholder {
  color: #939598;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #939598;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #939598;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #939598;
}

.fh-hidden {
  position: absolute;
  left: -50000px;
}

form.fh {
  margin: 1em 0;
  box-sizing: border-box;
  width: 97%;
  position: relative;
  left: 1px;
}

ul.fh-error {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin-left: 0;
  margin-top: 0.4em;
  padding-left: 0;
}

.fh-notes-text {
  display: none;
}

/* FIELDSET  */
.fh-fieldset {
  box-sizing: border-box;
  border: 1px solid #ececec;
  background-color: #ffffff;
  margin-bottom: 1.25em;
  padding: 1.25em 1em 1em 1em;
}

.fh-fieldset.fh-format-para {
  padding: 0.5em;
}

.fh-fieldset .fh-legend {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #939598;
  padding: 0 5px;
}

.fh-fieldset .fh-legend a.fh-toggle {
  text-decoration: none;
  font-size: 1.1em;
  padding-left: 10px;
}

.fh-fieldset .fh-legend button.fh-toggle {
  text-decoration: none;
  font-size: 1.1em;
  padding-left: 10px;
  border: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.fh-fieldset .fh-legend button.fh-toggle i {
  color: #8fc554;
}

.fh-fieldset .fh-fieldset.has-fieldset-children {
  margin-top: 1.25em;
}

.fh-fieldset fieldset.has-fieldset-children > fieldset {
  clear: both;
}

.fh-fieldset.is-expanded .fh-button.fh-toggle {
  display: none;
}

/* GENERAL FIELD FORMATS */
.fh-field-text,
.fh-field-select,
.fh-field-password,
.fh-field-file {
  padding: 3px 5px;
  box-sizing: border-box;
}

.fh-field-option,
.fh-field-select {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .fh-field-option,
  .fh-field-select {
    width: auto;
  }
}

.fh-field-textarea {
  padding: 5px;
}

.fh-label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fh-label-container {
  margin-bottom: 0.5em;
  padding-top: 0.3em;
}

.fh-no-label .fh-label-container {
  display: none;
}

.fh-option-label {
  padding: 4px 10px 5px 3px;
  white-space: wrap;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh-align-nicely .fh-option-label {
  white-space: normal;
  position: relative;
}

.fh-align-nicely .fh-checkbox-controls {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh-align-nicely .fh-option-label input {
  position: absolute;
  top: 8px;
  left: 0px;
}

.fh-align-nicely .fh-option-label > span {
  padding-left: 25px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh-field-option {
  margin-right: 3px;
}

.fh-option-label > input {
  margin-right: 5px;
}

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

.fh-controls li {
  margin-bottom: 0.3em;
}

.fh-required {
  padding-left: 0.25em;
}
.fh-required i {
  font-size: 4px;
  font-size: 0.25rem;
  vertical-align: top;
  color: #76a5ba;
}

.fh-notes {
  padding-left: 10px;
}

label.fh-field-option input,
label.fh-field-option span {
  vertical-align: middle;
}

/* DIV FORMAT */
@media only screen and (min-width: 48em) {
  div.fh-format-div > .fh-field-container,
  div.fh-format-div:not(.fh-field-combi) > .fh-error {
    margin-left: 270px;
  }
}

@media only screen and (min-width: 48em) {
  form.fh-long-labels > fieldset > div.fh-format-div > .fh-field-container,
  form.fh-long-labels div.fh-format-div:not(.fh-field-combi) > .fh-error {
    margin-left: 400px;
  }
}

form.fh-short-labels fieldset div.fh-format-div .fh-field-container,
form.fh-short-labels div.fh-format-div:not(.fh-field-combi) > .fh-error {
  margin-left: 0;
}
@media only screen and (min-width: 48em) {
  form.fh-short-labels fieldset div.fh-format-div .fh-field-container,
  form.fh-short-labels div.fh-format-div:not(.fh-field-combi) > .fh-error {
    margin-left: 200px;
  }
}

@media only screen and (min-width: 48em) {
  div.fh-format-div > .fh-label-container {
    float: left;
    width: 250px;
  }
}

@media only screen and (min-width: 48em) {
  form.fh-short-labels fieldset div.fh-format-div .fh-label-container {
    width: 200px;
  }
}

@media only screen and (min-width: 48em) {
  form.fh-long-labels fieldset div.fh-format-div .fh-label-container {
    width: 380px;
  }
}

div.fh-format-div {
  clear: both;
}

div.fh-format-div.fh-field {
  clear: both;
  margin-bottom: 0.7em;
}

div.fh-format-div.fh-field-wysiwyg .fh-label-container {
  float: none;
  margin: 0em 0 0.5em 0;
}

div.fh-format-div.fh-field-wysiwyg .fh-field-container,
div.fh-format-div.fh-field-wysiwyg .fh-error {
  margin-left: 0;
}

form.fh-format-div .fh-submit-buttons {
  margin-top: 1.2em;
}

div.fh-format-div.fh-field-combi > .fh-label-container {
  width: 100%;
  float: none;
  margin-bottom: 0.7em;
}

div.fh-format-div.fh-field-combi > .fh-field-container {
  margin-left: 1em;
}

@media only screen and (min-width: 48em) {
  div.fh-format-div.fh-field-combi > .fh-field-container > .fh-field-container {
    margin-left: 230px;
  }
}

div.fh-format-div + div.fh-format-para {
  margin-top: 3em;
}

/* INLINE FORMATTING */
.fh-format-inline .fh-button-primary,
.fh-format-inline .fh-button-secondary {
  float: none !important;
}

span.fh-field.fh-format-inline {
  margin-right: 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 10px;
}

.fh-field-combi span.fh-field.fh-format-inline {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .fh-field-combi span.fh-field.fh-format-inline {
    margin-right: 15px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 10px;
    width: 47%;
  }
}

span.fh-field.fh-format-inline .fh-label-container {
  margin-right: 10px;
}

.fh-format-inline .fh-error {
  display: none !important;
}

p.fh-inline {
  line-height: 240%;
}

span.fh-format-inline textarea {
  vertical-align: top;
}

form.fh-format-inline .fh-button-primary {
  margin-right: 15px;
}

/* PARAGRAPH FORMATTING */
div.fh-format-para p.fh-label-container {
  margin: 0.3em 0em;
}

div.fh-format-para.fh-no-label p.fh-field-container {
  margin-top: 1em;
}

/* LINE FORMATTING */
p.fh-format-line .fh-label-container {
  padding-right: 20px;
}

fieldset.fh-format-line ul.fh-controls li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

p.fh-format-line .fh-label-container,
p.fh-format-line .fh-field-container,
p.fh-format-line textarea {
  vertical-align: top;
}

p.fh-format-line.fh-field-wysiwyg .fh-label-container {
  display: block;
  padding-bottom: 0.5em;
}

/* TABLE FORMATTING */
fieldset.fh-format-table > table th,
fieldset.fh-format-table > table td {
  vertical-align: top;
  border: 0;
}

tr.fh-format-table > td.fh-field-container {
  padding-top: 5px;
}

tr.fh-format-table > td.fh-label-container {
  padding-top: 8px;
}

td.fh-label-container {
  width: 250px;
}

fieldset.fh-format-table > table {
  width: 100%;
}

.fh-format-table ul.fh-controls li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh-format-table ul.fh-error {
  margin-top: 0;
}

/* Column Formatting */
@media screen and (min-width: 48em) {
  .fh-option-wrapper.two-column ul.fh-radio-controls,
  .fh-option-wrapper.two-column ul.fh-checkbox-controls {
    display: flex;
    flex-wrap: wrap;
  }
  .fh-option-wrapper.two-column ul.fh-radio-controls li,
  .fh-option-wrapper.two-column ul.fh-checkbox-controls li {
    width: 50%;
  }
}

@media screen and (min-width: 48em) {
  .fh-option-wrapper.three-column ul.fh-radio-controls,
  .fh-option-wrapper.three-column ul.fh-checkbox-controls {
    display: flex;
    flex-wrap: wrap;
  }
  .fh-option-wrapper.three-column ul.fh-radio-controls li,
  .fh-option-wrapper.three-column ul.fh-checkbox-controls li {
    width: 33.3333333333%;
  }
}

/* SIZES */
.fh-field-text.fh-tiny-field,
.fh-field-password.fh-tiny-field {
  width: 50px;
}

.fh-field-text.fh-small-field,
.fh-field-password.fh-small-field {
  width: 100px;
}

.fh-field-text.fh-normal-field,
.fh-field-password.fh-normal-field {
  width: 175px;
}

.fh-field-text.fh-medium-field,
.fh-field-password.fh-medium-field {
  width: 250px;
}

.fh-field-text.fh-large-field,
.fh-field-password.fh-large-field {
  width: 400px;
}

.fh-field-textarea.fh-normal-field {
  width: 175px;
  height: 100px;
}

.fh-field-textarea.fh-small-field {
  width: 150px;
  height: 75px;
}

.fh-field-textarea.fh-medium-field {
  width: 250px;
  height: 100px;
}

.fh-field-textarea.fh-large-field {
  width: 400px;
  height: 200px;
}

.fh-field-textarea.fh-massive-field {
  width: 100%;
  height: 400px;
}

form.fh-full-width .fh-field-textarea,
form.fh-full-width .fh-field-text,
form.fh-full-width .fh-field-password {
  width: 100%;
}

form.fh-full-width .fh-field-password.is-fh-password-strength {
  width: 70%;
}

.fh-field-password-holder .fh-field-container {
  position: relative;
}

/* Buttons */
.fh-button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  cursor: pointer;
  color: #333;
  background: #f7f7f7;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #f7f7f7;
  font-size: 0.85em;
  padding: 0.3125em 0.3125em;
}
.fh-button:visited {
  color: #333;
}
.fh-button:hover, .fh-button:focus, .fh-button:active {
  color: #333;
  background: #B6B7B9;
  border: 1px solid #B6B7B9;
}
.fh-button:focus {
  outline: thin dotted;
}
.fh-button:hover, .fh-button:active {
  outline: 0;
}

.fh-button .fh-inner-button {
  display: block;
}

form.is-already-submitted .fh-button.is-duplicate-protected {
  background: #f7f7f7;
  color: #333;
  cursor: not-allowed;
  border: transparent;
  padding: 0.625em;
}

.fh-buttons {
  overflow: hidden;
  clear: both;
  margin-bottom: 1em;
}

.fh-buttons > a {
  margin-right: 0.625em;
  margin-bottom: 5px;
}

.fh-buttons > a:last-of-type {
  margin-right: 0;
}

.fh-button-primary {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  border: 1px solid #8fc554;
  background: #8fc554;
  float: right;
  margin-right: 0px;
  font-size: 1em;
}
.fh-button-primary:visited {
  color: #ffffff;
}
.fh-button-primary:hover, .fh-button-primary:focus, .fh-button-primary:active {
  color: #ffffff;
  background: #76a5ba;
  border: 1px solid #76a5ba;
}
.fh-button-primary:focus {
  outline: thin dotted;
}
.fh-button-primary:hover, .fh-button-primary:active {
  outline: 0;
}

.fh-button-primary .fh-inner-button {
  padding: 0.3125em 0.625em;
}

.fh-button-secondary {
  float: left;
  color: #333;
  border: 1px solid #ececec;
  background: #f7f7f7;
  font-size: 0.875em;
  padding: 0.3125em;
}
.fh-button-secondary:visited {
  color: #333;
}
.fh-button-secondary:hover, .fh-button-secondary:focus, .fh-button-secondary:active {
  color: #333;
  background: #B6B7B9;
  border: 1px solid #B6B7B9;
}
.fh-button-secondary:focus {
  outline: thin dotted;
}
.fh-button-secondary:hover, .fh-button-secondary:active {
  outline: 0;
}

/* FILES */
.fh-file .fh-file-preview img,
.fh-file .fh-file-fields input,
.fh-file .fh-file-fields label {
  vertical-align: middle;
}

.fh-file {
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}

.fh-file .fh-file-preview,
.fh-file .fh-file-details {
  margin-right: 10px;
}

.fh-file-preview {
  width: 50px;
}

.fh-file-added {
  margin-bottom: 0.5em;
}

.fh-file .fh-file-delete input {
  margin-right: 5px;
}

.is-fh-disabled {
  background: #bbb !important;
  color: #555 !important;
  cursor: not-allowed;
}

*[disabled=disabled] {
  background: #bbb !important;
  color: #555 !important;
  -webkit-text-fill-color: #555;
  opacity: 1; /* required on iOS */
  cursor: not-allowed;
}

.fh-file-buttons .is-fh-disabled {
  visibility: hidden;
  display: none;
}

.is-fh-cancel-upload img {
  vertical-align: top;
  border: none;
  padding-left: 5px;
}

.fh-file-list {
  margin-bottom: 1em;
}

@media only screen and (min-width: 48em) {
  .fh-file-details {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 48em) {
  .fh-file-name,
  .fh-file-title {
    display: block;
  }
}

.fh-file .fh-file-title {
  margin-top: 0.5em;
}
@media only screen and (min-width: 48em) {
  .fh-file .fh-file-title {
    width: 300px;
  }
}

.fh-file {
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}

.fh-file-no-titles .fh-file-title {
  display: none;
}

/* States */
.fh-field-text.is-fh-success,
.fh-field-password.is-fh-success,
.fh-field-select.is-fh-success,
.fh-controls.is-fh-success,
.fh-controls:not(.is-fh-validated) label.fh-field-option.is-fh-success,
.fh-field-file.is-fh-success {
  color: #367c39;
  background-color: #edf7e9;
  border: 1px solid #b1c8b1;
  box-shadow: none;
}

.fh-error {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c92635;
}

.fh-field-text.is-fh-error,
.fh-field-password.is-fh-error,
.fh-field-select.is-fh-error,
.fh-controls.is-fh-error,
.fh-controls:not(.is-fh-validated) label.fh-field-option.is-fh-error,
.fh-field-file.is-fh-error {
  background: #fbe9ec;
  border: 1px solid #ec9aa4;
  color: #d0021b;
  box-shadow: none;
}

/* REPEATER FIELD */
.fh-sort-handle {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: hsl(88.6725663717, 49.3449781659%, 105.0980392157%);
  border: 1px solid #8fc554;
  color: #8fc554;
  cursor: pointer;
  float: right;
  padding: 0.25em 0.5em;
  text-decoration: none;
  margin-bottom: 0.5em;
}

.fh-placeholder {
  background: #eeeeee;
}

.fh-repeater-child-field.fh-field-combi {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 0.5em;
}

.fh-repeater-child-field.fh-field-combi:last-of-type {
  padding: 0;
  border-bottom: 0;
}

@media screen and (min-width: 48em) {
  .fh-repeater-child-field.fh-field-combi.is-pair-combi .fh-field {
    display: inline-block;
    width: 48%;
  }
  .fh-repeater-child-field.fh-field-combi.is-pair-combi .fh-field:first-of-type {
    margin-right: 2%;
  }
}

/* RANGE TYPE */
input[type=range] {
  vertical-align: middle;
}

span.fh-range-value {
  vertical-align: middle;
  font-size: 0.85em;
  margin-left: 10px;
}

/* COMBI */
.fh-field-combi.fh-repeater-child-field > .fh-label-container > p {
  margin-bottom: 0em;
}

.fh-field-combi {
  margin-top: 0.5em;
}

.fh-field-combi:first-of-type {
  margin-top: 0;
}

.fh-hide-label > .fh-label-container {
  display: none;
}

/* WYSIWYG */
.cke_combopanel {
  width: 400px !important;
}

/* AJAX FIELD */
.fh-ajax-choices,
.fh-ajax-display {
  margin-top: 0.625em;
  display: block;
}

.fh-ajax-loading,
.fh-ajax-noresults {
  font-size: 0.875em;
  color: #c92635;
}

.fh-ajax-data {
  color: #222222;
  background: #e5e5fd;
  border: 1px solid #1c1667;
  padding: 5px 5px 3px 5px;
  margin: 4px 6px 4px 0;
  font-size: 0.9em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh-ajax-delete {
  background-image: url(delete-tiny.png);
  background-position: 3px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0.9em;
}
.fh-ajax-delete i {
  color: #c92635;
  margin-right: 5px;
}

.fh-ajax-add {
  background: #f3f8eb url(add-tiny.png) 3px 50% no-repeat;
  border: 1px solid #8fc554;
  color: #222222;
  cursor: pointer;
  font-size: 0.9em;
}
.fh-ajax-add i {
  color: #8fc554;
  margin-right: 5px;
}

.fh-ajax-button {
  margin-left: 10px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

/* PASSWORD FIELD */
.strength_meter {
  height: 32px;
  min-width: 85px;
  background: silver;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  width: 25%;
  position: absolute;
  right: 0;
  top: 0;
}

.strength_meter span {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 32px;
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 32px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.veryweak {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
}

.weak {
  background-color: #ffb78c;
  border-color: #ff853c !important;
}

.medium {
  background-color: #ffec8b;
  border-color: #fc0 !important;
}

.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
}

body .fh-field:not(.fh-format-inline) .fh-field-text,
body .fh-field:not(.fh-format-inline) .fh-field-password,
body .fh-field:not(.fh-format-inline) .fh-field-text.fh-large-field {
  width: 100%;
}

body .fh-field:not(.fh-format-inline) .fh-seo-field {
  width: 80%;
}

body .fh-field:not(.fh-format-inline) .fh-ajax-criteria {
  width: 80%;
}

/* Admin Login Form */
.page-login form.fh {
  width: 100%;
}

.page-admin-change form.fh,
.page-reset form.fh,
.page-admin-reset form.fh,
.page-set form.fh,
.page-forgotten form.fh,
.page-admin-login form.fh {
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .page-admin-change form.fh,
  .page-reset form.fh,
  .page-admin-reset form.fh,
  .page-set form.fh,
  .page-forgotten form.fh,
  .page-admin-login form.fh {
    width: 60%;
    margin: 0 auto;
  }
}

.page-login .form-register .fh-button-secondary {
  display: none;
}

#fh-signature-pad canvas,
.fh-signature-pad canvas {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  outline: none;
}

#fh-signature-pad .existing_signature img,
.fh-signature-pad .existing_signature img {
  width: 100%;
  height: 200px;
}

#fh-signature-pad .footer,
.fh-signature-pad .footer {
  display: block;
}

#fh-signature-pad .footer .instruction,
.fh-signature-pad .footer .instruction {
  color: #939598;
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
}

#fh-signature-pad .footer .fh-signature-help,
.fh-signature-pad .footer .fh-signature-help {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 17.5em) {
  #fh-signature-pad .footer .fh-signature-help,
  .fh-signature-pad .footer .fh-signature-help {
    float: right;
  }
}

.fh-quick-date .fh-quickdate-wrapper {
  display: inline-block;
  margin-right: 1em;
}
.fh-quick-date .fh-quickdate-wrapper .fh-field-text.is-day-field,
.fh-quick-date .fh-quickdate-wrapper .fh-field-text.is-month-field {
  width: 45px;
}
.fh-quick-date .fh-quickdate-wrapper .fh-field-text.is-year-field {
  width: 55px;
}
.fh-quick-date .fh-quickdate-wrapper label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.fh-quick-date .fh-quickdate-wrapper .fh-quickdate-errors {
  margin-top: 0;
}

.fh-map-elements p.small {
  margin-top: 1em;
}

.fh .is-email-type .fh-radio-controls {
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .fh .is-email-name {
    width: 48%;
    display: inline-block;
    margin-right: 4%;
  }
}
@media screen and (min-width: 48em) {
  .fh .is-email-address {
    width: 48%;
    display: inline-block;
  }
}

@media screen and (min-width: 48em) {
  .section-admin-tenant-search .fh-field.fh-format-para {
    display: inline-block;
    margin-right: 4%;
    width: 48%;
  }
}
@media screen and (min-width: 48em) {
  .section-admin-tenant-search .fh-field.fh-checkbox-wrapper {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    width: 48%;
  }
}

.fh .is-phone-number-and-label .fh-field-container {
  margin-bottom: 1em;
}
@media screen and (min-width: 37.5em) {
  .fh .is-phone-number-and-label .fh-field {
    float: left;
    width: 48%;
  }
  .fh .is-phone-number-and-label .fh-field:first-of-type {
    margin-right: 4%;
  }
}

form.fhv2 {
  margin-bottom: 2em;
  overflow: hidden;
}

.fhv2 fieldset {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #ececec;
}

.fhv2.has-fieldset > .group {
  padding: 1em 1em 0 1em;
}
.fhv2.has-fieldset > .group fieldset {
  padding: 1em;
}

.fhv2 .group fieldset.field-container {
  background: none;
  padding: 0;
}

.fhv2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #939598;
}

.fhv2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #939598;
}

.fhv2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #939598;
}

.fhv2 :-moz-placeholder {
  /* Firefox 18- */
  color: #939598;
}

.fhv2 legend {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #939598;
}

.fhv2 fieldset legend {
  padding: 0 0.5em;
}

.fhv2 fieldset.field-container legend {
  padding: 0;
}

.fhv2 fieldset.is-optgroup legend {
  padding: 0 0.5em;
}

.fhv2 input:focus,
.fhv2 textarea:focus,
.fhv2 select:focus {
  outline: 3px solid #8fc554;
}

.fhv2 .field-container {
  margin-bottom: 2em;
}

.fhv2 .field-label {
  color: #333;
  font-weight: 600;
}
.fhv2 .field-label .is-ajax-loader {
  color: #8fc554;
  margin-left: 0.5em;
}

.fhv2 .field-notes {
  color: #939598;
}

.fhv2 .chars-left {
  color: #333;
}
.fhv2 .chars-left.is-negative {
  color: #c92635;
}

.fhv2 .field-error {
  color: #c92635;
}

.fhv2 .error-summary {
  border: 3px solid #c92635;
}
.fhv2 .error-summary:focus {
  outline: 3px solid #8fc554;
}
.fhv2 .error-summary .errors a {
  color: #c92635;
}
.fhv2 .error-summary .errors a:visited {
  color: #c92635;
}
.fhv2 .error-summary .errors a:hover, .fhv2 .error-summary .errors a:focus, .fhv2 .error-summary .errors a:active {
  color: #c92635;
}

.fhv2.is-compact input.is-error,
.fhv2.is-compact textarea.is-error,
.fhv2.is-compact select.is-error {
  outline: 3px solid #c92635;
}

.fhv2 input,
.fhv2 input[type=text],
.fhv2 input[type=email],
.fhv2 input[type=search],
.fhv2 input[type=tel],
.fhv2 input[type=url],
.fhv2 input[type=password],
.fhv2 select,
.fhv2 textarea {
  border: 1px solid #D8D8D8;
}

.fhv2 .range-inner-wrapper .label {
  background: #8fc554;
  gap: 0.5em;
}
.fhv2 .range-inner-wrapper .label input[type=text] {
  background: #ffffff;
  border-bottom: none;
  border-radius: 2px;
  color: #333;
  margin-top: 4px;
}
.fhv2 .range-inner-wrapper .label.is-moving:after {
  border-color: #8fc554 transparent;
}
.fhv2 .range-inner-wrapper input[type=range] {
  background: rgb(217.8296943231, 235.7510917031, 198.2489082969);
}
.fhv2 .range-inner-wrapper input[type=range]::-webkit-slider-thumb {
  background: #8fc554;
}
.fhv2 .range-inner-wrapper input[type=range]::-moz-range-thumb {
  background: #8fc554;
}

.fhv2 .radio-controls .field-wrapper {
  align-items: center;
}
@media screen and (min-width: 48em) {
  .fhv2 .radio-controls .field-wrapper label small {
    display: block;
  }
}

.fhv2 input[type=radio] {
  height: 1.25em;
  width: 1.25em;
  display: block;
  vertical-align: bottom;
}

.fhv2 .checkbox-controls .field-wrapper {
  align-items: center;
}

.fhv2 input[type=checkbox] {
  height: 1.25em;
  width: 1.25em;
  display: block;
  vertical-align: bottom;
}

.fhv2 *[disabled=disabled] {
  background: #f7f7f7 !important;
  color: #939598 !important;
  -webkit-text-fill-color: #939598 !important;
}

.fhv2 .autocomplete i {
  color: #8fc554;
}
.fhv2 .autocomplete [role=listbox] {
  border: 3px solid #8fc554;
  margin-top: 0.5em;
  scrollbar-color: #8fc554 #f7f7f7; /* Scrollbar Only Firefox */
  scrollbar-face-color: #8fc554; /* Scrollbar Only Firefox */
  scrollbar-shadow-color: #f7f7f7;
  scrollbar-highlight-color: #f7f7f7; /* Scrollbar Only Firefox */
  /* Scrollbar Only Chrome */
}
.fhv2 .autocomplete [role=listbox] li:hover {
  color: #ffffff;
  background-color: #939598;
  border-color: #939598;
}
.fhv2 .autocomplete [role=listbox]::-webkit-scrollbar {
  width: 16px;
}
.fhv2 .autocomplete [role=listbox]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #8fc554;
  border: 1px solid #f7f7f7;
  background-clip: padding-box;
}
.fhv2 .autocomplete [role=listbox]::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.fhv2 .autocomplete [role=listbox]::-webkit-scrollbar-button {
  background-color: #f7f7f7;
}
.fhv2 .autocomplete [aria-selected=true] {
  background-color: #8fc554;
  border-color: #8fc554;
  color: #ffffff;
}

.is-signature-field .signature-pad canvas {
  border: 1px solid #D8D8D8;
}
.is-signature-field .footer .instruction {
  color: #939598;
}
.is-signature-field .footer .signature-help {
  background: none;
  color: #002255;
}
.is-signature-field .footer .signature-help:visited {
  color: #002255;
}
.is-signature-field .footer .signature-help:hover, .is-signature-field .footer .signature-help:focus, .is-signature-field .footer .signature-help:active {
  color: #ff6633;
}
.is-signature-field .signature-fallback {
  display: flex;
}
.is-signature-field .signature-fallback label {
  margin-left: 0.5em;
}

@media screen and (min-width: 37.5em) {
  .fhv2 .is-phone-number-and-label .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .fhv2 .is-phone-number-and-label .wrapper .field-container {
    width: 48%;
    margin-bottom: 0.5em;
  }
}

.fhv2 .group.is-repeater .is-repeated {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: rgb(242.25, 242.25, 242.25);
  border: 1px solid #ececec;
}

.fhv2 button {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #76a5ba;
  color: #ffffff;
}
.fhv2 button:visited {
  background-color: #76a5ba;
  color: #ffffff;
}
.fhv2 button:hover, .fhv2 button:focus, .fhv2 button:active {
  background-color: #8fc554;
}

.fhv2 button#form_primary_button,
.fhv2 button.submit {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #8fc554;
  color: #ffffff;
  float: right;
}
.fhv2 button#form_primary_button:visited,
.fhv2 button.submit:visited {
  background-color: #8fc554;
  color: #ffffff;
}
.fhv2 button#form_primary_button:hover, .fhv2 button#form_primary_button:focus, .fhv2 button#form_primary_button:active,
.fhv2 button.submit:hover,
.fhv2 button.submit:focus,
.fhv2 button.submit:active {
  background-color: #76a5ba;
}

.fhv2 button#form_secondary_button,
.fhv2 button.cancel {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #f7f7f7;
  color: #333;
  float: left;
}
.fhv2 button#form_secondary_button:visited,
.fhv2 button.cancel:visited {
  background-color: #f7f7f7;
  color: #333;
}
.fhv2 button#form_secondary_button:hover, .fhv2 button#form_secondary_button:focus, .fhv2 button#form_secondary_button:active,
.fhv2 button.cancel:hover,
.fhv2 button.cancel:focus,
.fhv2 button.cancel:active {
  background-color: #B6B7B9;
  color: #333;
}

.fhv2 button[aria-expanded=true],
.fhv2 button[aria-expanded=false] {
  background-color: #939598;
}
.fhv2 button[aria-expanded=true] i,
.fhv2 button[aria-expanded=false] i {
  color: color__text;
  margin-right: 0;
}
.fhv2 button[aria-expanded=true]:hover,
.fhv2 button[aria-expanded=false]:hover {
  background-color: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}

.fhv2 legend button[aria-expanded=true] i,
.fhv2 legend button[aria-expanded=false] i {
  margin-right: 0.5em !important;
}

.fhv2 button.is-disabled-button {
  background: #B6B7B9;
  color: #333;
  border-color: #B6B7B9;
}
.fhv2 button.is-disabled-button:hover {
  background: #B6B7B9;
  border-color: #B6B7B9;
}

.dynamic-form-submit {
  margin-bottom: 1.5em;
}

.container-tools,
.submit-buttons {
  overflow: hidden;
}

.fhv2-container-category {
  border-radius: 3px;
  background: #ffffff;
}
.fhv2-container-category h4 {
  color: #333;
}
.fhv2-container-category p {
  border-bottom: 1px solid #B6B7B9;
}
.fhv2-container-category p a {
  text-decoration: none;
  font-weight: 600;
}
.fhv2-container-category p .status {
  border-radius: 3px;
  margin-bottom: 0;
}
.fhv2-container-category p .status.completed {
  background: #8fc554;
  color: #fff;
}
.fhv2-container-category p .status.not-completed {
  background: #ff6633;
  color: #fff;
}

.parsed_fhv2 {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-bottom: none;
  background: #f7f7f7;
  margin-bottom: 2em;
  padding: 1em 1em;
}
.parsed_fhv2 dl dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.parsed_fhv2 dl dd {
  margin-left: 0;
  min-height: 1.5em;
}
.parsed_fhv2 dd.is-added,
.parsed_fhv2 dt.is-added {
  color: #8fc554;
}
.parsed_fhv2 dt.is-changed {
  color: #ff6633;
}
.parsed_fhv2 dd.is-changed {
  color: #8fc554;
}
.parsed_fhv2 dt.is-deleted {
  color: #c92635;
}
.parsed_fhv2 dd.is-changed.checkbox li {
  color: #333;
}
.parsed_fhv2 dd.is-changed.checkbox li.is-added {
  color: #8fc554;
}
.parsed_fhv2 dd.is-changed.checkbox li.is-deleted {
  text-decoration: line-through;
  color: #c92635;
}
.parsed_fhv2 .is-original-value {
  display: block;
  text-decoration: line-through;
  color: #c92635;
}
.parsed_fhv2 p.legend {
  color: #939598;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
}
.parsed_fhv2 ul li::before {
  color: #8fc554;
  font-weight: 700;
}
.parsed_fhv2 .repeater dl dt {
  margin-bottom: 0.375em;
}
.parsed_fhv2 .repeater dl dd {
  margin-bottom: 0.375em;
}
.parsed_fhv2 .repeater ol li {
  border-bottom: 1px solid #ececec;
}

.section-dynamic-form-tools ul {
  margin-left: 0.5em;
}
.section-dynamic-form-tools ul li:last-child {
  margin-top: 0.375em;
  padding-left: 0;
}

.dependant-fields .fh-combi-child > .fh-field {
  display: inline-block;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  box-sizing: border-box;
}

.dependant-fields .fh-combi-child > .fh-field > p.fh-field-container,
.property-condition-fields .fh-combi-child > .fh-field > p.fh-field-container {
  margin-bottom: 0;
}

.dependant-fields > p.fh-field-container,
.dependant-fields > p.fh-label-container {
  display: none;
}

.property-condition-fields > p.fh-field-container {
  display: none;
}

.dependant-fields.fh-repeater-child-field.fh-field-combi,
.property-condition-fields.fh-field-combi .fh-combi-child {
  background: rgb(239.7, 239.7, 239.7);
  border-bottom: none;
  padding-bottom: 5px;
}

.property-condition-fields.fh-field-combi .fh-combi-child {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 56.25em) {
  .dependant-fields .fh-combi-child > .fh-field {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .dependant-fields.fh-repeater-child-field.fh-field-combi {
    padding: 10px;
  }
}
.fh-disabled-button {
  background: #B6B7B9;
  color: #333;
  border-color: #B6B7B9;
  cursor: not-allowed;
}

@media only screen and (min-width: 56.25em) {
  .dependant-fields-v2.has-eco-status .fh-combi-child > .fh-field:nth-child(-n+2) {
    display: inline-block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 56.25em) {
  .dependant-fields-v2.has-eco-status .fh-combi-child > .fh-field:nth-child(n+3) {
    display: inline-block;
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
  }
}

.property-condition-fields .wrapper {
  background: rgb(239.7, 239.7, 239.7);
  border-bottom: none;
  padding: 1px 1em 0.75em 1em;
  margin-bottom: 1.5em;
}
.property-condition-fields .wrapper h4 {
  margin: 0.75em 0;
}
.property-condition-fields .wrapper .field-container {
  margin-bottom: 0.5em;
}

/* Messages */
div.message {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  clear: both;
  padding: 0.625em 1.25em;
  color: #ffffff;
  margin-bottom: 1.75em;
}

div.message p {
  margin: 0;
  padding-top: 4px;
  display: flex;
  flex-direction: row;
}
div.message p i {
  padding-right: 15px;
  padding-top: 12px;
}
div.message p a {
  margin-right: 0.375em;
  color: #ffffff;
}
div.message p a:visited {
  color: #ffffff;
}
div.message p a:hover, div.message p a:focus, div.message p a:active {
  color: rgba(255, 255, 255, 0.9);
}
div.message p a:focus {
  outline: thin dotted;
}
div.message p a:hover, div.message p a:active {
  outline: 0;
}

div.message.message-button {
  display: flex;
  flex-direction: row;
}
div.message.message-button i {
  padding-right: 15px;
  padding-top: 12px;
}
div.message.message-button .message-action {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
div.message.message-button p {
  margin-right: 1.5em;
}
div.message.message-button form {
  margin: 0.25em 0;
}
div.message.message-button form button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.375em 0.5em;
  white-space: nowrap;
}
div.message.message-button form button:hover, div.message.message-button form button:focus, div.message.message-button form button:active {
  transition: 300ms ease;
}
div.message.message-button form button i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0.25em;
  padding: 0;
}

div.message-success {
  background: #76a5ba;
}
div.message-success button {
  background: #ffffff;
  color: #76a5ba;
}
div.message-success button:visited {
  color: #76a5ba;
}
div.message-success button:hover, div.message-success button:focus, div.message-success button:active {
  background: hsl(198.5294117647, 33.0097087379%, 104.6078431373%);
}

div.message-notice {
  background: #554094;
}
div.message-notice button {
  background: #ffffff;
  color: #554094;
}
div.message-notice button:visited {
  color: #554094;
}
div.message-notice button:hover, div.message-notice button:focus, div.message-notice button:active {
  background: rgb(213.9646226415, 207.179245283, 234.320754717);
}

div.message-error {
  background: #c92635;
}
div.message-error button {
  background: #ffffff;
  color: #c92635;
}
div.message-error button:visited {
  color: #c92635;
}
div.message-error button:hover, div.message-error button:focus, div.message-error button:active {
  background: rgb(248.4016736402, 220.0983263598, 222.7029288703);
}

div.message-user {
  background: #ffb300;
}
div.message-user button {
  background: #ffffff;
  color: #ffb300;
}
div.message-user button:visited {
  color: #ffb300;
}
div.message-user button:hover, div.message-user button:focus, div.message-user button:active {
  background: rgb(255, 247.4, 229.5);
}

.highlight-text-error {
  color: #c92635;
}

.highlight-text-success {
  color: #76a5ba;
}

.highlight-text-notice {
  color: #554094;
}

blockquote.rc-message p {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.tools {
  display: block;
  line-height: 100%;
}
.tools i {
  border: 0;
}
@media only screen and (min-width: 37.5em) {
  .tools {
    white-space: nowrap;
  }
}

div.tools {
  display: block;
}

span.tools {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

p > span.tools {
  margin-left: 10px;
}

div.tools-large {
  font-size: 1.5em;
}

.tools > a,
.tools-button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #939598;
  border: 1px solid transparent;
  color: #f7f7f7;
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  zoom: 1;
  *display: inline;
}
.tools > a:hover,
.tools-button:hover {
  background: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}

.tools > a {
  padding: 0.375em;
  width: auto;
}

.tools a.install,
.tools a.enable,
.tools a.add,
.tools a.checkmark,
.tools a.is-addition-icon {
  background: #8fc554;
  border-color: transparent;
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.tools a.install i,
.tools a.enable i,
.tools a.add i,
.tools a.checkmark i,
.tools a.is-addition-icon i {
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.tools a.install:hover,
.tools a.enable:hover,
.tools a.add:hover,
.tools a.checkmark:hover,
.tools a.is-addition-icon:hover {
  background: rgb(167.943231441, 209.9170305677, 122.0829694323);
}

.tools a.is-call-to-action-icon {
  background: #ff6633;
  border-color: transparent;
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.tools a.is-call-to-action-icon i {
  color: #ffffff;
}
.tools a.is-call-to-action-icon:hover {
  background: rgb(255, 178.5, 153);
}

.tools a.disable,
.tools a.delete,
.tools a.is-priority-icon {
  background: #c92635;
  border-color: transparent;
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.tools a.disable i,
.tools a.delete i,
.tools a.is-priority-icon i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548) !important;
}
.tools a.disable:hover,
.tools a.delete:hover,
.tools a.is-priority-icon:hover {
  background: rgb(228.129707113, 112.870292887, 123.4769874477);
}

.tools a.upgrade,
.tools a.key {
  background: #939598;
  border-color: transparent;
  color: #f7f7f7;
}
.tools a.upgrade i,
.tools a.key i {
  color: #f7f7f7 !important;
}
.tools a.upgrade:hover,
.tools a.key:hover {
  background: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}

.tools-large a {
  padding: 0.3125em;
  font-size: 18px;
  font-size: 1.125rem;
}

.tools > a.is-tool-ajaxonly {
  display: none;
}

.tools-buttons-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tools-buttons-inline > li {
  list-style: none;
  padding: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.section-title .tools-buttons-inline {
  float: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 53.4375em) {
  .section-title .tools-buttons-inline {
    float: right;
    width: auto;
  }
}
.section-title .tools-buttons-inline li {
  margin-right: 0.5em;
}
.section-title .tools-buttons-inline li:last-of-type {
  margin-right: 0;
}
.section-title .tools-buttons-inline .button-action {
  margin-bottom: 0.875em;
}

h2.section-title .button-action {
  margin-top: -20px;
}

.tools-button {
  padding: 4px 4px 4px 6px;
  color: inherit;
  font-size: 0.9em;
}

.tools-button > span {
  padding-right: 5px;
}

.tools-buttons {
  float: right;
  margin: 0;
}
.tools-buttons a {
  color: #f7f7f7;
}
.tools-buttons a:hover {
  color: #f7f7f7;
}
.tools-buttons span.icon {
  padding: 0.2em 0.25em 0.15em;
}
@media screen and (min-width: 37.5em) {
  .tools-buttons span.icon {
    padding: 0 0.5em 0 0;
  }
}
.tools-buttons span.label {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .tools-buttons span.label {
    display: inline;
  }
}

a.tools-button.tools-print {
  background: none;
  border: none !important;
  color: #002255;
  display: flex;
  padding: 0.25em;
}
a.tools-button.tools-print:visited {
  color: #002255;
}
a.tools-button.tools-print:hover, a.tools-button.tools-print:focus, a.tools-button.tools-print:active {
  background: none;
  border: none !important;
  color: #ff6633;
}
a.tools-button.tools-print .icon i {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 0;
  vertical-align: middle;
}
a.tools-button.tools-print .label {
  padding-right: 0;
  vertical-align: middle;
}

.edit-menu-row > li > span.tools {
  margin-left: 1em;
}

.section-title .tools {
  float: right;
  margin-left: 1.25em;
}

.section-title .tools a.tools:first-of-type {
  margin-left: 0.5em;
}

a.tools-button.tools-forward,
a.tools-button.tools-back {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 4px 4px 4px 6px;
  color: #f7f7f7;
}
a.tools-button.tools-forward:visited,
a.tools-button.tools-back:visited {
  color: #f7f7f7;
}
a.tools-button.tools-forward:hover, a.tools-button.tools-forward:focus, a.tools-button.tools-forward:active,
a.tools-button.tools-back:hover,
a.tools-button.tools-back:focus,
a.tools-button.tools-back:active {
  color: #f7f7f7;
}
a.tools-button.tools-forward:focus,
a.tools-button.tools-back:focus {
  outline: thin dotted;
}
a.tools-button.tools-forward:hover, a.tools-button.tools-forward:active,
a.tools-button.tools-back:hover,
a.tools-button.tools-back:active {
  outline: 0;
}

a.is-delete-all-events {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}
a.is-delete-all-events:hover {
  color: #f7f7f7;
}
a.is-delete-all-events i {
  margin-right: 0.5em;
}

@media only screen and (min-width: 37.5em) {
  .dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools {
    float: right;
  }
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools i {
  padding: 0.2em 0.25em 0.15em;
  color: #f7f7f7;
  font-size: 0.9em;
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.install,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.enable,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.add,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.checkmark,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.is-addition-icon {
  background: #8fc554;
  border-color: transparent;
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.install i,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.enable i,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.add i,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.checkmark i,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.is-addition-icon i {
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.install:hover,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.enable:hover,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.add:hover,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.checkmark:hover,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.is-addition-icon:hover {
  background: rgb(167.943231441, 209.9170305677, 122.0829694323);
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.disable,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.delete,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.is-priority-icon {
  background: #c92635;
  border-color: transparent;
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.disable i,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.delete i,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.is-priority-icon i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.disable:hover,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.delete:hover,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.is-priority-icon:hover {
  background: rgb(228.129707113, 112.870292887, 123.4769874477);
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.upgrade,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.key {
  background: #939598;
  border-color: transparent;
  color: #f7f7f7;
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.upgrade i,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.key i {
  color: #f7f7f7;
}
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.upgrade:hover,
.dashboard-panels .panel-admin.panel-cms-pages .panel-title h2 .tools a.key:hover {
  background: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}

table span.tools {
  float: right;
}

.tools2 {
  display: block;
  line-height: 100%;
}
.tools2 i {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 37.5em) {
  .tools2 {
    white-space: nowrap;
  }
}

div.tools2 {
  display: block;
}

span.tools2 {
  display: flex;
}

p > span.tools2 {
  margin-left: 10px;
}

table span.tools2 {
  float: right;
}

.tools2 > form > button,
.tools2-buttons > form > button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #939598;
  border: 1px solid transparent;
  color: #f7f7f7;
  line-height: 0;
  margin: 0 0.25em 3px 0;
  padding: 0.375em;
  text-align: center;
  width: auto;
  min-width: 2em;
}
.tools2 > form > button:hover,
.tools2-buttons > form > button:hover {
  background: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}
.tools2 > form:last-of-type > button,
.tools2-buttons > form:last-of-type > button {
  margin-right: 0;
}

.tools2 button.install,
.tools2 button.enable,
.tools2 button.add,
.tools2 button.checkmark,
.tools2 button.is-addition-icon {
  background: #8fc554;
  border-color: transparent;
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.tools2 button.install i,
.tools2 button.enable i,
.tools2 button.add i,
.tools2 button.checkmark i,
.tools2 button.is-addition-icon i {
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.tools2 button.install:hover,
.tools2 button.enable:hover,
.tools2 button.add:hover,
.tools2 button.checkmark:hover,
.tools2 button.is-addition-icon:hover {
  background: rgb(167.943231441, 209.9170305677, 122.0829694323);
}

.tools2 button.disable,
.tools2 button.delete,
.tools2 button.is-priority-icon {
  background: #c92635;
  border-color: transparent;
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.tools2 button.disable i,
.tools2 button.delete i,
.tools2 button.is-priority-icon i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548) !important;
}
.tools2 button.disable:hover,
.tools2 button.delete:hover,
.tools2 button.is-priority-icon:hover {
  background: rgb(228.129707113, 112.870292887, 123.4769874477);
}

.tools2 button.upgrade,
.tools2 button.key {
  background: #939598;
  border-color: transparent;
  color: #f7f7f7;
}
.tools2 button.upgrade i,
.tools2 button.key i {
  color: #f7f7f7 !important;
}
.tools2 button.upgrade:hover,
.tools2 button.key:hover {
  background: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}

.tools2 > button.is-tool-ajaxonly {
  display: none;
}

.tools2-buttons-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tools2-buttons-inline > li {
  list-style: none;
  padding: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.tools2-buttons {
  float: right;
  margin: 0;
}
.tools2-buttons a {
  color: #f7f7f7;
}
.tools2-buttons a:hover {
  color: #f7f7f7;
}
.tools2-buttons span.icon {
  padding: 0.2em 0.25em 0.15em;
}
@media screen and (min-width: 37.5em) {
  .tools2-buttons span.icon {
    padding: 0 0.5em 0 0;
  }
}
.tools2-buttons span.label {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .tools2-buttons span.label {
    display: inline;
  }
}

.tools2 button.is-call-to-action-icon {
  background: #ff6633;
  border-color: transparent;
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.tools2 button.is-call-to-action-icon i {
  color: #ffffff;
}
.tools2 button.is-call-to-action-icon:hover {
  background: rgb(255, 178.5, 153);
}

.edit-menu-row > li > span.tools2 {
  margin-left: 1em;
}

.section-title .tools2 {
  float: right;
  margin-left: 1.25em;
}

.section-title .tools2 a.tools2:first-of-type {
  margin-left: 0.5em;
}

/* Default Button */
a.button,
button,
.panel p a.button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #76a5ba;
  color: #ffffff;
  cursor: pointer;
  padding: 0.625em;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
a.button:visited,
button:visited,
.panel p a.button:visited {
  color: #ffffff;
}
a.button:hover, a.button:focus, a.button:active,
button:hover,
button:focus,
button:active,
.panel p a.button:hover,
.panel p a.button:focus,
.panel p a.button:active {
  background: #8fc554;
  color: #ffffff;
}
a.button:focus,
button:focus,
.panel p a.button:focus {
  outline: thin dotted;
  outline-offset: -1px;
}
a.button:hover, a.button:active,
button:hover,
button:active,
.panel p a.button:hover,
.panel p a.button:active {
  outline: 0;
}

/* Red Button */
a.button.red-button {
  background: #c92635;
  color: #ffffff;
}
a.button.red-button:visited {
  color: #ffffff;
}
a.button.red-button:hover, a.button.red-button:focus, a.button.red-button:active {
  background: #8fc554;
}

/* Button Action */
a.button-action {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  background: #76a5ba;
  border: 1px solid #76a5ba;
  color: #ffffff;
  cursor: pointer;
  padding: 0.625em;
  text-decoration: none;
  display: inline-block;
  width: auto;
}
a.button-action:visited {
  color: #ffffff;
}
a.button-action:hover, a.button-action:focus, a.button-action:active {
  color: #ffffff;
  background: #8fc554;
  border: 1px solid #8fc554;
}
a.button-action:focus {
  outline: thin dotted;
  outline-offset: -1px;
}
a.button-action:hover, a.button-action:active {
  outline: 0;
}
a.button-action i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0.5em;
}

form.is-already-submitted button.is-duplicate-protected {
  background: #f7f7f7;
  color: #333;
  cursor: not-allowed;
  border: transparent;
}

form button.is-cancel {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #c92635;
  color: #ffffff;
  float: left;
}
form button.is-cancel:visited {
  background-color: #f7f7f7;
  color: #333;
}
form button.is-cancel:hover, form button.is-cancel:focus, form button.is-cancel:active {
  background-color: #B6B7B9;
  color: #333;
}

form button.is-positive.is-submit {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #8fc554;
  color: #ffffff;
}
form button.is-positive.is-submit:visited {
  background-color: #f7f7f7;
  color: #333;
}
form button.is-positive.is-submit:hover, form button.is-positive.is-submit:focus, form button.is-positive.is-submit:active {
  background-color: #B6B7B9;
  color: #333;
}

.l-dialogue-wrapper {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  padding: 1em !important;
  text-align: left;
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.58);
}

.l-dialogue-wrapper .ui-dialog-titlebar {
  display: none;
}

.l-dialogue-wrapper .ui-dialog-content {
  font-size: 16px;
  font-size: 1rem;
}
.l-dialogue-wrapper .ui-dialog-content *:first-child {
  margin-top: 0;
}
.l-dialogue-wrapper .ui-dialog-content *:last-child {
  margin-bottom: 0;
}
.l-dialogue-wrapper .ui-dialog-content h2 {
  color: #939598;
  margin-top: 0;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #B6B7B9;
}
.l-dialogue-wrapper .ui-dialog-content ul {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.l-dialogue-wrapper button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #939598;
  border: 1px solid #939598;
  color: #ffffff;
  padding: 0.625em;
  text-decoration: none;
  display: inline-block;
  outline: none;
  display: inline-block;
  zoom: 1;
}
.l-dialogue-wrapper button:visited {
  color: #ffffff;
}
.l-dialogue-wrapper button:hover, .l-dialogue-wrapper button:focus, .l-dialogue-wrapper button:active {
  background: #76a5ba;
}
.l-dialogue-wrapper button:focus {
  outline: thin dotted;
}
.l-dialogue-wrapper button:hover, .l-dialogue-wrapper button:active {
  outline: 0;
}

.l-dialogue-wrapper button:first-of-type {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
}
.l-dialogue-wrapper button:first-of-type:hover {
  background: #76a5ba;
  border: 1px solid #76a5ba;
}

.l-dialogue-wrapper button:last-of-type {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tenant-alert-dialogue {
  max-width: 300px;
}
@media screen and (min-width: 37.5em) {
  .tenant-alert-dialogue {
    max-width: 450px;
  }
}
@media screen and (min-width: 48em) {
  .tenant-alert-dialogue {
    max-width: 600px;
  }
}

.section-search-results .search-result h4 {
  margin-bottom: 0;
}
.section-search-results .search-result h4 a {
  text-decoration: none;
}
.section-search-results .search-result h4 i {
  margin-right: 5px;
}

span#diary_body_count {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #554094;
}
@media screen and (min-width: 21.25em) {
  span#diary_body_count {
    display: inline;
    float: right;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background: #ffffff;
}

/* Container Layout */
.l-inner-container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 1em;
}
@media screen and (min-width: 37.5em) {
  .l-inner-container {
    padding: 0 1.5em;
  }
}

/* Body Layout */
#body-middle {
  background: #fafafa;
  box-sizing: border-box;
  clear: both;
  overflow: auto;
  padding: 1.5em 0.5em;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 37.5em) {
  #body-middle {
    padding: 2.5em 0.5em 2em 0.5em;
  }
}

#main {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 0.5em;
}
@media screen and (min-width: 37.5em) {
  #main {
    padding: 0 1.5em;
  }
}

#header-top {
  border-bottom: 1px solid #f7f7f7;
  overflow: hidden;
}
#header-top p.logo {
  padding-top: 2em;
  text-align: center;
}
#header-top p.logo img {
  max-height: 100px;
}
@media screen and (min-width: 37.5em) {
  #header-top p.logo {
    text-align: left;
  }
  #header-top p.logo img {
    max-width: 370px;
    max-height: 100px;
  }
}
@media screen and (min-width: 56.25em) {
  #header-top p.logo {
    float: left;
    width: auto;
  }
}
@media screen and (min-width: 56.25em) {
  #header-top div.header-box {
    float: right;
    margin-top: 1.25em;
    width: auto;
  }
}

.page-admin-auth #header-top {
  border-bottom: none;
}

.box-content .header-box {
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  .box-content .header-box {
    text-align: left;
  }
}
.box-content .header-box li {
  display: inline;
  margin-right: 1.5em;
}
.box-content .header-box li:last-child {
  margin-right: 0;
}
.box-content .header-box i {
  color: #ff6633;
  margin-right: 0.5em;
}
.box-content .header-box .link-help {
  display: block;
  margin-top: 1.5em;
}
@media screen and (min-width: 37.5em) {
  .box-content .header-box .link-help {
    display: inline;
  }
}
.box-content .header-box .link-help i {
  font-size: 32px;
  font-size: 2rem;
  margin: -5px 0 0 0.125em;
  vertical-align: middle;
}
.box-content .header-box a {
  color: #002255;
  text-decoration: none;
  white-space: nowrap;
}
.box-content .header-box a:visited {
  color: #002255;
}
.box-content .header-box a:hover, .box-content .header-box a:focus, .box-content .header-box a:active {
  color: #ff6633;
}

.admin-header {
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #939598;
  margin-top: 0.925em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .admin-header {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 56.25em) {
  .admin-header {
    float: left;
    width: auto;
    margin-bottom: 0.5em;
  }
}

.section-page-title h1.section-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1.5em !important;
}
@media screen and (min-width: 37.5em) {
  .section-page-title h1.section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2.section-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 37.5em) {
  h2.section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.assisted-box {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f7f7f7;
  margin: 1.5em 0 1.5em 0;
  padding: 0.625em 1em;
}
@media screen and (min-width: 56.25em) {
  .assisted-box {
    float: right;
    width: auto;
    margin: 2em 0 0 0;
  }
}
.assisted-box i {
  color: #ff6633;
  margin-right: 0.5em;
}
.assisted-box a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.assisted-box a.logout {
  margin-left: 0.5em;
}

.admin-menu {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: rgba(118, 165, 186, 0.08);
  clear: both;
  margin-bottom: 2em;
  padding: 32px 24px 32px 24px;
  overflow: hidden;
}

.admin-menu .row {
  overflow: hidden;
}
@media screen and (min-width: 58em) {
  .admin-menu .row {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}
.admin-menu .row .tools-buttons.tools-buttons-inline {
  float: left;
  margin: 0 2.5em 0 0;
}
@media screen and (min-width: 37.5em) {
  .admin-menu .row .tools-buttons.tools-buttons-inline {
    width: auto;
  }
}
@media screen and (min-width: 58em) {
  .admin-menu .row .tools-buttons.tools-buttons-inline {
    margin-top: 2em;
  }
}
.admin-menu .row .tools-buttons.tools-buttons-inline span.label {
  padding-right: 0;
}
.admin-menu .row .tools-buttons.tools-buttons-inline a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #8fc554;
  border: none;
  color: #ffffff;
  padding: 0.75em 1em;
  white-space: nowrap;
}
.admin-menu .row .tools-buttons.tools-buttons-inline a i {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.admin-menu .row .tools-buttons.tools-buttons-inline a:visited {
  color: #ffffff;
}
.admin-menu .row .tools-buttons.tools-buttons-inline a:hover, .admin-menu .row .tools-buttons.tools-buttons-inline a:focus, .admin-menu .row .tools-buttons.tools-buttons-inline a:active {
  background: #76a5ba;
  color: #ffffff;
}
.admin-menu .row .tools-buttons.tools-buttons-inline .tools-search {
  display: block !important;
}
@media screen and (min-width: 58em) {
  .admin-menu .row .tools-buttons.tools-buttons-inline .tools-search {
    display: none !important;
  }
}
.admin-menu .searches-wrapper {
  clear: both;
  display: none;
  padding: 1em 0 0.5em 0;
}
@media screen and (min-width: 58em) {
  .admin-menu .searches-wrapper {
    display: block;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.admin-menu .search {
  clear: both;
  margin-bottom: 1.5em;
}
.admin-menu .search:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 58em) {
  .admin-menu .search {
    margin: 0 1.5em 0 0;
  }
  .admin-menu .search:last-of-type {
    margin-right: 0;
  }
}

.admin-menu .admin-menu-toggle {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  display: inline;
}
.admin-menu .admin-menu-toggle button {
  background: none;
  color: #333;
  padding: 0;
}
.admin-menu .admin-menu-toggle i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
  margin-right: 0.5em;
  vertical-align: middle;
}
.admin-menu .categories-wrapper {
  border-top: 1px solid rgba(118, 165, 186, 0.2);
  clear: both;
  margin-top: 1em;
  padding-top: 1em;
}
.admin-menu .categories-inner-wrapper {
  clear: both;
}
@media screen and (min-width: 37.5em) {
  .admin-menu .categories-inner-wrapper {
    flex-flow: row wrap;
    display: flex;
    justify-content: flex-start;
    gap: 2%;
  }
}
.admin-menu .category {
  box-sizing: border-box;
}
@media screen and (min-width: 37.5em) {
  .admin-menu .category {
    float: left;
    margin-bottom: 0.5em;
    width: 49%;
  }
}
@media screen and (min-width: 48em) {
  .admin-menu .category {
    width: 18.4%;
  }
  .admin-menu .category:nth-last-of-type(-n + 5) {
    margin-bottom: 0;
  }
}
.admin-menu .category h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 1em 0 0.5em 0;
}
.admin-menu .category h4 i {
  color: #76a5ba;
  margin-right: 0.5em;
}
@media screen and (min-width: 48em) {
  .admin-menu .category h4 i {
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
}
.admin-menu .category ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.admin-menu .category a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002255;
  text-decoration: none;
}
.admin-menu .category a:visited {
  color: #002255;
}
.admin-menu .category a:hover, .admin-menu .category a:focus, .admin-menu .category a:active {
  color: #ff6633;
}

#footer {
  padding: 2em 0;
  overflow: hidden;
}
@media screen and (min-width: 60em) {
  #footer .main-col {
    float: left;
    width: 59.0909090909%;
  }
}
@media screen and (min-width: 60em) {
  #footer .sub-col {
    float: right;
  }
}

.user-row,
.sdm-row {
  list-style: none;
  padding-left: 0;
}
.user-row li,
.sdm-row li {
  margin-bottom: 0.25em;
}
.user-row .value,
.sdm-row .value {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8fc554;
}
.user-row i,
.sdm-row i {
  margin-right: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .user-row li,
  .sdm-row li {
    display: inline;
  }
  .user-row li:first-child,
  .sdm-row li:first-child {
    margin-right: 1.5em;
  }
}

.user-row {
  border-bottom: 1px solid #f7f7f7;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
}
.user-row i {
  color: #ff6633;
}

.sdm-row {
  margin: 0 0 2.5em 0;
}
.sdm-row i.fa-check-circle {
  color: #8fc554;
}
.sdm-row i.fa-times-circle {
  color: #c92635;
}
@media screen and (min-width: 60em) {
  .sdm-row {
    margin-bottom: 0;
  }
}

.version {
  display: block;
  margin-top: 0.25em;
}
.version a {
  text-decoration: none;
  color: #002255;
}
.version a:visited {
  color: #002255;
}
.version a:hover, .version a:focus, .version a:active {
  color: #ff6633;
}

/* Dashboard Panels Grid */
.panel {
  margin-bottom: 1.25em;
}

@media screen and (min-width: 37.5em) {
  .admin-dashboard-panels {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .panel {
    display: flex;
    flex-direction: column;
    float: left;
    width: 49.0909090909%;
  }
  .panel.panel-columns-full {
    width: 100%;
  }
  .panel.panel-columns2 {
    width: 49.0909090909%;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 60em) {
  .panel.panel-columns-quarter {
    width: 23.6363636364%;
  }
  .panel.panel-columns-third {
    width: 32.1212121212%;
  }
  .panel.panel-columns-half {
    width: 49.0909090909%;
  }
  .panel.panel-columns-two-thirds {
    width: 66.0606060606%;
  }
  .panel.panel-columns-full {
    width: 100%;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0), screen and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .admin-dashboard-panels .panel {
    margin-right: 0.5%;
  }
}
/* Dashboard Panels Borders & Titles */
.panel {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
}
.panel .panel-title {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  background: #ff6633;
  padding: 0.75em 1.5em;
}
.panel .panel-title h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}
.panel .panel-title h2 i {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  padding-right: 0.5em;
}
.panel .panel-title h2 .tools > a,
.panel .panel-title h2 .tools-button {
  margin-bottom: 0;
}
.panel .panel-title h2 .tools {
  float: right;
}
.panel .panel-title h2 .tools i {
  color: #f7f7f7;
  padding-right: 0.125em;
}
.panel .panel-title h2 .tools a.install,
.panel .panel-title h2 .tools a.enable,
.panel .panel-title h2 .tools a.add,
.panel .panel-title h2 .tools a.checkmark,
.panel .panel-title h2 .tools a.is-addition-icon {
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.panel .panel-title h2 .tools a.install i,
.panel .panel-title h2 .tools a.enable i,
.panel .panel-title h2 .tools a.add i,
.panel .panel-title h2 .tools a.checkmark i,
.panel .panel-title h2 .tools a.is-addition-icon i {
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.panel .panel-title h2 .tools a.disable,
.panel .panel-title h2 .tools a.delete,
.panel .panel-title h2 .tools a.is-priority-icon {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.panel .panel-title h2 .tools a.disable i,
.panel .panel-title h2 .tools a.delete i,
.panel .panel-title h2 .tools a.is-priority-icon i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.panel .panel-title h2 .tools a.upgrade,
.panel .panel-title h2 .tools a.key {
  color: #f7f7f7;
}
.panel .panel-title h2 .tools a.upgrade i,
.panel .panel-title h2 .tools a.key i {
  color: #f7f7f7;
}
.panel h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0.625em 0;
}

/* Dashboard Panels Main Content */
.panel {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
}

.panel-main {
  padding: 1.5em 1.5em 1.5em 1.5em;
}
@media screen and (min-width: 37.5em) {
  .panel-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }
}
.panel-main ul {
  padding-left: 0;
}

ul.panel-links {
  margin-bottom: 0;
}
ul.panel-links li {
  margin-bottom: 0.625em;
}
ul.panel-links li:last-child {
  margin-bottom: 0;
}
ul.panel-links a {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #8fc554;
  color: #ffffff;
  display: block;
  padding: 0.375em 0.5em;
  text-decoration: none;
}
ul.panel-links a:visited {
  color: #ffffff;
}
ul.panel-links a:hover, ul.panel-links a:focus, ul.panel-links a:active {
  background-color: #76a5ba;
  color: #ffffff;
}
ul.panel-links a:focus {
  outline: thin dotted;
}
ul.panel-links a:hover, ul.panel-links a:active {
  outline: 0;
}

.panel-staff-repairs-recent ul.latest-transactions {
  margin: 0;
}
.panel-staff-repairs-recent ul.latest-transactions li {
  margin-bottom: 1em;
}
.panel-staff-repairs-recent ul.latest-transactions li:last-child {
  margin-bottom: 0;
}
.panel-staff-repairs-recent ul.latest-transactions li strong {
  display: block;
}
.panel-staff-repairs-recent ul.latest-transactions .order-status-pill {
  display: inline-block;
  margin-bottom: 4px;
}
.panel-staff-repairs-recent .order-status-pill {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 2px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.panel-staff-repairs-recent .order-status-pill.completed {
  background: rgb(217.8296943231, 235.7510917031, 198.2489082969);
  color: #333;
}
.panel-staff-repairs-recent .order-status-pill.cancelled {
  background: rgb(248.4016736402, 220.0983263598, 222.7029288703);
  color: #333;
}
.panel-staff-repairs-recent .order-status-pill.in-progress {
  background: rgb(238.5, 225, 195);
  color: #333;
}
.panel-staff-repairs-recent .order-status-pill.requested {
  background: rgb(213.9646226415, 207.179245283, 234.320754717);
  color: #333;
}
.panel-staff-repairs-recent .order-status-pill.invoiced {
  background: rgb(174.8181818182, 237, 245.1818181818);
  color: #128493;
}

.panel-assisted-digital p a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.panel-assisted-digital p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 71.25em) {
  .panel-sdm-daily-stats .panel-main {
    padding-bottom: 0;
  }
}
.panel-sdm-daily-stats .col1 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 60em) {
  .panel-sdm-daily-stats .col1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 71.25em) {
  .panel-sdm-daily-stats .col1 {
    float: left;
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (min-width: 71.25em) {
  .panel-sdm-daily-stats .col2 {
    float: right;
    width: 48%;
  }
}
.panel-sdm-daily-stats ul {
  list-style-type: none;
  margin: 0;
}
@media screen and (min-width: 60em) {
  .panel-sdm-daily-stats .featured {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.panel-sdm-daily-stats .featured li {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f2f9fd;
  margin-bottom: 1.5em;
  padding: 1em;
}
.panel-sdm-daily-stats .featured li .key {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 60em) {
  .panel-sdm-daily-stats .featured li .key {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.panel-sdm-daily-stats .featured li .value {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8fc554;
  float: right;
}
@media screen and (min-width: 60em) {
  .panel-sdm-daily-stats .featured li .value {
    font-size: 36px;
    font-size: 2.25rem;
    display: inline-block;
    float: left;
  }
}
@media screen and (min-width: 60em) {
  .panel-sdm-daily-stats .featured li {
    float: left;
    width: 48%;
  }
}
.panel-sdm-daily-stats .others {
  clear: both;
}
.panel-sdm-daily-stats .others li {
  margin-bottom: 1.5em;
  padding: 0 1em;
}
.panel-sdm-daily-stats .others li:last-child {
  margin-bottom: 0;
}
.panel-sdm-daily-stats .others i {
  color: #ff6633;
  margin-right: 0.5em;
}
.panel-sdm-daily-stats .others .value {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8fc554;
  float: right;
}

.panel-date-range-stats h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
}
.panel-date-range-stats table.admin {
  width: 100%;
}
@media screen and (min-width: 60em) {
  .panel-date-range-stats .panel-main {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 60em) {
  .panel-date-range-stats .panel-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .panel-date-range-stats .panel-body:after {
    display: flex;
    content: "";
    width: 32%;
  }
}
.panel-date-range-stats .wrapper {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #f7f7f7;
  padding: 1em;
  margin-bottom: 24px;
}
.panel-date-range-stats .wrapper:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 60em) {
  .panel-date-range-stats .wrapper {
    margin-bottom: 24px;
    width: 32%;
  }
  .panel-date-range-stats .wrapper:last-of-type {
    margin-bottom: 24px;
  }
}

.panel-staff-repairs form#tenantPropertySearch {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  background: rgba(118, 165, 186, 0.08);
  padding: 1em 1em 1.25em 1em;
}

.panel-tenant-search form#tenantSearch {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  background: rgba(118, 165, 186, 0.08);
  padding: 1em 1em 1.25em 1em;
}

table.admin tr:nth-child(even) {
  background: #fff;
}

table.admin {
  width: 100%;
}
table.admin thead {
  background: #d8d8d8;
}

.panel table.admin tr:nth-child(even) {
  background: #f7f7f7;
}

.edit-menu-row > li {
  border-top: 1px solid #d8d8d8;
}

form.fh {
  overflow: hidden;
}

.fh-fieldset {
  border: 1px solid #ececec;
  background-color: #ffffff;
}

input,
select,
textarea {
  border: 1px solid #D8D8D8;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #76a5ba;
  outline: 0;
}

.admin-menu form.fh,
.admin-dashboard-panels form.fh {
  margin: 0;
  width: 100%;
}
.admin-menu form.fh .fh-label-container,
.admin-dashboard-panels form.fh .fh-label-container {
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.admin-menu form.fh .fh-notes i,
.admin-dashboard-panels form.fh .fh-notes i {
  color: #939598;
  font-weight: 400;
}
.admin-menu form.fh .fh-field,
.admin-dashboard-panels form.fh .fh-field {
  display: inline;
  margin: 0;
}
.admin-menu form.fh input.fh-field-text,
.admin-dashboard-panels form.fh input.fh-field-text {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  border: 1px solid white;
  float: left;
  height: 44px;
  vertical-align: middle;
  width: 80% !important;
}
.admin-menu form.fh input.fh-field-text:focus,
.admin-dashboard-panels form.fh input.fh-field-text:focus {
  border: 1px solid #76a5ba;
  outline: 0;
}
.admin-menu form.fh input.is-fh-success,
.admin-dashboard-panels form.fh input.is-fh-success {
  background: #ffffff;
}
.admin-menu form.fh button,
.admin-dashboard-panels form.fh button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box;
  background: #76a5ba;
  border: 1px solid #76a5ba;
  color: #ffffff;
  float: left;
  height: 44px;
  margin-right: 0;
  vertical-align: middle;
  width: 20%;
}

/* Grid */
.l-grid {
  overflow: hidden;
  width: 100%;
}

div.l-grid > div {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div {
    float: left;
    padding-left: 0%;
    padding-right: 1.6949152542%;
  }
}

div.l-grid > div.l-span1 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span1 {
    width: 6.7796610169%;
  }
}

div.l-grid > div.l-span2 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span2 {
    width: 15.2542372881%;
  }
}

div.l-grid > div.l-span3 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 37.5em) {
  div.l-grid > div.l-span3 {
    width: 49.1525423729%;
  }
  div.l-grid > div.l-span3:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span3 {
    background: none;
    width: 23.7288135593%;
  }
  div.l-grid > div.l-span3:nth-child(2n) {
    padding-right: 1.6949152542%;
  }
  div.l-grid > div.l-span3:last-child {
    padding-right: 0;
  }
}

div.l-grid > div.l-span4 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span4 {
    width: 32.2033898305%;
  }
}

div.l-grid > div.l-span5 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span5 {
    width: 40.6779661017%;
  }
}

div.l-grid > div.l-span6 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span6 {
    width: 49.1525423729%;
  }
}

div.l-grid > div.l-span7 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span7 {
    width: 57.6271186441%;
  }
}

div.l-grid > div.l-span8 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span8 {
    width: 66.1016949153%;
  }
}

div.l-grid > div.l-span9 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span9 {
    width: 74.5762711864%;
  }
}

div.l-grid > div.l-span10 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span10 {
    width: 83.0508474576%;
  }
}

div.l-grid > div.l-span11 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span11 {
    width: 91.5254237288%;
  }
}

div.l-grid > div.l-span12 {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  div.l-grid > div.l-span12 {
    width: 100%;
  }
}

.l-grid > div:last-child {
  padding-right: 0%;
}

.l-grid > div > *:first-child {
  margin-top: 0;
}

.colourchooser {
  display: none;
}

@media only screen and (min-width: 37.5em) {
  .colourchooser {
    display: block;
    float: right;
    padding: 6px 6px 6px 0;
    background: #eee;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .colourchooser .toggle {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 21px;
    width: 21px;
    vertical-align: middle;
    position: relative;
    left: -10px;
  }
  .colourchooser .colourchooser-box {
    cursor: pointer;
  }
  .colourchooser.is-closed .toggle {
    background: url(../../template/images/open-theme.png) no-repeat;
  }
  .colourchooser.is-open .toggle {
    background: url(../../template/images/close-theme.png) no-repeat;
  }
  .colourchooser-box-default .outer {
    background: #ff6633;
  }
  .colourchooser-box-default .inner {
    background: #8fc554;
  }
  .colourchooser-box {
    display: inline-block;
    zoom: 1;
    width: 25px;
    *display: inline;
    margin-right: 0.75em;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .colourchooser.is-open .colourchooser-box:last-of-type {
    margin-right: 0;
  }
  .colourchooser-box:first-of-type {
    margin-left: -0.75em;
  }
  .page-admin-settings .colourchooser-box:first-of-type {
    margin-left: 0;
  }
  .colourchooser.is-closed .colourchooser-box:first-of-type {
    margin-right: 0.75em;
  }
  .colourchooser-box .outer {
    box-sizing: border-box;
    padding: 7px;
    height: 25px;
  }
  .colourchooser-box .inner {
    height: 11px;
  }
}
.pagination {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  .pagination {
    text-align: right;
  }
}
.pagination li {
  display: inline-block;
  margin: 0.25em;
}
.pagination li a {
  border-radius: 3px;
  display: block;
  padding: 0.5em 0.925em;
  text-decoration: none;
}
.pagination li a:hover {
  background: #f7f7f7;
}
.pagination li a.active {
  background: #f7f7f7;
  border: 1px solid #ff6633;
  color: #ff6633;
}
.pagination li a.disabled {
  background: none;
  color: #B6B7B9;
  cursor: not-allowed;
}

table.dataTable thead th {
  vertical-align: middle;
}

table.dataTable tr.odd {
  background: #f7f7f7;
}

div.dt-processing {
  top: 200px !important;
}
div.dt-processing i {
  font-size: 96px;
  font-size: 6rem;
  color: #8fc554;
}

div.dt-processing > div {
  display: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.5 !important;
  line-height: 10px !important;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1 !important;
  color: #8fc554;
}

.dt-length {
  color: #333 !important;
  margin-bottom: 1em;
  text-align: left !important;
}

.dt-info {
  color: #333 !important;
  margin-bottom: 1em;
  text-align: left !important;
}
@media screen and (min-width: 52em) {
  .dt-info {
    margin-top: 0.5em;
  }
}

#tenant-list_wrapper .dt-paging,
#actions-list_wrapper .dt-paging,
#event-list_wrapper .dt-paging,
#order-list_wrapper .dt-paging {
  clear: both;
}

#tenant-list_wrapper .dt-paging .dt-paging-button,
#actions-list_wrapper .dt-paging .dt-paging-button,
#event-list_wrapper .dt-paging .dt-paging-button,
#order-list_wrapper .dt-paging .dt-paging-button {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.25em 0.7em;
  margin-left: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #8fc554 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #f7f7f7;
}
#tenant-list_wrapper .dt-paging .dt-paging-button i,
#actions-list_wrapper .dt-paging .dt-paging-button i,
#event-list_wrapper .dt-paging .dt-paging-button i,
#order-list_wrapper .dt-paging .dt-paging-button i {
  margin-right: 0;
}

#tenant-list_wrapper .dt-paging .dt-paging-button.current,
#tenant-list_wrapper .dt-paging .dt-paging-button.current:hover,
#tenant-list_wrapper .dt-paging .dt-paging-button.current,
#actions-list_wrapper .dt-paging .dt-paging-button.current:hover,
#event-list_wrapper .dt-paging .dt-paging-button.current,
#event-list_wrapper .dt-paging .dt-paging-button.current:hover,
#order-list_wrapper .dt-paging .dt-paging-button.current,
#order-list_wrapper .dt-paging .dt-paging-button.current:hover {
  color: #ffffff !important;
  border: 1px solid #8fc554 !important;
  background-color: #8fc554 !important;
  background: #8fc554 !important;
}

#tenant-list_wrapper .dt-paging .dt-paging-button.disabled,
#tenant-list_wrapper .dt-paging .dt-paging-button.disabled:hover,
#tenant-list_wrapper .dt-paging .dt-paging-button.disabled:active,
#tenant-list_wrapper .dt-paging .dt-paging-button.disabled,
#actions-list_wrapper .dt-paging .dt-paging-button.disabled:hover,
#actions-list_wrapper .dt-paging .dt-paging-button.disabled:active,
#event-list_wrapper .dt-paging .dt-paging-button.disabled,
#event-list_wrapper .dt-paging .dt-paging-button.disabled:hover,
#event-list_wrapper .dt-paging .dt-paging-button.disabled:active,
#order-list_wrapper .dt-paging .dt-paging-button.disabled,
#order-list_wrapper .dt-paging .dt-paging-button.disabled:hover,
#order-list_wrapper .dt-paging .dt-paging-button.disabled:active {
  cursor: not-allowed;
  color: #B6B7B9 !important;
  border: 1px solid transparent;
  background: #f7f7f7;
  box-shadow: none;
}

#tenant-list_wrapper .dt-paging .dt-paging-button:hover,
#actions-list_wrapper .dt-paging .dt-paging-button:hover,
#event-list_wrapper .dt-paging .dt-paging-button:hover,
#order-list_wrapper .dt-paging .dt-paging-button:hover {
  color: #ffffff !important;
  border: 1px solid #8fc554;
  background-color: #8fc554;
  background: #8fc554;
}

#tenant-list_wrapper .dt-paging .dt-paging-button:active,
#actions-list_wrapper .dt-paging .dt-paging-button:active,
#event-list_wrapper .dt-paging .dt-paging-button:active,
#order-list_wrapper .dt-paging .dt-paging-button:active {
  color: #ffffff;
  outline: none;
  background-color: #8fc554;
  background: #8fc554;
  box-shadow: none;
}

#tenant-list_wrapper .dt-paging .ellipsis,
#actions-list_wrapper .dt-paging .ellipsis,
#event-list_wrapper .dt-paging .ellipsis,
#order-list_wrapper .dt-paging .ellipsis {
  color: #B6B7B9;
  padding: 0 1em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.section-component-calendar {
  margin-bottom: 2.5em;
}
.section-component-calendar h2.section-title,
.section-component-calendar h3.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}
.section-component-calendar h2.section-title i,
.section-component-calendar h3.section-title i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
  padding-right: 10px;
}

.calendar-module {
  margin-bottom: 20px;
}

.calendar-title h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin: 0.5em 0;
}
.calendar-title h3 span.month {
  color: #8fc554;
}
.calendar-title h3 span.year {
  color: #939598;
}
@media only screen and (min-width: 37.5em) {
  .calendar-title h3 {
    float: left;
    margin: 0 0 0.625em 0;
  }
}

.calendar-navigation a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #76a5ba;
  background: rgb(236.7111650485, 242.9854368932, 245.7888349515);
  border: 1px solid #76a5ba;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0.375em 0.5em;
  text-decoration: none;
}
.calendar-navigation .is-nav.is-disabled {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #f7f7f7;
  color: #333;
  cursor: not-allowed;
  padding: 0.625em;
  display: inline-block;
}
@media only screen and (min-width: 37.5em) {
  .calendar-navigation {
    float: right;
  }
}

.calendar-module table {
  width: 100%;
  border-collapse: collapse;
}
.calendar-module table.is-mobile {
  display: block;
}
.calendar-module table.is-not-mobile {
  display: none;
}
@media only screen and (min-width: 37.5em) {
  .calendar-module table.is-mobile {
    display: none;
  }
  .calendar-module table.is-not-mobile {
    display: table;
  }
}

.calendar-module tr {
  border-top: 1px solid rgb(234.0699300699, 234.3566433566, 234.9300699301);
  border-bottom: 1px solid rgb(234.0699300699, 234.3566433566, 234.9300699301);
  border-right: 1px solid rgb(234.0699300699, 234.3566433566, 234.9300699301);
  border-left: 1px solid rgb(234.0699300699, 234.3566433566, 234.9300699301);
}

.calendar-module tr th {
  background: #8fc554;
  color: #ffffff;
  padding: 0.5em 0.3125em;
  text-align: left;
}
.calendar-module tr th.weekend {
  background: rgb(192.8864628821, 222.8340611354, 160.1659388646);
}
@media only screen and (min-width: 37.5em) {
  .calendar-module tr th {
    text-align: right;
  }
}

.calendar-module td {
  border-left: 1px solid rgb(234.0699300699, 234.3566433566, 234.9300699301);
  padding: 0.5em 0.3125em 0.3125em;
  vertical-align: top;
  width: auto;
}
@media only screen and (min-width: 37.5em) {
  .calendar-module td {
    height: 40px;
    width: 14%;
  }
}
.calendar-module td .label {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
  display: none;
}
@media only screen and (min-width: 37.5em) {
  .calendar-module td .label {
    display: inline;
  }
}
.calendar-module td.weekend {
  background: #f7f7f7;
  color: #888584;
}
.calendar-module td.inactive {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}

.calendar-module ul.events {
  line-height: 100%;
  margin: 0 0.625em;
  padding-left: 0;
}
.calendar-module ul.events li {
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.calendar-module ul.events li svg {
  height: 24px;
  vertical-align: middle;
}
.calendar-module ul.events li svg path {
  fill: #939598;
}

.calendar .loading {
  width: 100%;
  height: 50px;
  margin: 2em 0;
  background: url(../../template/images/ajax-loader.gif) no-repeat 50% 50%;
  display: none;
  clear: both;
}

.calendar.is-loading table {
  display: none;
}

.calendar.is-loading .loading {
  display: block;
}

/* Forces 100% width on mobile */
div.calendar-module table.is-mobile tbody tr th {
  width: 40%;
}
div.calendar-module table.is-mobile tr td {
  width: 400px;
}

.section-component-documents h2.section-title,
.section-component-documents h3.section-title,
.section-component-rent h2.section-title,
.section-component-rent h3.section-title,
.section-component-repairs h2.section-title,
.section-component-repairs h3.section-title,
.section-component-pm h2.section-title,
.section-component-pm h3.section-title,
.section-component-map h2.section-title,
.section-component-map h3.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}
.section-component-documents h2.section-title i,
.section-component-documents h3.section-title i,
.section-component-rent h2.section-title i,
.section-component-rent h3.section-title i,
.section-component-repairs h2.section-title i,
.section-component-repairs h3.section-title i,
.section-component-pm h2.section-title i,
.section-component-pm h3.section-title i,
.section-component-map h2.section-title i,
.section-component-map h3.section-title i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
  padding-right: 10px;
}

.section-tenants h2.section-title,
.section-tenant-dependants h2.section-title,
.section-tenant-contact h2.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}

.section-component-documents .section-content,
.section-component-rent .section-content,
.section-component-repairs .section-content,
.section-component-pm,
.section-component-map,
.section-content {
  margin-bottom: 2.5em;
}

.section-component-documents .section-content table td.download-icon {
  width: 4%;
}
.section-component-documents .section-content table td.file-updated {
  width: 25%;
}
.section-component-documents .section-content table td.file-size {
  width: 15%;
}
.section-component-documents .section-content table td.file-tools {
  width: 10%;
}
.section-component-documents .section-content table td.file-tools span.tools {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
}
.section-component-documents .section-content table td.file-tools span.tools a {
  padding: 0.375em;
}
.section-component-documents .section-content table td.file-tools span.tools i {
  padding: 0;
}

.section-component-pm .section-content .table-pm {
  margin-bottom: 1em;
}

.table-documents table,
.table-rent table,
.table-repairs table,
.table-pm table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #B6B7B9;
  width: 100%;
}
.table-documents table th,
.table-rent table th,
.table-repairs table th,
.table-pm table th {
  background: #8fc554;
  color: #ffffff;
  padding: 0.5em;
}
.table-documents table tr,
.table-rent table tr,
.table-repairs table tr,
.table-pm table tr {
  background: #f7f7f7;
}
.table-documents table tr:nth-child(odd),
.table-rent table tr:nth-child(odd),
.table-repairs table tr:nth-child(odd),
.table-pm table tr:nth-child(odd) {
  background: #ffffff;
}
.table-documents table td,
.table-rent table td,
.table-repairs table td,
.table-pm table td {
  padding: 0.5em;
}
.table-documents table td a,
.table-rent table td a,
.table-repairs table td a,
.table-pm table td a {
  text-decoration: none;
}
.table-documents table td:first-child,
.table-rent table td:first-child,
.table-repairs table td:first-child,
.table-pm table td:first-child {
  width: 8%;
}
.table-documents table td:last-child,
.table-rent table td:last-child,
.table-repairs table td:last-child,
.table-pm table td:last-child {
  width: 25%;
}
.table-documents table tr.top-headers,
.table-rent table tr.top-headers,
.table-repairs table tr.top-headers,
.table-pm table tr.top-headers {
  background: #f7f7f7;
}
.table-documents table tr.top-headers h3,
.table-rent table tr.top-headers h3,
.table-repairs table tr.top-headers h3,
.table-pm table tr.top-headers h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0.3125em 0;
}
@media screen and (min-width: 37.5em) {
  .table-documents table tr.top-headers h3,
  .table-rent table tr.top-headers h3,
  .table-repairs table tr.top-headers h3,
  .table-pm table tr.top-headers h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.table-documents table tr.top-headers small,
.table-rent table tr.top-headers small,
.table-repairs table tr.top-headers small,
.table-pm table tr.top-headers small {
  margin: 5px 0;
  color: #939598;
}

.table-rent.enhanced-balances tr.extra_line {
  background: #fff;
}
.table-rent.enhanced-balances tr.extra_line .rent-balance-elements {
  border-top: none;
  margin: 0;
  padding: 0;
}
.table-rent.enhanced-balances span.credit {
  color: #8fc554;
}
.table-rent.enhanced-balances span.debit {
  color: #c92635;
}
.table-rent.enhanced-balances .adjusted_balance {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}
@media screen and (min-width: 37.5em) {
  .table-rent.enhanced-balances .adjusted_balance {
    display: inline-block;
  }
}
.table-rent.enhanced-balances .adjusted_balance span.label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.table-rent.enhanced-balances .adjusted_balance span.value {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table-rent.enhanced-balances .australia-fields {
  border-top: 1px solid #f7f7f7;
  display: inline-block;
  margin-top: 0.25em;
  padding-top: 0.25em;
  width: 100%;
}
.table-rent.enhanced-balances .rent-balance-elements {
  border-top: 1px solid #f7f7f7;
  list-style: none;
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
}
.table-rent.enhanced-balances .rent-balance-elements li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .table-rent.enhanced-balances .rent-balance-elements li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.table-rent.enhanced-balances .rent-balance-elements span.label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .table-rent.enhanced-balances .rent-balance-elements span.value {
    margin-right: 1em;
  }
}

.table-rent tr.extra_line {
  background: #fff;
}
.table-rent .australia-fields {
  font-size: 16px;
  font-size: 1rem;
}
.table-rent .australia-fields span.label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 0.5em;
}
.table-rent .australia-fields span.value {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 1em;
}

.table-pm table td:first-child {
  width: 10%;
}
.table-pm table td:last-child {
  width: 30%;
}

.table-rent span.table-icon-rent i,
.table-rent span.table-icon-repairs-inprogress i,
.table-repairs span.table-icon-rent i,
.table-repairs span.table-icon-repairs-inprogress i {
  color: #939598;
}

.section-component-repairs .table-repairs td {
  padding: 1em 0.5em;
}
.section-component-repairs .table-repairs th:first-child,
.section-component-repairs .table-repairs td:first-child {
  display: none;
}
.section-component-repairs .table-repairs th:nth-child(2),
.section-component-repairs .table-repairs td:nth-child(2) {
  width: 15%;
}
.section-component-repairs .table-repairs th:nth-child(3),
.section-component-repairs .table-repairs td:nth-child(3) {
  width: 85%;
}
.section-component-repairs span.order-contractor,
.section-component-repairs span.order-cancellation,
.section-component-repairs span.order-appointment {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #333;
}
.section-component-repairs span.order-status-date {
  display: block;
  margin-top: 6px;
}

.component-banner-inner {
  margin-bottom: 2.5em;
}
.component-banner-inner .banner-large {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .component-banner-inner .banner-large {
    display: block;
  }
}
@media screen and (min-width: 37.5em) {
  .component-banner-inner .banner-small {
    display: none;
  }
}

.section-component-faqs {
  margin-bottom: 2.5em;
}
.section-component-faqs h2.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}
.section-component-faqs dl.faqs {
  margin: 0;
}
.section-component-faqs dl.faqs dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #8fc554;
  color: #ffffff;
  margin: 0 0 1em 0;
  padding: 1em 0 1em 1.25em;
  overflow: hidden;
}
.section-component-faqs dl.faqs dt span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-component-faqs dl.faqs dt span.controls {
  float: right;
  display: inline-block;
  margin-right: 1.25em;
  margin-left: 1.25em;
}
.section-component-faqs dl.faqs dt span.controls i {
  font-size: 24px;
  font-size: 1.5rem;
}
.section-component-faqs dl.faqs dt.is-not-active .fa-chevron-up {
  display: none;
}
.section-component-faqs dl.faqs dt.is-active {
  background-color: #ff6633;
}
.section-component-faqs dl.faqs dt.is-active .fa-chevron-down {
  display: none;
}
.section-component-faqs dl.faqs dt.cursor-pointer:hover {
  background-color: #ff6633;
  transition: 300ms ease;
}
.section-component-faqs dl.faqs dd {
  margin-left: 0;
  padding: 0 0 1.25em 0;
}

.section-component-profile div.l-grid > div.l-span9 {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .section-component-profile .profile-text {
    margin-left: 1.25em;
  }
}
.section-component-profile h3 {
  color: #939598;
}
.section-component-profile img {
  border: 5px solid #f7f7f7;
  box-sizing: border-box;
  width: 100%;
}
.section-component-profile p {
  margin-top: 0;
}
.section-component-profile * > :first-child {
  margin-top: 0 !important;
}

.section-component-casestudy {
  margin-bottom: 2.5em;
}

.casestudy-header {
  border: 1px solid #8fc554;
  background-color: #ffffff;
}

.is-active .casestudy-header {
  background-color: #ff6633;
  border: 1px solid #ff6633;
}

.is-not-active .casestudy-header-inner,
.is-active .casestudy-header-inner {
  position: relative;
}
.is-not-active .casestudy-header-inner .casestudy-icons,
.is-active .casestudy-header-inner .casestudy-icons {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.is-not-active .casestudy-header-inner i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
}
.is-not-active .casestudy-header-inner span.up {
  display: none;
}

.is-active .casestudy-header-inner i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}
.is-active .casestudy-header-inner span.down {
  display: none;
}

@media screen and (min-width: 48em) {
  .casestudy-header div.l-grid > div.l-span6:last-of-type {
    float: right;
  }
}

.casestudy-header .casestudy-image img {
  width: 100% !important;
  display: block;
}
@media screen and (min-width: 48em) {
  .casestudy-header .casestudy-image img {
    text-align: right;
    margin-left: auto;
  }
}

.casestudy-header .casestudy-image {
  padding: 1.25em;
}
@media screen and (min-width: 48em) {
  .casestudy-header .casestudy-image {
    padding: 0.625em;
    text-align: right;
  }
}

.casestudy-text {
  padding: 1.25em;
}
.casestudy-text p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #939598;
  margin-bottom: 0.5em;
}
.casestudy-text h3 {
  color: #939598;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .casestudy-text {
    padding-bottom: 2.5em;
  }
}

.is-active .casestudy-header p,
.is-active .casestudy-header h3 {
  color: #ffffff;
}

.casestudy-body {
  padding: 0 1.25em;
}

a.casestudy-close {
  background: #76a5ba;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
}

a.casestudy-close {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  min-height: 36px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
}
a.casestudy-close:hover {
  background: #8fc554;
  color: #ffffff;
}

.section-component-casestudy .l-grid {
  position: relative;
}
.section-component-casestudy .l-grid .l-span6 {
  margin: 0;
}

.carousel {
  margin-bottom: 2.5em;
  position: relative;
  width: 100% !important;
  height: auto !important;
}

.carousel img {
  display: block;
  width: 100% !important;
  height: auto;
}

.carousel .item {
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 800;
  filter: alpha(opacity=0);
}

.carousel-notactive .current {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .item .previous,
.carousel .item .next,
.carousel .item .current {
  z-index: 900;
}

.carousel .carousel-content {
  overflow: hidden;
  position: relative;
}

.carousel .item.current {
  position: relative;
}

/* Carousel Play Pause Buttons */
.carousel .carousel-content .carousel-buttons {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.carousel .carousel-content .carousel-buttons a {
  color: #fff;
  font-size: 1.7em;
  text-decoration: none;
}

.carousel .carousel-content .carousel-buttons i {
  position: relative;
  top: 0px;
}

.carousel .carousel-content .carousel-buttons .play i {
  left: 1px;
}

/* Carousel Prev Next Navigation */
.carousel .current,
.carousel .next,
.carousel .previous,
.carousel .farprevious,
.carousel .farnext {
  display: block;
}

.carousel .carousel-nav {
  display: none;
}

.carousel-active .carousel-nav {
  display: block;
}

div.carousel-nav-previous {
  position: absolute;
  left: 0;
  z-index: 999;
}

div.carousel-nav-next {
  position: absolute;
  right: 0;
  z-index: 999;
}

.carousel-nav div a {
  display: block;
}

/* Carousel Caption */
.carousel .carousel-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.carousel .carousel-caption p {
  margin: 0;
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Repairs Module */
/* Repairs History */
a.report-repair-action.button-action {
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
}
a.report-repair-action.button-action:visited {
  color: #ffffff;
}
a.report-repair-action.button-action:hover, a.report-repair-action.button-action:focus, a.report-repair-action.button-action:active {
  background: #76a5ba;
  border: 1px solid #76a5ba;
}

a.common-area-repairs-action.button-action {
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
}
a.common-area-repairs-action.button-action:visited {
  color: #ffffff;
}
a.common-area-repairs-action.button-action:hover, a.common-area-repairs-action.button-action:focus, a.common-area-repairs-action.button-action:active {
  background: #76a5ba;
  border: 1px solid #76a5ba;
}

table.table-repair-history {
  font-size: 14px;
  font-size: 0.875rem;
}
table.table-repair-history span.order-status-date {
  display: block;
  margin-top: 6px;
}
table.table-repair-history span.order-contractor {
  color: #333;
}
table.table-repair-history tr.requested span.order-contractor {
  color: #333;
}
table.table-repair-history tr.requested span.order-appointment {
  color: #333;
}
table.table-repair-history tr.cancelled span.order-contractor {
  color: #333;
}
table.table-repair-history tr.cancelled span.order-cancellation {
  color: #333;
}
table.table-repair-history tr.in-progress span.order-contractor {
  color: #333;
}
table.table-repair-history tr.in-progress span.order-appointment {
  color: #333;
}
table.table-repair-history tr.completed span.order-contractor {
  color: #333;
}
table.table-repair-history span.order-contractor,
table.table-repair-history span.order-cancellation,
table.table-repair-history span.order-appointment {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  margin-top: 4px;
}

@media screen and (min-width: 37.5em) {
  table.table-repair-history {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.25em;
  }
  table.table-repair-history th {
    background: #76a5ba;
    color: #ffffff;
    padding: 0.5em 1.25em;
  }
  table.table-repair-history tr {
    background: #f7f7f7;
  }
  table.table-repair-history tr:nth-child(odd) {
    background: #ffffff;
  }
  table.table-repair-history td {
    padding: 1.25em;
  }
  table.table-repair-history td[data-label=Status] {
    width: 14%;
  }
}
.order-status-pill {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
}
.order-status-pill.completed {
  background: rgb(217.8296943231, 235.7510917031, 198.2489082969);
  color: #333;
}
.order-status-pill.cancelled {
  background: rgb(248.4016736402, 220.0983263598, 222.7029288703);
  color: #333;
}
.order-status-pill.in-progress {
  background: rgb(238.5, 225, 195);
  color: #333;
}
.order-status-pill.requested {
  background: rgb(213.9646226415, 207.179245283, 234.320754717);
  color: #333;
}
.order-status-pill.invoiced {
  background: rgb(174.8181818182, 237, 245.1818181818);
  color: #128493;
}

/* Report Repair: Launch Page  */
form.interfinder .fh-button-primary {
  float: none !important;
  margin-bottom: 1.25em;
  padding: 0.375em;
}

/* Report Repair: Schedule your order  */
.drs-calendar-wrapper {
  min-height: 320px;
  margin-bottom: 1.25em;
}

.drs-calendar-wrapper .is-loading {
  padding-top: 70px;
  text-align: center;
}

.drs-calendar table {
  border-collapse: collapse;
  border: 0;
  margin-top: 1em;
  width: 100%;
  clear: both;
}

.drs-calendar table th {
  border-bottom: 1px solid #B6B7B9;
  padding: 5px;
  text-align: center;
}
.drs-calendar table th span.day {
  color: #939598;
}

.drs-calendar table th.is-today-date {
  background: rgb(236.7111650485, 242.9854368932, 245.7888349515);
}
.drs-calendar table th.is-today-date span.date {
  color: #8fc554;
}
.drs-calendar table th.is-today-date span.day {
  color: #8fc554;
}

.drs-calendar table tr.calendar-availability td {
  background: #ffffff;
  padding: 0;
  text-align: center;
}
.drs-calendar table tr.calendar-availability td:last-of-type {
  padding-right: 1.25em;
}

.drs-calendar table tr.calendar-availability:first-of-type td {
  padding-top: 1.25em;
}
.drs-calendar table tr.calendar-availability:last-of-type td {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #B6B7B9;
}

.drs-calendar table tr.calendar-availability td,
.drs-calendar table tr.calendar-availability td input {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.drs-calendar fieldset,
.drs-calendar form,
.drs-calendar p {
  border: none;
  margin: 0;
  padding: 0;
}

.drs-calendar .calendar-taken span,
.drs-calendar .calendar-available input[type=submit] {
  background: #ff6633;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  line-height: 100%;
  margin: 5px 2%;
  padding: 15px 10px;
  width: 96%;
}

.drs-calendar .calendar-available input[type=submit] {
  background: #8fc554;
  cursor: pointer;
}

.drs-calendar table.weekends td {
  width: 10%;
}

.drs-calendar table.no-weekends td {
  width: 15%;
}

.drs-calendar table td.calendar-label {
  white-space: nowrap;
}

/* Overrides table breakpoint for repairs calendar */
@media screen and (max-width: 43.75em) {
  /* Force table to not be like tables anymore */
  .drs-calendar table.table-responsive-mobile,
  .drs-calendar table.table-responsive-mobile thead,
  .drs-calendar table.table-responsive-mobile tbody,
  .drs-calendar table.table-responsive-mobile th,
  .drs-calendar table.table-responsive-mobile td,
  .drs-calendar table.table-responsive-mobile tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .drs-calendar table.table-responsive-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .drs-calendar table.table-responsive-mobile tr {
    border: 1px solid #B6B7B9;
    margin-bottom: 1.25em;
    position: relative;
  }
  .drs-calendar table.table-responsive-mobile td {
    /* Behave  like a "row" */
    background: #c92635;
    border: none;
    border-bottom: 1px solid #B6B7B9;
    position: relative;
    min-height: 20px;
    padding: 0.375em 0.375em 0.375em 50% !important;
    text-align: left;
    width: auto !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
  }
  .drs-calendar table.table-responsive-mobile td:nth-last-of-type(-n + 1) {
    border-bottom: 0;
  }
  .drs-calendar table.table-responsive-mobile td:last-of-type {
    border-bottom: 0;
  }
  .drs-calendar table.table-responsive-no-labels td {
    padding-left: 6px !important;
  }
  .drs-calendar table.table-responsive-mobile td:before {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.375em;
    left: 0.375em;
    width: 45%;
    padding-right: 0.625em;
    white-space: nowrap;
    content: " " attr(data-label) " ";
    /* call the attribute value of data-label and adds a string // */
  }
  .drs-calendar table.table-responsive-no-labels td:before {
    display: none;
  }
}
/* Report Repair: Confirmation page  */
.section-special-header > .section-title {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  background: #8fc554;
  border: 0;
  color: #ffffff;
  font-size: 1.5em;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
}

.order-review-box {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  background: #f7f7f7;
  padding: 1.25em;
}

.order-review-box dl {
  margin: 0;
}

.order-review-box dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.order-review-box dd {
  border-bottom: 1px solid #B6B7B9;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
}
.order-review-box dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-review-box-v2 {
  background: #f7f7f7;
  box-sizing: border-box;
  clear: both;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding-bottom: 1.5em;
  width: 100%;
  border-radius: 3px;
}
.order-review-box-v2 h2 {
  font-weight: 600;
  background: #8fc554;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  padding: 0.5rem 1.5rem;
}
.order-review-box-v2 h2 span.label {
  margin-right: 0.25rem;
  font-weight: 600;
}
.order-review-box-v2 h2 a {
  font-weight: 600;
  float: right;
  color: #ffffff;
  text-decoration: none;
}
.order-review-box-v2 h2 a:visited {
  color: #ffffff;
}
.order-review-box-v2 h2 a:hover, .order-review-box-v2 h2 a:focus, .order-review-box-v2 h2 a:active {
  color: #333;
}
.order-review-box-v2 h2 a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f075";
  margin-right: 0.5em;
}
.order-review-box-v2 p {
  margin: 1.25em 1.25em 0 1.25em;
}
.order-review-box-v2 .col1 {
  box-sizing: border-box;
  overflow: hidden;
  padding: 1.5em 1.5em 0 1.5em;
}
@media screen and (min-width: 48em) {
  .order-review-box-v2 .col1 {
    float: left;
    margin-right: 5%;
    padding: 1.5em 0 0 1.5em;
    width: 35%;
  }
}
.order-review-box-v2 .col2 {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 1.5em 0 1.5em;
}
@media screen and (min-width: 48em) {
  .order-review-box-v2 .col2 {
    float: right;
    padding: 1.5em 1.5em 0 0;
    width: 60%;
  }
}
.order-review-box-v2 dl {
  margin: 0;
}
.order-review-box-v2 dt,
.order-review-box-v2 dd {
  float: left;
}
.order-review-box-v2 dt {
  clear: both;
  font-weight: bold;
  margin-right: 0.25rem;
}
.order-review-box-v2 dd {
  margin: 0;
}
.order-review-box-v2 dd.address.value,
.order-review-box-v2 dd.comments.value,
.order-review-box-v2 dd.picker_notes.value,
.order-review-box-v2 dd.special_instructions.value {
  clear: both;
}
.order-review-box-v2 .is-divider {
  margin-top: 1.5em;
}
.order-review-box-v2 .col1 dt.is-divider:first-of-type,
.order-review-box-v2 .col2 dt.is-divider:first-of-type {
  margin-top: 0;
}
.order-review-box-v2 .col1 dd.is-divider:first-of-type,
.order-review-box-v2 .col2 dd.is-divider:first-of-type {
  margin-top: 0;
}

.print-me > li {
  vertical-align: middle;
}

.print-me > li:first-child {
  margin-left: 15%;
  padding: 0;
  width: 50%;
}

/* Repairs Picker Loader */
form.repair-picker fieldset {
  border: none;
  padding: 0;
}

form.repair-picker #primary_fs .is-script-field .fh-label-container {
  display: none;
}

.loading-icon {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.loading-icon i,
.loading-icon .icon-cogs {
  font-size: 5em;
}

.loader {
  width: 100%;
  text-align: center;
}

.loader-text {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1em;
  text-align: center;
}

.loader-spinner {
  border: 12px solid #f7f7f7;
  border-top: 12px solid #8fc554;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Common Areas Repairs */
.common-area-repair-options {
  clear: both;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
@media screen and (min-width: 65em) {
  .common-area-repair-options {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.common-area-repair-options li {
  background-color: #8fc554;
  border-radius: 3px;
  margin-bottom: 2%;
}
.common-area-repair-options li span {
  display: block;
  padding: 1.25em;
}
@media screen and (min-width: 65em) {
  .common-area-repair-options li {
    display: flex;
    float: left;
    width: 31.6195372751%;
    margin-right: 2.5706940874%;
    margin-bottom: 1.25em;
  }
  .common-area-repair-options li:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
.common-area-repair-options li h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 3px 0;
  line-height: 1.25em;
}
.common-area-repair-options li p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.common-area-repair-options li a {
  color: #ffffff;
  text-decoration: none;
}
.common-area-repair-options li a:visited {
  color: #ffffff;
}
.common-area-repair-options li a:hover, .common-area-repair-options li a:focus, .common-area-repair-options li a:active {
  color: #002255;
}

.repair-options {
  clear: both;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
@media screen and (min-width: 65em) {
  .repair-options {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.repair-options li {
  background-color: #8fc554;
  border-radius: 3px;
  margin-bottom: 2%;
  padding: 1em;
}
.repair-options li span {
  display: block;
  padding: 1.25em;
}
@media screen and (min-width: 65em) {
  .repair-options li {
    display: flex;
    float: left;
    width: 31.6195372751%;
    margin-right: 2.5706940874%;
    margin-bottom: 1.25em;
  }
  .repair-options li:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
.repair-options li h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 3px 0;
  line-height: 1.25em;
}
.repair-options li p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.repair-options li a {
  color: #ffffff;
  text-decoration: none;
}
.repair-options li a:visited {
  color: #ffffff;
}
.repair-options li a:hover, .repair-options li a:focus, .repair-options li a:active {
  color: #002255;
  text-decoration: none;
}
.repair-options li i {
  font-size: 32px;
  font-size: 2rem;
  background: #ffffff;
  border-radius: 50%;
  color: #8fc554;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.repair-options li a:visited i {
  background: #ffffff;
  color: #8fc554;
}
.repair-options li a:hover i,
.repair-options li a:focus i,
.repair-options li a:active i {
  background: #002255;
  color: #8fc554;
  transition: 300ms ease;
}

ol.repair-breadcrumbs {
  margin: 2em 0;
  padding-left: 0;
  list-style: none;
  counter-reset: steps;
  display: table;
  width: 100%;
}

ol.repair-breadcrumbs li {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  counter-increment: steps;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 48em) {
  ol.repair-breadcrumbs li {
    font-size: 16px;
    font-size: 1rem;
  }
}

ol.repair-breadcrumbs li:before {
  content: counter(steps);
  margin: 0 auto 0.5em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  border: 3px solid #8fc554;
  border-radius: 100%;
  background: #ffffff;
  color: #8fc554;
  position: relative;
  z-index: 1;
}

ol.repair-breadcrumbs li.active:before {
  border: 3px solid #8fc554;
  color: #ffffff;
  background: #8fc554;
}

ol.repair-breadcrumbs li:after {
  content: "";
  border-top: 3px solid #8fc554;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.75em;
  z-index: 0;
}

ol.repair-breadcrumbs li:first-of-type:after {
  left: 50%;
}

ol.repair-breadcrumbs li:last-of-type:after {
  right: 50%;
}

h2.repairs-address {
  color: #333;
  margin-top: -1.25em;
}

.jobs span.tools {
  display: block;
  float: none !important;
  text-align: right;
}
@media screen and (min-width: 48em) {
  .jobs span.tools {
    display: inline;
    float: right !important;
    text-align: left;
  }
}
.jobs .tools-buttons a.tools-button.tools-add {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
  font-size: 1em !important;
  font-weight: 700 !important;
  margin-bottom: 2em;
  padding: 0.625em !important;
}
.jobs .tools-buttons a.tools-button.tools-add:visited {
  color: #ffffff;
}
.jobs .tools-buttons a.tools-button.tools-add:hover, .jobs .tools-buttons a.tools-button.tools-add:focus, .jobs .tools-buttons a.tools-button.tools-add:active {
  background: #76a5ba;
  border: 1px solid #76a5ba;
}

.job {
  clear: both;
  border-bottom: 1px solid #f7f7f7;
  overflow: hidden;
  padding: 1em 0;
}
.job:first-of-type {
  margin-top: 2em;
}
.job:last-of-type {
  margin-bottom: 2em;
  border-bottom: none;
}
.job h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .job h4 {
    margin: 0;
  }
}
.job h4 span.location {
  color: #939598;
}
.job p.comments:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .job .summary {
    float: left;
    width: 60%;
  }
}

.page-admin .job {
  border-bottom: 1px solid #B6B7B9;
}
.page-admin .job:last-of-type {
  border-bottom: none;
}
.page-admin .job .summary {
  float: none;
}
.page-admin .job .message {
  margin-top: 1.75em;
}

.next-stage {
  text-align: right;
}

.section-book-repair p.description {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.section-book-repair .appointments {
  margin-bottom: 1.5em;
}
.section-book-repair .appointment {
  clear: both;
  border-bottom: 1px solid #f7f7f7;
  overflow: hidden;
  padding: 1em 0;
}
.section-book-repair .appointment:last-of-type {
  border-bottom: none;
}
.section-book-repair .appointment h4 {
  font-size: 1.125em;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 48em) {
  .section-book-repair .appointment h4 {
    margin: 0;
  }
}
.section-book-repair .appointment h4 time {
  color: #ff6633;
}
@media screen and (min-width: 48em) {
  .section-book-repair .appointment .slot-status {
    float: left;
    width: 8%;
    margin-right: 1em;
  }
}
.section-book-repair .appointment .slot-status ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.section-book-repair .appointment .slot-status ul li {
  display: inline;
  color: #fff;
  font-weight: 600;
  margin: 0 0.5em 0 0;
}
@media screen and (min-width: 48em) {
  .section-book-repair .appointment .slot-status ul li {
    margin: 0 0.5em 0.5em 0;
  }
}
.section-book-repair .appointment .slot-status ul li.slot {
  border-radius: 50%;
  border: 2px solid #939598;
  color: #939598;
  display: inline-block;
  font-size: 1em;
  line-height: 32px;
  text-align: center;
  width: 32px;
  box-sizing: content-box;
}
.section-book-repair .appointment .slot-status ul li i {
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 32px;
  text-align: center;
  width: 32px;
  box-sizing: content-box;
}
.section-book-repair .appointment .slot-status ul li i.fa-calendar-plus {
  border: 2px solid #ff6633;
  background: #ff6633;
}
.section-book-repair .appointment .slot-status ul li i.fa-calendar-check {
  border: 2px solid #8fc554;
  background: #8fc554;
}
.section-book-repair .appointment .slot-status ul li i.fa-calendar-exclamation {
  border: 2px solid #c92635;
  background: #c92635;
}
.section-book-repair .appointment .slot-confirm ul li.slot {
  background: #ff6633;
  border: 2px solid #ff6633;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .section-book-repair .appointment .summary {
    float: left;
    width: 60%;
  }
}
.section-book-repair .appointment .summary ul.jobs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-book-repair .appointment .summary ul.jobs h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.section-book-repair .appointment .summary ul.jobs span.order_number,
.section-book-repair .appointment .summary ul.jobs span.location {
  color: #939598;
  font-weight: 600;
}
.section-book-repair .appointment .summary ul.jobs span.order_number {
  margin-left: 0.25em;
}
.section-book-repair .next-stage {
  text-align: right;
}

.schedule {
  border-top: 1px solid #8fc554;
  margin-top: 2em;
  padding-top: 1.5em;
}

.schedule-head {
  overflow: hidden;
  margin-bottom: 1em;
}

.schedule-date-heading {
  display: none;
  font-weight: 600;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #8fc554;
}
@media screen and (min-width: 48em) {
  .schedule-date-heading {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.schedule-date-heading .day {
  color: #333;
  width: 16.1%;
  text-align: center;
}
.schedule-date-heading .day span {
  color: #939598;
  display: block;
}

.week {
  background: #fafafa;
}
@media screen and (min-width: 48em) {
  .week {
    display: flex;
    padding-top: 1em;
    padding-right: 0.5em;
    border-bottom: 1px solid #8fc554;
  }
}

.schedule-slot-heading {
  display: none;
}
@media screen and (min-width: 48em) {
  .schedule-slot-heading {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 20%;
    float: left;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 48em) {
  .schedule-slot-heading .slot {
    display: flex;
    flex-direction: column;
    min-height: 48px;
    align-items: center;
    justify-content: center;
  }
}
.schedule-slot-heading .slot span {
  color: #939598;
}

@media screen and (min-width: 48em) {
  .schedule-cols {
    display: flex;
    flex-direction: row;
    width: 80%;
    float: right;
  }
}

.schedule-column {
  clear: both;
  padding-bottom: 1em;
  border-bottom: 1px solid #8fc554;
}
@media screen and (min-width: 48em) {
  .schedule-column {
    width: 20%;
    border-bottom: none;
  }
}

.slots .day {
  font-weight: 600;
  background: #fff;
  border-bottom: 1px solid #8fc554;
  padding: 1em 0.5em 1em 0.5em;
  margin-bottom: 1em;
}
.slots .day span {
  color: #939598;
  display: block;
}
@media screen and (min-width: 48em) {
  .slots .day {
    display: none;
  }
}
.slots .slot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5em 0.5em;
}
.slots .slot .time {
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .slots .slot .time {
    display: none;
  }
}
.slots .slot .time span {
  color: #939598;
  display: block;
}
.slots .slot ul {
  width: 55%;
  background: #fff;
  border: 1px solid #f7f7f7;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .slots .slot ul {
    width: 100%;
  }
}
.slots .slot ul li {
  padding: 0;
  margin: 0.5em;
}
.slots .slot ul li,
.slots .slot ul button {
  display: block;
  text-decoration: none;
  color: #939598;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  padding: 0;
}
.slots .slot ul .not-available {
  background: #f7f7f7;
  cursor: not-allowed;
}
.slots .slot ul .available button {
  background: #8fc554;
  color: #ffffff;
}
.slots .slot ul .available button:hover {
  background: #76a5ba;
}
.slots .slot ul .selected button {
  background: #ff6633;
  color: #ffffff;
}
.slots .slot ul .selected button:hover {
  background: #76a5ba;
}
.slots .slot.all-available ul {
  background: #edf4e5;
  border: 1px solid #8fc554;
}
.slots .slot.all-selected ul {
  background: #fbe8E2;
  border: 1px solid #ff6633;
}

.job-lines-wrapper {
  margin-bottom: 1.5em;
}

table.dataTable span.order-cancellation {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #333;
}
table.dataTable span.order-contractor {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #333;
}

@media screen and (min-width: 54.375em) {
  form#order-date-actions-form .wrapper {
    display: flex;
  }
}
form#order-date-actions-form .radio-controls {
  display: flex;
}
@media screen and (min-width: 54.375em) {
  form#order-date-actions-form .radio-controls .control-group {
    display: flex;
  }
}
form#order-date-actions-form .radio-controls .control-group .field-wrapper {
  margin-right: 1em;
}
form#order-date-actions-form .radio-controls .control-group .field-wrapper i {
  margin-left: 0.25em;
}
form#order-date-actions-form .radio-controls .control-group .field-wrapper:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 54.375em) {
  form#order-date-actions-form .radio-controls .control-group .field-wrapper {
    margin-bottom: 0;
  }
}
form#order-date-actions-form legend {
  display: none;
}
form#order-date-actions-form .error-summary h2#error-summary-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

form#order-actions-form .group:not(.files):not(.is-repeated) {
  padding: 0;
}
form#order-actions-form .field-container {
  margin-bottom: 1.125em;
}
form#order-actions-form fieldset#action legend {
  display: none;
}
form#order-actions-form .appointment_components.group {
  padding: 0.626em 1em 0 1em !important;
}
@media screen and (min-width: 54.375em) {
  form#order-actions-form .appointment_components.group .wrapper {
    display: flex;
  }
}
form#order-actions-form .appointment_components.group .wrapper .field-container .field-label {
  display: none;
}
@media screen and (min-width: 54.375em) {
  form#order-actions-form .appointment_components.group .wrapper .field-container {
    margin-right: 1.25em;
  }
}
@media screen and (min-width: 54.375em) {
  form#order-actions-form .appointment_components.group .wrapper .control-group {
    margin-top: 0.5em;
  }
}
form#order-actions-form fieldset#follow_on_attachments {
  margin-top: 1em;
}

.gss-box {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  clear: both;
  padding: 0.625em 1.25em;
  color: #ffffff;
  margin-bottom: 1.75em;
}

.tools a.is-coins-icon {
  background: #d4af37;
  border-color: transparent;
  color: #ffffff;
}
.tools a.is-coins-icon:hover {
  background: rgb(221.024691358, 191.7901234568, 96.975308642);
}

.tools a.is-card-icon {
  background: #0288d1;
  border-color: transparent;
  color: #ffffff;
}
.tools a.is-card-icon:hover {
  background: rgb(9.3507109005, 166.8483412322, 252.6492890995);
}

a.take-cash-action.button-action,
a.take-card-action.button-action,
a.rent-collector-action.button-action {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
  cursor: pointer;
  padding: 0.625em;
  text-decoration: none;
  display: inline-block;
  width: auto;
}
a.take-cash-action.button-action:visited,
a.take-card-action.button-action:visited,
a.rent-collector-action.button-action:visited {
  color: #ffffff;
}
a.take-cash-action.button-action:hover, a.take-cash-action.button-action:focus, a.take-cash-action.button-action:active,
a.take-card-action.button-action:hover,
a.take-card-action.button-action:focus,
a.take-card-action.button-action:active,
a.rent-collector-action.button-action:hover,
a.rent-collector-action.button-action:focus,
a.rent-collector-action.button-action:active {
  background: #76a5ba;
  border: 1px solid #76a5ba;
}
a.take-cash-action.button-action:focus,
a.take-card-action.button-action:focus,
a.rent-collector-action.button-action:focus {
  outline: thin dotted;
}
a.take-cash-action.button-action:hover, a.take-cash-action.button-action:active,
a.take-card-action.button-action:hover,
a.take-card-action.button-action:active,
a.rent-collector-action.button-action:hover,
a.rent-collector-action.button-action:active {
  outline: 0;
}
a.take-cash-action.button-action i,
a.take-card-action.button-action i,
a.rent-collector-action.button-action i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0;
}

.page-cash-receipt .print-me {
  float: right;
  text-align: right;
}
.page-cash-receipt .print-me > li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 1em 0 0;
  padding: 0;
  width: 50%;
  text-align: left;
}

.section-component-photos h2.section-title,
.section-component-photos h3.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}
.section-component-photos h2.section-title i,
.section-component-photos h3.section-title i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
  padding-right: 10px;
}

.section-component-photos .section-content {
  margin-bottom: 2.5em;
  overflow: hidden;
}

.photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.photos figure {
  margin: 1%;
  width: 45%;
  float: left;
}
@media screen and (min-width: 20em) {
  .photos figure {
    margin: 1%;
    width: 31%;
  }
}
@media screen and (min-width: 53.4375em) {
  .photos figure {
    margin: 1%;
    width: 23%;
  }
}
.photos figure a:hover {
  opacity: 0.5;
  transition: all 0.6s ease;
}
.photos figure img {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 100%;
  height: auto;
}
.photos figure figcaption {
  font-size: 0.75rem;
  margin-top: auto;
  padding-top: 0.625em;
}

.section-title {
  display: block;
  clear: both;
}
.section-title .section-toggle {
  display: block;
  text-decoration: none;
}
.section-title .section-toggle:focus {
  outline: none;
}
@media screen and (min-width: 37.5em) {
  .section-title .section-toggle {
    float: right;
  }
}
.section-title .section-toggle span {
  font-size: 16px;
  font-size: 1rem;
  color: #939598;
  vertical-align: middle;
}
.section-title .section-toggle span i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
  margin-right: 0.5em;
  vertical-align: middle;
}

h3.section-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #939598;
  border-bottom: 1px solid #B6B7B9;
  padding-bottom: 10px;
}

@media screen and (min-width: 62.5em) {
  .current-user-status.status-not-timing form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
.current-user-status.status-not-timing form .fh-label-container {
  display: none;
}
.current-user-status.status-not-timing form .fh-field.fh-format-inline {
  margin-bottom: 1.5em;
  width: 100%;
  align-self: center;
}
@media screen and (min-width: 62.5em) {
  .current-user-status.status-not-timing form .fh-field.fh-format-inline {
    margin: 0;
    width: 60% !important;
  }
}
.current-user-status.status-not-timing form .fh-field.fh-format-inline .fh-field-container {
  width: 100% !important;
}
.current-user-status.status-not-timing form .fh-field.fh-format-inline select {
  width: 100% !important;
  height: 2.8em;
}
@media screen and (min-width: 62.5em) {
  .current-user-status.status-not-timing form button#primary_not_timing_form {
    margin-left: auto;
  }
}

.current-user-status.status-timing h2 {
  width: 100%;
}
.current-user-status.status-timing .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 37.5em) {
  .current-user-status.status-timing .wrapper .order_details {
    width: 30%;
    margin-right: 2%;
  }
}
.current-user-status.status-timing .wrapper .timer {
  margin-bottom: 1em;
  margin-right: 2%;
}
.current-user-status.status-timing .wrapper .tools-buttons {
  float: left;
}
@media screen and (min-width: 48em) {
  .current-user-status.status-timing .wrapper .tools-buttons {
    float: right;
  }
}

.current-user-status .fh-button {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
  margin-right: 0.5em !important;
  margin-bottom: 1em;
  padding: 0.75em 1em !important;
}
@media screen and (min-width: 48em) {
  .current-user-status .fh-button {
    margin-right: 1em !important;
  }
}
@media screen and (min-width: 62.5em) {
  .current-user-status .fh-button {
    margin-bottom: 0em;
  }
}
.current-user-status .fh-button:last-of-type {
  margin-right: 0 !important;
}
.current-user-status .fh-button i {
  color: #ff6633;
}
.current-user-status .fh-button:hover {
  background: #76a5ba;
  color: #ffffff;
}
.current-user-status .fh-button:hover i {
  color: #f7f7f7;
}
.current-user-status .fh-inner-button {
  padding: 0;
}

.status {
  text-align: right;
  color: #939598;
  margin-bottom: 1em;
  display: inline-block;
}
.status i {
  color: #8fc554;
  margin-right: 0.5em;
}

.timer .time {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 2.25rem;
  background: #ffffff;
  color: #ff6633;
  padding: 0.125em 0.25em;
}
.timer.is-paused .time {
  color: #B6B7B9;
}
.timer span.icon {
  margin-right: 0.5em;
}
.timer span.icon i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #8fc554 !important;
}
.timer span.label {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  display: block;
  margin: 0.25em 0 0 2.8em;
  width: auto;
}
.timer span.label .hrs,
.timer span.label .mins {
  padding: 0 1em;
}

.page-bct-manager .timer .time {
  font-size: 25.6px;
  font-size: 1.6rem;
}
.page-bct-manager .timer span.icon i {
  font-size: 20px;
  font-size: 1.25rem;
}
.page-bct-manager .timer span.label {
  margin: 0.25em 0 0 2.5em;
}
.page-bct-manager .timer span.label .hrs,
.page-bct-manager .timer span.label .mins {
  padding: 0 0.375em;
}

.section-is-assigned,
.section-is-contractor,
.section-is-unassigned,
.section-is-operative-assigned {
  overflow: hidden;
}
@media screen and (min-width: 37.5em) {
  .section-is-assigned .open-job,
  .section-is-contractor .open-job,
  .section-is-unassigned .open-job,
  .section-is-operative-assigned .open-job {
    width: 95%;
    float: right;
  }
}

.section-is-assigned,
.section-is-operative-assigned {
  overflow: visible;
}

.section-is-assigned,
.section-is-operative-assigned {
  position: relative;
}
.section-is-assigned .section-content,
.section-is-operative-assigned .section-content {
  overflow: hidden;
}
@media screen and (min-width: 37.5em) {
  .section-is-assigned .section-content,
  .section-is-operative-assigned .section-content {
    border-left: 1px dashed #B6B7B9;
  }
  .section-is-assigned .section-content:before,
  .section-is-operative-assigned .section-content:before {
    color: #8fc554;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 60px;
    left: -8px;
  }
}
@media screen and (min-width: 37.5em) {
  .section-is-assigned.section-is-empty .section-content,
  .section-is-operative-assigned.section-is-empty .section-content {
    border-left: none;
  }
  .section-is-assigned.section-is-empty .section-content:before,
  .section-is-operative-assigned.section-is-empty .section-content:before {
    content: "";
  }
}
.section-is-assigned .open-job:first-of-type,
.section-is-operative-assigned .open-job:first-of-type {
  border-top: 8px solid #8fc554;
}

.open-job {
  background: #f1f1f1;
  padding: 1.5em;
  margin-bottom: 1em;
  overflow: hidden;
}
.open-job:last-of-type {
  margin-bottom: 0;
}
.open-job h2,
.open-job h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  color: #8fc554;
}
@media screen and (min-width: 62.5em) {
  .open-job .col1 {
    width: 35%;
    float: left;
    margin-right: 3%;
  }
}
.open-job .col1 dl {
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden;
}
.open-job .col1 dl dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (min-width: 68.75em) {
  .open-job .col1 dl dt {
    float: left;
    width: 50%;
  }
}
.open-job .col1 dl dd {
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (min-width: 68.75em) {
  .open-job .col1 dl dd {
    float: left;
    width: 50%;
  }
}
.open-job .col1 p {
  margin-bottom: 0;
}
@media screen and (min-width: 62.5em) {
  .open-job .col2 {
    float: left;
    width: 35%;
  }
}
.open-job .col2 dl {
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden;
}
.open-job .col2 dl dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  display: block;
}
.open-job .col2 dl dd {
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (min-width: 62.5em) {
  .open-job .col3 {
    float: right;
    width: auto;
  }
}
.open-job .move-tool-wrapper {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .open-job .move-tool-wrapper {
    margin-bottom: 0;
  }
}
.open-job .move-tool-wrapper i {
  color: #8fc554;
  margin-right: 1.5em;
}
.open-job .move-tool-wrapper i:hover {
  cursor: pointer;
}
@media screen and (min-width: 62.5em) {
  .open-job .move-tool-wrapper {
    width: 4%;
    float: left;
  }
}

@media screen and (min-width: 62.5em) {
  .section-is-assigned .col3 .tools,
  .section-is-contractor .col3 .tools,
  .section-is-unassigned .col3 .tools,
  .section-is-operative-assigned .col3 .tools {
    text-align: right;
  }
}
.section-is-assigned .col3 form,
.section-is-contractor .col3 form,
.section-is-unassigned .col3 form,
.section-is-operative-assigned .col3 form {
  margin-top: 0.5em;
}
.section-is-assigned .col3 form select,
.section-is-contractor .col3 form select,
.section-is-unassigned .col3 form select,
.section-is-operative-assigned .col3 form select {
  height: 2em;
  width: 150px !important;
}
.section-is-assigned .col3 .button,
.section-is-contractor .col3 .button,
.section-is-unassigned .col3 .button,
.section-is-operative-assigned .col3 .button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
  cursor: pointer;
  margin-right: 1.5em !important;
  padding: 0.375em 0.5em !important;
}
.section-is-assigned .col3 .button span,
.section-is-contractor .col3 .button span,
.section-is-unassigned .col3 .button span,
.section-is-operative-assigned .col3 .button span {
  display: none;
}
.section-is-assigned .col3 .button:last-of-type,
.section-is-contractor .col3 .button:last-of-type,
.section-is-unassigned .col3 .button:last-of-type,
.section-is-operative-assigned .col3 .button:last-of-type {
  margin-right: 0 !important;
}
.section-is-assigned .col3 .button i,
.section-is-contractor .col3 .button i,
.section-is-unassigned .col3 .button i,
.section-is-operative-assigned .col3 .button i {
  text-align: center;
  color: #f7f7f7;
}
.section-is-assigned .col3 .button:hover,
.section-is-contractor .col3 .button:hover,
.section-is-unassigned .col3 .button:hover,
.section-is-operative-assigned .col3 .button:hover {
  background: #76a5ba;
  border: 1px solid #76a5ba;
  color: #ffffff;
}
.section-is-assigned .col3 .button:hover i,
.section-is-contractor .col3 .button:hover i,
.section-is-unassigned .col3 .button:hover i,
.section-is-operative-assigned .col3 .button:hover i {
  color: #ffffff;
}
.section-is-assigned .col3 .button[name=cancel_order],
.section-is-contractor .col3 .button[name=cancel_order],
.section-is-unassigned .col3 .button[name=cancel_order],
.section-is-operative-assigned .col3 .button[name=cancel_order] {
  background: #c92635;
  border: 1px solid #c92635;
  color: #ffffff;
}
.section-is-assigned .col3 .button[name=cancel_order] i,
.section-is-contractor .col3 .button[name=cancel_order] i,
.section-is-unassigned .col3 .button[name=cancel_order] i,
.section-is-operative-assigned .col3 .button[name=cancel_order] i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.section-is-assigned .col3 .button[name=cancel_order]:hover,
.section-is-contractor .col3 .button[name=cancel_order]:hover,
.section-is-unassigned .col3 .button[name=cancel_order]:hover,
.section-is-operative-assigned .col3 .button[name=cancel_order]:hover {
  background: #76a5ba;
  border: 1px solid #76a5ba;
  color: #ffffff;
}
.section-is-assigned .col3 .button[name=cancel_order]:hover i,
.section-is-contractor .col3 .button[name=cancel_order]:hover i,
.section-is-unassigned .col3 .button[name=cancel_order]:hover i,
.section-is-operative-assigned .col3 .button[name=cancel_order]:hover i {
  color: #ffffff;
}

p.urgency-pill {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 14px;
  font-size: 0.875rem;
  background: #d8d8d8;
  color: #333;
  display: inline-block;
  padding: 0 0.5em;
  text-transform: uppercase;
}
p.urgency-pill.is-reac {
  background: rgb(242.7729257642, 248.6681222707, 236.3318777293);
  color: #8fc554;
}
p.urgency-pill.is-rout {
  background: rgb(211.4170616114, 239.3601895735, 254.5829383886);
  color: #0288d1;
}
p.urgency-pill.is-emer {
  background: white;
  color: #ff6633;
}
p.urgency-pill.is-urge {
  background: rgb(252.4560669456, 241.5439330544, 242.5481171548);
  color: #c92635;
}

.page-bct-manager ul.tools-buttons li {
  margin-right: 0.5em !important;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .page-bct-manager ul.tools-buttons li {
    margin-right: 0.75em !important;
    margin-bottom: 0;
  }
}
.page-bct-manager ul.tools-buttons li a.tools-button {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
  padding: 0.625em 0.625em !important;
}
.page-bct-manager ul.tools-buttons li a.tools-button i {
  color: #ff6633 !important;
}
.page-bct-manager ul.tools-buttons li a.tools-button:hover {
  background: #76a5ba;
  border: 1px solid #76a5ba;
  color: #ffffff;
}
.page-bct-manager ul.tools-buttons li a.tools-button:hover i {
  color: #f7f7f7 !important;
}
.page-bct-manager ul.tools-buttons li:last-of-type {
  margin-right: 0 !important;
}

.section-is-active .tools > a,
.section-is-active .tools-button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.25em 0.25em !important;
}

.tools a.check {
  background: #8fc554;
  border-color: transparent;
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293) !important;
}
.tools a.check:hover {
  background: rgb(167.943231441, 209.9170305677, 122.0829694323);
}
.tools a.check i.fa-check {
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293) !important;
}

.tools a.delete {
  background: #c92635;
  border-color: transparent;
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548) !important;
}
.tools a.delete i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548) !important;
}

.notices {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 1px solid #002255;
  clear: both;
  margin-bottom: 2.5em;
}
.notices .header {
  display: flex;
  align-items: center;
  background: #002255;
  padding: 0.75em 0.625em 0.75em 1em;
}
.notices .header h2 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  display: inline;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}
.notices .header h2 i {
  color: #ffffff;
  margin-right: 5px;
}
.notices .header .dismiss_tool {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  float: right;
  margin-left: auto;
  text-transform: uppercase;
}
.notices .message-notice {
  margin: 1em;
}

.notice {
  align-items: center;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5em 0.5em 0.5em 0.625em;
}
.notice:last-of-type {
  border-bottom: none;
}
.notice p {
  color: #333;
}
.notice p:last-of-type {
  margin-bottom: 0;
}
.notice p a {
  color: #ff6633;
  text-decoration: none;
}
.notice p a:visited {
  color: #ff6633;
}
.notice p a:hover, .notice p a:focus, .notice p a:active {
  color: #8fc554;
}
.notice .icon {
  align-self: flex-start;
  margin-right: 0.5em;
}
@media screen and (min-width: 18.75em) {
  .notice .icon {
    margin-right: 1em;
  }
}
.notice .message {
  margin-right: 1em;
}
@media screen and (min-width: 18.75em) {
  .notice .message {
    margin-right: 2em;
  }
}
.notice .dismiss_tool {
  font-size: 24px;
  font-size: 1.5rem;
  align-self: flex-start;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 18.75em) {
  .notice .dismiss_tool {
    margin-right: 0.75em;
  }
}
.notice .dismiss_tool a {
  color: #939598;
}
.notice .dismiss_tool a:visited {
  color: #939598;
}
.notice .dismiss_tool a:hover, .notice .dismiss_tool a:focus, .notice .dismiss_tool a:active {
  color: #B6B7B9;
}

.notices span.icon {
  font-size: 24px;
  font-size: 1.5rem;
  color: #939598;
}
.notices .fa-exclamation-triangle {
  color: #c92635;
}
.notices .fa-phone-square-alt {
  color: #8fc554;
}
.notices .fa-exclamation-circle {
  color: #ffb300;
}
.notices .fa-info-square {
  color: #0288d1;
}
.notices .fa-calendar-alt {
  color: #939598;
}

.page-admin.page-admin-notices table i :not(.tools),
body.page-admin form#editnotice.form span i :not(.tools) {
  color: #939598;
}
.page-admin.page-admin-notices table .fa-exclamation-triangle,
body.page-admin form#editnotice.form span .fa-exclamation-triangle {
  color: #c92635;
}
.page-admin.page-admin-notices table .fa-phone-square-alt,
body.page-admin form#editnotice.form span .fa-phone-square-alt {
  color: #8fc554;
}
.page-admin.page-admin-notices table i.fa-exclamation-circle,
body.page-admin form#editnotice.form span i.fa-exclamation-circle {
  color: #ffb300;
}
.page-admin.page-admin-notices table .fa-info-square,
body.page-admin form#editnotice.form span .fa-info-square {
  color: #0288d1;
}
.page-admin.page-admin-notices table .fa-calendar-alt,
body.page-admin form#editnotice.form span .fa-calendar-alt {
  color: #939598;
}

div.diary_entry {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  div.diary_entry {
    max-width: 800px;
    width: 80%;
  }
}
div.diary_entry h2,
div.diary_entry h3 {
  color: #939598;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
div.diary_entry p {
  font-size: 1em;
}
@media screen and (min-width: 37.5em) {
  div.diary_entry p {
    font-size: 1.125em;
  }
}
div.diary_entry ul.meta {
  background: #f7f7f7;
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0.5em;
}
div.diary_entry ul.meta li {
  margin-bottom: 0.5em;
}
div.diary_entry ul.meta li span.key {
  display: block;
  font-weight: 600;
  margin-right: 5px;
}
@media screen and (min-width: 37.5em) {
  div.diary_entry ul.meta {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1;
         column-gap: 1;
  }
  div.diary_entry ul.meta li {
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    /* IE 11 */
  }
}
div.diary_entry div.invalid-attachments ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
div.diary_entry div.invalid-attachments ul li {
  padding: 0.5em;
}
div.diary_entry div.invalid-attachments ul li:nth-child(odd) {
  background: #f7f7f7;
}

form#tenant_ra_diary_filter label[for=diary_action_date_start],
form#tenant_ra_diary_filter label[for=diary_action_date_end],
form#tenant_ra_diary_filter label[for=diary_follow_on_date_start],
form#tenant_ra_diary_filter label[for=diary_follow_on_date_end],
form#property_ra_diary_filter label[for=diary_action_date_start],
form#property_ra_diary_filter label[for=diary_action_date_end],
form#property_ra_diary_filter label[for=diary_follow_on_date_start],
form#property_ra_diary_filter label[for=diary_follow_on_date_end] {
  display: none;
}
form#tenant_ra_diary_filter div.is-start-date,
form#property_ra_diary_filter div.is-start-date {
  margin-top: -1.5em;
}
@media screen and (min-width: 37.5em) {
  form#tenant_ra_diary_filter div.is-start-date,
  form#property_ra_diary_filter div.is-start-date {
    float: left;
    width: 48.5%;
  }
}
form#tenant_ra_diary_filter div.is-end-date,
form#property_ra_diary_filter div.is-end-date {
  margin-top: -1.5em;
}
@media screen and (min-width: 37.5em) {
  form#tenant_ra_diary_filter div.is-end-date,
  form#property_ra_diary_filter div.is-end-date {
    float: right;
    width: 48.5%;
  }
}

.section-diary-entries a.to-bottom-link {
  text-decoration: none;
  font-weight: 600;
}
.section-diary-entries a.to-bottom-link i {
  margin-right: 0.375em;
}

.diary_entry_box {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 1px solid #f7f7f7;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 1em 1.5em;
}
.diary_entry_box small {
  color: #939598;
}
.diary_entry_box p.details {
  margin-top: 1em;
  clear: both;
}
.diary_entry_box p.details:last-of-type {
  margin-bottom: 0;
}
.diary_entry_box span.extra {
  color: #939598;
}
.diary_entry_box dl {
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .diary_entry_box dl {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (min-width: 56em) {
  .diary_entry_box dl {
    width: 90%;
  }
}
.diary_entry_box dl dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
}
@media screen and (min-width: 25em) {
  .diary_entry_box dl dt {
    clear: left;
    float: left;
  }
}
.diary_entry_box dl dd {
  margin-left: 0;
  padding: 0;
  min-height: 1.5em;
}
@media screen and (min-width: 25em) {
  .diary_entry_box dl dd {
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .diary_entry_box dl dd {
    margin-left: 50%;
  }
}
@media screen and (min-width: 70em) {
  .diary_entry_box dl dd {
    text-align: left;
  }
}

/* All parameters */
:root {
  --linethick: 3px;
  --linewidth: 1.8em;
}

.repair-diagnostics-admin {
  overflow: scroll;
  /* node style */
  /* connecting lines between nodes */
  /* debug connecting lines * /
  .process_diagram div:before,
  .process_diagram div:after {border-color:green;}
  .process_diagram ul:before,
  .process_diagram ul:after {border-color:red;}
  /**/
  /************************************************************/
  /* positioning for the diagram */
  /* a dash before and behind all uls */
  /* put connecting vertical lines */
  /* correct length and position of dashes for first and last li-item in ul */
  /* put left and right dashes */
  /* remove dash for the very first/last nodes keeping margin and padding */
  /* remove double dashes */
  /* last dashes are not double and need to be recovered */
  /* .priority -> .input */
}
.repair-diagnostics-admin .process_diagram li > div {
  color: #333;
  border-style: solid;
  border-color: #333;
  text-align: left;
}
.repair-diagnostics-admin header {
  margin: 1.25em;
}
.repair-diagnostics-admin header h1 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: #939598;
}
.repair-diagnostics-admin header h1 span.tools {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 1em;
}
.repair-diagnostics-admin .process_diagram li:before,
.repair-diagnostics-admin .process_diagram li:after,
.repair-diagnostics-admin .process_diagram ul:before,
.repair-diagnostics-admin .process_diagram ul:after,
.repair-diagnostics-admin .process_diagram div:before,
.repair-diagnostics-admin .process_diagram div:after {
  border-style: solid;
  border-color: #333;
}
.repair-diagnostics-admin .process_diagram,
.repair-diagnostics-admin .process_diagram ol,
.repair-diagnostics-admin .process_diagram ul,
.repair-diagnostics-admin .process_diagram li {
  margin: 0 auto;
  padding: 0;
  display: block;
  list-style: none;
  text-align: center;
  vertical-align: middle;
}
.repair-diagnostics-admin .process_diagram li {
  position: relative;
}
.repair-diagnostics-admin .process_diagram,
.repair-diagnostics-admin .process_diagram ol {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.repair-diagnostics-admin .process_diagram > li,
.repair-diagnostics-admin .process_diagram ol > li {
  display: table-cell;
}
.repair-diagnostics-admin .process_diagram > li,
.repair-diagnostics-admin .process_diagram ol > li,
.repair-diagnostics-admin .process_diagram ul > li {
  padding: 0.5em 0;
}
.repair-diagnostics-admin .process_diagram ul {
  position: relative;
  padding: 0 var(--linewidth);
}
.repair-diagnostics-admin .process_diagram ul:before,
.repair-diagnostics-admin .process_diagram ul:after {
  position: absolute;
  content: "";
  top: 50%;
  width: var(--linewidth);
  display: block;
  border-width: var(--linethick) 0 0;
}
.repair-diagnostics-admin .process_diagram ul:before {
  left: 0;
}
.repair-diagnostics-admin .process_diagram ul:after {
  right: 0;
}
.repair-diagnostics-admin .process_diagram ul > li:after,
.repair-diagnostics-admin .process_diagram ul > li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: var(--linewidth);
  height: 100%;
  display: block;
}
.repair-diagnostics-admin .process_diagram ul > li:before {
  left: 0;
  border-width: 0 0 0 var(--linethick);
}
.repair-diagnostics-admin .process_diagram ul > li:after {
  right: 0;
  border-width: 0 var(--linethick) 0 0;
}
.repair-diagnostics-admin .process_diagram ul > li:first-child:before,
.repair-diagnostics-admin .process_diagram ul > li:first-child:after {
  top: 50%;
  bottom: auto;
  height: 50%;
}
.repair-diagnostics-admin .process_diagram ul > li:last-child:before,
.repair-diagnostics-admin .process_diagram ul > li:last-child:after {
  top: 0;
  bottom: auto;
  height: 50%;
}
.repair-diagnostics-admin .process_diagram li > div {
  position: relative;
  margin: 0 var(--linewidth);
  padding: 1em;
  border-width: var(--linethick);
}
.repair-diagnostics-admin .process_diagram li > div:before,
.repair-diagnostics-admin .process_diagram li > div:after {
  content: "";
  top: 50%;
  width: var(--linewidth);
  position: absolute;
  border-width: var(--linethick) 0 0;
  height: 50%;
}
.repair-diagnostics-admin .process_diagram li > div:after {
  right: calc(0em - var(--linewidth));
  margin-right: calc(0px - var(--linethick));
}
.repair-diagnostics-admin .process_diagram li > div:before {
  left: calc(0em - var(--linewidth));
  margin-left: calc(0px - var(--linethick));
}
.repair-diagnostics-admin .process_diagram li:last-child > div:after,
.repair-diagnostics-admin .process_diagram li:last-child > div:before {
  top: 0;
  border-width: 0 0 var(--linethick);
}
.repair-diagnostics-admin .process_diagram > li:first-child > div:before,
.repair-diagnostics-admin .process_diagram > li:first-child > ul:before,
.repair-diagnostics-admin .process_diagram > li:first-child > ul > li:before,
.repair-diagnostics-admin .process_diagram > li:first-child > ul > li > div:first-child:before,
.repair-diagnostics-admin .process_diagram > li:first-child > ul > li > ol > li:first-child > div:before,
.repair-diagnostics-admin .process_diagram > li:last-child > div:after,
.repair-diagnostics-admin .process_diagram > li:last-child > ul:after {
  border: 0;
}
.repair-diagnostics-admin ol.process_diagram > li > div:after,
.repair-diagnostics-admin .process_diagram ol > li > div:after,
.repair-diagnostics-admin ol.process_diagram > li > ul:after,
.repair-diagnostics-admin .process_diagram ol > li > ul:after {
  display: none;
}
.repair-diagnostics-admin ol.process_diagram > li > div,
.repair-diagnostics-admin .process_diagram ol > li > div {
  margin-right: 0;
}
.repair-diagnostics-admin ol.process_diagram > li > ul,
.repair-diagnostics-admin .process_diagram ol > li > ul {
  padding-right: 0;
}
.repair-diagnostics-admin ol.process_diagram > li:last-child > div:after,
.repair-diagnostics-admin .process_diagram ol > li:last-child > div:after,
.repair-diagnostics-admin ol.process_diagram > li:last-child > ul:after,
.repair-diagnostics-admin .process_diagram ol > li:last-child > ul:after {
  display: block;
}
.repair-diagnostics-admin ol.process_diagram > li:last-child > div,
.repair-diagnostics-admin .process_diagram ol > li:last-child > div {
  margin-right: var(--linewidth);
}
.repair-diagnostics-admin ol.process_diagram > li:last-child > ul,
.repair-diagnostics-admin .process_diagram ol > li:last-child > ul {
  padding-right: var(--linewidth);
}
.repair-diagnostics-admin .process_diagram .question {
  border-radius: 30px;
  background: rgb(182, 211, 255);
}
.repair-diagnostics-admin .process_diagram .answer {
  border-radius: 20px;
  background: rgb(255, 255, 255);
}
.repair-diagnostics-admin .process_diagram .message {
  border-radius: 10px;
  background: rgb(254, 255, 192);
}
.repair-diagnostics-admin .process_diagram .service {
  border-radius: 3px;
  background: rgb(252, 214, 190);
  text-align: center !important;
}
.repair-diagnostics-admin .process_diagram .input {
  background: rgb(184, 184, 184);
}
.repair-diagnostics-admin .process_diagram .process {
  background: rgb(170, 192, 170);
}
.repair-diagnostics-admin .process_diagram .finish,
.repair-diagnostics-admin .process_diagram .cancel {
  border-radius: 30px;
  background: #ffb2b2;
  text-align: center !important;
}
.repair-diagnostics-admin .process_diagram .finish::after,
.repair-diagnostics-admin .process_diagram .cancel::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f05e";
  color: #c92635;
  font-size: 1em;
}
.repair-diagnostics-admin .process_diagram .procedure {
  border-radius: 30px;
  background: rgb(255, 255, 255);
}
.repair-diagnostics-admin .process_diagram li > div span.tools {
  position: absolute;
  top: -20px;
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translateX(-50%);
}
.repair-diagnostics-admin .process_diagram li > div span.tools a {
  margin: 0.1875em;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
}
.repair-diagnostics-admin .process_diagram li.tools_wrapper {
  width: 30px;
}
.repair-diagnostics-admin .process_diagram li.input_wrapper,
.repair-diagnostics-admin .process_diagram li.question_wrapper,
.repair-diagnostics-admin .process_diagram li.process_wrapper,
.repair-diagnostics-admin .process_diagram li.message_wrapper {
  min-width: 150px;
}
.repair-diagnostics-admin .process_diagram li.answer_wrapper,
.repair-diagnostics-admin .process_diagram li.finish_wrapper,
.repair-diagnostics-admin .process_diagram li.cancel_wrapper,
.repair-diagnostics-admin .process_diagram li.service_wrapper {
  min-width: 100px;
}
.repair-diagnostics-admin .process_diagram li.tools_wrapper div.tools {
  padding: 0.2em;
  border-color: transparent;
}

.repair-diagnostics-tree {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f7f7f7;
  padding: 2em;
  overflow: hidden;
}
.repair-diagnostics-tree form.fh .fh-fieldset {
  background-color: #f7f7f7;
}
.repair-diagnostics-tree h3 {
  color: #939598;
  margin-top: 0;
}

.repair-diagnostics-tree ul.options {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 37.5em) {
  .repair-diagnostics-tree ul.options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 48em) {
  .repair-diagnostics-tree ul.options::after {
    content: "";
    width: 32.01%;
  }
}
.repair-diagnostics-tree ul.options li.button {
  display: flex;
  margin-bottom: 1.8em;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .repair-diagnostics-tree ul.options li.button {
    width: 48%;
  }
}
@media screen and (min-width: 48em) {
  .repair-diagnostics-tree ul.options li.button {
    width: 32.01%;
  }
}
.repair-diagnostics-tree ul.options li.button label {
  display: flex;
  width: 100%;
}
.repair-diagnostics-tree ul.options li.button label span.label {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 37.5em) {
  .repair-diagnostics-tree ul.options li.button label span.label {
    width: 100%;
  }
}
.repair-diagnostics-tree ul.options li.image {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.8em;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .repair-diagnostics-tree ul.options li.image {
    width: 48%;
  }
}
@media screen and (min-width: 48em) {
  .repair-diagnostics-tree ul.options li.image {
    width: 32.01%;
  }
}
.repair-diagnostics-tree ul.options li.image label {
  display: flex;
  width: 100%;
}
.repair-diagnostics-tree ul.options li.image label span.image_label {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  display: flex;
  margin: 0.5em 0 1em 0;
  flex: 1;
  padding: 1em;
  justify-content: center;
  max-height: 300px;
}
.repair-diagnostics-tree ul.options li.image label svg {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  width: 100%;
  height: auto;
}
.repair-diagnostics-tree ul.options li.image label svg path {
  fill: #333 !important;
}
.repair-diagnostics-tree ul.options li.image label span.label {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 37.5em) {
  .repair-diagnostics-tree ul.options li.image label span.label {
    width: 100%;
  }
}
.repair-diagnostics-tree ul.options input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.repair-diagnostics-tree ul.options li.button label .label,
.repair-diagnostics-tree ul.options li.image label .label {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  color: #333;
  border: 1px solid #B6B7B9;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  padding: 1.125em 1.5em;
}
.repair-diagnostics-tree ul.options li.button label .label span.icon,
.repair-diagnostics-tree ul.options li.image label .label span.icon {
  font-size: 28px;
  font-size: 1.75rem;
  color: #ff6633;
  margin-right: 0.5em;
}
.repair-diagnostics-tree ul.options li.button label .label span.text_label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.repair-diagnostics-tree ul.options li.button label .label:hover,
.repair-diagnostics-tree ul.options li.image label .label:hover {
  background: #ff6633;
  color: #ffffff;
  border: 1px solid #ff6633;
}
.repair-diagnostics-tree ul.options li.button label .label:hover span.icon,
.repair-diagnostics-tree ul.options li.image label .label:hover span.icon {
  color: #ffffff;
}
.repair-diagnostics-tree ul.options li.button input[type=radio]:focus + .label,
.repair-diagnostics-tree ul.options li.image input[type=radio]:focus + .label {
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
}
.repair-diagnostics-tree ul.options li.button input[type=radio]:focus + .label span.icon,
.repair-diagnostics-tree ul.options li.image input[type=radio]:focus + .label span.icon {
  color: #ffffff;
}
.repair-diagnostics-tree ul.options li.button input[type=radio]:checked + .label,
.repair-diagnostics-tree ul.options li.image input[type=radio]:checked + .label {
  background: #8fc554;
  border: 1px solid #8fc554;
  box-shadow: 0px 4px 6px rgba(33, 33, 33, 0.15);
  color: #ffffff;
}
.repair-diagnostics-tree ul.options li.button input[type=radio]:checked + .label span.icon,
.repair-diagnostics-tree ul.options li.image input[type=radio]:checked + .label span.icon {
  color: #ffffff;
}
.repair-diagnostics-tree button {
  margin-bottom: 1em;
}

.repair-diagnostics-tree .fh.quantity_node input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.repair-diagnostics-tree .fh.quantity_node .fh-field-container {
  margin-bottom: 0;
}
.repair-diagnostics-tree .fh.quantity_node span.fh-controls {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.repair-diagnostics-tree .fh.quantity_node label {
  width: auto;
  padding: 0 0 2% 0;
  margin-right: 0;
}
.repair-diagnostics-tree .fh.quantity_node label span {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  color: #333;
  border: 1px solid #B6B7B9;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  min-width: 68px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.repair-diagnostics-tree .fh.quantity_node label span:hover {
  background: #ff6633;
  color: #ffffff;
  border: 1px solid #ff6633;
}
.repair-diagnostics-tree .fh.quantity_node label span:hover span.icon {
  color: #ffffff;
}
.repair-diagnostics-tree .fh.quantity_node input[type=radio]:focus + span {
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
}
.repair-diagnostics-tree .fh.quantity_node input[type=radio]:focus + span span.icon {
  color: #ffffff;
}
.repair-diagnostics-tree .fh.quantity_node input[type=radio]:checked + span {
  background: #8fc554;
  border: 1px solid #8fc554;
  box-shadow: 0px 4px 6px rgba(33, 33, 33, 0.15);
  color: #ffffff;
}
.repair-diagnostics-tree .fh.quantity_node .fh-controls.is-fh-success {
  border: none;
  background-color: transparent;
}

.repair-diagnostics-tree .fh.input_node input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.repair-diagnostics-tree .fh.input_node .fh-field-container {
  margin-bottom: 0;
}
.repair-diagnostics-tree .fh.input_node span.fh-controls {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.repair-diagnostics-tree .fh.input_node label {
  width: auto;
  padding: 0 0 2% 0;
  margin-right: 0;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .repair-diagnostics-tree .fh.input_node label {
    width: 48.9%;
  }
}
@media screen and (min-width: 60em) {
  .repair-diagnostics-tree .fh.input_node label {
    width: 32%;
  }
}
.repair-diagnostics-tree .fh.input_node label span {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  color: #333;
  border: 1px solid #B6B7B9;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  min-height: 68px;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
}
.repair-diagnostics-tree .fh.input_node label span:hover {
  background: #ff6633;
  color: #ffffff;
  border: 1px solid #ff6633;
}
.repair-diagnostics-tree .fh.input_node label span:hover span.icon {
  color: #ffffff;
}
.repair-diagnostics-tree .fh.input_node input[type=radio]:focus + span {
  background: #8fc554;
  border: 1px solid #8fc554;
  color: #ffffff;
}
.repair-diagnostics-tree .fh.input_node input[type=radio]:focus + span span.icon {
  color: #ffffff;
}
.repair-diagnostics-tree .fh.input_node input[type=radio]:checked + span {
  background: #8fc554;
  border: 1px solid #8fc554;
  box-shadow: 0px 4px 6px rgba(33, 33, 33, 0.15);
  color: #ffffff;
}
.repair-diagnostics-tree .fh.input_node .fh-controls.is-fh-success {
  border: none;
  background-color: transparent;
}

.repair-diagnostics-tree .fh {
  margin: 0;
}
.repair-diagnostics-tree .fh-fieldset {
  border: none;
}
.repair-diagnostics-tree .fh-fieldset.fh-format-para {
  padding: 0;
}
.repair-diagnostics-tree p.fh-label-container {
  margin: 0 0 1.25em 0 !important;
  padding-top: 0;
}
.repair-diagnostics-tree .fh-label {
  font-size: 20px;
  font-size: 1.25rem;
  color: #939598;
}
.repair-diagnostics-tree .fh-field-text {
  min-height: 48px;
}

.repair-diagnostics-tree .continue-button {
  float: right;
  margin-bottom: 0;
}

.repair-diagnostics-tree a.diagnostic-reset-button {
  clear: right;
  float: left;
  margin-top: 0.625em;
  text-decoration: none;
}
@media screen and (min-width: 25em) {
  .repair-diagnostics-tree a.diagnostic-reset-button {
    clear: none;
  }
}
.repair-diagnostics-tree a.diagnostic-back-button {
  clear: right;
  float: left;
  margin-right: 1em;
  margin-top: 0.625em;
  text-decoration: none;
}
@media screen and (min-width: 25em) {
  .repair-diagnostics-tree a.diagnostic-back-button {
    clear: none;
  }
}

.preview_target {
  margin: 1em 0;
}
.preview_target svg {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  padding: 1em;
  max-height: 200px;
  max-width: 200px;
}
.preview_target svg path {
  fill: #333 !important;
}

.page-admin-property .current-tenant {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #f7f7f7;
  margin: 2em 0;
  padding: 1em 1.5em;
}
.page-admin-property .current-tenant dl {
  clear: both;
  margin: 0;
}
.page-admin-property .current-tenant dl dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 3em;
}
@media screen and (min-width: 37.5em) {
  .page-admin-property .current-tenant dl dt {
    clear: left;
    float: left;
  }
}
.page-admin-property .current-tenant dl dd {
  margin-left: 0;
}
.page-admin-property .current-tenant a {
  text-decoration: none;
}

@media screen and (min-width: 37.5em) {
  .data-panel-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.data-panel {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5em;
  overflow: hidden;
}
@media screen and (min-width: 37.5em) {
  .data-panel {
    width: 49%;
  }
}
.data-panel h3 {
  font-size: 18px;
  font-size: 1.125rem;
  background: #ff6633;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  display: flex;
  margin: 0;
  padding: 0.625em 1.25em 0.625em 1.25em;
}
.data-panel h3 i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  margin-right: 0.5em;
}
.data-panel .inner-wrap {
  margin: 0.625em 1.25em 0.625em 1.25em;
}
.data-panel dl {
  clear: both;
  margin: 0.625em 1.25em 0.625em 1.25em;
  overflow: hidden;
}
.data-panel dl dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  min-height: 1.5em;
  padding: 0.5em 1em 0 1em;
}
@media screen and (min-width: 48em) {
  .data-panel dl dt {
    clear: left;
    float: left;
    margin-right: 3em;
    padding: 0.5em 1em 0.5em 1em;
  }
}
.data-panel dl dd {
  margin-left: 0;
  min-height: 2.5em;
  padding: 0 1em 0.5em 1em;
}
@media screen and (min-width: 48em) {
  .data-panel dl dd {
    padding: 0.5em 1em 0.5em 1em;
    text-align: right;
  }
}
.data-panel dl dt:nth-of-type(even),
.data-panel dl dd:nth-of-type(even) {
  background: #f7f7f7;
}
.data-panel dl small:not(a *) {
  color: #939598;
}

.data-panel.full-width {
  width: 100%;
}

@media screen and (min-width: 50em) {
  .data-panel dl.dl-two-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1;
         column-gap: 1;
  }
}

.appliance,
.cyclical,
.stock_condition,
.room {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 1px solid #f7f7f7;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 1em 1.5em;
}
.appliance small,
.cyclical small,
.stock_condition small,
.room small {
  color: #939598;
}
.appliance dl,
.cyclical dl,
.stock_condition dl,
.room dl {
  box-sizing: border-box;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .appliance dl,
  .cyclical dl,
  .stock_condition dl,
  .room dl {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (min-width: 56em) {
  .appliance dl,
  .cyclical dl,
  .stock_condition dl,
  .room dl {
    float: left;
    width: 90%;
  }
}
.appliance dl dt,
.cyclical dl dt,
.stock_condition dl dt,
.room dl dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
}
@media screen and (min-width: 25em) {
  .appliance dl dt,
  .cyclical dl dt,
  .stock_condition dl dt,
  .room dl dt {
    clear: left;
    float: left;
  }
}
.appliance dl dd,
.cyclical dl dd,
.stock_condition dl dd,
.room dl dd {
  margin-left: 0;
  padding: 0;
  min-height: 1.5em;
}
@media screen and (min-width: 25em) {
  .appliance dl dd,
  .cyclical dl dd,
  .stock_condition dl dd,
  .room dl dd {
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .appliance dl dd,
  .cyclical dl dd,
  .stock_condition dl dd,
  .room dl dd {
    margin-left: 50%;
  }
}
@media screen and (min-width: 70em) {
  .appliance dl dd,
  .cyclical dl dd,
  .stock_condition dl dd,
  .room dl dd {
    text-align: left;
  }
}
.appliance span.tools,
.cyclical span.tools,
.stock_condition span.tools,
.room span.tools {
  margin-top: 1em;
}
@media screen and (min-width: 25em) {
  .appliance span.tools,
  .cyclical span.tools,
  .stock_condition span.tools,
  .room span.tools {
    float: right;
  }
}
@media screen and (min-width: 56em) {
  .appliance span.tools,
  .cyclical span.tools,
  .stock_condition span.tools,
  .room span.tools {
    margin-top: 0;
  }
}

table.table-property-orders span.order-cancellation {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #333;
}
table.table-property-orders span.order-appointment {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #333;
}
table.table-property-orders span.order-status-date {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 6px;
}

.actions h3 {
  color: #939598;
  font-size: 1.125em;
  margin: 1.5em 0 1.5em 0;
}
.actions h3:first-of-type {
  margin-top: 1em;
}
.actions fieldset {
  border: none;
  padding: 0;
}
.actions fieldset legend {
  display: none;
}
.actions .submit-buttons {
  text-align: right;
}
.actions .action {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 1em 1.5em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .actions .action {
    display: flex;
  }
}
.actions .action.assigned-to-active-user {
  border: 1px solid #ffeee0;
  background-color: #fff7f0;
}
.actions .action.status-completed, .actions .action.status-complete.assigned-to-active-user {
  border: 1px solid #e3f3e3;
  background-color: #f4faf5;
}
.actions .action .title {
  width: 90%;
}
@media screen and (min-width: 48em) {
  .actions .action .title {
    margin-right: 3%;
    width: 21%;
  }
}
.actions .action .title h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
.actions .action .title p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .actions .action .title p {
    margin-bottom: 0;
  }
}
.actions .action .details {
  width: 90%;
}
@media screen and (min-width: 48em) {
  .actions .action .details {
    margin-right: 3%;
    width: 46%;
  }
}
@media screen and (min-width: 48em) {
  .actions .action .details p:last-of-type {
    margin-bottom: 0;
  }
}
.actions .action .created_date {
  width: 90%;
}
@media screen and (min-width: 48em) {
  .actions .action .created_date {
    margin-right: 3%;
    width: 10%;
  }
}
@media screen and (min-width: 48em) {
  .actions .action .created_date p {
    margin-bottom: 0;
  }
}
.actions .action .created_date strong {
  display: block;
}
.actions .action .assigned {
  width: 90%;
}
@media screen and (min-width: 48em) {
  .actions .action .assigned {
    margin-right: 3%;
    width: 15%;
  }
}
.actions .action .assigned p {
  margin-bottom: 0;
}
.actions .action .assigned strong {
  display: block;
}
.actions .action .checkbox {
  position: absolute;
  text-align: right;
  width: 5%;
  top: 1em;
  right: 1em;
}
@media screen and (min-width: 48em) {
  .actions .action .checkbox {
    position: relative;
    right: 0;
    top: 0;
    width: 2%;
  }
}
.actions .action .completion_details {
  width: 100%;
}
.actions .action .completion_details p {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .actions .action .completion_details {
    width: 38%;
  }
}
.actions .action.status-completed .title {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .actions .action.status-completed .title {
    width: 21%;
  }
}
.actions .action.status-completed .details {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .actions .action.status-completed .details {
    width: 35%;
  }
}

#housing-actions-tools {
  background-color: #ffffff;
  border-radius: 0.3125rem;
  border: 1px solid #ff6633;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.15), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px #fff;
  bottom: 0;
  display: inline;
  left: 50%;
  margin: 0;
  padding: 0.875rem;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
@media screen and (min-width: 48em) {
  #housing-actions-tools {
    bottom: auto;
    left: auto;
    right: 3%;
    transform: none;
  }
}
#housing-actions-tools .control-group {
  display: flex;
}
#housing-actions-tools .field-wrapper {
  margin-right: 1em;
}
#housing-actions-tools .field-wrapper:last-of-type {
  margin-right: 0;
}
#housing-actions-tools .label-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#housing-actions-tools input[type=radio] {
  display: none;
}
#housing-actions-tools label {
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  padding: 0.25em 0.25em;
  text-align: center;
  background-color: #939598;
}
#housing-actions-tools label i {
  color: #ffffff;
}
#housing-actions-tools label:hover {
  background-color: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}
#housing-actions-tools .tool-complete label {
  background-color: #8fc554;
}
#housing-actions-tools .tool-complete label .fa-check.is-positive {
  color: #ffffff;
}
#housing-actions-tools .tool-complete label:hover {
  background-color: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}
#housing-actions-tools .tool-delete label {
  background-color: #c92635;
}
#housing-actions-tools .tool-delete label:hover {
  background-color: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}
#housing-actions-tools input[type=radio]:checked + label {
  background-color: rgb(199.2085308057, 200.2417061611, 201.7914691943);
  color: #fff;
}

#tenant-list tr.status-1 {
  background: #edf4e5;
}

#tenant-list tr.status-2 {
  background: #fbe8e2;
}

#tenant-list tr.status-3 {
  background: #f9dddf;
}

.is-snoozed-wrapper i.fa-snooze,
#tenant-list i.fa-snooze {
  color: #3779b5;
}

.rent-status-icon .fa-thermometer-full {
  color: #c92635;
}
.rent-status-icon .fa-thermometer-half {
  color: #ff6633;
}
.rent-status-icon .fa-thermometer-empty {
  color: #8fc554;
}

#tenant-list i.fa-check {
  color: #8fc554;
}
#tenant-list a.modal_trigger {
  color: #ff6633;
}
#tenant-list a.modal_trigger:visited {
  color: #ff6633;
}
#tenant-list a.modal_trigger:hover, #tenant-list a.modal_trigger:focus, #tenant-list a.modal_trigger:active {
  color: #8fc554;
}

.currency {
  padding-right: 0;
  text-align: right;
}

.credit {
  color: #8fc554;
}

.debit {
  color: #c92635;
}

.page-admin .arrears-modal {
  max-width: 790px;
}
.page-admin .arrears-modal .arrears-management h3 {
  color: #939598;
}
.page-admin .arrears-modal .arrears-management p.address {
  margin-top: -1em;
}
.page-admin .arrears-modal .arrears-management table.arrears_table {
  background: #fafafa;
  border-collapse: collapse;
  border-top: 2px solid #76a5ba;
  margin-top: 1.5em;
  min-width: 50%;
}
.page-admin .arrears-modal .arrears-management table.arrears_table th,
.page-admin .arrears-modal .arrears-management table.arrears_table td {
  padding: 0.25em 0.5em;
}
.page-admin .arrears-modal .arrears-management table.arrears_table tr.total td,
.page-admin .arrears-modal .arrears-management table.arrears_table tr.total th {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: 1px solid #76a5ba;
  padding: 0.5em;
}
.page-admin .arrears-modal .arrears-management table.arrears_table tr.total td {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-admin .arrears-modal .arrears-management table.styled-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #76a5ba;
  width: 50%;
}
.page-admin .arrears-modal .arrears-management table.styled-table th,
.page-admin .arrears-modal .arrears-management table.styled-table td {
  padding: 0.5em;
}
.page-admin .arrears-modal .arrears-management table.styled-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

form#snooze .fh-label-container {
  display: none;
}

.rent_balance_charge {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: 2px solid #76a5ba;
  background: #f7f7f7;
  margin-bottom: 2em;
  padding: 1em;
}
.rent_balance_charge dl {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .rent_balance_charge dl div {
    width: auto;
    display: grid;
    grid-template-columns: 21% 30% 30%;
    grid-template-rows: auto auto;
    grid-auto-flow: dense;
    grid-gap: 0 1rem;
  }
}
@media screen and (min-width: 60em) {
  .rent_balance_charge dl div {
    width: 70%;
  }
}
.rent_balance_charge dl dt {
  line-height: 100%;
  margin-bottom: 0.25em;
}
.rent_balance_charge dl dt:first-of-type {
  grid-column: 1;
}
.rent_balance_charge dl dt:nth-of-type(2n) {
  grid-column: 2;
}
.rent_balance_charge dl dt:last-of-type {
  grid-column: 3;
}
.rent_balance_charge dl dd {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 0;
  margin-bottom: 0.5em;
}
.rent_balance_charge dl dd:last-of-type {
  margin-bottom: 0;
}
.rent_balance_charge dl dd:first-of-type {
  grid-column: 1;
}
.rent_balance_charge dl dd:nth-of-type(2n) {
  grid-column: 2;
}
.rent_balance_charge dl dd:last-of-type {
  grid-column: 3;
}
@media screen and (min-width: 48em) {
  .rent_balance_charge dl dd {
    margin-bottom: 0;
  }
}

body.page-repayment-setup #body-middle {
  overflow: visible;
}

#make-agreement-form.fhv2 {
  overflow: visible;
}

#make-agreement-form.fhv2 .submit-buttons {
  margin-top: 2em;
}

#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval .label {
  background: #c92635;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval .label input[type=text] {
  background: #c92635;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval .label.is-moving:after {
  border-color: #c92635 transparent;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval input[type=range] {
  background: #f9dddf;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval input[type=range]::-webkit-slider-thumb {
  background: #c92635;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval input[type=range]::-moz-range-thumb {
  background: #c92635;
}

.fhv2 .error-summary {
  border: 2px solid #c92635;
}
.fhv2 .error-summary:focus {
  outline: 2px solid #8fc554;
}
.fhv2 .error-summary h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.fhv2 .error-summary .errors a {
  color: #c92635;
}
.fhv2 .error-summary .errors a:visited {
  color: #c92635;
}
.fhv2 .error-summary .errors a:hover, .fhv2 .error-summary .errors a:focus, .fhv2 .error-summary .errors a:active {
  color: #333;
}

#make-agreement-form.fhv2 #confirm_review_confirm legend .field-label {
  color: #c92635;
}
#make-agreement-form.fhv2 #confirm_review_confirm .control-group {
  border: 1px solid #c92635;
  background: #fae1e4;
  padding: 0.5em 1em;
  display: inline-block;
  margin-top: 0.5em;
}
#make-agreement-form.fhv2 #confirm_review_confirm .control-group label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#make-agreement-form.fhv2 fieldset.group > legend:first-of-type {
  font-size: 18px;
  font-size: 1.125rem;
  color: #939598;
}

#make-agreement-form.fhv2 .field-label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#make-agreement-form.fhv2 .description p {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #939598;
}

#make-agreement-form.fhv2 .field-notes {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #939598;
}

#make-agreement-form.fhv2 #lump_sum label#lump_sum_amount-label {
  float: left;
  vertical-align: bottom;
  margin-right: 1em;
  line-height: 40px;
}

#make-agreement-form.fhv2 #lump_sum label#lump_sum_date-label {
  float: left;
  vertical-align: bottom;
  margin-right: 1em;
  line-height: 40px;
}

#make-agreement-form.fhv2 #start_date_fs label#start_date-label {
  float: left;
  vertical-align: bottom;
  margin-right: 1em;
  line-height: 40px;
}

.fhv2 #arrears_paid_off.description {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 3px;
  border: 2px solid #8fc554;
  background-color: #f7f7f7;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: 1em;
  color: #333;
}
.fhv2 #arrears_paid_off.description p {
  color: #333;
  margin: 0;
}
.fhv2 #arrears_paid_off.description p date {
  color: #8fc554;
}
.fhv2 #arrears_paid_off.description p i {
  color: #8fc554;
}
.fhv2 #arrears_paid_off.description .payment_period,
.fhv2 #arrears_paid_off.description .payment_total {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8fc554;
}

.active-agreement-box {
  border-top: 2px solid #8fc554;
}
.active-agreement-box h2 {
  color: #8fc554;
}

.draft-agreement-box {
  border-top: 2px solid #76a5ba;
}
.draft-agreement-box h2 {
  color: #939598;
}

.draft-agreement-box .tools-buttons .tools-delete,
.active-agreement-box .tools-buttons .tools-delete {
  background: #c92635;
}
.draft-agreement-box .tools-buttons .tools-delete:hover,
.active-agreement-box .tools-buttons .tools-delete:hover {
  background: rgb(228.129707113, 112.870292887, 123.4769874477);
}

.active-agreement-box dl,
.draft-agreement-box dl {
  margin: 0 0 1.5em 0;
}
.active-agreement-box dt,
.draft-agreement-box dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.active-agreement-box dd,
.draft-agreement-box dd {
  border-bottom: 1px solid #f7f7f7;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
}
.active-agreement-box dd:last-of-type,
.draft-agreement-box dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#make-agreement-income-exp-form.fhv2 .field-container {
  margin-bottom: 0;
}
#make-agreement-income-exp-form.fhv2 .group:not(.has-fieldset):not(.is-repeater):not(.no-visible-elements) {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #B6B7B9;
  padding: 1em 1em;
}
#make-agreement-income-exp-form.fhv2 .group:not(.has-fieldset):not(.is-repeater):not(.no-visible-elements):last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#make-agreement-income-exp-form.fhv2 .group:not(.has-fieldset):not(.is-repeater):not(.no-visible-elements) legend {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  color: #939598;
}
#make-agreement-income-exp-form.fhv2 fieldset.is-wrapper-fieldset {
  border: none;
  margin-bottom: 0;
  padding: 1em 0 0 0;
}
#make-agreement-income-exp-form.fhv2 fieldset.is-wrapper-fieldset > legend:first-of-type {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #8fc554;
  margin-top: 0.875em;
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper {
    display: flex;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container {
  margin-bottom: 1em;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container {
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container {
    margin-right: 1em;
  }
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container:last-of-type {
    margin-right: 0;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper label {
  line-height: 1.5em;
  margin-right: 1em;
  vertical-align: bottom;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper label {
    line-height: 40px;
    min-width: 28%;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure_fs {
  border: none;
  margin-top: -5px;
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.group:not(.is-repeater) {
  border: 1px solid #B6B7B9;
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.is-repeater {
  border-radius: 3px;
  border: none;
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.is-repeater .is-repeated {
  background: #f7f7f7;
  border-bottom: none;
  padding: 1em;
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
  margin-bottom: 1em;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
    display: flex;
  }
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
    display: inline-block;
    margin-right: 1em;
  }
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 65em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
    display: flex;
    margin-bottom: 0;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
  line-height: 1.5em;
  margin-right: 1em;
  vertical-align: bottom;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
    line-height: 40px;
    min-width: 32%;
  }
}
@media screen and (min-width: 30em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
    line-height: 40px;
    min-width: 28%;
  }
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
    min-width: auto;
  }
}
#make-agreement-income-exp-form.fhv2 .repeater-add-button {
  margin-bottom: 0;
}
#make-agreement-income-exp-form.fhv2 .repeater-remove-button {
  display: block;
  float: none;
  text-align: right;
}

.slot.is-admin_mode .slot-content {
  width: 55%;
  background: #fff;
  border: 1px solid #f7f7f7;
  list-style: none;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0.5em;
}
@media screen and (min-width: 48em) {
  .slot.is-admin_mode .slot-content {
    width: 100%;
    min-height: 48px;
  }
}
.slot.is-admin_mode .tools2 {
  margin-left: auto;
}
.slot.is-admin_mode .tools2 button {
  margin-bottom: 0;
}
.slot.is-admin_mode .tooltip {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002255;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.slot.is-admin_mode .tooltip i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0.5em;
}
@media screen and (min-width: 48em) {
  .slot.is-admin_mode .tooltip span.label {
    display: none;
  }
}
@media screen and (min-width: 62.5em) {
  .slot.is-admin_mode .tooltip span.label {
    display: inline-block;
  }
}
.slot.is-admin_mode .tooltip-content {
  font-size: 14px;
  font-size: 0.875rem;
  box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
  position: absolute;
  background-color: #fff;
  padding: 0.5em;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.slot.is-admin_mode .tooltip-content a {
  display: block;
}
.slot.is-admin_mode .tooltip::after {
  content: "";
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.slot.is-admin_mode .tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}
.slot.is-admin_mode .tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.tenant-appointments .slot-content {
  font-size: 14px;
  font-size: 0.875rem;
  width: 55%;
  background: #fff;
  border: 1px solid #f7f7f7;
  list-style: none;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0.5em;
}
@media screen and (min-width: 48em) {
  .tenant-appointments .slot-content {
    width: 100%;
    min-height: 48px;
  }
}

.tenant-appointments.is-available .slot-content {
  background-color: #edf4e5;
  justify-content: center;
}
.tenant-appointments.is-available .slot-content form {
  width: 100%;
}
.tenant-appointments.is-available .slot-content form button.book-trigger {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}

.tenant-appointments.not-available .slot-content {
  background-color: #fbe8E2;
  justify-content: center;
}
.tenant-appointments.not-available .slot-content .tools2 {
  margin-left: auto;
}

.section-active-appointments .section-content,
.section-inactive-appointments .section-content {
  margin-bottom: 0;
}
.section-active-appointments h2,
.section-inactive-appointments h2 {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  margin-top: 0;
  padding-bottom: 10px;
}
.section-active-appointments h3,
.section-inactive-appointments h3 {
  margin-top: 0;
}

.section-active-appointments .appointment {
  border-top: 1px solid #f7f7f7;
  margin-top: 2em;
  overflow: hidden;
  padding-top: 1.5em;
}
.section-active-appointments .appointment:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.section-active-appointments .appointment p {
  max-width: 90ch;
}

.section-inactive-appointments {
  clear: both;
  margin-top: 1.5em;
}
.section-inactive-appointments ul.appointment {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-inactive-appointments ul.appointment li {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #f7f7f7;
  padding: 0.5em 0;
}
.section-inactive-appointments ul.appointment li:last-of-type {
  border-bottom: none;
}
.section-inactive-appointments ul.appointment li span.booked-slot {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

fieldset.appointment-slots .wrapper .wrapper .field-container:nth-child(-n+2) {
  float: left;
  margin-right: 1.5em;
}
fieldset.appointment-slots .wrapper .wrapper .field-container:nth-child(2) {
  margin-right: 0;
}
fieldset.appointment-slots .wrapper .wrapper .field-container:last-child {
  clear: both;
}

body.is-template-website.page-home ul.primary-nav {
  border-bottom: none;
  margin-bottom: 0;
}

body.is-template-website #body-middle {
  overflow: visible;
}

body.is-template-website section#home-links {
  background: rgba(118, 165, 186, 0.08);
  padding: 2em;
}
body.is-template-website section#home-links .l-inner-container {
  padding: 0;
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-links .links {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
}
body.is-template-website section#home-links .links a {
  font-size: 18px;
  font-size: 1.125rem;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #b3e5fc;
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  text-decoration: none;
  transition: transform 0.3s;
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-links .links a {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 1em 1em 0.625em;
  }
}
body.is-template-website section#home-links .links a:last-of-type {
  margin-bottom: 0;
}
body.is-template-website section#home-links .links a:hover {
  border: 1px solid rgb(105.4050632911, 203.8227848101, 249.0949367089);
  transform: translateY(-4px);
}
body.is-template-website section#home-links .links a:hover i {
  color: #76a5ba;
}
body.is-template-website section#home-links .links a i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #8fc554;
  margin-right: 0.5em;
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-links .links a i {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 0.25em 0;
  }
}
body.is-template-website section#home-links .links a span {
  color: #333;
}
body.is-template-website section#home-links .links.has-6-links a:last-of-type, body.is-template-website section#home-links .links.has-5-links a:last-of-type, body.is-template-website section#home-links .links.has-4-links a:last-of-type, body.is-template-website section#home-links .links.has-3-links a:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-links .links.has-6-links a {
    margin-right: 1%;
  }
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-links .links.has-5-links a {
    margin-right: 2%;
  }
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-links .links.has-4-links a {
    margin-right: 3%;
  }
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-links .links.has-3-links a {
    margin-right: 4%;
  }
}
body.is-template-website section#home-intro {
  overflow: hidden;
  padding: 1.5em 0;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#home-intro {
    padding: 2.5em 0;
  }
}
body.is-template-website section#home-intro h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #939598;
  line-height: 120%;
  margin-top: 0;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#home-intro h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-intro .text {
    float: left;
    width: 52%;
  }
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-intro .images {
    float: right;
    width: 45%;
  }
}
body.is-template-website section#home-intro .images img {
  border-radius: 3px;
  border: 5px solid #f7f7f7;
  box-sizing: border-box;
}
body.is-template-website section#home-intro .images.has-1-images img {
  width: 100%;
}
body.is-template-website section#home-intro .images.has-2-images {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  margin: 0 auto 0 auto;
  max-width: 480px;
}
body.is-template-website section#home-intro .images.has-2-images img:first-of-type {
  grid-column: 1/span 5;
  grid-row: 1/span 3;
}
body.is-template-website section#home-intro .images.has-2-images img:last-of-type {
  grid-column: 3/span 5;
  grid-row: 3/span 7;
}
body.is-template-website section#home-notice-banner {
  padding-bottom: 2.5em;
}
body.is-template-website section#home-notice-banner .notice-banner-item {
  background: #f6fbfb;
  border-radius: 3px;
  border: 1px solid rgb(193.0384615385, 227.4615384615, 227.4615384615);
  overflow: hidden;
  padding: 1em;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#home-notice-banner .notice-banner-item {
    padding: 1.5em;
  }
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-notice-banner .notice-banner-item .header {
    float: left;
    width: 30%;
  }
}
@media screen and (min-width: 48em) {
  body.is-template-website section#home-notice-banner .notice-banner-item .text {
    float: right;
    width: 65%;
  }
}
body.is-template-website section#home-notice-banner .notice-banner-item h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #76a5ba;
  line-height: 120%;
  margin-top: 0;
}
body.is-template-website section#home-notice-banner .notice-banner-item p:last-of-type {
  margin-bottom: 0;
}
body.is-template-website section#home-notice-banner .notice-banner-item.has-image img {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#home-notice-banner .notice-banner-item.has-image img {
    float: left;
    width: 30%;
  }
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#home-notice-banner .notice-banner-item.has-image .content {
    float: right;
    width: 65%;
  }
}
body.is-template-website section#latest-news {
  background: #f3f3f3;
  padding: 1.5em 0;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#latest-news {
    padding: 2.5em 0;
  }
}
body.is-template-website section#latest-news h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #939598;
  margin-top: 0;
}
body.is-template-website section#latest-news .news-list .news-item {
  margin-bottom: 1.5em;
}
body.is-template-website section#latest-news .continue-button {
  margin: 1em 0 0 0;
  text-align: center;
}
body.is-template-website section#vacancies {
  padding: 1.5em 0;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#vacancies {
    padding: 2.5em 0;
  }
}
body.is-template-website section#vacancies h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #76a5ba;
  margin-top: 0;
}
body.is-template-website section#vacancies .vacancy {
  border-bottom: 1px solid #f7f7f7;
  overflow: hidden;
  padding: 1em 0;
}
body.is-template-website section#vacancies .vacancy:first-of-type {
  padding-top: 0;
}
body.is-template-website section#vacancies .vacancy:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  body.is-template-website section#vacancies .vacancy .col1 {
    float: left;
    width: 30%;
  }
}
body.is-template-website section#vacancies .vacancy .col1 h3.vacancy-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 125%;
  margin: 0 0 0.25em 0;
}
body.is-template-website section#vacancies .vacancy .col1 h3.vacancy-title a {
  text-decoration: none;
}
body.is-template-website section#vacancies .vacancy .col1 h4.vacancy-subtitle {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
body.is-template-website section#vacancies .vacancy .col1 .vacancy-close-date {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
body.is-template-website section#vacancies .vacancy .col1 .vacancy-close-date span {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 48em) {
  body.is-template-website section#vacancies .vacancy .col2 {
    float: right;
    width: 65.8%;
  }
}
body.is-template-website section#vacancies .vacancy .col2 p:last-of-type {
  margin-bottom: 0;
}
body.is-template-website section#vacancies .continue-button {
  margin: 2em 0 0 0;
  text-align: center;
}
body.is-template-website section#home-other-links {
  background: #f6fbfb;
  padding: 1.5em 0;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website section#home-other-links {
    padding: 2.5em 0;
  }
}
body.is-template-website section#home-other-links h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #939598;
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  body.is-template-website .other-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.is-template-website .other-links::after {
    content: "";
    width: calc(50% - 1em);
  }
}
@media screen and (min-width: 62.5em) {
  body.is-template-website .other-links::after {
    content: "";
    width: calc(33.33% - 1em);
  }
}
body.is-template-website .other-links a {
  font-size: 16px;
  font-size: 1rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid rgb(193.0384615385, 227.4615384615, 227.4615384615);
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding: 1em;
  text-decoration: none;
  transition: transform 0.3s;
}
@media screen and (min-width: 48em) {
  body.is-template-website .other-links a {
    flex-basis: calc(50% - 1em);
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 62.5em) {
  body.is-template-website .other-links a {
    flex-basis: calc(33.33% - 1em);
    margin-bottom: 1.5em;
  }
}
body.is-template-website .other-links a:hover {
  border: 1px solid rgb(140.0769230769, 203.9230769231, 203.9230769231);
  transform: translateY(-4px);
}
body.is-template-website .other-links a:hover i {
  color: #76a5ba;
}
body.is-template-website .other-links a i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #8fc554;
  margin-right: 0.5em;
}
body.is-template-website .other-links a span {
  color: #333;
}

body.is-template-website .news-list,
body.is-template-website-admin .news-list {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 48em) {
  body.is-template-website .news-list,
  body.is-template-website-admin .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.is-template-website .news-list::after,
  body.is-template-website-admin .news-list::after {
    content: "";
    width: calc(33.33% - 1em);
  }
}
body.is-template-website .news-list .news-item,
body.is-template-website-admin .news-list .news-item {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  body.is-template-website .news-list .news-item,
  body.is-template-website-admin .news-list .news-item {
    flex-basis: calc(33.33% - 1em);
  }
}
body.is-template-website .news-list .news-item img,
body.is-template-website-admin .news-list .news-item img {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
}
body.is-template-website .news-list .news-detail,
body.is-template-website-admin .news-list .news-detail {
  padding: 1em;
}
@media screen and (min-width: 37.5em) {
  body.is-template-website .news-list .news-detail,
  body.is-template-website-admin .news-list .news-detail {
    padding: 1.5em;
  }
}
body.is-template-website .news-list .news-detail .category i,
body.is-template-website-admin .news-list .news-detail .category i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #76a5ba;
  margin-right: 0.25em;
}
body.is-template-website .news-list .news-detail .category .label,
body.is-template-website-admin .news-list .news-detail .category .label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
body.is-template-website .news-list .news-detail h3,
body.is-template-website-admin .news-list .news-detail h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 125%;
  margin: 0 0 0.25em 0;
}
body.is-template-website .news-list .news-detail h3 a,
body.is-template-website-admin .news-list .news-detail h3 a {
  text-decoration: none;
}
body.is-template-website .news-list .news-detail time,
body.is-template-website-admin .news-list .news-detail time {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.5em;
  display: block;
}
body.is-template-website .news-list .news-detail p:last-of-type,
body.is-template-website-admin .news-list .news-detail p:last-of-type {
  margin-bottom: 0;
}

body.is-template-website.page-news .section-news-lead .section-content {
  margin-bottom: 1.5em;
}
body.is-template-website.page-news .section-news-lead .section-content .category i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #76a5ba;
  margin-right: 0.25em;
}
body.is-template-website.page-news .section-news-lead .section-content .category .label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  body.is-template-website.l-right-side .news-list .news-item {
    flex-basis: calc(50% - 1em);
  }
}

.page-edit-digital-leaflets .section.section-is-admin:not(.section-page-title) {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #B6B7B9;
  padding: 1em;
}
.page-edit-digital-leaflets .section.section-is-admin:last-of-type {
  margin-bottom: 2.5em !important;
}
.page-edit-digital-leaflets .component {
  border-radius: 3px;
  border: 1px dashed rgba(182, 183, 185, 0.5);
  margin-bottom: 1.5em;
  padding: 1em;
}
.page-edit-digital-leaflets .component form {
  display: inline-block;
}
.page-edit-digital-leaflets .component form button {
  border-radius: 3px;
  background-clip: padding-box;
  background: #939598;
  border: 1px solid transparent;
  color: #f7f7f7;
  line-height: 0;
  margin: 0 0 3px 0;
  padding: 0.375em;
  text-align: center;
  width: auto;
  min-width: 2em;
}
.page-edit-digital-leaflets .component form button:hover,
.page-edit-digital-leaflets .component form button:hover {
  background: rgb(199.2085308057, 200.2417061611, 201.7914691943);
}
.page-edit-digital-leaflets .component form form:last-of-type > button,
.page-edit-digital-leaflets .component form form:last-of-type > button {
  margin-right: 0;
}
.page-edit-digital-leaflets .component form button.delete {
  background: #c92635;
  border-color: transparent;
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.page-edit-digital-leaflets .component form button.delete i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548) !important;
}
.page-edit-digital-leaflets .component form button.delete:hover {
  background: rgb(228.129707113, 112.870292887, 123.4769874477);
}
.page-edit-digital-leaflets .admin-details {
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 0.5em;
}
@media screen and (min-width: 48em) {
  .page-edit-digital-leaflets .admin-details {
    display: inline-block;
    margin-right: 1em;
  }
}

html {
  scroll-behavior: smooth;
}

body.page-digital-leaflets #body-middle {
  overflow: visible;
}

.page-digital-leaflets .section {
  padding: 0.5em 0 0 0;
}
.page-digital-leaflets .inner-container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.page-digital-leaflets .section-introduction .inner-container {
  max-width: 1220px;
  padding: 0 10px;
}
@media screen and (min-width: 37.5em) {
  .page-digital-leaflets .section-introduction .inner-container {
    padding: 0 20px;
  }
}
.page-digital-leaflets .section-cover.has-title-only {
  padding-bottom: 0;
}

.page-digital-leaflets .columns {
  max-width: 780px;
}

.page-digital-leaflets .columns,
.page-edit-digital-leaflets .columns {
  overflow: hidden;
}
.page-digital-leaflets .full-column,
.page-edit-digital-leaflets .full-column {
  clear: both;
}
@media screen and (min-width: 48em) {
  .page-digital-leaflets .left-column,
  .page-edit-digital-leaflets .left-column {
    width: 48.5%;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .page-digital-leaflets .right-column,
  .page-edit-digital-leaflets .right-column {
    width: 48.5%;
    float: right;
  }
}

.page-digital-leaflets section.section-cover {
  padding: 1em 0;
}
@media screen and (min-width: 48em) {
  .page-digital-leaflets section.section-cover {
    padding: 1.5em 0;
  }
}
.page-digital-leaflets section.section-introduction {
  background: #f7f7f7;
  margin-bottom: 0.5em;
  padding: 1em 0;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50%;
  margin-left: -50vw;
  margin-right: -50%;
  margin-right: -50vw;
}
@media screen and (min-width: 48em) {
  .page-digital-leaflets section.section-introduction {
    margin-bottom: 0.5em;
    padding: 1em 0 0.5em 0;
  }
}

.page-edit-digital-leaflets article img,
.page-digital-leaflets article img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  .page-edit-digital-leaflets article img,
  .page-digital-leaflets article img {
    margin-bottom: 1em;
  }
}
.page-edit-digital-leaflets article .left-column img,
.page-edit-digital-leaflets article .right-column img,
.page-digital-leaflets article .left-column img,
.page-digital-leaflets article .right-column img {
  max-width: 180px;
  height: auto;
  margin: 0 auto 1.5em auto;
  display: block;
  float: none;
}
@media screen and (min-width: 48em) {
  .page-edit-digital-leaflets article .left-column img,
  .page-edit-digital-leaflets article .right-column img,
  .page-digital-leaflets article .left-column img,
  .page-digital-leaflets article .right-column img {
    max-width: 280px;
  }
  .page-edit-digital-leaflets article .left-column img,
  .page-digital-leaflets article .left-column img {
    float: left;
    margin: 0 1.5em 1.5em 0;
  }
  .page-edit-digital-leaflets article .right-column img,
  .page-digital-leaflets article .right-column img {
    float: right;
    margin: 0 0 1.5em 1.5em;
  }
}

aside {
  background-color: #f7f7f7;
  margin: 0 -10px 0 -10px;
}
@media screen and (min-width: 37.5em) {
  aside {
    margin: 0 -20px 0 -20px;
  }
}

aside .inner-container {
  padding: 1.5em;
}

aside h3 {
  font-size: 1.125rem;
  color: #ff6633;
  margin: 0 0 0.5em 0;
  text-transform: capitalize;
  display: none;
}

@media screen and (min-width: 48em) {
  aside h3 {
    display: block;
  }
}
aside .menu-toggle {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #002255;
  cursor: pointer;
  display: flex;
  align-items: center;
}

aside .menu-toggle i {
  font-size: 1.25rem;
  color: #8fc554;
  margin: 0 0.5em 0 0;
}

@media screen and (min-width: 48em) {
  aside .menu-toggle {
    display: none;
  }
}
aside nav ul {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}

@media screen and (min-width: 48em) {
  aside nav ul {
    margin: 0;
  }
}
aside nav ul li {
  margin-bottom: 0.5em;
}

aside nav ul li:last-of-type {
  margin-bottom: 0;
}

aside nav ul a {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #333;
  text-decoration: none;
}

aside nav ul a:visited {
  color: #333;
}

aside nav ul a:hover,
aside nav ul a:focus,
aside nav ul a:active {
  color: #ff6633;
}

@media screen and (min-width: 48em) {
  aside {
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0px 10px 30px 1px rgba(51, 51, 51, 0.12), 0px 0px 0px 1px rgba(51, 51, 51, 0.04);
  }
}
@media screen and (min-width: 48em) {
  aside {
    margin: 0 2.5em 0 0;
    overflow-y: none;
    position: fixed;
    right: 0;
    top: 380px;
    width: 300px;
    z-index: 1;
  }
}
.page-digital-leaflets a#back-button {
  border-radius: 6px;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8fc554;
  width: 44px;
  height: 44px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.page-digital-leaflets a#back-button i {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.5em;
}
.page-digital-leaflets a#back-button:hover {
  cursor: pointer;
  background-color: #B6B7B9;
}
.page-digital-leaflets a#back-button:active {
  background-color: #B6B7B9;
}
.page-digital-leaflets a#back-button.show {
  opacity: 1;
  visibility: visible;
}

.section-digital-leaflets h2.section-title,
.section-component-digital-leaflets h2.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}
.section-digital-leaflets h2.section-title i,
.section-component-digital-leaflets h2.section-title i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff6633;
  padding-right: 10px;
}

.page-digital-leaflets-list .section-digital-leaflets .digital-leaflet-summary,
.section-component-digital-leaflets .digital-leaflet-summary {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 1em;
}
@media screen and (min-width: 37.5em) {
  .page-digital-leaflets-list .section-digital-leaflets .digital-leaflet-summary,
  .section-component-digital-leaflets .digital-leaflet-summary {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1.5em;
  }
}
.page-digital-leaflets-list .section-digital-leaflets .digital-leaflet-summary:last-of-type,
.section-component-digital-leaflets .digital-leaflet-summary:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.page-digital-leaflets-list .section-digital-leaflets .digital-leaflet-summary img,
.section-component-digital-leaflets .digital-leaflet-summary img {
  border: 2px solid #f7f7f7;
  height: auto;
  margin-bottom: 1em;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: border 0.3s ease;
}
.page-digital-leaflets-list .section-digital-leaflets .digital-leaflet-summary img:hover,
.section-component-digital-leaflets .digital-leaflet-summary img:hover {
  border: 2px solid #ff6633;
}
.page-digital-leaflets-list .section-digital-leaflets .digital-leaflet-summary .detail h3,
.section-component-digital-leaflets .digital-leaflet-summary .detail h3 {
  margin-top: 0;
}

.sensor {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 1em;
}

.sensor .title {
  margin-bottom: 0;
}

.sensor .last-updated {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
  color: #939598;
}

.sensor .data {
  margin: 0.5em 0 1.25em 0;
}
.sensor .data li {
  margin-bottom: 0.5em;
}
.sensor .data li:last-of-type {
  margin-bottom: 0;
}

.sensor-pill {
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px;
  background-clip: padding-box;
  text-transform: uppercase;
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
}

.sensor-pill.sensor-red {
  background: rgb(254.4742857143, 200.3257142857, 206.8971428571);
  color: #d0021b;
}

.sensor-pill.sensor-amber {
  background: rgb(255, 235.4, 219.3);
  color: #ff7300;
}

.sensor-pill.sensor-green {
  background: rgb(227.3207171315, 242.9792828685, 227.9533864542);
  color: #4caf50;
}

/*--------------------------------------------------------------
# Template Overrides
--------------------------------------------------------------*/
a {
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

@media screen and (min-width: 37.5em) {
  #header {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 53.4375em) {
  #header .l-inner-container {
    padding: 0;
  }
}

body.is-myhome-logo div.logo {
  max-width: 180px !important;
}
@media screen and (min-width: 25em) {
  body.is-myhome-logo div.logo {
    max-width: 220px !important;
  }
}
@media screen and (min-width: 53.4375em) {
  body.is-myhome-logo div.logo {
    max-width: 220px !important;
    margin-right: 0.5em !important;
  }
}
@media screen and (min-width: 62.5em) {
  body.is-myhome-logo div.logo {
    max-width: 300px !important;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 68.75em) {
  body.is-myhome-logo div.logo {
    max-width: 440px !important;
  }
}

body:not(.is-new-admin) #header-top {
  margin-bottom: 0;
}
@media screen and (min-width: 53.4375em) {
  body:not(.is-new-admin) #header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3em;
  }
}
body:not(.is-new-admin) #header-top div.logo {
  margin-bottom: 1em;
  max-width: 158px;
  margin-left: 16px;
}
@media screen and (min-width: 17.5em) {
  body:not(.is-new-admin) #header-top div.logo {
    margin-top: 0.5em;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 53.4375em) {
  body:not(.is-new-admin) #header-top div.logo {
    position: relative;
    max-width: 220px;
    float: left;
    margin: 0;
  }
}
@media screen and (min-width: 62.5em) {
  body:not(.is-new-admin) #header-top div.logo {
    max-width: 280px;
    margin-top: 2em;
  }
}
body:not(.is-new-admin) #header-top p.logo a {
  display: block;
}
body:not(.is-new-admin) #header-top p.logo img {
  margin: 0;
  width: 100%;
}

body:not(.is-new-admin) #header-middle {
  margin: -1.5em 1em 0 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 53.4375em) {
  body:not(.is-new-admin) #header-middle {
    margin: 0;
    padding: 0;
  }
}

a.button,
button,
.panel p a.button {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.feedback {
  display: none;
}
@media screen and (min-width: 53.4375em) {
  .feedback {
    display: inline-block;
    margin-right: 1.125em;
  }
}
@media screen and (min-width: 62.5em) {
  .feedback {
    margin-right: 2em;
  }
}

.feedback.mobile {
  background: #f7f7f7;
  display: block;
  margin-bottom: 1.5em;
  padding: 2em 0 1em 0;
  margin-top: -1.5em;
}
@media screen and (min-width: 53.4375em) {
  .feedback.mobile {
    display: none;
  }
}

ul.praise-grumble {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
}
ul.praise-grumble li {
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
ul.praise-grumble li:hover {
  transform: translateY(-5px);
}
ul.praise-grumble li:first-child {
  padding-right: 10px;
}
ul.praise-grumble img {
  width: 75px;
}
@media screen and (min-width: 62.5em) {
  ul.praise-grumble img {
    width: 95px;
  }
}

@media screen and (min-width: 53.4375em) {
  .box {
    float: right;
  }
}

.header-box {
  border-radius: 0;
  padding-bottom: 1.8em;
  float: none;
  width: 100%;
}
@media screen and (min-width: 53.4375em) {
  .header-box {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    padding-bottom: 0em;
    float: right;
    min-width: 250px;
  }
}
@media screen and (min-width: 53.4375em) {
  .header-box {
    min-width: 280px;
  }
}

.header-box h3.box-title {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #8fc554;
  color: #ffffff;
  padding: 0.625em 1em 0.375em 1em;
}

.header-box ul.header-box {
  box-sizing: border-box;
  padding: 0 1em;
}
.header-box ul.header-box li {
  margin-bottom: 3px;
}
.header-box ul.header-box li:last-child {
  margin-bottom: 0;
}
.header-box ul.header-box a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#header-bottom .menu {
  float: left;
  width: auto;
  margin-top: 0.625em;
  margin-bottom: 3.5em;
  margin-right: 2%;
}
@media screen and (min-width: 68.75em) {
  #header-bottom .menu {
    margin-right: 8%;
  }
}

@media screen and (min-width: 53.4375em) {
  ul.primary-nav {
    display: inline;
    font-size: 1em;
    margin-top: 0;
    padding: 0 0 1.25em 0;
  }
}
@media screen and (min-width: 53.4375em) and (min-width: 62.5em) {
  ul.primary-nav {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 53.4375em) {
  ul.primary-nav > li {
    padding: 0 1.5em 0 0 !important;
  }
}
@media screen and (min-width: 53.4375em) and (min-width: 62.5em) {
  ul.primary-nav > li {
    padding: 0 3em 0 0 !important;
  }
}
@media screen and (min-width: 53.4375em) {
  ul.primary-nav > li > a {
    font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 0.5em;
    text-transform: uppercase;
  }
  ul.primary-nav > li > a:hover {
    border-bottom: 3px solid #ff6633;
  }
  ul.primary-nav > li.active > a,
  ul.primary-nav > li.active_parent > a {
    border-bottom: 3px solid #ff6633;
  }
}
.responsive-menu-toggle {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0 10px;
}
.responsive-menu-toggle .hamburger-label {
  float: left;
  margin: -2px 0.5em 0 0;
}
.responsive-menu-toggle button {
  background-color: transparent;
  color: #002255;
  outline: none;
  padding-right: 0;
}
.responsive-menu-toggle button:hover {
  background-color: transparent;
  border-radius: 0;
  color: #8fc554;
}

ul.responsive-nav {
  font-size: 14.8px;
  font-size: 0.925rem;
  margin: 0 0 0 0;
  padding: 0.875em !important;
  text-transform: uppercase;
}

ul.responsive-nav li a {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.responsive-nav li ul {
  margin-left: 1.5em;
}

ul.responsive-nav li ul li a {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.responsive-nav li.active > a {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section.section-secondary-nav {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f7f7f7;
  padding: 1.5em 1.5em;
  margin-top: 0;
  margin-bottom: 2em;
}
.section.section-secondary-nav .section-content {
  margin-bottom: 0;
}
.section.section-secondary-nav h2.section-title {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

ul.secondary-nav {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 0;
}

ul.secondary-nav li:last-of-type {
  margin-bottom: 0;
}

ul.secondary-nav li a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.secondary-nav ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding-left: 1em;
}

ul.secondary-nav li ul li a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.secondary-nav > li {
  margin-bottom: 0.5em;
}

ul.secondary-nav ul li {
  margin-bottom: 0.25em;
}
ul.secondary-nav ul li:last-of-type {
  margin-bottom: 0;
}

.section-secondary-nav li.active > a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

ul.secondary-nav li.active > ul,
ul.secondary-nav li.active_parent > ul {
  display: block;
}

.news-menu,
.vacancies-menu {
  margin-top: 0;
}

ul.vacancies-menu,
ul.news-menu {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f7f7f7;
  padding: 1.5em 1.5em;
}
ul.vacancies-menu li a,
ul.news-menu li a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.search.my-home-search {
  display: none;
}
@media screen and (min-width: 53.4375em) {
  .search.my-home-search {
    width: 20%;
    display: inline-block;
    float: right;
    margin-top: -10px;
  }
  .search.my-home-search p {
    position: relative;
  }
}

form.search input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #8fc554;
  padding: 2px 5px;
  height: 32px;
  outline: none;
}

.panel .panel-title {
  padding: 18px 10px;
}
.panel .panel-title h2 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section > .section-title,
.section > .section-content > *:first-child {
  margin-top: 0;
}

.panel.panel-has-no-data,
.panel.panel-has-no-scheme {
  border-color: #dbd7d6 !important;
}

.panel.panel-has-no-data .panel-title,
.panel.panel-has-no-scheme .panel-title {
  background-color: #dbd7d6 !important;
}

.panel.panel-has-gold-scheme {
  border-color: #c99b43 !important;
}

.panel.panel-has-gold-scheme .panel-title {
  background-color: #c99b43 !important;
}

.panel.panel-has-platinum-scheme {
  border-color: #888486 !important;
}

.panel.panel-has-platinum-scheme .panel-title {
  background-color: #888486 !important;
}

.panel.panel-has-diamond-scheme {
  border-color: #76a5ba !important;
}

.panel.panel-has-diamond-scheme .panel-title {
  background-color: #76a5ba !important;
}

.panel.panel-has-bronze-scheme {
  border-color: #ca7145 !important;
}

.panel.panel-has-bronze-scheme .panel-title {
  background-color: #ca7145 !important;
}

.panel.panel-key-tenant p.people {
  text-align: center;
  margin-top: 1.5em;
}
.panel.panel-key-tenant p.people img {
  width: 90%;
  max-width: 225px;
}

div.message {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#body-bottom.l-bottom {
  position: relative;
}

#body-bottom .section-livehelp {
  position: absolute;
  margin-top: 0;
  top: -160px;
  left: 180px;
}

body.page-dashboard #body-bottom .section-livehelp,
body.page-auth #body-bottom .section-livehelp {
  top: -180px;
}

.page-keytenant-upgrade #body-bottom .section-livehelp,
.l-left-side #body-bottom .section-livehelp,
.l-right-side #body-bottom .section-livehelp {
  display: none !important;
}

.page-dashboard.page-home .dashboard-panels {
  margin-bottom: 200px;
}

.panel.panel-debit {
  border: 1px solid #c92635 !important;
}

.panel.panel-credit {
  border: 1px solid #8fc554 !important;
}

.page-repairs #body-bottom .section-livehelp {
  top: -160px;
}

.panel .panel-title {
  padding: 16px 10px;
}

.panel a[data-fancybox] {
  float: right;
  margin-left: 1em;
}
.panel a[data-fancybox] i {
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 16px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em;
}

.fh-button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) .fh-button-primary,
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) button.fh-button-primary,
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) .newtenant-menu,
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) .section-newtenant-items .button,
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) #newtenant_stage2 input[type=radio] + span,
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) #newtenant_stage3 input[type=radio] + span {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #fff url(../images/button-bg.png) repeat-x top;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: -1px;
  color: #73b03d;
  padding: 10px 20px;
  border: 1px solid #f2f2f3;
  margin-right: 1px;
}
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) .fh-button-secondary {
  padding: 8px 10px;
  margin-top: 15px;
}
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) .fh-button-primary .fh-inner-button {
  background: url(../images/primary-button-image.png) no-repeat 100% 50%;
  padding: 0 40px 0 0;
}
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) button.fh-button-primary .fh-inner-button {
  background: url(../images/primary-button-image.png) no-repeat 100% 50%;
  padding: 0 40px 0 0;
}
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) .fh-button-primary.fh-button-submit .fh-inner-button {
  background: none;
  padding: 0;
}
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) button.fh-button-primary.fh-button-submit .fh-inner-button {
  background: none;
  padding: 0;
}
body:not(.page-admin-login):not(.page-admin):not(.page-admin-change) a.fh-button-primary {
  text-decoration: none;
}

.page-admin-auth .section-form {
  margin-bottom: 4em;
}

/* Section Titles  */
h1 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

div.section-page-title h1 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #002255;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  div.section-page-title h1 {
    font-size: 1.5em !important;
  }
}

h1.section-title {
  border-bottom: 1px solid #B6B7B9;
  padding-bottom: 0.25em;
  overflow: hidden;
}

.section-title .tools-buttons-inline .button-action {
  margin-bottom: 0;
}

h2.section-title {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

.page-admin-change h2.section-title,
.page-reset h2.section-title,
.page-set h2.section-title,
.page-login h2.section-title,
.page-forgotten h2.section-title,
.page-admin-login h2.section-title,
.page-register h2.section-title {
  color: #002255 !important;
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 0.25em !important;
  border-bottom: 1px solid #B6B7B9;
  font-size: 1.125em !important;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .page-admin-change h2.section-title,
  .page-reset h2.section-title,
  .page-set h2.section-title,
  .page-login h2.section-title,
  .page-forgotten h2.section-title,
  .page-admin-login h2.section-title,
  .page-register h2.section-title {
    font-size: 1.5em !important;
  }
}

.page-admin .section-page-title h1 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-admin .section-secondary-nav h2.section-title {
  display: none;
}

.section-component-news h2.section-title {
  border-bottom: 1px solid #B6B7B9;
  color: #939598;
  padding-bottom: 10px;
}

body:not(.page-keytenant) .section-component-html ul:not(.inline):not(.seperator):not(.plain):not(.news-meta),
body:not(.page-keytenant) .section-component-faqs ul:not(.inline):not(.seperator):not(.plain):not(.news-meta),
body:not(.page-keytenant) .section-component-casestudy ul:not(.inline):not(.seperator):not(.plain):not(.news-meta),
body:not(.page-keytenant) .section-component-news ul:not(.inline):not(.seperator):not(.plain):not(.news-meta),
body:not(.page-keytenant) .component-type-text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta),
body:not(.page-keytenant) .component-type-text_text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) {
  margin: 1.5em 0 1.5em 0;
}
body:not(.page-keytenant) .section-component-html ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li,
body:not(.page-keytenant) .section-component-faqs ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li,
body:not(.page-keytenant) .section-component-casestudy ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li,
body:not(.page-keytenant) .section-component-news ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li,
body:not(.page-keytenant) .component-type-text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li,
body:not(.page-keytenant) .component-type-text_text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li {
  margin-bottom: 0.875em;
}
body:not(.page-keytenant) .section-component-html ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li:last-of-type,
body:not(.page-keytenant) .section-component-faqs ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li:last-of-type,
body:not(.page-keytenant) .section-component-casestudy ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li:last-of-type,
body:not(.page-keytenant) .section-component-news ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li:last-of-type,
body:not(.page-keytenant) .component-type-text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li:last-of-type,
body:not(.page-keytenant) .component-type-text_text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li:last-of-type {
  margin-bottom: 0;
}
body:not(.page-keytenant) .section-component-html ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li ul,
body:not(.page-keytenant) .section-component-faqs ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li ul,
body:not(.page-keytenant) .section-component-casestudy ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li ul,
body:not(.page-keytenant) .section-component-news ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li ul,
body:not(.page-keytenant) .component-type-text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li ul,
body:not(.page-keytenant) .component-type-text_text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li ul {
  margin-top: 0.875em;
  margin-bottom: 0.875em;
}
body:not(.page-keytenant) .section-component-html ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li a,
body:not(.page-keytenant) .section-component-faqs ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li a,
body:not(.page-keytenant) .section-component-casestudy ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li a,
body:not(.page-keytenant) .section-component-news ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li a,
body:not(.page-keytenant) .component-type-text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li a,
body:not(.page-keytenant) .component-type-text_text ul:not(.inline):not(.seperator):not(.plain):not(.news-meta) li a {
  word-wrap: break-word;
}
body:not(.page-keytenant) .section-component-html li::marker,
body:not(.page-keytenant) .section-component-faqs li::marker,
body:not(.page-keytenant) .section-component-casestudy li::marker,
body:not(.page-keytenant) .section-component-news li::marker,
body:not(.page-keytenant) .component-type-text li::marker,
body:not(.page-keytenant) .component-type-text_text li::marker {
  color: #ff6633;
}
body:not(.page-keytenant) ol:not(.inline):not(.seperator):not(.plain):not(.news-meta) li:last-of-type {
  margin-bottom: 0;
}
body:not(.page-keytenant) ol:not(.inline):not(.seperator):not(.plain):not(.news-meta) li::marker {
  color: #ff6633;
}
body:not(.page-keytenant) table td {
  vertical-align: top;
}

p.highlight {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #8fc554;
  padding: 1.25em 1.5em;
}

ul.highlight,
ol.highlight {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #8fc554;
  padding: 1.25em 1.5em 1.25em 2.5em;
}
ul.highlight li,
ol.highlight li {
  margin-bottom: 0.75em;
}
ul.highlight li:last-of-type,
ol.highlight li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
  table.highlight {
    width: 60% !important;
  }
}

table.highlight,
table.highlight-fullwidth {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e6fbcb;
  border-collapse: collapse;
}

table.highlight tr:nth-child(even),
table.highlight-fullwidth tr:nth-child(even) {
  background: #e6fbcb;
}

table.highlight th,
table.highlight td,
table.highlight-fullwidth th,
table.highlight-fullwidth td {
  padding: 0.5em 1em !important;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.news-list .news-item-summary {
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1em;
  background: #f7f7f8;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 48em) {
  .news-list .news-item-summary {
    flex-basis: calc(33.33% - 1em);
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  .news-list .news-item-summary:nth-child(3n) {
    margin-right: 0;
  }
}
.news-list .news-item-summary a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.news-list .news-item-summary img {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  width: 100%;
}
.news-list .news-item-summary .news-detail {
  padding: 1.5em;
}
.news-list .news-item-summary .news-detail ul.news-meta {
  margin-bottom: 0.5em;
}
.news-list .news-item-summary .news-detail ul.news-meta li {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.news-list .news-item-summary .news-detail ul.news-meta li.news-category::before {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f1ea";
  padding: 0 0.5em 0 0;
  color: #ff6633;
}
.news-list .news-item-summary .news-detail .news-publish-date {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #939598;
}
.news-list .news-item-summary .news-detail h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  color: #002255;
  margin-bottom: 0.25em;
}
.news-list .news-item-summary .news-detail p {
  color: #333;
}
.news-list .news-item-summary .news-detail p:last-of-type {
  margin-bottom: 0;
}
.news-list .news-item-summary:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.news-list .news-item-summary:hover h3 {
  color: #ff6633;
}

@media screen and (min-width: 48em) {
  body.l-right-side .news-list-output::after,
  body.l-right-side .section-component-news-recent .section-content::after {
    content: "";
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  body.l-right-side .news-list-output .section-news-summary,
  body.l-right-side .section-component-news-recent .section-content .section-news-summary {
    flex-basis: calc(50% - 1em);
  }
  body.l-right-side .news-list-output .section-news-summary:nth-child(3n),
  body.l-right-side .section-component-news-recent .section-content .section-news-summary:nth-child(3n) {
    margin-right: 1.5em;
  }
  body.l-right-side .news-list-output .section-news-summary:nth-child(2n),
  body.l-right-side .section-component-news-recent .section-content .section-news-summary:nth-child(2n) {
    margin-right: 0;
  }
}

.news-list-output,
.section-component-news .section-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.news-list-output .section-news-summary,
.section-component-news .section-content .section-news-summary {
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1em;
  background: #f7f7f8;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  transition: transform 0.2s ease-out;
}
.news-list-output .section-news-summary .section-content,
.section-component-news .section-content .section-news-summary .section-content {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .news-list-output .section-news-summary,
  .section-component-news .section-content .section-news-summary {
    flex-basis: calc(33.33% - 1em);
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  .news-list-output .section-news-summary:nth-child(3n),
  .section-component-news .section-content .section-news-summary:nth-child(3n) {
    margin-right: 0;
  }
}
.news-list-output .section-news-summary .news-item-summary a,
.section-component-news .section-content .section-news-summary .news-item-summary a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.news-list-output .section-news-summary .news-item-summary img,
.section-component-news .section-content .section-news-summary .news-item-summary img {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  width: 100%;
}
.news-list-output .section-news-summary .news-item-summary .news-detail,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail {
  padding: 1.5em;
}
.news-list-output .section-news-summary .news-item-summary .news-detail ul.news-meta,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail ul.news-meta {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
.news-list-output .section-news-summary .news-item-summary .news-detail ul.news-meta li,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail ul.news-meta li {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  list-style: none;
  color: #939598;
}
.news-list-output .section-news-summary .news-item-summary .news-detail ul.news-meta li.news-category::before,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail ul.news-meta li.news-category::before {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f1ea";
  padding: 0 0.5em 0 0;
  color: #ff6633;
}
.news-list-output .section-news-summary .news-item-summary .news-detail .news-publish-date,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail .news-publish-date {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #939598;
}
.news-list-output .section-news-summary .news-item-summary .news-detail h3.news-subtitle,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail h3.news-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  color: #002255;
  margin-bottom: 0.25em;
  transition: color 0.2s ease-out;
}
.news-list-output .section-news-summary .news-item-summary .news-detail p,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail p {
  color: #333;
}
.news-list-output .section-news-summary .news-item-summary .news-detail p:last-of-type,
.section-component-news .section-content .section-news-summary .news-item-summary .news-detail p:last-of-type {
  margin-bottom: 0;
}
.news-list-output .section-news-summary:hover,
.section-component-news .section-content .section-news-summary:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.news-list-output .section-news-summary:hover h3,
.section-component-news .section-content .section-news-summary:hover h3 {
  color: #ff6633 !important;
}

.page-news ul.news-meta {
  margin-bottom: 0.5em;
}
.page-news ul.news-meta li {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.page-news ul.news-meta li.news-category::before {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f1ea";
  padding-left: 0;
  color: #ff6633;
}
.page-news .news-publish-date {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #939598;
}

tr.matched-outcome {
  background: #ffd400 !important;
}

.panel-rent.panel-enhanced-balances .rent-balance-elements {
  clear: both;
}

.dataTables_wrapper {
  height: auto !important;
  min-height: 300px;
  overflow: hidden !important;
  width: 100%;
}

.dataTables_wrapper .dataTables_processing {
  background: none !important;
  height: 100% !important;
  margin-top: 100px !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 1;
}
.dataTables_wrapper .dataTables_processing i {
  font-size: 96px;
  font-size: 6rem;
  color: #ff6633;
}

table.dataTable thead th {
  vertical-align: middle;
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/datatables/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/datatables/sort_desc.png") !important;
}

table.dataTable thead .sorting {
  background-image: url("../images/datatables/sort_both.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/datatables/sort_asc_disabled.png") !important;
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/datatables/sort_desc_disabled.png") !important;
}

table#tenant-list.dataTable {
  border-collapse: collapse;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile td {
  background: none;
}

#tenant-list tr.status-1 {
  background: #edf4e5;
}

#tenant-list tr.status-2 {
  background: #fbe8e2;
}

#tenant-list tr.status-3 {
  background: #f9dddf;
}

.is-snoozed-wrapper i.fa-snooze,
#tenant-list i.fa-snooze {
  color: #3779b5;
}

.rent-status-icon .fa-thermometer-full {
  color: #c92635;
}
.rent-status-icon .fa-thermometer-half {
  color: #ff6633;
}
.rent-status-icon .fa-thermometer-empty {
  color: #8fc554;
}

@media screen and (max-width: 52.5em) {
  /* Force table to not be like tables anymore */
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile,
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile thead,
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile tbody,
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile th,
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile td,
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile tr {
    border: 1px solid #B6B7B9;
    margin-bottom: 1.25em;
    position: relative;
  }
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #B6B7B9;
    position: relative;
    min-height: 20px;
    padding: 0.375em 0.375em 0.375em 50% !important;
    text-align: left;
    width: auto !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
  }
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile td:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-no-labels td {
    padding-left: 6px !important;
  }
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-mobile td:before {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.375em;
    left: 0.375em;
    width: 45%;
    padding-right: 0.625em;
    white-space: nowrap;
    content: " " attr(data-label) " "; /* call the attribute value of data-label and adds a string // */
  }
  table#tenant-list.dataTable.table-responsive-tablet.table-responsive-no-labels td:before {
    display: none;
  }
}
.dataTables_length {
  color: #333 !important;
  margin-bottom: 1em;
  text-align: left !important;
}

.dataTables_info {
  color: #333 !important;
  margin-bottom: 1em;
  text-align: left !important;
}
@media screen and (min-width: 52em) {
  .dataTables_info {
    margin-top: 0.5em;
  }
}

#tenant-list_paginate.dataTables_paginate {
  clear: both;
  float: left !important;
  text-align: left !important;
}
@media screen and (min-width: 52em) {
  #tenant-list_paginate.dataTables_paginate {
    clear: none;
    float: right !important;
    margin-top: 1em;
  }
}

#tenant-list_paginate.dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.25em 0.7em;
  margin-left: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #002255 !important;
  border: 1px solid transparent;
  border-radius: 0;
  background: #f7f7f7 !important;
}

#tenant-list_paginate.dataTables_paginate .paginate_button.current,
#tenant-list_paginate.dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #ff6633 !important;
  background-color: #ff6633 !important;
  background: #ff6633 !important;
}

#tenant-list_paginate.dataTables_paginate .paginate_button.previous {
  margin-left: 0 !important;
}

#tenant-list_paginate.dataTables_paginate .paginate_button.disabled,
#tenant-list_paginate.dataTables_paginate .paginate_button.disabled:hover,
#tenant-list_paginate.dataTables_paginate .paginate_button.disabled:active {
  cursor: not-allowed;
  color: #B6B7B9 !important;
  border: 1px solid transparent;
  background: #f7f7f7;
  box-shadow: none;
}

#tenant-list_paginate.dataTables_paginate .paginate_button:hover {
  color: #ff6633 !important;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  background: #f7f7f7;
}

#tenant-list_paginate.dataTables_paginate .paginate_button:active {
  color: #ffffff;
  outline: none;
  background-color: #8fc554;
  background: #8fc554;
  box-shadow: none;
}

#tenant-list_paginate.dataTables_paginate .ellipsis {
  color: #B6B7B9;
  padding: 0 1em;
}

#tenant-list i.fa-check {
  color: #8fc554;
}
#tenant-list a.modal_trigger {
  color: #ff6633;
}
#tenant-list a.modal_trigger:visited {
  color: #ff6633;
}
#tenant-list a.modal_trigger:hover, #tenant-list a.modal_trigger:focus, #tenant-list a.modal_trigger:active {
  color: #8fc554;
}

.currency {
  padding-right: 0;
  text-align: right;
}

.credit {
  color: #8fc554;
}

.debit {
  color: #c92635;
}

.page-admin .arrears-modal {
  max-width: 790px;
}
.page-admin .arrears-modal .arrears-management h3 {
  color: #939598;
}
.page-admin .arrears-modal .arrears-management p.address {
  margin-top: -1em;
}
.page-admin .arrears-modal .arrears-management table.arrears_table {
  background: #fafafa;
  border-collapse: collapse;
  border-top: 2px solid #76a5ba;
  margin-top: 1.5em;
  min-width: 50%;
}
.page-admin .arrears-modal .arrears-management table.arrears_table th,
.page-admin .arrears-modal .arrears-management table.arrears_table td {
  padding: 0.25em 0.5em;
}
.page-admin .arrears-modal .arrears-management table.arrears_table tr.total td,
.page-admin .arrears-modal .arrears-management table.arrears_table tr.total th {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: 1px solid #76a5ba;
  padding: 0.5em;
}
.page-admin .arrears-modal .arrears-management table.arrears_table tr.total td {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-admin .arrears-modal .arrears-management table.styled-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #76a5ba;
  width: 50%;
}
.page-admin .arrears-modal .arrears-management table.styled-table th,
.page-admin .arrears-modal .arrears-management table.styled-table td {
  padding: 0.5em;
}
.page-admin .arrears-modal .arrears-management table.styled-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

form#snooze .fh-label-container {
  display: none;
}

.rent_balance_charge {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: 2px solid #76a5ba;
  background: #f7f7f7;
  margin-bottom: 2em;
  padding: 1em;
}
.rent_balance_charge dl {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .rent_balance_charge dl div {
    width: auto;
    display: grid;
    grid-template-columns: 21% 30% 30%;
    grid-template-rows: auto auto;
    grid-auto-flow: dense;
    grid-gap: 0 1rem;
  }
}
@media screen and (min-width: 60em) {
  .rent_balance_charge dl div {
    width: 70%;
  }
}
.rent_balance_charge dl dt {
  line-height: 100%;
  margin-bottom: 0.25em;
}
.rent_balance_charge dl dt:first-of-type {
  grid-column: 1;
}
.rent_balance_charge dl dt:nth-of-type(2n) {
  grid-column: 2;
}
.rent_balance_charge dl dt:last-of-type {
  grid-column: 3;
}
.rent_balance_charge dl dd {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 0;
  margin-bottom: 0.5em;
}
.rent_balance_charge dl dd:last-of-type {
  margin-bottom: 0;
}
.rent_balance_charge dl dd:first-of-type {
  grid-column: 1;
}
.rent_balance_charge dl dd:nth-of-type(2n) {
  grid-column: 2;
}
.rent_balance_charge dl dd:last-of-type {
  grid-column: 3;
}
@media screen and (min-width: 48em) {
  .rent_balance_charge dl dd {
    margin-bottom: 0;
  }
}

span.kts-status-bronze {
  color: #ca7145;
}

span.kts-status-gold {
  color: #c99b43;
}

span.kts-status-platinum {
  color: #888486;
}

span.kts-status-diamond {
  color: #76a5ba;
}

body.page-repayment-setup #body-middle {
  overflow: visible;
}

.fhv2 {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fhv2 input:focus,
.fhv2 textarea:focus,
.fhv2 select:focus {
  outline: 2px solid #8fc554;
}

.fhv2 .submit-buttons {
  margin-top: 2em;
}

.fhv2 button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #8fc554;
  color: #ffffff;
}
.fhv2 button:visited {
  background-color: #8fc554;
  color: #ffffff;
}
.fhv2 button:hover, .fhv2 button:focus, .fhv2 button:active {
  background-color: #76a5ba;
}

.fhv2 button#form_primary_button,
.fhv2 button.submit {
  background-color: #8fc554;
  color: #ffffff;
}
.fhv2 button#form_primary_button:visited,
.fhv2 button.submit:visited {
  background-color: #8fc554;
  color: #ffffff;
}
.fhv2 button#form_primary_button:hover, .fhv2 button#form_primary_button:focus, .fhv2 button#form_primary_button:active,
.fhv2 button.submit:hover,
.fhv2 button.submit:focus,
.fhv2 button.submit:active {
  background-color: #76a5ba;
}

.fhv2 button.cancel {
  background-color: #f7f7f7;
  color: #333;
}
.fhv2 button.cancel:visited {
  background-color: #f7f7f7;
  color: #333;
}
.fhv2 button.cancel:hover, .fhv2 button.cancel:focus, .fhv2 button.cancel:active {
  background-color: #B6B7B9;
}

.fhv2 .range-inner-wrapper .label {
  background: #8fc554;
  gap: 0.5em;
}
.fhv2 .range-inner-wrapper .label input[type=text] {
  background: #ffffff;
  border-bottom: none;
  border-radius: 2px;
  color: #333;
  margin-top: 4px;
}
.fhv2 .range-inner-wrapper .label.is-moving:after {
  border-color: #8fc554 transparent;
}
.fhv2 .range-inner-wrapper input[type=range] {
  background: rgb(217.8296943231, 235.7510917031, 198.2489082969);
}
.fhv2 .range-inner-wrapper input[type=range]::-webkit-slider-thumb {
  background: #8fc554;
}
.fhv2 .range-inner-wrapper input[type=range]::-moz-range-thumb {
  background: #8fc554;
}
.fhv2 .range-inner-wrapper .min-max-label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fhv2 .range-inner-wrapper.is-needs-approval .label {
  background: #c92635;
}
.fhv2 .range-inner-wrapper.is-needs-approval .label input[type=text] {
  background: #c92635;
}
.fhv2 .range-inner-wrapper.is-needs-approval .label.is-moving:after {
  border-color: #c92635 transparent;
}
.fhv2 .range-inner-wrapper.is-needs-approval input[type=range] {
  background: #f9dddf;
}
.fhv2 .range-inner-wrapper.is-needs-approval input[type=range]::-webkit-slider-thumb {
  background: #c92635;
}
.fhv2 .range-inner-wrapper.is-needs-approval input[type=range]::-moz-range-thumb {
  background: #c92635;
}
.fhv2 .range-inner-wrapper.is-needs-approval .min-max-label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fhv2 .error-summary {
  border: 2px solid #c92635;
}
.fhv2 .error-summary:focus {
  outline: 2px solid #8fc554;
}
.fhv2 .error-summary .errors a {
  color: #c92635;
}
.fhv2 .error-summary .errors a:visited {
  color: #c92635;
}
.fhv2 .error-summary .errors a:hover, .fhv2 .error-summary .errors a:focus, .fhv2 .error-summary .errors a:active {
  color: #333;
}

.fhv2 #confirm_review_confirm legend {
  color: #c92635;
}
.fhv2 #confirm_review_confirm .control-group {
  border: 1px solid #c92635;
  background: #fae1e4;
  padding: 0.5em 1em;
  display: inline-block;
  margin-top: 0.5em;
}
.fhv2 #confirm_review_confirm .control-group label {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#make-agreement-form.fhv2 .group {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 0;
}

#make-agreement-form.fhv2 fieldset.group > legend:first-of-type {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ff6633;
  margin-top: 0.875em;
}

#make-agreement-form.fhv2 .description p {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #939598;
}

#make-agreement-form.fhv2 .field-notes {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #939598;
  margin-top: -0.5em;
}

#make-agreement-form.fhv2 #lump_sum label#lump_sum_amount-label {
  float: left;
  vertical-align: bottom;
  margin-right: 1em;
  line-height: 40px;
}

#make-agreement-form.fhv2 #lump_sum label#lump_sum_date-label {
  float: left;
  vertical-align: bottom;
  margin-right: 1em;
  line-height: 40px;
}

#make-agreement-form.fhv2 #start_date_fs label#start_date-label {
  float: left;
  vertical-align: bottom;
  margin-right: 1em;
  line-height: 40px;
}

.fhv2 #arrears_paid_off.description {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  border: 2px solid #ff6633;
  background-color: #fff7f5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: 1em;
  color: #333;
}
.fhv2 #arrears_paid_off.description p {
  color: #333;
  margin: 0;
}
.fhv2 #arrears_paid_off.description p date {
  color: #ff6633;
}
.fhv2 #arrears_paid_off.description p i {
  color: #ff6633;
}
.fhv2 #arrears_paid_off.description .payment_period,
.fhv2 #arrears_paid_off.description .payment_total {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff6633;
}

.active-agreement-box {
  border-top: 2px solid #8fc554;
}
.active-agreement-box h2 {
  color: #8fc554;
}

.draft-agreement-box {
  border-top: 2px solid #ff6633;
}
.draft-agreement-box h2 {
  color: #ff6633;
}

.draft-agreement-box .tools-buttons .tools-delete,
.active-agreement-box .tools-buttons .tools-delete {
  background: #c92635;
}
.draft-agreement-box .tools-buttons .tools-delete:hover,
.active-agreement-box .tools-buttons .tools-delete:hover {
  background: rgb(228.129707113, 112.870292887, 123.4769874477);
}

.active-agreement-box dl,
.draft-agreement-box dl {
  margin: 0 0 1.5em 0;
}
.active-agreement-box dt,
.draft-agreement-box dt {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.active-agreement-box dd,
.draft-agreement-box dd {
  border-bottom: 1px solid #d8d8d8;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
}
.active-agreement-box dd:last-of-type,
.draft-agreement-box dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#make-agreement-income-exp-form.fhv2 .field-container {
  margin-bottom: 0;
}
#make-agreement-income-exp-form.fhv2 .group:not(.has-fieldset):not(.is-repeater):not(.no-visible-elements) {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 1em 0;
}
#make-agreement-income-exp-form.fhv2 .group:not(.has-fieldset):not(.is-repeater):not(.no-visible-elements) legend {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #002255;
}
#make-agreement-income-exp-form.fhv2 fieldset.is-wrapper-fieldset {
  border: none;
  margin-bottom: 0;
  padding: 1em 0 0 0;
}
#make-agreement-income-exp-form.fhv2 fieldset.is-wrapper-fieldset > legend:first-of-type {
  font-family: "Nunito", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ff6633;
  margin-top: 0.875em;
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper {
    display: flex;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container {
  margin-bottom: 1em;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container {
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container {
    margin-right: 1em;
  }
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper .field-container:last-of-type {
    margin-right: 0;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper label {
  line-height: 1.5em;
  margin-right: 1em;
  vertical-align: bottom;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset:not(.is-repeater) .wrapper label {
    line-height: 40px;
    min-width: 28%;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.group:not(.is-repeater) {
  border: 1px solid #d8d8d8;
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.is-repeater {
  border: none;
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.is-repeater .is-repeated {
  background: #f7f7f7;
  border-bottom: none;
  padding: 1em;
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
  margin-bottom: 1em;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
    display: flex;
  }
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
    display: inline-block;
    margin-right: 1em;
  }
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 65em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper .field-container {
    display: flex;
    margin-bottom: 0;
  }
}
#make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
  line-height: 1.5em;
  margin-right: 1em;
  vertical-align: bottom;
}
@media screen and (min-width: 25em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
    line-height: 40px;
    min-width: 32%;
  }
}
@media screen and (min-width: 30em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
    line-height: 40px;
    min-width: 28%;
  }
}
@media screen and (min-width: 46em) {
  #make-agreement-income-exp-form.fhv2 fieldset .wrapper fieldset .wrapper .is-repeated .wrapper label {
    min-width: auto;
  }
}
#make-agreement-income-exp-form.fhv2 .repeater-add-button {
  margin-bottom: 0;
}
#make-agreement-income-exp-form.fhv2 .repeater-remove-button {
  display: block;
  float: none;
  text-align: right;
}

.mutex-list .published {
  background: #dff0d8 !important;
}

.mutex-list .archived {
  background: #f2dede !important;
}

.mutex-list .notpublished {
  background: #d9edf7 !important;
}

.mutex-list .thumbs-up {
  background: #8fc554;
  border-color: transparent;
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.mutex-list .thumbs-up i {
  color: rgb(242.7729257642, 248.6681222707, 236.3318777293);
}
.mutex-list .thumbs-up:hover {
  background: rgb(167.943231441, 209.9170305677, 122.0829694323);
}

.mutex-list .tools .thumbs-down {
  background: #c92635;
  border-color: transparent;
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548);
}
.mutex-list .tools .thumbs-down i {
  color: rgb(252.4560669456, 241.5439330544, 242.5481171548) !important;
}
.mutex-list .tools .thumbs-down:hover {
  background: rgb(228.129707113, 112.870292887, 123.4769874477);
}

@media screen and (min-width: 37.5em) {
  form#mutex-filter-form {
    display: flex;
  }
}
@media screen and (min-width: 37.5em) {
  form#mutex-filter-form .group .wrapper {
    margin-right: 1em;
  }
}
form#mutex-filter-form .group .wrapper .field-container {
  margin-bottom: 1em;
}
form#mutex-filter-form .submit-buttons {
  margin-top: 1em;
}
@media screen and (min-width: 37.5em) {
  form#mutex-filter-form .submit-buttons {
    margin-top: 3.8em;
  }
}

.page-digital-leaflets:not(.page-digital-leaflets-list) a#back-button,
.page-edit-digital-leaflets a#back-button {
  background-color: #ff6633;
}
.page-digital-leaflets:not(.page-digital-leaflets-list) a#back-button:hover,
.page-edit-digital-leaflets a#back-button:hover {
  cursor: pointer;
  background-color: #B6B7B9;
}
.page-digital-leaflets:not(.page-digital-leaflets-list) a#back-button:active,
.page-edit-digital-leaflets a#back-button:active {
  background-color: #B6B7B9;
}
.page-digital-leaflets:not(.page-digital-leaflets-list) article h1,
.page-digital-leaflets:not(.page-digital-leaflets-list) article h2,
.page-digital-leaflets:not(.page-digital-leaflets-list) article h3,
.page-digital-leaflets:not(.page-digital-leaflets-list) article h4,
.page-edit-digital-leaflets article h1,
.page-edit-digital-leaflets article h2,
.page-edit-digital-leaflets article h3,
.page-edit-digital-leaflets article h4 {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
}
.page-digital-leaflets:not(.page-digital-leaflets-list) article h1,
.page-edit-digital-leaflets article h1 {
  color: #ff6633;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .page-digital-leaflets:not(.page-digital-leaflets-list) article h1,
  .page-edit-digital-leaflets article h1 {
    font-size: 2rem;
  }
}
.page-digital-leaflets:not(.page-digital-leaflets-list) article h2,
.page-edit-digital-leaflets article h2 {
  color: #002255;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
@media (min-width: 48em) {
  .page-digital-leaflets:not(.page-digital-leaflets-list) article h2,
  .page-edit-digital-leaflets article h2 {
    font-size: 1.5rem;
  }
}
.page-digital-leaflets:not(.page-digital-leaflets-list) article h3,
.page-edit-digital-leaflets article h3 {
  color: #939598;
  font-size: 1rem;
  margin-bottom: 0.25em;
}
@media (min-width: 48em) {
  .page-digital-leaflets:not(.page-digital-leaflets-list) article h3,
  .page-edit-digital-leaflets article h3 {
    font-size: 1.25rem;
  }
}
.page-digital-leaflets:not(.page-digital-leaflets-list) article h4,
.page-edit-digital-leaflets article h4 {
  color: #002255;
  font-size: 0.875rem;
  margin-bottom: 0.25em;
}
@media (min-width: 48em) {
  .page-digital-leaflets:not(.page-digital-leaflets-list) article h4,
  .page-edit-digital-leaflets article h4 {
    font-size: 1rem;
  }
}
.page-digital-leaflets:not(.page-digital-leaflets-list) aside .menu-toggle i,
.page-edit-digital-leaflets aside .menu-toggle i {
  color: #ff6633;
  margin: 0 0.5em 0 0;
}
.page-digital-leaflets:not(.page-digital-leaflets-list) aside h3,
.page-edit-digital-leaflets aside h3 {
  text-transform: uppercase;
}
