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

--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,700,700i);
.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;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 3px;
  background: #ccc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  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;
  }
}

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

.fhv2 .fh-ajax-loading,
.fhv2 .fh-ajax-noresults {
  font-size: 0.875em;
  color: #d0021b;
  margin-top: 0.5em;
}

.fhv2 .fh-ajax-data {
  color: #554094;
  background: #e5e5fd;
  border: 1px solid #554094;
  padding: 0.25em 0.375em;
  margin: 0.25em 0.375em 0.25em 0;
  font-size: 0.875em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fhv2 .fh-ajax-delete {
  cursor: pointer;
  font-size: 0.875em;
}
.fhv2 .fh-ajax-delete i {
  color: #d0021b;
  margin-right: 0.375em;
}

.fhv2 .fh-ajax-add {
  background: #f3f8eb;
  border: 1px solid #4caf50;
  color: #4caf50;
  cursor: pointer;
  font-size: 0.875em;
}
.fhv2 .fh-ajax-add i {
  color: #4caf50;
  margin-right: 0.375em;
}

.fhv2 .fh-ajax-button {
  margin-left: 0.625em;
}

.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 */
  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;
}

.print-show {
  display: none;
}

.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: #333333;
  font-family: "Montserrat", "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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

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

strong em,
em strong {
  font-family: "Montserrat", "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: "Montserrat", "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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  color: #5095ff;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  background: #5095ff;
}

body {
  background: #ffffff;
}

/* Container Layout */
.l-outer-container {
  box-sizing: border-box;
}

.l-inner-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 10px;
}
@media screen and (min-width: 37.5em) {
  .l-inner-container {
    padding: 0 20px;
  }
}

/* Body Layout */
#body-middle {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
@media screen and (min-width: 37.5em) {
  #body-middle {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 48em) {
  .l-left-side #main {
    float: right;
    width: 66.1016949153%;
  }
}

@media screen and (min-width: 48em) {
  .l-left-side #side {
    float: left;
    padding-right: 5.0847457627%;
    width: 27.1186440678%;
  }
}

@media screen and (min-width: 48em) {
  .l-right-side #main {
    float: left;
    width: 66.1016949153%;
  }
}

@media screen and (min-width: 48em) {
  .l-right-side #side {
    float: right;
    padding-left: 5.0847457627%;
    width: 27.1186440678%;
  }
}

.l-no-side #main {
  float: none;
  width: 100%;
}

.l-no-side #side {
  display: none;
}

/* 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;
}

#header-top {
  margin-bottom: 1.25em;
  overflow: hidden;
}
#header-top p.logo {
  margin: 0;
}
#header-top p.logo img {
  height: auto;
  margin: 1.25em 0;
  width: 70%;
}
@media screen and (min-width: 37.5em) {
  #header-top p.logo img {
    float: left;
    margin: 2.5em 0 0;
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  #header-top p.logo img {
    width: 380px;
  }
}
@media screen and (min-width: 48em) {
  #header-top {
    margin-bottom: 2.5em;
  }
}

/* v2 Mobile Navigation */
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.mobile-menu * {
  box-sizing: inherit;
}
@media screen and (min-width: 37.5em) {
  .mobile-menu {
    padding: 0 20px;
  }
}
@media screen and (min-width: 53.4375em) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu a {
  border-radius: 5px;
  color: #333333;
  text-decoration: none;
  padding: 0.375em 0.5em;
  display: block;
}
.mobile-menu a:visited {
  color: #333333;
}
.mobile-menu a:hover, .mobile-menu a:focus, .mobile-menu a:active {
  background-color: #ededed;
  color: #333333;
}
.mobile-menu ul {
  display: none;
  list-style: none;
  overflow: hidden;
  padding: 0 0 0 0.5em; /* Add indentation */
  width: 100%;
}
.mobile-menu li.active > a {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mobile-menu li.has-children {
  position: relative; /* Ensure positioning context for nested buttons */
  /* Support multiple levels of nested submenus */
}
.mobile-menu li.has-children > a {
  width: 90%;
  float: left;
}
.mobile-menu li.has-children > button {
  background: #fafafa;
  padding: 0.375em 0.5em;
  width: 10%;
  border: none;
  cursor: pointer;
}
.mobile-menu li.has-children > button:hover {
  background-color: #ededed;
}
.mobile-menu li.has-children > button:after {
  color: #5095ff;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}
.mobile-menu li.has-children.is-open {
  border-radius: 5px;
  background-color: #ededed;
}
.mobile-menu li.has-children.is-open > ul {
  display: block;
}
.mobile-menu li.has-children.is-open > button {
  background-color: #ededed;
}
.mobile-menu li.has-children.is-open > button:focus {
  outline: none;
}
.mobile-menu li.has-children.is-open > button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
}
.mobile-menu li.has-children ul {
  padding-left: 0.5em;
}
.mobile-menu li.has-children ul li.has-children > button {
  background-color: #ededed;
  padding: 0.375em 0.5em;
  width: 10%;
  border: none; /* Ensure no border is applied */
  cursor: pointer; /* Ensure cursor is pointer */
}
.mobile-menu li.has-children ul li.has-children > button:hover {
  background-color: #ededed;
}
.mobile-menu li.has-children ul li.has-children > button:after {
  color: #5095ff;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}
.mobile-menu li.has-children ul li.has-children.is-open > button {
  background-color: #ededed;
}
.mobile-menu li.has-children ul li.has-children.is-open > button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
}

body.no-js .mobile-menu ul {
  display: block;
}

/* Primary Navigation */
.primary-nav {
  display: none;
}

@media screen and (min-width: 53.4375em) {
  .primary-nav {
    display: block;
  }
  .nav a {
    text-decoration: none;
  }
  .nav a:hover {
    text-decoration: none;
  }
  ul.primary-nav {
    font-size: 1.125em;
    margin-top: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 1.25em 0;
  }
  ul.primary-nav ul {
    display: none;
  }
  ul.primary-nav > li {
    padding: 0 1.25em 0 0 !important;
  }
  ul.primary-nav > li > a {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
  }
  ul.primary-nav > li > a:hover {
    color: #5095ff;
  }
  ul.nav > li > a:hover {
    text-decoration: none;
  }
  ul.primary-nav > li.active > a,
  ul.primary-nav > li.active_parent > a {
    color: #5095ff;
  }
  .responsive-menu-wrapper {
    display: none;
  }
}
/* Sidebar Menus */
.section-admin.section-secondary-nav {
  display: none;
}
@media screen and (min-width: 48em) {
  .section-admin.section-secondary-nav {
    display: block;
  }
}

.section-secondary-nav .section-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  text-transform: capitalize;
}

ul.secondary-nav {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 0;
}
ul.secondary-nav a {
  color: #707070;
  text-decoration: none;
}
ul.secondary-nav a:visited {
  color: #707070;
}
ul.secondary-nav a:hover, ul.secondary-nav a:focus, ul.secondary-nav a:active {
  color: #5095ff;
}
ul.secondary-nav a:focus {
  outline: thin dotted;
}
ul.secondary-nav a:hover, ul.secondary-nav a:active {
  outline: 0;
}

ul.secondary-nav li a {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

ul.secondary-nav li ul li a {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.secondary-nav > li {
  margin-bottom: 0.75em;
}

ul.secondary-nav ul {
  display: none;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding-left: 1.25em;
}

ul.secondary-nav ul li {
  margin-bottom: 0.25em;
}

.section-secondary-nav li.active > a {
  color: #5095ff;
}

ul.secondary-nav li.active > ul,
ul.secondary-nav li.active_parent > ul {
  display: block;
}

#footer-outer-container {
  clear: both;
  background: #5095ff;
}

#footer {
  color: #ffffff;
  overflow: hidden;
  padding: 1.875em 0 0.625em 0;
}
#footer h4 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: auto;
  margin: 0 0 0.625em;
  text-transform: capitalize;
}
#footer h4 i {
  font-size: 36px;
  font-size: 2.25rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 12px;
}
#footer p {
  margin-top: 0;
}
#footer a {
  color: #ffffff;
}
#footer a:visited {
  color: #ffffff;
}
#footer a:hover, #footer a:focus, #footer a:active {
  color: rgba(255, 255, 255, 0.8);
}
#footer a:focus {
  outline: thin dotted;
}
#footer a:hover, #footer a:active {
  outline: 0;
}
#footer .map-link i {
  margin-right: 0.5em;
}

#footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.section-openingtimes table th,
.section-openingtimes table td {
  padding-bottom: 0;
}

.section-facebook {
  font-size: 14px;
  font-size: 0.875rem;
}
.section-facebook ul.facebook {
  padding-left: 0;
}
.section-facebook ul.facebook li {
  margin-bottom: 0.875em;
}
.section-facebook ul.facebook li:last-child {
  margin-bottom: 0;
}

#footer-middle .footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  clear: both;
  margin: 0;
  padding: 0.8125em 0;
}
#footer-middle .footer-nav a {
  color: #ffffff;
  text-decoration: none;
}
#footer-middle .footer-nav a:visited {
  color: #ffffff;
}
#footer-middle .footer-nav a:hover, #footer-middle .footer-nav a:focus, #footer-middle .footer-nav a:active {
  color: rgba(255, 255, 255, 0.8);
}
#footer-middle .footer-nav a:focus {
  outline: thin dotted;
}
#footer-middle .footer-nav a:hover, #footer-middle .footer-nav a:active {
  outline: 0;
}
#footer-middle ul.seperator > li {
  padding-right: 2px;
}
#footer-middle ul.seperator > li:after {
  content: "/";
  padding-left: 2px;
  padding-right: 2px;
}
#footer-middle ul ul {
  display: none;
}

#footer-bottom {
  overflow: hidden;
  margin-top: 1.25em;
}
@media screen and (min-width: 48em) {
  #footer-bottom .l-footer-content-grid-columns .l-span6 {
    margin-bottom: 0;
  }
  #footer-bottom .l-footer-content-grid-columns .l-span6 .section-footer-content2 p {
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  #footer-bottom .l-footer-content-grid-rows .l-span12 {
    margin-bottom: 0;
  }
}

footer#footer {
  padding: 0;
  clear: both;
}
footer#footer #footer-top-outer-container,
footer#footer #footer-middle-outer-container {
  background: #5095ff;
}
footer#footer #footer-top-outer-container {
  padding-top: 1.5em;
}
footer#footer #footer-top-outer-container #footer-top .footer-grid {
  display: grid;
  gap: 1rem;
}
footer#footer #footer-top-outer-container #footer-top .footer-grid .section-content {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  footer#footer #footer-top-outer-container #footer-top .footer-grid.has-1-elements,
  footer#footer #footer-top-outer-container #footer-top .footer-grid.has-2-elements,
  footer#footer #footer-top-outer-container #footer-top .footer-grid.has-3-elements {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
@media screen and (min-width: 48em) {
  footer#footer #footer-top-outer-container #footer-top .footer-grid.has-4-elements {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 57.5em) {
  footer#footer #footer-top-outer-container #footer-top .footer-grid.has-4-elements {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
@media screen and (min-width: 48em) {
  footer#footer #footer-top-outer-container #footer-top .footer-grid.has-5-elements {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 60em) {
  footer#footer #footer-top-outer-container #footer-top .footer-grid.has-5-elements {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
footer#footer #footer-middle-outer-container {
  padding-bottom: 1.5em;
}
footer#footer #footer-middle-outer-container #footer-middle .footer-nav {
  list-style: none;
}
@media screen and (min-width: 37.5em) {
  footer#footer #footer-middle-outer-container #footer-middle .footer-nav li {
    display: inline;
  }
  footer#footer #footer-middle-outer-container #footer-middle .footer-nav li:after {
    content: "/";
    padding: 0 0.25em;
  }
  footer#footer #footer-middle-outer-container #footer-middle .footer-nav li:last-child:after {
    content: "";
    padding: 0;
  }
}
footer#footer #footer-middle-outer-container #footer-middle .content {
  padding-top: 2em;
}
footer#footer #footer-middle-outer-container #footer-middle .content .section-content {
  margin-bottom: 0;
}
footer#footer #footer-middle-outer-container #footer-middle .content p:last-of-type {
  margin-bottom: 0;
}
footer#footer #footer-middle-outer-container #footer-middle .content .content1 p.float-right,
footer#footer #footer-middle-outer-container #footer-middle .content .content2 p.float-right {
  display: none;
}
footer#footer #footer-middle-outer-container #footer-middle .content .credit svg {
  margin-top: 2em;
}
@media screen and (min-width: 48em) {
  footer#footer #footer-middle-outer-container #footer-middle .content .credit svg {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  footer#footer #footer-middle-outer-container #footer-middle .content.is-columns {
    display: grid;
    gap: 1.5rem;
    grid-auto-flow: column;
    grid-auto-columns: 2fr 2fr 1fr;
  }
}
footer#footer #footer-middle-outer-container #footer-middle .content.is-columns .content1 {
  margin-bottom: 1.5em;
}
footer#footer #footer-middle-outer-container #footer-middle .content.is-columns .credit {
  margin-left: auto;
}
footer#footer #footer-middle-outer-container #footer-middle .content.is-rows .content1 {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  footer#footer #footer-middle-outer-container #footer-middle .content.is-rows .credit {
    text-align: right;
  }
}
footer#footer #footer-middle-outer-container #footer-middle .content.is-rows .credit svg {
  margin-top: 2em;
}
footer#footer #footer-bottom-outer-container {
  background: #ffffff;
}
footer#footer #footer-bottom-outer-container #footer-bottom {
  margin-top: 0;
}
footer#footer #footer-bottom-outer-container .partner-logos {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
  padding: 0;
}
footer#footer #footer-bottom-outer-container .partner-logos li {
  margin: 0.5em 1em;
}
footer#footer #footer-bottom-outer-container .partner-logos li img {
  display: block;
}

