article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #3c3c3b;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.box-sizing-reset {
  box-sizing: border-box;
}
.box-model-reset {
  margin: 0;
  padding: 0;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-reset {
  float: none;
  width: auto;
  margin: 0;
}
.inline-block {
  display: inline-block;
}
.ie7 .inline-block {
  *display: inline;
  zoom: 1;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/media-manager/bigplay.png) top left no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/media-manager/loading.gif) center center no-repeat;
}
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
}
.mejs-controls .mejs-button span {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  height: 16px;
  width: 16px;
  background: transparent url(../images/media-manager/controls.png) 0 0 no-repeat;
}
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
}
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play span {
  background-position: 0 0;
}
.mejs-controls .mejs-pause span {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop span {
  background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E, endColorstr=#3C3C3C);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-controls .mejs-fullscreen-button span {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen span {
  background-position: -32px -16px;
}
.mejs-controls .mejs-mute span {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute span {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px ;
}
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button span {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/media-manager/background.png);
  background: rgba(20, 20, 20, 0.8);
}
.mejs-clear {
  clear: both;
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off span {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on span {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off span {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on span {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/*==== SET MAIN VARIABLES TO CONTROL PAGE STRUCTURE ====*/
/*==== SET MAIN DESIGN VARIABLES ====*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Stag Web", Times New Roman, Times, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
p {
  margin: 0.6em 0;
  line-height: 140%;
}
blockquote {
  margin: 1em 0;
  padding: 1em;
  background: #f6f6f6;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
ul,
ol {
  margin: 0.1em 0;
  padding: 0 2em;
}
ul li,
ol li {
  margin: 0.2em 0;
}
@font-face {
  font-family: "Stag Web";
  src: url("../fonts/Stag-Medium-Web.eot");
  src: url("../fonts/Stag-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Stag-Medium-Web.woff") format("woff"), url("../fonts/Stag-Medium-Web.ttf") format("truetype"), url("../fonts/Stag-Medium-Web.svg#Stag Web") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Stag Web";
  src: url("../fonts/Stag-Light-Web.eot");
  src: url("../fonts/Stag-Light-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Stag-Light-Web.woff") format("woff"), url("../fonts/Stag-Light-Web.ttf") format("truetype"), url("../fonts/Stag-Light-Web.svg#Stag Web") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stag Sans Web";
  src: url("../fonts/StagSans-Light-Web.eot");
  src: url("../fonts/StagSans-Light-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/StagSans-Light-Web.woff") format("woff"), url("../fonts/StagSans-Light-Web.ttf") format("truetype"), url("../fonts/StagSans-Light-Web.svg#Stag Web") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stag Sans Web";
  src: url("../fonts/StagSans-LightItalic-Web.eot");
  src: url("../fonts/StagSans-LightItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/StagSans-LightItalic-Web.woff") format("woff"), url("../fonts/StagSans-LightItalic-Web.ttf") format("truetype"), url("../fonts/StagSans-LightItalic-Web.svg#Stag Web") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Stag Sans Web";
  src: url("../fonts/StagSans-Book-Web.eot");
  src: url("../fonts/StagSans-Book-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/StagSans-Book-Web.woff") format("woff"), url("../fonts/StagSans-Book-Web.ttf") format("truetype"), url("../fonts/StagSans-Book-Web#Stag.svg#Stag Web") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Stag Sans Web";
  src: url("../fonts/StagSans-Medium-Web.eot");
  src: url("../fonts/StagSans-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/StagSans-Medium-Web.woff") format("woff"), url("../fonts/StagSans-Medium-Web.ttf") format("truetype"), url("../fonts/StagSans-Medium-Web#Stag.svg#Stag Web") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Stag Sans Web Medium Italic";
  src: url("../fonts/StagSans-MediumItalic-Web.eot");
  src: url("../fonts/StagSans-MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/StagSans-MediumItalic-Web.woff") format("woff"), url("../fonts/StagSans-MediumItalic-Web.ttf") format("truetype"), url("../fonts/StagSans-MediumItalic-Web.svg#Stag Web") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("/fw-fonts/font-awesome-current/fa-solid-900.eot");
  src: url("/fw-fonts/font-awesome-current/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-solid-900.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-solid-900.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-solid-900.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/fw-fonts/font-awesome-current/fa-light-300.eot");
  src: url("/fw-fonts/font-awesome-current/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-light-300.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-light-300.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-light-300.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-light-300.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/fw-fonts/font-awesome-current/fa-brands-400.eot");
  src: url("/fw-fonts/font-awesome-current/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-brands-400.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-brands-400.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-brands-400.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/fw-fonts/font-awesome-current/fa-regular-400.eot");
  src: url("/fw-fonts/font-awesome-current/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-regular-400.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-regular-400.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-regular-400.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("/fw-fonts/font-awesome-current/fa-solid-900.eot");
  src: url("/fw-fonts/font-awesome-current/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-solid-900.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-solid-900.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-solid-900.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-solid-900.svg#fontawesome") format("svg");
}
.fonticon,
[data-icon]:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}
.content-image-aligned-left,
.content-image-aligned-right {
  max-width: 100%;
  height: auto;
}
.content-image-aligned-left {
  float: left;
  margin: 0.5em 2.5em 1em 0;
}
.content-image-aligned-right {
  float: right;
  margin: 0.5em 0 1em 2.5em;
}
img,
video,
iframe,
audio {
  max-width: 100%;
  height: auto;
}
table img {
  max-width: none;
}
.map-wrapper-inner img {
  max-width: none!important;
}
iframe {
  border: none !important;
}
a {
  color: #ce0037;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active {
  /*color: contrast(@color1, @bright-white, @text-color);
		background: @color1;
		text-decoration: none !important;*/
}
a:visited {
  color: #820023;
}
.btn:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.btn:not(.tox-tbtn):hover,
.btn:not(.tox-tbtn):focus,
.btn:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
table {
  width: 100%;
  border: none;
}
@media only screen and (max-width: 870px) {
  table {
    font-size: 90%;
  }
}
table th,
table td {
  padding: 0.75em;
}
@media only screen and (max-width: 870px) {
  table th,
  table td {
    padding: 0.3em;
  }
}
table th {
  background: #ce0037;
  color: #fff;
  text-align: left;
}
table thead th {
  border-right: solid 2px #da4069;
}
table thead th:last-child {
  border-right: none;
}
table tbody tr:nth-child(even) td {
  background: #f9f9f9;
}
table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
table tbody tr:hover td {
  background: #f3f3f3;
}
table tbody tr td {
  border-bottom: solid 2px #fff;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
#container input[type='text'],
#container input[type='password'],
#container input[type='tel'],
#container input[type='url'],
#container input[type='email'],
#container input[type="search"],
#container input[type="number"],
#container input[type="date"],
#container textarea {
  width: 100%;
}
.ie7 #container input[type='text'],
.ie7 #container input[type='password'],
.ie7 #container input[type='tel'],
.ie7 #container input[type='url'],
.ie7 #container input[type='email'],
.ie7 #container input[type="search"],
.ie7 #container input[type="number"],
.ie7 #container input[type="date"],
.ie7 #container textarea {
  width: 96%;
}
#container label {
  margin: 0.5em 0 0.2em 0;
  display: block;
  vertical-align: top;
}
#container input[type='text'],
#container input[type='search'],
#container input[type='password'],
#container input[type='tel'],
#container input[type='url'],
#container input[type='email'],
#container input[type='number'],
#container input input[type="date"] {
  border: 1px solid #999;
  padding: 0.5em;
  box-sizing: border-box;
  max-width: 500px;
}
#container input[type='text']:hover,
#container input[type='search']:hover,
#container input[type='password']:hover,
#container input[type='tel']:hover,
#container input[type='url']:hover,
#container input[type='email']:hover,
#container input[type='number']:hover,
#container input input[type="date"]:hover,
#container input[type='text']:focus,
#container input[type='search']:focus,
#container input[type='password']:focus,
#container input[type='tel']:focus,
#container input[type='url']:focus,
#container input[type='email']:focus,
#container input[type='number']:focus,
#container input input[type="date"]:focus {
  border-color: #666;
  outline: none;
}
#container textarea {
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.5em;
  min-height: 8em;
  resize: vertical;
}
#container textarea:hover,
#container textarea:focus {
  border-color: #666;
  outline: none;
}
#container .col select {
  width: 100%;
}
#container button:not(.tox-tbtn),
#container input[type="submit"]:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container button:not(.tox-tbtn):hover,
#container input[type="submit"]:not(.tox-tbtn):hover,
#container button:not(.tox-tbtn):focus,
#container input[type="submit"]:not(.tox-tbtn):focus,
#container button:not(.tox-tbtn):active,
#container input[type="submit"]:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container button:not(.tox-tbtn),
#container input[type="submit"]:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container button:not(.tox-tbtn):hover,
#container input[type="submit"]:not(.tox-tbtn):hover,
#container button:not(.tox-tbtn):focus,
#container input[type="submit"]:not(.tox-tbtn):focus,
#container button:not(.tox-tbtn):active,
#container input[type="submit"]:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container input[type='checkbox'],
#container input[type='radio'] {
  clear: left;
  float: left;
  margin: 0.2em 0.7em;
}
#container input[type='checkbox']:focus,
#container input[type='radio']:focus {
  outline: 1px solid #212121;
}
#container .checkbox_label {
  margin: 0;
  float: left;
}
#container ::-webkit-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
#container :-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
#container ::-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
#container :-ms-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
ul.ui-autocomplete {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #bbb;
  width: 250px;
  margin: 1em 0;
  padding: 0;
}
ul.ui-autocomplete li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.ui-autocomplete a {
  display: block;
  padding: 0.5em;
}
ul.ui-autocomplete a:hover,
ul.ui-autocomplete a:focus {
  background: #f6f6f6;
}
form .row .checkbox_label {
  font-weight: 300;
}
form .row.spam-guard > .label .labelman {
  font-size: 18px;
  font-weight: 700;
  color: #ce0037;
}
form .row.spam-guard > .label label[for*="sp-guard"] {
  display: inline;
}
* {
  box-sizing: border-box;
}
.content-container {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
}
/*#main-content {
	.main-wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0;
		#site-content-top-row,
		#site-content-bottom-row {
			.placement-row-1-up {
				.page-placement {
					float: none;
					margin: 0 auto;
					width:@default-site-width;
					max-width:@max-site-width;
					&.wide {
						width: 100%;
						max-width: 100%;
						margin: 0;
						padding: 0;
						.placement-inner {
							margin: 0;
						}
					}
				}
			}
		}
		#content-wrapper {
			&.layout_0_0 {
				.placement-row {
						margin: 0 auto;
						width:@default-site-width;
						max-width:@max-site-width;
					&.placement-row-1-up {
						width: 100%;
						max-width: 100%;
						margin: 0;
						.page-placement {
							float: none;
							margin: 0 auto;
							width:@default-site-width;
							max-width:@max-site-width;
							&.wide {
								width: 100%;
								max-width: 100%;
								margin: 0;
								padding: 0;
								.placement-inner {
									margin: 0;
								}
							}
						}
					}
				}
				#site-article-footer-row {
					#footer-links {
						margin: 0 auto;
						width:@default-site-width;
						max-width:@max-site-width;
					}
				}
			}
			&.layout_0_1,
			&.layout_1_0,
			&.layout_1_1 {
				margin: 0 auto;
				width:@default-site-width;
				max-width:@max-site-width;
			}
		}
	}
}*/
.left .layout_col_inner {
  padding-right: 0.5em;
}
.right .layout_col_inner {
  padding-left: 0.5em;
}
@media only screen and (max-width: 870px) {
  #site-article-footer-row {
    display: none;
  }
}
.col {
  float: left;
}
.left {
  margin-left: -100%;
}
.wrapper {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 870px) {
  .wrapper {
    float: none;
    width: auto;
  }
}
/*------------------- 2 column layouts -------------------*/
.layout_1_0 .left {
  width: 29.16666667%;
}
.layout_1_0 .middle {
  margin-left: 29.16666667%;
}
.layout_0_1 .right {
  width: 29.16666667%;
  margin-left: -29.16666667%;
}
.layout_0_1 .middle {
  margin-right: 29.16666667%;
}
@media only screen and (max-width: 1100px) {
  .layout_0_1 .left .page-placement,
  .layout_1_0 .left .page-placement,
  .layout_0_1 .right .page-placement,
  .layout_1_0 .right .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_0_1 .left .placement-row,
  .flexbox-legacy .layout_1_0 .left .placement-row,
  .flexbox-legacy .layout_0_1 .right .placement-row,
  .flexbox-legacy .layout_1_0 .right .placement-row,
  .flexbox .layout_0_1 .left .placement-row,
  .flexbox .layout_1_0 .left .placement-row,
  .flexbox .layout_0_1 .right .placement-row,
  .flexbox .layout_1_0 .right .placement-row,
  .flexbox-legacy .layout_0_1 .left .page-placement,
  .flexbox-legacy .layout_1_0 .left .page-placement,
  .flexbox-legacy .layout_0_1 .right .page-placement,
  .flexbox-legacy .layout_1_0 .right .page-placement,
  .flexbox .layout_0_1 .left .page-placement,
  .flexbox .layout_1_0 .left .page-placement,
  .flexbox .layout_0_1 .right .page-placement,
  .flexbox .layout_1_0 .right .page-placement,
  .flexbox-legacy .layout_0_1 .left .placement-inner,
  .flexbox-legacy .layout_1_0 .left .placement-inner,
  .flexbox-legacy .layout_0_1 .right .placement-inner,
  .flexbox-legacy .layout_1_0 .right .placement-inner,
  .flexbox .layout_0_1 .left .placement-inner,
  .flexbox .layout_1_0 .left .placement-inner,
  .flexbox .layout_0_1 .right .placement-inner,
  .flexbox .layout_1_0 .right .placement-inner {
    display: block;
  }
}
@media only screen and (max-width: 920px) {
  .layout_0_1 .left,
  .layout_1_0 .left,
  .layout_0_1 .right,
  .layout_1_0 .right {
    width: 33.33333333%;
  }
  .layout_0_1 .middle .page-placement,
  .layout_1_0 .middle .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_0_1 .middle .placement-row,
  .flexbox-legacy .layout_1_0 .middle .placement-row,
  .flexbox .layout_0_1 .middle .placement-row,
  .flexbox .layout_1_0 .middle .placement-row,
  .flexbox-legacy .layout_0_1 .middle .page-placement,
  .flexbox-legacy .layout_1_0 .middle .page-placement,
  .flexbox .layout_0_1 .middle .page-placement,
  .flexbox .layout_1_0 .middle .page-placement,
  .flexbox-legacy .layout_0_1 .middle .placement-inner,
  .flexbox-legacy .layout_1_0 .middle .placement-inner,
  .flexbox .layout_0_1 .middle .placement-inner,
  .flexbox .layout_1_0 .middle .placement-inner {
    display: block;
  }
  .layout_0_1 .right {
    margin-left: -33.33333333%;
  }
  .layout_0_1 .middle {
    margin-right: 33.33333333%;
  }
  .layout_1_0 .middle {
    margin-left: 33.33333333%;
  }
}
/*------------------- 3 column layouts -------------------*/
.layout_1_1 .left,
.layout_1_1 .right {
  width: 20.83333333%;
}
.layout_1_1 .middle {
  margin: 0 20.83333333%;
}
.layout_1_1 .right {
  margin-left: -20.83333333%;
}
@media only screen and (max-width: 1300px) {
  .layout_1_1 .left .page-placement,
  .layout_1_1 .right .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_1_1 .left .placement-row,
  .flexbox-legacy .layout_1_1 .right .placement-row,
  .flexbox .layout_1_1 .left .placement-row,
  .flexbox .layout_1_1 .right .placement-row,
  .flexbox-legacy .layout_1_1 .left .page-placement,
  .flexbox-legacy .layout_1_1 .right .page-placement,
  .flexbox .layout_1_1 .left .page-placement,
  .flexbox .layout_1_1 .right .page-placement,
  .flexbox-legacy .layout_1_1 .left .placement-inner,
  .flexbox-legacy .layout_1_1 .right .placement-inner,
  .flexbox .layout_1_1 .left .placement-inner,
  .flexbox .layout_1_1 .right .placement-inner {
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  .layout_1_1 .left,
  .layout_1_1 .right {
    width: 25%;
  }
  .layout_1_1 .middle {
    margin: 0 25%;
  }
  .layout_1_1 .middle .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_1_1 .middle .placement-row,
  .flexbox .layout_1_1 .middle .placement-row,
  .flexbox-legacy .layout_1_1 .middle .page-placement,
  .flexbox .layout_1_1 .middle .page-placement,
  .flexbox-legacy .layout_1_1 .middle .placement-inner,
  .flexbox .layout_1_1 .middle .placement-inner {
    display: block;
  }
  .layout_1_1 .right {
    margin-left: -25%;
  }
}
@media only screen and (max-width: 870px) {
  .left .layout_col_inner {
    padding-right: 0;
  }
  .right .layout_col_inner {
    padding-left: 0;
  }
  .layout_1_0 .middle,
  .layout_0_1 .middle,
  .layout_1_1 .middle {
    margin: 0;
  }
  #container .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy #container .placement-row,
  .flexbox #container .placement-row,
  .flexbox-legacy #container .page-placement,
  .flexbox #container .page-placement,
  .flexbox-legacy #container .placement-inner,
  .flexbox #container .placement-inner {
    display: block;
  }
  #container .col {
    margin: 0;
    float: none;
    width: auto;
    clear: both;
  }
}
/*------------------- IE6 Fixes -------------------*/
.ie6 .middle {
  padding: 0;
  margin: 0;
}
.ie6 .left {
  margin-left: -980px;
  padding: 0;
}
.ie6 .right {
  margin-left: -206px;
  padding: 0;
}
.ie6 .layout_0_0 .middle {
  width: 980px;
}
.ie6 .layout_1_1 .left {
  width: 200px;
}
.ie6 .layout_1_1 .middle {
  margin: 0 210px;
}
.ie6 .layout_1_1 .right {
  width: 200px;
}
.ie6 .layout_1_0 {
  width: 980px;
}
.ie6 .layout_1_0 .left {
  width: 240px;
}
.ie6 .layout_1_0 .middle {
  margin-left: 240px;
}
.ie6 .layout_0_1 .middle {
  margin-right: 240px;
}
.ie6 .layout_0_1 .right {
  width: 240px;
  margin-left: -250px;
}
.page-placement {
  float: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.placement-inner {
  margin: 0 0.5em;
}
/*
.flexbox-legacy,
.flexbox{
	.placement-row{
		.flexbox();
	}
	.page-placement{
		.flexbox();
	}
	.placement-inner{
		.flex(1);
	}
}
*/
.placement-row-1-up .page-placement {
  width: 100%;
}
.placement-row-2-up .page-placement {
  width: 50%;
}
.placement-row-3-up .page-placement {
  width: 33.33333333%;
}
.placement-row-4-up .page-placement {
  width: 25%;
}
.placement-row-5-up .page-placement {
  width: 20%;
}
.placement-row-6-up .page-placement {
  width: 16.66666667%;
}
.placement-row-7-up .page-placement {
  width: 14.28571429%;
}
.placement-row-8-up .page-placement {
  width: 12.5%;
}
.placement-row-9-up .page-placement {
  width: 11.11111111%;
}
.placement-row-10-up .page-placement {
  width: 10%;
}
.placement-row-11-up .page-placement {
  width: 9.09090909%;
}
.placement-row-12-up .page-placement {
  width: 8.33333333%;
}
.ie7 .col .placement-row-2-up .page-placement {
  width: 49%;
}
.ie7 .col .placement-row-3-up .page-placement {
  width: 31%;
}
html,
body {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
}
html.top-nav-open {
  overflow: hidden;
}
html #main-content .main-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
}
html #main-content .main-wrapper #content-wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
}
body {
  font-family: "Stag Sans Web", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 140%;
}
.container {
  position: relative;
  min-height: 100%;
}
@media only screen and (max-width: 870px) {
  .container {
    padding-bottom: 0;
  }
}
html.home-page.password-reset #site-content-top-row {
  display: none;
}
html.home-page.password-reset .main-article-area-7 .placement-row-wrapper {
  display: none;
}
html.home-page.password-reset .main-article-area-7 .placement-row-wrapper.reset-form {
  display: block;
}
.regenda-portal #container #main-content #site-content-top-row .placement-row-wrapper:has(.placement-row-1-up.placement-row-1 .rp-tenancy-meta) {
  margin-bottom: 0;
}
#feedback {
  position: fixed;
  bottom: 10%;
  z-index: 4500;
  right: 0px;
}
#feedback .feedback-item {
  background-color: rgba(35, 97, 146, 0.9);
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  padding: 5px 20px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  margin-top: 5px;
  margin-bottom: 5px;
}
#feedback .feedback-item .feedback-item-inner {
  font-weight: bold;
  display: flex;
  align-items: center;
}
#feedback .feedback-item .feedback-item-inner .close {
  display: none;
}
#feedback .feedback-item .feedback-item-inner .feedback-message:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e23c";
  display: inline-block;
  margin-right: 15px;
}
#fontsizedown {
  background-image: url("../images/access-bar/textdown.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#fontsizeup {
  background-image: url("../images/access-bar/textup.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 870px) {
  #accessibility-controls {
    display: none !important;
  }
}
#accessibility-controls .access-controls-wrapper {
  *zoom: 1;
  padding: 0.4em 0.5em;
  float: left;
  width: 45%;
}
#accessibility-controls .access-controls-wrapper:before,
#accessibility-controls .access-controls-wrapper:after {
  content: " ";
  display: table;
}
#accessibility-controls .access-controls-wrapper:after {
  clear: both;
}
#accessibility-controls .access-controls-wrapper ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 80%;
  float: left;
}
#accessibility-controls .access-controls-wrapper ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-right: 1em;
}
@media only screen and (max-width: 870px) {
  #accessibility-controls .access-controls-wrapper {
    display: none;
  }
}
#accessibility-controls #accessbar form {
  float: left;
}
#accessibility-controls #accessbar input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  padding: 0;
}
#accessibility-controls #accessbar input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.ie7 #accessibility-controls #accessbar input[type="submit"] {
  *display: inline;
  zoom: 1;
}
.ie7 #accessibility-controls #accessbar input[type="submit"] {
  float: left;
  text-transform: capitalize;
  margin-right: 0.2em;
}
#accessibility-controls #accessbar input[type="submit"]:focus {
  outline: 1px solid #bbb;
}
#accessibility-controls .access-options-label {
  float: left;
  margin-right: 0.2em;
}
#accessibility-controls .placement-row-1 {
  float: right;
}
#accessibility-controls .placement-row-1 .page-placement {
  padding: 0;
  width: auto;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner {
  margin: 0;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu-description {
  display: none;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .main-editor-output p {
  margin-top: 0.3em;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu {
  margin-right: 1em;
}
@media only screen and (max-width: 870px) {
  #accessibility-controls .placement-row-1 .page-placement .placement-inner .menu {
    margin-right: 0;
  }
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item {
  margin: 0.55em 0.5em;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item:last-child a:after {
  display: none;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item a {
  padding: 0;
  font-size: 80%;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item a:hover,
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item a:focus,
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item a:active {
  text-decoration: underline;
}
#accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item a:after {
  content: "|";
  color: #8ab9dd;
  position: relative;
  right: -6px;
}
@media only screen and (max-width: 870px) {
  #accessibility-controls .placement-row-1 .page-placement .placement-inner .menu .menu-item a:after {
    display: none;
  }
}
#accessibility-controls .goog-te-gadget-simple {
  border: solid 1px #3c3c3b !important;
  border-radius: 8px !important;
  padding: 2px 4px 4px 4px !important;
}
#change-contrast .contrast-switch {
  position: relative;
}
#change-contrast .contrast-switch:before {
  position: absolute;
  top: 100%;
  margin-top: 0.33em;
  color: #fff;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 4px;
  padding: 0.75em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
  font-size: 14px;
  line-height: 14px;
  width: 150px;
  left: 50%;
  margin-left: -85.5px;
  pointer-events: none;
}
#change-contrast .contrast-switch.webpagecontrast0-wrap:before {
  content: "Normal contrast";
}
#change-contrast .contrast-switch.webpagecontrast1-wrap:before {
  content: "Soft contrast";
}
#change-contrast .contrast-switch.webpagecontrast2-wrap:before {
  content: "High contrast";
}
#change-contrast .contrast-switch:hover:before,
#change-contrast .contrast-switch:focus:before,
#change-contrast .contrast-switch:active:before {
  opacity: 1;
}
#site-header-row .logo-container {
  float: left;
  margin-left: 0.5em;
}
#site-header-row .placement-row-1 {
  margin-left: 156px;
}
.logo-container {
  padding: 0.5em 0 1em 0;
}
@media only screen and (max-width: 870px) {
  .logo-container {
    padding: 15px;
  }
}
.logo-container #logo {
  width: 136px;
  display: block;
  float: left;
}
@media only screen and (max-width: 870px) {
  .logo-container #logo {
    margin-left: auto;
    margin-right: auto;
    width: 108px;
  }
}
.logo-container #logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1080px) {
  #accessibility-controls {
    z-index: 1000;
    position: relative;
  }
}
@media only screen and (max-width: 1080px) {
  #site-header-row {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    background: #fff;
  }
}
#site-header-row .header-content-wrapper {
  float: right;
  padding-top: 0.55em;
}
@media only screen and (max-width: 1080px) {
  #site-header-row .header-content-wrapper {
    padding-top: 0;
    float: left;
    width: auto;
  }
}
#site-header-row .header-login {
  float: right;
  margin-top: -4em;
}
@media only screen and (max-width: 870px) {
  #site-header-row .header-login {
    float: none;
    margin-top: 0;
  }
}
#site-header-row .placement-row {
  margin-left: 0;
}
@media only screen and (max-width: 870px) {
  #site-header-row .placement-row.placement-row-1-up .type-textcontent {
    display: none;
  }
}
#site-header-row .placement-row.placement-row-1-up .page-placement {
  float: right;
  width: auto;
}
#site-header-row .placement-row.placement-row-1-up .page-placement .main-editor-output h2 {
  margin: 0;
  color: #5d707b;
}
@media only screen and (max-width: 1080px) {
  #site-header-row .placement-row.placement-row-1-up .page-placement .site-search {
    display: none;
  }
}
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search label,
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search .advanced-search {
  display: none;
}
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs {
  position: relative;
  padding: 0.5em;
  border-radius: 6px;
  background: #5ab1bd;
  vertical-align: top;
}
@media only screen and (max-width: 1080px) {
  #site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs {
    background: transparent;
    padding: 0;
  }
}
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs input[type="search"],
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs input[type="text"] {
  border-radius: 6px;
  border: none;
  float: left;
  margin-right: 0.5em;
  width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  #site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs input[type="search"],
  #site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs input[type="text"] {
    width: auto;
    border-bottom: solid 1px #999;
    border-radius: 0;
  }
}
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs .submit-wrap {
  position: relative;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 870px) {
  #site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs .submit-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs .submit-wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 33px;
  width: 33px;
  text-align: center;
}
@media only screen and (max-width: 870px) {
  #site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs .submit-wrap:before {
    color: #ddd;
  }
}
#site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs .submit-wrap input {
  font-size: 0;
  color: transparent;
  background-color: #5d707b;
  border-radius: 6px;
  width: 33px;
  height: 33px;
}
@media only screen and (max-width: 870px) {
  #site-header-row .placement-row.placement-row-1-up .page-placement .site-search .search-inputs .submit-wrap input {
    background-color: transparent;
  }
}
.regenda-homes-logo {
  width: 136px;
  height: 101px;
  background-image: url("/base-install/images/main-logo/homes-logo-greyed.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  float: left;
  margin-top: -6px;
  margin-left: 2em;
  background-size: contain;
}
@media only screen and (max-width: 870px) {
  .regenda-homes-logo {
    width: 108px;
    height: 80px;
    margin-top: -4px;
  }
}
.homes-active .regenda-homes-logo,
.home-page .regenda-homes-logo {
  background-image: url("/base-install/images/main-logo/homes-logo.png");
}
.homes-active .logo-container #logo {
  min-height: 101px;
  background-image: url("/base-install/images/main-logo/company-logo-greyed.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (max-width: 1080px) {
  .homes-active .logo-container #logo {
    width: 108px;
    height: auto;
    min-height: 0;
    background-size: contain;
  }
}
.homes-active .logo-container #logo img {
  visibility: hidden;
}
.home-page.homes-active .logo-container #logo {
  background-image: none;
}
.home-page.homes-active .logo-container #logo img {
  visibility: visible;
}
.login-switch-wrapper {
  display: block;
}
@media only screen and (max-width: 870px) {
  .login-switch-wrapper {
    display: none;
  }
}
.login-switch-wrapper .login-switch {
  display: block;
  padding: 0.42em 1.1em;
  font-size: 115%;
  text-align: center;
}
.login-switch-wrapper .login-switch:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.login-switch-wrapper .login-switch:not(.tox-tbtn):hover,
.login-switch-wrapper .login-switch:not(.tox-tbtn):focus,
.login-switch-wrapper .login-switch:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.login-switch-wrapper .login-switch:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.login-switch-wrapper .login-switch:not(.tox-tbtn):hover,
.login-switch-wrapper .login-switch:not(.tox-tbtn):focus,
.login-switch-wrapper .login-switch:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .login-switch-wrapper .login-switch {
    font-size: 100%;
    width: 291px;
    margin: 0 auto;
  }
}
.login-switch-wrapper .login-switch:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.4em;
}
.header-login {
  position: relative;
  width: auto !important;
  margin-right: 0.5em;
}
@media only screen and (max-width: 870px) {
  .header-login {
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 870px) {
  .flexbox #container .header-login .placement-inner {
    display: none;
  }
}
.header-login .close-overlay {
  display: none;
}
@media only screen and (max-width: 870px) {
  .header-login .close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #c0392b;
    text-align: center;
  }
  .header-login .close-overlay:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    display: inline-block;
    color: #fff;
    line-height: 46px;
    font-size: 30px;
  }
}
.header-login .placement-inner {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  z-index: 9998;
  text-align: left;
  margin: 0;
  padding: 1em;
  background: #fff;
  width: 300px;
  border: solid 1px #ddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 870px) {
  .header-login .placement-inner {
    position: fixed !important;
    display: none;
    z-index: 999999;
    top: 3vh !important;
    bottom: 3vh !important;
    left: 3vh !important;
    right: 3vh !important;
    box-shadow: 0 0 70px 50px rgba(0, 0, 0, 0.6);
    max-width: none;
    width: auto;
    overflow-y: auto;
  }
}
.header-login .placement-inner .content-headline {
  display: none;
}
@media only screen and (max-width: 870px) {
  .header-login .placement-inner .content-headline {
    display: block;
  }
}
.header-login .placement-inner .login-wrapper .login-button-wrapper {
  margin-top: 0 !important;
}
.header-login .placement-inner .login-wrapper .login-button-wrapper .login-submit {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.header-login .placement-inner .login-wrapper .login-button-wrapper a.login-button {
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  margin-left: 0 !important;
}
.header-login .placement-inner .login-wrapper .login-button-wrapper a.forgot-password {
  margin-bottom: 0;
}
.content-datetime-meta .first-published {
  margin: 0.5em;
}
.content-datetime-meta .first-published time,
.content-datetime-meta .first-published .content-author {
  font-weight: bold;
}
#footer-links {
  border-top: 1px solid #bbb;
  font-size: 80%;
  margin: 0.5em;
}
.home-page #footer-links {
  display: none;
}
#footer-links p {
  margin: 0.5em;
}
#footer-links p a {
  padding: 2px 1em 2px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
#footer-links p a.ref-page-top {
  background-image: url("../images/page-utils/page-top-k.png");
}
#footer-links p a.ref-page-top:hover,
#footer-links p a.ref-page-top:focus,
#footer-links p a.ref-page-top:active {
  background-image: url("../images/page-utils/page-top.png");
}
#footer-links p a.ref-contact {
  background-image: url("../images/page-utils/contact-k.png");
}
#footer-links p a.ref-contact:hover,
#footer-links p a.ref-contact:focus,
#footer-links p a.ref-contact:active {
  background-image: url("../images/page-utils/contact.png");
}
#footer-links p a.ref-print {
  background-image: url("../images/page-utils/print-k.png");
}
#footer-links p a.ref-print:hover,
#footer-links p a.ref-print:focus,
#footer-links p a.ref-print:active {
  background-image: url("../images/page-utils/print.png");
}
#footer-links p a.ref-email {
  background-image: url("../images/page-utils/email-k.png");
}
#footer-links p a.ref-email:hover,
#footer-links p a.ref-email:focus,
#footer-links p a.ref-email:active {
  background-image: url("../images/page-utils/email.png");
}
#footer-links p a.ref-sitemap {
  background-image: url("../images/page-utils/sitemap-k.png");
}
#footer-links p a.ref-sitemap:hover,
#footer-links p a.ref-sitemap:focus,
#footer-links p a.ref-sitemap:active {
  background-image: url("../images/page-utils/sitemap.png");
}
@media only screen and (max-width: 870px) {
  #footer-links p a {
    float: left;
    width: 50%;
    padding-bottom: 0.2em;
  }
}
#site-content-bottom-row .type-droplet {
  padding: 0;
}
#site-footer-row {
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 270px;
}
@media only screen and (max-width: 870px) {
  #site-footer-row {
    position: static;
  }
}
#site-footer-row * {
  color: #fff;
}
#site-footer-row {
  background: #ce0037;
  font-family: "Stag Web", serif;
  font-weight: 300;
  z-index: 1000;
}
#site-footer-row strong {
  font-weight: 400;
  letter-spacing: 1px;
}
#site-footer-row * {
  color: #fff;
}
#site-footer-row .site-credits-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
#site-footer-row .client-credits,
#site-footer-row #verseone-credits {
  font-size: 80%;
  padding: 0 0.5em;
}
@media only screen and (max-width: 870px) {
  #site-footer-row .client-credits,
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: left;
  }
}
#site-footer-row .client-credits p,
#site-footer-row #verseone-credits p {
  margin: 0;
}
#site-footer-row #verseone-credits {
  margin-left: auto;
}
@media only screen and (max-width: 870px) {
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: left;
  }
}
#site-footer-row .type-menuplacement .menu .menu-item a {
  padding: 0;
}
@media only screen and (max-width: 870px) {
  #site-footer-row .type-menuplacement .menu .menu-item a {
    text-align: left;
  }
}
#site-footer-row .type-menuplacement .menu .menu-item a:hover .main-link-text,
#site-footer-row .type-menuplacement .menu .menu-item a:focus .main-link-text,
#site-footer-row .type-menuplacement .menu .menu-item a:active .main-link-text {
  text-decoration: underline;
}
#site-footer-row .type-menuplacement .menu .menu-item a:after {
  content: "|";
  display: inline-block;
  margin: 0 0.63em 0 0.33em;
}
@media only screen and (max-width: 870px) {
  #site-footer-row .type-menuplacement .menu .menu-item a:after {
    display: none;
  }
}
#site-footer-row .type-menuplacement .menu .menu-item:last-child a:after {
  display: none;
}
#site-footer-row .type-textcontent .main-editor-output {
  position: relative;
}
body #pecr-compliance-banner {
  background: #ffffff;
  color: #111111;
  border: 0;
  border-radius: 8px;
  padding: 1.5em;
  margin: 0;
  position: fixed;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 9000;
  font-size: 15px;
  opacity: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 870px) {
  body #pecr-compliance-banner {
    padding: 1em;
  }
}
body #pecr-compliance-banner form {
  display: flex;
  gap: 0.75em;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body #pecr-compliance-banner form fieldset {
  margin-left: 1em;
}
@media only screen and (max-width: 870px) {
  body #pecr-compliance-banner form fieldset {
    display: flex;
    gap: 15px;
    margin-left: 0;
  }
}
body #pecr-compliance-banner form fieldset legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body #pecr-compliance-banner form fieldset legend .focusable:active,
body #pecr-compliance-banner form fieldset legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
body #pecr-compliance-banner form fieldset .pecrsetting-button {
  margin-bottom: 0;
  background-color: white;
  border: 2px solid #249e6b;
  padding: 0.75em 1em;
  border-radius: 8px;
  transition: all 0.1s ease;
}
@media only screen and (max-width: 870px) {
  body #pecr-compliance-banner form fieldset .pecrsetting-button {
    margin-left: 0 !important;
  }
}
body #pecr-compliance-banner form fieldset .pecrsetting-button:hover,
body #pecr-compliance-banner form fieldset .pecrsetting-button:focus {
  background-color: #00b0b9;
  color: white;
}
#site-nav-row {
  background-color: #ce0037;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000;
}
#site-nav-row .page-placement {
  padding: 0;
}
#site-nav-row .page-placement .placement-inner {
  margin: 0;
}
#top-nav > li > a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media only screen and (min-width: 1081px) {
  #top-nav > li > a:hover,
  #top-nav > li > a:focus,
  #top-nav > li > a:active {
    background: #861f41;
    color: #fff;
  }
}
#top-nav > li > a.current {
  background: #861f41;
  color: #fff !important;
}
@media only screen and (min-width: 1081px) {
  #top-nav:hover > li > a.current,
  #top-nav:focus > li > a.current,
  #top-nav:active > li > a.current {
    /*&:hover,
					&:focus,
					&:active {
						background: @topnav-highlight-color;
						color: contrast(@topnav-highlight-color, @text-color, @bright-white);
					}*/
  }
}
#top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top-nav > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
#top-nav > li > a {
  padding: 1em 0.6em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Stag Web";
  letter-spacing: 0.5px;
  display: block;
}
#top-nav {
  *zoom: 1;
}
#top-nav:before,
#top-nav:after {
  content: " ";
  display: table;
}
#top-nav:after {
  clear: both;
}
@media only screen and (max-width: 870px) {
  #top-nav li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  #top-nav li a {
    text-align: left;
  }
}
.mobile-nav-toggle-wrap-new,
.mobile-nav-toggle-wrap {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .mobile-nav-toggle-wrap-new,
  .mobile-nav-toggle-wrap {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
  }
}
.mobile-nav-toggle-wrap-new .mobile-nav-toggle,
.mobile-nav-toggle-wrap .mobile-nav-toggle {
  *zoom: 1;
  padding: 0;
  border-bottom: none;
  color: #3c3c3b;
  font-size: 18px;
  outline: none !important;
}
.mobile-nav-toggle-wrap-new .mobile-nav-toggle:before,
.mobile-nav-toggle-wrap .mobile-nav-toggle:before,
.mobile-nav-toggle-wrap-new .mobile-nav-toggle:after,
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  content: " ";
  display: table;
}
.mobile-nav-toggle-wrap-new .mobile-nav-toggle:after,
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  clear: both;
}
.mobile-nav-toggle-wrap-new .mobile-nav-toggle .nav-icon,
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon {
  float: none;
  display: block;
  text-align: center;
}
.mobile-nav-toggle-wrap-new .mobile-nav-toggle .nav-icon:before,
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  color: #ce0037;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  display: inline-block;
  font-size: 52px;
  line-height: 52px;
  position: relative;
  display: block;
  top: 0;
  font-weight: 900;
}
.open.mobile-nav-toggle-wrap-new .mobile-nav-toggle .nav-icon:before,
.open.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  color: #c0392b;
}
.mobile-nav-toggle-wrap-new .mobile-nav-toggle .button-text,
.mobile-nav-toggle-wrap .mobile-nav-toggle .button-text {
  display: block;
  float: none;
  line-height: 1.1;
  padding: 0;
  font-family: "Stag Web";
  font-weight: 700;
}
.rp-portal-main-nav-menu,
.mega-menu-wrapper {
  position: relative;
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu,
  .mega-menu-wrapper {
    /*display: block;
		position: fixed !important;
		top: -60px;
		right: -100%;
		bottom: 0;
		background: @off-white !important;
		padding: 1em;
		padding-top: 115px;
		width: 75%;
		transition: right 0.6s ease-in-out;
		box-shadow: 0 5px 5px rgba(0,0,0,0.05);
		//margin: 0;*/
  }
}
.rp-portal-main-nav-menu.menu-open,
.mega-menu-wrapper.menu-open {
  right: 0;
}
.rp-portal-main-nav-menu #top-nav,
.mega-menu-wrapper #top-nav {
  padding: 0 0.5em;
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav,
  .mega-menu-wrapper #top-nav {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav > li,
  .mega-menu-wrapper #top-nav > li {
    position: relative;
    border-bottom: solid 1px #fff !important;
  }
  .rp-portal-main-nav-menu #top-nav > li:last-child,
  .mega-menu-wrapper #top-nav > li:last-child {
    border-bottom: solid 1px #fff !important;
    float: none;
  }
}
.rp-portal-main-nav-menu #top-nav li.dont-show-top,
.mega-menu-wrapper #top-nav li.dont-show-top {
  display: none;
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li.dont-show-top,
  .mega-menu-wrapper #top-nav li.dont-show-top {
    display: block;
  }
}
.rp-portal-main-nav-menu #top-nav li.has-children > a:after,
.mega-menu-wrapper #top-nav li.has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dd";
  display: inline-block;
  font-weight: 900;
  position: relative;
  top: -3px;
  margin-left: 0.3em;
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li.has-children > a:after,
  .mega-menu-wrapper #top-nav li.has-children > a:after {
    display: none;
  }
}
.rp-portal-main-nav-menu #top-nav li .mobile-megamenu-viewer,
.mega-menu-wrapper #top-nav li .mobile-megamenu-viewer {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li .mobile-megamenu-viewer,
  .mega-menu-wrapper #top-nav li .mobile-megamenu-viewer {
    display: block;
  }
}
.rp-portal-main-nav-menu #top-nav li .mobile-megamenu-viewer:before,
.mega-menu-wrapper #top-nav li .mobile-megamenu-viewer:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  padding: 0 10px;
}
.rp-portal-main-nav-menu #top-nav li .mobile-megamenu-viewer.open:before,
.mega-menu-wrapper #top-nav li .mobile-megamenu-viewer.open:before {
  content: "\f068";
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li > a,
  .mega-menu-wrapper #top-nav li > a {
    padding: 0.75em 53px 0.65em 1.15em;
  }
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li:last-child > a,
  .mega-menu-wrapper #top-nav li:last-child > a {
    padding-right: 0.75em;
  }
}
.rp-portal-main-nav-menu #top-nav li:last-child > a.current,
.mega-menu-wrapper #top-nav li:last-child > a.current {
  padding-right: 0.75em;
}
.rp-portal-main-nav-menu #top-nav li:last-child .mega-menu,
.mega-menu-wrapper #top-nav li:last-child .mega-menu {
  margin-right: 0;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu,
.mega-menu-wrapper #top-nav li .mega-menu {
  display: none;
  position: absolute;
  z-index: 6000;
  top: 100%;
  left: 0.5em;
  right: 0.5em;
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li .mega-menu,
  .mega-menu-wrapper #top-nav li .mega-menu {
    position: static;
    box-shadow: none;
    background-color: #fff;
  }
  .rp-portal-main-nav-menu #top-nav li .mega-menu.open,
  .mega-menu-wrapper #top-nav li .mega-menu.open {
    display: block !important;
  }
  .rp-portal-main-nav-menu #top-nav li .mega-menu.closed,
  .mega-menu-wrapper #top-nav li .mega-menu.closed {
    display: none !important;
  }
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column {
  display: table-cell;
  text-align: left;
  padding: 0 2em 0 0;
  margin: 0;
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column,
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column {
    padding: 0;
    width: 100%;
    display: block;
  }
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column:last-child,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column:last-child {
  padding-right: 0;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column li,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column li {
  display: block;
  text-align: left;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item {
  display: block;
  text-align: left;
  padding-bottom: 2em;
}
@media only screen and (max-width: 870px) {
  .rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item,
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item {
    padding-bottom: 0.5em;
  }
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a {
  border-bottom: solid 1px rgba(60, 60, 59, 0.2);
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:hover,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:hover,
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:focus,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:focus,
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:active,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:active {
  text-decoration: none !important;
  border-bottom-width: 2px;
  margin-bottom: 9px;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a.default,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a.default,
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a.all-children-link,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a.all-children-link {
  font-weight: 700;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a {
  display: block;
  text-align: left;
  padding: 0;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
  color: #3c3c3b !important;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.current,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.current {
  background: transparent;
  color: #3c3c3b;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.megamenu-show-children,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.megamenu-show-children {
  font-weight: 700;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:hover,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:hover,
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus,
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:active,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:active {
  background: transparent;
  color: #3c3c3b;
  text-decoration: underline;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap {
  padding: 0;
  margin: 0;
}
.rp-portal-main-nav-menu #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap .subsubmenu-item a,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap .subsubmenu-item a {
  color: #3c3c3b !important;
}
#site-header-row .placement-row:has(.header-login) {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.header-cta {
  background-color: #3f909c;
  transition: background-color 0.25s ease-in-out;
  border-radius: 8px;
  padding: 0.42em 1.1em;
  font-size: 130%;
  color: #fff;
}
.header-cta:visited {
  color: #fff;
}
.header-cta:hover,
.header-cta:focus,
.header-cta:active {
  text-decoration: none;
  background-color: #2d6870;
}
.show-mega-menu {
  display: block !important;
}
@media only screen and (max-width: 1080px) {
  #site-nav-row {
    position: fixed;
    right: -80vw;
    top: 0;
    bottom: 0;
    padding-top: 85px;
    padding-bottom: 80px;
    width: 80vw;
    overflow-y: auto;
    z-index: 2000;
    transition: right 0.2s ease-in-out;
  }
  #site-nav-row.menu-open {
    right: 0;
  }
}
#site-nav-row .login-switch-wrapper.mobile-only {
  display: none;
}
@media only screen and (max-width: 870px) {
  #site-nav-row .login-switch-wrapper.mobile-only {
    display: block;
    padding: 0.5em 1em;
  }
}
#site-nav-row .login-switch-wrapper.mobile-only .login-switch {
  background: #fff;
  color: #ce0037 !important;
  width: 100%;
  padding: 0.75em;
}
#site-nav-row .mobile-search {
  display: none;
}
@media only screen and (max-width: 870px) {
  #site-nav-row .mobile-search {
    display: block;
  }
}
@media only screen and (max-width: 870px) {
  #site-nav-row .mobile-search .site-search {
    display: block;
    margin: 0 1em;
    position: static;
    width: auto;
  }
  #site-nav-row .mobile-search .site-search .content-headline,
  #site-nav-row .mobile-search .site-search .advanced-search,
  #site-nav-row .mobile-search .site-search label {
    display: none !important;
  }
  #site-nav-row .mobile-search .site-search .search-inputs {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0em 1em 0em;
  }
  #site-nav-row .mobile-search .site-search .search-inputs input[type="search"] {
    width: 100% !important;
    height: 40px !important;
    border: none !important;
    background: transparent !important;
    border-bottom: solid 1px #fff !important;
    color: #3c3c3b;
  }
  #site-nav-row .mobile-search .site-search .search-inputs input[type="search"]::-moz-placeholder {
    color: #fff;
  }
  #site-nav-row .mobile-search .site-search .search-inputs input[type="search"]::placeholder {
    color: #fff;
  }
  #site-nav-row .mobile-search .site-search .search-inputs .submit-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  #site-nav-row .mobile-search .site-search .search-inputs .submit-wrap:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    display: inline-block;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    line-height: 39px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    pointer-events: none;
  }
  #site-nav-row .mobile-search .site-search .search-inputs .submit-wrap input[type="submit"] {
    width: 50px !important;
    height: 40px !important;
    font-size: 0;
    background: transparent !important;
    transition: background-color 0.25s ease-in-out;
    box-shadow: none;
  }
  #site-nav-row .mobile-search .site-search .search-inputs .submit-wrap input[type="submit"]:hover,
  #site-nav-row .mobile-search .site-search .search-inputs .submit-wrap input[type="submit"]:focus,
  #site-nav-row .mobile-search .site-search .search-inputs .submit-wrap input[type="submit"]:active {
    background: transparent !important;
  }
}
#site-nav-row .mobile-menu-tools {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #site-nav-row .mobile-menu-tools {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
#site-nav-row .mobile-menu-tools .close-menu {
  display: flex;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #000000;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none !important;
}
#site-nav-row .mobile-menu-tools .close-menu:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  width: 100%;
  font-size: 32px;
}
#site-nav-row .mobile-menu-tools .close-menu .button-text {
  display: none;
}
#site-nav-row .mobile-menu-tools .search-target-wrap {
  flex: 1 1 auto;
}
#site-nav-row.site-nav-row .top-navigation .placement-row:not(:has([data-placement-class="MegaMenu"])) {
  display: flex;
}
#site-nav-row.site-nav-row .top-navigation .placement-row:not(:has([data-placement-class="MegaMenu"])) .type-menuplacement {
  flex: 1;
}
#site-nav-row.site-nav-row .menu > li.has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  display: inline-block;
  font-weight: 200;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
@media only screen and (max-width: 1080px) {
  #site-nav-row.site-nav-row .menu > li.has-children > a:after {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #site-nav-row.site-nav-row {
    top: 50px;
  }
  #site-nav-row.site-nav-row .menu {
    padding: 0;
  }
  #site-nav-row.site-nav-row .menu .output-level-2 {
    position: relative;
  }
  #site-nav-row.site-nav-row .menu > li {
    position: relative;
    border-bottom: solid 1px #fff !important;
  }
  #site-nav-row.site-nav-row .menu > li > a {
    text-align: left;
    padding: 10px 54px 10px 15px;
  }
  #site-nav-row.site-nav-row .menu > li > a.current {
    background: #861f41;
    color: #fff !important;
  }
  #site-nav-row.site-nav-row .menu > li:last-child {
    border-bottom: solid 1px #fff !important;
    float: none;
  }
  #site-nav-row.site-nav-row .menu > li > ol.closed {
    display: none !important;
  }
  #site-nav-row.site-nav-row .menu .menu-column > ol > li {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 870px) {
  #site-nav-row.site-nav-row {
    top: 0;
  }
}
#site-nav-row.site-nav-row .login-switch-wrapper.mobile-only {
  display: none;
}
@media only screen and (max-width: 1080px) {
  #site-nav-row.site-nav-row .login-switch-wrapper.mobile-only {
    display: block;
    padding: 0.5em 1em;
  }
}
#site-nav-row.site-nav-row .login-switch-wrapper.mobile-only .login-switch {
  background: #fff;
  color: #ce0037 !important;
  width: 100%;
  padding: 0.75em;
}
#site-nav-row.site-nav-row .mobile-search {
  display: none;
}
@media only screen and (max-width: 870px) {
  #site-nav-row.site-nav-row .mobile-search {
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  #site-nav-row.site-nav-row .mobile-search #site-search-form {
    display: block;
    margin: 0 1em;
    position: static;
    width: auto;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .content-headline,
  #site-nav-row.site-nav-row .mobile-search #site-search-form .advanced-search,
  #site-nav-row.site-nav-row .mobile-search #site-search-form label {
    display: none !important;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0em 1em 0em;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs input[type="search"] {
    width: 100% !important;
    height: 40px !important;
    border: none !important;
    background: transparent !important;
    border-bottom: solid 1px #fff !important;
    color: #3c3c3b;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs input[type="search"]::-moz-placeholder {
    color: #fff;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs input[type="search"]::placeholder {
    color: #fff;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs .submit-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs .submit-wrap:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    display: inline-block;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    line-height: 39px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    pointer-events: none;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs .submit-wrap input[type="submit"] {
    width: 50px !important;
    height: 40px !important;
    font-size: 0;
    background: transparent !important;
    transition: background-color 0.25s ease-in-out;
    box-shadow: none;
  }
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs .submit-wrap input[type="submit"]:hover,
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs .submit-wrap input[type="submit"]:focus,
  #site-nav-row.site-nav-row .mobile-search #site-search-form .search-inputs .submit-wrap input[type="submit"]:active {
    background: transparent !important;
  }
}
#site-nav-row.site-nav-row .mobile-megamenu-viewer {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 1080px) {
  #site-nav-row.site-nav-row .mobile-megamenu-viewer {
    display: block;
  }
}
#site-nav-row.site-nav-row .mobile-megamenu-viewer:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  font-weight: 400;
  color: #fff;
  line-height: 44px;
  font-size: 22px;
  padding: 0 0.75em;
}
#site-nav-row.site-nav-row .mobile-megamenu-viewer.open:before {
  content: "\f068";
}
.mobile-nav-toggle-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  font-size: 0.8em;
}
.mobile-nav-toggle-new .button-text {
  margin-bottom: 4px;
}
.mobile-nav-toggle-new:not(.open):focus,
.mobile-nav-toggle-new:not(.open):hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #3c3c3b !important;
          text-decoration-color: #3c3c3b !important;
}
.mobile-nav-toggle-new:before {
  color: #ce0037;
  font-family: "Font Awesome 5 Pro" !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "\f0c9" !important;
  display: inline-block !important;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  display: block;
  top: 0;
  font-weight: 900;
}
.open .mobile-nav-toggle-new:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "\f00d" !important;
  display: inline-block !important;
  color: #c0392b;
}
.content-container.breadcrumb {
  width: auto;
  padding: 1.3em 0.5em 1em 0.5em;
  margin: 0 0.5em;
  font-size: 90%;
  font-family: "Stag Web";
  font-weight: 300;
}
.content-container.breadcrumb #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content-container.breadcrumb #breadcrumbs .now_viewing {
  display: none;
}
.content-container.breadcrumb #breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-right: 0.3em;
}
.content-container.breadcrumb #breadcrumbs li:before {
  content: "|";
  float: right;
  font-size: 22px;
  margin-left: 0.5em;
  margin-right: 0.2em;
  position: relative;
  top: 0px;
  color: rgba(60, 60, 59, 0.4);
  font-weight: 300;
}
.content-container.breadcrumb #breadcrumbs li a {
  color: #3c3c3b;
  text-decoration: none;
}
.content-container.breadcrumb #breadcrumbs li a:hover,
.content-container.breadcrumb #breadcrumbs li a:focus,
.content-container.breadcrumb #breadcrumbs li a:active {
  text-decoration: underline;
}
.content-container.breadcrumb #breadcrumbs li.current {
  color: #ce0037;
}
.content-container.breadcrumb #breadcrumbs li.current:before {
  display: none;
}
.has-top-row #content-wrapper .breadcrumb {
  display: none;
}
#site-content-top-row {
  position: relative;
}
#site-content-top-row .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  display: block;
  max-width: none;
  background: rgba(255, 255, 255, 0.4);
  margin: 0;
  padding: 0;
}
#site-content-top-row .breadcrumb #breadcrumbs {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
  float: none;
  padding: 0.5em 1em;
}
.sidemenu {
  margin: 0 0.5em;
}
.sidemenu .menu li {
  float: none;
  display: block;
}
.sidemenu .menu a {
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 0.75em 1em;
}
.sidemenu .menu ol a {
  padding-left: 2em;
}
.sidemenu .menu ol ol a {
  padding-left: 3em;
}
.sidemenu .menu ol ol ol a {
  padding-left: 4em;
}
.state-submenu {
  display: none;
}
.side-navigation-menu .content-item-inner {
  background: #f6f6f6;
  border-radius: 6px;
  font-family: "Stag Web";
  letter-spacing: 0.5px;
  overflow: hidden;
  padding-bottom: 2em;
}
.side-navigation-menu .content-item-inner .content-headline {
  padding: 2em 1em 1em 1em;
}
.side-navigation-menu .content-item-inner .content-headline h2,
.side-navigation-menu .content-item-inner .content-headline h3 {
  margin: 0;
}
.side-navigation-menu .content-item-inner .content-headline h2 a,
.side-navigation-menu .content-item-inner .content-headline h3 a {
  color: #3c3c3b;
}
.side-navigation-menu .content-item-inner .menu .menu-item.has-children > a {
  padding-right: 2.3em;
}
.side-navigation-menu .content-item-inner .menu .menu-item.has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease-in-out;
  font-weight: 900;
  color: #ce0037;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0.5em;
}
.side-navigation-menu .content-item-inner .menu .menu-item.menu-current > a:before,
.side-navigation-menu .content-item-inner .menu .menu-item.menu-current > a:after {
  color: #fff;
}
.side-navigation-menu .content-item-inner .menu .menu-item.nav-item-expanded > a {
  background: #ce0037;
  color: #fff;
}
.side-navigation-menu .content-item-inner .menu .menu-item.nav-item-expanded > a:before {
  content: "\f105";
  color: #fff;
}
.side-navigation-menu .content-item-inner .menu .menu-item.nav-item-expanded > a:after {
  color: white;
}
.side-navigation-menu .content-item-inner .menu .menu-item ol {
  background: rgba(206, 0, 55, 0.1);
}
.side-navigation-menu .content-item-inner .menu .menu-item a {
  color: #3c3c3b;
  position: relative;
}
.side-navigation-menu .content-item-inner .menu .menu-item a:hover,
.side-navigation-menu .content-item-inner .menu .menu-item a:focus,
.side-navigation-menu .content-item-inner .menu .menu-item a:active {
  background-color: #ce0037;
  color: #fff;
}
.side-navigation-menu .content-item-inner .menu .menu-item a:hover:before,
.side-navigation-menu .content-item-inner .menu .menu-item a:focus:before,
.side-navigation-menu .content-item-inner .menu .menu-item a:active:before,
.side-navigation-menu .content-item-inner .menu .menu-item a:hover:after,
.side-navigation-menu .content-item-inner .menu .menu-item a:focus:after,
.side-navigation-menu .content-item-inner .menu .menu-item a:active:after {
  color: #fff !important;
}
.side-navigation-menu .content-item-inner .menu .menu-item a.current {
  background-color: #ff0c4d;
  color: #fff;
}
.menu,
.menu li,
.menu ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.standard-list li,
.description-list li {
  float: left;
}
@media only screen and (max-width: 1080px) {
  .standard-list li,
  .description-list li {
    float: none;
    width: auto;
    position: relative;
  }
}
.standard-list a,
.description-list a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}
.standard-list .icon-display .menu-item-img,
.description-list .icon-display .menu-item-img {
  display: inline-block;
  width: 30px;
  margin-right: 0.2em;
}
.ie7 .standard-list .icon-display .menu-item-img,
.ie7 .description-list .icon-display .menu-item-img {
  *display: inline;
  zoom: 1;
}
.standard-list .thumbnail-display .menu-item-img,
.description-list .thumbnail-display .menu-item-img {
  display: inline-block;
  width: 30px;
  margin-right: 0.2em;
}
.ie7 .standard-list .thumbnail-display .menu-item-img,
.ie7 .description-list .thumbnail-display .menu-item-img {
  *display: inline;
  zoom: 1;
}
.col .standard-list li,
.col .description-list li {
  float: none;
  display: block;
}
.col .standard-list a,
.col .description-list a {
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 0.75em 1em;
}
.col .standard-list ol a,
.col .description-list ol a {
  padding-left: 2em;
}
.col .standard-list ol ol a,
.col .description-list ol ol a {
  padding-left: 3em;
}
.col .standard-list ol ol ol a,
.col .description-list ol ol ol a {
  padding-left: 4em;
}
.col .standard-list .icon-display a,
.col .description-list .icon-display a,
.col .standard-list .thumbnail-display a,
.col .description-list .thumbnail-display a {
  *zoom: 1;
}
.col .standard-list .icon-display a:before,
.col .description-list .icon-display a:before,
.col .standard-list .thumbnail-display a:before,
.col .description-list .thumbnail-display a:before,
.col .standard-list .icon-display a:after,
.col .description-list .icon-display a:after,
.col .standard-list .thumbnail-display a:after,
.col .description-list .thumbnail-display a:after {
  content: " ";
  display: table;
}
.col .standard-list .icon-display a:after,
.col .description-list .icon-display a:after,
.col .standard-list .thumbnail-display a:after,
.col .description-list .thumbnail-display a:after {
  clear: both;
}
.col .standard-list .icon-display .menu-item-img,
.col .description-list .icon-display .menu-item-img,
.col .standard-list .thumbnail-display .menu-item-img,
.col .description-list .thumbnail-display .menu-item-img {
  float: right;
}
.description-list .menu-item-desc {
  font-size: 80%;
  text-align: center;
}
.description-list .menu-item-desc p {
  margin-top: 0.2em;
}
.col .description-list .menu-item-desc {
  text-align: left;
  padding-left: 1em;
}
.col .description-list .output-level-2 .menu-item-desc {
  padding-left: 2em;
}
.col .description-list .output-level-3 .menu-item-desc {
  padding-left: 3em;
}
.col .description-list .output-level-4 .menu-item-desc {
  padding-left: 4em;
}
.pod-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pod-menu .menu-pod {
  display: table-cell;
  text-align: center;
  padding: 1em;
}
.pod-menu .content-item-container {
  border: 1px solid #999;
}
.pod-menu .pod-content {
  padding: 0 0.8em;
}
@media only screen and (max-width: 870px) {
  .pod-menu {
    display: block;
  }
  .pod-menu .menu-pod {
    display: block;
  }
}
.flexbox-legacy .pod-menu,
.flexbox .pod-menu {
  width: 100%;
  display: flex;
  -ms-box-orient: horizontal;
  flex-direction: row;
  -ms-box-pack: start;
  justify-content: flex-start;
}
.flexbox-legacy .pod-menu .menu-pod,
.flexbox .pod-menu .menu-pod {
  width: 100%;
  display: flex;
  -ms-box-orient: horizontal;
  flex-direction: row;
  -ms-box-pack: start;
  justify-content: flex-start;
  -ms-flex: 0 1 auto;
}
.flexbox-legacy .pod-menu .content-item-container,
.flexbox .pod-menu .content-item-container {
  flex: 1 1 auto;
}
@media only screen and (max-width: 870px) {
  .flexbox-legacy .pod-menu,
  .flexbox .pod-menu {
    width: 100%;
    display: flex;
    -ms-box-orient: vertical;
    flex-direction: column;
    -ms-box-pack: start;
    justify-content: flex-start;
  }
}
.ie7 .pod-menu .menu-pod {
  width: 30.66666667%;
  float: left;
}
.ie7 .col .pod-menu .menu-pod {
  float: none;
  width: auto;
}
.col .pod-menu,
.col .menu-pod {
  display: block;
}
.sitemap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-column-width: auto;
  -moz-column-count: 3;
  -moz-column-gap: 2em;
  -moz-column-rule-color: #ddd;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: auto;
  -webkit-column-count: 3;
  -webkit-column-gap: 2em;
  -webkit-column-rule-color: #ddd;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: auto;
  column-count: 3;
  column-gap: 2em;
  column-rule-color: #ddd;
  column-rule-style: solid;
  column-rule-width: 1px;
}
.sitemap ol,
.sitemap li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemap li {
  padding-bottom: 0.3em;
}
.sitemap li .top-level {
  margin-bottom: 0.5em;
}
.sitemap li ol {
  padding-left: 1.5em;
}
@media only screen and (min-width: 1081px) {
  .sitemap {
    -moz-column-width: auto;
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -moz-column-rule-color: #ddd;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    -webkit-column-rule-color: #ddd;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 2;
    column-gap: 2em;
    column-rule-color: #ddd;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
@media only screen and (max-width: 870px) {
  .sitemap {
    -moz-column-width: auto;
    -moz-column-count: 1;
    -moz-column-gap: 2em;
    -moz-column-rule-color: #ddd;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: 2em;
    -webkit-column-rule-color: #ddd;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 1;
    column-gap: 2em;
    column-rule-color: #ddd;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
.content-items-list,
.list-content-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .content-wrapper-paginator-options select {
  width: auto;
}
.type-listdocuments #rss_gif {
  float: right;
}
.type-listevents.default .content-items-list .list-event-item {
  margin: 0 0 0.75em 0;
  padding: 1em;
  background: #eee;
  border-radius: 6px;
}
.type-listevents.default .content-items-list .list-event-item .list-content-item-wrapper > h3:first-child {
  margin-top: 0;
  font-size: 1.6em;
  line-height: 1.4;
}
.advanced-search {
  font-size: 80%;
}
@media only screen and (min-width: 1081px) {
  .search-type-options {
    display: inline-block;
    width: 32.66666667%;
  }
}
@media only screen and (max-width: 870px) {
  .search-type-options {
    display: inline-block;
    width: 49%;
  }
}
#container .main-content .site-search .content-headline {
  display: block;
}
#container .main-content .site-search .type-select-buttons,
#container .main-content .site-search .category-search-filter {
  margin-top: 0.6em;
}
#container .main-content .site-search input[type='checkbox'] {
  margin: 0.2em 0.4em;
}
#container .main-content .site-search .type-select-buttons input[type='radio'] {
  float: none;
  margin: 0 0.4em;
}
#container .main-content .site-search .type-select-buttons label {
  display: inline;
  margin-right: 0.7em;
}
#container .site-search .content-headline {
  display: none;
}
#container .site-search input[type="submit"],
#container .site-search input[type="search"],
#container .site-search input[type="text"] {
  width: auto;
}
#container .site-search .global-pagination {
  padding: 1em 0;
}
#container .site-search .global-pagination .per-page-label,
#container .site-search .global-pagination input[type="submit"] {
  margin-left: 0.5em;
}
#container .site-search .global-pagination select {
  width: auto;
}
#container .site-search .input-name-pagination-page,
#container .site-search .input-name-pagination-per-page {
  display: inline-block;
}
.ie7 #container .site-search .input-name-pagination-page,
.ie7 #container .site-search .input-name-pagination-per-page {
  *display: inline;
  zoom: 1;
}
#container .site-search .site-search-results,
#container .site-search .search-result-item,
#container .site-search .page-url-list,
#container .site-search .page-url-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .site-search .search-result-item {
  position: relative;
  padding: 1em;
}
#container .site-search .search-result-item:nth-child(odd) {
  background: #f6f6f6;
}
#container .site-search .search-result-item h3 {
  margin-top: 0;
}
#container .site-search .entity-type {
  float: right;
  font-size: 80%;
  text-transform: capitalize;
  margin-right: 115px;
}
#container .site-search .search-ranking-bar {
  position: absolute;
  top: 1.3em;
  right: 1em;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 100px;
  border: 1px solid #999;
}
#container .site-search .search-ranking-bar .search-ranking-score {
  height: 8px;
  background: #999;
}
#container .site-search .page-url-list {
  font-size: 90%;
}
@media only screen and (max-width: 870px) {
  #container .site-search .global-pagination .per-page-label,
  #container .site-search .global-pagination input[type="submit"] {
    margin-left: 0;
  }
  #container .site-search .global-pagination select {
    width: 100%;
    margin-bottom: 0.7em;
  }
  #container .site-search .search-ranking-bar {
    margin-top: 0.7em;
    position: static;
    width: 100%;
  }
  #container .site-search .entity-type {
    margin-right: 0;
  }
}
.error-404 #main-content {
  padding: 0;
}
.error-404 .container {
  padding-bottom: 0;
  min-height: 0;
}
.error-404 .wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 95vh;
}
@media only screen and (max-width: 870px) {
  .error-404 .wrapper-inner {
    height: auto;
  }
}
.error-404 .wrapper-inner #brand-row {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2em;
}
@media only screen and (max-width: 870px) {
  .error-404 .wrapper-inner #brand-row {
    padding: 1em 1em 0 1em;
  }
}
.error-404 .wrapper-inner #brand-row #logotype {
  text-align: center;
}
@media only screen and (max-width: 870px) {
  .error-404 .wrapper-inner #brand-row #logotype a {
    max-width: 200px;
    display: inline-block;
  }
}
.error-404 .wrapper-inner #hero-row {
  flex: 1 1 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-404 .wrapper-inner #hero-row > .container {
  padding: 2em 0 2.5em 2em;
  border-left: solid 1px #ddd;
  max-width: 700px;
  width: 80%;
}
@media only screen and (max-width: 870px) {
  .error-404 .wrapper-inner #hero-row > .container {
    border-left: none;
    padding: 1em;
    width: unset;
  }
}
.error-404 .wrapper-inner #hero-row .page-headline {
  font-size: 200%;
  margin-top: 0;
  line-height: 1.2;
}
.error-404 .wrapper-inner #hero-row .page-headline:before {
  content: "Oh dear, 404";
  color: #ce0037;
  font-size: 80%;
  font-weight: 200;
  display: block;
  margin-bottom: 0.4em;
}
.error-404 .wrapper-inner #hero-row .search-headline {
  display: none;
}
.error-404 .wrapper-inner #hero-row .form-wrapper {
  margin-top: 1em;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs {
  position: relative;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs input[type="text"],
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs input[type="search"] {
  padding: 1em 50px 1em 1em;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs label {
  display: none;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap {
  position: absolute;
  top: 8px;
  right: 10px;
  height: 35px;
  width: 35px;
  transition: opacity 0.33s ease-in-out;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:hover,
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:focus,
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:active {
  opacity: 0.7;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: #ce0037;
  pointer-events: none;
  position: absolute;
  top: 2px;
  left: 10px;
  width: 35px;
  height: 35px;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap input[type="submit"] {
  background-color: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  /*background-image: url("/base-install/images/_site/icons/search-white.png");
							background-repeat: no-repeat;
							background-size: contain;*/
  width: 100%;
  height: 100%;
}
.error-404 .wrapper-inner .homepage-link {
  color: black;
  border: 2px solid #ce0037;
  padding: 0.75em 1.25em;
  border-radius: 8px;
  margin-bottom: 1em;
  display: inline-block;
}
.error-404 #footer-row .footer-list {
  float: left;
  width: 50%;
  color: #ddd;
  font-size: 85%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list.copyright {
  text-align: right;
  padding-right: 1em;
  border-right: solid 2px #ddd;
}
.error-404 #footer-row .footer-list.verseone-credit {
  padding-left: 1em;
}
.error-404 #footer-row .footer-list.verseone-credit a {
  color: #ddd;
  text-decoration: underline;
}
.error-404 #footer-row .footer-list.verseone-credit a:hover,
.error-404 #footer-row .footer-list.verseone-credit a:focus,
.error-404 #footer-row .footer-list.verseone-credit a:active {
  text-decoration: none;
}
.a-to-z-letters,
.a-to-z-letters li,
.a-to-z-pages,
.a-to-z-pages li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.a-to-z-letters {
  *zoom: 1;
}
.a-to-z-letters:before,
.a-to-z-letters:after {
  content: " ";
  display: table;
}
.a-to-z-letters:after {
  clear: both;
}
.a-to-z-letters li {
  display: inline-block;
  font-size: 1.15em;
  margin: 0.25em 0.125em;
}
.a-to-z-letters li a {
  display: block;
  padding: 0.5em;
  background-color: #333;
  color: #fff;
  transition: opacity 0.25s ease-in-out;
}
.a-to-z-letters li a:hover,
.a-to-z-letters li a:focus,
.a-to-z-letters li a:active {
  opacity: 0.6;
  text-decoration: none;
}
.a-to-z-pages {
  margin-top: 1em;
}
.a-to-z-pages li {
  margin: 0.1em 0;
}
.index-list,
.index-item,
.category-list,
.category-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faq-list .index-item {
  padding: 0.1em 0;
}
.faq-list .back-to-top {
  display: none;
  float: right;
  font-size: 80%;
}
.faq-list .content-items-list .list-content-item {
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: solid 1px #ddd;
}
.faq-list .content-items-list .list-content-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.faq-list .content-items-list .list-content-item .content-item-container > h3 {
  margin-top: 0;
}
.faq-category-list li {
  display: inline-block;
  font-size: 90%;
  margin-right: 0.5em;
  border: 1px solid #bbb;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.1em 0.3em;
}
.ie7 .faq-category-list li {
  *display: inline;
  zoom: 1;
}
.faq-index-list .index-list {
  padding: 1em;
  background: #f6f6f6;
  border: 1px solid #ddd;
}
.faq-index-list .index-list .index-item {
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0.5em 40px;
  min-height: 28px;
  position: relative;
}
.faq-index-list .index-list .index-item:hover:before,
.faq-index-list .index-list .index-item:focus:before,
.faq-index-list .index-list .index-item:active:before {
  font-weight: 900;
}
.faq-index-list .index-list .index-item:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  display: inline-block;
  color: #ce0037;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.faq-index-list .index-list .index-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.job-ref-details,
.job-ref-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*------------- Events Calendar ----------------*/
.events-calendar-top {
  *zoom: 1;
  padding-bottom: 0em;
}
.events-calendar-top:before,
.events-calendar-top:after {
  content: " ";
  display: table;
}
.events-calendar-top:after {
  clear: both;
}
.events-calendar-top ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.events-calendar-top ol li {
  float: left;
  margin-right: 0.8em;
}
.events-calendar-top ol li a {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.events-calendar-top ol li a.month-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-month.png");
}
.events-calendar-top ol li a.week-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-week.png");
}
.events-calendar-top ol li a.day-view,
.events-calendar-top ol li a.today-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-day.png");
}
.events-calendar-top ol li a.all-types-view {
  background-image: url("../images/events-calendar/view-nav-icons/event-types-view.png");
}
.events-calendar-top ol li a.all-events-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view.png");
}
#container .event-calendar-time-navigation .content-headline {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: none;
}
#container .event-calendar-time-navigation .month-year-nav {
  margin: 1em 0;
  padding: 0 1em;
}
.event-key {
  *zoom: 1;
  margin-top: 0.3em;
}
.event-key:before,
.event-key:after {
  content: " ";
  display: table;
}
.event-key:after {
  clear: both;
}
.event-key .event-key-table {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-key .event-key-table li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 1em;
}
.event-key .event-key-table span {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
}
.ie7 .event-key .event-key-table span {
  *display: inline;
  zoom: 1;
}
.event-key .event-key-table .event-type-name {
  display: inline-block;
}
.type-eventscalendar .venue-itinerary-form {
  display: none;
}
/*------------- Month View ----------------*/
.activity-calendar {
  /*--- Mini calendar for mobile and columns ---*/
  /*--- In a column or mulitple placement row ---*/
}
.activity-calendar .content-headline {
  border-bottom: none !important;
}
.activity-calendar .content-headline h2 {
  margin-top: 0;
  text-align: center;
}
.activity-calendar .prev-year {
  float: left;
  margin-right: 1em;
}
.activity-calendar .prev-year:before {
  content: "<<";
}
.activity-calendar .next-year {
  float: right;
  margin-left: 1em;
}
.activity-calendar .next-year:after {
  content: ">>";
}
.activity-calendar .prev-month {
  float: left;
}
.activity-calendar .prev-month:before {
  content: "<";
}
.activity-calendar .next-month {
  float: right;
}
.activity-calendar .next-month:after {
  content: ">";
}
.activity-calendar .ac-calendar {
  margin: 0.8em 0;
}
.activity-calendar .days-head {
  *zoom: 1;
}
.activity-calendar .days-head:before,
.activity-calendar .days-head:after {
  content: " ";
  display: table;
}
.activity-calendar .days-head:after {
  clear: both;
}
.activity-calendar .days-head td {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 14.28571429%;
  padding: 0 0.4em;
}
.ie7 .activity-calendar .days-head {
  margin-top: 2.2em;
}
.activity-calendar .days-head {
  text-align: center;
}
.activity-calendar .days-head th {
  text-align: center;
}
.activity-calendar .days-head td {
  height: 80px;
  border: 1px solid #ddd !important;
  border-right: 0;
  border-top: 0;
  vertical-align: top;
}
.activity-calendar .days-head td .ac-day-inner {
  text-align: left;
}
.activity-calendar .days-head td .ac-day-inner p {
  margin: 0;
}
.activity-calendar .days-head td .ac-day-inner a {
  text-decoration: none !important;
}
.activity-calendar .days-head tr:nth-child(2n) td {
  background: none;
}
.activity-calendar .days-head tr:hover td {
  background: none;
}
.activity-calendar .ac-calendar-lead {
  background: #fefefe !important;
}
.activity-calendar .ac-activity {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border: 0;
  margin: 0.3em 0.3em 0 0;
  color: rgba(0, 0, 0, 0);
}
.ie7 .activity-calendar .ac-activity {
  *display: inline;
  zoom: 1;
}
.activity-calendar .ac-activity:hover,
.activity-calendar .ac-activity:active,
.activity-calendar .ac-activity:focus {
  color: rgba(0, 0, 0, 0);
}
.activity-calendar .ac-activity.event-name {
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-bottom: solid 4px;
  color: #3c3c3b;
  width: auto;
  height: auto;
  font-size: 80%;
  line-height: 1;
  transition: border-bottom 0.2s ease-out;
}
.activity-calendar .ac-activity.event-name:hover,
.activity-calendar .ac-activity.event-name:active,
.activity-calendar .ac-activity.event-name:focus {
  border-bottom: solid 6px;
}
@media only screen and (max-width: 880px) {
  .activity-calendar .days-head {
    display: block;
  }
  .activity-calendar .days-head thead {
    display: none;
  }
  .activity-calendar .days-head tbody {
    display: block;
  }
  .activity-calendar .days-head tbody tr {
    height: auto !important;
    display: block;
  }
  .activity-calendar .days-head tbody tr td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .activity-calendar .days-head tbody tr .ac-activity {
    font-size: 100%;
    margin: 1em 0;
  }
  .activity-calendar .days-head tbody tr .ac-calendar-lead {
    display: none;
  }
  .activity-calendar .ac-month-list {
    border-top: 1px solid #ddd;
  }
  .activity-calendar .ac-month-list td {
    height: 45px;
  }
  .activity-calendar .ac-month-list td p {
    font-size: 0.8em;
  }
  .activity-calendar .ac-activity {
    display: block;
    margin: 2px 0.3em 0 0;
  }
}
.col .activity-calendar .days-head,
.placement-row-2-up .activity-calendar .days-head,
.placement-row-3-up .activity-calendar .days-head,
.placement-row-4-up .activity-calendar .days-head {
  display: block;
}
.col .activity-calendar .days-head thead,
.placement-row-2-up .activity-calendar .days-head thead,
.placement-row-3-up .activity-calendar .days-head thead,
.placement-row-4-up .activity-calendar .days-head thead {
  display: none;
}
.col .activity-calendar .days-head tbody,
.placement-row-2-up .activity-calendar .days-head tbody,
.placement-row-3-up .activity-calendar .days-head tbody,
.placement-row-4-up .activity-calendar .days-head tbody {
  display: block;
}
.col .activity-calendar .days-head tbody tr,
.placement-row-2-up .activity-calendar .days-head tbody tr,
.placement-row-3-up .activity-calendar .days-head tbody tr,
.placement-row-4-up .activity-calendar .days-head tbody tr {
  height: auto !important;
  display: block;
}
.col .activity-calendar .days-head tbody tr td,
.placement-row-2-up .activity-calendar .days-head tbody tr td,
.placement-row-3-up .activity-calendar .days-head tbody tr td,
.placement-row-4-up .activity-calendar .days-head tbody tr td {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.col .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-2-up .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-3-up .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-4-up .activity-calendar .days-head tbody tr .ac-activity {
  font-size: 100%;
  margin: 1em 0;
}
.col .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-2-up .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-3-up .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-4-up .activity-calendar .days-head tbody tr .ac-calendar-lead {
  display: none;
}
.col .activity-calendar .ac-month-list,
.placement-row-2-up .activity-calendar .ac-month-list,
.placement-row-3-up .activity-calendar .ac-month-list,
.placement-row-4-up .activity-calendar .ac-month-list {
  border-top: 1px solid #ddd;
}
.col .activity-calendar .ac-month-list td,
.placement-row-2-up .activity-calendar .ac-month-list td,
.placement-row-3-up .activity-calendar .ac-month-list td,
.placement-row-4-up .activity-calendar .ac-month-list td {
  height: 45px;
}
.col .activity-calendar .ac-month-list td p,
.placement-row-2-up .activity-calendar .ac-month-list td p,
.placement-row-3-up .activity-calendar .ac-month-list td p,
.placement-row-4-up .activity-calendar .ac-month-list td p {
  font-size: 0.8em;
}
.col .activity-calendar .ac-activity,
.placement-row-2-up .activity-calendar .ac-activity,
.placement-row-3-up .activity-calendar .ac-activity,
.placement-row-4-up .activity-calendar .ac-activity {
  display: block;
  margin: 2px 0.3em 0 0;
}
.col .activity-calendar .prev-year,
.placement-row-2-up .activity-calendar .prev-year,
.placement-row-3-up .activity-calendar .prev-year,
.placement-row-4-up .activity-calendar .prev-year,
.col .activity-calendar .next-year,
.placement-row-2-up .activity-calendar .next-year,
.placement-row-3-up .activity-calendar .next-year,
.placement-row-4-up .activity-calendar .next-year,
.col .activity-calendar .events-calendar-top,
.placement-row-2-up .activity-calendar .events-calendar-top,
.placement-row-3-up .activity-calendar .events-calendar-top,
.placement-row-4-up .activity-calendar .events-calendar-top {
  display: none;
}
/*------------- Week view ----------------*/
.no-events {
  text-align: center;
}
.basic-event-details,
.event-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.basic-event-details li,
.event-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table-row;
}
.basic-event-details li span,
.event-details li span {
  padding-bottom: 0.5em;
}
.basic-event-details li .event-label,
.event-details li .event-label {
  display: table-cell;
  padding-right: 0.8em;
  color: #3c3c3b;
}
.basic-event-details li .event-detail,
.event-details li .event-detail {
  display: table-cell;
  padding-left: 13px;
}
.event-details + .event-details-heading {
  display: none;
}
.event-type-colour {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie7 .event-type-colour {
  *display: inline;
  zoom: 1;
}
.event-calendar-time-navigation {
  margin-bottom: 0.5em;
}
/*------------- Day View----------------*/
.event-list-wrap p {
  text-align: center;
}
.event-list-wrap .list-event-item p,
.event-list-wrap .single-event-wrap p {
  text-align: left;
}
.event-list-wrap .content-items-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*------------- IE fixes ----------------*/
.no-rgba .activity-calendar .ac-activity {
  text-decoration: none;
}
.ie7 .activity-calendar .days-head li,
.ie7 .activity-calendar .ac-month-list li {
  width: 12%;
}
.ie7 .col .activity-calendar .days-head li,
.ie7 .col .activity-calendar .ac-month-list li {
  width: 11%;
}
.ie7 .event-type-colour {
  margin-right: 0.4em;
}
.ie7 .basic-event-details li .event-label,
.ie7 .event-details li .event-label {
  padding: 0;
  width: 80px;
}
.ie7 .basic-event-details li .event-detail,
.ie7 .event-details li .event-detail {
  padding: 0;
}
/*Create event form in frontend*/
#container #create-event-form fieldset {
  margin-top: 1em;
}
#container #create-event-form fieldset legend {
  font-weight: 700;
  font-size: 1.2em;
}
#container #create-event-form fieldset .row {
  border: none;
}
#container #create-event-form fieldset .row label {
  display: inline;
}
#container #create-event-form fieldset .row .mandatory-field {
  display: inline;
  color: red;
  padding-right: 1em;
}
#container #create-event-form fieldset .row select {
  display: block;
}
/*------------- Blog Module  ----------------*/
.post-meta {
  font-size: 80%;
}
/*------------- Blog list  ----------------*/
.older-posts {
  padding: 0.5em 1em;
  display: block;
  float: left;
}
.older-posts:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.older-posts:not(.tox-tbtn):hover,
.older-posts:not(.tox-tbtn):focus,
.older-posts:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.newer-posts {
  float: right;
  padding: 0.5em 1em;
  display: block;
}
.newer-posts:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.newer-posts:not(.tox-tbtn):hover,
.newer-posts:not(.tox-tbtn):focus,
.newer-posts:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.colored-bg.type-blog .content-wrapper-inner {
  padding: 0 !important;
}
.type-blog .list-content .content-main-image {
  width: auto;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 870px) {
  .type-blog .list-content .content-main-image {
    float: none;
  }
}
.type-blog .list-content .content-main-image img {
  width: 220px;
}
@media only screen and (max-width: 870px) {
  .type-blog .list-content .content-main-image img {
    width: auto;
  }
}
.type-blog .content-main-image {
  /*width: 220px;
		float: left;
		margin: 0.8em 1.2em 1em 0;*/
}
.type-blog .blog-name h2 {
  margin-top: 0;
}
.type-blog .post-title {
  margin: 0;
}
@media only screen and (max-width: 870px) {
  .type-blog .post-title {
    margin: 0.6em 0 0 0;
  }
}
.type-blog .post-meta {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 1em 0 1em 0;
  padding: 0.8em 0 0.7em 0;
}
.type-blog .post-meta .posted-on {
  font-weight: 400;
}
.type-blog .post-meta .blog-comment-number {
  float: right;
}
.type-blog .post-meta .post-author {
  display: none;
}
.type-blog .post {
  padding: 0 0 1.75em 0;
  margin-bottom: 1.75em;
  border-bottom: solid 1px #ddd;
}
.type-blog .post:last-child {
  border-bottom: none;
}
.type-blog .post.single-post {
  background-color: transparent;
}
.type-blog .post.single-post .text,
.type-blog .post.single-post header {
  margin-left: 0;
}
.type-blog .post .post-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
}
@media only screen and (max-width: 870px) {
  .type-blog .post .post-title {
    font-size: 20px;
  }
}
.type-blog .post .post-title a {
  transition: all 0.4s;
}
.type-blog .post header,
.type-blog .post .text {
  margin-left: 235px;
}
@media only screen and (max-width: 870px) {
  .type-blog .post header,
  .type-blog .post .text {
    margin-left: 0;
  }
}
.type-blog .post.no-image header,
.type-blog .post.no-image .text {
  margin-left: 0;
}
.type-blog .post .more-link {
  float: left;
  margin: 10px 0 10px 5px;
  position: relative;
}
.type-blog .post .more-link:not(.tox-tbtn) {
  border: none;
  background: #999;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.type-blog .post .more-link:not(.tox-tbtn):hover,
.type-blog .post .more-link:not(.tox-tbtn):focus,
.type-blog .post .more-link:not(.tox-tbtn):active {
  background: #737373;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .type-blog .post .more-link {
    padding: 0;
  }
}
/*--- Blog search ---*/
#container .blog-search legend {
  display: none;
}
#container .blog-search input[type="search"],
#container .blog-search input[type="text"] {
  border: none;
  background: #f6f6f6;
  border-radius: 0;
  padding: 0.5em;
}
#container .blog-search input[type="submit"] {
  width: auto;
  text-indent: -9999px;
  background-image: url("/base-install/images/_site/icons/search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0.5em 1.4em;
  transition: opacity 0.3s ease-out;
}
#container .blog-search input[type="submit"]:hover,
#container .blog-search input[type="submit"]:focus,
#container .blog-search input[type="submit"]:active {
  opacity: 0.6;
}
/*--- Archives ---*/
.archives-list,
.archives-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.archives-list.month {
  margin-left: 1.8em;
}
.archives-list a {
  display: block;
  padding: 0.3em 0;
}
.archives-list a.archive-list-item-year-toggle {
  padding-left: 18px;
  background-image: url("../images/blogs-v2/feedback/fs-expand.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.archives-list a.archive-list-item-year-toggle.open {
  background-image: url("../images/blogs-v2/feedback/fs-contract.png");
}
/*--- Categories ---*/
.article-categories a {
  display: block;
}
#container #main-content .type-blogsearch .blog-search fieldset {
  position: relative;
}
@media only screen and (max-width: 870px) {
  #container #main-content .type-blogsearch .blog-search fieldset {
    text-align: center;
  }
}
#container #main-content .type-blogsearch .blog-search fieldset .input-label.input-name-blog-search {
  display: none;
}
#container #main-content .type-blogsearch .blog-search fieldset input[type="search"],
#container #main-content .type-blogsearch .blog-search fieldset input[type="text"] {
  width: 100%;
}
.ie7 #container #main-content .type-blogsearch .blog-search fieldset input[type="search"],
.ie7 #container #main-content .type-blogsearch .blog-search fieldset input[type="text"] {
  width: 96%;
}
#container #main-content .type-blogsearch .blog-search fieldset input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a {
  text-decoration: none;
  transition: all 0.4s;
  border-bottom: solid 1px #ddd;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a:hover {
  border-bottom: solid 1px #ce0037;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item ol.archives-list.month {
  margin-left: 1.8em;
}
/*------------- Single blog post  ----------------*/
#container .single-post {
  position: relative;
  padding: 0;
}
#container .single-post .template-navigation-link a.back-to-blog-home {
  display: inline-block;
  margin-bottom: 1em;
}
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn):hover,
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn):focus,
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn):hover,
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn):focus,
#container .single-post .template-navigation-link a.back-to-blog-home:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container .single-post .template-navigation-link a.back-to-blog-home:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#container .single-post .template-navigation-link a.back-to-blog-home:hover,
#container .single-post .template-navigation-link a.back-to-blog-home:focus,
#container .single-post .template-navigation-link a.back-to-blog-home:active {
  text-decoration: none;
}
#container .single-post .content-main-image {
  width: 50%;
  float: right;
  margin: 0em 0em 1em 1.2em;
}
#container .single-post .content-main-image img {
  width: 100%;
}
@media only screen and (max-width: 870px) {
  #container .single-post .content-main-image {
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0;
  }
  #container .single-post .content-main-image img {
    width: auto;
  }
}
#container .single-post .content-headline.post-title {
  float: none;
  padding: 0;
  border: none !important;
}
#container .single-post .content-headline.post-title h2 {
  line-height: 1.2;
}
/*--- Comment Form ---*/
.blog-comment-toggle {
  display: block;
  margin-bottom: 0.5em;
  outline: none;
  border: none;
  color: #ce0037 !important;
  font-weight: 400;
}
.blog-comment-toggle .button-text {
  transition: all 0.4s;
  font-size: 16px;
}
.blog-comment-toggle .button-text {
  display: inline-block;
}
.ie7 .blog-comment-toggle .button-text {
  *display: inline;
  zoom: 1;
}
.blog-comment-toggle:hover,
.blog-comment-toggle:focus,
.blog-comment-toggle:active {
  outline: none;
}
.blog-comment-toggle:hover .blog-comment-toggle-icon,
.blog-comment-toggle:focus .blog-comment-toggle-icon,
.blog-comment-toggle:active .blog-comment-toggle-icon {
  transform: translateY(-4px);
}
#blog-comments {
  padding: 1em;
  background: #f6f6f6;
}
#blog-comments h3 {
  margin: 0 0 1em 0;
}
#blog-comments .comment-content .comment-author {
  font-weight: bold;
}
#blog-comments .comment-content p {
  margin: 0 0 0 0;
}
#blog-comments .comments-list {
  clear: both;
}
#blog-comments .comments-list .blog-cmt {
  margin: 1em 0 0 0;
  padding: 1em;
  background: #eeeeee;
}
#blog-comments #blg-cmt-frm {
  display: none;
  clear: both;
}
.ie7 #blog-comments #blg-cmt-frm {
  display: block;
}
#blog-comments #blg-cmt-frm .row.comment-website {
  display: none;
}
#blog-comments #blg-cmt-frm .row {
  border-top: none;
  padding: 0.5em 1.5em;
}
#blog-comments #blg-cmt-frm input[type="submit"] {
  padding: 0.6em 1em;
  float: right;
}
.comments-list,
.comments-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-blogsminilist.default .blog-posts-list {
  *zoom: 1;
  margin: 0 -0.5em;
}
.type-blogsminilist.default .blog-posts-list:before,
.type-blogsminilist.default .blog-posts-list:after {
  content: " ";
  display: table;
}
.type-blogsminilist.default .blog-posts-list:after {
  clear: both;
}
@media only screen and (max-width: 870px) {
  .type-blogsminilist.default .blog-posts-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post {
  float: left;
  width: 25%;
  padding: 0.5em;
}
.col .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 100%;
}
.layout_1_0 .middle .type-blogsminilist.default .blog-posts-list .blog-posts-post,
.layout_0_1 .middle .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 33.333%;
}
.layout_1_1 .middle .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 50%;
}
@media only screen and (max-width: 870px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post {
    width: 49.8%;
  }
}
.ie7 .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 22% !important;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner {
  background: #fff;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media only screen and (max-width: 870px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner {
    height: 100%;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
  height: 200px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1190px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
    max-height: none;
    height: 0;
    padding-top: 100%;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image img {
  width: 100%;
  visibility: hidden;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image.no-thumb {
  background-color: #f6f6f6;
  background-image: url("/base-install/images/_site/no-thumb.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper {
  padding: 1em;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title {
  display: block;
  color: #becf45;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  min-height: 4.8em;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title:hover,
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title:focus,
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title:active {
  text-decoration: underline;
}
@media only screen and (max-width: 870px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title {
    min-height: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .blog-post-summary {
  display: none;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-meta {
  margin-bottom: 0;
}
@media only screen and (max-width: 870px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-meta {
    font-weight: 300;
  }
}
.type-blogsminilist.default .blog-page-link {
  text-align: center;
}
.type-blogsminilist.default .blog-page-link a {
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center;
  padding: 0.5em 3.5em 0.4em 3.5em;
  border: solid 1px #becf45;
  margin-top: 1em;
  font-size: 16px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  color: #becf45;
  border-radius: 5px;
}
.type-blogsminilist.default .blog-page-link a:hover,
.type-blogsminilist.default .blog-page-link a:focus,
.type-blogsminilist.default .blog-page-link a:active {
  background-color: #becf45;
  color: #fff;
}
.poll-question,
.poll-question li,
.poll-results,
.poll-results li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-poll input[type="submit"] {
  margin-top: 1em;
}
.type-poll .poll-result-answer {
  padding-bottom: 0.5em;
}
.poll-result-bar {
  width: 100%;
  border: 1px solid #bbb;
  overflow: hidden;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 1em;
}
.poll-result-bar div {
  background: #bbb;
  height: 100%;
  border-radius: 0 6px 6px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie7 .poll-question input[type="radio"] {
  float: left;
  position: relative;
  top: 8px;
}
.ie7 .poll-question label {
  float: left;
}
.ie7 .type-poll input[type="submit"] {
  clear: left;
}
.form,
.form-in-new-window {
  margin: 0.5em 0;
}
.form fieldset,
.form-in-new-window fieldset {
  padding: 0;
}
.form legend,
.form-in-new-window legend {
  margin-top: 1em;
  font-weight: 700;
  padding: 0.3em 0;
}
.form p.labelman,
.form-in-new-window p.labelman {
  margin: 0;
  padding: 0.6em 0;
  border-top: solid 3px #eee;
}
.form .labelman,
.form-in-new-window .labelman {
  font-size: 85%;
  color: red;
}
.form label .labelman,
.form-in-new-window label .labelman {
  color: red;
  font-size: 18px;
  font-weight: 700;
}
.form table .labelman,
.form-in-new-window table .labelman {
  font-size: 18px;
  font-weight: 700;
}
.form input[type='text'],
.form-in-new-window input[type='text'],
.form input[type='password'],
.form-in-new-window input[type='password'],
.form input[type='tel'],
.form-in-new-window input[type='tel'],
.form input[type='url'],
.form-in-new-window input[type='url'],
.form input[type='email'],
.form-in-new-window input[type='email'],
.form input[type="search"],
.form-in-new-window input[type="search"],
.form textarea,
.form-in-new-window textarea {
  width: 100%;
  -webkit-appearance: none;
}
.ie7 .form input[type='text'],
.ie7 .form-in-new-window input[type='text'],
.ie7 .form input[type='password'],
.ie7 .form-in-new-window input[type='password'],
.ie7 .form input[type='tel'],
.ie7 .form-in-new-window input[type='tel'],
.ie7 .form input[type='url'],
.ie7 .form-in-new-window input[type='url'],
.ie7 .form input[type='email'],
.ie7 .form-in-new-window input[type='email'],
.ie7 .form input[type="search"],
.ie7 .form-in-new-window input[type="search"],
.ie7 .form textarea,
.ie7 .form-in-new-window textarea {
  width: 96%;
}
.form label,
.form-in-new-window label {
  margin: 0.5em 0 0.2em 0;
  display: block;
}
.form input[type='text'],
.form-in-new-window input[type='text'],
.form input[type='search'],
.form-in-new-window input[type='search'],
.form input[type='password'],
.form-in-new-window input[type='password'],
.form input[type='tel'],
.form-in-new-window input[type='tel'],
.form input[type='url'],
.form-in-new-window input[type='url'],
.form input[type='email'],
.form-in-new-window input[type='email'] {
  border: 1px solid #999;
  padding: 0.5em;
  box-sizing: border-box;
}
.form input[type='text']:hover,
.form-in-new-window input[type='text']:hover,
.form input[type='search']:hover,
.form-in-new-window input[type='search']:hover,
.form input[type='password']:hover,
.form-in-new-window input[type='password']:hover,
.form input[type='tel']:hover,
.form-in-new-window input[type='tel']:hover,
.form input[type='url']:hover,
.form-in-new-window input[type='url']:hover,
.form input[type='email']:hover,
.form-in-new-window input[type='email']:hover,
.form input[type='text']:focus,
.form-in-new-window input[type='text']:focus,
.form input[type='search']:focus,
.form-in-new-window input[type='search']:focus,
.form input[type='password']:focus,
.form-in-new-window input[type='password']:focus,
.form input[type='tel']:focus,
.form-in-new-window input[type='tel']:focus,
.form input[type='url']:focus,
.form-in-new-window input[type='url']:focus,
.form input[type='email']:focus,
.form-in-new-window input[type='email']:focus {
  border-color: #666;
  outline: none;
}
.form textarea,
.form-in-new-window textarea {
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.5em;
  min-height: 8em;
  resize: vertical;
}
.form textarea:hover,
.form-in-new-window textarea:hover,
.form textarea:focus,
.form-in-new-window textarea:focus {
  border-color: #666;
  outline: none;
}
.form .col select,
.form-in-new-window .col select {
  width: 100%;
}
.form button:not(.tox-tbtn),
.form-in-new-window button:not(.tox-tbtn),
.form input[type="submit"]:not(.tox-tbtn),
.form-in-new-window input[type="submit"]:not(.tox-tbtn),
.form input[type="button"]:not(.tox-tbtn),
.form-in-new-window input[type="button"]:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.form button:not(.tox-tbtn):hover,
.form-in-new-window button:not(.tox-tbtn):hover,
.form input[type="submit"]:not(.tox-tbtn):hover,
.form-in-new-window input[type="submit"]:not(.tox-tbtn):hover,
.form input[type="button"]:not(.tox-tbtn):hover,
.form-in-new-window input[type="button"]:not(.tox-tbtn):hover,
.form button:not(.tox-tbtn):focus,
.form-in-new-window button:not(.tox-tbtn):focus,
.form input[type="submit"]:not(.tox-tbtn):focus,
.form-in-new-window input[type="submit"]:not(.tox-tbtn):focus,
.form input[type="button"]:not(.tox-tbtn):focus,
.form-in-new-window input[type="button"]:not(.tox-tbtn):focus,
.form button:not(.tox-tbtn):active,
.form-in-new-window button:not(.tox-tbtn):active,
.form input[type="submit"]:not(.tox-tbtn):active,
.form-in-new-window input[type="submit"]:not(.tox-tbtn):active,
.form input[type="button"]:not(.tox-tbtn):active,
.form-in-new-window input[type="button"]:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.form button:not(.tox-tbtn),
.form-in-new-window button:not(.tox-tbtn),
.form input[type="submit"]:not(.tox-tbtn),
.form-in-new-window input[type="submit"]:not(.tox-tbtn),
.form input[type="button"]:not(.tox-tbtn),
.form-in-new-window input[type="button"]:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.form button:not(.tox-tbtn):hover,
.form-in-new-window button:not(.tox-tbtn):hover,
.form input[type="submit"]:not(.tox-tbtn):hover,
.form-in-new-window input[type="submit"]:not(.tox-tbtn):hover,
.form input[type="button"]:not(.tox-tbtn):hover,
.form-in-new-window input[type="button"]:not(.tox-tbtn):hover,
.form button:not(.tox-tbtn):focus,
.form-in-new-window button:not(.tox-tbtn):focus,
.form input[type="submit"]:not(.tox-tbtn):focus,
.form-in-new-window input[type="submit"]:not(.tox-tbtn):focus,
.form input[type="button"]:not(.tox-tbtn):focus,
.form-in-new-window input[type="button"]:not(.tox-tbtn):focus,
.form button:not(.tox-tbtn):active,
.form-in-new-window button:not(.tox-tbtn):active,
.form input[type="submit"]:not(.tox-tbtn):active,
.form-in-new-window input[type="submit"]:not(.tox-tbtn):active,
.form input[type="button"]:not(.tox-tbtn):active,
.form-in-new-window input[type="button"]:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.form input[type='checkbox'],
.form-in-new-window input[type='checkbox'],
.form input[type='radio'],
.form-in-new-window input[type='radio'] {
  clear: left;
  float: left;
  margin: 0.2em 0.7em;
}
.form input[type='checkbox']:focus,
.form-in-new-window input[type='checkbox']:focus,
.form input[type='radio']:focus,
.form-in-new-window input[type='radio']:focus {
  outline: 1px solid #212121;
}
.form .checkbox_label,
.form-in-new-window .checkbox_label {
  margin: 0 0 0 26px !important;
  float: none !important;
  width: auto !important;
  display: block !important;
}
.form ::-webkit-input-placeholder,
.form-in-new-window ::-webkit-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form :-moz-placeholder,
.form-in-new-window :-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form ::-moz-placeholder,
.form-in-new-window ::-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form :-ms-input-placeholder,
.form-in-new-window :-ms-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form-in-new-window form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 0 1em;
}
body.form-in-new-window {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  background-image: none;
}
body.form-in-new-window .logo-container {
  display: none;
}
.form-in-new-window .content-container {
  width: 100%;
}
.form-in-new-window legend {
  padding: 0;
  color: #3c3c3b;
}
.form-in-new-window .labelman {
  border-top: none !important;
}
.form-in-new-window h1 {
  border-bottom: 5px solid #333;
  line-height: normal;
  margin-bottom: 0;
}
.form-in-new-window .progressborder {
  margin-top: 1em;
}
.form-in-new-window .logo-on-form {
  margin-top: 1.5em;
}
.form-in-new-window .button_row {
  border-top: solid 3px #eee;
}
.form-in-new-window .button_row input {
  width: auto;
  display: block;
}
@media only screen and (max-width: 870px) {
  .form-in-new-window .button_row input {
    /*width: 100%;
				float: none !important;*/
  }
}
@media only screen and (max-width: 870px) {
  .form-in-new-window .button_row a[title="Edit previous Page"] {
    /*width: 100%;
					margin-bottom: 2em;
					padding: 0.7em 0 !important;
					text-align: center;*/
  }
}
@media only screen and (max-width: 870px) {
  .form-in-new-window table {
    font-size: 70% !important;
  }
}
#container form .row,
.form-in-new-window form .row {
  *zoom: 1;
  padding: 0.5em 0;
}
#container form .row:before,
.form-in-new-window form .row:before,
#container form .row:after,
.form-in-new-window form .row:after {
  content: " ";
  display: table;
}
#container form .row:after,
.form-in-new-window form .row:after {
  clear: both;
}
#container form .row label,
.form-in-new-window form .row label {
  margin-top: 0;
  vertical-align: top;
}
#container form .row table th,
.form-in-new-window form .row table th {
  text-align: left;
}
#container form .row table th input[type="submit"],
.form-in-new-window form .row table th input[type="submit"] {
  color: #3c3c3b;
}
#container form .row table th input[type="submit"]:not(.tox-tbtn),
.form-in-new-window form .row table th input[type="submit"]:not(.tox-tbtn) {
  border: none;
  background: #fff;
  padding: 0.5em 1.2em;
  color: #3c3c3b !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container form .row table th input[type="submit"]:not(.tox-tbtn):hover,
.form-in-new-window form .row table th input[type="submit"]:not(.tox-tbtn):hover,
#container form .row table th input[type="submit"]:not(.tox-tbtn):focus,
.form-in-new-window form .row table th input[type="submit"]:not(.tox-tbtn):focus,
#container form .row table th input[type="submit"]:not(.tox-tbtn):active,
.form-in-new-window form .row table th input[type="submit"]:not(.tox-tbtn):active {
  background: #d9d9d9;
  text-decoration: none;
}
#container form .row table tr,
.form-in-new-window form .row table tr {
  padding: 0.5em 0;
}
#container form .button_row,
.form-in-new-window form .button_row {
  *zoom: 1;
  margin: 0;
  padding: 1em 0;
  border-top: solid 3px #eee;
}
#container form .button_row:before,
.form-in-new-window form .button_row:before,
#container form .button_row:after,
.form-in-new-window form .button_row:after {
  content: " ";
  display: table;
}
#container form .button_row:after,
.form-in-new-window form .button_row:after {
  clear: both;
}
.ie7 #container form .button_row,
.ie7 .form-in-new-window form .button_row {
  margin: 0;
}
#container form .button_row input,
.form-in-new-window form .button_row input {
  float: right;
  margin-top: 0.4em;
  line-height: 1.4;
}
#container form .button_row input#segment_summary,
.form-in-new-window form .button_row input#segment_summary,
#container form .button_row input#save_and_edit_later,
.form-in-new-window form .button_row input#save_and_edit_later {
  float: left;
  margin-right: 1em;
  line-height: 1.4;
}
#container form .button_row input#segment_summary:not(.tox-tbtn),
.form-in-new-window form .button_row input#segment_summary:not(.tox-tbtn),
#container form .button_row input#save_and_edit_later:not(.tox-tbtn),
.form-in-new-window form .button_row input#save_and_edit_later:not(.tox-tbtn) {
  border: none;
  background: #333;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container form .button_row input#segment_summary:not(.tox-tbtn):hover,
.form-in-new-window form .button_row input#segment_summary:not(.tox-tbtn):hover,
#container form .button_row input#save_and_edit_later:not(.tox-tbtn):hover,
.form-in-new-window form .button_row input#save_and_edit_later:not(.tox-tbtn):hover,
#container form .button_row input#segment_summary:not(.tox-tbtn):focus,
.form-in-new-window form .button_row input#segment_summary:not(.tox-tbtn):focus,
#container form .button_row input#save_and_edit_later:not(.tox-tbtn):focus,
.form-in-new-window form .button_row input#save_and_edit_later:not(.tox-tbtn):focus,
#container form .button_row input#segment_summary:not(.tox-tbtn):active,
.form-in-new-window form .button_row input#segment_summary:not(.tox-tbtn):active,
#container form .button_row input#save_and_edit_later:not(.tox-tbtn):active,
.form-in-new-window form .button_row input#save_and_edit_later:not(.tox-tbtn):active {
  background: #0d0d0d;
  text-decoration: none;
}
#container form .button_row a[title="Edit previous Page"],
.form-in-new-window form .button_row a[title="Edit previous Page"] {
  float: left;
  margin-right: 1em;
  margin-top: 0.4em;
  text-decoration: none !important;
}
#container form .button_row a[title="Edit previous Page"]:not(.tox-tbtn),
.form-in-new-window form .button_row a[title="Edit previous Page"]:not(.tox-tbtn) {
  border: none;
  background: #333;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container form .button_row a[title="Edit previous Page"]:not(.tox-tbtn):hover,
.form-in-new-window form .button_row a[title="Edit previous Page"]:not(.tox-tbtn):hover,
#container form .button_row a[title="Edit previous Page"]:not(.tox-tbtn):focus,
.form-in-new-window form .button_row a[title="Edit previous Page"]:not(.tox-tbtn):focus,
#container form .button_row a[title="Edit previous Page"]:not(.tox-tbtn):active,
.form-in-new-window form .button_row a[title="Edit previous Page"]:not(.tox-tbtn):active {
  background: #0d0d0d;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  #container form .button_row,
  .form-in-new-window form .button_row {
    border: none;
    background: none;
  }
  #container form .button_row input,
  .form-in-new-window form .button_row input {
    padding: 0.7em !important;
  }
}
#form_summary_legend {
  margin: 1em 0;
}
#form_summary_legend legend {
  float: left;
  margin: 0.6em 2em 0.6em 0;
}
#form_summary_legend .incomplete,
#form_summary_legend .maybe,
#form_summary_legend .done {
  float: left;
  margin-right: 2.5em;
}
#form_summary_legend img {
  margin-right: 0.5em;
  margin-top: -0.4em;
}
table#form_summary tbody th {
  text-align: left;
}
table#form_summary tr.button_row form {
  padding: 0.5em;
}
table#form_summary tr.button_row form #markAsComplete {
  float: right;
}
@media only screen and (max-width: 870px) {
  table#form_summary tr.button_row form #markAsComplete {
    padding: 0.8em 0;
    margin: 0.5em 0;
  }
}
table#form_summary tr.button_row form #edit_later {
  margin-right: 1em;
}
table#form_summary tr.button_row form #edit_later:not(.tox-tbtn) {
  border: none;
  background: #333;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
table#form_summary tr.button_row form #edit_later:not(.tox-tbtn):hover,
table#form_summary tr.button_row form #edit_later:not(.tox-tbtn):focus,
table#form_summary tr.button_row form #edit_later:not(.tox-tbtn):active {
  background: #0d0d0d;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  table#form_summary tr.button_row form #edit_later {
    padding: 0.8em 0;
    margin: 0.5em 0;
  }
}
table#form_summary tr.button_row form a {
  display: inline-block;
  margin-right: 1em;
}
.ie7 table#form_summary tr.button_row form a {
  *display: inline;
  zoom: 1;
}
.progressborder {
  border: 1px solid #bbb;
}
.progressborder .progressbar {
  padding: 0.5em;
  text-align: right;
}
.progressborder p {
  margin: 0;
}
#form_complete input[type="email"] {
  float: left;
  width: 60%;
  margin-right: 0.8em;
}
@media only screen and (max-width: 870px) {
  #form_complete input[type="email"] {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
}
#form_complete .input-name-forms-finished-email {
  margin-top: 2em;
}
.form-in-new-window .progressborder,
.progressborder {
  margin-bottom: 1.5em;
}
.form-in-new-window .progressborder .progressbar,
.progressborder .progressbar {
  background: #ddd;
}
/*- Only when a form is in a single placement row, and not in mobile view, use row layout -*/
#container .middle .placement-row-1-up .form .row,
.form-in-new-window .form .row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container .middle .placement-row-1-up .form label,
.form-in-new-window .form label,
#container .middle .placement-row-1-up .form .label,
.form-in-new-window .form .label {
  display: table-cell;
  width: 26%;
  vertical-align: top;
}
#container .middle .placement-row-1-up .form .field,
.form-in-new-window .form .field {
  display: table-cell;
  padding: 0 0 0 2em;
  width: 74%;
}
@media only screen and (max-width: 870px) {
  #container .middle .placement-row-1-up .form .field,
  .form-in-new-window .form .field {
    width: 100%;
    padding: 0;
  }
}
#container .middle .placement-row-1-up .form .field br,
.form-in-new-window .form .field br {
  display: none;
}
#container .middle .placement-row-1-up .form .field label,
.form-in-new-window .form .field label {
  display: inline;
  padding-left: 0.5em;
}
.ie7 #container .middle .placement-row-1-up .form .field,
.ie7 .form-in-new-window .form .field {
  padding: 0;
  width: 99%;
}
#container .middle .placement-row-1-up .form select,
.form-in-new-window .form select {
  width: auto;
}
@media only screen and (max-width: 870px) {
  #container .middle .placement-row-1-up .form .row,
  .form-in-new-window .form .row,
  #container .middle .placement-row-1-up .form label,
  .form-in-new-window .form label,
  #container .middle .placement-row-1-up .form .label,
  .form-in-new-window .form .label {
    width: auto;
    display: block;
  }
  #container .middle .placement-row-1-up .form .field,
  .form-in-new-window .form .field {
    display: block;
    padding: 0;
  }
  #container .middle .placement-row-1-up .form select,
  .form-in-new-window .form select {
    width: 100%;
  }
  #container .middle .placement-row-1-up .form .button_row input,
  .form-in-new-window .form .button_row input {
    margin-bottom: 0.5em;
  }
}
/*TEMPORARY FIX FOR FORMS THING*/
.main-editor-output #container.form-auth-wrapper {
  display: none;
}
#classic-form-0 .matrixQuestions thead tr td,
#classic-form-0 .matrixQuestions thead tr th,
#container .form .matrixQuestions thead tr td,
#container .form .matrixQuestions thead tr th {
  background: #f2f2f2;
  color: #444;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  padding: 1em;
  font-weight: 400;
}
#classic-form-0 .matrixQuestions thead tr th:last-child,
#container .form .matrixQuestions thead tr th:last-child {
  border-right: none;
}
#classic-form-0 .matrixQuestions tbody tr:nth-child(even) td,
#container .form .matrixQuestions tbody tr:nth-child(even) td {
  background: 0 0;
}
#classic-form-0 .matrixQuestions tbody tr:focus th,
#classic-form-0 .matrixQuestions tbody tr:hover th,
#container .form .matrixQuestions tbody tr:focus th,
#container .form .matrixQuestions tbody tr:hover th {
  background: #eaeaea;
}
#classic-form-0 .matrixQuestions tbody tr:focus td,
#classic-form-0 .matrixQuestions tbody tr:hover td,
#container .form .matrixQuestions tbody tr:focus td,
#container .form .matrixQuestions tbody tr:hover td {
  background: #f2f2f2;
}
#classic-form-0 .matrixQuestions tbody tr td,
#classic-form-0 .matrixQuestions tbody tr th,
#container .form .matrixQuestions tbody tr td,
#container .form .matrixQuestions tbody tr th {
  transition: background 0.3s ease-in-out;
  border-bottom: solid 1px #ddd;
}
#classic-form-0 .matrixQuestions tbody tr th,
#container .form .matrixQuestions tbody tr th {
  width: 50%;
  padding: 1em;
  background: #f2f2f2;
  color: #444;
  font-weight: 400;
}
#classic-form-0 .matrixQuestions tbody tr td,
#container .form .matrixQuestions tbody tr td {
  border-left: solid 1px #ddd;
}
#classic-form-0 table caption,
#container .form table caption {
  text-align: left;
}
#classic-form-0 table tbody tr th,
#container .form table tbody tr th {
  background: #f2f2f2;
  color: #444;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  padding: 0.5em;
  font-weight: 400;
}
#classic-form-0 table tbody tr th:last-child,
#container .form table tbody tr th:last-child {
  border-right: none;
}
#classic-form-0 table tbody tr th input[value="Add A Row"],
#container .form table tbody tr th input[value="Add A Row"],
#classic-form-0 table tbody tr td input[value="Add A Row"],
#container .form table tbody tr td input[value="Add A Row"] {
  background-image: url(/base-install/images/_site/icons/add.png) !important;
  background-color: #ffffff !important;
}
#classic-form-0 table tbody tr input[type=submit],
#container .form table tbody tr input[type=submit] {
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  background-size: 70% !important;
}
#classic-form-0 table tbody tr input[type=submit]:active,
#classic-form-0 table tbody tr input[type=submit]:focus,
#classic-form-0 table tbody tr input[type=submit]:hover,
#container .form table tbody tr input[type=submit]:active,
#container .form table tbody tr input[type=submit]:focus,
#container .form table tbody tr input[type=submit]:hover {
  background-color: #ddd;
}
#classic-form-0 table tbody tr:nth-child(even) td,
#container .form table tbody tr:nth-child(even) td {
  background: 0 0;
}
#classic-form-0 table tbody tr:focus th,
#classic-form-0 table tbody tr:hover th,
#container .form table tbody tr:focus th,
#container .form table tbody tr:hover th {
  background: #eaeaea;
}
#classic-form-0 table tbody tr:focus td,
#classic-form-0 table tbody tr:hover td,
#container .form table tbody tr:focus td,
#container .form table tbody tr:hover td {
  background: #f2f2f2;
}
#classic-form-0 table tbody tr td,
#container .form table tbody tr td {
  transition: background 0.3s ease-in-out;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
#classic-form-0 table tbody tr td br {
  display: none;
}
#classic-form-0 table tbody tr td input[value=Delete],
#container .form table tbody tr td input[value=Delete] {
  background-color: #f2f2f2;
  background-image: url(/base-install/images/_site/icons/remove.png) !important;
}
#classic-form-0 table tbody tr td select,
#container .form table tbody tr td select {
  float: left;
  padding: 0.2em 0;
}
#classic-form-0 table tbody tr td .form-date-input-year,
#container .form table tbody tr td .form-date-input-year {
  float: left;
  width: 70px;
}
#classic-form-0 table tbody tr td:first-child,
#container .form table tbody tr td:first-child {
  border-left: none;
}
.form legend,
.form-in-new-window legend {
  color: #444444;
}
.form_window_container #form_window_head {
  margin-top: 1em;
  padding-top: 130px;
  background-image: url("/base-install/images/main-logo/company-logo.png");
  background-position: left 16px;
  background-repeat: no-repeat;
  background-size: 220px;
}
.form_window_container #form_window_head h1 {
  margin: 0;
  border: none;
  font-weight: 400;
  font-size: 22px;
  padding: 0.4em 0.4em 0.3em 0.4em;
  background: #5ab1bd;
  margin-top: 0.5em;
  color: #fff;
}
.form_window_container form {
  margin-top: 0;
  padding: 1em;
}
.dept-directory,
.dept-directory li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dept-directory li {
  padding: 0.2em 0;
}
.dept-directory li dt {
  width: 80px;
  float: left;
}
.dept-directory li dd {
  margin-left: 100px;
}
.dept-directory .sd-overview dd {
  margin: 0 0 0.8em 0;
  padding: 0;
}
.folder-breadcrumb {
  padding: 0 0 0.8em 22px;
  background-image: url("../images/media-browser/folder.png");
  background-position: left 1px;
  background-repeat: no-repeat;
}
#container .media-search-inputs {
  *zoom: 1;
}
#container .media-search-inputs:before,
#container .media-search-inputs:after {
  content: " ";
  display: table;
}
#container .media-search-inputs:after {
  clear: both;
}
#container .media-search-inputs input[type="search"],
#container .media-search-inputs input[type="text"],
#container .media-search-inputs input[type="submit"],
#container .media-search-inputs label {
  float: left;
}
#container .media-search-inputs input[type="submit"] {
  width: auto;
  margin: 3px 0 0 0.5em;
}
#container .media-search-inputs input[type="checkbox"] {
  margin-top: 0.6em;
}
#container .media-search-inputs label {
  font-size: 90%;
  margin-top: 0.4em;
}
#container .media-search-inputs input[value="description"] {
  clear: none;
}
.ie7 #container .media-search-inputs input[value="display_name"] {
  clear: none;
}
.results-filter-options {
  margin: 0.5em 0;
}
.results-filter-options span {
  display: none;
}
.results-filter-options .status-filters {
  display: block;
}
.results-filter-options .status-filters a {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.ms-current {
  background-image: url("../images/media-browser/status-current.png");
}
.ms-underreview,
.ms-under-review {
  background-image: url("../images/media-browser/status-under-review.png");
}
.ms-expired {
  background-image: url("../images/media-browser/status-expired.png");
}
.ms-archived {
  background-image: url("../images/media-browser/status-archived.png");
}
.ms-all {
  padding-left: 0;
}
.media-display-table thead a {
  text-decoration: none;
}
.media-display-table thead .mb-sort {
  padding: 0 0 0 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.media-display-table thead .mb-sort.asc {
  background-image: url("../images/arrows/arrow-up.png");
}
.media-display-table thead .mb-sort.desc {
  background-image: url("../images/arrows/arrow-down.png");
}
.media-display-table .media-status {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 870px) {
  .results-filter-options {
    display: none;
  }
  .media-history {
    display: none;
  }
  .media-display-table th:first-child,
  .media-display-table td:first-child {
    display: none;
  }
  .media-display-table th:nth-child(2),
  .media-display-table td:nth-child(2) {
    display: none;
  }
  .media-display-table th:nth-child(4),
  .media-display-table td:nth-child(4) {
    display: none;
  }
  .media-display-table th:last-child,
  .media-display-table td:last-child {
    display: none;
  }
}
#container input[name="media_search_term"] {
  width: auto;
}
#container .mb-fldr-lst a {
  text-decoration: none;
}
#container .mb-fldr-lst input[type="search"],
#container .mb-fldr-lst input[type="text"] {
  width: 50%;
}
#container .mb-fldr-lst input[type="submit"] {
  width: auto;
}
#container .mb-fldr-lst .mb-folders-list,
#container .mb-fldr-lst .mb-folder-item,
#container .mb-fldr-lst .sub-list ul,
#container .mb-fldr-lst .sub-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .mb-fldr-lst .md-lst-wrp {
  margin-top: 0.5em;
}
#container .mb-fldr-lst .sub-list,
#container .mb-fldr-lst .sub-list ul {
  margin-left: 1.2em;
}
#container .mb-fldr-lst .back-to-top-folder {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0.4em 0 0.4em 22px;
  background-image: url("../images/media-browser/folder-tree.png");
}
#container .mb-fldr-lst .vw-fldr {
  display: inline-block;
  margin-left: 2px;
  padding-top: 2px;
}
.ie7 #container .mb-fldr-lst .vw-fldr {
  *display: inline;
  zoom: 1;
}
#container .mb-fldr-lst .xpnd-fldr {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../images/media-browser/folder-closed.png");
  background-position: center 1px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.ie7 #container .mb-fldr-lst .xpnd-fldr {
  *display: inline;
  zoom: 1;
}
#container .mb-fldr-lst .xpnd-fldr.open {
  background-image: url("../images/media-browser/folder-open.png");
}
#container .mb-fldr-lst .root-folder > .xpnd-fldr {
  background-image: url("../images/media-browser/folder-top.png");
}
#container .mb-fldr-lst .empty > .xpnd-fldr {
  background-image: url("../images/media-browser/folder.png");
  background-position: 10px 1px;
  background-repeat: no-repeat;
}
#file-viewer ul,
#file-viewer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#file-viewer .media-status {
  margin-bottom: 0.5em;
}
#file-viewer .media-status span {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
}
.status-download-information {
  float: right;
  width: 50%;
}
.media-information {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 870px) {
  .status-download-information,
  .media-information {
    float: none;
    width: auto;
  }
}
.media-history {
  clear: both;
  margin-top: 1em;
  float: left;
  width: 100%;
}
.ie7 .media-history {
  float: none;
}
.media-history .results-count {
  display: none;
}
.media-format,
.media-file-format .media-info {
  display: inline-block;
  padding-left: 28px;
  height: 24px;
  line-height: 24px;
  background-position: 1px center;
  background-repeat: no-repeat;
}
.ie7 .media-format,
.ie7 .media-file-format .media-info {
  *display: inline;
  zoom: 1;
}
.format-avi,
.format-mp4,
.format-swf,
.format-mov,
.format-flv,
.format-wmv {
  background-image: url("../images/media-browser/avi.png");
}
.format-aac,
.format-mp3,
.format-wma,
.format-wav {
  background-image: url("../images/media-browser/mp3.png");
}
.format-png {
  background-image: url("../images/media-browser/png.png");
}
.format-gif,
.format-jpeg,
.format-jpg {
  background-image: url("../images/media-browser/jpg.png");
}
.format-doc,
.format-docx {
  background-image: url("../images/media-browser/doc.png");
}
.format-pdf {
  background-image: url("../images/media-browser/pdf.png");
}
.format-ppsx,
.format-ppt,
.format-pptx {
  background-image: url("../images/media-browser/ppt.png");
}
.format-xls,
.format-xlsx {
  background-image: url("../images/media-browser/xls.png");
}
.format-rtf {
  background-image: url("../images/media-browser/rtf.png");
}
.format-csv {
  background-image: url("../images/media-browser/csv.png");
}
.format-txt {
  background-image: url("../images/media-browser/txt.png");
}
.type-forum caption {
  font-family: "Stag Web", Times New Roman, Times, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 140%;
  text-align: left;
}
.type-forum h2 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgba(60, 60, 59, 0.2);
}
.type-forum .forum-search-form {
  font-size: 1.6rem;
  margin-bottom: 1em;
  background: #f6f6f6;
  padding: 1em;
}
.type-forum .forum-search-form form {
  padding-top: 10px;
}
.type-forum .forum-search-form form fieldset legend {
  display: none;
}
.type-forum .forum-search-form form fieldset .row {
  display: flex;
}
.type-forum .forum-search-form form fieldset .row label {
  display: none !important;
  flex: 0 0 100%;
}
.type-forum .forum-search-form form fieldset .row [type='search'] {
  flex: 1 1 90%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (min-width: 769px) and (max-width: 1500px) {
  .type-forum .forum-search-form form fieldset .row [type='search'] {
    flex: 1 1 80%;
  }
}
.type-forum .forum-search-form form fieldset .row [type='submit'] {
  flex: 1 1 10%;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (min-width: 769px) and (max-width: 1500px) {
  .type-forum .forum-search-form form fieldset .row [type='submit'] {
    flex: 1 1 20%;
  }
}
.type-forum .forum-search-form form fieldset .row select {
  border-right: none;
  border-left: none;
}
.type-forum .forum-threads .jump-to-submission-form {
  display: inline-block;
  margin-top: 0.5em;
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 8px;
  margin-bottom: 1em;
}
.type-forum .forum-threads .jump-to-submission-form:hover {
  background: #820023;
}
.type-forum .forum-threads .thread-listings caption {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
.type-forum .forum-threads tbody td {
  font-size: 1.5rem;
  padding: 1em;
}
.type-forum .forum-threads tbody td a {
  font-size: 1.5rem;
}
.type-forum .forum-threads tbody td.forum-item-info {
  display: flex;
  align-items: center;
}
.type-forum .forum-threads tbody td.forum-item-info:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f036";
  display: inline-block;
  padding-right: 0.5em;
  color: #ce0037;
}
@media only screen and (max-width: 870px) {
  .type-forum .forum-threads tbody td.forum-item-info:before {
    display: none;
  }
}
.type-forum .forum-threads tbody td.forum-item-info h3 {
  margin: 0px;
}
.type-forum .forum-threads tbody td.forum-item-author:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f406";
  display: inline-block;
  padding-right: 0.5em;
  color: #ce0037;
}
@media only screen and (max-width: 870px) {
  .type-forum .forum-threads tbody td.forum-item-author:before {
    display: none;
  }
}
.type-forum .forum-threads tbody td.forum-item-count:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3e5";
  display: inline-block;
  padding-right: 0.5em;
  color: #ce0037;
}
@media only screen and (max-width: 870px) {
  .type-forum .forum-threads tbody td.forum-item-count:before {
    display: none;
  }
}
.type-forum .forum-wrapper .display-forum-thread .original-post,
.type-forum .forum-wrapper .display-forum-thread .post-reply {
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  border-radius: 4px;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread {
  padding: 1em;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-message-meta {
  display: flex;
  flex-direction: column-reverse;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-message-meta .forum-thread-reply-likes {
  margin-top: 5px;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-thread-media {
  padding: 1em;
  border-top: solid 1px #eee;
  background: rgba(232, 237, 238, 0.2);
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-thread-media .forum-thread-media-image-link {
  display: inline-block;
  position: relative;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-thread-media .forum-thread-media-image-link .media-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.4em 1em 0.5em 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-thread-media-document-link:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  display: inline-block;
  padding-right: 0.5em;
  font-weight: 900;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-meta-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1em 1em 1em 1em;
  border-bottom: solid 1px #eee;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-meta-wrap .forum-thread-reply-likes {
  margin-left: auto;
  /*input {
							#container & {
								margin: 0;
								padding: 0;
								color: @color1;
								background: transparent;
							}
						}*/
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-meta-wrap .forum-author-meta {
  font-size: 1.25em;
  font-weight: 700;
  margin-right: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-meta-wrap .forum-author-meta a {
  font-size: 1em;
}
.type-forum .forum-wrapper .display-forum-thread .forum-thread .forum-meta-wrap .forum-message-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.type-forum .forum-wrapper .return-to-threads-wrap {
  margin-bottom: 1em;
}
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings {
  display: inline;
}
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn):hover,
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn):focus,
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn):hover,
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn):focus,
.type-forum .forum-wrapper .return-to-threads-wrap .return-to-thread-listings:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.type-forum #forum-message-form legend {
  font-weight: bold;
  padding: 1em 0 0.5em 0;
  text-transform: none;
  color: #ce0037;
  font-family: "Stag Web", Times New Roman, Times, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 140%;
}
.type-forum #forum-message-form input[type='submit'] {
  margin-top: 0.5em;
}
.type-forum .forum-submission-form {
  margin-top: 1em;
  font-size: 1.6rem;
  background-color: #eff1f2;
  border-radius: 6px;
  padding: 1em;
  border: solid 1px #5d707b;
}
.type-forum .forum-submission-form label {
  font-family: "Stag Web", Times New Roman, Times, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 140%;
  font-size: 1em;
}
.type-forum .forum-submission-form .row.image-upload label {
  font-size: 0;
  color: transparent;
  display: block;
  padding: 1.6rem 2rem 1.6rem 2rem;
  border: dashed 2px #ddd;
  transition: border-color 0.25s ease;
  cursor: pointer;
}
.type-forum .forum-submission-form .row.image-upload label:hover,
.type-forum .forum-submission-form .row.image-upload label:focus,
.type-forum .forum-submission-form .row.image-upload label:active {
  border-color: #ce0037;
}
.type-forum .forum-submission-form .row.image-upload label:after {
  content: "Click here to upload files";
  font-size: 20px;
  color: #ce0037;
}
.type-forum .forum-submission-form .row.image-upload label:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f15c";
  display: inline-block;
  color: #ce0037;
  font-size: 22px;
  font-weight: 900;
  margin-right: 0.75rem;
}
.type-forum .forum-submission-form .row.image-upload input {
  display: none;
}
.type-forum .results-totals-count {
  display: none;
}
.type-forum .display-forum-thread {
  /*.forum-message-meta {
            margin: 1em 0 0.5em 0;
            display: inline-block;
            font-size: 1.5rem;
            //            font-weight: bold;
            padding: 0.25em 1em;
            background: rgba(232, 237, 238, .2);
            //                color: #41B6E6;
            border: 1px solid @lightest-grey;
            border-radius: 4px;

            .item-date {
                display: inline-block;
                font-size: 1.5rem;
            }

            datetime {
                //                padding: 0.25em 0.5em;
                //                background: rgba(232, 237, 238, .2);
                //                color: #41B6E6;
                //                border: 1px solid @lightest-grey;
            }

            .forum-thread-reply-likes {
                margin-bottom: .5em;
                display: block;
            }
        }*/
}
.type-forum .display-forum-thread .back-to-top {
  display: none;
}
.type-forum .author-website {
  display: block;
}
.type-forum .forum-thread-reply-likes .like-count {
  padding: 0.25em 0.5em;
  color: #ce0037;
  font-weight: bold;
}
.type-forum .forum-thread-reply-likes .like-count:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f164";
  display: inline-block;
  padding-right: 0.4em;
}
.type-forum .return-to-thread-listings {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
.type-forum .content-headline h2 {
  margin-bottom: 0.5em;
}
.pfb-visitor-details,
.pfb-visitor-details + .button-wrapper > button[type='submit'],
.type-forum .forum-threads .thread-listings tbody {
  font-size: 1.6rem;
}
#breadcrumbs {
  float: left;
}
.favourite-container,
.breadcrumb .favourite-icon-wrap {
  float: right;
}
.favourite-icon-wrap a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0.5em;
}
.ie7 .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
.favourite-object {
  height: 16px;
  width: 16px;
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object:hover,
.favourite-object:focus,
.favourite-object:active {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this:hover,
.favourite-object.unfavourite-this:focus,
.favourite-object.unfavourite-this:active {
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object.favourite-page {
  height: 24px;
  width: 24px;
  background-image: url("../images/favourites/favourite-page.gif");
}
.favourite-object.favourite-page:hover,
.favourite-object.favourite-page:focus,
.favourite-object.favourite-page:active {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this:hover,
.favourite-object.favourite-page.unfavourite-this:focus,
.favourite-object.favourite-page.unfavourite-this:active {
  background-image: url("../images/favourites/favourite-page.gif");
}
.middle .favourite-object.favourite-page {
  display: none;
}
#container .favourites-list .favourite-icon-wrap a {
  display: inline-block;
  height: 24px;
  width: 24px;
  float: right;
}
.ie7 #container .favourites-list .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
#container .favourites-list .list-content-item {
  line-height: 24px;
  padding: 0.2em 0;
}
#container .favourites-list .list-content-item a {
  vertical-align: middle;
}
.type-propertylist .main-image {
  text-align: center;
}
.property-search-example {
  display: block;
  font-size: 80%;
}
.property-type-features,
.property-type-features li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.property-type-features li {
  padding: 0.1em 0;
}
.type-propertymap .map-wrapper {
  height: 280px;
}
@media only screen and (min-width: 1081px) {
  .layout_1_1 .col .type-propertymap .map-wrapper {
    height: 220px;
  }
}
p.property-results {
  color: #ce0037;
  font-size: 90%;
}
.ui-tabs-nav,
.ui-tabs-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-tabs-hide {
  display: none;
}
.single-property-wrapper .ui-tabs-nav {
  margin-top: 1em;
  border-bottom: 1px solid #bbb;
}
.single-property-wrapper .ui-tabs-nav li {
  display: inline-block;
  margin: 0 0.2em;
}
.ie7 .single-property-wrapper .ui-tabs-nav li {
  *display: inline;
  zoom: 1;
}
.single-property-wrapper .ui-tabs-nav li.ui-tabs-selected {
  position: relative;
  top: 1px;
  background: #fff;
}
.single-property-wrapper .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  border: 1px solid #bbb;
  border-bottom: 0;
  padding: 0.4em 0.8em;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-property-wrapper .ui-tabs-nav li a:hover,
.single-property-wrapper .ui-tabs-nav li a:focus {
  background: #eee;
}
#property-photos-tab .gallery-wrapper {
  *zoom: 1;
}
#property-photos-tab .gallery-wrapper:before,
#property-photos-tab .gallery-wrapper:after {
  content: " ";
  display: table;
}
#property-photos-tab .gallery-wrapper:after {
  clear: both;
}
#property-photos-tab .gallery-wrapper li {
  margin: 0 0.5em 0.5em 0;
  float: left;
}
#property-photos-tab .gallery-wrapper img {
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 870px) {
  #property-photos-tab .gallery-wrapper img {
    height: 70px;
  }
}
#fancybox-wrap * {
  box-sizing: content-box;
}
#fancybox-close {
  right: -54px !important;
}
.type-propertysearch #property-search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.type-propertysearch #property-search-form fieldset {
  flex: 1 1 30%;
  padding: 0 1em;
}
@media only screen and (max-width: 870px) {
  .type-propertysearch #property-search-form fieldset {
    flex: 1 1 100%;
  }
}
.type-propertysearch #property-search-form fieldset legend {
  display: none;
}
.type-propertysearch #property-search-form fieldset#feature-details {
  display: none;
}
.type-propertysearch #property-search-form fieldset .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0.75em;
}
.type-propertysearch #property-search-form fieldset .row .field-label {
  flex: 0 1 130px;
}
@media only screen and (max-width: 870px) {
  .type-propertysearch #property-search-form fieldset .row .field-label {
    flex: 0 0 100%;
  }
}
.type-propertysearch #property-search-form fieldset .row .field-label label {
  margin: 0.3em 0;
}
.type-propertysearch #property-search-form fieldset .row .field-value {
  flex: 1 1 auto;
}
.type-propertysearch #property-search-form fieldset .row .field-value input,
.type-propertysearch #property-search-form fieldset .row .field-value select,
.type-propertysearch #property-search-form fieldset .row .field-value textarea {
  width: 100%;
  padding: 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.type-propertysearch #property-search-form fieldset#basic-details .field-value input {
  border: none;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.type-propertysearch #property-search-form fieldset#basic-details .field-value input::-moz-placeholder {
  font-size: 85%;
}
.type-propertysearch #property-search-form fieldset#basic-details .field-value input::placeholder {
  font-size: 85%;
}
.type-propertysearch #property-search-form fieldset#basic-details .property-search-example {
  display: none;
}
.type-propertysearch #property-search-form fieldset .price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-propertysearch #property-search-form fieldset .price-wrap .minimum-price {
  flex: 1 1 auto;
}
.type-propertysearch #property-search-form fieldset .price-wrap .minimum-price .field-value {
  padding-right: 0.5em;
}
.type-propertysearch #property-search-form fieldset .price-wrap .maximum-price {
  flex: 1 1 auto;
}
@media only screen and (max-width: 870px) {
  .type-propertysearch #property-search-form fieldset .price-wrap .maximum-price {
    flex: 1 1 50%;
    padding-top: 2em;
  }
}
.type-propertysearch #property-search-form fieldset .price-wrap .maximum-price .field-value {
  padding-left: 0.5em;
}
.type-propertysearch #property-search-form fieldset .price-wrap .maximum-price label {
  display: none;
}
.type-propertysearch #property-search-form fieldset .bedrooms-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-propertysearch #property-search-form fieldset .bedrooms-wrap .minimum-bedrooms {
  flex: 1 1 auto;
}
@media only screen and (max-width: 870px) {
  .type-propertysearch #property-search-form fieldset .bedrooms-wrap .minimum-bedrooms {
    flex: 1 1 50%;
  }
}
.type-propertysearch #property-search-form fieldset .bedrooms-wrap .minimum-bedrooms .field-value {
  padding-right: 0.5em;
}
.type-propertysearch #property-search-form fieldset .bedrooms-wrap .maximum-bedrooms {
  flex: 1 1 auto;
}
@media only screen and (max-width: 870px) {
  .type-propertysearch #property-search-form fieldset .bedrooms-wrap .maximum-bedrooms {
    flex: 1 1 50%;
    padding-top: 2em;
  }
}
.type-propertysearch #property-search-form fieldset .bedrooms-wrap .maximum-bedrooms .field-value {
  padding-left: 0.5em;
}
.type-propertysearch #property-search-form fieldset .bedrooms-wrap .maximum-bedrooms label {
  display: none;
}
.type-propertysearch #property-search-form .search-property-button-wrap {
  flex: 1 1 100%;
  padding: 1em 1em 0 1em;
  text-align: right;
}
.type-propertysearch #property-search-form .search-property-button-wrap input {
  background-color: #f1b24a;
  padding: 0.8em 2.8em;
}
.content-items-list .property-item {
  box-shadow: rgba(187, 187, 187, 0.8) 0px 0px 8px 2px;
  margin: 3em 0;
  border-radius: 6px;
  overflow: hidden;
  background: #f6f6f6;
}
@media only screen and (max-width: 870px) {
  .content-items-list .property-item {
    margin: 3em 0;
  }
}
.content-items-list .property-item .property-title {
  font-weight: 400;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 0.35em;
  letter-spacing: 1px;
}
.content-items-list .property-item .content-item-container {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 870px) {
  .content-items-list .property-item .content-item-container {
    flex-direction: column;
  }
}
.content-items-list .property-item .content-item-container .main-image {
  flex: 1 1 40%;
}
.content-items-list .property-item .content-item-container .main-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.content-items-list .property-item .content-item-container .property-details-wrapper {
  flex: 1 1 60%;
  padding: 2em;
}
.content-items-list .property-item .content-item-container .property-details-wrapper .property-overview-headline {
  margin: 1.2em 0 0.6em 0;
  letter-spacing: 1px;
  color: #ce0037;
  font-weight: 400;
}
.content-items-list .property-item .content-item-container .property-details-wrapper .property-overview-summary h4 {
  font-weight: bold;
}
.content-items-list .property-item .content-item-container .property-details-wrapper .property-overview-summary a {
  color: #ce0037;
}
.content-items-list .property-item .view-property-details p {
  margin: 0;
  text-align: left;
}
.content-items-list .property-item .view-property-details p a:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.content-items-list .property-item .view-property-details p a:not(.tox-tbtn):hover,
.content-items-list .property-item .view-property-details p a:not(.tox-tbtn):focus,
.content-items-list .property-item .view-property-details p a:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .content-items-list .property-item .property-details {
    display: flex;
    flex-direction: column;
  }
}
.content-items-list .property-item .property-details .ui-state-default a {
  color: #becf45 !important;
}
.property-list-pagination {
  padding: 0.5em 0;
  text-align: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.property-list-pagination a,
.property-list-pagination .no-prev-page,
.property-list-pagination .no-next-page {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  background: #ce0037;
  transition: background-color 0.25s ease-in-out;
}
.property-list-pagination a .link-text,
.property-list-pagination .no-prev-page .link-text,
.property-list-pagination .no-next-page .link-text {
  display: none;
}
.property-list-pagination a:before,
.property-list-pagination .no-prev-page:before,
.property-list-pagination .no-next-page:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  line-height: 40px;
  font-size: 32px;
}
.property-list-pagination .no-prev-page:before,
.property-list-pagination .prev-page:before {
  content: "\f104";
}
.property-list-pagination .no-prev-page,
.property-list-pagination .no-next-page {
  background: #ddd;
}
.property-list-pagination .page-count-wrap {
  position: relative;
  top: -5px;
  display: inline-block;
  margin: 0 1.5em;
}
.property-list-pagination a:hover,
.property-list-pagination a:focus,
.property-list-pagination a:active {
  background-color: #f70042;
}
.single-property-wrapper {
  margin-top: -0.5em;
}
@media only screen and (max-width: 870px) {
  .single-property-wrapper {
    margin-top: 0;
  }
}
.single-property-wrapper header {
  position: relative;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  min-height: 350px;
}
@media only screen and (max-width: 870px) {
  .single-property-wrapper header {
    border-radius: 12px;
  }
}
.single-property-wrapper header .main-image {
  height: 450px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.single-property-wrapper header .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}
.single-property-wrapper header .property-info {
  color: #fff;
  padding: 2em 2em;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ce0037;
}
@media only screen and (max-width: 870px) {
  .single-property-wrapper header .property-info {
    padding: 1em;
    font-size: 80%;
  }
}
.single-property-wrapper header .property-info .property-title {
  font-size: 1.4em;
  line-height: 1.4;
}
.single-property-wrapper header .property-info .property-address-wrap {
  font-size: 85%;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.single-property-wrapper header .property-info .property-detail-buttons {
  float: right;
  font-size: 1em;
}
.single-property-wrapper header .property-info .property-price-wrap {
  font-size: 1em;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.single-property-wrapper header .property-info .property-bedrooms {
  margin-top: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.single-property-wrapper header .property-info .property-description-wrap {
  font-size: 80%;
  font-weight: 300;
}
.single-property-wrapper header .property-info .property-description-wrap .property-description {
  margin: 0;
  padding-top: 0.25em;
}
.single-property-wrapper .content-wrapper-inner {
  padding: 1em 2em 0 2em;
}
@media only screen and (max-width: 870px) {
  .single-property-wrapper .content-wrapper-inner {
    padding: 0 0.5em;
  }
}
.single-property-wrapper .content-wrapper-inner .property-details .property-features > h2 {
  margin-bottom: 0;
}
.single-property-wrapper .content-wrapper-inner .property-details .property-features .feature-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1em 0;
}
.single-property-wrapper .content-wrapper-inner .property-details .property-features .feature-list li {
  margin: 0.25em 0;
  padding: 0.25em 0.5em;
  flex: 1 1 auto;
  font-size: 120%;
  list-style-position: inside;
  list-style-type: none;
}
.single-property-wrapper .content-wrapper-inner .property-details .property-features .feature-list li .feature:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
  padding-right: 0.33em;
  color: #becf45;
  font-weight: 900;
}
@media only screen and (max-width: 870px) {
  .single-property-wrapper .content-wrapper-inner .property-details .property-features .feature-list li {
    flex: 1 1 50%;
    text-align: left;
    font-size: 100%;
  }
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-nav {
  display: none !important;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel {
  display: block !important;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents > h5 {
  font-size: 1.5em;
  margin: 0.4em 0;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li {
  margin: 0.33em 0;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a {
  padding: 0.3em 1.2em;
  display: inline-block;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn):hover,
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn):focus,
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn):hover,
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn):focus,
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .property-documents .document-list li a:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.single-property-wrapper .content-wrapper-inner .property-details .ui-tabs .ui-tabs-panel .content-item {
  border-top: none !important;
}
.grey-border .placement-inner {
  border-radius: 6px;
  padding: 1em;
  border: solid 1px #5d707b;
  background: #eff1f2;
}
.grey-border .placement-inner .content-headline h2,
.grey-border .placement-inner .content-headline h3 {
  margin-top: 0;
}
/*POPUP-START*/
.type-popupplacement .pop-up-backdrop {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: rgba(187, 187, 187, 0.6);
  z-index: 6000;
  display: none;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 480px;
  margin-top: -240px;
  margin-left: -320px;
  border: solid 1.5em #fff;
  background: white;
}
@media only screen and (max-width: 870px) {
  .type-popupplacement .pop-up-backdrop .pop-up-content-box {
    width: unset;
    height: unset;
    margin: 0;
    top: 5%;
    bottom: 5%;
    right: 5%;
    left: 5%;
  }
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .content-item-inner {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  overflow-y: auto;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -14px;
  right: -14px;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 22px;
}
/*POPUP-START-END*/
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list {
  *zoom: 1;
  margin: 0.5em 0;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list:before,
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list:after {
  content: " ";
  display: table;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list:after {
  clear: both;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item {
  *zoom: 1;
  clear: both;
  padding: 0.7em 0 0.7em 1.5em;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:before,
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:after {
  content: " ";
  display: table;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:after {
  clear: both;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:nth-child(odd) {
  background: #f6f6f6;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .top-level label {
  font-weight: bold;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .go-to-page a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  background-image: url("../images/topic-subscriptions/page.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 18px;
  height: 21px;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .go-to-page a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item input {
  clear: none;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item label {
  margin: 0;
  display: inline;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .topic-item:first-child {
  margin-top: 0.7em;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .topic-item:nth-child(odd) {
  background: transparent;
}
.resource-booking .time-period-nav ul,
.resource-booking .time-period-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.resource-booking .time-period-nav .month-selector {
  text-align: center;
}
.resource-booking .time-period-nav .month-selector #month-select {
  width: auto;
}
.resource-booking .time-period-nav .month-selector label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.resource-booking .time-period-nav .month-selector label .focusable:active,
.resource-booking .time-period-nav .month-selector label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.resource-booking .time-period-nav ul {
  display: table;
  width: 100%;
  padding: 0.5em 0;
}
.resource-booking .time-period-nav li {
  display: table-cell;
}
.resource-booking .time-period-nav .date-info {
  text-align: center;
}
.resource-booking .time-period-nav .previous-time,
.resource-booking .time-period-nav .next-time {
  width: 100px;
}
.resource-booking .time-period-nav .next-time {
  text-align: right;
}
.resource-display header h3 {
  text-align: center;
}
.resource-booking .rb-alert {
  position: fixed;
  width: 60%;
  margin-left: -30%;
  left: 50%;
  top: 0;
  background: #3c3c3b;
  color: #fff;
  padding: 1em;
}
.resource-booking .rb-alert button {
  float: right;
}
#rb-day-view .day-options .show-booking-form {
  display: none;
}
#rb-form-container {
  float: right;
  width: 24%;
  padding: 0.8em 0 0.4em 1.6em;
}
#rb-form-container form fieldset ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#rb-form-container form fieldset ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#rb-form-container form fieldset ul input[type="submit"] {
  margin-top: 1em;
}
#rb-day-calendar {
  margin-right: 24%;
}
.placement-row-2-up #rb-day-view .day-options .show-booking-form,
.placement-row-3-up #rb-day-view .day-options .show-booking-form,
.placement-row-4-up #rb-day-view .day-options .show-booking-form {
  display: block;
}
.placement-row-2-up #rb-form-container,
.placement-row-3-up #rb-form-container,
.placement-row-4-up #rb-form-container {
  float: none;
  width: auto;
  padding: 0;
  display: none;
  position: relative;
}
.placement-row-2-up #rb-form-container.show-form,
.placement-row-3-up #rb-form-container.show-form,
.placement-row-4-up #rb-form-container.show-form {
  display: block;
}
.placement-row-2-up #rb-form-container form.field-manager-enabled,
.placement-row-3-up #rb-form-container form.field-manager-enabled,
.placement-row-4-up #rb-form-container form.field-manager-enabled {
  position: absolute;
  width: 74%;
  top: 0;
  left: 50%;
  margin-left: -36%;
  background: #fff;
  padding: 1em;
  border: solid 1px #3c3c3b;
}
.placement-row-2-up #rb-day-calendar,
.placement-row-3-up #rb-day-calendar,
.placement-row-4-up #rb-day-calendar {
  margin-right: 0;
}
@media only screen and (max-width: 870px) {
  #rb-day-view .day-options .show-booking-form {
    display: block;
  }
  #rb-form-container {
    float: none;
    width: auto;
    padding: 0;
    display: none;
    position: relative;
  }
  #rb-form-container.show-form {
    display: block;
  }
  #rb-form-container form.field-manager-enabled {
    position: absolute;
    width: 74%;
    top: 0;
    left: 50%;
    margin-left: -36%;
    background: #fff;
    padding: 1em;
    border: solid 1px #3c3c3b;
  }
  #rb-day-calendar {
    margin-right: 0;
  }
}
.resource-calendar.week-display tbody tr.res-ch:hover td {
  background: none;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch .popup-holder {
  position: relative;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch .popup-holder .more-info.resource-info {
  display: none;
  background: #fff;
  color: #3c3c3b;
  top: 0;
  left: 100%;
  width: 300px;
  padding: 0.5em;
  border: solid 1px #3c3c3b;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch .popup-holder .more-info.resource-info h4 {
  margin-top: 0.5em;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch:hover .popup-holder .more-info.resource-info {
  display: block;
  position: absolute;
  z-index: 9999;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch {
  position: relative;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder {
  position: relative;
  height: 50px;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info .more-info-inner {
  border: solid 1px #3c3c3b;
  background: #fff;
  padding: 1.5em;
  width: 350px;
  min-height: 200px;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info .more-info-inner h4 {
  margin-top: 0.5em;
}
.resource-calendar.day-display tr td {
  text-align: center;
}
.resource-calendar.day-display .rb-booked-time-slot {
  border: 1px solid #999;
  text-transform: capitalize;
  text-align: left;
  vertical-align: top;
}
.resource-calendar.day-display .rb-booked-time-slot .booking-details {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 870px) {
  .resource-calendar.day-display .rb-booked-time-slot .booking-details {
    display: block;
  }
}
.resource-calendar.day-display .rb-booked-time-slot .booking-details li {
  display: table-cell;
  padding: 1em;
}
@media only screen and (max-width: 870px) {
  .resource-calendar.day-display .rb-booked-time-slot .booking-details li {
    display: block;
    text-align: left;
  }
}
.resource-calendar.day-display .rb-booked-time-slot .booking-details .cancel-booking {
  text-align: right;
}
@media only screen and (max-width: 870px) {
  .resource-calendar.day-display .rb-booked-time-slot .booking-details .cancel-booking {
    text-align: left;
  }
}
/*---- Dark Mute Blue ----*/
/*---- Note Red ----*/
/*---- Active Blue ----*/
/*---- Away Red ----*/
/*---- Inactive Amber ----*/
/*---- Offline Grey ----*/
/*---- Action Green ----*/
#container #main-content .type-processsearchplacement .placement-inner {
  background: transparent;
  border: none;
  padding: 0;
}
#container #main-content .type-processsearchplacement .pb-menu {
  background: #fff;
  border: solid 1px #ddd;
  padding: 1em;
}
#container #main-content .type-processsearchplacement .pb-menu .section-headline h2 {
  margin: 0 0 0.4em 0;
  font-weight: 400;
}
#container #main-content .type-processsearchplacement .pb-filters legend {
  font-weight: 700;
  border-bottom: solid 1px #ddd;
  display: block;
  width: 100%;
}
#container #main-content .type-processsearchplacement .pb-filters fieldset {
  margin-bottom: 1em;
}
#container #main-content .type-processsearchplacement .pb-filters fieldset:last-child {
  margin-bottom: 0;
}
#container #main-content .type-processplacement .placement-inner {
  background: transparent;
  border: none;
  padding: 0;
}
#container #main-content .type-processplacement .content-headline {
  padding: 1em;
  border: solid 1px #ddd;
  background: #fff;
  border-bottom: none;
}
#container #main-content .type-processplacement .process-wrapper .process-overview {
  background: #fff;
  padding: 1em;
  border: solid 1px #ddd;
  border-top: none;
}
#container #main-content .type-processplacement .process-wrapper .pb-step-list {
  margin: 0;
}
#container #main-content .type-processplacement .process-wrapper .pb-step-list .pb-step {
  background: #fff;
  box-shadow: none;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#container #main-content .type-processplacement .process-wrapper .pb-step-list .pb-step .btn-row {
  border-top: solid 1px #ddd;
  margin: 1em -1em -1em -56px !important;
  padding: 1em 1em 1em 56px !important;
}
@media only screen and (max-width: 870px) {
  #container #main-content .type-processplacement .process-wrapper .pb-step-list .pb-step .btn-row {
    padding: 1em !important;
  }
}
#container #main-content .type-processplacement .process-wrapper .pb-step-list .pb-step .btn-row label {
  margin: 0;
}
#container #main-content .pb-menu .all-filters {
  padding: 0.25em 0;
}
#container #main-content .pb-menu form.pb-filters,
#container #main-content .pb-menu .pb-filter-inputs {
  padding: 0.5em 0;
}
#container #main-content .pb-menu form.pb-filters .all-filters fieldset,
#container #main-content .pb-menu .pb-filter-inputs .all-filters fieldset {
  padding: 0.5em 0;
}
#container #main-content .pb-menu .process-list-container {
  padding: 0.5em 0;
}
#container #main-content .pb-menu .process-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container #main-content .pb-menu .process-list .process-entry {
  padding: 0;
  margin: 0;
}
#container #main-content .pb-menu .process-list .process-entry.active .process-entry-link {
  border-color: #ce0037;
}
#container #main-content .pb-menu .process-list .process-entry-link {
  padding: 1em;
  margin: 0 -1em;
  display: block;
  text-decoration: none;
  color: #3c3c3b;
  background: #fff;
  transition: border-left 0.3s ease-in-out;
  border-left: solid 6px transparent;
  position: relative;
  outline: none !important;
}
#container #main-content .pb-menu .process-list .process-entry-link:hover {
  border-color: #ce0037;
  transition: 0.25s ease;
  text-decoration: none;
  z-index: 12;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details h3 {
  margin: 0.5em 0;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details ul li {
  border-bottom: 1px solid #f1f1f1;
  font-weight: 400;
  padding: 0.25em 0;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details ul li b {
  font-weight: 700;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status {
  display: inline-block;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status .process-status {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 4px;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status .process-status.open {
  background: #37B6E8;
  color: #ffffff;
}
#container #main-content .pbm-wrapper .content-headline h2 {
  margin: 0.5em 0 0 0;
  padding: 0;
}
#container #main-content .pbm-wrapper .content-headline p {
  text-transform: none;
  margin: 0.5em 0;
}
#container #main-content .pbm-wrapper .process-overview {
  *zoom: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5em;
  font-size: 1.4rem;
}
#container #main-content .pbm-wrapper .process-overview:before,
#container #main-content .pbm-wrapper .process-overview:after {
  content: " ";
  display: table;
}
#container #main-content .pbm-wrapper .process-overview:after {
  clear: both;
}
@media only screen and (max-width: 870px) {
  #container #main-content .pbm-wrapper .process-overview {
    position: static;
  }
}
#container #main-content .pbm-wrapper .process-overview .process-overview-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container #main-content .pbm-wrapper .process-overview .actn-btn.cancel-process {
  background: #DF3A3A;
  color: #ffffff;
  border: 1px solid #bd1f1f;
}
#container #main-content .pbm-wrapper .process-overview .actn-btn.cancel-process:hover {
  background: #c62020;
  border: 1px solid #b01d1d;
  color: #ffffff;
}
#container #main-content .pbm-wrapper .process-overview .overview-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container #main-content .pbm-wrapper .process-overview .overview-details .overview-item {
  display: inline-block;
  padding-left: 0.5em;
  border-left: 1px solid #3c3c3b;
  margin-left: 0.5em;
}
#container #main-content .pbm-wrapper .process-overview .overview-details .overview-item:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
#container #main-content .pbm-wrapper .process-overview .overview-details .overview-item .info {
  font-weight: 700;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step {
  border: 1px solid #ccc;
  margin: 0.5em 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .key-form-info .label {
  color: #5b5b59;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .key-form-info .info {
  font-weight: 700;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-key-info {
  font-size: 0.9em;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-dec-status {
  padding: 0.5em 1em;
  margin: 1em -1em -1em -56px;
  display: block;
  font-weight: 700;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-dec-status.status-rejected {
  background: #DF3A3A;
  color: #ffffff;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-dec-status.status-approved {
  background: #32BD9E;
  color: #ffffff;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .form-header-result-item-links .form-link {
  margin: 0 0.5em;
  display: inline-block;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step.completed-passed {
  border-top: 8px solid #32BD9E;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step.completed-rejected {
  border-top: 8px solid #DF3A3A;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step.active-step {
  border-top: 8px solid #37B6E8;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step.open {
  display: block;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner {
  padding: 0.5em 1em 1em 56px;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner a:hover {
  text-decoration: none;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-key-info h4 {
  margin: 0.5em 0;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-key-info .pb-step-details .pb-step-meta {
  font-weight: 700;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-key-info .pb-step-details .pb-step-meta .label {
  font-weight: 400;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-dropzone-active {
  padding: 2em 1em;
  background: rgba(39, 174, 96, 0.05);
  border: solid 2px #27ae60;
  font-weight: 700;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-header h3 {
  margin: 0.5em 0;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-header .step-number {
  background: #333;
  border-radius: 50%;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 23px;
  text-indent: -1px;
  border: 3px solid #333;
  text-align: center;
  color: #ffffff;
  margin-left: -40px;
  margin-right: 4px;
  font-size: 18px;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-action-form .row {
  padding: 0;
  margin: 0.5em 0;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision {
  /*
				.pb-dec-status {
					display:inline-block;
					padding:@space-em (@space-em * 2);
					&.status-rejected {
						@btn-col:@pb-status-cancelled;
						background:@btn-col;
						color:contrast(@btn-col);
					}
					&.status-approved {
						@btn-col:@pb-status-completed;
						background:@btn-col;
						color:contrast(@btn-col);
					}
				}
*/
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn {
  padding: 1em 2em;
  margin-right: 0.5em;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel {
  background: #DF3A3A;
  color: #ffffff;
  border: 1px solid #bd1f1f;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel:hover {
  background: #c62020;
  border: 1px solid #b01d1d;
  color: #ffffff;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress {
  background: #32BD9E;
  color: #ffffff;
  border: 1px solid #258d76;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress:hover {
  background: #27957c;
  border: 1px solid #22816b;
  color: #ffffff;
}
/* nav */
.progress-steps {
  margin-top: 25px;
  display: flex;
}
.pbar-step {
  flex: 1 1 auto;
  position: relative;
  background: silver;
  height: 20px;
  margin: 0 1px;
}
.pbar-step:after {
  position: absolute;
  content: attr(data-stepname);
  top: 22px;
  left: 50%;
  margin-left: -100px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 4px;
  width: 200px;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pbar-step:hover:after {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.pbar-step-completed {
  background: #32BD9E;
}
.pbar-step-active {
  background: #F49F0A;
}
.pbar-txt {
  display: none;
}
.pdeets-percentage {
  float: left;
}
.pdeets-steps-text {
  float: right;
}
.pbm-actn-btn-wrapper + .feedback-message {
  background: rgba(206, 0, 55, 0.1);
  padding: 1.5em;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: auto;
  display: inline-block;
  margin-top: 0.5em;
}
.pbm-actn-btn-wrapper + .feedback-message p {
  padding-left: 0.5em;
}
.pbm-actn-btn-wrapper + .feedback-message:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  color: #ce0037;
}
/*REPORTREE*/
.report-tree-placeholder .rt-node-description {
  border-top: none !important;
  margin: -1px 10px 0 10px;
}
.report-tree-placeholder .rt-node-description:empty {
  display: none;
}
.report-tree-placeholder .rt-node-form form {
  margin: 0 10px;
  padding: 0.5em;
  border: 1px solid #bbb;
  border-top: none;
}
.report-tree-placeholder .rt-nodes {
  list-style-type: none;
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.report-tree-placeholder .rt-nodes:before,
.report-tree-placeholder .rt-nodes:after {
  content: " ";
  display: table;
}
.report-tree-placeholder .rt-nodes:after {
  clear: both;
}
.report-tree-placeholder .rt-nodes .rt-nodes {
  margin-left: 1.5em;
}
@media only screen and (max-width: 870px) {
  .report-tree-placeholder .rt-nodes .rt-nodes {
    margin-left: 0.5;
  }
}
.report-tree-placeholder .rt-nodes li {
  display: block;
  margin: 0;
  transition: margin-left 0.4s;
  margin-right: 0.5%;
}
@media only screen and (max-width: 870px) {
  .report-tree-placeholder .rt-nodes li {
    transition: none;
    width: auto;
    float: none;
  }
}
.report-tree-placeholder .rt-nodes li.expanded {
  width: auto;
}
.report-tree-placeholder .rt-nodes li.expanded li.expanded {
  margin-left: -0.5em;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
  overflow: hidden;
  position: relative;
  margin: 0.5em 0 0 0;
  padding: 1em 1.5em;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  border: solid 1px #eee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s ease-out;
  min-height: 90px;
  background: white;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 10px;
  background-color: #ce0037;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:hover,
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:focus,
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:active {
  background: #f6f6f6;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
  float: left;
  margin: -0.75em 1em -0.75em -0.5em;
}
@media only screen and (max-width: 870px) {
  .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
    max-width: 40%;
  }
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb img {
  max-height: 120px;
}
@media only screen and (max-width: 870px) {
  .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
    font-size: 14px;
  }
  .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-name {
    float: none;
  }
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded {
  position: relative;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description {
  padding: 1em;
  font-size: 16px;
  background: #f6f6f6;
  border: solid 1px #bbb;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description.empty {
  display: none;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #bbb;
  background: #eee;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
    display: none;
  }
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  display: inline-block;
  float: right;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-left: 0.25em;
  position: relative;
  top: 3px;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:hover,
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:focus,
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:active {
  color: #3c3c3b;
}
.report-tree-placeholder .rt-node-form form {
  padding: 1em;
}
.report-tree-placeholder .rt-node-form form fieldset legend {
  font-weight: 700;
}
.report-tree-placeholder .rt-node-form form fieldset .labelman {
  color: red;
}
.report-tree-placeholder .rt-node-form form fieldset .row {
  padding: 0.5em 0;
}
.report-tree-placeholder .rt-node-form form fieldset .row .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.report-tree-placeholder .rt-node-form form fieldset .row table {
  table-layout: fixed;
}
@media only screen and (max-width: 870px) {
  .report-tree-placeholder .rt-node-form form fieldset .row table {
    table-layout: auto;
  }
}
.report-repair .report-tree-placeholder .rt-node-description {
  border-top: none !important;
  margin: -1px 10px 0 10px;
}
.report-repair .report-tree-placeholder .rt-node-description:empty {
  display: none;
}
.report-repair .report-tree-placeholder .rt-node-form form {
  margin: 0 10px;
  padding: 0.5em;
  border: 1px solid #bbb;
  border-top: none;
}
@media only screen and (max-width: 870px) {
  .report-repair .report-tree-placeholder .rt-node-form form {
    margin: 0 5px;
  }
}
.report-repair .report-tree-placeholder .rt-nodes-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.report-repair .report-tree-placeholder .rt-nodes {
  list-style-type: none;
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.report-repair .report-tree-placeholder .rt-nodes:before,
.report-repair .report-tree-placeholder .rt-nodes:after {
  content: " ";
  display: table;
}
.report-repair .report-tree-placeholder .rt-nodes:after {
  clear: both;
}
.report-repair .report-tree-placeholder .rt-nodes .rt-nodes {
  margin-left: 1.5em;
}
.report-repair .report-tree-placeholder .rt-nodes li {
  margin: 0;
  transition: margin-left 0.4s;
  margin-right: 0.5%;
  flex: 1 1 300px;
}
@media only screen and (max-width: 870px) {
  .report-repair .report-tree-placeholder .rt-nodes li {
    transition: none;
    width: auto;
    float: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li.expanded {
  width: auto;
}
.report-repair .report-tree-placeholder .rt-nodes li.expanded li.expanded {
  margin-left: -0.5em;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
  overflow: hidden;
  position: relative;
  border: solid 1px #eee;
  margin: 0.5em 0 0 0;
  padding: 1em 1.5em;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s ease-out;
  min-height: 90px;
  background: white;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 10px;
  background-color: #ce0037;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:hover,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:focus,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:active {
  background: #f6f6f6;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
  float: left;
  margin: -0.75em 1em -0.75em -0.5em;
}
@media only screen and (max-width: 870px) {
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
    max-width: 40%;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb img {
  max-height: 120px;
}
@media only screen and (max-width: 870px) {
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
    font-size: 14px;
  }
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-name {
    float: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded {
  position: relative;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description {
  padding: 1em;
  font-size: 16px;
  background: #f8f8f8;
  border: solid 1px #bbb;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description.empty {
  display: none;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #bbb;
  background: #eee;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
    display: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  display: inline-block;
  float: right;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-left: 0.25em;
  position: relative;
  top: 3px;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:hover,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:focus,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:active {
  color: #3c3c3b;
}
.report-repair .report-tree-placeholder .rt-node-form form {
  padding: 1em;
}
.report-repair .report-tree-placeholder .rt-node-form form fieldset legend {
  font-weight: 700;
}
.report-repair .report-tree-placeholder .rt-node-form form fieldset .labelman {
  color: red;
}
.report-repair .report-tree-placeholder .rt-node-form form fieldset .row {
  padding: 0.5em 0;
}
.report-repair .report-tree-placeholder .rt-node-form form fieldset .row .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.report-repair .report-tree-placeholder .rt-node-form form fieldset .row table {
  table-layout: fixed;
}
@media only screen and (max-width: 870px) {
  .report-repair .report-tree-placeholder .rt-node-form form fieldset .row table {
    table-layout: auto;
  }
}
.wsl-form-handler-messages ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wsl-form-handler-messages ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wsl-form-handler-messages .wsl-form-handler-message .repair-booking-warning {
  padding: 0.5em 1em;
  margin: 1em 0 0.5em 0;
  border: 1px solid #ce0037;
  background: rgba(206, 0, 55, 0.1);
}
.wsl-form-handler-messages .wsl-form-handler-message .repair-booking-warning:empty {
  display: none;
}
.wsl-form-handler-messages .repair-booking-response {
  padding: 0.5em 1em;
}
.wsl-form-handler-messages .repair-booking-response .fe-title h3 {
  margin-top: 0.5em;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.4rem;
  padding: 0.5em 0;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .accordion-content.open {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 870px) {
  .wsl-form-handler-messages .repair-booking-slots .repair-slot-list .accordion-content.open {
    grid-template-columns: 1fr;
  }
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  flex: 1 1 240px;
  padding: 0.5em 1em;
  margin: 0.4rem;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day .repair-booking-day-head {
  color: #ce0037;
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bbb;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot:first-child .repair-slot-body {
  border-top: none;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot.preferred-slot .repair-slot-body:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  display: inline-block;
  color: #ce0037;
  margin-left: 0.25em !important;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body {
  display: block;
  border-top: 1px solid #ddd;
  padding: 0.5em;
  margin: 0;
  color: #6f6f6e;
  cursor: pointer;
  transition: 0.3s ease;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f271";
  display: inline-block;
  margin-right: 0.5em;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:focus,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:active {
  background: #ce0037;
  color: white;
  border-color: #ce0037;
  transition: 0.1s linear;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover time,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:focus time,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:active time {
  color: white;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover:before,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:focus:before,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:active:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f274";
  display: inline-block;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body time {
  font-weight: 700;
  color: #3c3c3b;
}
.wsl-form-handler-messages .repair-booking-slots .repair-booking-options .btn-reload-slots {
  margin: 0.5em 0;
}
.wsl-form-handler-messages .repair-booking-slots .repair-booking-options .btn-reload-slots:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  display: inline-block;
  margin-right: 0.5em;
}
.wsl-form-handler-messages .repair-booking-slots .repair-booking-options .repair-ref {
  font-weight: 700;
}
.rt-node-restart {
  font-weight: 700;
  padding: 0 0.8rem;
}
.preferred-slot-key:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  display: inline-block;
  color: #ce0037;
  margin: 0 0.25em;
}
.ff-repair-information [data-ff-ac="ReportTree"] .field [data-rtformfield] {
  text-overflow: ellipsis;
  direction: rtl;
  font-size: 1rem;
}
/*REPORTREE-END*/
.service-map-wrapper .map-wrapper .map-wrapper-inner {
  min-height: 300px;
}
#container #main-content .media-viewer-wrapper .content-headline {
  display: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar {
  padding: 0 0 1em 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap {
  position: relative;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap label {
  display: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap input[type="search"],
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap input[type="text"] {
  padding: 0.7em 0.7em 0.6em 0.7em;
  width: 100%;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap .submit-search-terms {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  background: url("/base-install/images/_site/icons/search-small.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  width: 32px;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap {
  font-size: 90%;
  margin: 0.5em 0 1em 0;
  overflow: hidden;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list footer {
  font-size: 100%;
  overflow: hidden;
  margin: 0.5em 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list-wrap {
  clear: both;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z {
  display: none;
  overflow: hidden;
  margin-bottom: 1em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin: 0 0em 0.5em 0;
  text-align: center;
  width: 7.69%;
}
@media only screen and (max-width: 870px) {
  #container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li {
    width: auto;
    margin-right: 0.5em;
  }
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li a {
  padding: 0.5em;
  display: inline-block;
  text-decoration: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li a:hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li a:focus {
  background: #fff;
  color: #3c3c3b;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .load-parent-folder {
  overflow: hidden;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list {
  padding: 0;
  overflow: hidden;
  float: left;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  margin-right: 0.5em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn):hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn):focus,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn):hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn):focus,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn):hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn):focus,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn):hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn):focus,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info h3 {
  margin-bottom: 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info .toggle-table-display {
  background-color: transparent;
  color: #3c3c3b;
  padding: 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info .total-count {
  float: right;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 0.5em;
  table-layout: auto;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr {
  border-bottom: 1px solid #f6f6f6;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr:nth-child(2n+1) td,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr:nth-child(2n) td {
  border: none !important;
  background-color: transparent !important;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td {
  padding: 1em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .folder-name,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .folder-name {
  display: inline-block;
  background: url("../images/_site/icons/folder-icon.png") no-repeat left top;
  display: block;
  height: 36px;
  padding-left: 50px;
}
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .folder-name,
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .folder-name {
  *display: inline;
  zoom: 1;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name {
  display: inline-block;
  background: url("../images/_site/icons/document.png") no-repeat left top;
  min-height: 36px;
  padding-left: 50px;
}
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name,
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name {
  *display: inline;
  zoom: 1;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-pdf,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-pdf {
  background: url("../images/_site/icons/pdf.png") no-repeat left top;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-doc,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-doc,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-docx,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-docx {
  background: url("../images/_site/icons/word.png") no-repeat left top;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-xls,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-xls,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-xlsx,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-xlsx {
  background: url("../images/_site/icons/excel.png") no-repeat left top;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-ppt,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-ppt,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-pptx,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-pptx {
  background: url("../images/_site/icons/powerpoint.png") no-repeat left top;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td {
  background-color: transparent !important;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td a {
  color: #ce0037;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td a:visited {
  color: #ce0037;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td:last-child {
  border: none !important;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th {
  background-color: transparent;
  border: none;
  color: #3c3c3b;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th a {
  color: #ce0037;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th a:visited {
  color: #ce0037;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list footer {
  font-size: 90%;
  margin-bottom: 2em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list thead th:first-child {
  text-align: left;
}
.file-list-wrap,
.controls-wrap {
  /*.page-nav {
		.btn();
		float: left;
		margin: 0 0.5em;
		&.goto-prev-page {
			margin-left: 0;
		}
	}*/
  /*.page-nav-count, 
	.results-totals-count {
		margin-top: 0.4em;
		float: left;
	}*/
}
.file-list-wrap .controls-wrap,
.controls-wrap .controls-wrap {
  *zoom: 1;
  text-align: center;
}
.file-list-wrap .controls-wrap:before,
.controls-wrap .controls-wrap:before,
.file-list-wrap .controls-wrap:after,
.controls-wrap .controls-wrap:after {
  content: " ";
  display: table;
}
.file-list-wrap .controls-wrap:after,
.controls-wrap .controls-wrap:after {
  clear: both;
}
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn),
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn):hover,
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn):hover,
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn):focus,
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn):focus,
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn):active,
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn),
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn):hover,
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn):hover,
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn):focus,
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn):focus,
.file-list-wrap .controls-wrap .page-nav:not(.tox-tbtn):active,
.controls-wrap .controls-wrap .page-nav:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.file-list-wrap .controls-wrap .goto-prev-page,
.controls-wrap .controls-wrap .goto-prev-page {
  float: left;
}
.file-list-wrap .controls-wrap .goto-next-page,
.controls-wrap .controls-wrap .goto-next-page {
  float: right;
}
.file-list-wrap .controls-wrap .page-nav-count,
.controls-wrap .controls-wrap .page-nav-count,
.file-list-wrap .controls-wrap .results-totals-count,
.controls-wrap .controls-wrap .results-totals-count {
  display: inline-block;
  margin: 0.5em 1em 0 1em;
}
.file-list-wrap .file-listings table thead tr th:nth-child(3),
.controls-wrap .file-listings table thead tr th:nth-child(3),
.file-list-wrap .file-listings table thead tr th:nth-child(4),
.controls-wrap .file-listings table thead tr th:nth-child(4) {
  display: none;
}
.file-list-wrap .file-listings table tbody tr td:nth-child(3),
.controls-wrap .file-listings table tbody tr td:nth-child(3),
.file-list-wrap .file-listings table tbody tr td:nth-child(4),
.controls-wrap .file-listings table tbody tr td:nth-child(4) {
  display: none;
}
/*==== APPLICATION STATUS STYLES ====*/
/* !Indicators such as arrow, app states, etc ----*/
#indicators .app-slider-arrow-left {
  background-image: url("../images/_site/icon/icon-chevron-left.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev {
  background-image: url("../images/slideshows/app-slider/prev-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev:hover,
#app-slider-controls .prev:focus,
#app-slider-controls .prev:active {
  background-image: url("../images/slideshows/app-slider/prev-hover-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev.disabled {
  background-image: url("../images/slideshows/app-slider/prev-disabled-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .next {
  background-image: url("../images/slideshows/app-slider/next-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#app-slider-controls .next:hover,
#app-slider-controls .next:focus,
#app-slider-controls .next:active {
  background-image: url("../images/slideshows/app-slider/next-hover-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#app-slider-controls .next.disabled {
  background-image: url("../images/slideshows/app-slider/next-disabled-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#container .application-status-wrapper .applications-information thead th {
  text-align: center;
}
#container .application-status-wrapper .applications-information .favourite-status {
  position: relative;
}
#container .application-status-wrapper .applications-information td {
  text-align: center;
}
#container .application-status-wrapper .applications-information td:first-child {
  width: 15%;
}
#container .application-status-wrapper .applications-information td .status-online {
  background: #27ae60;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-online:hover,
#container .application-status-wrapper .applications-information td .status-online:focus,
#container .application-status-wrapper .applications-information td .status-online:active {
  background: #2ecf72;
}
#container .application-status-wrapper .applications-information td .status-warning {
  background: #f39c12;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-warning:hover,
#container .application-status-wrapper .applications-information td .status-warning:focus,
#container .application-status-wrapper .applications-information td .status-warning:active {
  background: #f5ac39;
}
#container .application-status-wrapper .applications-information td .status-offline {
  background: #c0392b;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-offline:hover,
#container .application-status-wrapper .applications-information td .status-offline:focus,
#container .application-status-wrapper .applications-information td .status-offline:active {
  background: #9f2f24;
}
#container .application-status-wrapper .applications-information td .status-offline a {
  cursor: default;
  cursor: not-allowed;
}
#container .application-status-wrapper .applications-information td .link-to-application {
  text-align: center;
}
#container .application-status-wrapper .applications-information td .app-image-wrapper {
  width: 80px;
  height: 80px;
  margin: 1em 0;
  overflow: hidden;
  display: inline-block;
}
.ie7 #container .application-status-wrapper .applications-information td .app-image-wrapper {
  *display: inline;
  zoom: 1;
}
#container .application-status-wrapper .applications-information td .app-image-wrapper img {
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.ie8 #container .application-status-wrapper .applications-information td .app-image-wrapper img {
  top: 0;
  transform: translate(0, 0);
}
.application-status-wrapper .content-items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.application-status-wrapper .content-items-list .list-content-item {
  transition: transform 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.application-status-wrapper .content-items-list .list-content-item:hover,
.application-status-wrapper .content-items-list .list-content-item:focus,
.application-status-wrapper .content-items-list .list-content-item:active {
  transform: scale(1.04);
}
.application-status-wrapper .content-items-list .list-content-item:hover .link-to-application,
.application-status-wrapper .content-items-list .list-content-item:focus .link-to-application,
.application-status-wrapper .content-items-list .list-content-item:active .link-to-application {
  opacity: 0.6;
}
.layout_0_1 .middle .application-status-wrapper .content-items-list .list-content-item,
.layout_1_0 .middle .application-status-wrapper .content-items-list .list-content-item {
  flex: 0 1 12.5%;
}
@media only screen and (max-width: 870px) {
  .layout_0_1 .middle .application-status-wrapper .content-items-list .list-content-item,
  .layout_1_0 .middle .application-status-wrapper .content-items-list .list-content-item {
    flex: 0 1 25%;
  }
}
@media only screen and (max-width: 529px) {
  .layout_0_1 .middle .application-status-wrapper .content-items-list .list-content-item,
  .layout_1_0 .middle .application-status-wrapper .content-items-list .list-content-item {
    flex: 1 1 50%;
  }
}
.layout_1_1 .middle .application-status-wrapper .content-items-list .list-content-item {
  flex: 0 1 25%;
}
@media only screen and (max-width: 529px) {
  .layout_1_1 .middle .application-status-wrapper .content-items-list .list-content-item {
    flex: 1 1 50%;
  }
}
.col .application-status-wrapper .content-items-list .list-content-item {
  flex: 1 1 30%;
}
@media only screen and (max-width: 529px) {
  .col .application-status-wrapper .content-items-list .list-content-item {
    flex: 1 1 50%;
  }
}
.application-status-wrapper .content-items-list .list-content-item .link-to-application {
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: opacity 0.25s ease-in-out;
}
.application-status-wrapper .content-items-list .list-content-item .application-item-name {
  color: #3c3c3b;
  text-align: center;
  display: block;
  margin-top: 0.5em;
  text-decoration: none !important;
}
.application-status-wrapper .all-app-link {
  text-align: center;
}
.application-status-wrapper .all-app-link a {
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #545454;
  color: #545454;
  text-decoration: none;
  border-radius: 0.7em;
}
.application-status-wrapper .all-app-link a:hover,
.application-status-wrapper .all-app-link a:focus,
.application-status-wrapper .all-app-link a:active {
  background: #545454;
  color: #fff;
  text-decoration: none;
}
#fancybox-wrap * {
  box-sizing: content-box;
}
#fancybox-wrap a {
  border: 0;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../images/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
  box-sizing: content-box;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../images/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('../images/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
.touch #fancybox-left,
.touch #fancybox-right {
  display: block;
}
.touch #fancybox-left span {
  left: 20px;
}
.touch #fancybox-right span {
  left: auto;
  right: 20px;
}
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
.reg-toolkit-wrapper .rt-back {
  display: inline-block;
  margin: 0.5em 0;
}
.reg-toolkit-wrapper .reg-toolkit-search {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
.reg-toolkit-wrapper .reg-toolkit-search form legend {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row label {
  display: none;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value {
  display: block;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value input[type="search"],
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .rt_search_type {
  float: left;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .rt_search_type label {
  display: block;
}
.reg-toolkit-wrapper .reg-toolkit-search form .btn_row {
  clear: both;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #ddd;
  border-radius: 2px;
  border-top: solid 4px #c0392b;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row.login-enabled {
  border-top: solid 4px #27ae60;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
  float: right;
  padding-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
    float: none;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions legend {
  display: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 90%;
  }
}
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:not(.tox-tbtn),
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:not(.tox-tbtn) {
  border: none;
  background: #27ae60;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:not(.tox-tbtn):hover,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:not(.tox-tbtn):hover,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:not(.tox-tbtn):focus,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:not(.tox-tbtn):focus,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:not(.tox-tbtn):active,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:not(.tox-tbtn):active {
  background: #19703e;
  text-decoration: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-groups,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies {
  margin-bottom: 1em;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-groups .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .label {
  font-weight: 700;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details {
  margin-bottom: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status {
  padding: 0.5em 0;
  margin: 0.5em 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span {
  margin-right: 2.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span {
    display: block;
    margin-right: 0;
    margin: 0.25em 0;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.login-enabled,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.email-confirmed {
  font-weight: 700;
  color: #27ae60;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.login-disabled,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.email-unconfirmed {
  font-weight: 700;
  color: #c0392b;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies {
  margin-bottom: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies h3 {
  margin: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies {
  overflow: hidden;
  font-size: 90%;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
  float: left;
  width: 33.333%;
  padding-right: 1em;
  padding-left: 1em;
  border-right: solid 1px #ddd;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:first-child {
  padding-left: 0;
}
.reg-toolkit-wrapper .logged-as-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .logged-as-wrapper .label {
  font-weight: 700;
}
.reg-toolkit-wrapper .form .row .field input[type="text"],
.reg-toolkit-wrapper .form .row .field input[type="password"],
.reg-toolkit-wrapper .form .row .field input[type="email"] {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  border: solid 1px #bbb;
}
.mimic-login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5em 0;
  z-index: 4000;
  text-align: center;
  font-weight: 200;
  background: #27ae60;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 870px) {
  .mimic-login {
    right: 25%;
    padding: 5px;
    text-align: left;
    font-size: 15px;
    line-height: 1.25;
  }
}
.mimic-login a {
  color: #fff;
  text-decoration: underline;
}
.mimic-login a:hover,
.mimic-login a:focus,
.mimic-login a:active {
  text-decoration: none;
}
.mimic-login .mimicked-user,
.mimic-login .original-user {
  font-weight: 700;
}
#container .reg-toolkit-wrapper .form label[for="pass_use_gen"],
#container .reg-toolkit-wrapper .form label[for="pass_use_custom"] {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  border-top: solid 4px #eee;
  font-size: 16px;
  font-weight: 700;
}
#container .reg-toolkit-wrapper .form label[for="pass_use_gen"] input,
#container .reg-toolkit-wrapper .form label[for="pass_use_custom"] input {
  margin-left: 0.5em;
}
.login-welcome-note-wrapper {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: -1.5em;
}
@media only screen and (max-width: 870px) {
  .login-welcome-note-wrapper {
    margin-bottom: 0;
  }
}
.login-welcome-note-wrapper .welcome-note {
  margin: 0;
}
.login-welcome-note-wrapper .welcome-note .meta-name {
  font-weight: 700;
}
.login-keepmeloggedin-wrapper {
  font-size: 80%;
  line-height: 120%;
  margin: 1em 0;
  display: inline-block;
}
.login-keepmeloggedin-wrapper span {
  margin: 0 0.1em;
}
.large-icon-menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.large-icon-menu .menu .menu-item {
  flex: 1 1 260px;
  padding: 1em;
  perspective: 1000px;
}
.large-icon-menu .menu .menu-item:hover a {
  transform: rotateY(180deg);
}
.no-cssfilters .large-icon-menu .menu .menu-item:hover a {
  transform: rotateY(0deg);
}
.no-cssfilters .large-icon-menu .menu .menu-item:hover a .menu-item-desc {
  opacity: 1;
}
.large-icon-menu .menu .menu-item a {
  display: block;
  color: #3c3c3b;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  transform-style: preserve-3d;
  position: relative;
  height: 170px;
}
.large-icon-menu .menu .menu-item a .menu-front,
.large-icon-menu .menu .menu-item a .menu-item-desc {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.large-icon-menu .menu .menu-item a .menu-front {
  z-index: 2;
  transform: rotateY(0deg);
  padding: 1em;
  background: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.large-icon-menu .menu .menu-item a .main-image-wrapper {
  display: block;
  margin-bottom: 1em;
}
.large-icon-menu .menu .menu-item a .main-image-wrapper img {
  width: 100px;
}
.large-icon-menu .menu .menu-item a .main-link-text {
  display: block;
  color: #3c3c3b;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3;
}
.large-icon-menu .menu .menu-item a .menu-item-desc {
  transform: rotateY(180deg);
  background: #ce0037;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.no-cssfilters .large-icon-menu .menu .menu-item a .menu-item-desc {
  transform: rotateY(0deg);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.6s ease-in-out;
}
.large-icon-menu .menu .menu-item a .menu-item-desc p {
  font-size: 1.5em;
  padding: 1em;
}
.large-icon-menu .menu .menu-item.menu-item-2 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-8 .menu-item-desc {
  background: #becf45;
}
.large-icon-menu .menu .menu-item.menu-item-3 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-9 .menu-item-desc {
  background: #861f41;
}
.large-icon-menu .menu .menu-item.menu-item-4 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-10 .menu-item-desc {
  background: #f1b24a;
}
.large-icon-menu .menu .menu-item.menu-item-5 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-11 .menu-item-desc {
  background: #5ab1bd;
}
.large-icon-menu .menu .menu-item.menu-item-6 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-12 .menu-item-desc {
  background: #8ab9dd;
}
/*.large-icon-menu {
	.menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		.menu-item {
			flex: 1 1 260px;
			padding: 1em;
			a {
				display: block;
				position: relative;
				//background: @off-white;
				//box-shadow: 0 0 8px rgba(0,0,0,0.3);
				color: @text-color;
				height: 100%;
				width: 100%;
				padding: 0;
				overflow: hidden;
				&:hover,
				&:focus,
				&:active {
					.menu-item-desc {
						opacity: 1;
						cursor: pointer;
						top: 0;
					}
				}
				.menu-front {
					padding: 1em;
					background: @off-white;
					box-shadow: 0 0 8px rgba(0,0,0,0.3);
				}
				.main-image-wrapper {
					display: block;
					margin-bottom: 1em;
					img {
						width: 100px;
					}
				}
				.main-link-text {
					display: block;
					color: @text-color;
					font-weight: 700;
					font-size: 1.2em;
					line-height: 1.3;
				}
				.menu-item-desc {
					position: absolute;
					top: 100%;
					left: 0;
					right: 0;
					bottom: 0;
					background: @color1;
					color: @bright-white;
					width: 100%;
					height: 100%;
					display: flex;
					flex-direction: column;
					justify-content: center;
					opacity: 0;
					transition: opacity 0.5s ease-in-out, top 0.5s ease-in;
					p {
						font-size: 1.5em;
						padding: 1em;
					}
				}
			}
		}
	}
}*/
.portal-menu .menu-headline {
  border-bottom: solid 1px #999;
  padding-bottom: 0.5em;
}
.portal-menu .menu-headline h2 {
  font-weight: 400;
  margin: 0;
}
.portal-menu .menu .menu-item a {
  padding: 0.5em 0.5em 0.5em 0;
  color: #3c3c3b;
}
.portal-menu .menu .menu-item a:hover .main-link-text,
.portal-menu .menu .menu-item a:focus .main-link-text,
.portal-menu .menu .menu-item a:active .main-link-text {
  text-decoration: underline;
}
.portal-menu .menu .menu-item a .menu-item-img,
.portal-menu .menu .menu-item a .main-image-wrapper {
  float: left;
}
.portal-menu .menu .menu-item a .main-link-text {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  font-size: 1.1em;
}
.portal-menu .menu .menu-item.menu-item-logout {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.logged-out .portal-menu .menu .menu-item.menu-item-logout {
  display: none;
}
#container .registration-wrapper .labelman {
  display: inline;
  color: #c0392b;
  font-weight: 700;
}
#container .registration-wrapper .row.spam-guard label {
  display: inline-block;
}
#container .registration-wrapper .registration-button-wrapper {
  margin-top: 0.5em;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit:not(.tox-tbtn):hover,
#container .registration-wrapper .registration-button-wrapper .reg-submit:not(.tox-tbtn):focus,
#container .registration-wrapper .registration-button-wrapper .reg-submit:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
#container .registration-wrapper .registration-button-wrapper .reset-process {
  float: right;
}
#container .registration-wrapper .registration-button-wrapper .reset-process:not(.tox-tbtn) {
  border: none;
  background: #999;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#container .registration-wrapper .registration-button-wrapper .reset-process:not(.tox-tbtn):hover,
#container .registration-wrapper .registration-button-wrapper .reset-process:not(.tox-tbtn):focus,
#container .registration-wrapper .registration-button-wrapper .reset-process:not(.tox-tbtn):active {
  background: #737373;
  text-decoration: none;
}
#container .registration-wrapper .notification {
  padding: 0.5em;
}
#container .registration-wrapper .notification.error {
  background: rgba(192, 57, 43, 0.1);
  border: solid 2px #c0392b;
}
#container .registration-wrapper .t-and-c-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  border: solid 1px #999;
  padding: 1em;
  overflow-y: auto;
  max-height: 500px;
}
#container .registration-wrapper .terms-acceptance-container {
  margin-bottom: 1em;
  font-size: 115%;
}
.home-page #logon-horizon #logonForm .information {
  text-align: center;
  padding: 1.5em 3em;
  font-size: 1.4em;
  background: rgba(206, 0, 55, 0.1);
  border: solid 3px #ce0037;
  margin: 1em 0;
  border-radius: 6px;
}
.home-page #logon-horizon .logon-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-page #logon-horizon .logon-container .row .field-holder {
  margin: 0.5em 0;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard {
  margin: 0;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard .label .labelman {
  color: #ce0037;
  display: inline-block;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard .label label {
  display: inline-block;
}
.type-wslplacement .content-wrapper-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-wslplacement .content-wrapper-inner ul li {
  list-style-type: none;
  margin: 0.3em 0;
}
.type-wslplacement.no-headline .content-headline {
  display: none;
}
.type-svsplacement .svs-validator-status {
  padding: 0.5em;
}
.type-svsplacement .svs-validator-list,
.type-svsplacement .svs-fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-svsplacement .svs-validator-list .field-label,
.type-svsplacement .svs-fields .field-label {
  font-weight: 700;
}
.type-svsplacement .svs-fieldset legend {
  font-size: 120%;
  font-weight: 700;
}
.ui-datetime {
  position: absolute;
  padding: 1em;
  background: #fff;
  width: 600px;
  max-width: 100%;
  margin-top: 0.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 870px) {
  .ui-datetime {
    left: 0 !important;
  }
}
.ui-datetime .ui-datetime-clock {
  display: none;
}
.ui-datetime .ui-datetime-calendar {
  width: 100% !important;
}
.ui-datetime .ui-datetime-title {
  text-align: center;
  margin-bottom: 0.5em;
}
.ui-datetime .ui-datetime-prev {
  float: left;
}
.ui-datetime .ui-datetime-next {
  float: right;
}
.ui-datetime table td a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
.all-pay-confirmation {
  list-style: none;
  padding: 1em;
  background: #f3f3f3;
  margin: 1em 0;
}
.all-pay-confirmation li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
.all-pay-confirmation li .hosted-pay-value,
.all-pay-confirmation li .hosted-pay-label,
.all-pay-confirmation li .all-pay-label,
.all-pay-confirmation li .all-pay-value {
  display: inherit;
}
.all-pay-confirmation li .hosted-pay-label,
.all-pay-confirmation li .all-pay-label {
  font-weight: bold;
}
.all-pay-confirmation li .address-value-list {
  padding: 0;
}
.all-pay-confirmation li .address-value-list li {
  border: none;
  margin: 0;
}
.svs-validator-status {
  margin-top: 1em;
}
.svs-validator-status.not-attempted {
  border: 1px solid black;
  background-color: #545454;
  color: #fff;
}
.svs-validator-status.not-attempted:after {
  content: ", click here to complete your profile";
  margin-left: -0.15em;
}
.svs-validator-status.not-attempted:hover {
  background-color: #333;
}
.svs-validator-status.invalid {
  border: 1px solid #9b0029;
  background-color: #ce0037;
  color: #fff;
}
.svs-validator-status.invalid:after {
  content: ", click here to re-enter your details";
  margin-left: -0.15em;
}
.svs-validator-status.validated-ok {
  border: 1px solid #27ae60;
  background-color: #e9f7ef;
  color: #3c3c3b;
}
.rent-account-switcher-wrapper ul,
.rent-account-switcher-wrapper li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.show-breakdown .ui-dialog-titlebar {
  z-index: 9999;
  position: relative;
  background: #ce0037;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.show-breakdown .ui-dialog-titlebar a {
  color: #fff;
  float: right;
}
.form-stage .field-holder.field-required .field-label label:before {
  content: "*";
  color: #c0392b;
  font-weight: 900;
  margin-right: 0.33em;
}
.feedback {
  margin: 1em 0;
  padding: 0.75em;
  border: solid 1px #bbb;
  background: #f6f6f6;
}
.feedback.error {
  background-color: rgba(192, 57, 43, 0.4);
  border-color: #c0392b;
}
#container .hpv-amount-wrap .row label {
  width: auto !important;
  vertical-align: middle !important;
}
#container .hpv-amount-wrap .row .field {
  width: auto !important;
}
#container .hpv-amount-wrap .row > .pay-balance {
  float: left;
  width: 50%;
  padding-top: 0.3em;
}
@media only screen and (max-width: 870px) {
  #container .hpv-amount-wrap .row > .pay-balance {
    float: none;
    width: auto;
  }
}
#container .hpv-amount-wrap .row > .other-amount {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 870px) {
  #container .hpv-amount-wrap .row > .other-amount {
    float: none;
    width: auto;
  }
}
#container .hpv-amount-wrap .row > .other-amount input[name="payment_amount"][type="radio"] {
  margin-top: 0.4em;
}
#container .hpv-amount-wrap .row > .other-amount input#other_amount {
  float: left;
  width: 120px;
}
/*==== WSL PLACEMENTS ====*/
@media only screen and (max-width: 870px) {
  .main-wrapper {
    padding: 0.4rem;
  }
  .main-wrapper .content-headline h2 {
    margin: 0.5em 0 0.25em 0;
  }
}
.type-wslplacement .wsl-data-table {
  margin-top: 0.5em;
}
@media only screen and (max-width: 870px) {
  .type-wslplacement .wsl-data-table {
    font-size: 100% !important;
  }
}
.type-wslplacement .wsl-data-table .td-align-currency,
.type-wslplacement .wsl-data-table .td-align-number,
.type-wslplacement .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
@media only screen and (max-width: 870px) {
  .type-wslplacement .wsl-data-table .td-align-currency,
  .type-wslplacement .wsl-data-table .td-align-number,
  .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left !important;
  }
}
.type-wslplacement .wsl-data-table .content-headline h2 {
  margin: 0.5em 0 0.5em 0;
}
.type-wslplacement .wsl-data-table .show-transaction-details {
  text-decoration: none;
}
.type-wslplacement .wsl-data-table .show-transaction-details:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
}
@media only screen and (max-width: 870px) {
  .type-wslplacement .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .type-wslplacement .wsl-data-table th {
    display: none;
  }
  .type-wslplacement .wsl-data-table td {
    flex: 1 1 100%;
    padding: 0.4rem 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:before {
    content: attr(data-th);
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #7c7c7a;
    padding: 0.2rem 0 0 0;
  }
  .type-wslplacement .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:first-child:before {
    background: #ce0037;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:empty {
    display: none;
  }
  .type-wslplacement .wsl-data-table .td-align-currency,
  .type-wslplacement .wsl-data-table .td-align-number,
  .type-wslplacement .wsl-data-table .td-align-date,
  .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.web-service-placement .content-headline h2 {
  margin: 0.5em 0;
}
.web-service-placement .profile-pod {
  display: flex;
  flex-wrap: wrap;
}
.web-service-placement .profile-pod.tenant-info li,
.web-service-placement .profile-pod.tenancy-contact-details li,
.web-service-placement .profile-pod.tenancy-info li {
  flex: 1 0 190px;
}
.web-service-placement .profile-pod.tenant-info .ti-email,
.web-service-placement .profile-pod.tenancy-contact-details .ti-email,
.web-service-placement .profile-pod.tenancy-info .ti-email {
  word-break: break-all;
}
.web-service-placement .profile-pod li {
  flex: 1 1 auto;
  border-bottom: 1px solid #ddd;
  margin: 0 0.4rem;
  padding: 0.4em 1em 0.4em 0;
}
.web-service-placement .profile-pod li .lbl {
  letter-spacing: 0.1em;
  color: #ce0037;
  display: block;
  font-size: 70%;
  font-weight: 700;
  line-height: 1.4;
}
.web-service-placement .current-balance .content-wrapper {
  border: 1px solid #ddd;
  border-top: 2px solid #ce0037;
}
.web-service-placement .current-balance .content-item-inner {
  position: relative;
}
.web-service-placement .current-balance .content-wrapper-inner {
  padding: 0.8rem 1.6rem;
}
.web-service-placement .current-balance .content-headline {
  position: absolute;
  top: -2px;
  left: -1px;
}
@media only screen and (max-width: 870px) {
  .web-service-placement .current-balance .content-headline {
    position: static;
  }
}
.web-service-placement .current-balance .content-headline h2 {
  background: #ce0037;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 870px) {
  .web-service-placement .current-balance .content-headline h2 {
    display: block;
  }
}
.web-service-placement .current-balance .current-balance {
  text-align: right;
}
@media only screen and (max-width: 870px) {
  .web-service-placement .current-balance .current-balance {
    text-align: center;
  }
}
.web-service-placement .current-balance .user-info {
  display: inline-block;
  text-align: left;
  color: #6f6f6e;
}
.web-service-placement .current-balance .user-info .highlight {
  font-weight: 700;
}
.web-service-placement .current-balance .tenancy-balance-item {
  border-top: 1px solid #ddd;
  margin: 0.5em 0 0.4rem 0;
  padding: 1em 0 0 0;
}
.web-service-placement .current-balance .tenancy-balance-item:first-child {
  border-top: none;
  padding: 0.4rem 0 0 0;
}
@media only screen and (max-width: 870px) {
  .web-service-placement .current-balance .tenancy-balance-item:first-child {
    padding: 0.25em 0 0 0;
  }
}
.web-service-placement .current-balance .single-tenancy .total-balance {
  margin: 0;
}
.web-service-placement .current-balance .total-balance {
  font-size: 1.8em;
  display: inline-block;
  padding: 0.4rem 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 870px) {
  .web-service-placement .current-balance .total-balance {
    font-size: 10vw;
    letter-spacing: -2px;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 870px) {
  .web-service-placement .current-balance .dwelling {
    display: block;
    text-align: center;
  }
}
.ui-dialog {
  margin: 0 0.8rem;
  border: none;
  background: #fff;
}
.ui-dialog.show-breakdown {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.ui-dialog.show-breakdown .wsl-data-table {
  margin-top: 0.5em;
}
@media only screen and (max-width: 870px) {
  .ui-dialog.show-breakdown .wsl-data-table {
    font-size: 100% !important;
  }
}
.ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
.ui-dialog.show-breakdown .wsl-data-table .td-align-number,
.ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
@media only screen and (max-width: 870px) {
  .ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-number,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
    text-align: left !important;
  }
}
.ui-dialog.show-breakdown .wsl-data-table .content-headline h2 {
  margin: 0.5em 0 0.5em 0;
}
.ui-dialog.show-breakdown .wsl-data-table .show-transaction-details {
  text-decoration: none;
}
.ui-dialog.show-breakdown .wsl-data-table .show-transaction-details:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
}
@media only screen and (max-width: 870px) {
  .ui-dialog.show-breakdown .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .ui-dialog.show-breakdown .wsl-data-table th {
    display: none;
  }
  .ui-dialog.show-breakdown .wsl-data-table td {
    flex: 1 1 100%;
    padding: 0.4rem 0.8rem;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:before {
    content: attr(data-th);
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #7c7c7a;
    padding: 0.2rem 0 0 0;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:first-child:before {
    background: #7c0021;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:empty {
    display: none;
  }
  .ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-number,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-date,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4rem 0.8rem;
  background: #7c0021;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #ffffff;
  font-size: 90%;
  text-transform: capitalize;
  font-weight: 700;
}
.ui-dialog .ui-dialog-titlebar-close {
  transform: scale(1);
  transition: 0.25s linear;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  transform: scale(1.2);
  transition: 0.25s linear;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon .focusable:active,
.ui-dialog .ui-dialog-titlebar-close .ui-icon .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.ui-dialog .rent-statement-breakdown-response > p {
  font-size: 90%;
  margin: 0.8rem;
}
.ui-dialog .rent-statement-breakdown-response > p time {
  font-weight: 700;
}
@media only screen and (max-width: 870px) {
  .ui-dialog .breakdown-details.wsl-data-table td:nth-child(5) {
    font-weight: 700;
    font-size: 120%;
  }
  .ui-dialog .breakdown-details.wsl-data-table td:nth-child(5):before {
    font-size: 1rem;
  }
}
.switch-tenancies .content-headline h2 {
  margin: 0.5em 0 0.5em 0;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy {
  background: #ce0037;
  color: #fff;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy .tncy-id {
  background: #ce0037;
  color: #fff;
  border-bottom-color: #9b0029;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item.active .tncy-id {
  background: #ce0037;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  color: #898987;
}
.tenancy-switcher-wrapper .accounts-list,
.tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.tenancy-switcher-wrapper .accounts-list .account-item,
.tenancy-switcher-wrapper .tenancies-list .account-item,
.tenancy-switcher-wrapper .accounts-list .tenancy-item,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item {
  flex: 1 1 auto;
  border: 1px solid #ccc;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
}
.tenancy-switcher-wrapper .accounts-list .account-item:hover,
.tenancy-switcher-wrapper .tenancies-list .account-item:hover,
.tenancy-switcher-wrapper .accounts-list .tenancy-item:hover,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover {
  background: white;
}
.tenancy-switcher-wrapper .accounts-list .account-item .account-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .account-item .account-item-wrap,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .account-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .account-item-wrap {
  padding: 0.5em 1em;
  display: block;
  flex: 1 1 auto;
}
.tenancy-switcher-wrapper .accounts-list .account-item .tenancy-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .account-item .tenancy-item-wrap,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .tenancy-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .tenancy-item-wrap {
  padding: 0.4rem 1.6rem;
  display: block;
  flex: 1 1 auto;
}
.tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  display: block;
  text-decoration: none;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active,
.tenancy-switcher-wrapper .tenancies-list .account-item.active,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active {
  background: white;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active p,
.tenancy-switcher-wrapper .tenancies-list .account-item.active p,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active p,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active p {
  color: #636361;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .tenancies-list .account-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .accounts-list .account-item.active p:not(.tncy-id) .address-info,
.tenancy-switcher-wrapper .tenancies-list .account-item.active p:not(.tncy-id) .address-info,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active p:not(.tncy-id) .address-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active p:not(.tncy-id) .address-info {
  color: #333;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active:hover,
.tenancy-switcher-wrapper .tenancies-list .account-item.active:hover,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active:hover,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active:hover {
  text-decoration: none;
}
.tenancy-switcher-wrapper .accounts-list .account-item p,
.tenancy-switcher-wrapper .tenancies-list .account-item p,
.tenancy-switcher-wrapper .accounts-list .tenancy-item p,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item p {
  font-size: 90%;
  margin: 0.5em 0;
}
.tenancy-switcher-wrapper .accounts-list .account-item .tncy-id,
.tenancy-switcher-wrapper .tenancies-list .account-item .tncy-id,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .tncy-id,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .tncy-id {
  margin: -0.4rem -1.6rem;
  padding: 0.4rem 1.6rem;
  background: #eee;
  font-size: 90%;
  border-bottom: 1px solid #bbb;
}
.tenancy-switcher-wrapper .accounts-list .account-item .tncy-balance,
.tenancy-switcher-wrapper .tenancies-list .account-item .tncy-balance,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .tncy-balance,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .tncy-balance {
  font-size: 140%;
  margin-top: 1em;
}
.tenancy-switcher-wrapper .accounts-list .accnt-name,
.tenancy-switcher-wrapper .tenancies-list .accnt-name {
  font-weight: 700;
}
.tenancy-switcher-wrapper .accounts-list .accnt-number,
.tenancy-switcher-wrapper .tenancies-list .accnt-number {
  display: none;
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .item-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .item-info {
  font-weight: 700;
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .tncy-address .address-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .tncy-address .address-info {
  font-weight: 700;
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .tncy-address .address-info:after,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .tncy-address .address-info:after {
  content: ", ";
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .tncy-address .address-info:last-child:after,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .tncy-address .address-info:last-child:after {
  content: "";
}
@media only screen and (max-width: 870px) {
  .layout_1_0 .middle {
    border-left: none;
  }
}
@media only screen and (max-width: 870px) {
  .statement-date-search .feedback-container {
    font-size: 90%;
  }
}
.date-search-container {
  display: flex;
  justify-content: space-between;
  margin: 1.5em 0 0.5em 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 630px) and (max-width: 870px) {
  .date-search-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 870px) {
  .date-search-container {
    margin: 0.5em 0;
    flex-wrap: wrap;
    padding-bottom: 38px;
    position: relative;
  }
}
.date-search-container .search-parameter {
  flex: 1 1 auto;
}
.date-search-container .search-parameter.rent-statement-search {
  position: relative;
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter.rent-statement-search {
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 630px) and (max-width: 870px) {
  .date-search-container .search-parameter.rent-statement-search {
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 1081px) {
  .date-search-container .search-parameter.rent-statement-search {
    order: 2;
  }
}
@media only screen and (max-width: 1190px) {
  .date-search-container .search-parameter.rent-statement-search {
    order: 2;
  }
}
@media only screen and (min-width: 1300px) {
  .date-search-container .search-parameter.rent-statement-search {
    order: 2;
  }
}
.date-search-container .search-parameter.submit-previous {
  flex: 0 1 auto;
  margin: auto 0 0.5em 0;
  padding-right: 0.5em;
  padding-top: 24px;
}
.date-search-container .search-parameter.submit-previous a {
  display: inline-block;
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter.submit-previous {
    padding-top: 0;
    flex: 1 1 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
  }
  .date-search-container .search-parameter.submit-previous a {
    width: 34px;
  }
}
@media only screen and (min-width: 1081px) {
  .date-search-container .search-parameter.submit-previous {
    order: 1;
  }
  .date-search-container .search-parameter.submit-previous .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .date-search-container .search-parameter.submit-previous .a-txt .focusable:active,
  .date-search-container .search-parameter.submit-previous .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
@media only screen and (max-width: 1190px) {
  .date-search-container .search-parameter.submit-previous {
    order: 1;
  }
  .date-search-container .search-parameter.submit-previous .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .date-search-container .search-parameter.submit-previous .a-txt .focusable:active,
  .date-search-container .search-parameter.submit-previous .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .date-search-container .search-parameter.submit-previous {
    order: 1;
  }
}
.date-search-container .search-parameter.submit-today {
  margin-top: 1em;
  text-align: center;
}
@media only screen and (min-width: 1300px) {
  .date-search-container .search-parameter.submit-today {
    order: 4;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1190px) {
  .date-search-container .search-parameter.submit-today {
    order: 4;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 1081px) {
  .date-search-container .search-parameter.submit-today {
    order: 4;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter.submit-today {
    margin-top: 0.5em;
    min-height: 40px;
  }
}
.date-search-container .search-parameter.submit-today .load-today {
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter.submit-today .load-today {
    display: block;
    width: 100%;
    text-align: center;
    background: #eee !important;
    color: #3c3c3b;
    border-color: #ddd;
  }
}
.date-search-container .search-parameter.submit-next {
  flex: 0 1 auto;
  margin: auto 0 0.5em 0;
  padding-left: 0.5em;
  padding-top: 24px;
}
.date-search-container .search-parameter.submit-next a {
  display: inline-block;
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter.submit-next {
    padding: 0;
    flex: 1 1 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
  }
  .date-search-container .search-parameter.submit-next a {
    width: 34px;
  }
}
@media only screen and (min-width: 1081px) {
  .date-search-container .search-parameter.submit-next {
    order: 3;
  }
}
@media only screen and (max-width: 1190px) {
  .date-search-container .search-parameter.submit-next {
    order: 3;
  }
  .date-search-container .search-parameter.submit-next .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .date-search-container .search-parameter.submit-next .a-txt .focusable:active,
  .date-search-container .search-parameter.submit-next .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .date-search-container .search-parameter.submit-next {
    order: 3;
  }
}
.date-search-container .search-parameter .load-date-data {
  margin-top: auto;
  margin-bottom: auto;
}
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn):hover,
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn):focus,
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn) {
  border: none;
  background: #ce0037;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn):hover,
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn):focus,
.date-search-container .search-parameter .load-date-data:not(.tox-tbtn):active {
  background: #820023;
  text-decoration: none;
}
@media only screen and (min-width: 1081px) {
  .date-search-container .search-parameter .load-date-data {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter .load-date-data.view-previous-period {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 1081px) {
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt .focusable:active,
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.date-search-container .search-parameter .load-date-data.view-previous-period:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter .load-date-data.view-previous-period:before {
    margin-right: 0;
  }
}
.date-search-container .search-parameter .load-date-data.view-next-period {
  margin-left: auto;
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter .load-date-data.view-next-period {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 1081px) {
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt .focusable:active,
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.date-search-container .search-parameter .load-date-data.view-next-period:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  margin-left: 0.5em;
}
@media only screen and (max-width: 870px) {
  .date-search-container .search-parameter .load-date-data.view-next-period:after {
    margin-left: 0;
  }
}
.rent-statement-search legend {
  font-weight: 700;
  padding: 0.5em 0;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rent-statement-search legend .focusable:active,
.rent-statement-search legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.rent-statement-search .date-range-filter {
  margin: auto 0;
}
@media only screen and (min-width: 630px) and (max-width: 870px) {
  .rent-statement-search .date-range-filter {
    flex: 0 1 100%;
  }
}
.rent-statement-search .filter-rent-options-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0.5em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list {
    margin-bottom: 0.5em;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 630px) and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list {
    margin-bottom: 0.5em;
    flex-wrap: wrap;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: auto 0;
  position: relative;
  flex: 1 1 auto;
}
@media only screen and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item {
    flex: 1 0 100%;
    margin: 0.5em 0 0 0;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button {
  margin: auto 0;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range {
  padding: 0.8em 0.9em !important;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:active,
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@media only screen and (min-width: 630px) and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:active,
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
@media only screen and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range {
    display: block;
  }
}
@media only screen and (min-width: 1081px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:active,
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
}
@media only screen and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.start-date,
  .rent-statement-search .filter-rent-options-list .filter-rent-item.end-date {
    margin-top: 0.25em;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item.start-date {
  padding-right: 0.5em;
}
@media only screen and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.start-date {
    padding-right: 0;
  }
}
@media only screen and (min-width: 630px) and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.start-date {
    padding-right: 0;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range {
  flex: 0 0 auto;
  margin: auto 0 0 0;
  padding-left: 0.5em;
}
@media only screen and (max-width: 870px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range {
    padding-left: 0;
    flex: 0 0 100%;
  }
  .rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range button {
    display: block !important;
    text-align: center;
    width: 100% !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item .field-lbl {
  display: block;
  margin-right: 0.5em;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 700;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item .field-input {
  flex: 1 1 auto;
}
.rent-statement-search .filter-rent-options-list .next-rent-period {
  text-align: right;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.portal-section .feedback,
.type-wslplacement .feedback,
.portal-section .wsl-table-feedback,
.type-wslplacement .wsl-table-feedback {
  border: 1px solid #8ab9dd;
  background: #ffffff;
  padding: 0.5em 1em;
}
.portal-section .feedback p:first-child,
.type-wslplacement .feedback p:first-child {
  font-weight: 700;
}
.portal-section .feedback.msg-data-loading,
.type-wslplacement .feedback.msg-data-loading {
  padding-left: 3em;
}
.portal-section .feedback.msg-data-loading:before,
.type-wslplacement .feedback.msg-data-loading:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: 0.6em 0.75em 0 -2.2em;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 4px solid #8ab9dd;
  border-top-color: #edf4fa;
  border-left-color: #edf4fa;
  border-radius: 50%;
  animation: rotate360 1s infinite linear;
}
.portal-section .feedback.wsl-no-data,
.type-wslplacement .feedback.wsl-no-data,
.portal-section .feedback.validation-error,
.type-wslplacement .feedback.validation-error,
.portal-section .feedback .wsl-form-handler-message.wsl-result-failed,
.type-wslplacement .feedback .wsl-form-handler-message.wsl-result-failed,
.report-tree-placeholder .wsl-form-handler-message.wsl-result-failed {
  border: 1px solid #D72638;
  background: #f9dbde;
  font-weight: 700;
}
.portal-section .feedback.wsl-no-data:before,
.type-wslplacement .feedback.wsl-no-data:before,
.portal-section .feedback.validation-error:before,
.type-wslplacement .feedback.validation-error:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  margin-right: 0.5em;
  color: #D72638;
}
.portal-section .feedback .filters-feedback,
.type-wslplacement .feedback .filters-feedback {
  font-weight: 700;
}
.portal-section .wsl-table-feedback,
.type-wslplacement .wsl-table-feedback {
  display: block;
}
.portal-section .wsl-table-feedback:before,
.type-wslplacement .wsl-table-feedback:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  margin-right: 0.5em;
}
.data-loading {
  padding-left: 3em;
}
.data-loading:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: 0.6em 0.75em 0 -2.2em;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 4px solid #ce0037;
  border-top-color: #ff4f7e;
  border-left-color: #ff4f7e;
  border-radius: 50%;
  animation: rotate360 1s infinite linear;
}
.statementwrap {
  position: relative;
}
.statementwrap.data-loading {
  padding-left: 0;
}
.statementwrap.data-loading:before {
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.statementwrap.data-loading:after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.balance-status-debit .total-balance {
  color: #c0392b;
}
.balance-status-debit .total-balance:before {
  content: "Your account is in arrears by ";
  font-size: 1.6rem;
}
@media only screen and (max-width: 870px) {
  .balance-status-debit .total-balance:before {
    letter-spacing: 0;
    display: block;
  }
}
.balance-status-credit .total-balance:before {
  content: "Your account is in credit by ";
  font-size: 1.6rem;
}
@media only screen and (max-width: 870px) {
  .balance-status-credit .total-balance:before {
    letter-spacing: 0;
    display: block;
  }
}
.datafish-form-display.email-change-wrapper fieldset {
  margin: 0.5em 0;
  border: 1px solid silver;
  padding: 0.5em 1em;
}
.datafish-form-display.email-change-wrapper fieldset legend {
  font-weight: 700;
  margin: 0.5em 0 0 0;
  background: white;
  padding: 0.5em;
}
.datafish-form-display.email-change-wrapper .row {
  margin: 0.5em 0;
}
.datafish-form-display.email-change-wrapper .row label {
  font-size: 90%;
}
.datafish-form-display .actn-btn.update-details:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f013";
  display: inline-block;
  margin-right: 4px;
}
.login-wrapper .error {
  border: solid 1px #c0392b;
  background-color: #f9ebea;
  padding: 0.5em;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper,
.col .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper {
  display: block;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-submit,
.col .login-wrapper .login-button-wrapper .login-submit {
  margin-right: 0.5em;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-submit:before,
.col .login-wrapper .login-button-wrapper .login-submit:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  display: inline-block;
  margin-right: 4px;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register,
.col .login-wrapper .login-button-wrapper .login-button.register {
  padding: 0.35em 1.75em;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn),
.col .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn) {
  border: none;
  background: #999;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn):hover,
.col .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn):hover,
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn):focus,
.col .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn):focus,
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn):active,
.col .login-wrapper .login-button-wrapper .login-button.register:not(.tox-tbtn):active {
  background: #737373;
  text-decoration: none;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .forgot-password,
.col .login-wrapper .login-button-wrapper .forgot-password {
  margin-left: 0.5em;
  display: inline-block;
}
.main-article-area-7 .login-welcome-wrapper,
.col .login-welcome-wrapper {
  text-align: center;
}
.main-article-area-7 .login-welcome-wrapper .welcome-note,
.col .login-welcome-wrapper .welcome-note {
  text-transform: lowercase;
}
.main-article-area-7 .login-welcome-wrapper .welcome-note:first-letter,
.col .login-welcome-wrapper .welcome-note:first-letter,
.main-article-area-7 .login-welcome-wrapper .welcome-note::first-letter,
.col .login-welcome-wrapper .welcome-note::first-letter {
  text-transform: capitalize;
}
.main-article-area-7 .login-welcome-wrapper .welcome-note .meta-name,
.col .login-welcome-wrapper .welcome-note .meta-name {
  text-transform: none;
}
.col .login-button-wrapper button,
.col .login-button-wrapper input[type="submit"],
.col .login-button-wrapper a {
  display: block;
  text-align: center;
  margin: 0 0 0.5em 0 !important;
  width: 100%;
}
@media only screen and (min-width: 1300px) {
  .home-page .main-article-area-7 .login-button-wrapper .forgot-password {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1190px) {
  .home-page .main-article-area-7 .login-button-wrapper .forgot-password {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1081px) {
  .home-page .main-article-area-7 .login-button-wrapper .forgot-password {
    margin-left: 0;
  }
}
.portal-title .main-editor-output ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portal-title .main-editor-output ul li {
  flex: 1 1 350px;
  margin: 0.5em;
}
.portal-title .main-editor-output ul li .cta {
  display: block;
}
.form .rt-field-wrap {
  word-break: break-all;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form .rt-field-wrap .focusable:active,
.form .rt-field-wrap .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.personal-settings-wrapper .pers-set-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
  border-bottom: solid 1px #eee;
}
.personal-settings-wrapper .pers-set-tabs ul:before,
.personal-settings-wrapper .pers-set-tabs ul:after {
  content: " ";
  display: table;
}
.personal-settings-wrapper .pers-set-tabs ul:after {
  clear: both;
}
.personal-settings-wrapper .pers-set-tabs ul li {
  float: left;
  padding: 0.5em 1.2em;
  margin: 0;
}
.col .personal-settings-wrapper .pers-set-tabs ul li {
  width: 100%;
  float: none;
}
.personal-settings-wrapper .pers-set-tabs ul li a {
  color: #3c3c3b;
  text-decoration: none !important;
}
.personal-settings-wrapper .pers-set-tabs ul li.current-tab {
  background: #eee;
}
.personal-settings-wrapper .pers-set-tab-content {
  padding: 1em;
  border-left: solid 1px #eee;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}
.statement-content-wrapper .wsl-generate-pdf {
  display: inline-block;
}
.statement-content-wrapper .wsl-generate-pdf:not(.tox-tbtn) {
  border: none;
  background: #c0392b;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.statement-content-wrapper .wsl-generate-pdf:not(.tox-tbtn):hover,
.statement-content-wrapper .wsl-generate-pdf:not(.tox-tbtn):focus,
.statement-content-wrapper .wsl-generate-pdf:not(.tox-tbtn):active {
  background: #81261d;
  text-decoration: none;
}
.statement-content-wrapper .wsl-generate-pdf:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.5em;
}
.statement-content-wrapper .wsl-generate-pdf:hover,
.statement-content-wrapper .wsl-generate-pdf:focus,
.statement-content-wrapper .wsl-generate-pdf:active {
  color: #fff;
}
.service-date {
  font-weight: 700;
  display: block;
  margin: 0.33em 0;
}
.service-date:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06a";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.33em;
}
.service-date.out-of-date {
  color: #c0392b;
}
.service-date.out-of-date:before {
  content: "\f057";
}
.service-date.near-date {
  color: #ed7e45;
}
.service-date.near-date:before {
  content: "\f06a";
}
.service-date.in-date {
  color: #229955;
}
.service-date.in-date:before {
  content: "\f058";
}
.slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 550px;
  overflow: hidden;
  border-radius: 8px;
}
#site-content-top-row .slider {
  border-radius: 0;
}
.slider .individual-slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 550px;
  width: 100%;
}
@media only screen and (max-width: 870px) {
  .slider .individual-slides {
    width: 100% !important;
    height: 550px !important;
  }
}
.slider .slide-img-wrapper {
  display: block;
}
@media (max-width: 500px) {
  .slider .slide-img-wrapper {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    background-image: none !important;
  }
  .slider .slide-img-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.slider .slide-img-wrapper img {
  width: 100%;
  height: auto;
}
.slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 8px 8px 0;
}
@media (max-width: 500px) {
  .slider .slide-overlay {
    border-radius: 0 0 8px 8px;
    position: static;
    grid-area: 2/1/2/3;
  }
}
#site-content-top-row .slider .slide-overlay {
  border-radius: 0;
}
.no-rgba .slider .slide-overlay {
  background: #fff;
}
.slider .slide-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
}
.slider-controls,
.slider-controls li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slideshow-wrapper {
  position: relative;
}
.slider-controls {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 50;
  background: #fff;
  padding: 0.3em;
  display: none;
}
@media only screen and (max-width: 870px) {
  .slider-controls {
    display: block;
    bottom: 5px !important;
    top: unset !important;
  }
}
.slider-controls li {
  display: inline-block;
}
.ie7 .slider-controls li {
  *display: inline;
  zoom: 1;
}
.slider-controls .previous,
.slider-controls .play-pause,
.slider-controls .paused,
.slider-controls .next {
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-controls a {
  display: block;
  text-indent: -99999px;
  width: 21px;
  height: 21px;
}
.slider-controls a.previous {
  background-image: url('../images/slideshows/controls1-16px-k/back.png');
}
.slider-controls a.previous:focus,
.slider-controls a.previous:hover,
.slider-controls a.previous:active {
  background-image: url('../images/slideshows/controls1-16px-w/back.png');
}
.slider-controls a.play-pause {
  background-image: url('../images/slideshows/controls1-16px-k/pause.png');
  margin: 0 3px;
}
.slider-controls a.play-pause:focus,
.slider-controls a.play-pause:hover,
.slider-controls a.play-pause:active {
  background-image: url('../images/slideshows/controls1-16px-w/pause.png');
}
.slider-controls a.play-pause.paused {
  background-image: url('../images/slideshows/controls1-16px-k/play.png');
}
.slider-controls a.play-pause.paused:focus,
.slider-controls a.play-pause.paused:hover,
.slider-controls a.play-pause.paused:active {
  background-image: url('../images/slideshows/controls1-16px-w/play.png');
}
.slider-controls a.next {
  background-image: url('../images/slideshows/controls1-16px-k/forward.png');
}
.slider-controls a.next:focus,
.slider-controls a.next:hover,
.slider-controls a.next:active {
  background-image: url('../images/slideshows/controls1-16px-w/forward.png');
}
.decoration-right {
  position: absolute;
  bottom: 24px;
  right: 1em;
  z-index: 5;
}
@media only screen and (max-width: 870px) {
  .decoration-right {
    bottom: 10px;
    right: 5px;
    transform: none !important;
  }
}
.decoration-right a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  margin: 0 4px;
  transition: background-color 1s ease-in-out;
  border: solid 2px #fff;
}
@media only screen and (max-width: 870px) {
  .decoration-right a {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
}
.decoration-right a.activeSlide {
  background: #fff;
}
.individual-slides {
  width: 100% !important;
}
.individual-slides.has-overlay .slide-img-wrapper img {
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 870px) {
  .individual-slides.has-overlay .slide-img-wrapper img {
    width: 100%;
    min-height: 50%;
  }
}
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay {
  width: 40%;
  left: auto;
  right: 0;
  background: #ce0037;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 870px) {
  .individual-slides.has-overlay .slide-img-wrapper .slide-overlay {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay {
  padding: 0 1em;
  color: #fff;
}
#site-content-top-row .individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay {
  font-size: 2.3rem;
}
@media only screen and (max-width: 870px) {
  .individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay {
    font-size: 1em;
  }
}
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay h2,
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay h3 {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.33em;
}
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay p {
  font-weight: 300;
  margin: 0 0 0.33em 0;
}
@media only screen and (max-width: 870px) {
  .individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay p {
    font-size: 1.4rem;
  }
}
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta {
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 0.7em;
  font-size: 60%;
  margin-top: 0.5em;
}
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active {
  background: #fff;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta {
    font-size: 100%;
  }
}
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.individual-slides.has-overlay .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active {
  color: #ce0037 !important;
}
.jcarousel-clip {
  height: 270px;
  overflow: hidden;
}
.jcarousel,
.jcarousel li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jcarousel .slide-img-wrapper img {
  width: 100%;
  height: auto;
}
.jcarousel .individual-slides {
  height: 270px;
  position: relative;
}
.jcarousel .slide-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
}
.no-rgba .jcarousel .slide-text-overlay {
  background: #fff;
}
.jcarousel .slide-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
}
.jcarousel-prev,
.jcarousel-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: #ddd;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  cursor: hand;
  cursor: pointer;
}
.jcarousel-prev .carousel-control,
.jcarousel-next .carousel-control {
  width: 20px;
  height: 20px;
}
.jcarousel-prev {
  left: -20px;
}
.jcarousel-prev .carousel-control {
  background-image: url('../images/slideshows/controls1-16px-k/back.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.jcarousel-prev .carousel-control:focus,
.jcarousel-prev .carousel-control:hover,
.jcarousel-prev .carousel-control:active {
  background-image: url('../images/slideshows/controls1-16px-w/back.png');
}
.jcarousel-next {
  right: -20px;
}
.jcarousel-next .carousel-control {
  background-image: url('../images/slideshows/controls1-16px-k/forward.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.jcarousel-next .carousel-control:focus,
.jcarousel-next .carousel-control:hover,
.jcarousel-next .carousel-control:active {
  background-image: url('../images/slideshows/controls1-16px-w/forward.png');
}
.no-headline .content-headline,
.no-heading .content-headline {
  display: none;
}
.full-stripe-base {
  position: relative;
  z-index: 2;
}
.col .full-stripe-base {
  margin-bottom: 1em;
}
.layout_0_0 .full-stripe-base:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 99.4vw;
  transform: translateX(-50vw);
  z-index: -1;
}
.type-popupplacement.full-stripe-base:before {
  display: none !important;
}
.layout_0_0 .middle .full-stripe-base .placement-inner {
  padding: 3em 0;
}
.type-popupplacement.full-stripe-base .placement-inner {
  padding: 0;
}
.col .full-stripe-base .placement-inner {
  padding: 0.5em 0;
}
.col .full-stripe-base .content-headline h2,
.col .full-stripe-base .content-headline h3 {
  margin-top: 0.2em;
}
.full-stripe-base .main-editor-output h5 {
  margin: 0;
}
.layout_0_0 .middle .full-stripe-base .main-editor-output blockquote {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 870px) {
  .full-stripe-base .main-editor-output blockquote {
    float: none;
    width: auto;
  }
}
.full-stripe-base .main-editor-output h2 {
  font-size: 2.4em;
  margin: 0.4em 0;
  line-height: 1.3;
}
@media only screen and (max-width: 870px) {
  .full-stripe-base .main-editor-output h2 {
    font-size: 1.6em;
    margin: 0.6em 0;
  }
}
.type-textcontent.full-stripe-base .content-main-image {
  float: right;
  max-width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 870px) {
  .type-textcontent.full-stripe-base .content-main-image {
    float: none;
    max-width: none;
  }
}
#container .type-textcontent.full-stripe-base .main-editor-output {
  padding-right: 3em;
  float: left;
  width: 50%;
  font-family: 'Stag Web', Times New Roman, Times, sans-serif;
  font-weight: 300;
  font-size: 110%;
}
@media only screen and (max-width: 870px) {
  #container .type-textcontent.full-stripe-base .main-editor-output {
    float: none;
    width: auto;
    padding: 0.5em 0;
  }
}
#container .type-textcontent.full-stripe-base .main-editor-output p {
  margin: 0.8em 0;
}
#container .type-textcontent.full-stripe-base .no-main-image-display .main-editor-output {
  padding-right: 0;
  float: none;
  width: auto;
}
@media only screen and (max-width: 870px) {
  .full-stripe-base .content-image-aligned-left,
  .full-stripe-base .content-image-aligned-right {
    float: none !important;
    height: auto !important;
    margin: 0 !important;
  }
}
.fs-white {
  background-color: #fff;
  color: #3c3c3b;
}
.fs-white a {
  color: #ce0037;
}
.fs-white:before {
  background-color: #fff;
}
.type-popupplacement.fs-white {
  background: transparent;
}
.type-popupplacement.fs-white .pop-up-backdrop .pop-up-content-box {
  background-color: #fff;
  border-color: #fff;
}
.fs-white a {
  color: #becf45;
}
.fs-off-white {
  background-color: #f6f6f6;
  color: #3c3c3b;
}
.fs-off-white a {
  color: #ce0037;
}
.fs-off-white:before {
  background-color: #f6f6f6;
}
.type-popupplacement.fs-off-white {
  background: transparent;
}
.type-popupplacement.fs-off-white .pop-up-backdrop .pop-up-content-box {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.fs-off-white a {
  color: #ce0037;
}
.fs-color14 {
  background-color: #e9f5f3;
  color: #3c3c3b;
}
.fs-color14 a {
  color: #ce0037;
}
.fs-color14:before {
  background-color: #e9f5f3;
}
.type-popupplacement.fs-color14 {
  background: transparent;
}
.type-popupplacement.fs-color14 .pop-up-backdrop .pop-up-content-box {
  background-color: #e9f5f3;
  border-color: #e9f5f3;
}
.fs-color14 a {
  color: #ce0037;
}
.fs-color14 .btn {
  padding: 0.7em 1.7em;
  margin-top: 1em;
}
.fs-color14 .btn:not(.tox-tbtn) {
  border: none;
  background: #5d707b;
  padding: 0.5em 1.2em;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.fs-color14 .btn:not(.tox-tbtn):hover,
.fs-color14 .btn:not(.tox-tbtn):focus,
.fs-color14 .btn:not(.tox-tbtn):active {
  background: #3c484f;
  text-decoration: none;
}
.fs-color1 {
  background-color: #ce0037;
  color: #fff;
}
.fs-color1 a {
  color: #fff;
}
.fs-color1:before {
  background-color: #ce0037;
}
.type-popupplacement.fs-color1 {
  background: transparent;
}
.type-popupplacement.fs-color1 .pop-up-backdrop .pop-up-content-box {
  background-color: #ce0037;
  border-color: #ce0037;
}
.illustration-menu .menu-description {
  display: none;
}
.illustration-menu .menu .menu-item {
  display: block;
}
.illustration-menu .menu .menu-item a {
  display: flex;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  outline: none !important;
  padding: 1.5em 1.5em 0 1.5em;
  transition: background-color 0.33s ease-in-out;
}
.illustration-menu .menu .menu-item a .main-link-text {
  order: 1;
  display: block;
  flex: 1 1 100%;
  font-family: 'Stag Web';
  font-size: 200%;
  line-height: 1.1;
}
.illustration-menu .menu .menu-item a .menu-item-desc {
  order: 2;
  display: block;
  flex: 1 1 100%;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  font-size: 100%;
}
.illustration-menu .menu .menu-item a .main-image-wrapper,
.illustration-menu .menu .menu-item a .menu-item-img {
  order: 3;
}
.im-color-1 .menu .menu-item a {
  background-color: #ce0037;
}
.im-color-1 .menu .menu-item a:hover,
.im-color-1 .menu .menu-item a:focus,
.im-color-1 .menu .menu-item a:active {
  background-color: #9b0029;
}
.im-color-2 .menu .menu-item a {
  background-color: #becf45;
}
.im-color-2 .menu .menu-item a:hover,
.im-color-2 .menu .menu-item a:focus,
.im-color-2 .menu .menu-item a:active {
  background-color: #a3b32e;
}
.im-color-3 .menu .menu-item a {
  background-color: #861f41;
}
.im-color-3 .menu .menu-item a:hover,
.im-color-3 .menu .menu-item a:focus,
.im-color-3 .menu .menu-item a:active {
  background-color: #5d152d;
}
.im-color-4 .menu .menu-item a {
  background-color: #f1b24a;
}
.im-color-4 .menu .menu-item a:hover,
.im-color-4 .menu .menu-item a:focus,
.im-color-4 .menu .menu-item a:active {
  background-color: #ed9e1b;
}
.im-color-5 .menu .menu-item a {
  background-color: #5ab1bd;
}
.im-color-5 .menu .menu-item a:hover,
.im-color-5 .menu .menu-item a:focus,
.im-color-5 .menu .menu-item a:active {
  background-color: #4197a3;
}
.im-color-6 .menu .menu-item a {
  background-color: #8ab9dd;
}
.im-color-6 .menu .menu-item a:hover,
.im-color-6 .menu .menu-item a:focus,
.im-color-6 .menu .menu-item a:active {
  background-color: #62a1d2;
}
.im-color-7 .menu .menu-item a {
  background-color: #ed7e45;
}
.im-color-7 .menu .menu-item a:hover,
.im-color-7 .menu .menu-item a:focus,
.im-color-7 .menu .menu-item a:active {
  background-color: #e95e16;
}
.im-color-8 .menu .menu-item a {
  background-color: #be9ab7;
}
.im-color-8 .menu .menu-item a:hover,
.im-color-8 .menu .menu-item a:focus,
.im-color-8 .menu .menu-item a:active {
  background-color: #aa7ba1;
}
.im-color-9 .menu .menu-item a {
  background-color: #5d707b;
}
.im-color-9 .menu .menu-item a:hover,
.im-color-9 .menu .menu-item a:focus,
.im-color-9 .menu .menu-item a:active {
  background-color: #47565e;
}
.solid-base .placement-inner {
  padding: 1.9em 1.5em;
  border-radius: 8px;
  overflow: hidden;
}
.solid-base .placement-inner .content-headline h2,
.solid-base .placement-inner .content-headline h3 {
  margin-top: 0;
  font-size: 200%;
  line-height: 1.2;
}
.col .solid-base .placement-inner .content-headline h2,
.col .solid-base .placement-inner .content-headline h3 {
  font-size: 170%;
}
.solid-base .placement-inner .content-wrapper-inner form input {
  border: none !important;
  border-radius: 8px;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .login-button {
  margin-bottom: 0.5em;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .login-submit {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  line-height: 1.4 !important;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .login-submit:not(.tox-tbtn) {
  border: none !important;
  background: #5d707b !important;
  padding: 0.5em 1.2em !important;
  color: #fff !important;
  transition: background 0.3s ease-in-out !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  display: inline-block !important;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .login-submit:not(.tox-tbtn):hover,
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .login-submit:not(.tox-tbtn):focus,
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .login-submit:not(.tox-tbtn):active {
  background: #3c484f !important;
  text-decoration: none !important;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .register {
  display: block;
  text-align: center;
  width: 100%;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .register:not(.tox-tbtn) {
  border: none;
  background: #d2eaed;
  padding: 0.5em 1.2em;
  color: #3c3c3b !important;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .register:not(.tox-tbtn):hover,
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .register:not(.tox-tbtn):focus,
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .register:not(.tox-tbtn):active {
  background: #9cd0d7;
  text-decoration: none;
}
.solid-base .placement-inner .content-wrapper-inner .login-button-wrapper .forgot-password {
  display: block;
  margin-bottom: 0;
}
.solid-color-1 .placement-inner {
  color: #fff;
  background: #ce0037;
}
@media only screen and (max-width: 870px) {
  .solid-color-1 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-1 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-1 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-1 .placement-inner a:hover,
.solid-color-1 .placement-inner a:focus,
.solid-color-1 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-2 .placement-inner {
  color: #3c3c3b;
  background: #becf45;
}
@media only screen and (max-width: 870px) {
  .solid-color-2 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-2 .placement-inner .content-headline h2 {
  color: #ce0037;
}
.solid-color-2 .placement-inner a {
  color: #ce0037;
  text-decoration: underline;
}
.solid-color-2 .placement-inner a:hover,
.solid-color-2 .placement-inner a:focus,
.solid-color-2 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-3 .placement-inner {
  color: #fff;
  background: #861f41;
}
@media only screen and (max-width: 870px) {
  .solid-color-3 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-3 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-3 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-3 .placement-inner a:hover,
.solid-color-3 .placement-inner a:focus,
.solid-color-3 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-4 .placement-inner {
  color: #3c3c3b;
  background: #f1b24a;
}
@media only screen and (max-width: 870px) {
  .solid-color-4 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-4 .placement-inner .content-headline h2 {
  color: #ce0037;
}
.solid-color-4 .placement-inner a {
  color: #ce0037;
  text-decoration: underline;
}
.solid-color-4 .placement-inner a:hover,
.solid-color-4 .placement-inner a:focus,
.solid-color-4 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-5 .placement-inner {
  color: #fff;
  background: #5ab1bd;
}
@media only screen and (max-width: 870px) {
  .solid-color-5 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-5 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-5 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-5 .placement-inner a:hover,
.solid-color-5 .placement-inner a:focus,
.solid-color-5 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-6 .placement-inner {
  color: #3c3c3b;
  background: #8ab9dd;
}
@media only screen and (max-width: 870px) {
  .solid-color-6 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-6 .placement-inner .content-headline h2 {
  color: #ce0037;
}
.solid-color-6 .placement-inner a {
  color: #ce0037;
  text-decoration: underline;
}
.solid-color-6 .placement-inner a:hover,
.solid-color-6 .placement-inner a:focus,
.solid-color-6 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-7 .placement-inner {
  color: #fff;
  background: #ed7e45;
}
@media only screen and (max-width: 870px) {
  .solid-color-7 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-7 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-7 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-7 .placement-inner a:hover,
.solid-color-7 .placement-inner a:focus,
.solid-color-7 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-8 .placement-inner {
  color: #fff;
  background: #be9ab7;
}
@media only screen and (max-width: 870px) {
  .solid-color-8 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-8 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-8 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-8 .placement-inner a:hover,
.solid-color-8 .placement-inner a:focus,
.solid-color-8 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-9 .placement-inner {
  color: #fff;
  background: #5d707b;
}
@media only screen and (max-width: 870px) {
  .solid-color-9 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-9 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-9 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-9 .placement-inner a:hover,
.solid-color-9 .placement-inner a:focus,
.solid-color-9 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-10 .placement-inner {
  color: #fff;
  background: #00b0b9;
}
@media only screen and (max-width: 870px) {
  .solid-color-10 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-10 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-10 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-10 .placement-inner a:hover,
.solid-color-10 .placement-inner a:focus,
.solid-color-10 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-11 .placement-inner {
  color: #fff;
  background: #249E6B;
}
@media only screen and (max-width: 870px) {
  .solid-color-11 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-11 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-11 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-11 .placement-inner a:hover,
.solid-color-11 .placement-inner a:focus,
.solid-color-11 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-12 .placement-inner {
  color: #fff;
  background: #236192;
}
@media only screen and (max-width: 870px) {
  .solid-color-12 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-12 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-12 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-12 .placement-inner a:hover,
.solid-color-12 .placement-inner a:focus,
.solid-color-12 .placement-inner a:active {
  text-decoration: underline;
}
.solid-color-13 .placement-inner {
  color: #fff;
  background: #CDA077;
}
@media only screen and (max-width: 870px) {
  .solid-color-13 .placement-inner {
    margin: 0 !important;
  }
}
.solid-color-13 .placement-inner .content-headline h2 {
  color: #fff;
}
.solid-color-13 .placement-inner a {
  color: #fff;
  text-decoration: underline;
}
.solid-color-13 .placement-inner a:hover,
.solid-color-13 .placement-inner a:focus,
.solid-color-13 .placement-inner a:active {
  text-decoration: underline;
}
.solid-lighter-grey .placement-inner {
  color: #3c3c3b;
  background: #ddd;
}
@media only screen and (max-width: 870px) {
  .solid-lighter-grey .placement-inner {
    margin: 0 !important;
  }
}
.solid-lighter-grey .placement-inner .content-headline h2 {
  color: #ce0037;
}
.solid-lighter-grey .placement-inner a {
  color: #ce0037;
  text-decoration: underline;
}
.solid-lighter-grey .placement-inner a:hover,
.solid-lighter-grey .placement-inner a:focus,
.solid-lighter-grey .placement-inner a:active {
  text-decoration: underline;
}
.photo-menu .content-headline h2,
.photo-menu .content-headline h3 {
  text-align: center;
  text-transform: uppercase;
  color: #5d707b;
  font-size: 300%;
  margin: 0.4em 0 0.6em 0;
  line-height: 1.3;
}
.photo-menu .menu {
  margin: -0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.photo-menu .menu.description-list .menu-item a .main-link-text {
  display: none;
}
.photo-menu .menu .menu-item {
  padding: 0.5em;
  flex: 1 1 23%;
}
@media only screen and (max-width: 870px) {
  .photo-menu .menu .menu-item {
    flex: 1 1 100%;
  }
}
.photo-menu .menu .menu-item a {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}
.photo-menu .menu .menu-item a:hover .main-image-wrapper img,
.photo-menu .menu .menu-item a:focus .main-image-wrapper img,
.photo-menu .menu .menu-item a:active .main-image-wrapper img,
.photo-menu .menu .menu-item a:hover .menu-item-img img,
.photo-menu .menu .menu-item a:focus .menu-item-img img,
.photo-menu .menu .menu-item a:active .menu-item-img img {
  transform: scale(1.1);
}
.photo-menu .menu .menu-item a .main-image-wrapper,
.photo-menu .menu .menu-item a .menu-item-img {
  display: block;
}
.photo-menu .menu .menu-item a .main-image-wrapper img,
.photo-menu .menu .menu-item a .menu-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: transform 0.33s ease-in-out;
  transform: scale(1);
}
@media only screen and (max-width: 870px) {
  .photo-menu .menu .menu-item a .main-image-wrapper,
  .photo-menu .menu .menu-item a .menu-item-img {
    height: 12em;
    display: block;
  }
  .photo-menu .menu .menu-item a .main-image-wrapper img,
  .photo-menu .menu .menu-item a .menu-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}
.photo-menu .menu .menu-item a .main-link-text,
.photo-menu .menu .menu-item a .menu-item-desc {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  text-align: right;
  font-size: 150%;
  font-family: 'Stag Web';
  line-height: 1.2;
  min-height: 3.4em;
}
.photo-menu .menu .menu-item a .main-link-text p,
.photo-menu .menu .menu-item a .menu-item-desc p {
  margin: 0;
}
@media only screen and (max-width: 870px) {
  .photo-menu .menu .menu-item a .main-link-text,
  .photo-menu .menu .menu-item a .menu-item-desc {
    min-height: 0;
  }
}
.photo-menu .menu .menu-item:nth-child(4n + 1) a .main-link-text {
  color: #5ab1bd;
}
.photo-menu .menu .menu-item:nth-child(4n + 1) .menu-item-desc {
  color: #5ab1bd;
}
.photo-menu .menu .menu-item:nth-child(4n + 2) a .main-link-text {
  color: #ce0037;
}
.photo-menu .menu .menu-item:nth-child(4n + 2) .menu-item-desc {
  color: #ce0037;
}
.photo-menu .menu .menu-item:nth-child(4n + 3) a .main-link-text {
  color: #861f41;
}
.photo-menu .menu .menu-item:nth-child(4n + 3) .menu-item-desc {
  color: #861f41;
}
.photo-menu .menu .menu-item:nth-child(4n + 4) a .main-link-text {
  color: #8ab9dd;
}
.photo-menu .menu .menu-item:nth-child(4n + 4) .menu-item-desc {
  color: #8ab9dd;
}
.alert-placement .placement-inner {
  margin: 1.5em 0;
  border-top: solid 8px #ce0037;
  border-bottom: solid 8px #ce0037;
  padding: 1.5em;
}
.alert-placement .placement-inner .content-headline h2,
.alert-placement .placement-inner .content-headline h3 {
  color: #ce0037;
  font-size: 200%;
  line-height: 1.2;
  margin: 0 0 0.4em 0;
}
.alert-placement .placement-inner .main-editor-output {
  color: #ce0037;
}
.alert-placement .placement-inner .main-editor-output a {
  text-decoration: underline;
}
.alert-placement .placement-inner .main-editor-output a:hover,
.alert-placement .placement-inner .main-editor-output a:focus,
.alert-placement .placement-inner .main-editor-output a:active {
  text-decoration: none;
}
.news-slider .content-headline h2,
.news-slider .content-headline h3 {
  text-align: center;
  text-transform: uppercase;
  color: #5d707b;
  font-size: 300%;
  margin: 0.4em 0 0.6em 0;
  line-height: 1.3;
}
.news-slider .placement-inner {
  margin: 0;
}
.news-slider .blog-posts-list {
  display: none;
}
.news-slider .blog-posts-list .blog-posts-post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5em;
  position: relative;
}
.news-slider .blog-posts-list .blog-posts-post:hover .content-main-image img,
.news-slider .blog-posts-list .blog-posts-post:focus .content-main-image img,
.news-slider .blog-posts-list .blog-posts-post:active .content-main-image img {
  transform: scale(1.1);
}
@media only screen and (max-width: 870px) {
  .news-slider .blog-posts-list .blog-posts-post {
    width: 96vw !important;
  }
}
.news-slider .blog-posts-list .blog-posts-post > h3 {
  order: 2;
  font-size: 1.65em;
  line-height: 1.2;
  margin: 0.2em 0 0 0;
}
.news-slider .blog-posts-list .blog-posts-post > h3 a {
  color: #3c3c3b;
  font-weight: 700;
}
.news-slider .blog-posts-list .blog-posts-post > h3 a:hover,
.news-slider .blog-posts-list .blog-posts-post > h3 a:focus,
.news-slider .blog-posts-list .blog-posts-post > h3 a:active {
  text-decoration: none;
}
.news-slider .blog-posts-list .blog-posts-post > h3 a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 2;
}
.news-slider .blog-posts-list .blog-posts-post .content-main-image {
  order: 1;
  height: 284px;
  border-radius: 8px;
  overflow: hidden;
}
.news-slider .blog-posts-list .blog-posts-post .content-main-image img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.news-slider .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  order: 3;
}
.news-slider .blog-posts-list .blog-posts-post .blog-post-detail-wrapper > p,
.news-slider .blog-posts-list .blog-posts-post .blog-post-detail-wrapper > a {
  display: none;
}
.news-slider .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-meta {
  display: block;
  color: #ce0037;
  font-family: 'Stag Web';
}
.news-slider .bx-wrapper {
  position: relative;
}
.news-slider .bx-wrapper .blog-posts-list {
  display: block;
}
.news-slider .bx-controls-direction .bx-prev,
.news-slider .bx-controls-direction .bx-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 4px #ce0037;
  font-size: 0;
  text-decoration: none !important;
  position: absolute;
  top: 142px;
  margin-bottom: -21px;
  background: #fff;
}
.news-slider .bx-controls-direction .bx-prev:before,
.news-slider .bx-controls-direction .bx-next:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  color: #3c3c3b;
  font-size: 24px;
  line-height: 35px;
  width: 34px;
  text-align: center;
  font-weight: 900;
}
.news-slider .bx-controls-direction .bx-next {
  right: -21px;
}
#site-content-top-row .news-slider .bx-controls-direction .bx-next {
  right: 0;
}
@media only screen and (max-width: 870px) {
  .news-slider .bx-controls-direction .bx-next {
    right: 0;
  }
}
.news-slider .bx-controls-direction .bx-next:before {
  width: 38px;
}
.news-slider .bx-controls-direction .bx-prev {
  left: -21px;
}
#site-content-top-row .news-slider .bx-controls-direction .bx-prev {
  left: 0;
}
@media only screen and (max-width: 870px) {
  .news-slider .bx-controls-direction .bx-prev {
    left: 0;
  }
}
.news-slider .bx-controls-direction .bx-prev:before {
  content: '\f104';
}
#site-content-top-row .page-banner {
  padding-top: 0;
}
#site-content-top-row .page-banner .placement-inner {
  margin: 0;
}
.page-banner .content-headline {
  display: none;
}
.page-banner .placement-inner {
  position: relative;
}
.page-banner .content-main-image {
  width: 100%;
  height: 45vh;
  min-height: 500px;
}
@media only screen and (max-width: 870px) {
  .page-banner .content-main-image {
    height: 25vh;
    min-height: 0;
  }
}
.page-banner .content-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.page-banner .main-editor-output {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40vw;
  padding: 1.6rem 4.8rem;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.13vw;
}
@media only screen and (max-width: 870px) {
  .page-banner .main-editor-output {
    position: static;
    width: 100%;
    padding: 2.5em 1.5em;
    font-size: 100%;
  }
}
.page-banner .main-editor-output > h2 {
  margin-top: 0;
  font-size: 200%;
  letter-spacing: 1.5px;
}
.page-banner .main-editor-output a {
  color: #fff;
  font-weight: 700;
}
.pb-color-1 .main-editor-output {
  background-color: rgba(206, 0, 55, 0.9);
  color: #fff;
}
.pb-color-2 .main-editor-output {
  background-color: rgba(190, 207, 69, 0.9);
  color: #3c3c3b;
}
.pb-color-3 .main-editor-output {
  background-color: rgba(134, 31, 65, 0.9);
  color: #fff;
}
.pb-color-4 .main-editor-output {
  background-color: rgba(241, 178, 74, 0.9);
  color: #3c3c3b;
}
.pb-color-5 .main-editor-output {
  background-color: rgba(90, 177, 189, 0.9);
  color: #fff;
}
.pb-color-6 .main-editor-output {
  background-color: rgba(138, 185, 221, 0.9);
  color: #3c3c3b;
}
.pb-color-7 .main-editor-output {
  background-color: rgba(237, 126, 69, 0.9);
  color: #fff;
}
.pb-color-8 .main-editor-output {
  background-color: rgba(190, 154, 183, 0.9);
  color: #fff;
}
.pb-color-9 .main-editor-output {
  background-color: rgba(93, 112, 123, 0.9);
  color: #fff;
}
.large-descriptive-menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
.large-descriptive-menu .menu .menu-item {
  flex: 1 1 23%;
  padding: 0.5em;
}
@media only screen and (max-width: 870px) {
  .large-descriptive-menu .menu .menu-item {
    flex: 1 1 100%;
  }
}
.large-descriptive-menu .menu .menu-item a {
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(93, 112, 123, 0.15);
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: #3c3c3b;
  height: 100%;
  position: relative;
  transform: scale(1);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  border: solid 1px #eee;
}
.large-descriptive-menu .menu .menu-item a:hover,
.large-descriptive-menu .menu .menu-item a:focus,
.large-descriptive-menu .menu .menu-item a:active {
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(93, 112, 123, 0.25);
}
.large-descriptive-menu .menu .menu-item a .main-image-wrapper,
.large-descriptive-menu .menu .menu-item a .menu-item-img {
  display: block;
  height: 240px;
  overflow: hidden;
}
.large-descriptive-menu .menu .menu-item a .main-image-wrapper img,
.large-descriptive-menu .menu .menu-item a .menu-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.large-descriptive-menu .menu .menu-item a .main-link-text {
  color: #fff;
  background: rgba(134, 31, 65, 0.9);
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75em 1em;
  font-size: 130%;
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  margin-top: -53px;
}
.large-descriptive-menu .menu .menu-item a .menu-item-desc {
  text-align: left;
  font-size: 100%;
  padding: 1em;
}
#site-content-top-row .banner-photo-menu {
  padding-top: 0;
}
#site-content-top-row .banner-photo-menu .placement-inner {
  margin: 0;
}
.banner-photo-menu .menu-placement-wrapper {
  position: relative;
  overflow: hidden;
  background: #ce0037;
  padding: 3em 0 3em 60%;
}
#site-content-top-row .placement-row-1 .banner-photo-menu .menu-placement-wrapper {
  padding-top: 5em;
}
@media only screen and (max-width: 870px) {
  .banner-photo-menu .menu-placement-wrapper {
    padding: 1em;
  }
}
@media only screen and (max-width: 870px) {
  .banner-photo-menu .menu-placement-wrapper .content-item-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.banner-photo-menu .menu-placement-wrapper .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  z-index: 0;
}
@media only screen and (max-width: 870px) {
  .banner-photo-menu .menu-placement-wrapper .content-main-image {
    position: static;
    width: auto;
    order: 1;
    margin: -1em -1em 0 -1em;
  }
}
.banner-photo-menu .menu-placement-wrapper .content-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.banner-photo-menu .menu-placement-wrapper .content-headline {
  padding: 0 2.5em 2em 2.5em;
}
@media only screen and (max-width: 870px) {
  .banner-photo-menu .menu-placement-wrapper .content-headline {
    padding: 0.5em 0;
    order: 2;
    text-align: center;
  }
}
.banner-photo-menu .menu-placement-wrapper .content-headline h2,
.banner-photo-menu .menu-placement-wrapper .content-headline h3 {
  margin: 0;
  color: #fff;
  font-size: 250%;
  line-height: 1.3;
  letter-spacing: 2px;
}
.banner-photo-menu .menu-placement-wrapper .content-wrapper-inner {
  order: 3;
}
.banner-photo-menu .menu-placement-wrapper .menu {
  margin: 0;
  padding: 0.5em 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 870px) {
  .banner-photo-menu .menu-placement-wrapper .menu {
    padding: 0;
  }
}
.banner-photo-menu .menu-placement-wrapper .menu .menu-item {
  flex: 1 1 30%;
  padding: 0.25em;
}
@media only screen and (max-width: 870px) {
  .banner-photo-menu .menu-placement-wrapper .menu .menu-item {
    flex: 1 1 48%;
  }
}
.banner-photo-menu .menu-placement-wrapper .menu .menu-item a {
  background: #fff;
  border-radius: 6px;
  padding: 0em 1em;
  height: 100%;
  color: #3c3c3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10em;
  font-family: 'Stag Web', Times New Roman, Times, sans-serif;
  transform: scale(1);
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  border: solid 1px #eee;
}
@media only screen and (max-width: 870px) {
  .banner-photo-menu .menu-placement-wrapper .menu .menu-item a {
    height: 100%;
    padding: 1em;
  }
}
.banner-photo-menu .menu-placement-wrapper .menu .menu-item a .main-link-text {
  font-size: 130%;
  line-height: 1.3;
}
.banner-photo-menu .menu-placement-wrapper .menu .menu-item a:hover,
.banner-photo-menu .menu-placement-wrapper .menu .menu-item a:focus,
.banner-photo-menu .menu-placement-wrapper .menu .menu-item a:active {
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(93, 112, 123, 0.25);
}
.main-article-area-7 .type-menuplacement.default .menu,
.main-article-area-7 .type-menuplacement.large-menu .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -0.5em;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item {
  flex: 1 1 23%;
  padding: 0.5em;
}
.layout_0_0 .main-article-area-7 .type-menuplacement.default .menu .menu-item,
.layout_0_0 .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item {
  flex: 1 1 23%;
}
.layout_1_0 .main-article-area-7 .type-menuplacement.default .menu .menu-item,
.layout_1_0 .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item,
.layout_0_1 .main-article-area-7 .type-menuplacement.default .menu .menu-item,
.layout_0_1 .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item {
  flex: 1 1 23%;
}
.layout_1_1 .main-article-area-7 .type-menuplacement.default .menu .menu-item,
.layout_1_1 .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item {
  flex: 1 1 32%;
}
@media only screen and (max-width: 870px) {
  .main-article-area-7 .type-menuplacement.default .menu .menu-item,
  .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item {
    flex: 1 1 48%;
  }
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a {
  padding: 1.5em;
  position: relative;
  min-height: 250px;
  border-radius: 6px;
  text-align: left;
  box-shadow: 0 0 8px rgba(93, 112, 123, 0.45);
  transform: scale(1);
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  font-family: 'Stag Web', Times New Roman, Times, sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 870px) {
  .main-article-area-7 .type-menuplacement.default .menu .menu-item a,
  .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a {
    padding: 0.5em;
    min-height: 130px;
  }
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item a:hover,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a:hover,
.main-article-area-7 .type-menuplacement.default .menu .menu-item a:focus,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a:focus,
.main-article-area-7 .type-menuplacement.default .menu .menu-item a:active,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a:active {
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(93, 112, 123, 0.25);
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item a .main-link-text,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a .main-link-text {
  font-size: 145%;
  line-height: 1.3;
  padding-right: 2.5em;
}
@media only screen and (max-width: 870px) {
  .main-article-area-7 .type-menuplacement.default .menu .menu-item a .main-link-text,
  .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a .main-link-text {
    font-size: 120%;
    position: relative;
    z-index: 2;
  }
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item a .main-image-wrapper,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a .main-image-wrapper,
.main-article-area-7 .type-menuplacement.default .menu .menu-item a .menu-item-img,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a .menu-item-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 870px) {
  .main-article-area-7 .type-menuplacement.default .menu .menu-item a .main-image-wrapper img,
  .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a .main-image-wrapper img,
  .main-article-area-7 .type-menuplacement.default .menu .menu-item a .menu-item-img img,
  .main-article-area-7 .type-menuplacement.large-menu .menu .menu-item a .menu-item-img img {
    max-height: 100px;
  }
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 1) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 1) a {
  background-color: #becf45;
  color: #333;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 2) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 2) a {
  background-color: #861f41;
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 3) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 3) a {
  background-color: #f1b24a;
  color: #333;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 4) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 4) a {
  background-color: #5ab1bd;
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 5) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 5) a {
  background-color: #8ab9dd;
  color: #333;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 6) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 6) a {
  background-color: #ed7e45;
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 7) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 7) a {
  background-color: #be9ab7;
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .menu .menu-item:nth-child(8n + 8) a,
.main-article-area-7 .type-menuplacement.large-menu .menu .menu-item:nth-child(8n + 8) a {
  background-color: #5d707b;
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .pod-menu,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -0.5em;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod {
  flex: 1 1 23%;
  padding: 0.5em;
  display: block;
  position: relative;
}
.layout_0_0 .main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
.layout_0_0 .main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod {
  flex: 1 1 23%;
}
.layout_1_0 .main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
.layout_1_0 .main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod,
.layout_0_1 .main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
.layout_0_1 .main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod {
  flex: 1 1 23%;
}
.layout_1_1 .main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
.layout_1_1 .main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod {
  flex: 1 1 32%;
}
@media only screen and (max-width: 870px) {
  .main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
  .main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod {
    flex: 1 1 48%;
  }
}
.layout_1_0 .main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
.layout_1_0 .main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod,
.layout_0_1 .main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod,
.layout_0_1 .main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod {
  flex: 1 1 32%;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .menu-pod-children,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .menu-pod-children {
  display: none;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .content-headline h2,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .content-headline h2 {
  margin: 0;
  text-align: left;
  font-family: 'Stag Sans Web';
  font-weight: 500;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod a {
  text-decoration: none !important;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod a.main-page-pod-link:before,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod a.main-page-pod-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .pod-heading h2,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .pod-heading h2 {
  margin: 0;
  text-align: left;
  font-family: 'Stag Sans Web';
  font-weight: 500;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .pod-heading h2 a:before,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .pod-heading h2 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .main-image-wrapper,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .main-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .main-image-wrapper img,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .main-image-wrapper img {
  max-height: 150px;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .content-item-container {
  border: none;
  padding: 1.5em;
  position: relative;
  min-height: 250px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(93, 112, 123, 0.45);
  transform: scale(1);
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  text-decoration: none !important;
  height: 100%;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .content-item-container:hover,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .content-item-container:hover,
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .content-item-container:focus,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .content-item-container:focus,
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod .content-item-container:active,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod .content-item-container:active {
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(93, 112, 123, 0.25);
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 1) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 1) .content-item-container {
  background-color: #becf45;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 1) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 1) .content-item-container a {
  color: #333;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 2) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 2) .content-item-container {
  background-color: #861f41;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 2) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 2) .content-item-container a {
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 3) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 3) .content-item-container {
  background-color: #f1b24a;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 3) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 3) .content-item-container a {
  color: #333;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 4) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 4) .content-item-container {
  background-color: #5ab1bd;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 4) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 4) .content-item-container a {
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 5) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 5) .content-item-container {
  background-color: #8ab9dd;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 5) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 5) .content-item-container a {
  color: #333;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 6) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 6) .content-item-container {
  background-color: #ed7e45;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 6) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 6) .content-item-container a {
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 7) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 7) .content-item-container {
  background-color: #be9ab7;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 7) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 7) .content-item-container a {
  color: #fff;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 8) .content-item-container,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 8) .content-item-container {
  background-color: #5d707b;
}
.main-article-area-7 .type-menuplacement.default .pod-menu .menu-pod:nth-child(8n + 8) .content-item-container a,
.main-article-area-7 .type-menuplacement.large-menu .pod-menu .menu-pod:nth-child(8n + 8) .content-item-container a {
  color: #fff;
}
.accordion-base {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
.accordion-base .placement-inner {
  padding: 0;
  position: relative;
}
#container .accordion-base .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 0;
  outline: none !important;
  margin-bottom: 0;
}
#container .accordion-base .placement-inner .actn-show-content:hover .content-headline,
#container .accordion-base .placement-inner .actn-show-content:focus .content-headline {
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3);
  opacity: 0.9;
}
.accordion-base .placement-inner .main-editor-output ul > li:first-of-type,
.accordion-base .placement-inner .main-editor-output ul {
  margin-top: 0;
}
.accordion-base .placement-inner .content-headline {
  position: relative;
  padding: 0.85em 4em 1em 1.5em;
  cursor: pointer;
  transition: box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out, border-radius 0.4s ease-in-out;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.accordion-base .placement-inner .content-headline:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 28px;
  line-height: 28px;
  margin-top: -14px;
}
@media only screen and (max-width: 870px) {
  .accordion-base .placement-inner .content-headline {
    padding: 0.75em 4em 0.75em 0.75em;
  }
}
.accordion-base .placement-inner .content-headline.open {
  border-radius: 10px 10px 0 0;
}
.accordion-base .placement-inner .content-headline.open:before {
  content: '\f068';
}
.accordion-base .placement-inner .content-headline h2,
.accordion-base .placement-inner .content-headline h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1.3;
  position: relative;
  top: 2px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 870px) {
  .accordion-base .placement-inner .content-headline h2,
  .accordion-base .placement-inner .content-headline h3 {
    font-size: 16px;
  }
}
.accordion-base .placement-inner .content-wrapper-inner {
  padding: 1.5em;
  border-radius: 0 0 10px 10px;
  display: none;
}
.col .accordion-base .placement-inner .content-wrapper-inner {
  padding: 1em;
}
.placement-row-2-up .accordion-base .placement-inner .content-wrapper-inner,
.placement-row-3-up .accordion-base .placement-inner .content-wrapper-inner,
.placement-row-4-up .accordion-base .placement-inner .content-wrapper-inner,
.placement-row-5-up .accordion-base .placement-inner .content-wrapper-inner {
  background: transparent;
}
@media only screen and (max-width: 870px) {
  .accordion-base .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-color-1 .content-headline {
  background-color: #ce0037 !important;
}
.accordion-color-1 .content-headline:before,
.accordion-color-1 .content-headline h2 {
  color: #fff !important;
}
html #container .accordion-color-2 .content-headline {
  background-color: #becf45 !important;
}
html #container .accordion-color-2 .content-headline:before,
html #container .accordion-color-2 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-color-3 .content-headline {
  background-color: #861f41 !important;
}
.accordion-color-3 .content-headline:before,
.accordion-color-3 .content-headline h2 {
  color: #fff !important;
}
.accordion-color-4 .content-headline {
  background-color: #f1b24a !important;
}
.accordion-color-4 .content-headline:before,
.accordion-color-4 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-color-5 .content-headline {
  background-color: #5ab1bd !important;
}
.accordion-color-5 .content-headline:before,
.accordion-color-5 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-color-6 .content-headline {
  background-color: #8ab9dd !important;
}
.accordion-color-6 .content-headline:before,
.accordion-color-6 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-color-7 .content-headline {
  background-color: #ed7e45 !important;
}
.accordion-color-7 .content-headline:before,
.accordion-color-7 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-color-8 .content-headline {
  background-color: #be9ab7 !important;
}
.accordion-color-8 .content-headline:before,
.accordion-color-8 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-color-9 .content-headline {
  background-color: #5d707b !important;
}
.accordion-color-9 .content-headline:before,
.accordion-color-9 .content-headline h2 {
  color: #fff !important;
}
.accordion-color-pale-green .content-headline {
  background-color: #EBEED5;
}
.accordion-color-pale-green .content-headline:before,
.accordion-color-pale-green .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-color-pale-green .actn-show-content:has(.content-headline.open) {
  border: 1px solid #EBEED5 !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-1 .content-headline {
  background-color: #ce0037;
}
.accordion-solid-1 .content-headline:before,
.accordion-solid-1 .content-headline h2 {
  color: #fff !important;
}
.accordion-solid-1 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #ce0037 !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-2 .content-headline {
  background-color: #EBEED5;
}
.accordion-solid-2 .content-headline:before,
.accordion-solid-2 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-solid-2 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #EBEED5 !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-3 .content-headline {
  background-color: #861f41;
}
.accordion-solid-3 .content-headline:before,
.accordion-solid-3 .content-headline h2 {
  color: #fff !important;
}
.accordion-solid-3 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #861f41 !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-4 .content-headline {
  background-color: #f1b24a;
}
.accordion-solid-4 .content-headline:before,
.accordion-solid-4 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-solid-4 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #f1b24a !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-5 .content-headline {
  background-color: #5ab1bd;
}
.accordion-solid-5 .content-headline:before,
.accordion-solid-5 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-solid-5 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #5ab1bd !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-6 .content-headline {
  background-color: #8ab9dd;
}
.accordion-solid-6 .content-headline:before,
.accordion-solid-6 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-solid-6 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #8ab9dd !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-7 .content-headline {
  background-color: #ed7e45;
}
.accordion-solid-7 .content-headline:before,
.accordion-solid-7 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-solid-7 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #ed7e45 !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-8 .content-headline {
  background-color: #be9ab7;
}
.accordion-solid-8 .content-headline:before,
.accordion-solid-8 .content-headline h2 {
  color: #3c3c3b !important;
}
.accordion-solid-8 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #be9ab7 !important;
  border-radius: 10px 10px 0 0 !important;
}
.accordion-solid-9 .content-headline {
  background-color: #5d707b;
}
.accordion-solid-9 .content-headline:before,
.accordion-solid-9 .content-headline h2 {
  color: #fff !important;
}
.accordion-solid-9 .actn-show-content:has(.content-headline.open) {
  border: 1px solid #5d707b !important;
  border-radius: 10px 10px 0 0 !important;
}
.grid-list .content-items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -1em;
}
.grid-list .content-items-list .list-content-item {
  flex: 1 1 48%;
  padding: 1em;
}
.portraits.grid-list .content-items-list .list-content-item {
  flex: 1 1 32%;
}
@media only screen and (max-width: 870px) {
  .grid-list .content-items-list .list-content-item {
    flex: 1 1 100%;
  }
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(93, 112, 123, 0.15);
  height: 100%;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap {
  position: relative;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .content-main-image {
  height: 300px;
}
.portraits.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .content-main-image {
  height: 450px;
}
@media only screen and (max-width: 870px) {
  .grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .content-main-image {
    height: auto;
  }
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .content-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap.no-image .item-headline {
  position: static;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .item-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75em;
  color: #fff;
  background: rgba(134, 31, 65, 0.7);
  text-align: center;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .item-headline h3 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.3;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .item-headline h3 a {
  color: #fff;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .thumbnail-headline-wrap .item-headline h3 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .content-description-wrapper {
  padding: 0 1em;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .content-description-wrapper p:first-child {
  margin-top: 1.4em;
}
.grid-list .content-items-list .list-content-item .list-content-item-wrapper .content-description-wrapper p:last-child {
  margin-bottom: 1.4em;
}
.video-banner {
  padding: 0;
}
.video-banner .placement-inner {
  margin: 0;
}
.video-banner .video-wrapper {
  width: 100%;
  height: 30vw;
  position: relative;
}
@media only screen and (max-width: 870px) {
  .video-banner .video-wrapper {
    height: auto;
  }
}
.video-banner .video-wrapper .video-bg {
  height: 100%;
  width: 60%;
  position: relative;
}
.video-banner .video-wrapper .video-bg:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f28b";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 100px;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
  cursor: pointer;
}
.video-banner .video-wrapper .video-bg.paused:before {
  content: '\f144';
}
.video-banner .video-wrapper .video-bg:hover:before,
.video-banner .video-wrapper .video-bg:focus:before,
.video-banner .video-wrapper .video-bg:active:before {
  opacity: 1;
}
@media only screen and (max-width: 870px) {
  .video-banner .video-wrapper .video-bg {
    height: 56.4vw;
    width: 100%;
  }
}
.video-banner .video-wrapper .slide-overlay {
  width: 40.1%;
  left: auto;
  background: #ce0037;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 870px) {
  .video-banner .video-wrapper .slide-overlay {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 50%;
    height: auto;
    position: static;
  }
}
.video-banner .video-wrapper .slide-overlay .slide-text-overlay {
  padding: 0 1em;
  color: #fff;
}
#site-content-top-row .video-banner .video-wrapper .slide-overlay .slide-text-overlay {
  font-size: 1.4vw;
}
@media only screen and (max-width: 870px) {
  .video-banner .video-wrapper .slide-overlay .slide-text-overlay {
    font-size: 1em !important;
    padding: 1em;
  }
}
.video-banner .video-wrapper .slide-overlay .slide-text-overlay h2,
.video-banner .video-wrapper .slide-overlay .slide-text-overlay h3 {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.33em;
}
.video-banner .video-wrapper .slide-overlay .slide-text-overlay p {
  font-weight: 300;
  margin: 0 0 0.33em 0;
}
.video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta {
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 0.7em;
  font-size: 60%;
  margin-top: 0.5em;
}
.video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta:active {
  background: #fff;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta {
    font-size: 100%;
  }
}
.video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.video-banner .video-wrapper .slide-overlay .slide-text-overlay a.cta:active {
  color: #ce0037 !important;
}
#container .type-textcontent .form.feedback-form {
  font-size: 1.6rem;
  line-height: 1.4;
}
#container .type-textcontent .form.feedback-form p {
  font-size: 1em;
  line-height: 1.4;
}
#container .type-textcontent .form.feedback-form legend,
#container .type-textcontent .form.feedback-form .form-privacy-notice,
#container .type-textcontent .form.feedback-form p.labelman {
  display: none;
}
#container .type-textcontent .form.feedback-form .row {
  border: none;
  margin: 0 0 2em 0;
  padding: 0;
  display: block;
}
#container .type-textcontent .form.feedback-form .row[data-ff-ac='INFO'] {
  margin-bottom: 0;
}
#container .type-textcontent .form.feedback-form .row label {
  display: block;
  width: auto;
}
#container .type-textcontent .form.feedback-form .row .field {
  display: block;
  width: auto;
  padding-left: 0;
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field input {
  display: none;
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field input:checked + label {
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #ce0037;
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field input:checked + label:before {
  filter: saturate(1);
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field label {
  margin: 0 !important;
  padding: 0;
  cursor: pointer;
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field label:hover:before {
  filter: saturate(0.5);
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field label:before {
  filter: saturate(0);
  font-size: 2.5em;
  position: relative;
  top: 8px;
  margin-right: 10px;
  transition: filter 0.25s ease;
  display: inline-block;
  width: 60px;
  text-align: center;
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field label:nth-of-type(1):before {
  content: '\01F642';
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field label:nth-of-type(2):before {
  content: '\01F641';
}
#container .type-textcontent .form.feedback-form .pos-neg-ideas .field label:nth-of-type(3):before {
  content: '\01F4A1';
}
#container .type-textcontent .form.feedback-form .button_row {
  padding: 0;
  border-top: none;
}
.main-content .type-menuplacement .regenda-homes-portal-repairs-signposts .menu .menu-item a {
  padding: 0;
  min-height: auto;
}
@media only screen and (max-width: 870px) {
  .main-content .type-menuplacement .regenda-homes-portal-repairs-signposts .menu .menu-item a {
    min-height: auto;
  }
}
.main-content .type-menuplacement .regenda-homes-portal-repairs-signposts .menu .menu-item a .main-image-wrapper {
  position: relative;
}
@media only screen and (max-width: 870px) {
  .main-content .type-menuplacement .regenda-homes-portal-repairs-signposts .menu .menu-item a .main-image-wrapper img {
    max-height: none;
  }
}
.main-content .type-menuplacement .regenda-homes-portal-repairs-signposts .menu .menu-item a .main-link-text {
  position: absolute;
  visibility: hidden;
  font-size: 10px;
  padding: 0px;
  top: 0;
  left: 0;
}
/* Fix responsive overflow forms */
.form td[data-ff-ac='FileUpload'] input[type='file'] {
  width: 100%;
}
.scroll-col-page .col.right {
  position: relative;
}
.scroll-col-page .col.right .layout_col_inner {
  height: 650px;
  overflow-y: auto;
  padding-bottom: 3.5em;
}
@media only screen and (max-width: 870px) {
  .scroll-col-page .col.right .layout_col_inner {
    height: auto;
    overflow-y: none;
  }
}
.scroll-col-page .col.right .layout_col_inner::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
@media only screen and (max-width: 870px) {
  .scroll-col-page .col.right .layout_col_inner::-webkit-scrollbar {
    display: none;
  }
}
.scroll-col-page .col.right .layout_col_inner::-webkit-scrollbar-track {
  background: #eee;
  /* color of the tracking area */
}
@media only screen and (max-width: 870px) {
  .scroll-col-page .col.right .layout_col_inner::-webkit-scrollbar-track {
    display: none;
  }
}
.scroll-col-page .col.right .layout_col_inner::-webkit-scrollbar-thumb {
  background-color: #ce0037;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 1px solid #eee;
  /* creates padding around scroll thumb */
}
@media only screen and (max-width: 870px) {
  .scroll-col-page .col.right .layout_col_inner::-webkit-scrollbar-thumb {
    display: none;
  }
}
.scroll-col-page .col.right .layout_col_inner .placement-row-wrapper:first-child .page-placement {
  padding-top: 0.5em;
}
.scroll-col-page .col.right:before {
  content: '';
  background: linear-gradient(to bottom, transparent, white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
}
@media only screen and (max-width: 870px) {
  .scroll-col-page .col.right:before {
    display: none;
  }
}
.scroll-col-page .col.right:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  position: absolute;
  color: #ce0037;
  left: 50%;
  font-size: 24px;
  transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (max-width: 870px) {
  .scroll-col-page .col.right:after {
    display: none;
  }
}
/**
V1SR-18004 - Custom form styling for part 6/15 of form on https://www.regenda.org.uk/housing-application-form
*/
#classic-form-0 table[summary='Fields for inputting Previous addresses'] {
  display: block;
  overflow-x: auto;
}
#classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 870px) {
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody {
    flex-direction: column;
  }
}
#classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr {
  display: grid;
  grid-template-rows: repeat(10, 120px);
}
@media only screen and (max-width: 870px) {
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr:first-of-type {
    display: block;
    order: 1;
  }
}
#classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr th {
  padding: 0.75em;
}
@media only screen and (max-width: 870px) {
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr th {
    position: absolute;
    top: -99999px;
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr th:last-of-type {
    position: static;
    display: block;
  }
}
@media only screen and (max-width: 870px) {
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(1):before {
    content: 'Address:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(2):before {
    content: 'Postcode:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(3):before {
    content: 'Did you:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(4):before {
    content: 'Lived at this address from:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(5):before {
    content: 'Lived at this address until:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(6):before {
    content: 'Landlord name:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(7):before {
    content: 'Landlord address:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(8):before {
    content: 'Landlord postcode:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(9):before {
    content: 'Landlord telephone:';
  }
  #classic-form-0 table[summary='Fields for inputting Previous addresses'] tbody tr td:nth-of-type(10):before {
    content: 'Reason for leaving:';
  }
}
.no-description .pod-content .menu-item-desc {
  display: none;
}
.flip-card-wrapper {
  perspective: 100em;
  width: 100%;
  max-width: 18em;
  height: 0;
  padding-bottom: 140%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out;
}
.flip-card-wrapper.is-flipped {
  transform: translateY(-1em) rotateY(180deg);
}
.flip-card-wrapper.is-flipping {
  transform: translateY(-1em);
}
.primary .flip-card-wrapper .front {
  background: linear-gradient(45deg, #daedf0 0%, #a3d3da 60%, #5ab1bd 100%);
  color: #3c3c3b;
}
.primary .flip-card-wrapper .front .benchmark,
.primary .flip-card-wrapper .front .current-mark,
.primary .flip-card-wrapper .front .subheading,
.primary .flip-card-wrapper .front .date {
  color: #3c3c3b;
}
.primary .flip-card-wrapper .front .benchmark {
  border: 2px solid #3c3c3b;
}
.primary .flip-card-wrapper .front .flip-button {
  color: #3c3c3b;
}
.primary .flip-card-wrapper:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(45deg, #daedf0 0%, #a3d3da 60%, #5ab1bd 100%);
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: -1;
  filter: blur(10px);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  transition: all 0.4s ease-out;
}
.primary .flip-card-wrapper:hover:before,
.primary .flip-card-wrapper:focus:before {
  transform: scale(1.1);
}
.primary .flip-card-wrapper:hover .front .flip-button:before,
.primary .flip-card-wrapper:focus .front .flip-button:before {
  font-size: 2.5em;
}
.secondary .flip-card-wrapper .front {
  background: linear-gradient(45deg, #5ab1bd 0%, #4197a3 60%, #33757e 100%);
  color: #3c3c3b;
}
.secondary .flip-card-wrapper .front .benchmark,
.secondary .flip-card-wrapper .front .current-mark,
.secondary .flip-card-wrapper .front .subheading,
.secondary .flip-card-wrapper .front .date {
  color: #3c3c3b;
}
.secondary .flip-card-wrapper .front .benchmark {
  border: 2px solid #3c3c3b;
}
.secondary .flip-card-wrapper .front .flip-button {
  color: #3c3c3b;
}
.secondary .flip-card-wrapper:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(45deg, #5ab1bd 0%, #4197a3 60%, #33757e 100%);
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: -1;
  filter: blur(10px);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  transition: all 0.4s ease-out;
}
.secondary .flip-card-wrapper:hover:before,
.secondary .flip-card-wrapper:focus:before {
  transform: scale(1.1);
}
.secondary .flip-card-wrapper:hover .front .flip-button:before,
.secondary .flip-card-wrapper:focus .front .flip-button:before {
  font-size: 2.5em;
}
.tertiary .flip-card-wrapper .front {
  background: linear-gradient(45deg, #ce0037 0%, #9b0029 60%, #68001c 100%);
}
.tertiary .flip-card-wrapper:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(45deg, #ce0037 0%, #9b0029 60%, #68001c 100%);
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: -1;
  filter: blur(10px);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  transition: all 0.4s ease-out;
}
.tertiary .flip-card-wrapper:hover:before,
.tertiary .flip-card-wrapper:focus:before {
  transform: scale(1.1);
}
.tertiary .flip-card-wrapper:hover .front .flip-button:before,
.tertiary .flip-card-wrapper:focus .front .flip-button:before {
  font-size: 2.5em;
}
.quaternary .flip-card-wrapper .front {
  background: linear-gradient(45deg, #861f41 0%, #5d152d 60%, #330c19 100%);
}
.quaternary .flip-card-wrapper:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(45deg, #861f41 0%, #5d152d 60%, #330c19 100%);
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: -1;
  filter: blur(10px);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  transition: all 0.4s ease-out;
}
.quaternary .flip-card-wrapper:hover:before,
.quaternary .flip-card-wrapper:focus:before {
  transform: scale(1.1);
}
.quaternary .flip-card-wrapper:hover .front .flip-button:before,
.quaternary .flip-card-wrapper:focus .front .flip-button:before {
  font-size: 2.5em;
}
.flip-card-wrapper .front,
.flip-card-wrapper .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2em;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
}
.flip-card-wrapper .front .flip-button,
.flip-card-wrapper .back .flip-button {
  margin-bottom: auto;
  align-self: flex-end;
  margin-top: 0;
  font-size: 1rem;
  padding: 0.75em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 10;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  text-indent: -9999px;
  overflow: hidden;
}
.flip-card-wrapper .front .flip-button::before,
.flip-card-wrapper .back .flip-button::before {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  transition: all 0.3s ease-out;
}
.flip-card-wrapper .front .flip-button.flip-to-back:before,
.flip-card-wrapper .back .flip-button.flip-to-back:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  display: inline-block;
}
.flip-card-wrapper .front .flip-button.flip-to-front:before,
.flip-card-wrapper .back .flip-button.flip-to-front:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
}
.flip-card-wrapper .front .flip-button:hover,
.flip-card-wrapper .back .flip-button:hover,
.flip-card-wrapper .front .flip-button:focus,
.flip-card-wrapper .back .flip-button:focus,
.flip-card-wrapper .front .flip-button:active,
.flip-card-wrapper .back .flip-button:active {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1) !important;
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.flip-card-wrapper .front .flip-button:hover:before,
.flip-card-wrapper .back .flip-button:hover:before,
.flip-card-wrapper .front .flip-button:focus:before,
.flip-card-wrapper .back .flip-button:focus:before,
.flip-card-wrapper .front .flip-button:active:before,
.flip-card-wrapper .back .flip-button:active:before {
  font-size: 1.7em;
}
.flip-card-wrapper .front {
  transform: rotateY(0deg);
  color: #fff;
}
.flip-card-wrapper .front .benchmark,
.flip-card-wrapper .front .current-mark,
.flip-card-wrapper .front .subheading,
.flip-card-wrapper .front .date {
  color: #fff;
}
.flip-card-wrapper .front .benchmark {
  font-size: 90%;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 0.5em;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.flip-card-wrapper .front .benchmark .percentage {
  font-weight: 700;
}
.flip-card-wrapper .front .benchmark:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f062";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.1em;
  margin-top: -0.2em;
}
.flip-card-wrapper .front .benchmark.below-benchmark:before {
  transform: rotate(180deg);
}
.flip-card-wrapper .front .current-mark {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
  margin: 0.2em 0;
}
.flip-card-wrapper .front .subheading {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0.3em 0;
}
.flip-card-wrapper .front .date {
  font-size: 100%;
  font-weight: 300;
  margin: 0.2em 0;
}
.flip-card-wrapper .back {
  transform: rotateY(180deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, #daedf0 0%, #a3d3da 60%, #5ab1bd 100%);
  overflow-y: auto;
  color: #3c3c3b;
}
.flip-card-wrapper .back .content {
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  font-size: 100%;
  line-height: 140%;
}
.flip-card-wrapper .back .content p {
  margin: 0.6em 0;
}
.flip-card-wrapper .back .content a {
  color: #3c3c3b;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #3c3c3b;
}
.flip-card-wrapper .back .content a:hover,
.flip-card-wrapper .back .content a:focus {
  text-decoration: underline;
  color: #222222;
}
.flip-card-wrapper:focus-within {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.flip-card-wrapper:not(.is-flipped) .flip-to-front {
  display: none;
}
.flip-card-wrapper.is-flipped .flip-to-back {
  display: none;
}
.flip-card-wrapper:not(.is-flipped) .back {
  pointer-events: none;
  visibility: hidden;
}
.flip-card-wrapper.is-flipped .front {
  pointer-events: none;
  visibility: hidden;
}
.flip-card-wrapper .flip-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.placement-row:has(.flip-card-wrapper) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4em;
}
.placement-row:has(.flip-card-wrapper) .type-droplet.page-placement {
  flex: 0 0 18em;
  max-width: 18em;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.placement-row:has(.flip-card-wrapper) .type-droplet.page-placement .placement-inner,
.placement-row:has(.flip-card-wrapper) .type-droplet.page-placement .content-item,
.placement-row:has(.flip-card-wrapper) .type-droplet.page-placement .content-item-inner,
.placement-row:has(.flip-card-wrapper) .type-droplet.page-placement .content-wrapper,
.placement-row:has(.flip-card-wrapper) .type-droplet.page-placement .content-wrapper-inner {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
@media only screen and (max-width: 870px) {
  .placement-row:has(.flip-card-wrapper) .type-droplet.page-placement {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.favourite-icon-wrap {
  display: none !important;
}
.fee-page-activator {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0 0 6px 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5em;
  z-index: 5000;
}
.home-page .sidemenu-parent {
  display: none;
}
.home-page #site-content-top-row {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 870px) {
  .home-page #site-content-top-row {
    margin-bottom: 0;
  }
}
.home-page #site-content-top-row .type-slideshow {
  padding: 0;
}
@media only screen and (max-width: 870px) {
  .home-page #site-content-top-row .type-slideshow {
    display: none;
  }
}
.home-page #site-content-top-row .type-slideshow .placement-inner {
  margin: 0;
}
.home-page #site-content-top-row .type-slideshow .placement-inner .individual-slides .slide-img-wrapper {
  width: 100%;
  height: 100%;
}
.home-page #site-content-top-row .type-slideshow .placement-inner .individual-slides .slide-img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home-page .middle .placement-row-3-up {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-page .middle .placement-row-3-up .page-placement {
  float: none;
  width: auto;
  flex: 1 1 32%;
}
@media only screen and (max-width: 870px) {
  .home-page .middle .placement-row-3-up .page-placement {
    flex: 1 1 100%;
  }
}
.home-page .middle .placement-row-3-up .page-placement .content-headline {
  text-align: center;
}
.home-page .middle .placement-row-3-up .page-placement.type-menuplacement .placement-inner,
.home-page .middle .placement-row-3-up .page-placement.type-menuplacement .content-item,
.home-page .middle .placement-row-3-up .page-placement.type-menuplacement .content-item-inner,
.home-page .middle .placement-row-3-up .page-placement.type-menuplacement .content-wrapper-inner,
.home-page .middle .placement-row-3-up .page-placement.type-menuplacement .menu,
.home-page .middle .placement-row-3-up .page-placement.type-menuplacement .menu-item,
.home-page .middle .placement-row-3-up .page-placement.type-menuplacement .menu-item a {
  height: 100%;
}
@media only screen and (max-width: 870px) {
  .home-page .middle .placement-row-3-up .page-placement .menu .menu-item a .menu-item-desc {
    min-height: 0;
  }
}
.home-page .middle .photo-menu {
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 870px) {
  .home-page .middle .photo-menu {
    margin-bottom: 0.5em;
  }
}
.home-page .full-stripe-base.fs-off-white .content-headline h2,
.home-page .full-stripe-base.fs-off-white .content-headline h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 300%;
  margin: 0.7em 0 0 0;
  line-height: 1.3;
}
.home-page .full-stripe-base.fs-off-white .main-editor-output {
  padding: 0;
}
.home-page .full-stripe-base.fs-off-white .main-editor-output p {
  padding: 0 15%;
}
.home-page .full-stripe-base.fs-off-white .main-editor-output ul {
  margin: 2em -0.5em;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-page .full-stripe-base.fs-off-white .main-editor-output ul li {
  flex: 1 1 23%;
  text-align: center;
  padding: 0.4em 0.5em;
}
@media only screen and (max-width: 870px) {
  .home-page .full-stripe-base.fs-off-white .main-editor-output ul li {
    flex: 1 1 48%;
  }
}
.home-page .full-stripe-base.fs-off-white .main-editor-output ul li a.company-link {
  display: block;
  background: #fff;
  border-radius: 6px;
  transform: scale(1);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.home-page .full-stripe-base.fs-off-white .main-editor-output ul li a.company-link:hover,
.home-page .full-stripe-base.fs-off-white .main-editor-output ul li a.company-link:focus,
.home-page .full-stripe-base.fs-off-white .main-editor-output ul li a.company-link:active {
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(93, 112, 123, 0.15);
}
.regenda-portal body {
  font-family: "Stag Web", Times, serif;
  color: #000000;
  background-color: #f5f4f3;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.regenda-portal h2,
.regenda-portal h3,
.regenda-portal h4,
.regenda-portal h5,
.regenda-portal h5,
.regenda-portal h6 {
  color: black;
  font-weight: 700;
  line-height: 1.5;
}
.regenda-portal p,
.regenda-portal li,
.regenda-portal a,
.regenda-portal span {
  font-weight: 200;
  letter-spacing: 0.5px;
}
.regenda-portal h3 {
  font-size: 2rem;
}
.regenda-portal h4 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #000000;
}
.regenda-portal .cta {
  color: black;
  background-color: white;
  border: solid 3px #ce0037;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.2s ease all;
  letter-spacing: 0.5px;
  display: inline-block;
  text-decoration: none;
}
.regenda-portal .cta:hover {
  background-color: #ce0037;
  color: #fff;
  text-decoration: none;
}
.regenda-portal .cta:focus {
  text-decoration: underline;
  background-color: yellow;
  border-color: black;
  color: black;
}
@media (max-width: 1100px) {
  .regenda-portal .cta {
    padding: 15px 20px;
  }
}
@media (max-width: 600px) {
  .regenda-portal .cta {
    display: block;
    text-align: center;
  }
}
.regenda-portal .cta-primary {
  color: #fff;
  background-color: #ce0037;
  border: solid 3px #ce0037;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.2s ease all;
  letter-spacing: 0.5px;
  display: inline-block;
  text-decoration: none;
}
.regenda-portal .cta-primary:hover {
  background-color: #ce0037;
  color: #fff;
  text-decoration: none;
}
.regenda-portal .cta-primary:hover {
  background-color: #861f41;
}
.regenda-portal .cta-primary:focus {
  text-decoration: underline;
  background-color: yellow;
  border-color: black;
  color: black;
}
@media (max-width: 1100px) {
  .regenda-portal .cta-primary {
    padding: 15px 20px;
  }
}
@media (max-width: 600px) {
  .regenda-portal .cta-primary {
    display: block;
    text-align: center;
  }
}
.regenda-portal .cta-secondary {
  color: #fff;
  background-color: #861f41;
  border: solid 3px #861f41;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.2s ease all;
  letter-spacing: 0.5px;
  display: inline-block;
  text-decoration: none;
}
.regenda-portal .cta-secondary:hover {
  background-color: #ce0037;
  color: #fff;
  text-decoration: none;
}
.regenda-portal .cta-secondary:focus {
  text-decoration: underline;
  background-color: yellow;
  border-color: black;
  color: black;
}
@media (max-width: 1100px) {
  .regenda-portal .cta-secondary {
    padding: 15px 20px;
  }
}
@media (max-width: 600px) {
  .regenda-portal .cta-secondary {
    display: block;
    text-align: center;
  }
}
.regenda-portal .cta-tertiary {
  color: #fff;
  background-color: transparent;
  border: solid 3px #fff;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.2s ease all;
  letter-spacing: 0.5px;
  display: inline-block;
  text-decoration: none;
}
.regenda-portal .cta-tertiary:hover {
  background-color: #ce0037;
  color: #fff;
  text-decoration: none;
}
.regenda-portal .cta-tertiary:focus {
  text-decoration: underline;
  background-color: yellow;
  border-color: black;
  color: black;
}
@media (max-width: 1100px) {
  .regenda-portal .cta-tertiary {
    padding: 15px 20px;
  }
}
@media (max-width: 600px) {
  .regenda-portal .cta-tertiary {
    display: block;
    text-align: center;
  }
}
.regenda-portal p:has([class*="cta"]) {
  margin-top: 20px;
}
.regenda-portal #container #main-content #site-content-top-row .placement-row,
.regenda-portal #container #main-content #site-content-bottom-row .placement-row {
  *zoom: 1;
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
}
.regenda-portal #container #main-content #site-content-top-row .placement-row:before,
.regenda-portal #container #main-content #site-content-bottom-row .placement-row:before,
.regenda-portal #container #main-content #site-content-top-row .placement-row:after,
.regenda-portal #container #main-content #site-content-bottom-row .placement-row:after {
  content: " ";
  display: table;
}
.regenda-portal #container #main-content #site-content-top-row .placement-row:after,
.regenda-portal #container #main-content #site-content-bottom-row .placement-row:after {
  clear: both;
}
.regenda-portal #container #main-content #content-wrapper .placement-row {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .type-wslplacement .placement-inner,
.regenda-portal #container #main-content #content-wrapper .placement-row .type-wslplacement .content-item,
.regenda-portal #container #main-content #content-wrapper .placement-row .type-wslplacement .content-item-inner,
.regenda-portal #container #main-content #content-wrapper .placement-row .type-wslplacement .content-wrapper-inner,
.regenda-portal #container #main-content #content-wrapper .placement-row .type-wslplacement section {
  height: 100%;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1100px) {
  .regenda-portal #container #main-content #content-wrapper .placement-row .page-placement {
    flex-basis: 100%;
  }
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.type-menuplacement:not(.side-navigation-menu) {
  background: none;
  box-shadow: none;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.type-menuplacement .menu-placement-wrapper .content-item-inner {
  display: flex;
  flex-direction: column;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base {
  background: none;
  box-shadow: none;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .placement-inner {
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-headline h2 {
  color: #ce0037;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner {
  background-color: #fff;
  border-radius: 10px;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .actn-btn {
  position: relative;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .actn-btn .content-headline {
  padding: 16px 30px;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .actn-btn .content-headline:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f063";
  display: inline-block;
  color: #ce0037;
  position: absolute;
  top: 22px;
  right: 22px;
  color: #000000;
  font-size: 1.8rem;
  transition: 0.22s ease all;
  font-weight: 700;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .actn-btn .content-headline.open:after {
  transform: rotate(180deg);
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .actn-btn:hover,
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .actn-btn:focus {
  border: none !important;
  border-radius: 10px;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .actn-btn:focus-visible {
  border: 1px solid black;
}
.regenda-portal #container #main-content #content-wrapper .placement-row .page-placement.accordion-base .content-item-inner .content-wrapper-inner {
  padding: 0 30px 30px;
}
.regenda-portal #container #main-content #content-wrapper .placement-row.placement-row-2-up:has(.two-col) .page-placement {
  max-width: 420px;
}
@media (max-width: 1100px) {
  .regenda-portal #container #main-content #content-wrapper .placement-row.placement-row-2-up:has(.two-col) .page-placement {
    max-width: none;
  }
}
.regenda-portal #container #main-content #content-wrapper .placement-row.placement-row-2-up:has(.two-col) .page-placement.two-col {
  max-width: none;
}
.regenda-portal #container #main-content #site-content-top-row .breadcrumb {
  position: relative;
}
.regenda-portal #container #main-content .right .layout_col_inner {
  padding-left: 20px;
}
@media only screen and (max-width: 870px) {
  .regenda-portal #container #main-content .right .layout_col_inner {
    padding-left: 0px;
  }
}
.regenda-portal #container #main-content .left .layout_col_inner {
  padding-right: 20px;
}
@media only screen and (max-width: 870px) {
  .regenda-portal #container #main-content .left .layout_col_inner {
    padding-right: 0px;
  }
}
.regenda-portal #container #main-content .placement-row:before,
.regenda-portal #container #main-content .main-cols-container .layout_col_inner:before,
.regenda-portal #container #main-content .placement-row:after,
.regenda-portal #container #main-content .main-cols-container .layout_col_inner:after {
  content: none;
}
.regenda-portal #container #main-content .placement-row .favourite-icon-wrap,
.regenda-portal #container #main-content .main-cols-container .layout_col_inner .favourite-icon-wrap {
  display: none;
  position: absolute;
}
.regenda-portal #container #main-content .placement-row-wrapper {
  margin-bottom: 30px;
}
.regenda-portal #container #main-content .page-placement .main-editor-output a:not([class*="cta"]) {
  text-decoration: underline;
}
.regenda-portal #container #main-content .page-placement .main-editor-output a:not([class*="cta"]):focus,
.regenda-portal #container #main-content .page-placement .main-editor-output a:not([class*="cta"]):hover {
  text-decoration-thickness: 3px;
}
.regenda-portal #container #main-content .page-placement section:has(.rp-footer-link) {
  display: flex;
  flex-direction: column;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default {
  position: relative;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default h3,
.regenda-portal #container #main-content .page-placement.type-textcontent.default h2 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default form label {
  color: black;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default form .labelman {
  color: #ce0037;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default form p.labelman {
  border-top: 1px solid #979797;
  color: #000000;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default form textarea,
.regenda-portal #container #main-content .page-placement.type-textcontent.default form input {
  border-radius: 10px;
  border-color: #bbbbbb;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default form .button_row {
  border-top: 1px solid #979797;
}
.regenda-portal #container #main-content .page-placement.type-textcontent.default form [type="submit"] {
  border-radius: 5px;
}
.regenda-portal #container #main-content .page-placement .rp-cta {
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0;
  padding: 22px 28px;
  border-top: 1px solid #dadada;
}
.regenda-portal #container #main-content .page-placement .rp-cta:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  display: inline-block;
  margin-left: 30px;
  transition: 0.22s ease all;
  font-size: 1.6rem;
  font-weight: 700;
}
.regenda-portal #container #main-content .page-placement .rp-cta:hover {
  text-decoration: none;
}
.regenda-portal #container #main-content .page-placement .rp-cta:hover:after {
  transform: translateX(7px);
}
.regenda-portal #container #main-content .page-placement:has(.rp-cta) .placement-inner {
  margin-bottom: 90px;
}
.regenda-portal #container #main-content .page-placement:has(.rp-none) {
  box-shadow: none;
  background: none;
}
.regenda-portal #container #main-content .page-placement:has(.rp-none) section {
  height: auto;
}
.regenda-portal #container #main-content .page-placement .placement-inner {
  margin: 28px;
}
.regenda-portal #container #main-content .page-placement.type-droplet .placement-inner:has(.rp-content, .transaction-history),
.regenda-portal #container #main-content .page-placement.type-wslplacement .placement-inner:has(.rp-content, .transaction-history) {
  margin: 0;
}
.regenda-portal #container #main-content .page-placement.type-droplet .content-headline:has(~ .content-wrapper-inner h2),
.regenda-portal #container #main-content .page-placement.type-wslplacement .content-headline:has(~ .content-wrapper-inner h2) {
  display: none;
}
@media (max-width: 870px) {
  .regenda-portal #container #main-content .page-placement.type-droplet:has(.rp-side-content),
  .regenda-portal #container #main-content .page-placement.type-wslplacement:has(.rp-side-content) {
    position: relative;
    margin-bottom: 90px;
  }
  .regenda-portal #container #main-content .page-placement.type-droplet:has(.rp-side-content) .rp-side-content,
  .regenda-portal #container #main-content .page-placement.type-wslplacement:has(.rp-side-content) .rp-side-content {
    position: absolute;
    bottom: -80px;
    right: 0;
  }
  .regenda-portal #container #main-content .page-placement.type-droplet:has(.rp-side-content) .rp-side-content.internal,
  .regenda-portal #container #main-content .page-placement.type-wslplacement:has(.rp-side-content) .rp-side-content.internal {
    position: static;
    align-items: baseline;
  }
  .regenda-portal #container #main-content .page-placement.type-wslplacement:has(.rp-side-content.internal) {
    margin-bottom: 30px;
  }
}
.regenda-portal #container #main-content .page-placement .rp-content {
  padding: 28px;
}
.regenda-portal #container #main-content .page-placement .rp-content:has(.rp-side-content) {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
@media (max-width: 840px) {
  .regenda-portal #container #main-content .page-placement .rp-content:has(.rp-side-content) {
    display: block;
  }
}
.regenda-portal #container #main-content .page-placement .rp-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.regenda-portal #container #main-content .page-placement .rp-content h3 {
  margin-top: 0;
}
.regenda-portal #container #main-content .page-placement .rp-content p.no-direct-debit {
  display: none;
}
.regenda-portal #container #main-content .page-placement .rp-content p.direct-debit {
  display: block;
}
.regenda-portal #container #main-content .page-placement .rp-content p.direct-debit:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  display: inline-block;
  margin-right: 9px;
  color: #00b0b9;
}
.regenda-portal #container #main-content .page-placement .rp-content dl:has(dt.icon) {
  margin-left: 24px;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 3px;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-row dd,
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-row dt {
  background: #f0f0f0;
  margin-top: 0;
  padding: 8px 13px;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-row dd {
  text-align: right;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-row dt {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-total {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 17px;
  margin: 0;
  margin-top: 20px;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-total dt,
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-total dd {
  margin-top: 0;
  line-height: 1;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-total dt {
  color: #8c8279;
  font-size: 1.4rem;
}
.regenda-portal #container #main-content .page-placement .rp-content dl.rp-total dd {
  font-size: 1.8rem;
}
.regenda-portal #container #main-content .page-placement .rp-content dt {
  margin-top: 16px;
  position: relative;
  font-weight: 200;
}
.regenda-portal #container #main-content .page-placement .rp-content dt.icon:after {
  position: absolute;
  left: -24px;
  top: -2px;
  margin-left: 0;
  color: #236192;
  font-size: 1.5rem;
}
.regenda-portal #container #main-content .page-placement .rp-content dd {
  margin: 0;
  margin-top: 5px;
  font-size: 1.1em;
}
.regenda-portal #container #main-content .page-placement .rp-content .rp-side-content {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.regenda-portal #container #main-content .page-placement .rp-content .rp-side-content .cta {
  margin-top: 6px;
  padding: 16px 34px;
}
.regenda-portal #container #main-content .page-placement .rp-content .rp-side-content a {
  margin-top: 13px;
}
.regenda-portal #container #main-content .page-placement .rp-content .rp-side-content a:after {
  color: #00b0b9;
  margin-left: 20px;
}
.regenda-portal #container #main-content .page-placement .rp-content .rp-side-content a:first-child {
  margin-top: 0;
}
.regenda-portal #container #main-content .page-placement .rp-footer-link {
  display: flex;
  padding: 15px 25px;
  text-decoration: none;
  border-top: 1px solid #dadada;
  margin-top: auto;
}
.regenda-portal #container #main-content .page-placement .rp-balance-amount {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
}
.regenda-portal #container #main-content .page-placement .rp-balance-status {
  font-size: 1.8rem;
}
.regenda-portal #container #main-content .page-placement .rp-balance-status.debit .rp-status-credit {
  display: none;
}
.regenda-portal #container #main-content .page-placement .rp-balance-status > h2:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f4d3";
  display: inline-block;
  margin-right: 10px;
}
.regenda-portal #container #main-content .page-placement .rp-latest-rent > h2:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f883";
  display: inline-block;
  margin-right: 10px;
}
.regenda-portal #container #main-content .page-placement .rp-latest-rent dd {
  margin: 0;
  margin-top: 5px;
  font-size: 1.5em;
}
.regenda-portal #container #main-content .page-placement .rp-latest-rent dd:before {
  content: "£";
  margin-right: 2px;
}
.regenda-portal #container #main-content .page-placement .content-item-inner:has(.main-editor-output .cta[href*="profile"]) .content-headline > h2:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  display: inline-block;
  margin-right: 10px;
}
.regenda-portal #container #main-content .page-placement .rp-total-status .icon-b:before {
  color: #249e6b;
  margin-right: 8px;
}
.regenda-portal #container #main-content .page-placement .rp-total-status p:not(.icon-b) {
  font-size: 2.4rem;
  color: #ce0037;
}
.regenda-portal #container #main-content .page-placement .rp-total-status p:last-child {
  margin-bottom: 0;
}
.regenda-portal #container #main-content .page-placement.rp-page-head .placement-inner {
  margin: 0;
}
.regenda-portal #container #main-content .page-placement .rp-tenancy-meta {
  max-width: 1300px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .regenda-portal #container #main-content .page-placement .rp-tenancy-meta {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.regenda-portal #container #main-content .page-placement .rp-tenancy-meta .rp-welcome > div {
  display: flex;
  align-items: center;
}
@media (max-width: 740px) {
  .regenda-portal #container #main-content .page-placement .rp-tenancy-meta .rp-welcome > div {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.regenda-portal #container #main-content .page-placement .rp-tenancy-meta .rp-welcome > div h2 {
  margin: 0;
  color: black;
}
.regenda-portal #container #main-content .page-placement .rp-tenancy-meta .rp-welcome > div a {
  margin-left: 12px;
  font-weight: 700;
  font-size: 1.4rem;
}
.regenda-portal #container #main-content .page-placement .rp-tenancy-meta .rp-welcome > div a:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  display: inline-block;
  margin-left: 13px;
}
@media (max-width: 740px) {
  .regenda-portal #container #main-content .page-placement .rp-tenancy-meta .rp-welcome > div a {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.regenda-portal #container #main-content .page-placement .rp-tenancy-meta .tenancy-info {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.75px;
}
@media (max-width: 740px) {
  .regenda-portal #container #main-content .page-placement .rp-tenancy-meta .tenancy-info {
    display: none;
  }
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) {
  *zoom: 1;
  background-color: #693c5e;
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert):before,
.regenda-portal #container #main-content .placement-row:has(.rp-alert):after {
  content: " ";
  display: table;
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert):after {
  clear: both;
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert {
  max-width: 758px;
  margin-inline: auto;
  float: none;
  text-align: center;
  position: relative;
}
@media (max-width: 840px) {
  .regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert {
    padding: 4px 22px;
  }
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output:before,
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  display: inline-block;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}
@media (max-width: 840px) {
  .regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output:before,
  .regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output:after {
    content: none;
  }
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output:after {
  right: -40px;
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output:before {
  left: -40px;
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output h2,
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output h3,
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output h4,
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output h5,
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output h6,
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output p {
  color: #fff;
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .main-editor-output p {
  font-size: 1.6rem;
}
.regenda-portal #container #main-content .placement-row:has(.rp-alert) .rp-alert .placement-inner {
  margin: 0;
}
.regenda-portal #container #main-content .rp-faqs h2 {
  margin-top: 0;
}
.regenda-portal #container #main-content .rp-faqs h3 {
  color: #635d58;
}
.regenda-portal #container #main-content .rp-faqs .main-editor-output {
  border-bottom: 1px solid #cacaca;
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger {
  width: 100%;
  background: none;
  padding: 0;
  text-align: left;
  border-top: 1px solid #cacaca;
  border-bottom: 2px solid transparent;
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger h3 {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger#accordion1id {
  margin-top: 23px;
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f063";
  display: inline-block;
  color: #000000;
  transition: 0.22s ease all;
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger:hover h3 {
  color: #635d58;
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger:hover:after {
  color: #ce0037;
  transform: translateY(2px);
}
.regenda-portal #container #main-content .rp-faqs .accordion-trigger:focus {
  background-color: yellow;
  border-bottom-color: black;
}
.regenda-portal #container #main-content .type-poll .content-headline h2 {
  color: #861f41;
  margin-top: 0;
}
.regenda-portal #container #main-content .type-poll .poll-question-headline h3 {
  font-size: 1.6rem;
  color: #000000;
}
.regenda-portal #container #main-content .type-poll .poll-question {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.regenda-portal #container #main-content .type-poll .poll-question li {
  display: flex;
}
.regenda-portal #container #main-content .type-poll .poll-question li input {
  margin-right: 7px;
}
.regenda-portal #container #main-content .type-poll input[type="submit"] {
  padding: 20px 50px;
  background-color: #861f41;
}
@media (max-width: 500px) {
  .regenda-portal #container #main-content .type-poll input[type="submit"] {
    display: block;
    width: 100%;
  }
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .placement-inner,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .placement-inner,
.regenda-portal #container #main-content .middle .type-menuplacement .placement-inner {
  margin: 0;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .content-wrapper-inner,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .content-wrapper-inner,
.regenda-portal #container #main-content .middle .type-menuplacement .content-wrapper-inner,
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .placement-inner,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .placement-inner,
.regenda-portal #container #main-content .middle .type-menuplacement .placement-inner,
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .content-item,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .content-item,
.regenda-portal #container #main-content .middle .type-menuplacement .content-item,
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .content-item-inner,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .content-item-inner,
.regenda-portal #container #main-content .middle .type-menuplacement .content-item-inner {
  height: 100%;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .main-image-wrapper,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .main-image-wrapper,
.regenda-portal #container #main-content .middle .type-menuplacement .main-image-wrapper {
  position: relative;
  height: 100%;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .main-image-wrapper img,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .main-image-wrapper img,
.regenda-portal #container #main-content .middle .type-menuplacement .main-image-wrapper img {
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 210px;
  transform: scale(1.02);
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu-item,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu-item,
.regenda-portal #container #main-content .middle .type-menuplacement .menu-item {
  flex: 1;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu-item a,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu-item a,
.regenda-portal #container #main-content .middle .type-menuplacement .menu-item a {
  padding: 0;
  background-color: #fff;
  flex-direction: column;
  text-align: left;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu-item a .main-link-text,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu-item a .main-link-text,
.regenda-portal #container #main-content .middle .type-menuplacement .menu-item a .main-link-text {
  color: #ce0037;
  padding: 0;
  width: 100%;
  display: block;
  padding: 20px 26px;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu-item a:has(.menu-item-desc) .main-link-text,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu-item a:has(.menu-item-desc) .main-link-text,
.regenda-portal #container #main-content .middle .type-menuplacement .menu-item a:has(.menu-item-desc) .main-link-text {
  padding: 15px 26px 0;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu-item a .menu-item-desc,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu-item a .menu-item-desc,
.regenda-portal #container #main-content .middle .type-menuplacement .menu-item a .menu-item-desc {
  padding: 0 15px 15px;
  text-align: left;
  padding: 0 26px 15px;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu-item a .main-image-wrapper img,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu-item a .main-image-wrapper img,
.regenda-portal #container #main-content .middle .type-menuplacement .menu-item a .main-image-wrapper img {
  max-height: 200px;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu:not(.pod-menu),
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu:not(.pod-menu),
.regenda-portal #container #main-content .middle .type-menuplacement .menu:not(.pod-menu),
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu-item,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu-item,
.regenda-portal #container #main-content .middle .type-menuplacement .menu-item,
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement a,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement a,
.regenda-portal #container #main-content .middle .type-menuplacement a {
  height: 100%;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .menu,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .menu,
.regenda-portal #container #main-content .middle .type-menuplacement .menu {
  margin: 0;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu {
  margin: 0;
  height: 100%;
  gap: 15px;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod {
  flex: 1;
  padding: 0;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod.resident-engagement .content-headline h2,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod.resident-engagement .content-headline h2,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod.resident-engagement .content-headline h2 {
  color: #861f41;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod.resident-engagement a:hover .content-headline h2,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod.resident-engagement a:hover .content-headline h2,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod.resident-engagement a:hover .content-headline h2,
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod.resident-engagement a:focus .content-headline h2,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod.resident-engagement a:focus .content-headline h2,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod.resident-engagement a:focus .content-headline h2 {
  color: #ed8b00;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod .content-item-container,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod .content-item-container,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod .content-item-container {
  box-shadow: none;
  min-height: auto;
  background: none;
  padding: 0;
  height: 100%;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod .content-item-container:hover,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod .content-item-container:hover,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod .content-item-container:hover {
  transform: none;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod .content-wrapper-inner,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod .content-wrapper-inner,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod .content-wrapper-inner {
  height: auto;
  min-height: 68px;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.22s ease all;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod .content-headline h2,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod .content-headline h2,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod .content-headline h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Stag Web";
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod .content-headline .menu-item-desc,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod .content-headline .menu-item-desc,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod .content-headline .menu-item-desc {
  max-height: 0;
  opacity: 0;
  font-size: 1.4rem;
  transition: 0.22s ease all;
  color: #000000;
  margin: 0;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod a,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod a,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod a {
  height: 100%;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod a:hover .content-wrapper-inner,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod a:hover .content-wrapper-inner,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod a:hover .content-wrapper-inner {
  min-height: 99px;
}
.regenda-portal #container #main-content #site-content-top-row .type-menuplacement .pod-menu .menu-pod a:hover .menu-item-desc,
.regenda-portal #container #main-content #site-content-bottom-row .type-menuplacement .pod-menu .menu-pod a:hover .menu-item-desc,
.regenda-portal #container #main-content .middle .type-menuplacement .pod-menu .menu-pod a:hover .menu-item-desc {
  max-height: 120px;
  opacity: 1;
  margin-bottom: 10px;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner {
  margin: 0;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner .content-headline {
  margin-bottom: 7px;
  padding: 0;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner .content-headline a {
  line-height: 1;
  font-size: 1.8rem;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner .content-item-inner {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 0;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner .menu-headline h2 {
  margin: 0;
  padding: 17px 28px 0;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner li {
  border-bottom: 1px solid #e5e5e5;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner li:last-child {
  border-bottom: none;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner li a {
  padding: 9px 20px;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner li a.current {
  background-color: #861f41;
}
.regenda-portal #container #main-content .col .type-menuplacement .placement-inner li a:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  margin-right: 5px;
}
.regenda-portal #container #main-content .type-forum .placement-inner,
.regenda-portal #container #main-content .type-forum .content-item {
  height: auto;
}
.regenda-portal #container #main-content .type-listforumthreads .content-wrapper-inner,
.regenda-portal #container #main-content .type-listforumthreads .placement-inner,
.regenda-portal #container #main-content .type-listforumthreads .content-item,
.regenda-portal #container #main-content .type-listforumthreads .content-item-inner {
  height: 100%;
}
.regenda-portal #container #main-content .type-listforumthreads .content-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.regenda-portal #container #main-content .type-listforumthreads .placement-inner {
  margin: 0;
}
.regenda-portal #container #main-content .type-listforumthreads .display-date {
  display: none;
}
.regenda-portal #container #main-content .type-listforumthreads h2 {
  color: #861f41;
  padding: 20px 20px 0;
  margin: 0;
}
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li {
  border-bottom: 1px solid #979797;
  padding: 20px;
  display: flex;
  align-items: center;
}
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f086";
  display: inline-block;
  font-weight: 700;
  color: #236192;
  margin-right: 13px;
  font-size: 2.3rem;
}
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li:nth-child(even):before {
  color: #00b0b9;
}
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li:last-child {
  border-bottom: none;
}
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li h3 {
  margin: 0;
}
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li h3 a {
  font-size: 1.6rem;
  text-decoration: underline;
}
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li h3 a:focus,
.regenda-portal #container #main-content .type-listforumthreads .content-items-list li h3 a:hover {
  text-decoration-thickness: 3px;
}
.regenda-portal #container #main-content .type-eventscalendar {
  background: none;
  box-shadow: none;
}
.regenda-portal #container #main-content .type-eventscalendar .content-headline {
  margin-top: 15px;
}
@media only screen and (max-width: 870px) {
  .regenda-portal #container #main-content .type-eventscalendar .content-headline {
    margin-bottom: 0;
  }
}
.regenda-portal #container #main-content .type-eventscalendar .month-year-nav {
  margin-top: -10px;
}
.regenda-portal #container #main-content .type-eventscalendar .month-year-nav a {
  color: #ce0037;
  font-size: 2.1rem;
}
@media only screen and (max-width: 870px) {
  .regenda-portal #container #main-content .type-eventscalendar .month-year-nav {
    margin-top: 0;
  }
  .regenda-portal #container #main-content .type-eventscalendar .month-year-nav a {
    font-size: 1.6rem;
  }
}
.regenda-portal #container #main-content .type-eventscalendar .events-calendar-top {
  border-bottom: 1px solid #a7a7a7;
}
.regenda-portal #container #main-content .type-eventscalendar .events-calendar-top li {
  margin: 0;
  position: relative;
  bottom: -1px;
}
.regenda-portal #container #main-content .type-eventscalendar .events-calendar-top li a {
  display: block;
  padding: 10px 15px;
  background-image: none;
}
.regenda-portal #container #main-content .type-eventscalendar .events-calendar-top li a:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f133";
  display: inline-block;
  color: #236192;
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 10px;
}
.regenda-portal #container #main-content .type-eventscalendar .events-calendar-top li.selected-view a {
  background-color: #efefef;
}
.regenda-portal #container #main-content .type-eventscalendar table th {
  background-color: #d2c9c0;
  border-right: 7px solid #f5f4f3;
  color: #000000;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .event-key-table:before {
  content: "Key:";
  font-size: 12px;
  margin-bottom: 5px;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .event-key-table li {
  float: none;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .event-key-table .event-type-colour {
  margin-right: 10px;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .ac-activity.event-name {
  border: none;
  font-size: 1.4rem;
  border-bottom: 1px solid #000000;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .days-head .ac-calendar-lead:empty {
  background-color: #edf1f2 !important;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .days-head td {
  border: 7px solid #f5f4f3 !important;
  transition: all 0.2s ease;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .days-head td:hover,
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .days-head td:focus {
  transform: translateY(-2px);
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .days-head td .ac-day-inner {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.regenda-portal #container #main-content .type-eventscalendar .activity-calendar .days-head tr:nth-child(2n) td {
  background-color: #fbfbfb;
}
.regenda-portal #container #main-content .type-listevents .placement-inner {
  margin: 0;
}
.regenda-portal #container #main-content .type-listevents .placement-inner,
.regenda-portal #container #main-content .type-listevents .content-item,
.regenda-portal #container #main-content .type-listevents .content-item-inner {
  height: 100%;
}
.regenda-portal #container #main-content .type-listevents .content-item-inner {
  display: flex;
  flex-direction: column;
}
.regenda-portal #container #main-content .type-listevents .content-item-inner h2 {
  color: #861f41;
  margin-top: 0;
  margin-bottom: 7px;
  padding: 23px 26px 0;
}
.regenda-portal #container #main-content .type-listevents .content-wrapper-paginator-options {
  display: none;
}
.regenda-portal #container #main-content .type-listevents .list-content-item-wrapper .event-detail-heading {
  display: none;
}
.regenda-portal #container #main-content .type-listevents .list-content-item-wrapper > p {
  display: none;
}
.regenda-portal #container #main-content .type-listevents .list-event-item {
  background: none;
  padding: 0;
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 16px;
  padding: 10px 26px;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  margin-bottom: 0;
}
.regenda-portal #container #main-content .type-listevents .list-event-item:last-child {
  border-bottom: none;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper li {
  font-size: 0;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper li strong {
  font-size: 1.2rem;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper li.event-type strong {
  font-size: 1.4rem;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper li.event-end {
  display: none;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper li.event-start::before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f017";
  display: inline-block;
  font-size: 1.2rem;
  color: #00b0b9;
  margin-right: 4px;
  font-weight: 700;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper li.event-venue::before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  font-size: 1.2rem;
  color: #236192;
  margin-right: 4px;
  font-weight: 700;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .list-content-item-wrapper h3 a {
  color: #635d58;
  font-size: 1.6rem;
  word-break: break-word;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .event-date-highlight {
  display: flex;
  flex-direction: column;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .event-date-highlight .large-event-month {
  background-color: #ce0037;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 1.2rem;
  line-height: 1;
}
.regenda-portal #container #main-content .type-listevents .list-event-item .event-date-highlight .large-event-day {
  border-radius: 0 0 5px 5px;
  color: white;
  text-align: center;
  line-height: 1;
  background-color: #000;
  padding: 5px 13px;
}
.regenda-portal #container #main-content .type-textcontent table caption {
  font-size: 0;
}
.regenda-portal #container #main-content .type-textcontent table thead th {
  padding: 0.75em;
  font-size: 1.6rem;
}
.regenda-portal #container #main-content .type-textcontent table th {
  background: none;
  color: #ce0037;
  border-right: none;
  padding: 0;
  padding: 5px;
  font-size: 1.4rem;
}
.regenda-portal #container #site-header-row {
  background-color: #fff;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .logo-container,
.regenda-portal #container #site-header-row .logo-container {
  padding: 15px 10px 0;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .logo-container .regenda-homes-logo,
.regenda-portal #container #site-header-row .logo-container .regenda-homes-logo {
  margin-left: 0;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .logo-container #logo,
.regenda-portal #container #site-header-row .logo-container #logo {
  width: 100px;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .placement-row-3-up .page-placement,
.regenda-portal #container #site-header-row .placement-row-3-up .page-placement,
.regenda-portal #container [data-placement-class="MegaMenu"] .placement-row-4-up .page-placement,
.regenda-portal #container #site-header-row .placement-row-4-up .page-placement {
  width: auto;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .placement-row:has(.header-login),
.regenda-portal #container #site-header-row .placement-row:has(.header-login) {
  align-items: center;
  gap: 0;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .content-container > div .type-textcontent:not(.rp-header),
.regenda-portal #container #site-header-row .content-container > div .type-textcontent:not(.rp-header),
.regenda-portal #container [data-placement-class="MegaMenu"] .content-container > div [data-placement-class="SiteSearch"],
.regenda-portal #container #site-header-row .content-container > div [data-placement-class="SiteSearch"] {
  display: none;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .content-container > div.logo-container,
.regenda-portal #container #site-header-row .content-container > div.logo-container {
  display: block;
}
.regenda-portal #container [data-placement-class="MegaMenu"] .content-container > div.logo-container .regenda-homes-logo,
.regenda-portal #container #site-header-row .content-container > div.logo-container .regenda-homes-logo {
  height: 60px;
}
.regenda-portal #container .rp-header {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.regenda-portal #container .rp-header ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
}
.regenda-portal #container .rp-header ul a {
  font-size: 1.4rem;
  border-radius: 5px;
}
.regenda-portal #container .rp-header [href="/portal-make-a-payment"] {
  padding: 10px;
  border: 2px solid #249e6b;
}
.regenda-portal #container .rp-header [href="/search"] {
  background-color: #236192;
  padding: 12px;
  color: #fff;
  font-size: 0;
  display: block;
}
.regenda-portal #container .rp-header [href="/search"]:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 870px) {
  .regenda-portal #container .rp-header {
    display: none;
  }
}
.regenda-portal .icon-b.icon--gap,
.regenda-portal .icon.icon--gap {
  justify-content: space-between;
}
.regenda-portal .icon.long-arrow-right::after {
  margin-left: 30px;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.arrow-down::after {
  margin-left: 30px;
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.pencil::after {
  margin-left: 30px;
  content: "\f303";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.credit-card::after {
  margin-left: 30px;
  content: "\f09d";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.circle-info::after {
  margin-left: 30px;
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.check-circle::after {
  margin-left: 30px;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.download::after {
  margin-left: 30px;
  content: "\f019";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.user-circle::after {
  margin-left: 30px;
  content: "\f2bd";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.envelope::after {
  margin-left: 30px;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.mobile::after {
  margin-left: 30px;
  content: "\f3ce";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.phone::after {
  margin-left: 30px;
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.piggy-bank::after {
  margin-left: 30px;
  content: "\f4d3";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.user::after {
  margin-left: 30px;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.arrow-down-arrow-up::after {
  margin-left: 30px;
  content: "\f883";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon.wrench::after {
  margin-left: 30px;
  content: "\f0ad";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal a.icon:hover::after {
  transform: translateX(7px);
}
.regenda-portal .icon-b.long-arrow-right::before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.arrow-down::before {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.pencil::before {
  content: "\f303";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.credit-card::before {
  content: "\f09d";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.circle-info::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.check-circle::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.download::before {
  content: "\f019";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.user-circle::before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.envelope::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.mobile::before {
  content: "\f3ce";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.phone::before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.piggy-bank::before {
  content: "\f4d3";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.user::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.arrow-down-arrow-up::before {
  content: "\f883";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .icon-b.wrench::before {
  content: "\f0ad";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  transition: 0.22s ease-in-out;
}
.regenda-portal .content-container.breadcrumb #breadcrumbs li:before {
  font-size: 14px;
  content: "/";
  color: #000;
  font-weight: 400;
}
.regenda-portal .portal-main-nav,
.regenda-portal .rp-header {
  display: block;
}
.regenda-portal #site-header-row {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .regenda-portal #site-header-row {
    display: block;
  }
}
@media only screen and (max-width: 870px) {
  .regenda-portal #accessibility-controls {
    display: none;
  }
}
@media (max-width: 630px) {
  .regenda-portal #container #main-content #content-wrapper .type-wslplacement:has(.transaction-history) {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.regenda-portal #container #main-content #content-wrapper .search-period {
  padding: 10px 30px;
  display: flex;
  padding-bottom: 20px;
  gap: 15px;
}
@media only screen and (max-width: 870px) {
  .regenda-portal #container #main-content #content-wrapper .search-period {
    justify-content: space-between;
    padding-left: 30px;
  }
}
.regenda-portal #container #main-content #content-wrapper .search-period .load-today:focus,
.regenda-portal #container #main-content #content-wrapper .search-period .view-previous-period:focus,
.regenda-portal #container #main-content #content-wrapper .search-period .view-next-period:focus,
.regenda-portal #container #main-content #content-wrapper .search-period .load-today:hover,
.regenda-portal #container #main-content #content-wrapper .search-period .view-previous-period:hover,
.regenda-portal #container #main-content #content-wrapper .search-period .view-next-period:hover {
  text-decoration-thickness: 2px;
}
.regenda-portal #container #main-content #content-wrapper .search-period .view-next-period:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  display: inline-block;
}
.regenda-portal #container #main-content #content-wrapper .search-period .view-previous-period:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f060";
  display: inline-block;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history {
  position: relative;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .feedback-container {
  padding: 15px 30px 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .feedback-container .feedback {
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .wsl-generate-pdf {
  background: none;
  color: #000000 !important;
  text-decoration: underline;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.22s ease all;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .wsl-generate-pdf:hover,
.regenda-portal #container #main-content #content-wrapper .transaction-history .wsl-generate-pdf:focus {
  text-decoration-thickness: 3px;
}
@media only screen and (max-width: 870px) {
  .regenda-portal #container #main-content #content-wrapper .transaction-history .wsl-generate-pdf {
    position: static;
  }
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .statement-content-wrapper > .wsl-request-failure-feedback {
  padding: 0 30px 30px;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history #transaction-history-header {
  padding: 28px 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history #transaction-history-header h2 {
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history #transaction-history-header button {
  background: none;
  color: #000000 !important;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history #transaction-history-header button:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f34a";
  display: inline-block;
  margin-left: 11px;
  color: #00b0b9;
}
@media (max-width: 630px) {
  .regenda-portal #container #main-content #content-wrapper .transaction-history #transaction-history-header {
    flex-direction: column;
    padding: 14px 18px 0;
    gap: 7px;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history #transaction-history-header button {
    order: -1;
    margin-left: auto;
    font-size: 1.2rem;
  }
}
.regenda-portal #container #main-content #content-wrapper .transaction-history form {
  display: flex;
  padding: 30px 28px 5px;
}
@media (max-width: 630px) {
  .regenda-portal #container #main-content #content-wrapper .transaction-history form {
    padding: 20px 18px 5px;
  }
}
.regenda-portal #container #main-content #content-wrapper .transaction-history form .start-date {
  margin-right: 43px;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history form .end-date {
  color: #8c8279;
  padding-left: 11px;
  padding-right: 9px;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history form input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  max-width: 116px;
  max-height: 45px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history form input[type="date"]::-webkit-inner-spin-button,
.regenda-portal #container #main-content #content-wrapper .transaction-history form input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history form button {
  border: 1px solid #ed8b00;
  background: none;
  margin-left: 20px;
  color: #000000 !important;
  padding: 11px 40px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 630px) {
  .regenda-portal #container #main-content #content-wrapper .transaction-history form {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "from to ." "from-date to-date search";
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form .start-date {
    grid-area: from;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form #start-date {
    grid-area: from-date;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form .end-date {
    grid-area: to;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form #end-date {
    grid-area: to-date;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form button {
    grid-area: search;
    margin-left: 0;
    background: #236192;
    color: #fff !important;
    border: none;
    font-size: 0;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form button:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    display: inline-block;
    font-size: 1.6rem;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form .end-date,
  .regenda-portal #container #main-content #content-wrapper .transaction-history form .start-date {
    font-size: 1.2rem;
    margin: 0;
  }
  .regenda-portal #container #main-content #content-wrapper .transaction-history form #start-date,
  .regenda-portal #container #main-content #content-wrapper .transaction-history form #end-date {
    min-height: 45px;
    max-width: none;
  }
}
.regenda-portal #container #main-content #content-wrapper .transaction-history ul,
.regenda-portal #container #main-content #content-wrapper .transaction-history ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history ul li,
.regenda-portal #container #main-content #content-wrapper .transaction-history ol li {
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list > li:has(.rp-content) .transaction-status {
  background: #3c709d;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list button {
  background: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list > li {
  position: relative;
  z-index: auto;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list > li:last-of-type {
  border-bottom: 1px solid #dadada;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list > li > * {
  position: relative;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list > li:before {
  content: "";
  filter: blur(10px);
  background: rgba(33, 43, 50, 0.1);
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 10px;
  left: 10px;
  opacity: 0;
  transition: 0.33s ease all;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content .transaction-in,
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content .transaction-out {
  display: flex;
  gap: 10px;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content .transaction-in:before,
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content .transaction-out:before {
  content: "Out";
  border: 1px solid #ce0037;
  border-radius: 50%;
  color: #ce0037;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #fff;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content .transaction-in:before {
  content: "In";
  color: #249e6b;
  border-color: #249e6b;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row {
  position: relative;
  border-top: 1px solid #dadada;
  background-color: #fff;
  display: grid;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 15px 28px;
  row-gap: 7px;
  grid-template-columns: 37px 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "status date amount" "status type total";
}
@media (max-width: 630px) {
  .regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row {
    padding: 15px 18px;
  }
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-date {
  grid-area: type;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-total {
  grid-area: total;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-amount {
  grid-area: amount;
  font-size: 1.8rem;
  font-weight: 700;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-status {
  grid-area: status;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 0px solid #3c709d;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-status.out {
  color: #ce0037;
  border-color: #ce0037;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-status:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  display: block;
  height: 18px;
  width: 16px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-date,
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-type {
  text-align: left;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-amount,
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-total {
  text-align: right;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-total,
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-date {
  color: #8c8279;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-type,
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-row .transaction-amount {
  color: #000000;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content {
  padding: 0 28px 20px;
  background-color: #fff;
}
@media (max-width: 630px) {
  .regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content {
    padding: 0 18px 20px;
  }
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content h3 {
  color: #000000;
  font-size: 1.6rem;
  margin-bottom: 8px;
  padding-left: 10px;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .rp-content dl {
  margin-top: 7px;
  margin-bottom: 16px;
}
.regenda-portal #container #main-content #content-wrapper .transaction-history .transaction-list .transaction-trigger[aria-expanded="true"] .transaction-row:after {
  transform: rotate(180deg);
}
.regenda-portal #accessibility-controls {
  background-color: #f0f9fd;
}
.regenda-portal #accessibility-controls #google_translate_element,
.regenda-portal #accessibility-controls #accessbar {
  display: none;
}
.regenda-portal #accessibility-controls .placement-row-wrapper {
  display: block;
  width: 100%;
}
.regenda-portal #accessibility-controls .placement-row-wrapper .placement-row {
  display: flex;
  width: 100%;
  align-items: center;
}
.regenda-portal #accessibility-controls .placement-row-wrapper .placement-row .type-menuplacement {
  margin-right: auto;
}
.regenda-portal #accessibility-controls .placement-row-wrapper .placement-row .type-menuplacement ol {
  display: flex;
}
.regenda-portal #accessibility-controls .access-controls-wrapper {
  width: auto;
  padding: 0;
}
.regenda-portal #accessibility-controls .content-container {
  display: flex;
  align-items: center;
}
.regenda-portal #site-nav-row {
  background: #fff;
  box-shadow: none;
}
@media only screen and (max-width: 1080px) {
  .regenda-portal #site-nav-row {
    background-color: #ce0037;
  }
  .regenda-portal #site-nav-row .logo-container {
    display: none;
  }
}
.regenda-portal #site-nav-row .menu > li > a {
  color: #000000;
}
.regenda-portal #site-nav-row .menu > li > a:hover,
.regenda-portal #site-nav-row .menu > li > a.current {
  color: #000000 !important;
}
@media only screen and (max-width: 1080px) {
  .regenda-portal #site-nav-row .menu > li > a:hover,
  .regenda-portal #site-nav-row .menu > li > a.current {
    color: #fff !important;
  }
}
@media only screen and (max-width: 1080px) {
  .regenda-portal #site-nav-row .menu > li > a {
    color: #fff;
  }
}
@media only screen and (min-width: 1081px) {
  .regenda-portal #site-nav-row .menu > li > a[href="/portal-dashboard"] {
    font-size: 0;
  }
  .regenda-portal #site-nav-row .menu > li > a[href="/portal-dashboard"]:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f015";
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
  }
}
.regenda-portal #site-nav-row .menu .menu-column ol > .menu-item ol a {
  color: #000000;
}
.regenda-portal .title-text-wrap {
  color: #861f41;
}
.regenda-portal .main-page-pod-link:hover .title-text-wrap,
.regenda-portal .main-page-pod-link:focus .title-text-wrap,
.regenda-portal .main-page-pod-link:active .title-text-wrap {
  color: #ed8b00;
}
#site-nav-row .type-loginplacement,
#site-nav-row .rp-header {
  display: none !important;
}
.regenda-portal #site-nav-row .type-loginplacement,
.regenda-portal #site-nav-row .rp-header {
  display: block !important;
}
@media only screen and (max-width: 1080px) {
  .regenda-portal #site-nav-row .type-loginplacement,
  .regenda-portal #site-nav-row .rp-header {
    display: none !important;
  }
}
#site-nav-row .placement-row:has(.type-menuplacement) {
  display: flex;
  align-items: center;
}
#site-nav-row .placement-row:has(.type-menuplacement) .logo-container {
  padding: 0;
  width: auto;
}
#site-nav-row .placement-row:has(.type-menuplacement) .logo-container img {
  max-height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 870px) {
  #site-nav-row .placement-row:has(.type-menuplacement) .logo-container {
    display: none;
  }
}
#site-nav-row .placement-row:has(.type-menuplacement) .type-menuplacement {
  flex: 1;
  width: auto;
}
#site-nav-row .placement-row:has(.type-menuplacement) .type-loginplacement {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#site-nav-row .placement-row:has(.type-menuplacement) .header-login {
  padding: 0;
  margin: 0;
}
#site-nav-row .placement-row:has(.type-menuplacement) .header-login .login-switch {
  padding: 8px 30px;
  font-size: 1.4rem;
  border-radius: 5px;
  margin-right: 15px;
}
#site-nav-row .placement-row:has(.type-menuplacement) .header-login .login-switch:before {
  content: none;
}
#site-nav-row .top-navigation > .login-switch-wrapper {
  display: none;
}
#site-nav-row .top-navigation {
  position: relative;
}
#site-nav-row .menu {
  *zoom: 1;
}
#site-nav-row .menu:before,
#site-nav-row .menu:after {
  content: " ";
  display: table;
}
#site-nav-row .menu:after {
  clear: both;
}
#site-nav-row .menu > .menu-item:hover > ol {
  display: grid;
}
#site-nav-row .menu > .menu-item:hover a {
  text-align: left;
}
#site-nav-row .menu > li.regenda-portal {
  display: flex;
}
#site-nav-row .menu > li > a {
  padding: 1em 0.6em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Stag Web";
  letter-spacing: 0.5px;
  display: block;
}
@media only screen and (min-width: 1081px) {
  .regenda-portal #site-nav-row .menu > li > a {
    padding: 18px 10px;
  }
}
#site-nav-row .menu > li > a.nav-item-expanded {
  background: #fff;
  text-decoration: underline;
}
#site-nav-row .menu > li > a:hover,
#site-nav-row .menu > li > a.current {
  background: none;
  text-decoration: underline;
}
#site-nav-row .menu .menu-column {
  padding-right: 2em;
  display: table-cell;
}
#site-nav-row .menu .menu-column > ol {
  display: flex;
  flex-direction: column;
}
#site-nav-row .menu .menu-column > ol > li {
  padding-bottom: 1em;
}
#site-nav-row .menu .menu-column > ol > li .megamenu-show-all-children,
#site-nav-row .menu .menu-column > ol > li > a {
  font-weight: 700;
  margin-bottom: 10px !important;
  border-bottom: solid 2px rgba(60, 60, 59, 0.2);
}
#site-nav-row .menu .menu-column > ol > li .megamenu-show-all-children:active,
#site-nav-row .menu .menu-column > ol > li > a:active,
#site-nav-row .menu .menu-column > ol > li .megamenu-show-all-children:focus,
#site-nav-row .menu .menu-column > ol > li > a:focus,
#site-nav-row .menu .menu-column > ol > li .megamenu-show-all-children:hover,
#site-nav-row .menu .menu-column > ol > li > a:hover {
  border-bottom-width: 2px;
  margin-bottom: 9px;
}
#site-nav-row .menu .menu-column a {
  padding: 0;
  text-align: left;
  color: #000000 !important;
}
#site-nav-row .menu .menu-column ol > .menu-item ol {
  display: flex;
  flex-direction: column;
}
#site-nav-row .menu .menu-column ol > .menu-item ol a {
  font-weight: 300;
  color: #000000;
  margin-bottom: 8px;
}
#site-nav-row .menu .menu-column ol > .menu-item ol a:active,
#site-nav-row .menu .menu-column ol > .menu-item ol a:focus,
#site-nav-row .menu .menu-column ol > .menu-item ol a:hover {
  text-decoration: underline;
}
#site-nav-row .menu .output-level-2 {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  position: absolute;
  display: none;
  top: 100%;
  left: 15px;
  right: 15px;
  background: #fff;
  z-index: 3;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 2em;
       column-gap: 2em;
  -moz-column-fill: balance;
       column-fill: balance;
  padding: 1em;
  border-radius: 0 0 4px 4px;
  border: solid 1px #e8edee;
  border-top: none;
  box-shadow: 0 4px 4px rgba(68, 68, 68, 0.1);
}
@media only screen and (max-width: 1080px) {
  #site-nav-row .menu .output-level-2 {
    grid-template-columns: 1fr;
  }
}
#site-nav-row .menu > li.regenda-portal {
  display: none;
}
.regenda-portal #site-nav-row .menu > li {
  display: none;
}
.regenda-portal #site-nav-row .menu > li.regenda-portal {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .regenda-portal #site-nav-row .menu > li.regenda-portal {
    display: list-item;
  }
}
.testing {
  background-color: red;
}
.site-nav-row .type-menuplacement .menu-placement-specific-level-display > .menu-item > a {
  border-bottom: 3px solid transparent;
}
.site-nav-row .type-menuplacement .menu-placement-specific-level-display > .menu-item:is(.menu-current) > a,
.site-nav-row .type-menuplacement .menu-placement-specific-level-display > .menu-item:has(.menu-current) > a {
  border-bottom: 3px solid white;
}
.regenda-portal .site-nav-row .type-menuplacement .menu-placement-specific-level-display > .menu-item:is(.menu-current) > a,
.regenda-portal .site-nav-row .type-menuplacement .menu-placement-specific-level-display > .menu-item:has(.menu-current) > a {
  border-bottom-color: #ce0037;
}
.site-nav-row .type-menuplacement .menu-placement-specific-level-display ol .menu-item .current {
  border-left: 3px solid #ce0037;
  padding-left: 6px !important;
}
.site-nav-row .type-menuplacement .menu-placement-specific-level-display ol .menu-item a {
  transition: all 0.2s ease;
}
.site-nav-row .type-menuplacement .menu-placement-specific-level-display ol .menu-item a:hover {
  transform: translateX(2px);
}
.placement-inner:not(:has(div)) {
  margin: 0 !important;
}
.placement-row-wrapper:has(.placement-inner:not(:has(div))) {
  margin: 0 !important;
}
.regenda-portal #site-nav-row .menu .output-level-2 {
  left: unset;
  right: unset;
  transform: translateX(-20px);
}
@media only screen and (max-width: 870px) {
  .regenda-portal #site-nav-row .menu .output-level-2 {
    transform: none;
    padding: 15px;
  }
}
.regenda-portal .web-service-placement .content-headline h2 {
  margin-top: 0;
}
.regenda-portal .wsl-data-table thead tr {
  border-bottom: 2px solid black;
}
.regenda-portal .wsl-data-table thead th {
  background: #ededed;
  color: #000000;
  border-right-color: #d7d7d7;
}
.regenda-portal .wsl-data-table tbody td {
  font-weight: 200;
}
.regenda-portal .placement-row-2-up .wsl-data-table thead,
.regenda-portal .placement-row-3-up .wsl-data-table thead,
.regenda-portal .placement-row-4-up .wsl-data-table thead,
.regenda-portal .placement-row-5-up .wsl-data-table thead {
  display: none;
}
.regenda-portal .placement-row-2-up .wsl-data-table tr,
.regenda-portal .placement-row-3-up .wsl-data-table tr,
.regenda-portal .placement-row-4-up .wsl-data-table tr,
.regenda-portal .placement-row-5-up .wsl-data-table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid grey;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.regenda-portal .placement-row-2-up .wsl-data-table tr td,
.regenda-portal .placement-row-3-up .wsl-data-table tr td,
.regenda-portal .placement-row-4-up .wsl-data-table tr td,
.regenda-portal .placement-row-5-up .wsl-data-table tr td {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none !important;
  font-weight: 200;
}
.regenda-portal .placement-row-2-up .wsl-data-table tr td:before,
.regenda-portal .placement-row-3-up .wsl-data-table tr td:before,
.regenda-portal .placement-row-4-up .wsl-data-table tr td:before,
.regenda-portal .placement-row-5-up .wsl-data-table tr td:before {
  content: attr(data-th) ':';
  margin-right: 10px;
  font-weight: 400;
}
.regenda-portal .placement-row-2-up .wsl-data-table tr td[data-th="Cancel"]:before,
.regenda-portal .placement-row-3-up .wsl-data-table tr td[data-th="Cancel"]:before,
.regenda-portal .placement-row-4-up .wsl-data-table tr td[data-th="Cancel"]:before,
.regenda-portal .placement-row-5-up .wsl-data-table tr td[data-th="Cancel"]:before,
.regenda-portal .placement-row-2-up .wsl-data-table tr td[data-th="Reschedule"]:before,
.regenda-portal .placement-row-3-up .wsl-data-table tr td[data-th="Reschedule"]:before,
.regenda-portal .placement-row-4-up .wsl-data-table tr td[data-th="Reschedule"]:before,
.regenda-portal .placement-row-5-up .wsl-data-table tr td[data-th="Reschedule"]:before {
  display: none;
}
.regenda-portal .placement-row-2-up .wsl-data-table tr td[data-th="Cancel"]:empty,
.regenda-portal .placement-row-3-up .wsl-data-table tr td[data-th="Cancel"]:empty,
.regenda-portal .placement-row-4-up .wsl-data-table tr td[data-th="Cancel"]:empty,
.regenda-portal .placement-row-5-up .wsl-data-table tr td[data-th="Cancel"]:empty,
.regenda-portal .placement-row-2-up .wsl-data-table tr td[data-th="Reschedule"]:empty,
.regenda-portal .placement-row-3-up .wsl-data-table tr td[data-th="Reschedule"]:empty,
.regenda-portal .placement-row-4-up .wsl-data-table tr td[data-th="Reschedule"]:empty,
.regenda-portal .placement-row-5-up .wsl-data-table tr td[data-th="Reschedule"]:empty {
  display: none;
}
.regenda-portal #footer-links {
  display: none;
}
.regenda-portal .type-listevents .list-event-item {
  padding: 15px 25px;
  gap: 14px;
}
.regenda-portal .type-listevents .list-event-item h3 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  word-break: break-word;
}
.regenda-portal .type-listevents .list-event-item h3 a {
  text-decoration: underline;
}
.regenda-portal .type-listevents .list-event-item h3 a:hover {
  text-decoration-thickness: 2px;
}
.regenda-portal .type-listevents .list-event-item .event-date-highlight {
  margin-top: auto;
  margin-bottom: auto;
}
.regenda-portal .type-listevents .list-event-item .event-details {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
}
.regenda-portal .type-listevents .list-event-item .event-details .event-timings {
  flex-grow: 1;
  display: flex;
}
.regenda-portal .type-listevents .list-event-item .event-details .event-timings .event-detail {
  padding: 0 10px;
}
.hosted-payment-form .form legend {
  font-weight: 200;
  color: #6b6b6b;
}
#container .arrears-form .guidance,
#container .arrears-form .guidance-ie {
  padding: 5px 15px;
}
.arrears-form .guidance li,
.arrears-form .guidance-ie li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 870px) {
  #container .type-reporttree.report-repair .placement-inner {
    margin: 20px 15px !important;
  }
}
#container .type-reporttree.report-repair .rt-nodes-wrapper .rt-node-child-item {
  flex: 1 0 100%;
}
#container .type-reporttree.report-repair .rt-nodes-wrapper .rt-node-child-item .rt-node-head .rt-node-name img {
  max-height: 80px;
}
#container .type-reporttree.report-repair .rt-nodes-wrapper .rt-node-child-item .rt-node-body .rt-node-back {
  pointer-events: none;
}
@media only screen and (max-width: 870px) {
  #container {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 870px) {
  #container #site-header-row .header-content-wrapper .page-placement[data-placement-class="SiteSearch"] {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #container #site-nav-row .top-navigation {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #container #site-nav-row .top-navigation .login-switch-wrapper {
    order: 4;
  }
  #container #site-nav-row .mobile-menu-tools .search-target-wrap .site-search.mobile-search .search-inputs input {
    width: 100%;
    margin-bottom: 2px;
    border-radius: 8px;
  }
  #container #site-nav-row .mobile-menu-tools .search-target-wrap .site-search.mobile-search .input-name-site-search-index-search {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #container #site-nav-row .mobile-menu-tools .search-target-wrap .site-search.mobile-search .input-name-site-search-index-search .focusable:active,
  #container #site-nav-row .mobile-menu-tools .search-target-wrap .site-search.mobile-search .input-name-site-search-index-search .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  #container #site-nav-row .mobile-menu-tools .search-target-wrap .site-search.mobile-search .advanced-search {
    display: none;
  }
  #container #site-nav-row .mobile-menu-tools .search-target-wrap .site-search.mobile-search .submit-wrap {
    display: inline-block;
  }
  #container #site-nav-row .mobile-menu-tools .search-target-wrap .site-search.mobile-search .submit-wrap input {
    border: 1px solid white;
    margin-bottom: 0px;
  }
  #container #site-nav-row .output-level-2 {
    display: none;
    left: unset;
    right: unset;
  }
  #container #site-nav-row .output-level-2.open {
    display: grid;
  }
}
.placement-row-wrapper:has(.fixed-bottom-menu) {
  display: none;
  position: fixed;
  background: black;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #861f41;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.placement-row-wrapper:has(.fixed-bottom-menu) .page-placement {
  padding: 0;
}
.placement-row-wrapper:has(.fixed-bottom-menu) .page-placement .placement-inner {
  margin: 0;
}
@media only screen and (max-width: 870px) {
  .logged-in .placement-row-wrapper:has(.fixed-bottom-menu) {
    display: block;
  }
}
.fixed-bottom-menu .menu {
  display: flex;
  gap: 5px;
  padding: 5px;
}
.fixed-bottom-menu .menu .menu-item {
  flex: 1 1 20%;
}
.fixed-bottom-menu .menu .menu-item > a {
  line-height: 1.2;
  padding: 5px !important;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center !important;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fixed-bottom-menu .menu .menu-item > a:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  font-size: 1.5em;
}
.fixed-bottom-menu .menu .menu-item > a:after {
  display: none;
}
.fixed-bottom-menu .menu .menu-item .main-link-text {
  font-size: 0.75em;
}
.fixed-bottom-menu .menu .menu-item[class*="payment"] > a:before {
  content: "\f09d";
}
.fixed-bottom-menu .menu .menu-item[class*="profile"] > a:before {
  content: "\f007";
}
.fixed-bottom-menu .menu .menu-item[class*="repairs"] > a:before {
  content: "\f0ad";
}
.fixed-bottom-menu .menu .menu-item[class*="requests"] > a:before {
  content: "\f145";
}
div[id*="chat-button-container-script"] {
  z-index: 1500 !important;
}
@media only screen and (max-width: 870px) {
  .logged-in #container:has(.fixed-bottom-menu) div[id*="chat-button-container-script"] {
    bottom: 70px !important;
    right: -3px !important;
  }
  .logged-in #container:has(.fixed-bottom-menu) .site-footer-row {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 870px) {
  .type-eventscalendar .month-year-nav {
    display: flex;
    padding: 0 !important;
    gap: 5px;
    justify-content: space-between;
  }
  .type-eventscalendar .month-year-nav:before,
  .type-eventscalendar .month-year-nav:after {
    display: none;
  }
  .type-eventscalendar .month-year-nav .prev-year,
  .type-eventscalendar .month-year-nav .next-year {
    font-size: 1.2rem !important;
    margin: 0;
  }
  .type-eventscalendar .month-year-nav .prev-year {
    order: 1;
  }
  .type-eventscalendar .month-year-nav .prev-month {
    order: 2;
    margin-right: 3px;
  }
  .type-eventscalendar .month-year-nav .next-month {
    order: 3;
    margin-left: 3px;
  }
  .type-eventscalendar .month-year-nav .next-year {
    order: 4;
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner p {
    margin-left: 5px;
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner .ac-activity {
    margin: 0;
    height: 22px;
    width: 22px;
    position: relative;
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner .ac-activity:before {
    text-shadow: 0 0 2px black;
    color: white;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner .ac-activity[class*="manchester"]:before {
    content: "GM";
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner .ac-activity[class*="lancashire"]:before {
    content: "L";
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner .ac-activity[class*="merseyside"]:before {
    content: "M";
  }
  .type-eventscalendar .event-month-view table.days-head td .ac-day-inner .ac-activity[class*="cheshire"]:before {
    content: "C";
  }
}
#RHCommunalRepair-001 .rt-node-head {
  background-color: #fffdf2;
}
#RHCommunalRepair-001 .rt-node-head:before {
  background-color: #e4c518;
}
#RHCommunalRepair-002 .rt-node-head {
  background-color: #f1f9ff;
}
#RHCommunalRepair-002 .rt-node-head:before {
  background-color: #236192;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
a[href]:after {
        content: " (" attr(href) ")";
        }
*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .top-navigation,
  .nav-toggle,
  #accessibility-controls,
  #sidemenu,
  #pecr-compliance-banner,
  #site-header-row .site-search,
  #site-header-row .type-textcontent {
    display: none !important;
  }
  .logo-container {
    margin: 0 !important;
  }
  .layout_1_1 .wrapper .middle {
    margin: 0;
  }
  .layout_1_1 .col.left {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_1_1 .col.right {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_1_0 .wrapper .middle {
    margin-left: 0;
  }
  .layout_1_0 .col.left {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_0_1 .wrapper .middle {
    margin-right: 0;
  }
  .layout_0_1 .col.right {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
  /*#breadcrumbs {
      margin: 1em 0 0 0;
    }*/
  .breadcrumb {
    display: none;
  }
  #site-nav-row {
    margin: 0;
  }
  .site-footer {
    font-size: 70%;
  }
  .site-footer img {
    display: none;
  }
  .container {
    padding-bottom: 1em !important;
  }
  #site-footer-row {
    padding: 0;
    margin: 0;
    position: static !important;
  }
  input[type="submit"] {
    background: #ce0037 !important;
    color: #fff !important;
  }
  #site-footer-row .lh-footer-text,
  #site-footer-row .footer-placement .main-editor-output {
    border-right: none;
  }
  #site-article-footer-row {
    display: none;
  }
  .type-propertylist .ui-tabs-hide {
    display: block;
  }
  .type-propertylist .main-image {
    float: right;
    width: 35%;
    margin: 0 0 1em 1em;
  }
  .single-property-wrapper .content-headline {
    position: static;
    padding: 0 0 1em 0;
  }
  .property-details-footer .ui-tabs-nav {
    display: none;
  }
  .list-content .template-navigation-link {
    display: none;
  }
  .type-blog .back-to-blog-home {
    display: none;
  }
  .forum-submission-toggle {
    display: none;
  }
  table th {
    background: #333 !important;
    color: #fff !important;
  }
  #site-header-row .type-textcontent.no-headline .main-editor-output p {
    margin-top: 2.5em !important;
  }
  .accordion-base .placement-inner .content-headline {
    background: #eee !important;
  }
  .accordion-base .placement-inner .content-wrapper-inner {
    display: block !important;
  }
  .type-propertysearch {
    display: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
    padding-top: 0 !important;
    background-image: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image img {
    display: block !important;
  }
  .type-slideshow {
    display: none !important;
  }
}
/*# sourceMappingURL=styles.css.map */