footer > footer {
  color: #333333;
  background: #ffffff;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .print-show {
    display: block;
  }
  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 {
    padding-bottom: 0;
  }
  @page {
    margin: 1cm;
  }
  .nav,
  .responsive-menu-wrapper,
  .header-box,
  h1 span.tools,
  .tools2,
  button,
  #header-middle,
  #header-bottom,
  #side,
  #footer-top,
  #footer-middle,
  .tools,
  span.tools,
  div.panel-links,
  ul.print-me,
  div.message,
  .admin-menu,
  .account-management-tools,
  #test-mode-ribbon,
  .table-rent tr.top-headers small,
  .table-rent tr.top-headers a.more,
  .table-repairs tr.top-headers small,
  .assisted-box a.logout {
    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;
  }
  #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 .charges_breakdown dl,
  .page-rent-statement .charges_breakdown dl {
    margin-bottom: 0;
  }
  .page-repair-history .charges_breakdown div,
  .page-rent-statement .charges_breakdown div {
    border-radius: 0;
    padding: 0;
  }
  .page-repair-history .charges_breakdown div span.amount,
  .page-rent-statement .charges_breakdown div span.amount {
    font-size: 16px;
    font-size: 1rem;
  }
  .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;
  }
  .page-repair-history table thead tr th,
  .page-rent-statement table thead tr th {
    padding: 0.5em;
  }
  .page-repair-history table tbody tr td,
  .page-rent-statement table tbody tr td {
    border-bottom: 1px solid black;
    padding: 0.5em;
  }
  .page-repair-history table td [data-label=Status] .completed,
  .page-rent-statement table td [data-label=Status] .completed {
    padding: 0;
  }
  .page-repair-history thead tr th:last-of-type {
    display: none;
  }
  .page-repair-history tbody tr td:last-of-type {
    display: none;
  }
  .page-repair-history tbody tr [data-label=Status] .completed {
    padding: 0;
  }
  .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 !important;
  }
  .is-new-admin .order-review-box {
    padding: 0;
  }
  .is-new-admin .order-review-box dd {
    border-bottom: 1px solid #000 !important;
  }
  div.assisted-box {
    padding: 0 !important;
  }
  .page-admin .section-page-title h1.section-title {
    border-bottom: 3px solid #000 !important;
  }
}
#test-mode-ribbon {
  background-color: #333333;
  color: #ffffff;
  display: flex;
  align-items: center;
  min-height: 60px;
}
#test-mode-ribbon .l-inner-container {
  display: flex;
}
#test-mode-ribbon p {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 1em;
}
#test-mode-ribbon p span.message {
  margin-right: 1em;
}
#test-mode-ribbon p span.email_settings {
  display: none;
}
@media screen and (min-width: 37em) {
  #test-mode-ribbon p span.email_settings {
    display: inline-block;
  }
}
#test-mode-ribbon i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #d0021b;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 53.4375em) {
  #header-ribbon.is-only-menu {
    display: none;
  }
}

.account-management-tools .l-inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 60px;
}
@media screen and (min-width: 53.4375em) {
  .account-management-tools .l-inner-container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.account-management-tools {
  background-color: #5095ff;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.account-switcher-wrapper {
  box-sizing: border-box;
  margin: 0.625em 0;
  width: 90%;
  min-height: 40px;
}
@media screen and (min-width: 53.4375em) {
  .account-switcher-wrapper {
    width: 50%;
    margin-right: 3%;
  }
}

form.account_switcher {
  width: 100%;
  position: relative;
  display: inline-block;
}

form.account_switcher i {
  color: #5095ff;
  background-color: #ffffff;
  padding-left: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.account_switcher select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  color: #333333; /* Text color */
  cursor: pointer;
  padding: 0.5em 1em;
}

body.no-js .account-switcher-wrapper button {
  background: none;
  color: #ffffff;
  outline: 1px solid #ffffff;
}
body.no-js .account-switcher-wrapper button:visited {
  color: #ffffff;
  outline: 1px solid #ffffff;
}
body.no-js .account-switcher-wrapper button:hover, body.no-js .account-switcher-wrapper button:focus, body.no-js .account-switcher-wrapper button:active {
  color: #5095ff;
  background: rgba(255, 255, 255, 0.7);
  outline: 1px solid rgba(255, 255, 255, 0.7);
}
body.no-js .account-switcher-wrapper form.account_switcher i {
  display: none;
}
body.no-js .account-switcher-wrapper .account_switcher select {
  appearance: auto;
  margin-right: 2%;
  width: 50%;
}
@media screen and (min-width: 16em) {
  body.no-js .account-switcher-wrapper .account_switcher select {
    width: 60%;
  }
}

form.account_switcher #switcher-loading-icon {
  font-size: 1rem;
  padding: 0.25em;
  margin-right: 4%;
  margin-top: -12px;
  background: #ffffff;
  opacity: 1;
}

#menu-toggle {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
  margin-left: 3%;
  width: 7%;
}
@media screen and (min-width: 53.4375em) {
  #menu-toggle {
    display: none;
  }
}

.menu-wrapper {
  display: none;
  flex-direction: column;
  background-color: #fafafa;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  padding: 1.25em 0;
}
@media screen and (min-width: 37.5em) {
  .menu-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 53.4375em) {
  .menu-wrapper {
    background-color: #5095ff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
}

body.is-new-admin .menu-wrapper {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  padding: 1.25em 0;
}
@media screen and (min-width: 37.5em) {
  body.is-new-admin .menu-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}
@media screen and (min-width: 53.4375em) {
  body.is-new-admin .menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
}

.menu-wrapper.active {
  display: flex;
}

body.no-js .menu-wrapper {
  display: block;
}

ul.account-links {
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 0.5em 0;
  padding: 0 0.625em 1.25em 0.625em;
}
@media screen and (min-width: 37.5em) {
  ul.account-links {
    padding: 0 1.25em 1.25em 1.25em;
  }
}
@media screen and (min-width: 53.4375em) {
  ul.account-links {
    border-bottom: none;
    display: flex;
    flex-direction: row;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
ul.account-links li {
  margin-bottom: 0.5em;
}
ul.account-links li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 53.4375em) {
  ul.account-links li {
    margin: 0 2em 0 0;
  }
  ul.account-links li:last-of-type {
    margin-right: 0;
  }
}
ul.account-links li i {
  color: #5095ff;
  margin-right: 0.5em;
}
@media screen and (min-width: 53.4375em) {
  ul.account-links li i {
    color: rgba(255, 255, 255, 0.7);
  }
}
ul.account-links li a {
  display: block;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 53.4375em) {
  ul.account-links li a {
    color: #ffffff;
  }
}
ul.account-links li a:visited {
  color: #333333;
}
@media screen and (min-width: 53.4375em) {
  ul.account-links li a:visited {
    color: #ffffff;
  }
}
ul.account-links li a:hover, ul.account-links li a:focus, ul.account-links li a:active {
  color: #5095ff;
}
@media screen and (min-width: 53.4375em) {
  ul.account-links li a:hover, ul.account-links li a:focus, ul.account-links li a:active {
    color: rgba(255, 255, 255, 0.7);
  }
}

body.is-new-admin ul.account-links {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 1em 1.25em 1em;
}
@media screen and (min-width: 37.5em) {
  body.is-new-admin ul.account-links {
    padding: 0 1.5em 1.25em 1.5em;
  }
}
@media screen and (min-width: 53.4375em) {
  body.is-new-admin ul.account-links {
    border-bottom: none;
    display: flex;
    flex-direction: row;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 53.4375em) {
  body.is-new-admin ul.account-links .link-dashboard-mobile {
    display: none;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a {
  color: #5095ff;
}
a:visited {
  color: #5095ff;
}
a:hover, a:focus, a:active {
  color: #333333;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  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: #fafafa;
}

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: #5095ff;
  color: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
}
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: #333333;
}

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: #b3e5fc;
}

/* Admin Display Mode  */
ul.page-display-options a {
  text-decoration: none;
}
ul.page-display-options li.active {
  font-family: "Montserrat", "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: #4caf50;
}
.page-admin #main .section .fa-times,
.page-admin #main .section .tenant-no-user-account {
  color: #d0021b;
}
.page-admin #main .section .tenant-has-different-email {
  color: #ff7300;
}
.page-admin #main .section .fa-clock,
.page-admin #main .section .tenant-has-user-account-not-logged-in {
  color: #333333;
}

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

.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 #ebebeb;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.page-admin #main h2.section-title,
.page-surveys-calendar #main h2.section-title {
  border-bottom: 1px solid #ebebeb;
  color: #707070;
  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: #5095ff;
  padding-right: 10px;
}

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

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

/* Tenant Alert */
.tenant-alert {
  color: #d0021b;
  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: #5095ff;
}

/* Module Settings Tables */
@media only screen and (min-width: 37.5em) {
  td.setting-label {
    width: 30%;
  }
  td.setting-value {
    width: 60%;
    word-break: break-word;
  }
  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: #707070;
  padding-left: 0.5em;
  text-decoration: none;
  width: 100%;
}
.section-tabs ul.tabs li a:visited {
  color: #707070;
}
.section-tabs ul.tabs li a:hover, .section-tabs ul.tabs li a:focus, .section-tabs ul.tabs li a:active {
  color: #333333;
}
@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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-left: 4px solid #5095ff;
  color: #333333;
}
@media screen and (min-width: 60em) {
  .section-tabs ul.tabs li.active a {
    border-bottom: 4px solid #5095ff;
    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: #d0021b;
}
.section-tabs .counter.inactive-counter {
  background-color: #ebebeb;
}

.logo-setting {
  display: inline-block;
  max-height: 200px;
  max-width: 200px;
}

blockquote {
  margin: 1.5em 1.25em;
  padding-left: 1.25em;
  border-left: 5px solid #5095ff;
}
blockquote p {
  font-family: "Montserrat", "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: #ebebeb;
  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;
}

body.cke_editable ul li a.button,
body.cke_editable ol li a.button {
  margin-bottom: 1em;
}

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

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

th {
  font-family: "Montserrat", "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 #fafafa;
}
table.cms-table thead tr {
  background-color: #ebebeb;
}
table.cms-table tr:nth-child(even) {
  background-color: #fafafa;
}
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 #ebebeb;
    margin-bottom: 1.25em;
    position: relative;
  }
  table.table-responsive-tablet.table-responsive-mobile td {
    /* Behave  like a "row" */
    background: #fafafa;
    border: none;
    border-bottom: 1px solid #ebebeb;
    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: "Montserrat", "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 #ebebeb;
    margin-bottom: 1.25em;
    position: relative;
  }
  table.table-responsive-mobile td {
    /* Behave  like a "row" */
    background: #fafafa;
    border: none;
    border-bottom: 1px solid #ebebeb;
    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: "Montserrat", "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;
}

.page-documents table {
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  border: 1px solid #fafafa;
}

.page-documents table thead tr th {
  border-bottom: 2px solid #fafafa;
  padding: 0.75em 0.5em 0.75em 0.5em;
}

.page-documents table tr td {
  border-bottom: 1px solid #fafafa;
}

.page-documents table.admin td {
  padding: 0.75em 0.5em 0.75em 0.5em;
}

.page-documents span.document-type-label {
  color: #707070;
}

.page-documents table i {
  color: #707070;
}

.section-component-html .section-content table {
  display: block;
  overflow-x: auto;
  white-space: wrap;
  max-width: 100%;
  border-collapse: collapse;
}
.section-component-html .section-content table thead {
  background: #5095ff;
  color: #ffffff;
}
.section-component-html .section-content table th {
  vertical-align: top;
}
.section-component-html .section-content table th,
.section-component-html .section-content table td {
  border: 1px solid #ebebeb;
  padding: 0.5em;
  vertical-align: top;
}
.section-component-html .section-content table tbody tr:nth-child(even) {
  background: #fafafa;
}

input,
select,
textarea {
  color: #333333;
  border: 1px solid rgba(235, 235, 235, 0.5);
}

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

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

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

.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 rgba(235, 235, 235, 0.5);
  background-color: #fafafa;
  margin-bottom: 1.25em;
  padding: 1.25em 1em 1em 1em;
}

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

.fh-fieldset .fh-legend {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5095ff;
  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: #5095ff;
}

.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: "Montserrat", "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: #5095ff;
}

.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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background: #707070;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #707070;
  font-size: 0.85em;
  padding: 0.3125em 0.3125em;
}
.fh-button:visited {
  color: #ffffff;
}
.fh-button:hover, .fh-button:focus, .fh-button:active {
  color: #ffffff;
  background: #5095ff;
  border: 1px solid #5095ff;
}
.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: #fafafa;
  color: #333333;
  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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  border: 1px solid #5095ff;
  background: #5095ff;
  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: #707070;
  border: 1px solid #707070;
}
.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: #333333;
  border: 1px solid #707070;
  background: #fafafa;
  font-size: 0.875em;
  padding: 0.3125em;
}
.fh-button-secondary:visited {
  color: #333333;
}
.fh-button-secondary:hover, .fh-button-secondary:focus, .fh-button-secondary:active {
  color: #ffffff;
  background: #707070;
  border: 1px solid #707070;
}
.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 #ebebeb;
}

.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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d0021b;
}

.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 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: rgba(80, 149, 255, 0.2);
  border: 1px solid #5095ff;
  color: #5095ff;
  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 #ebebeb;
  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: #d0021b;
}

.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-position: 3px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0.9em;
}
.fh-ajax-delete i {
  color: #d0021b;
  margin-right: 5px;
}

.fh-ajax-add {
  border: 1px solid #4caf50;
  color: #222222;
  cursor: pointer;
  font-size: 0.9em;
}
.fh-ajax-add i {
  color: #4caf50;
  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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 32px;
  width: 100%;
  text-align: center;
  color: #333333;
  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 rgba(235, 235, 235, 0.5);
  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: #707070;
  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: #fafafa;
  border-radius: 5px;
  border: 1px solid rgba(235, 235, 235, 0.5);
}

.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: #707070;
}

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

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

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

.fhv2 legend {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5095ff;
}

.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 #5095ff;
}

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

.fhv2 .field-label {
  color: #333333;
  font-weight: 700;
}
.fhv2 .field-label .is-ajax-loader {
  color: #5095ff;
  margin-left: 0.5em;
}

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

.fhv2 .chars-left {
  color: #333333;
}
.fhv2 .chars-left.is-negative {
  color: #d0021b;
}

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

.fhv2 .error-summary {
  border: 3px solid #d0021b;
}
.fhv2 .error-summary:focus {
  outline: 3px solid #5095ff;
}
.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: #d0021b;
}

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

.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 rgba(235, 235, 235, 0.5);
}

.fhv2 .range-inner-wrapper .label {
  background: #5095ff;
  gap: 0.5em;
}
.fhv2 .range-inner-wrapper .label input[type=text] {
  background: #ffffff;
  border-bottom: none;
  border-radius: 2px;
  color: #333333;
  margin-top: 4px;
}
.fhv2 .range-inner-wrapper .label.is-moving:after {
  border-color: #5095ff transparent;
}
.fhv2 .range-inner-wrapper input[type=range] {
  background: #e9f2ff;
}
.fhv2 .range-inner-wrapper input[type=range]::-webkit-slider-thumb {
  background: #5095ff;
}
.fhv2 .range-inner-wrapper input[type=range]::-moz-range-thumb {
  background: #5095ff;
}

.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: #fafafa !important;
  color: #707070 !important;
  -webkit-text-fill-color: #707070 !important;
}

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

.is-signature-field .signature-pad canvas {
  border: 1px solid rgba(235, 235, 235, 0.5);
}
.is-signature-field .footer .instruction {
  color: #707070;
}
.is-signature-field .footer .signature-help {
  background: none;
  color: #5095ff;
}
.is-signature-field .footer .signature-help:visited {
  color: #5095ff;
}
.is-signature-field .footer .signature-help:hover, .is-signature-field .footer .signature-help:focus, .is-signature-field .footer .signature-help:active {
  color: #333333;
}
.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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #ebebeb;
  border: 1px solid transparent;
}

.fhv2 button {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #5095ff;
  color: #ffffff;
}
.fhv2 button:visited {
  background-color: #5095ff;
  color: #ffffff;
}
.fhv2 button:hover, .fhv2 button:focus, .fhv2 button:active {
  background-color: #707070;
}

.fhv2 button#form_primary_button,
.fhv2 button.submit {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #5095ff;
  color: #ffffff;
  float: right;
}
.fhv2 button#form_primary_button:visited,
.fhv2 button.submit:visited {
  background-color: #5095ff;
  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: #707070;
}

.fhv2 button#form_secondary_button,
.fhv2 button.cancel {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fafafa;
  color: #333333;
  float: left;
}
.fhv2 button#form_secondary_button:visited,
.fhv2 button.cancel:visited {
  background-color: #fafafa;
  color: #333333;
}
.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: #707070;
  color: #ffffff;
}

.fhv2 button[aria-expanded=true],
.fhv2 button[aria-expanded=false] {
  background-color: #707070;
}
.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: #bdbdbd;
}

.fhv2 form.is-already-submitted .fh-button.is-duplicate-protected,
.fhv2 form.is-already-submitted button.is-duplicate-protected:hover,
.fhv2 form.is-already-submitted button.is-duplicate-protected.submit {
  background: #fafafa;
  color: #333333;
  cursor: not-allowed;
  border: transparent;
  padding: 0.625em;
}

.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: #ebebeb;
  color: #333333;
  border-color: #ebebeb;
}
.fhv2 button.is-disabled-button:hover {
  background: #ebebeb;
  border-color: #ebebeb;
}

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

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

.fhv2-container-category {
  border-radius: 5px;
  background: #fafafa;
}
.fhv2-container-category h4 {
  color: #333333;
}
.fhv2-container-category p {
  border-bottom: 1px solid #ebebeb;
}
.fhv2-container-category p a {
  text-decoration: none;
  font-weight: 700;
}
.fhv2-container-category p .status {
  border-radius: 5px;
  margin-bottom: 0;
}
.fhv2-container-category p .status.completed {
  background: #4caf50;
  color: #fff;
}
.fhv2-container-category p .status.not-completed {
  background: #5095ff;
  color: #fff;
}

.section-auth-box {
  box-sizing: border-box;
  background-color: #fafafa;
  border-radius: 5px;
  margin: 2em auto 2em auto;
  max-width: 480px;
  padding: 1.125em 1.5em 1.5em 1.5em;
}

.page-core-auth-login.is-new-admin .section-auth-box {
  background-color: #ffffff;
  margin: 0 auto 0.5em auto;
}

.section-auth-box form {
  margin-bottom: 0;
}

.section-auth-box h1 {
  color: #5095ff;
  font-size: 1.5em;
  margin-top: 0;
}

.section-auth-box .section-content {
  margin-bottom: 0;
}

.section-auth-box button.submit {
  float: none;
  width: 100%;
}

.section-auth-box .section-content p:last-of-type {
  margin-bottom: 0;
}

.page-core-auth-login .section-auth-box button.cancel {
  background: none;
  color: #5095ff;
  font-size: 0.875rem;
  margin-top: 1em;
  padding: 0;
  text-decoration: underline;
}

.page-core-auth-login .section-auth-box button.cancel :visited {
  color: #5095ff;
}

.page-core-auth-login .section-auth-box button.cancel :hover,
.page-core-auth-login .section-auth-box button.cancel :focus,
.page-core-auth-login .section-auth-box button.cancel :active {
  color: #333333;
}

.section-auth-box-extra,
.section-auth-box-register,
.section-auth-box-login {
  margin: 0 auto;
  max-width: 480px;
}

.section-auth-box-register,
.section-auth-box-login {
  text-align: center;
}
.section-auth-box-register p.lead,
.section-auth-box-login p.lead {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.register-button,
.login-button {
  border-bottom: 1px solid #fafafa;
  margin-bottom: 1em;
}
.register-button:last-of-type,
.login-button:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.register-button a.button,
.login-button a.button {
  background: none;
  color: #5095ff;
  outline: 1px solid #5095ff;
}
.register-button a.button:visited,
.login-button a.button:visited {
  color: #5095ff;
  outline: 1px solid #5095ff;
}
.register-button a.button:hover, .register-button a.button:focus, .register-button a.button:active,
.login-button a.button:hover,
.login-button a.button:focus,
.login-button a.button:active {
  color: #ffffff;
  background: #5095ff;
}

.parsed_fhv2 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border-bottom: none;
  background: #fafafa;
  margin-bottom: 2em;
  padding: 1em 1em;
}
.parsed_fhv2 dl dt {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
}
.parsed_fhv2 dl dd {
  margin-left: 0;
  min-height: 1.5em;
}
.parsed_fhv2 dd.is-added,
.parsed_fhv2 dt.is-added {
  color: #4caf50;
}
.parsed_fhv2 dt.is-changed {
  color: #ff7300;
}
.parsed_fhv2 dd.is-changed {
  color: #4caf50;
}
.parsed_fhv2 dt.is-deleted {
  color: #d0021b;
}
.parsed_fhv2 dd.is-changed.checkbox li {
  color: #333333;
}
.parsed_fhv2 dd.is-changed.checkbox li.is-added {
  color: #4caf50;
}
.parsed_fhv2 dd.is-changed.checkbox li.is-deleted {
  text-decoration: line-through;
  color: #d0021b;
}
.parsed_fhv2 .is-original-value {
  display: block;
  text-decoration: line-through;
  color: #d0021b;
}
.parsed_fhv2 p.legend {
  color: #5095ff;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
}
.parsed_fhv2 ul li::before {
  color: #5095ff;
  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 transparent;
}

.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: #ebebeb;
  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: #ebebeb;
  color: #333333;
  border-color: #ebebeb;
  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: #ebebeb;
  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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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.8);
}
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 {
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  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: #4caf50;
}
div.message-success button {
  background: #ffffff;
  color: #4caf50;
}
div.message-success button:visited {
  color: #4caf50;
}
div.message-success button:hover, div.message-success button:focus, div.message-success button:active {
  background: #eaf6eb;
}

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: #d6cfea;
}

div.message-error {
  background: #d0021b;
}
div.message-error button {
  background: #ffffff;
  color: #d0021b;
}
div.message-error button:visited {
  color: #d0021b;
}
div.message-error button:hover, div.message-error button:focus, div.message-error button:active {
  background: #feb9c2;
}

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: #fff7e6;
}

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

.highlight-text-success {
  color: #4caf50;
}

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

.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 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #707070;
  border: 1px solid transparent;
  color: #fafafa;
  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: #bdbdbd;
}

.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: #4caf50;
  border-color: transparent;
  color: #fcfefc;
}
.tools a.install i,
.tools a.enable i,
.tools a.add i,
.tools a.checkmark i,
.tools a.is-addition-icon i {
  color: #fcfefc;
}
.tools a.install:hover,
.tools a.enable:hover,
.tools a.add:hover,
.tools a.checkmark:hover,
.tools a.is-addition-icon:hover {
  background: #6ec071;
}

.tools a.is-call-to-action-icon {
  background: #ff7300;
  border-color: transparent;
  color: #fcfefc;
}
.tools a.is-call-to-action-icon i {
  color: #ffffff;
}
.tools a.is-call-to-action-icon:hover {
  background: #ffab66;
}

.tools a.disable,
.tools a.delete,
.tools a.is-priority-icon {
  background: #d0021b;
  border-color: transparent;
  color: #ffd2d8;
}
.tools a.disable i,
.tools a.delete i,
.tools a.is-priority-icon i {
  color: #ffd2d8 !important;
}
.tools a.disable:hover,
.tools a.delete:hover,
.tools a.is-priority-icon:hover {
  background: #fd0826;
}

.tools a.upgrade,
.tools a.key {
  background: #707070;
  border-color: transparent;
  color: #fafafa;
}
.tools a.upgrade i,
.tools a.key i {
  color: #fafafa !important;
}
.tools a.upgrade:hover,
.tools a.key:hover {
  background: #bdbdbd;
}

.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: #fafafa;
}
.tools-buttons a:hover {
  color: #fafafa;
}
.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: #5095ff;
  display: flex;
  padding: 0.25em;
}
a.tools-button.tools-print:visited {
  color: #5095ff;
}
a.tools-button.tools-print:hover, a.tools-button.tools-print:focus, a.tools-button.tools-print:active {
  background: none;
  border: none !important;
  color: #333333;
}
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: "Montserrat", "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: #fafafa;
}
a.tools-button.tools-forward:visited,
a.tools-button.tools-back:visited {
  color: #fafafa;
}
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: #fafafa;
}
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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}
a.is-delete-all-events:hover {
  color: #fafafa;
}
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: #fafafa;
  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: #4caf50;
  border-color: transparent;
  color: #fcfefc;
}
.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: #fcfefc;
}
.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: #6ec071;
}
.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: #d0021b;
  border-color: transparent;
  color: #ffd2d8;
}
.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: #ffd2d8;
}
.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: #fd0826;
}
.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: #707070;
  border-color: transparent;
  color: #fafafa;
}
.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: #fafafa;
}
.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: #bdbdbd;
}

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 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #707070;
  border: 1px solid transparent;
  color: #fafafa;
  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: #bdbdbd;
}
.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: #4caf50;
  border-color: transparent;
  color: #fcfefc;
}
.tools2 button.install i,
.tools2 button.enable i,
.tools2 button.add i,
.tools2 button.checkmark i,
.tools2 button.is-addition-icon i {
  color: #fcfefc;
}
.tools2 button.install:hover,
.tools2 button.enable:hover,
.tools2 button.add:hover,
.tools2 button.checkmark:hover,
.tools2 button.is-addition-icon:hover {
  background: #6ec071;
}

.tools2 button.disable,
.tools2 button.delete,
.tools2 button.is-priority-icon {
  background: #d0021b;
  border-color: transparent;
  color: #ffd2d8;
}
.tools2 button.disable i,
.tools2 button.delete i,
.tools2 button.is-priority-icon i {
  color: #ffd2d8 !important;
}
.tools2 button.disable:hover,
.tools2 button.delete:hover,
.tools2 button.is-priority-icon:hover {
  background: #fd0826;
}

.tools2 button.upgrade,
.tools2 button.key {
  background: #707070;
  border-color: transparent;
  color: #fafafa;
}
.tools2 button.upgrade i,
.tools2 button.key i {
  color: #fafafa !important;
}
.tools2 button.upgrade:hover,
.tools2 button.key:hover {
  background: #bdbdbd;
}

.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: #fafafa;
}
.tools2-buttons a:hover {
  color: #fafafa;
}
.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-buttons.tools2-buttons-plain {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
  width: 100%;
  gap: 1em;
}

.tools2 button.is-call-to-action-icon {
  background: #ff7300;
  border-color: transparent;
  color: #fcfefc;
}
.tools2 button.is-call-to-action-icon i {
  color: #ffffff;
}
.tools2 button.is-call-to-action-icon:hover {
  background: #ffab66;
}

.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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #5095ff;
  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: #707070;
  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: #d0021b;
  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: #5095ff;
}

/* Button Action */
a.button-action {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  background: #5095ff;
  border: 1px solid #5095ff;
  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: #707070;
  border: 1px solid #707070;
}
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,
form.is-already-submitted button.is-duplicate-protected:hover,
form.is-already-submitted button.is-duplicate-protected.submit {
  background: #fafafa;
  color: #333333;
  cursor: not-allowed;
  border: transparent;
}

form button.is-cancel {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #d0021b;
  color: #ffffff;
  float: left;
}
form button.is-cancel:visited {
  background-color: #fafafa;
  color: #333333;
}
form button.is-cancel:hover, form button.is-cancel:focus, form button.is-cancel:active {
  background-color: #707070;
  color: #ffffff;
}

form button.is-positive.is-submit {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #4caf50;
  color: #ffffff;
}
form button.is-positive.is-submit:visited {
  background-color: #fafafa;
  color: #333333;
}
form button.is-positive.is-submit:hover, form button.is-positive.is-submit:focus, form button.is-positive.is-submit:active {
  background-color: #707070;
  color: #ffffff;
}

.l-dialogue-wrapper {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #ffffff;
  padding: 1em !important;
  text-align: left;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.58);
  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: #5095ff;
  margin-top: 0;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ebebeb;
}
.l-dialogue-wrapper .ui-dialog-content ul {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.l-dialogue-wrapper button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #fafafa;
  border: 1px solid #707070;
  color: #707070;
  padding: 0.625em;
  text-decoration: none;
  display: inline-block;
  outline: none;
  display: inline-block;
  zoom: 1;
}
.l-dialogue-wrapper button:visited {
  color: #707070;
}
.l-dialogue-wrapper button:hover, .l-dialogue-wrapper button:focus, .l-dialogue-wrapper button:active {
  background: #fafafa;
}
.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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #5095ff;
  border: 1px solid #5095ff;
  color: #ffffff;
}
.l-dialogue-wrapper button:first-of-type:hover {
  background: #707070;
  border: 1px solid #707070;
}

.l-dialogue-wrapper button:last-of-type {
  font-family: "Montserrat", "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;
  }
}

.pagination {
  font-family: "Montserrat", "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: 5px;
  display: block;
  padding: 0.5em 0.925em;
  text-decoration: none;
}
.pagination li a:hover {
  background: #fafafa;
}
.pagination li a.active {
  background: #fafafa;
  border: 1px solid #333333;
  color: #333333;
}
.pagination li a.disabled {
  background: none;
  color: #ebebeb;
  cursor: not-allowed;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Dashboard Module */
/* Dashboard Panels Grid */
.dashboard-panels {
  display: grid;
  row-gap: 16px; /* Vertical gap */
}

@media screen and (min-width: 37.5em) {
  .dashboard-panels {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
    row-gap: 1.125em;
  }
}

/* Full width panel (12 columns) */
@media screen and (min-width: 37.5em) {
  .panel-columns-full {
    grid-column: span 6;
  }
}
@media screen and (min-width: 62em) {
  .panel-columns-full {
    grid-column: span 12;
  }
}

/* Half width panel (6 columns) */
@media screen and (min-width: 37.5em) {
  .panel-columns2 {
    grid-column: span 6;
  }
}
@media screen and (min-width: 62em) {
  .panel-columns2 {
    grid-column: span 6;
  }
}

/* Quarter width panel (3 columns) */
@media screen and (min-width: 37.5em) {
  .panel-columns-quarter {
    grid-column: span 6;
  }
}
@media screen and (min-width: 62em) {
  .panel-columns-quarter {
    grid-column: span 3;
  }
}

/* Two-thirds width panel (8 columns) */
@media screen and (min-width: 37.5em) {
  .panel-columns-two-thirds {
    grid-column: span 6;
  }
}
@media screen and (min-width: 62em) {
  .panel-columns-two-thirds {
    grid-column: span 8;
  }
}

/* One-third width panel (4 columns) */
@media screen and (min-width: 37.5em) {
  .panel-columns-third {
    grid-column: span 6;
  }
}
@media screen and (min-width: 62em) {
  .panel-columns-third {
    grid-column: span 4;
  }
}

/* Dashboard Panels Borders & Titles */
.panel {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 1px solid #5095ff;
  display: flex;
  flex-direction: column;
}
.panel .panel-title {
  background: #5095ff;
  padding: 10px;
}
.panel .panel-title h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: auto;
  margin: 0;
  text-transform: capitalize;
}
.panel .panel-title h2 i {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 10px;
}
.panel h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0.625em 0;
}

.panel.panel-debit {
  border: 1px solid #d0021b;
}
.panel.panel-debit .panel-title {
  background: #d0021b;
}
.panel.panel-debit .panel-title i {
  color: rgba(255, 255, 255, 0.7);
}
.panel.panel-debit h3 {
  color: #d0021b;
}

.panel.panel-credit,
.panel.panel-uptodate {
  border: 1px solid #4caf50;
}
.panel.panel-credit .panel-title,
.panel.panel-uptodate .panel-title {
  background: #4caf50;
}
.panel.panel-credit .panel-title i,
.panel.panel-uptodate .panel-title i {
  color: rgba(255, 255, 255, 0.7);
}
.panel.panel-credit h3,
.panel.panel-uptodate h3 {
  color: #4caf50;
}

/* Dashboard Panels Main Content */
.panel-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0.9375em 0.9375em 0.9375em 0.9375em;
}
.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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #707070;
  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: #5095ff;
  color: #ffffff;
}
ul.panel-links a:focus {
  outline: thin dotted;
}
ul.panel-links a:hover, ul.panel-links a:active {
  outline: 0;
}

.paperfree strong.label {
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
}
.paperfree .fa-file-alt {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5095ff;
}
.paperfree .fa-toggle-off {
  color: #ebebeb;
}
.paperfree .fa-toggle-on {
  color: #4caf50;
}

.mailchimp strong {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.mailchimp .fa-envelope-open-text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5095ff;
  padding-right: 0.3125em;
}

.on-off-toggle {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-flex;
  align-items: center;
}
.on-off-toggle i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #5095ff;
  padding-right: 0.3125em;
}
.on-off-toggle span.toggle-label {
  color: #333333;
}
.on-off-toggle a.is-tool-prompt {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.on-off-toggle a.is-tool-prompt:hover {
  text-decoration: none !important;
}

.panel-family ul.people {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.panel-repairs .last-repair-details p {
  margin: 0;
}
.panel-repairs .last-repair-details p:first-child {
  margin-top: 0;
}
.panel-repairs .last-repair-details p:last-child {
  margin-top: 1em;
}
.panel-repairs .last-repair-details .order-status-pill {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 1em;
}

.panel-rent h3 {
  margin-top: 0;
}
.panel-rent .allpay-reference {
  border-top: 1px solid #fafafa;
  margin-top: 1em;
  padding-top: 1em;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.panel-rent .allpay-reference p {
  margin-bottom: 0;
}
.panel-rent .allpay-reference span {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.panel-rent .single-rent-balance-element {
  border-bottom: 1px solid #fafafa;
  margin-bottom: 1.25em;
  padding: 0 0 0.25em 0;
}
.panel-rent .single-rent-balance-element span.label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.panel-rent .single-rent-balance-element span.value {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
.panel-rent .single-rent-balance-element span.credit {
  color: #4caf50;
}
.panel-rent .single-rent-balance-element span.debit {
  color: #d0021b;
}
.panel-rent ul.rent-balance-elements {
  margin-top: 0;
  list-style: none;
}
.panel-rent ul.rent-balance-elements li {
  margin-bottom: 0.5em;
}
.panel-rent ul.rent-balance-elements li span.label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.panel-rent ul.rent-balance-elements li span.value {
  display: block;
}
@media screen and (min-width: 16em) {
  .panel-rent ul.rent-balance-elements li span.value {
    float: right;
  }
}
.panel-rent ul.rent-balance-elements li span.credit {
  color: #4caf50;
}
.panel-rent ul.rent-balance-elements li span.debit {
  color: #d0021b;
}
.panel-rent ul.rent-balance-elements li.adjusted_balance {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #fafafa;
  border-top: 1px solid #fafafa;
  overflow: hidden;
  padding: 0.5em 0 0 0;
}
@media screen and (min-width: 16em) {
  .panel-rent ul.rent-balance-elements li.adjusted_balance {
    text-align: right;
  }
}
.panel-rent ul.rent-balance-elements li.adjusted_balance span.label {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-transform: uppercase;
}
.panel-rent ul.rent-balance-elements li.adjusted_balance span.value {
  font-size: 24px;
  font-size: 1.5rem;
}
.panel-rent .australia-fields {
  border-bottom: 1px solid #fafafa;
  display: block;
  padding-bottom: 0.5em;
}
.panel-rent .australia-fields .rent-paid-to,
.panel-rent .australia-fields .days-in-arrears {
  display: block;
}
.panel-rent .australia-fields .rent-paid-to .label,
.panel-rent .australia-fields .days-in-arrears .label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.panel-rent .australia-fields .rent-paid-to .value,
.panel-rent .australia-fields .days-in-arrears .value {
  float: right;
}
.panel-rent .australia-fields .rent-paid-to {
  margin-bottom: 0.5em;
}
.panel-rent ul.latest-transactions {
  margin: 0;
}
.panel-rent ul.latest-transactions li {
  margin-bottom: 1em;
  overflow: hidden;
}
.panel-rent ul.latest-transactions li:last-child {
  margin-bottom: 0;
}
.panel-rent ul.latest-transactions li strong {
  display: block;
}
.panel-rent ul.latest-transactions li span.label {
  float: left;
  width: 60%;
}
.panel-rent ul.latest-transactions li span.value {
  float: right;
  text-align: right;
  width: 40%;
}
.panel-rent ul.latest-transactions li span.credit {
  color: #4caf50;
}
.panel-rent ul.latest-transactions li span.debit {
  color: #d0021b;
}

.panel-rent.panel-standard-balance .australia-fields {
  border-top: 1px solid #fafafa;
  padding-top: 0.5em;
}

.panel-rent.panel-enhanced-balances .australia-fields {
  margin-top: -0.5em;
}

@media screen and (min-width: 50em) {
  .panel-tenancy.panel-columns-two-thirds ul.my-tenancy-details,
  .panel-owner_details.panel-columns-two-thirds ul.my-tenancy-details {
    column-count: 2;
    column-gap: 1;
  }
  .panel-tenancy.panel-columns-two-thirds ul.my-tenancy-details li,
  .panel-owner_details.panel-columns-two-thirds ul.my-tenancy-details li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
  }
}

.panel-tenancy .panel-body ul.my-tenancy-details {
  margin-top: 0;
}
.panel-tenancy .panel-body ul.my-tenancy-details li {
  margin-bottom: 1em;
}
.panel-tenancy .panel-body .email_address {
  word-wrap: break-word;
}
.panel-tenancy .panel-body .email_address span.email-text {
  margin-right: 10px;
}
.panel-tenancy .panel-body .calendar a {
  text-decoration: none;
}
.panel-tenancy .panel-body .calendar a i {
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 0.3125em;
}

@media screen and (min-width: 50em) {
  .panel-tenancy.panel-columns2 ul.my-tenancy-details {
    column-count: 2;
    column-gap: 1;
  }
  .panel-tenancy.panel-columns2 ul.my-tenancy-details li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
  }
}

.panel-owner_details .panel-body ul.my-tenancy-details {
  margin-top: 0;
}
.panel-owner_details .panel-body ul.my-tenancy-details li {
  margin-bottom: 1em;
}
.panel-owner_details .panel-body .email_address {
  word-wrap: break-word;
}
.panel-owner_details .panel-body .email_address span.email-text {
  margin-right: 10px;
}
.panel-owner_details .panel-body .calendar a {
  text-decoration: none;
}
.panel-owner_details .panel-body .calendar a i {
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 0.3125em;
}

@media screen and (min-width: 50em) {
  .panel-owner_details.panel-columns2 ul.my-tenancy-details {
    column-count: 2;
    column-gap: 1;
  }
  .panel-owner_details.panel-columns2 ul.my-tenancy-details li.address,
  .panel-owner_details.panel-columns2 ul.my-tenancy-details li.tenancy_type {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
  }
}

.panel-documents .panel-body ul.recent-documents {
  margin: 0;
}
.panel-documents .panel-body ul.recent-documents li {
  margin-bottom: 1em;
}
.panel-documents .panel-body ul.recent-documents li:last-child {
  margin-bottom: 0;
}
.panel-documents .panel-body a.document-link {
  display: block;
  word-wrap: break-word;
}
.panel-documents .panel-body a {
  color: #5095ff;
}
.panel-documents .panel-body a:visited {
  color: #5095ff;
}
.panel-documents .panel-body a:hover, .panel-documents .panel-body a:focus, .panel-documents .panel-body a:active {
  color: #333333;
}
.panel-documents .panel-body a:focus {
  outline: thin dotted;
}
.panel-documents .panel-body a:hover, .panel-documents .panel-body a:active {
  outline: 0;
}

.panel-calendar ul.latest-events {
  margin: 0;
}
.panel-calendar ul.latest-events li {
  margin-bottom: 1em;
}
.panel-calendar ul.latest-events li:last-child {
  margin-bottom: 0;
}
.panel-calendar ul.latest-events li strong {
  display: block;
}
.panel-calendar ul.latest-events li span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3125em;
}
.panel-calendar ul.latest-events li span.icon path {
  fill: #5095ff;
}
.panel-calendar h3 {
  font-size: 16px;
  font-size: 1rem;
}

.panel-survey ul.panel-links li.is-survey-completed a {
  background-color: #fafafa;
  color: #333333;
}
.panel-survey ul.panel-links li.is-survey-completed a:visited {
  color: #333333;
}
.panel-survey ul.panel-links li.is-survey-completed a:hover, .panel-survey ul.panel-links li.is-survey-completed a:focus, .panel-survey ul.panel-links li.is-survey-completed a:active {
  background-color: #707070;
  color: #ffffff;
}
.panel-survey ul.panel-links li.is-survey-uncompleted a {
  background-color: #4caf50;
  color: #ffffff;
}
.panel-survey ul.panel-links li.is-survey-uncompleted a:visited {
  color: #ffffff;
}
.panel-survey ul.panel-links li.is-survey-uncompleted a:hover, .panel-survey ul.panel-links li.is-survey-uncompleted a:focus, .panel-survey ul.panel-links li.is-survey-uncompleted a:active {
  background-color: #5095ff;
  color: #ffffff;
}

.panel-custom .panel-body a {
  color: #5095ff;
}
.panel-custom .panel-body a:visited {
  color: #5095ff;
}
.panel-custom .panel-body a:hover, .panel-custom .panel-body a:focus, .panel-custom .panel-body a:active {
  color: #333333;
}
.panel-custom .panel-body a:focus {
  outline: thin dotted;
}
.panel-custom .panel-body a:hover, .panel-custom .panel-body a:active {
  outline: 0;
}

.panel-inspections ul.recent-inspections li {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
.panel-inspections ul.recent-inspections li strong.inspection-date {
  flex-basis: 100%;
}
.panel-inspections ul.recent-inspections li span.inspection-type {
  flex-basis: 100%;
}
.panel-inspections ul.recent-inspections li span.inspection-contractor {
  font-size: 14px;
  font-size: 0.875rem;
  flex-basis: 100%;
  color: #707070;
}

/* Admin Dashboard Panels */
@media screen and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .dashboard-panels .panel-admin {
    margin-right: 0.45%;
  }
}
.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;
}

/* Rent Statement Module */
.page-rent-statement .standard-balance {
  border-bottom: 1px solid #fafafa;
}
.page-rent-statement .current-balance {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

.page-rent-statement .allpay-reference {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1em;
  margin-top: 1em;
}
.page-rent-statement .allpay-reference span {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.table-transactions .description {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.is-debit {
  color: #d0021b;
}

@media screen and (min-width: 37.5em) {
  table.table-transactions {
    border-collapse: collapse;
    border-spacing: 0;
  }
  table.table-transactions th {
    background: #5095ff;
    color: #ffffff;
    padding: 0.5em;
  }
  table.table-transactions tr {
    background: #fafafa;
  }
  table.table-transactions tr:nth-child(odd) {
    background: #ffffff;
  }
  table.table-transactions td {
    padding: 0.5em;
  }
}
@media screen and (max-width: 37.5em) {
  .sort-ascending .table-transactions tbody tr:first-child > td:nth-child(1),
  .sort-ascending .table-transactions tbody tr:first-child > td:nth-child(2),
  .sort-ascending .table-transactions tbody tr:first-child > td:nth-child(3),
  .sort-ascending .table-transactions tbody tr:first-child > td:nth-child(4) {
    display: none;
  }
  .not-tenant-friendly .table-transactions.table-responsive-mobile tbody td:last-child {
    position: absolute;
    width: auto;
    right: 0.625em;
    bottom: 0;
    background: none;
  }
}
a.pay-rent-action.button-action {
  background: #5095ff;
  border: 1px solid #5095ff;
  color: #ffffff;
}
a.pay-rent-action.button-action:visited {
  color: #ffffff;
}
a.pay-rent-action.button-action:hover, a.pay-rent-action.button-action:focus, a.pay-rent-action.button-action:active {
  background: #707070;
  border: 1px solid #707070;
}

.page-rent-statement .enhanced-balances .current-balance {
  margin-bottom: 0;
}
.page-rent-statement .enhanced-balances span.credit {
  color: #4caf50;
}
.page-rent-statement .enhanced-balances span.debit {
  color: #d0021b;
}
.page-rent-statement .enhanced-balances .adjusted_balance {
  font-size: 24px;
  font-size: 1.5rem;
}
.page-rent-statement .enhanced-balances .adjusted_balance span.label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.page-rent-statement .enhanced-balances .adjusted_balance span.value {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-rent-statement .enhanced-balances .rent-balance-elements {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  list-style: none;
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0.5em 0;
}
.page-rent-statement .enhanced-balances .rent-balance-elements li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .page-rent-statement .enhanced-balances .rent-balance-elements li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.page-rent-statement .enhanced-balances .rent-balance-elements span.label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .page-rent-statement .enhanced-balances .rent-balance-elements span.value {
    margin-right: 1em;
  }
}

.page-rent-statement .australia-fields {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media screen and (min-width: 48em) {
  .page-rent-statement .australia-fields {
    display: inline;
  }
}
.page-rent-statement .australia-fields span.label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 48em) {
  .page-rent-statement .australia-fields span.label {
    margin-left: 1.5em;
  }
}

.charges_breakdown dl {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1.125em;
  clear: both;
  margin-bottom: 1.25em;
}
.charges_breakdown dl div {
  background: #fafafa;
  border-radius: 5px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 180px;
}
.charges_breakdown dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #5095ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.charges_breakdown dl dd {
  margin-left: 0;
  margin-top: auto;
}
.charges_breakdown dl dd span.amount {
  font-size: 20px;
  font-size: 1.25rem;
}
.charges_breakdown dl dd span.frequency {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}

.print-statement {
  display: none;
}
@media screen and (min-width: 53.4375em) {
  .print-statement {
    display: inline-block;
    float: right;
    margin-top: -1.5em;
  }
  .print-statement ul {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
  }
  .print-statement ul li:first-child {
    margin-left: 0;
    text-align: left;
  }
  .print-statement ul li.printpage i {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* Repairs Module */
/* Repairs History */
a.report-repair-action.button-action {
  background: #5095ff;
  border: 1px solid #5095ff;
  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: #707070;
  border: 1px solid #707070;
}

a.common-area-repairs-action.button-action {
  background: #5095ff;
  border: 1px solid #5095ff;
  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: #707070;
  border: 1px solid #707070;
}

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: #707070;
}
table.table-repair-history tr.requested span.order-contractor {
  color: #707070;
}
table.table-repair-history tr.requested span.order-appointment {
  color: #a07c2c;
}
table.table-repair-history tr.cancelled span.order-contractor {
  color: #707070;
}
table.table-repair-history tr.cancelled span.order-cancellation {
  color: #d0021b;
}
table.table-repair-history tr.in-progress span.order-contractor {
  color: #707070;
}
table.table-repair-history tr.in-progress span.order-appointment {
  color: #a07c2c;
}
table.table-repair-history tr.completed span.order-contractor {
  color: #707070;
}
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: #5095ff;
    color: #ffffff;
    padding: 0.5em 1.25em;
  }
  table.table-repair-history tr {
    background: #fafafa;
  }
  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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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: #e3f3e4;
  color: #4caf50;
}
.order-status-pill.cancelled {
  background: #feb9c2;
  color: #d0021b;
}
.order-status-pill.in-progress {
  background: #efe1c3;
  color: #a07c2c;
}
.order-status-pill.requested {
  background: #d6cfea;
  color: #554094;
}
.order-status-pill.invoiced {
  background: #afedf5;
  color: #128493;
}

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

/* Report Repair: Confirmation page  */
.section-special-header > .section-title {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  background: #5095ff;
  border: 0;
  color: #ffffff;
  font-size: 1.5em;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
}

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

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

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

.order-review-box dd {
  border-bottom: 1px solid #ebebeb;
  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: #fafafa;
  box-sizing: border-box;
  clear: both;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding-bottom: 1.5em;
  width: 100%;
  border-radius: 5px;
}
.order-review-box-v2 h2 {
  font-weight: 700;
  background: #5095ff;
  border-radius: 5px 5px 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: 700;
}
.order-review-box-v2 h2 a {
  font-weight: 700;
  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: #333333;
}
.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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1em;
  text-align: center;
}

.loader-spinner {
  border: 12px solid #fafafa;
  border-top: 12px solid #5095ff;
  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);
  }
}
@-webkit-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: #5095ff;
  border-radius: 5px;
  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.5384615385%;
    margin-right: 2.5641025641%;
    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: "Montserrat", "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: #b3e5fc;
}

.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: #5095ff;
  border-radius: 5px;
  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.5384615385%;
    margin-right: 2.5641025641%;
    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: "Montserrat", "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: #b3e5fc;
  text-decoration: none;
}
.repair-options li i {
  font-size: 32px;
  font-size: 2rem;
  background: #ffffff;
  border-radius: 50%;
  color: #5095ff;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.repair-options li a:visited i {
  background: #ffffff;
  color: #5095ff;
}
.repair-options li a:hover i,
.repair-options li a:focus i,
.repair-options li a:active i {
  background: #b3e5fc;
  color: #5095ff;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  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: "Montserrat", "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 #5095ff;
  border-radius: 100%;
  background: #ffffff;
  color: #5095ff;
  position: relative;
  z-index: 1;
}

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

ol.repair-breadcrumbs li:after {
  content: "";
  border-top: 3px solid #5095ff;
  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: #333333;
  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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #5095ff;
  border: 1px solid #5095ff;
  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: #707070;
  border: 1px solid #707070;
}

.job {
  clear: both;
  border-bottom: 1px solid #fafafa;
  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: #707070;
}
.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 #ebebeb;
}
.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: 700;
  margin-bottom: 0.5em;
}
.section-book-repair .appointments {
  margin-bottom: 1.5em;
}
.section-book-repair .appointment {
  clear: both;
  border-bottom: 1px solid #fafafa;
  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: #5095ff;
}
@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: 700;
  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 #707070;
  color: #707070;
  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 #ff7300;
  background: #ff7300;
}
.section-book-repair .appointment .slot-status ul li i.fa-calendar-check {
  border: 2px solid #4caf50;
  background: #4caf50;
}
.section-book-repair .appointment .slot-status ul li i.fa-calendar-exclamation {
  border: 2px solid #d0021b;
  background: #d0021b;
}
.section-book-repair .appointment .slot-confirm ul li.slot {
  background: #5095ff;
  border: 2px solid #5095ff;
  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: #707070;
  font-weight: 700;
}
.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 #5095ff;
  margin-top: 2em;
  padding-top: 1.5em;
}

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

.schedule-date-heading {
  display: none;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #5095ff;
}
@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: #333333;
  width: 16.1%;
  text-align: center;
}
.schedule-date-heading .day span {
  color: #707070;
  display: block;
}

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

.schedule-slot-heading {
  display: none;
}
@media screen and (min-width: 48em) {
  .schedule-slot-heading {
    font-weight: 700;
    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: #707070;
}

@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 #5095ff;
}
@media screen and (min-width: 48em) {
  .schedule-column {
    width: 20%;
    border-bottom: none;
  }
}

.slots .day {
  font-weight: 700;
  background: #fff;
  border-bottom: 1px solid #5095ff;
  padding: 1em 0.5em 1em 0.5em;
  margin-bottom: 1em;
}
.slots .day span {
  color: #707070;
  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: 700;
}
@media screen and (min-width: 48em) {
  .slots .slot .time {
    display: none;
  }
}
.slots .slot .time span {
  color: #707070;
  display: block;
}
.slots .slot ul {
  width: 55%;
  background: #fff;
  border: 1px solid #b3e5fc;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  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: #333333;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  padding: 0;
}
.slots .slot ul .not-available {
  background: #fafafa;
  cursor: not-allowed;
}
.slots .slot ul .available button {
  background: #4db6ac;
  color: #ffffff;
}
.slots .slot ul .available button:hover {
  background: #ebebeb;
}
.slots .slot ul .selected button {
  background: #5095ff;
  color: #ffffff;
}
.slots .slot ul .selected button:hover {
  background: #ebebeb;
}
.slots .slot.all-available ul {
  background: #c5e7e4;
  border: 1px solid #4db6ac;
}
.slots .slot.all-selected ul {
  background: #b3e5fc;
  border: 1px solid #5095ff;
}

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

.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: #5095ff;
}

.dataTables_length {
  color: #333333 !important;
  margin-bottom: 1em;
  text-align: left !important;
}

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

table#order-list.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table#order-list.dataTable thead th.sorting:after,
table#order-list.dataTable thead th.sorting_asc:after,
table#order-list.dataTable thead th.sorting_desc:after {
  font-family: "Font Awesome 6 Pro";
}

table#order-list.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #707070;
  font-size: 0.8em;
}

table#order-list.dataTable thead th.sorting_asc:after {
  content: "\f0de";
  color: #5095ff;
}

table#order-list.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
  color: #5095ff;
}

table#order-list.dataTable thead th.sorting:after,
table#order-list.dataTable thead th.sorting_asc:after,
table#order-list.dataTable thead th.sorting_desc:after {
  position: inherit;
  display: inline;
}

table#order-list.dataTable thead th.sorting:after,
table#order-list.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  right: -0.5em;
}

table#order-list.table thead th.sorting:after,
table#order-list.table thead th.sorting_asc:after,
table#order-list.table thead th.sorting_desc:after {
  top: 0px;
}

table#order-list.dataTable thead tr th {
  vertical-align: middle;
  padding: 8px 10px;
}

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

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

table#order-list.dataTable th.order_number {
  width: 13% !important;
}
table#order-list.dataTable th.requested_date {
  width: 10% !important;
}
table#order-list.dataTable th.appointment_date {
  width: 10% !important;
}
table#order-list.dataTable th.due_date {
  width: 10% !important;
}
table#order-list.dataTable th.closed_date {
  width: 10% !important;
}
table#order-list.dataTable th.description {
  width: 34% !important;
}
table#order-list.dataTable th.order_status {
  width: 10% !important;
}
table#order-list.dataTable th.order_tools {
  width: 5% !important;
}

#order-list_paginate.dataTables_paginate {
  clear: both;
  float: left !important;
  text-align: left !important;
}
@media screen and (min-width: 52em) {
  #order-list_paginate.dataTables_paginate {
    clear: none;
    float: right !important;
    margin-top: 1em;
  }
}

#order-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: #5095ff !important;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fafafa !important;
}

#order-list_paginate.dataTables_paginate .paginate_button.current,
#order-list_paginate.dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  background-color: #333333 !important;
  background: #333333 !important;
}

#order-list_paginate.dataTables_paginate .paginate_button.previous {
  margin-left: 0 !important;
}

#order-list_paginate.dataTables_paginate .paginate_button.disabled,
#order-list_paginate.dataTables_paginate .paginate_button.disabled:hover,
#order-list_paginate.dataTables_paginate .paginate_button.disabled:active {
  cursor: not-allowed;
  color: #ebebeb !important;
  border: 1px solid transparent;
  background: #fafafa;
  box-shadow: none;
}

#order-list_paginate.dataTables_paginate .paginate_button:hover {
  color: #333333 !important;
  border: 1px solid #fafafa;
  background-color: #fafafa;
  background: #fafafa;
}

#order-list_paginate.dataTables_paginate .paginate_button:active {
  color: #ffffff;
  outline: none;
  background-color: #5095ff;
  background: #5095ff;
  box-shadow: none;
}

#order-list_paginate.dataTables_paginate .ellipsis {
  color: #ebebeb;
  padding: 0 1em;
}

@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-top: 0.5em;
}
@media screen and (min-width: 54.375em) {
  form#order-actions-form #appointment_components.group .wrapper {
    display: flex;
  }
}
@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;
}

.tools a.is-coins-icon {
  background: #d4af37;
  border-color: transparent;
  color: #ffffff;
}
.tools a.is-coins-icon:hover {
  background: #ddc061;
}

.tools a.is-card-icon {
  background: #0288d1;
  border-color: transparent;
  color: #ffffff;
}
.tools a.is-card-icon:hover {
  background: #09a7fd;
}

a.take-cash-action.button-action,
a.take-card-action.button-action,
a.rent-collector-action.button-action {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  background: #5095ff;
  border: 1px solid #5095ff;
  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: #707070;
  border: 1px solid #707070;
}
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 #ebebeb;
  color: #707070;
  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: #5095ff;
  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;
}

@media screen and (min-width: 48em) {
  body.l-right-side .section-events-list::after {
    content: "";
    width: 48.5%;
  }
}
@media screen and (min-width: 48em) {
  body.l-right-side .section-events-list li {
    width: 48.5%;
  }
}

.section-events-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .section-events-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.75em;
  }
  .section-events-list ul::after {
    content: "";
    width: 32%;
  }
}
.section-events-list ul li {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 1.5em;
  width: 100%;
}
.section-events-list ul li .section-content {
  margin-bottom: 0;
}
.section-events-list ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .section-events-list ul li {
    width: 32%;
    margin-bottom: 0;
  }
}
.section-events-list p.date {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  margin-bottom: 0;
}
.section-events-list h3 {
  margin-top: 0;
  color: #5095ff;
}
.section-events-list .contains-buttons {
  margin-bottom: 0;
}

.page-event .title-date {
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  display: block;
}
.page-event .title-seperator {
  display: none;
}

.choose-event-type #eventicon_errors_class {
  display: block;
  height: auto;
  padding: 0 0.5em;
}
.choose-event-type span svg {
  vertical-align: middle;
}

.header-accessibility {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: flex;
  width: max-content;
  margin: 2em auto 0.75em auto;
  align-items: center;
  gap: 1rem;
  padding: 0.75em 1em;
  background-color: #fafafa;
  list-style: none;
  white-space: nowrap;
}
@media screen and (min-width: 48em) {
  .header-accessibility {
    margin-left: auto;
    margin-right: 0;
  }
}

.header-accessibility i {
  margin-right: 0.5em;
  color: #5095ff;
}

.header-accessibility a {
  color: #5095ff;
  text-decoration: none;
}
.header-accessibility a:visited {
  color: #5095ff;
}
.header-accessibility a:hover, .header-accessibility a:focus, .header-accessibility a:active {
  color: #333333;
}

.translation-page section.browser-instructions {
  margin-bottom: 2.5em;
}
.translation-page .image {
  background-color: #fafafa;
  border-radius: 5px;
  margin: 2em 0;
  padding: 1em;
}
.translation-page .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.diary_entry {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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: #5095ff;
  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: #fafafa;
  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 {
    column-count: 2;
    column-gap: 1;
  }
  div.diary_entry ul.meta li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    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: #fafafa;
}

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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 1px solid #fafafa;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 1em 1.5em;
}
.diary_entry_box small {
  color: #707070;
}
.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: #707070;
}
.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;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 5%;
  }
}
@media screen and (min-width: 56em) {
  .diary_entry_box dl {
    width: 90%;
  }
}
.diary_entry_box dl dt {
  font-family: "Montserrat", "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;
  }
}

.notices {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 1px solid #5095ff;
  clear: both;
  margin-bottom: 2.5em;
}
.notices .header {
  display: flex;
  align-items: center;
  background: #5095ff;
  padding: 0.75em 0.625em 0.75em 1em;
}
.notices .header h2 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  display: inline;
  letter-spacing: auto;
  margin: 0;
  text-transform: capitalize;
}
.notices .header h2 i {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
}
.notices .header .dismiss_tool {
  font-family: "Montserrat", "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 {
  border-bottom: 1px solid rgba(80, 149, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5em 0.5em 0.5em 0.625em;
}
.notice:last-of-type {
  border-bottom: none;
}
.notice p {
  color: #333333;
}
.notice p:last-of-type {
  margin-bottom: 0;
}
.notice p a {
  color: #5095ff;
  text-decoration: none;
}
.notice p a:visited {
  color: #5095ff;
}
.notice p a:hover, .notice p a:focus, .notice p a:active {
  color: #333333;
}
.notice .icon {
  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 {
  margin-left: auto;
  margin-right: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 18.75em) {
  .notice .dismiss_tool {
    margin-right: 0.75em;
  }
}
.notice .dismiss_tool a {
  color: #707070;
}
.notice .dismiss_tool a:visited {
  color: #707070;
}
.notice .dismiss_tool a:hover, .notice .dismiss_tool a:focus, .notice .dismiss_tool a:active {
  color: #ebebeb;
}

.notices span.icon {
  font-size: 24px;
  font-size: 1.5rem;
  color: #707070;
}
.notices .fa-exclamation-triangle {
  color: #d0021b;
}
.notices .fa-phone-square-alt {
  color: #4caf50;
}
.notices .fa-exclamation-circle {
  color: #ffb300;
}
.notices .fa-info-square {
  color: #0288d1;
}
.notices .fa-calendar-alt {
  color: #707070;
}
.notices .fa-octagon-exclamation {
  color: #d0021b;
}
.notices .fa-star {
  color: #554094;
}
.notices .fa-shield-exclamation {
  color: #ff7300;
}

.page-admin.page-admin-notices table i :not(.tools),
body.page-admin form#editnotice.form span i :not(.tools) {
  color: #707070;
}
.page-admin.page-admin-notices table .fa-exclamation-triangle,
body.page-admin form#editnotice.form span .fa-exclamation-triangle {
  color: #d0021b;
}
.page-admin.page-admin-notices table .fa-phone-square-alt,
body.page-admin form#editnotice.form span .fa-phone-square-alt {
  color: #4caf50;
}
.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: #707070;
}
.page-admin.page-admin-notices table .fa-octagon-exclamation,
body.page-admin form#editnotice.form span .fa-octagon-exclamation {
  color: #d0021b;
}
.page-admin.page-admin-notices table .fa-star,
body.page-admin form#editnotice.form span .fa-star {
  color: #554094;
}
.page-admin.page-admin-notices table .fa-shield-exclamation,
body.page-admin form#editnotice.form span .fa-shield-exclamation {
  color: #ff7300;
}

.signposts .signpost {
  border-bottom: 1px solid #ebebeb;
  padding: 1.25em;
}
.signposts .signpost:last-of-type {
  border-bottom: none;
}
.signposts .signpost h3 {
  color: #5095ff;
  margin-top: 0;
}
.signposts .signpost h3 a {
  color: #5095ff;
  text-decoration: none;
}
.signposts .signpost h3 a:visited {
  color: #5095ff;
}
.signposts .signpost h3 a:hover, .signposts .signpost h3 a:focus, .signposts .signpost h3 a:active {
  color: #333333;
}
.signposts .signpost p:last-of-type {
  margin-bottom: 0;
}
.signposts .signpost p.button-wrapper {
  margin: 0.5em 0;
}

/* 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: #333333;
  border-style: solid;
  border-color: #333333;
  text-align: left;
}
.repair-diagnostics-admin header {
  margin: 1.25em;
}
.repair-diagnostics-admin header h1 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: #5095ff;
}
.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: #333333;
}
.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: #d0021b;
  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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: rgba(80, 149, 255, 0.05);
  padding: 2em;
  overflow: hidden;
}
.repair-diagnostics-tree form.fh .fh-fieldset {
  background-color: rgba(80, 149, 255, 0.05);
}
.repair-diagnostics-tree h3 {
  color: #5095ff;
  margin-top: 0;
}

.repair-diagnostics-tree ul.options {
  font-family: "Montserrat", "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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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: #333333 !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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  color: #333333;
  border: 1px solid rgba(80, 149, 255, 0.2);
  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: #5095ff;
  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: #5095ff;
  color: #ffffff;
  border: 1px solid #5095ff;
}
.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: #5095ff;
  border: 1px solid #5095ff;
  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: #5095ff;
  border: 1px solid #5095ff;
  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;
  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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  color: #333333;
  border: 1px solid rgba(80, 149, 255, 0.2);
  cursor: pointer;
  font-family: "Montserrat", "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: #5095ff;
  color: #ffffff;
  border: 1px solid #5095ff;
}
.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: #5095ff;
  border: 1px solid #5095ff;
  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: #5095ff;
  border: 1px solid #5095ff;
  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;
  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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  color: #333333;
  border: 1px solid rgba(80, 149, 255, 0.2);
  cursor: pointer;
  font-family: "Montserrat", "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: #5095ff;
  color: #ffffff;
  border: 1px solid #5095ff;
}
.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: #5095ff;
  border: 1px solid #5095ff;
  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: #5095ff;
  border: 1px solid #5095ff;
  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: #5095ff;
}
.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 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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: #333333 !important;
}

.page-admin-property .current-tenant {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #fafafa;
  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: "Montserrat", "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: 5px;
  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: #5095ff;
  border-radius: 5px 5px 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: rgba(255, 255, 255, 0.7);
  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: "Montserrat", "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: #fafafa;
}
.data-panel dl small:not(a *) {
  color: #707070;
}

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

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

.appliance,
.cyclical,
.stock_condition,
.room {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 1px solid #fafafa;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 1em 1.5em;
}
.appliance small,
.cyclical small,
.stock_condition small,
.room small {
  color: #707070;
}
.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;
    -webkit-column-count: 2;
    column-count: 2;
    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: "Montserrat", "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: #d0021b;
}
table.table-property-orders span.order-appointment {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #a07c2c;
}
table.table-property-orders span.order-status-date {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 6px;
}

.actions h3 {
  color: #707070;
  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 #fafafa;
  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: "Montserrat", "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 #5095ff;
  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: #707070;
}
#housing-actions-tools label i {
  color: #ffffff;
}
#housing-actions-tools label:hover {
  background-color: #bdbdbd;
}
#housing-actions-tools .tool-complete label {
  background-color: #4caf50;
}
#housing-actions-tools .tool-complete label .fa-check.is-positive {
  color: #ffffff;
}
#housing-actions-tools .tool-complete label:hover {
  background-color: #bdbdbd;
}
#housing-actions-tools .tool-delete label {
  background-color: #d0021b;
}
#housing-actions-tools .tool-delete label:hover {
  background-color: #bdbdbd;
}
#housing-actions-tools input[type=radio]:checked + label {
  background-color: #bdbdbd;
  color: #fff;
}

.my-new-home-nav {
  padding-left: 0;
}

.my-new-home-nav li a {
  display: block;
  padding: 0 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  margin: 1px;
}
@media screen and (min-width: 37.5em) {
  .my-new-home-nav li a {
    text-align: center;
    font-size: 0.875em;
  }
}

.my-new-home-nav li i {
  font-size: 1.6em;
  margin-bottom: 0.3em;
  margin-right: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 37.5em) {
  .my-new-home-nav li i {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 37.5em) {
  .my-new-home-nav li i {
    display: block;
    margin-right: 0;
  }
}

.my-new-home-nav li i:before {
  background: white;
}

.my-new-home-nav li.past a {
  color: #5095ff;
}

.my-new-home-nav li.active a {
  color: #5095ff;
  font-weight: bold;
}

.my-new-home-nav li.future a,
.my-new-home-nav li a:hover {
  color: #707070;
}

.my-new-home-nav {
  margin: 0 0 1em 0;
  overflow: hidden;
}

.my-new-home-nav li {
  list-style-type: none;
  position: relative;
}
@media screen and (min-width: 37.5em) {
  .my-new-home-nav li {
    float: left;
    position: relative;
    width: 15%;
  }
}

.my-new-home-nav li:before {
  content: "";
  width: 2px;
  height: 50px;
  background: #ebebeb;
  position: absolute;
  left: 17px;
  z-index: 0;
}
@media screen and (min-width: 37.5em) {
  .my-new-home-nav li:before {
    content: none;
  }
}

.my-new-home-nav li:last-child:before {
  content: none;
}
@media screen and (min-width: 37.5em) {
  .my-new-home-nav li:last-child:before {
    content: "";
  }
}

@media screen and (min-width: 37.5em) {
  .my-new-home-nav li:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ebebeb;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .my-new-home-nav li:first-child:before {
    content: none;
  }
}

.page-mynewhome .is-watched-video {
  max-width: 800px;
  border-bottom: 1px solid #ebebeb;
}

.mynh-downloads-videos legend {
  width: 100%;
}

.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: #03a9f4;
}

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

table.dataTable thead .sorting_asc {
  background-image: url("/modules/baseTemplate/images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("/modules/baseTemplate/images/sort_desc.png") !important;
}

table.dataTable thead .sorting {
  background-image: url("/modules/baseTemplate/images/sort_both.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("/modules/baseTemplate/images/sort_asc_disabled.png") !important;
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("/modules/baseTemplate/images/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: #d0021b;
}
.rent-status-icon .fa-thermometer-half {
  color: #ff7300;
}
.rent-status-icon .fa-thermometer-empty {
  color: #4caf50;
}

@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 #ebebeb;
    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 #ebebeb;
    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: "Montserrat", "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: #333333 !important;
  margin-bottom: 1em;
  text-align: left !important;
}

.dataTables_info {
  color: #333333 !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: #5095ff !important;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fafafa !important;
}

#tenant-list_paginate.dataTables_paginate .paginate_button.current,
#tenant-list_paginate.dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  background-color: #333333 !important;
  background: #333333 !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: #ebebeb !important;
  border: 1px solid transparent;
  background: #fafafa;
  box-shadow: none;
}

#tenant-list_paginate.dataTables_paginate .paginate_button:hover {
  color: #333333 !important;
  border: 1px solid #fafafa;
  background-color: #fafafa;
  background: #fafafa;
}

#tenant-list_paginate.dataTables_paginate .paginate_button:active {
  color: #ffffff;
  outline: none;
  background-color: #5095ff;
  background: #5095ff;
  box-shadow: none;
}

#tenant-list_paginate.dataTables_paginate .ellipsis {
  color: #ebebeb;
  padding: 0 1em;
}

#tenant-list i.fa-check {
  color: #4caf50;
}
#tenant-list a.modal_trigger {
  color: #ff7300;
}
#tenant-list a.modal_trigger:visited {
  color: #ff7300;
}
#tenant-list a.modal_trigger:hover, #tenant-list a.modal_trigger:focus, #tenant-list a.modal_trigger:active {
  color: #4caf50;
}

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

.credit {
  color: #4caf50;
}

.debit {
  color: #d0021b;
}

.page-admin .arrears-modal {
  max-width: 790px;
}
.page-admin .arrears-modal .arrears-management h3 {
  color: #5095ff;
}
.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 #5095ff;
  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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: 1px solid #5095ff;
  padding: 0.5em;
}
.page-admin .arrears-modal .arrears-management table.arrears_table tr.total td {
  font-family: "Montserrat", "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 #5095ff;
  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: #fafafa;
}

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

.rent_balance_charge {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: 2px solid #5095ff;
  background: #fafafa;
  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: #d0021b;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval .label input[type=text] {
  background: #d0021b;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval .label.is-moving:after {
  border-color: #d0021b 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: #d0021b;
}
#make-agreement-form.fhv2 .range-inner-wrapper.is-needs-approval input[type=range]::-moz-range-thumb {
  background: #d0021b;
}

.fhv2 .error-summary {
  border: 2px solid #d0021b;
}
.fhv2 .error-summary:focus {
  outline: 2px solid #5095ff;
}
.fhv2 .error-summary h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.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: #333333;
}

#make-agreement-form.fhv2 #confirm_review_confirm legend .field-label {
  color: #d0021b;
}
#make-agreement-form.fhv2 #confirm_review_confirm .control-group {
  border: 1px solid #d0021b;
  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: "Montserrat", "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: #5095ff;
}

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

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

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

#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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 5px;
  border: 2px solid #5095ff;
  background-color: #fafafa;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: 1em;
  color: #333333;
}
.fhv2 #arrears_paid_off.description p {
  color: #333333;
  margin: 0;
}
.fhv2 #arrears_paid_off.description p date {
  color: #5095ff;
}
.fhv2 #arrears_paid_off.description p i {
  color: #5095ff;
}
.fhv2 #arrears_paid_off.description .payment_period,
.fhv2 #arrears_paid_off.description .payment_total {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5095ff;
}

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

.draft-agreement-box {
  border-top: 2px solid #5095ff;
}
.draft-agreement-box h2 {
  color: #5095ff;
}

.draft-agreement-box .tools-buttons .tools-delete,
.active-agreement-box .tools-buttons .tools-delete {
  background: #d0021b;
}
.draft-agreement-box .tools-buttons .tools-delete:hover,
.active-agreement-box .tools-buttons .tools-delete:hover {
  background: #fd3b52;
}

.active-agreement-box dl,
.draft-agreement-box dl {
  margin: 0 0 1.5em 0;
}
.active-agreement-box dt,
.draft-agreement-box dt {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.active-agreement-box dd,
.draft-agreement-box dd {
  border-bottom: 1px solid #fafafa;
  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 #ebebeb;
  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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  color: #5095ff;
}
#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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #5095ff;
  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 #ebebeb;
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.is-repeater {
  border-radius: 5px;
  border: none;
}
#make-agreement-income-exp-form.fhv2 fieldset#other_expenditure.is-repeater .is-repeated {
  background: #fafafa;
  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 #b3e5fc;
  list-style: none;
  font-weight: 700;
  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: #5095ff;
  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: 5px;
  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 #b3e5fc;
  list-style: none;
  font-weight: 700;
  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: #c5e7e4;
  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: #b3e5fc;
  justify-content: center;
}
.tenant-appointments.not-available .slot-content .tools2 {
  margin-left: auto;
}

table#event-list thead tr th.property {
  width: 35% !important;
}
table#event-list thead tr th.tenant {
  width: 33% !important;
}
table#event-list thead tr th.invite {
  width: 15% !important;
}
table#event-list thead tr th.slot {
  width: 19% !important;
}
table#event-list thead tr th.invitee_tools {
  width: 5% !important;
}

#event-list_paginate.dataTables_paginate {
  clear: both;
  float: left !important;
  text-align: left !important;
}
@media screen and (min-width: 52em) {
  #event-list_paginate.dataTables_paginate {
    clear: none;
    float: right !important;
    margin-top: 1em;
  }
}

#event-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: #5095ff !important;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fafafa !important;
}

#event-list_paginate.dataTables_paginate .paginate_button.current,
#event-list_paginate.dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  background-color: #333333 !important;
  background: #333333 !important;
}

#event-list_paginate.dataTables_paginate .paginate_button.previous {
  margin-left: 0 !important;
}

#event-list_paginate.dataTables_paginate .paginate_button.disabled,
#event-list_paginate.dataTables_paginate .paginate_button.disabled:hover,
#event-list_paginate.dataTables_paginate .paginate_button.disabled:active {
  cursor: not-allowed;
  color: #ebebeb !important;
  border: 1px solid transparent;
  background: #fafafa;
  box-shadow: none;
}

#event-list_paginate.dataTables_paginate .paginate_button:hover {
  color: #333333 !important;
  border: 1px solid #fafafa;
  background-color: #fafafa;
  background: #fafafa;
}

#event-list_paginate.dataTables_paginate .paginate_button:active {
  color: #ffffff;
  outline: none;
  background-color: #5095ff;
  background: #5095ff;
  box-shadow: none;
}

#event-list_paginate.dataTables_paginate .ellipsis {
  color: #ebebeb;
  padding: 0 1em;
}

.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 #ebebeb;
  color: #707070;
  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 #fafafa;
  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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #fafafa;
  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: "Montserrat", "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: #5095ff;
  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: 5px;
  border: 1px solid transparent;
  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 transparent;
  transform: translateY(-4px);
}
body.is-template-website section#home-links .links a:hover i {
  color: #707070;
}
body.is-template-website section#home-links .links a i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5095ff;
  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: #333333;
}
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: #5095ff;
  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: 5px;
  border: 5px solid #fafafa;
  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: rgba(80, 149, 255, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(80, 149, 255, 0.2);
  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: #5095ff;
  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: #5095ff;
  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: #5095ff;
  margin-top: 0;
}
body.is-template-website section#vacancies .vacancy {
  border-bottom: 1px solid #fafafa;
  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: "Montserrat", "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: rgba(80, 149, 255, 0.05);
  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: #5095ff;
  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: 5px;
  border: 1px solid rgba(80, 149, 255, 0.2);
  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 rgba(80, 149, 255, 0.5);
  transform: translateY(-4px);
}
body.is-template-website .other-links a:hover i {
  color: #707070;
}
body.is-template-website .other-links a i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5095ff;
  margin-right: 0.5em;
}
body.is-template-website .other-links a span {
  color: #333333;
}

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: 5px;
  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 {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  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: #5095ff;
  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: "Montserrat", "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: #5095ff;
  margin-right: 0.25em;
}
body.is-template-website.page-news .section-news-lead .section-content .category .label {
  font-family: "Montserrat", "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);
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
span.page-summary-wrapper {
  display: block;
  margin-bottom: 1.25em;
}

.section-component-calendar {
  margin-bottom: 2.5em;
}
.section-component-calendar h2.section-title,
.section-component-calendar h3.section-title {
  border-bottom: 1px solid #ebebeb;
  color: #707070;
  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: #5095ff;
  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: #5095ff;
}
.calendar-title h3 span.year {
  color: #707070;
}
@media only screen and (min-width: 37.5em) {
  .calendar-title h3 {
    float: left;
    margin: 0 0 0.625em 0;
  }
}

.calendar-navigation a {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  color: #5095ff;
  background: rgba(80, 149, 255, 0.15);
  border: 1px solid #5095ff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0.375em 0.5em;
  text-decoration: none;
}
.calendar-navigation .is-nav.is-disabled {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #fafafa;
  color: #333333;
  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 rgba(235, 235, 235, 0.5);
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
  border-right: 1px solid rgba(235, 235, 235, 0.5);
  border-left: 1px solid rgba(235, 235, 235, 0.5);
}

.calendar-module tr th {
  background: #5095ff;
  color: #ffffff;
  padding: 0.5em 0.3125em;
  text-align: left;
}
.calendar-module tr th.weekend {
  background: rgba(80, 149, 255, 0.8);
}
@media only screen and (min-width: 37.5em) {
  .calendar-module tr th {
    text-align: right;
  }
}

.calendar-module td {
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  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: #fafafa;
  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: #5095ff;
}

.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 #ebebeb;
  color: #707070;
  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: #5095ff;
  padding-right: 10px;
}

.section-tenants h2.section-title,
.section-tenant-dependants h2.section-title,
.section-tenant-contact h2.section-title {
  border-bottom: 1px solid #ebebeb;
  color: #707070;
  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 #ebebeb;
  width: 100%;
}
.table-documents table th,
.table-rent table th,
.table-repairs table th,
.table-pm table th {
  background: #5095ff;
  color: #ffffff;
  padding: 0.5em;
}
.table-documents table tr,
.table-rent table tr,
.table-repairs table tr,
.table-pm table tr {
  background: #fafafa;
}
.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: #fafafa;
}
.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: #707070;
}

.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: #4caf50;
}
.table-rent.enhanced-balances span.debit {
  color: #d0021b;
}
.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: "Montserrat", "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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table-rent.enhanced-balances .australia-fields {
  border-top: 1px solid #fafafa;
  display: inline-block;
  margin-top: 0.25em;
  padding-top: 0.25em;
  width: 100%;
}
.table-rent.enhanced-balances .rent-balance-elements {
  border-top: 1px solid #fafafa;
  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: "Montserrat", "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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 0.5em;
}
.table-rent .australia-fields span.value {
  font-family: "Montserrat", "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: #707070;
}

.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: #a07c2c;
}
.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 #ebebeb;
  color: #707070;
  padding-bottom: 10px;
}
.section-component-faqs dl.faqs {
  margin: 0;
}
.section-component-faqs dl.faqs dt {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5px;
  background-color: #5095ff;
  color: #ffffff;
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden;
}
.section-component-faqs dl.faqs dt button {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #5095ff;
  border-radius: 0;
  color: #ffffff;
  text-align: left;
  width: 100%;
  padding: 1em 1.25em;
}
.section-component-faqs dl.faqs dt button:hover {
  background-color: #707070;
}
.section-component-faqs dl.faqs dt button:focus {
  background-color: #707070;
}
.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-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: #707070;
}
.section-component-faqs dl.faqs dt.is-active .fa-chevron-down {
  display: none;
}
.section-component-faqs dl.faqs dt.cursor-pointer:hover {
  background-color: #707070;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.section-component-faqs dl.faqs dd {
  margin-left: 0;
  padding: 0 0 1.25em 0;
}

@media screen and (min-width: 22em) {
  .section-component-profile .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.section-component-profile .profile-image {
  margin-bottom: 1em;
}
@media screen and (min-width: 22em) {
  .section-component-profile .profile-image {
    width: 20%;
  }
}
@media screen and (min-width: 22em) {
  .section-component-profile .profile-text {
    width: 76%;
  }
}
.section-component-profile h3 {
  color: #5095ff;
}
.section-component-profile img {
  border: 5px solid #fafafa;
  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 #5095ff;
  background-color: #ffffff;
}

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

.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: #5095ff;
}
.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: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  margin-bottom: 0.5em;
}
.casestudy-text h3 {
  color: #5095ff;
  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: #5095ff;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
}

a.casestudy-close {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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: #707070;
  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;
}

.feature-boxes.two-boxes {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.feature-boxes.two-boxes > .feature-box {
  flex: 1;
}
@media screen and (min-width: 53.4375em) {
  .feature-boxes.two-boxes {
    flex-direction: row;
  }
}

.feature-boxes .feature-box {
  background-color: rgba(80, 149, 255, 0.02);
  border-radius: 5px;
  border: 1px solid rgba(80, 149, 255, 0.2);
  padding: 1.5em;
}
.feature-boxes .feature-box h2,
.feature-boxes .feature-box h3 {
  margin: 0 0 0.5em 0;
}
.feature-boxes .feature-box > *:last-child {
  margin-bottom: 0;
}

/* News List Page & Page Component */
.section-news-list h2,
.section-component-news h2 {
  color: #5095ff;
}
.section-news-list h2.news-subtitle,
.section-component-news h2.news-subtitle {
  border-bottom: 1px solid #ebebeb;
  color: #707070;
  padding-bottom: 10px;
}
.section-news-list .news-lead,
.section-component-news .news-lead {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
}

.section-news-summary {
  margin-bottom: 1.25em;
}
.section-news-summary:last-of-type {
  margin-bottom: 0;
}

.section-news-filter .fh-field {
  width: auto;
}
.section-news-filter .fh-label {
  color: #707070;
}

/* News Item Page */
.page-news .section-page-title span.page-summary-wrapper,
.page-admin .section-page-title span.page-summary-wrapper {
  display: block;
  margin-bottom: 1.25em;
}

.section-news-lead .publish-date {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
}

/* News Sidebar Menu */
.news-menu {
  background: #fafafa;
}
.news-menu .news-date {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

ul.news-menu {
  padding: 1.25em;
  font-size: 16px;
  font-size: 1rem;
}
ul.news-menu a {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  text-decoration: none;
}
ul.news-menu a:visited {
  color: #707070;
}
ul.news-menu a:hover, ul.news-menu a:focus, ul.news-menu a:active {
  color: #5095ff;
}
ul.news-menu a:focus {
  outline: thin dotted;
}
ul.news-menu a:hover, ul.news-menu a:active {
  outline: 0;
}

ul.news-menu > li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
ul.news-menu > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

ul.news-menu > li.active > a {
  color: #5095ff;
}

ul.news-meta {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
ul.news-meta li {
  display: inline;
}
ul.news-meta li.news-publish-date,
ul.news-meta li.news-category {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
}
ul.news-meta li.news-category:before {
  content: "•";
  padding: 0 10px 0 6px;
  color: #5095ff;
}

/* News Sidebar Pagination */
ul.m-dynamic-menu-controls a {
  color: #707070;
  text-decoration: none;
}
ul.m-dynamic-menu-controls a.active {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #5095ff;
}

/* Vacancies List Page */
.section-vacancies-list h2 {
  color: #5095ff;
}
.section-vacancies-list h2.vacancy-title {
  border-bottom: 1px solid #ebebeb;
  color: #707070;
  padding-bottom: 10px;
}
.section-vacancies-list h3.vacancy-subtitle {
  color: #707070;
}
.section-vacancies-list .vacancy-lead {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
}

.section-vacancy-summary {
  margin-bottom: 2.5em;
}
.section-vacancy-summary:last-of-type {
  margin-bottom: 0;
}

/* Vacancy Item Page */
.page-vacancy .section-page-title span.page-summary-wrapper {
  display: block;
  margin-bottom: 1.25em;
}
.page-vacancy .section-page-title span.page-title-wrapper small {
  color: #707070;
}

.page-vacancy h1.page-title span.subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}

.closing-date {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
}

.page-vacancy p.date {
  display: none;
}

.apply-button {
  margin-bottom: 1em;
  overflow: hidden;
}
.apply-button a.button {
  float: right;
}

.page-apply h2.section-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.page-apply .parsed-form h3 {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #ebebeb;
}
.page-apply .parsed-form h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.5em 0;
}

/* Vacancies Sidebar Menu */
.vacancies-menu {
  background: #fafafa;
}
.vacancies-menu .vacancy-date {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

ul.vacancies-menu {
  padding: 1.25em;
  font-size: 16px;
  font-size: 1rem;
}
ul.vacancies-menu a {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  text-decoration: none;
}
ul.vacancies-menu a:visited {
  color: #707070;
}
ul.vacancies-menu a:hover, ul.vacancies-menu a:focus, ul.vacancies-menu a:active {
  color: #5095ff;
}
ul.vacancies-menu a:focus {
  outline: thin dotted;
}
ul.vacancies-menu a:hover, ul.vacancies-menu a:active {
  outline: 0;
}

ul.vacancies-menu > li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
ul.vacancies-menu > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

ul.vacancies-menu > li.active > a {
  color: #5095ff;
}

/* Vacancy Files Table */
.section-vacancy-files table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 98%;
}
.section-vacancy-files table th {
  background: #5095ff;
  color: #ffffff;
  padding: 0.5em;
}
.section-vacancy-files table tr {
  background: #fafafa;
  border: 1px solid #ebebeb;
}
.section-vacancy-files table tr:nth-child(odd) {
  background: #ffffff;
}
.section-vacancy-files table td {
  padding: 0.5em;
}
.section-vacancy-files table td a {
  text-decoration: none;
}

.feature-boxes.two-boxes {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.feature-boxes.two-boxes > .feature-box {
  flex: 1;
}
@media screen and (min-width: 53.4375em) {
  .feature-boxes.two-boxes {
    flex-direction: row;
  }
}

.feature-boxes .feature-box {
  background-color: rgba(80, 149, 255, 0.02);
  border-radius: 5px;
  border: 1px solid rgba(80, 149, 255, 0.2);
  padding: 1.5em;
}
.feature-boxes .feature-box h2,
.feature-boxes .feature-box h3 {
  margin: 0 0 0.5em 0;
}
.feature-boxes .feature-box > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Template Overrides
--------------------------------------------------------------*/
body:not(.page-admin):not(.page-admin-auth) #header-top {
  margin-bottom: 1.25em;
}
body:not(.page-admin):not(.page-admin-auth) #header-top p.logo {
  text-align: center;
}
body:not(.page-admin):not(.page-admin-auth) #header-top p.logo img {
  margin: 1.25em 0 0;
  width: 350px;
  max-height: none;
}

.page-admin #header-top p.logo,
.page-admin-auth #header-top p.logo {
  padding-top: 1.25em;
}
.page-admin #header-top p.logo img,
.page-admin-auth #header-top p.logo img {
  max-height: 106px;
}
@media screen and (min-width: 37.5em) {
  .page-admin #header-top p.logo img,
  .page-admin-auth #header-top p.logo img {
    max-height: 106px;
  }
}

.section-secondary-nav h2.section-title {
  font-size: 1.25em;
}
