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: #555459;
}
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 ====*/
/*@color1: #ed6c05; //Orange
@color2: #fdc741; //Sun Yellow
@color3: @darker-grey;
@color4: #7c6568; //Grey-brown
@color5: #4b142e; //Dark Purple
@color6: #7bbfc0; //PlaceShapers teal

@color7:#DF2935; // Warning colour (Rose Madder)*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.8.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.8.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.8.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.8.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.8.0#fontawesomeregular') format('svg');
}
.fonticon,
[data-icon]:before {
  font-family: 'FontAwesome';
  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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
p {
  margin: 0.6em 0;
  line-height: 140%;
}
blockquote {
  margin: 1em 0;
  padding: 1em;
  background: #efefef;
  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;
}
.main-editor-output > h2:first-child {
  margin-top: 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;
}
.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%;
}
table img {
  max-width: none;
}
.map-wrapper-inner img {
  max-width: none!important;
}
iframe {
  border: none !important;
}
a {
  color: #3999d9;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.cta,
.faq-list .list-link-to-main {
  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 #4d4d4d;
  color: #4d4d4d;
  box-shadow: 0px 4px 9.8px 0.2px rgba(12, 12, 12, 0.3);
  border-radius: 10px;
  text-decoration: none;
}
.cta.full-width {
  display: block;
}
.cta:hover,
.cta:focus,
.cta:active,
.faq-list .list-link-to-main:hover {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.anchor-link {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .anchor-link {
    top: 0;
  }
}
.cta.full-width {
  display: block;
}
table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  table {
    font-size: 90%;
  }
}
table th,
table td {
  padding: 0.75em;
}
@media only screen and (max-width: 768px) {
  table th,
  table td {
    padding: 0.3em;
  }
}
table th {
  background: #3999d9;
  color: #fff;
  text-align: left;
}
table thead th {
  border-right: solid 2px #6bb3e3;
}
table thead th:last-child {
  border-right: none;
}
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 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 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'] {
  border: 1px solid #bbb;
  padding: 0.5em;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  box-sizing: border-box;
}
#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[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 {
  border-color: #666;
  outline: none;
}
#container select {
  border-radius: 0 !important;
}
#container textarea {
  box-sizing: border-box;
  border: 1px solid #bbb;
  padding: 0.5em;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  min-height: 8em;
  resize: vertical;
}
#container textarea:hover,
#container textarea:focus {
  border-color: #666;
  outline: none;
}
#container .col select {
  width: 100%;
}
#container button,
#container input[type="submit"] {
  border: none;
  background: #4d4d4d;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
#container button:hover,
#container input[type="submit"]:hover,
#container button:focus,
#container input[type="submit"]:focus {
  background: #272727;
  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: "Montserrat";
  font-size: 1em;
}
#container :-moz-placeholder {
  color: #999;
  font-family: "Montserrat";
  font-size: 1em;
}
#container ::-moz-placeholder {
  color: #999;
  font-family: "Montserrat";
  font-size: 1em;
}
#container :-ms-input-placeholder {
  color: #999;
  font-family: "Montserrat";
  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: #efefef;
}
/* !REMEMBER TO COMMENT THIS OUT FOR PRODUCTION! ====*/
/*
body {
	&:before {
    background:red;
    color:white;
    content:"undefined";
    right:0;
    opacity:0.8;
    padding:@space-em (@space-em * 2);
    position:fixed;
    text-align:center;
    bottom:(@space-em * 2);
    z-index:9999999;
    @media @mobile {
      background: orange;
      content:"mobile";
    }
    @media @over {
    //@media @tablet {
      background: green;
      //content:"tablet";
      content:"over";
    }
    @media @1024 {
    //@media @desktop {
      background: fuchsia;
      //content:"desktop";
      content:"1024";
    }
    @media @laptop {
    //@media @desktop-l {
      background: purple;
      //content:"desktop-l";
      content:"laptop";
    }
    @media @mid-size {
    //@media @desktop-xl {
      background: blue;
      //content:"desktop-xl";
      content:"mid-size";
    }
	}
}
*/
* {
  box-sizing: border-box;
}
.content-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background: #fff;
}
/*#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;
}
.col {
  float: left;
}
.left {
  margin-left: -100%;
}
.wrapper {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .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: 1200px) {
  .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: 768px) {
  .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 {
  padding: 0;
  margin: 0;
}
html {
  min-height: 100%;
  font-size: 62.5%;
}
html.top-nav-open {
  overflow: hidden;
}
body {
  font-family: "Stag Sans Web", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 140%;
  min-height: 100%;
  background: #f6f6f6;
  padding-top: 2em;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 0;
    background: #fff;
  }
}
.container {
  position: relative;
  min-height: 100%;
  padding-bottom: 361px;
}
@media only screen and (max-width: 768px) {
  .container {
    padding-bottom: 0;
    position: static;
  }
}
.main-wrapper {
  padding: 1em 1em 4em 1em;
  box-shadow: 0px 4px 9.8px 0.2px rgba(31, 40, 75, 0.05);
}
.home-page .main-wrapper {
  padding: 0 0 2em 0;
}
.navbar-is-fixed.home-page .main-wrapper {
  padding-top: 0 !important;
}
.navbar-is-fixed .main-wrapper {
  padding-top: 182px;
}
.layout_1_0 .middle {
  border-left: solid 1px #eee;
}
.login-wrapper .notification.error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 0.5em 1em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  background: #ff0017;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #d60013;
}
#fontsizedown {
  background-image: url("../images/access-bar/textdown.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#fontsizeup {
  background-image: url("../images/access-bar/textup.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/*.dropdown,
.login-switch-wrapper {
	float: right;
}*/
#accessibility-controls {
  position: relative;
  z-index: 1002;
  /*@media @mobile {
		background: transparent;
		z-index: 3000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}*/
}
@media only screen and (max-width: 768px) {
  #accessibility-controls {
    position: relative;
    background: #161b43;
    padding: 1em;
    z-index: 999999999;
  }
}
#accessibility-controls #top {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls #top {
    background: transparent !important;
  }
}
#accessibility-controls #top .acc-inner {
  float: right;
  width: 800px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls #top .acc-inner {
    float: none;
    width: auto;
  }
}
#accessibility-controls .access-controls-wrapper {
  *zoom: 1;
  text-align: left;
  display: none;
  padding: 4em 1em 1em 1em;
  position: absolute;
  z-index: 1000;
  top: 0;
  margin-top: 0em;
  left: -1em;
  width: 300px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#accessibility-controls .access-controls-wrapper:before,
#accessibility-controls .access-controls-wrapper:after {
  content: " ";
  display: table;
}
#accessibility-controls .access-controls-wrapper:after {
  clear: both;
}
.ie7 #accessibility-controls .access-controls-wrapper {
  z-index: 9999;
}
#accessibility-controls .access-controls-wrapper ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 80%;
  padding: 0.5em 0;
  border-bottom: solid 1px #ddd;
}
#accessibility-controls .access-controls-wrapper ol:first-child {
  padding-top: 0;
}
#accessibility-controls .access-controls-wrapper ol:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#accessibility-controls .access-controls-wrapper ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .access-controls-wrapper {
    display: none;
  }
}
#accessibility-controls .dropdown-wrap {
  position: relative;
  float: left;
  margin-right: 1em;
}
#accessibility-controls .dropdown {
  padding-top: 1em;
  padding-left: 0;
}
.acc-tools-open #accessibility-controls .dropdown {
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .dropdown {
    display: none;
  }
}
#accessibility-controls .dropdown #access-dropdown {
  display: inline-block;
  padding: 0.3em 0.8em 0.3em 0.8em;
  color: #555459;
  border: solid 2px #555459;
  border-radius: 4px;
  outline: none !important;
  position: relative;
  text-decoration: none;
}
#accessibility-controls .dropdown #access-dropdown:hover {
  background-color: #3999d9;
  color: #fff;
}
#accessibility-controls .dropdown #access-dropdown:hover:before {
  color: #fff;
}
#accessibility-controls .dropdown #access-dropdown:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f29a";
  display: inline-block;
  color: #555459;
  float: right;
  display: block;
  font-size: 22px;
  line-height: 0.95;
  padding: 0 0 0 0.5em;
}
#accessibility-controls .dropdown #access-dropdown.open {
  color: #555459 !important;
  border: solid 2px #555459 !important;
}
#accessibility-controls .dropdown #access-dropdown.open:before {
  color: #555459 !important;
}
#accessibility-controls #accessbar input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
}
#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 {
  margin-right: 0.2em;
}
#accessibility-controls .placement-row-wrapper {
  display: block;
  float: right;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .placement-row-wrapper {
    float: none;
  }
}
#accessibility-controls .placement-row-1 {
  display: inline-block;
}
#accessibility-controls .placement-row-1 .page-placement {
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .placement-row-1 .page-placement {
    width: 100% !important;
    margin-right: 50px;
  }
}
#accessibility-controls .placement-row-1 .type-general {
  padding: 0;
}
#accessibility-controls .placement-row-1 .type-general .placement-inner {
  margin: 0;
}
#accessibility-controls .placement-row-1 .type-general .advanced-search {
  display: none;
}
#accessibility-controls .placement-row-1 .type-general .site-search {
  padding-top: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .placement-row-1 .type-general .site-search {
    margin-top: 0;
    padding: 0;
  }
}
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs {
  position: relative;
}
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs label {
  display: none;
}
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="search"],
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="text"] {
  width: 300px;
  max-width: 100%;
  border: none;
  border-radius: 0;
  padding: 0.5em;
  background: #fff;
  border: solid 2px #555459 !important;
  border-radius: 4px;
  color: #555459;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="search"],
  #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="text"] {
    padding: 0.4em 0.6em;
    border-radius: 8px;
    border: none !important;
    background: #efefef;
    color: #555459;
    width: 100%;
  }
  #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="search"]::-moz-placeholder, #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="text"]::-moz-placeholder {
    color: #555459 !important;
  }
  #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="search"]::placeholder,
  #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs input[type="text"]::placeholder {
    color: #555459 !important;
  }
}
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs .submit-wrap {
  position: absolute;
  top: 2px;
  right: 6px;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs .submit-wrap {
    top: 0;
  }
}
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs .submit-wrap input[type="submit"] {
  height: 28px;
  width: 28px;
  border: none;
  border-radius: 0;
  font-size: 0;
  color: transparent;
  background-color: #fff;
  background-image: url("/base-install/images/_site/icons/search-grey.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .placement-row-1 .type-general .site-search .search-inputs .submit-wrap input[type="submit"] {
    background-color: transparent;
    background-size: 70%;
    width: 28px;
    height: 28px;
  }
}
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs .submit-wrap input[type="submit"]:hover,
#accessibility-controls .placement-row-1 .type-general .site-search .search-inputs .submit-wrap input[type="submit"]:active {
  opacity: 0.7;
}
#google_translate_element {
  float: left;
}
@media only screen and (max-width: 768px) {
  #google_translate_element {
    display: none;
  }
}
.goog-te-gadget-simple {
  color: #3999d9 !important;
  background: #fff;
  border: none!important;
  padding: 3px 2em 4px 0em !important;
  position: relative;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  margin: 4px 0 0 0em;
}
.goog-te-gadget-simple:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  color: #161b43;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  width: 32px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
.goog-te-gadget-simple:hover,
.goog-te-gadget-simple:focus,
.goog-te-gadget-simple:active {
  background: #3999d9 !important;
  color: #fff !important;
}
.goog-te-gadget-simple:hover .goog-te-menu-value > span,
.goog-te-gadget-simple:focus .goog-te-menu-value > span,
.goog-te-gadget-simple:active .goog-te-menu-value > span {
  color: #fff !important;
}
.goog-te-gadget-simple:hover:before,
.goog-te-gadget-simple:focus:before,
.goog-te-gadget-simple:active:before {
  color: #fff !important;
}
.goog-te-gadget-simple img {
  display: none;
}
.goog-te-gadget-simple span {
  padding-right: 2px;
}
.goog-te-gadget-simple a span {
  border: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value > span {
  color: #3999d9 !important;
}
.goog-te-gadget-simple span[style="color: rgb(155, 155, 155);"],
.goog-te-gadget-simple span[style="color: rgb(118, 118, 118);"],
.goog-te-gadget-simple span[style="color: rgb(213, 213, 213);"] {
  display: none!important;
}
.goog-te-gadget-simple span[style="border-left-width: 1px;"] {
  display: none!important;
}
#site-header-row .logo-container {
  float: left;
}
@media only screen and (max-width: 768px) {
  #site-header-row .logo-container {
    float: none;
  }
}
#site-header-row .placement-row-1 {
  margin-left: 220px;
}
@media only screen and (max-width: 768px) {
  #site-header-row .placement-row-1 {
    margin-left: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #site-header-row {
    padding-top: 1em;
    padding-bottom: 0.3em;
  }
}
.logo-container {
  position: relative;
  z-index: 1003;
  /*padding-left: 0.7em;
	margin-top: -3em;*/
  padding-left: 1.2em;
  margin-top: -2.5em;
}
.navbar-is-fixed .logo-container {
  margin-top: -3.1em;
}
@media only screen and (max-width: 768px) {
  .navbar-is-fixed .logo-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .logo-container {
    float: left !important;
    margin: 0;
    padding: 0.5em 0 0 0.5em;
  }
}
.logo-container #logo {
  width: 200px;
  display: block;
  transition: width 0.3s ease-in-out;
  image-rendering: -webkit-optimize-contrast;
}
.navbar-is-fixed .logo-container #logo {
  width: 89px;
}
@media only screen and (max-width: 768px) {
  .logo-container #logo {
    width: 120px !important;
  }
}
.home-page .logo-container #logo {
  background-image: url("/base-install/images/main-logo/company-logo-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.logo-container #logo img {
  width: 100%;
  height: auto;
}
.home-page .logo-container #logo img {
  visibility: hidden;
}
#container .header-login {
  position: relative;
  width: auto !important;
}
#container .header-login .close-overlay {
  display: none;
}
@media only screen and (max-width: 768px) {
  #container .header-login .close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #c0392b;
    text-align: center;
  }
  #container .header-login .close-overlay:before {
    font-family: 'FontAwesome';
    font-family: "Font Awesome 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;
  }
}
#container .header-login .placement-inner {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 9998;
  text-align: left;
  margin: 0;
  padding: 4em 1em 1em 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: 768px) {
  #container .header-login .placement-inner {
    position: fixed;
    display: none;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 5%;
    box-shadow: 0 0 70px 50px rgba(0, 0, 0, 0.6);
    max-width: none;
    width: auto;
    height: 100vh;
    padding: 50px 1em 65px 1em;
    overflow-y: auto;
  }
}
#container .header-login .placement-inner .content-headline {
  display: none;
}
@media only screen and (max-width: 768px) {
  #container .header-login .placement-inner .content-headline {
    display: block;
  }
}
#container .header-login .placement-inner .login-wrapper .login-button-wrapper .login-submit {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
#container .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;
}
#container .header-login .placement-inner .login-wrapper .login-button-wrapper a.forgot-password {
  margin-bottom: 0;
}
.login-switch-wrapper {
  /*position: absolute;
	top: 1em;
	right: 1em;*/
  display: inline-block;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}
.login-open .login-switch-wrapper {
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .login-switch-wrapper {
    display: none;
    z-index: 10000;
    position: static;
  }
}
.login-switch-wrapper .login-switch {
  display: block;
  padding: 0.3em 2em 0.3em 0.8em;
  color: #555459;
  border: solid 2px #555459;
  border-radius: 4px;
  outline: none !important;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .login-switch-wrapper .login-switch {
    padding: 0.3em 2em 0.3em 0.6em;
    font-size: 14px;
  }
}
.login-switch-wrapper .login-switch:hover {
  background-color: #3999d9;
  color: #fff;
}
.login-switch-wrapper .login-switch:hover:before {
  color: #fff;
}
.login-switch-wrapper .login-switch:before {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  display: inline-block;
  color: #555459;
  font-size: 19px;
  line-height: 27px;
  padding-right: 0.4em;
}
.login-switch-wrapper.open .login-switch {
  border-color: #555459 !important;
  color: #555459 !important;
}
.login-switch-wrapper.open .login-switch:before {
  color: #555459 !important;
}
.navbar-is-fixed .header-acc-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
#accessibility-controls .acc-inner .placement-row-1 {
  display: flex;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .acc-inner .placement-row-1 {
    margin-bottom: 0;
  }
}
#accessibility-controls .acc-inner .dropdown-wrap {
  float: right;
}
#site-header-row .page-placement .placement-inner > .donate-button-wrap {
  display: none;
}
@media only screen and (max-width: 768px) {
  #site-header-row .page-placement .placement-inner > .donate-button-wrap {
    display: block;
    text-align: right;
    margin-top: 0.3em;
  }
}
#site-header-row .page-placement .placement-inner > .donate-button-wrap .donate-button {
  border: none;
  background: #ffd90f;
  padding: 0.5em 1.2em;
  color: #555459;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  padding: 0.6em 3em 0.5em 3em;
  color: #000;
  box-shadow: 0px 4px 9.8px 0.2px rgba(12, 12, 12, 0.3);
}
#site-header-row .page-placement .placement-inner > .donate-button-wrap .donate-button:hover,
#site-header-row .page-placement .placement-inner > .donate-button-wrap .donate-button:focus {
  background: #c2a300;
  text-decoration: none;
}
.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 #eee;
  font-size: 80%;
  margin: 0.5em;
  text-align: center;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  background-image: url("../images/page-utils/sitemap.png");
}
@media only screen and (max-width: 768px) {
  #footer-links p a {
    float: left;
    width: 50%;
    padding-bottom: 0.2em;
  }
}
#site-footer-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 360px;
}
@media only screen and (max-width: 768px) {
  #site-footer-row {
    position: static;
    height: auto;
  }
}
#site-footer-row {
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #66009b;
  font-size: 90%;
  height: auto;
}
#site-footer-row .placement-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 40px;
}
#site-footer-row .placement-row:before,
#site-footer-row .placement-row:after {
  display: none;
}
#site-footer-row .placement-row .page-placement {
  width: auto;
}
@media (max-width: 900px) {
  #site-footer-row .placement-row {
    display: block;
  }
  #site-footer-row .placement-row .page-placement {
    padding: 10px;
  }
  #site-footer-row .placement-row .menu a {
    border-right: none !important;
  }
  #site-footer-row .placement-row .social-icons {
    justify-content: start;
    margin: 0;
    padding: 0;
  }
}
#site-footer-row .placement-row .type-menuplacement {
  grid-area: 2/2/3/4;
  border-top: 1px solid #fff;
}
#site-footer-row .site-footer {
  background: none;
}
#site-footer-row .site-footer .menu a,
#site-footer-row .site-footer .main-editor-output * {
  color: #fff;
}
#site-footer-row .site-footer .menu a {
  border-right: 1px solid #fff;
}
#site-footer-row .social-icons {
  justify-content: end;
}
#site-footer-row .social-icons a:hover:before,
#site-footer-row .social-icons a:focus:before,
#site-footer-row .social-icons a:active:before {
  background: #fff;
  color: #66009b;
}
#site-footer-row .client-credits,
#site-footer-row #verseone-credits {
  display: none;
  width: 50%;
  float: left;
  font-size: 80%;
  padding: 0 0.5em;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .client-credits,
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row #verseone-credits {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row .content-container {
  margin-top: -1px;
  padding: 0 1em;
  box-shadow: 0px 4px 9.8px 0.2px rgba(31, 40, 75, 0.05);
}
#site-footer-row .type-textcontent .main-editor-output h3 {
  font-weight: 400;
  margin: 0 0 0.8em 0;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .type-textcontent .main-editor-output p,
  #site-footer-row .type-textcontent .main-editor-output h2,
  #site-footer-row .type-textcontent .main-editor-output h3,
  #site-footer-row .type-textcontent .main-editor-output h4,
  #site-footer-row .type-textcontent .main-editor-output h5,
  #site-footer-row .type-textcontent .main-editor-output h6,
  #site-footer-row .type-textcontent .main-editor-output blockquote {
    text-align: left !important;
  }
}
#site-footer-row .placement-row-1 .type-textcontent .main-editor-output > h2:first-child {
  margin: 0;
}
#site-footer-row .placement-row-1 .type-textcontent .main-editor-output p {
  margin: 0;
}
#site-footer-row .type-menuplacement .content-headline h2,
#site-footer-row .type-menuplacement .content-headline h3 {
  margin: 0;
}
#site-footer-row .type-menuplacement .menu .menu-item a {
  margin: 0.5em 1em 0.5em 0;
  padding: 0em 1em 0em 0;
  border-right: solid 1px #555459;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .type-menuplacement .menu .menu-item a {
    border-right: none;
    padding: 0.5em;
    margin: 0;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ddd;
  }
}
#site-footer-row .type-menuplacement .menu .menu-item a:hover,
#site-footer-row .type-menuplacement .menu .menu-item a:focus,
#site-footer-row .type-menuplacement .menu .menu-item a:active {
  text-decoration: underline;
}
#site-footer-row .type-menuplacement .menu .menu-item:last-child a {
  border-right: none;
}
#site-footer-row .placement-row-2 {
  border-top: solid 1px #eee;
}
#site-footer-row .placement-row-2.placement-row-2-up .type-menuplacement {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2.placement-row-2-up .type-menuplacement {
    width: auto;
  }
}
#site-footer-row .placement-row-2.placement-row-2-up .type-textcontent {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2.placement-row-2-up .type-textcontent {
    width: auto;
  }
}
.ie7 #site-footer-row .client-credits,
.ie7 #site-footer-row #verseone-credits {
  width: auto;
}
.ie7 #site-footer-row #verseone-credits {
  float: right;
}
#site-nav-row {
  background-color: transparent;
}
#top-nav li a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
#top-nav li a:hover,
#top-nav li a:focus,
#top-nav li a:active,
#top-nav li a.current {
  background: #3999d9;
  color: #fff;
}
#top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
#top-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
#top-nav li a {
  display: block;
  padding: 0.7em 0.8em 0.5em 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none !important;
  color: #555459;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #top-nav li a {
    display: block;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  #top-nav {
    display: none;
  }
  #top-nav li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  #top-nav li a {
    text-align: left;
    padding: 0.8em;
  }
}
.mobile-nav-toggle-wrap {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle-wrap {
    display: block;
    margin-top: 0;
    padding-right: 2em;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle-wrap.open {
    z-index: 9999;
    position: absolute;
    top: 0em;
    right: 0em;
  }
  .mobile-nav-toggle-wrap.open .login-switch-wrapper .login-switch {
    color: #555459 !important;
    border-color: #555459 !important;
  }
  .mobile-nav-toggle-wrap.open .login-switch-wrapper .login-switch:before {
    color: #555459 !important;
  }
}
.mobile-nav-toggle-wrap .login-switch-wrapper {
  display: inline-block;
  padding: 0.2em 1.5em 0 0;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle {
  *zoom: 1;
  display: block;
  width: 100%;
  border-bottom: none;
  font-size: 14px;
  background: transparent;
  outline: none !important;
  color: #555459;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:before,
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  content: " ";
  display: table;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle-wrap .mobile-nav-toggle {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  .open.mobile-nav-toggle-wrap .mobile-nav-toggle {
    margin-top: 0;
  }
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon {
  float: right;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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: 36px;
  line-height: 32px;
  color: #fff;
}
.open.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  content: "\f00d";
  color: #c0392b;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .button-text {
  display: block;
  float: left;
  line-height: 22px;
  padding: 0 0.5em;
  display: none;
}
@media only screen and (max-width: 768px) {
  .mega-menu-wrapper {
    display: block;
    position: fixed;
    top: -60px;
    right: -100%;
    bottom: 0;
    background: #efefef !important;
    padding-top: 130px;
    padding-bottom: 3.5em;
    width: 75%;
    transition: right 0.6s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  .mega-menu-wrapper.menu-open {
    right: 0;
  }
}
.mega-menu-wrapper .login-switch-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mega-menu-wrapper .login-switch-wrapper {
    display: block;
    float: none;
    position: absolute;
    top: 57px;
    left: 0;
  }
}
#top-nav {
  margin: 0 0.5em 0 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #top-nav {
    max-height: 80vh;
    overflow-y: auto;
    width: 100%;
  }
}
.home-page #top-nav .mega-menu-top-level > a {
  text-shadow: 0px 4px 9.8px rgba(12, 12, 12, 0.3);
}
@media only screen and (max-width: 768px) {
  .home-page #top-nav .mega-menu-top-level > a {
    text-shadow: none;
  }
}
#top-nav .mega-menu-top-level > a[href*="petruscommunity.enthuse.com"] {
  background-color: #ffd90f;
  color: #555459;
  border-radius: 4px;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  #top-nav .mega-menu-top-level > a[href*="petruscommunity.enthuse.com"] {
    background-color: transparent;
  }
}
#top-nav .mega-menu-top-level > a[href*="refer"] {
  background-color: #ec7b00;
  color: #222222;
  border-radius: 4px;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  #top-nav .mega-menu-top-level > a[href*="refer"] {
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  #top-nav .mega-menu-top-level.donate-link {
    display: none;
  }
}
#top-nav li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #top-nav li {
    margin-right: 0;
  }
}
#top-nav li.last-menu-item {
  margin-right: 0;
}
#top-nav li.has-children > a:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  float: right;
  font-size: 20px;
  line-height: 1;
  margin-left: 0.25em;
}
@media only screen and (max-width: 768px) {
  #top-nav li.has-children > a:before {
    float: left;
    display: none;
  }
}
#top-nav li .mega-menu {
  border-top: solid 4px #3999d9;
  display: none;
  position: absolute;
  background: #fff;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  top: 100%;
  margin-top: -2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.no-csstransforms #top-nav li .mega-menu {
  left: 0;
}
@media only screen and (max-width: 768px) {
  #top-nav li .mega-menu {
    display: none;
    position: static;
    width: auto;
    box-shadow: none;
    transform: none;
  }
  #top-nav li .mega-menu.open {
    display: block !important;
  }
  #top-nav li .mega-menu.closed {
    display: none !important;
  }
}
#top-nav li .mega-menu .submenu-wrap {
  padding: 0;
  font-size: 85%;
  text-align: left;
  display: none;
}
#top-nav li .mega-menu .mega-items-wrap .menu-column {
  padding: 0;
  margin: 0;
}
#top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item {
  display: block;
  width: 100%;
}
#top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a {
  display: block;
  width: 100%;
  color: #555459;
  text-align: left;
  padding: 0.3em 0.6em;
}
@media only screen and (max-width: 768px) {
  #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a {
    text-align: left;
    padding: 0.6em 1.3em;
  }
}
#top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:hover,
#top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus,
#top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:active,
#top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.current {
  background: #4d4d4d;
  color: #fff;
  border-color: transparent;
}
#top-nav li .mega-menu .mega-items-wrap .submenu-wrap .subsubmenu-item {
  display: block;
  margin-right: 0;
  padding: 0;
}
#top-nav li .mega-menu .mega-items-wrap .submenu-wrap .subsubmenu-item a {
  padding-left: 1.6em;
}
#container .mobile-search {
  display: none;
}
#container .mobile-search .search-inputs {
  position: relative;
}
#container .mobile-search .search-inputs label {
  display: none;
}
#container .mobile-search .search-inputs input[type="search"],
#container .mobile-search .search-inputs input[type="text"] {
  width: 300px;
  max-width: 100%;
  border: none;
  border-radius: 0;
  padding: 0.4em;
  background: #fff;
  border: solid 2px #555459 !important;
  border-radius: 4px;
  color: #555459;
}
@media only screen and (max-width: 768px) {
  #container .mobile-search .search-inputs input[type="search"],
  #container .mobile-search .search-inputs input[type="text"] {
    background: #eee;
    color: #555459;
    font-size: 12px;
    width: 100% !important;
  }
  #container .mobile-search .search-inputs input[type="search"]::-moz-placeholder, #container .mobile-search .search-inputs input[type="text"]::-moz-placeholder {
    color: #555459 !important;
  }
  #container .mobile-search .search-inputs input[type="search"]::placeholder,
  #container .mobile-search .search-inputs input[type="text"]::placeholder {
    color: #555459 !important;
  }
}
#container .mobile-search .search-inputs .submit-wrap {
  position: absolute;
  top: 0px;
  right: 2px;
}
@media only screen and (max-width: 768px) {
  #container .mobile-search .search-inputs .submit-wrap {
    top: -2px;
    right: 3px;
  }
}
#container .mobile-search .search-inputs .submit-wrap input[type="submit"] {
  height: 28px;
  width: 28px;
  border: none;
  border-radius: 0;
  font-size: 0;
  color: transparent;
  background-color: #fff;
  background-image: url("/base-install/images/_site/icons/search-grey.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #container .mobile-search .search-inputs .submit-wrap input[type="submit"] {
    background-color: transparent;
    background-size: 70%;
    width: 26px;
    height: 26px;
  }
}
#container .mobile-search .search-inputs .submit-wrap input[type="submit"]:hover,
#container .mobile-search .search-inputs .submit-wrap input[type="submit"]:active {
  opacity: 0.7;
}
#container .mobile-search .advanced-search {
  display: none;
}
.mobile-megamenu-viewer {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mobile-megamenu-viewer {
    display: block;
  }
}
.mobile-megamenu-viewer:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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: #161b43;
  line-height: 48px;
  font-size: 22px;
  padding: 0 0.75em;
}
.mobile-megamenu-viewer.open:before {
  content: "\f068";
}
.content-container.breadcrumb {
  width: auto;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  margin-bottom: 1em;
}
.content-container.breadcrumb #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 80%;
}
.content-container.breadcrumb #breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-right: 0;
  background: #eee;
  padding: 0.3em 1em 0.2em 1em;
}
.content-container.breadcrumb #breadcrumbs li:hover,
.content-container.breadcrumb #breadcrumbs li:focus,
.content-container.breadcrumb #breadcrumbs li:active {
  background: #e1e1e1;
}
.content-container.breadcrumb #breadcrumbs li a {
  color: #555459;
}
.content-container.breadcrumb #breadcrumbs li a:hover,
.content-container.breadcrumb #breadcrumbs li a:focus,
.content-container.breadcrumb #breadcrumbs li a:active {
  text-decoration: none;
}
.content-container.breadcrumb #breadcrumbs li.current {
  background: #3999d9;
  color: #fff;
}
.content-container.breadcrumb #breadcrumbs li.current:hover,
.content-container.breadcrumb #breadcrumbs li.current:focus,
.content-container.breadcrumb #breadcrumbs li.current:active {
  background: #288dd0;
}
.content-container.breadcrumb #breadcrumbs li.now_viewing {
  background: #fff;
}
.content-container.breadcrumb #breadcrumbs li.now_viewing:hover,
.content-container.breadcrumb #breadcrumbs li.now_viewing:focus,
.content-container.breadcrumb #breadcrumbs li.now_viewing:active {
  background: #fff;
}
.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.5em 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;
}
.page-anchor-nav {
  position: sticky;
  top: -1px;
  background: #fff;
  margin: 0 -1em;
  z-index: 95;
}
@media only screen and (max-width: 768px) {
  .page-anchor-nav {
    position: static;
    margin: 0;
  }
}
.page-anchor-nav ol {
  padding: 0;
  list-style-type: none;
  padding: 0 1em;
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-anchor-nav ol {
    display: block;
  }
}
.page-anchor-nav ol li {
  display: table-cell;
  text-align: center;
  background-color: #efefef;
  border-right: solid 3px #fff;
}
@media only screen and (max-width: 768px) {
  .page-anchor-nav ol li {
    display: block;
    text-align: left;
    border-right: none;
  }
}
.page-anchor-nav ol li:last-child {
  border-right: none;
}
.page-anchor-nav ol li a {
  color: #555459;
  display: block;
  width: 100%;
  padding: 1em 0.5em;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .page-anchor-nav ol li a {
    padding: 0.5em;
  }
}
.page-anchor-nav ol li a:hover,
.page-anchor-nav ol li a:focus,
.page-anchor-nav ol li a:active {
  background: #3999d9;
  color: #fff;
  text-decoration: none;
}
.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: 768px) {
  .standard-list li,
  .description-list li {
    float: none;
    width: auto;
  }
}
.standard-list a,
.description-list a {
  display: inline-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.5em 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: 768px) {
  .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: 768px) {
  .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;
}
.type-menuplacement .my-account .tenant-portal-pages-menu .menu-item .current {
  background: #3999d9;
  color: #fff;
}
.type-menuplacement .my-account .output-level-2 .menu-item {
  padding-left: 2em;
}
.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: 769px) and (max-width:1024px) {
  .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: 768px) {
  .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;
}
#container .content-wrapper-paginator-options .results-totals-count {
  display: none;
}
.type-listdocuments #rss_gif {
  float: right;
}
.default .content-items-list .list-content-item {
  *zoom: 1;
  border-bottom: solid 1px #eee;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
.default .content-items-list .list-content-item:before,
.default .content-items-list .list-content-item:after {
  content: " ";
  display: table;
}
.default .content-items-list .list-content-item:after {
  clear: both;
}
.default .content-items-list .list-content-item > h3 {
  margin: 0em 0 0.6em 0;
}
.default .content-items-list .list-content-item .content-main-image {
  float: left;
}
.default .content-items-list .list-content-item .content-item-container {
  float: left;
  padding-left: 1em;
}
.results-totals-count {
  padding: 0.5em;
  border-top: solid 1px #eee;
  margin-top: 1em;
}
.advanced-search {
  font-size: 80%;
  display: none;
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .search-type-options {
    display: inline-block;
    width: 32.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .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: #efefef;
}
#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: 768px) {
  #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;
  }
}
.mobile-search-focused {
  position: fixed;
  overflow: hidden;
  max-height: 100vh;
}
.mobile-search-focused #container .logo-container {
  display: none;
}
.mobile-search-focused #container #main-content {
  display: none;
}
.mobile-search-focused #container #site-header-row .mobile-nav-toggle-wrap {
  display: none;
}
.mobile-search-focused #container #site-header-row .mobile-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999;
  padding-top: 110px;
  transition: 0.3s linear;
}
.mobile-search-focused #container #site-header-row .mobile-search .placement-inner {
  margin: -86px auto 0 auto;
  padding: 1em 1em;
}
.mobile-search-focused #container #site-header-row .search-inputs input[type="search"] {
  font-size: 120%;
}
.mobile-search-focused #container #site-header-row .search-inputs .submit-wrap {
  top: 3px;
  right: 2px;
}
.mobile-search-focused #container #site-header-row .search-inputs .submit-wrap input[type="submit"] {
  height: 36px;
  width: 36px;
}
.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 {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #bbb;
  margin: 0.2em;
  overflow: hidden;
}
.a-to-z-letters li a {
  display: block;
  text-decoration: none;
}
.a-to-z-letters li a:hover,
.a-to-z-letters li a:focus {
  background: #eee;
}
.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-index-list {
  display: table;
  padding: 0.5em;
  margin: 0.5em 0;
  background-color: #efefef;
  border: solid 1px #e0e0e0;
}
.faq-index-list .index-list .index-item {
  margin: 0.5em 1em;
}
.faq-index-list .index-list .index-item a {
  font-size: 110%;
  line-height: 1.2;
}
.faq-list .main-image {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.faq-list .main-image img {
  width: 100%;
  height: auto;
}
.faq-list .list-link-to-main {
  margin: 0.5em auto;
  display: block;
}
.faq-list .list-link-to-main:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ca";
  display: inline-block;
  margin-right: 0.5em;
}
.faq-list .back-to-top {
  float: right;
  font-size: 80%;
  position: static !important;
}
.faq-list .results-totals-count {
  display: none;
}
.faq-list .page-nav-count,
.faq-list .page-nav {
  display: none;
}
.faq-list .content-wrapper-inner .content-items-list .list-content-item {
  padding: 1.1em 0 0.5em 0;
  border-bottom: solid 1px #eee;
}
.faq-list .content-wrapper-inner .page-nav-count,
.faq-list .content-wrapper-inner .page-nav {
  display: inline-block;
  margin-top: 0.5em;
}
.faq-list .content-wrapper-inner .page-nav-count,
.faq-list .content-wrapper-inner .goto-prev-page {
  margin-right: 0.5em;
}
.faq-category-list {
  display: none;
}
.faq-category-list li {
  display: inline-block;
  font-size: 90%;
  margin-right: 0.5em;
  border: 1px solid #bbb;
  border-radius: 4px;
  -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;
}
.job-ref-details,
.job-ref-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*------------- Events Calendar ----------------*/
.events-calendar-top .event-timescale-views {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
}
.events-calendar-top .event-timescale-views li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 0 1 auto;
}
.events-calendar-top .event-timescale-views li:first-child a {
  border-left: 1px solid #ddd;
}
.events-calendar-top .event-timescale-views li a {
  display: block;
  border: 1px solid #ddd;
  border-left-color: transparent;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  background: #f6f6f6;
  color: #66009b;
}
.events-calendar-top .event-timescale-views li a:before {
  margin-right: 0.5em;
}
.events-calendar-top .event-timescale-views li a.month-view:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  display: inline-block;
}
.events-calendar-top .event-timescale-views li a.week-view:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f133";
  display: inline-block;
}
.events-calendar-top .event-timescale-views li a.day-view:before,
.events-calendar-top .event-timescale-views li a.today-view:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f274";
  display: inline-block;
}
.events-calendar-top .event-timescale-views li a.all-types-view:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02c";
  display: inline-block;
}
.events-calendar-top .event-timescale-views li a.all-events-view:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  display: inline-block;
}
.events-calendar-top .event-timescale-views li.selected-view a {
  background: white;
  border-bottom-color: white;
}
.weekly-events-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.weekly-events-list-wrapper .day-week-event-wrapper {
  flex: 1 1 300px;
  margin: 0.4rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.weekly-events-list-wrapper .day-week-event-wrapper h3 {
  font-size: 1em;
  margin: 0;
  background: #66009b;
  padding: 0.8rem 1.2rem;
  color: white;
}
.weekly-events-list-wrapper .day-week-event-wrapper h3:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f133";
  display: inline-block;
  margin-right: 0.5em;
}
.weekly-events-list-wrapper .day-week-event-wrapper .list-event-item {
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 1.2rem;
  background: #fff;
}
.weekly-events-list-wrapper .day-week-event-wrapper .list-event-item:nth-child(odd) {
  background: #fcfcfc;
}
.weekly-events-list-wrapper .day-week-event-wrapper .list-event-item:hover {
  background: #f9f9f9;
}
.weekly-events-list-wrapper .day-week-event-wrapper .list-event-item h4 {
  font-size: 1.4em;
  margin: 0.5em 0;
}
.weekly-events-list-wrapper .day-week-event-wrapper .list-event-item .event-detail a {
  color: #6e6d73;
  text-decoration: underline;
}
.weekly-events-list-wrapper .day-week-event-wrapper .list-event-item .event-detail a:hover {
  text-decoration: none;
}
.event-type-list-wrap .content-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
}
.event-type-list-wrap .content-wrapper-inner .content-headline {
  flex: 1 1 100%;
}
.event-type-list-wrap .content-wrapper-inner .list-event-item {
  flex: 1 1 300px;
  margin: 0.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #fff;
  padding: 0.25em 1em;
  border-top: 4px solid #66009b;
}
.event-type-list-wrap .content-wrapper-inner .list-event-item h3 {
  margin: 0 0 0.5em 0;
  border-bottom: 2px solid #ddd;
}
.event-type-list-wrap .content-wrapper-inner .list-event-item h3 a {
  display: block;
  padding: 0.5em 0 0.25em 0;
}
#container .event-calendar-time-navigation .month-year-nav {
  margin: -2.4rem 0 1em 0;
  padding: 0 1em;
}
@media only screen and (max-width: 768px) {
  #container .event-calendar-time-navigation .month-year-nav {
    margin: 1.4em 0;
    font-size: 80%;
  }
}
.event-key .event-key-table {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #ddd;
  padding: 0.5em 0.4rem;
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.event-key .event-key-table li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 0 1 auto;
  margin: 0 1em 0.5em 0;
}
.event-key .event-key-table .event-type-colour {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  vertical-align: middle;
}
.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-bottom: 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;
  padding: 0.5em;
}
.activity-calendar .days-head td {
  height: 120px;
  border: 4px solid #fff !important;
  border-right: 0;
  border-top: 0;
  vertical-align: top;
  background: #efefef;
  padding: 0.75em;
}
.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 p:first-child {
  text-align: right;
}
.activity-calendar .days-head td .ac-day-inner a {
  text-decoration: none !important;
}
.activity-calendar .ac-calendar-lead {
  background: #f7f7f7 !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: #555459;
  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 #fff;
  }
  .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 #fff;
}
.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: #555459;
  font-weight: 700;
}
.basic-event-details li .event-detail,
.event-details li .event-detail {
  display: table-cell;
  padding-left: 13px;
}
.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;
}
.single-event-wrap .content-headline h2 {
  text-align: left;
  margin: 0.6em 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;
}
.post-meta {
  font-size: 80%;
}
.older-posts:before {
  content: "<<";
}
.newer-posts {
  float: right;
}
.newer-posts:after {
  content: ">>";
}
#container .blog-search legend {
  display: none;
}
#container .blog-search input[type="submit"] {
  width: auto;
}
.template-navigation-link {
  width: 100%;
  padding: 0 1em 0 1em;
  margin-bottom: 1em;
}
.template-navigation-link .back-to-blog-home {
  border: none;
  background: #4d4d4d;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  float: right;
}
.template-navigation-link .back-to-blog-home:hover,
.template-navigation-link .back-to-blog-home:focus {
  background: #272727;
  text-decoration: none;
}
.archives-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.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");
}
.article-categories a {
  display: block;
}
.comments-list,
.comments-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cmt-meta {
  font-size: 80%;
}
.layout_0_0 .type-blog.default .placement-inner {
  margin: 0 -1em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .layout_0_0 .type-blog.default .placement-inner {
    margin: 0;
  }
}
.type-blog.default .placement-inner .content-headline {
  display: none;
  padding-left: 1em;
}
.type-blog.default .content-wrapper-inner {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -4px;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner {
    display: block;
    margin-right: 0;
  }
}
.type-blog.default .content-wrapper-inner .post {
  flex: 1 1 32%;
  max-width: 33.3%;
  position: relative;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  max-height: 350px;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner .post {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.5em;
    background: #efefef;
    max-width: none;
    max-height: none;
  }
}
.type-blog.default .content-wrapper-inner .post:hover .post-inner header,
.type-blog.default .content-wrapper-inner .post:active .post-inner header,
.type-blog.default .content-wrapper-inner .post:focus .post-inner header {
  opacity: 1;
}
.type-blog.default .content-wrapper-inner .post .content-main-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner .post .content-main-image {
    height: auto;
    width: 33.333%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.no-cssfilters .type-blog.default .content-wrapper-inner .post .content-main-image {
  height: 400px;
  position: relative;
}
.type-blog.default .content-wrapper-inner .post .content-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-cssfilters .type-blog.default .content-wrapper-inner .post .content-main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.type-blog.default .content-wrapper-inner .post .post-inner {
  height: 100%;
  width: 100%;
}
.type-blog.default .content-wrapper-inner .post .post-inner header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner .post .post-inner header {
    position: static;
    opacity: 1;
    background: transparent;
    float: left;
    width: auto;
    padding: 0.75em 0.75em 0 33.333%;
  }
}
.type-blog.default .content-wrapper-inner .post .post-inner header a {
  color: #fff;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  top: 0em;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner .post .post-inner header a {
    position: static;
    color: #555459;
  }
}
.type-blog.default .content-wrapper-inner .post .post-inner header a .post-content-wrap {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner .post .post-inner header a .post-content-wrap {
    position: static;
    padding-left: 0.75em;
  }
}
.type-blog.default .content-wrapper-inner .post .post-inner header h3.post-title {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner .post .post-inner header h3.post-title {
    font-size: 16px;
  }
}
.type-blog.default .content-wrapper-inner .post .post-inner header .post-meta {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding-top: 1em;
  margin-top: 1em;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .content-wrapper-inner .post .post-inner header .post-meta {
    border-top: solid 1px #555459;
  }
}
.type-blog.default .content-wrapper-inner .post .post-inner header .post-meta:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f18e";
  display: inline-block;
  float: right;
  font-size: 32px;
  line-height: 1;
  opacity: 0.8;
}
.type-blog.default .content-wrapper-inner .post .post-inner header .post-meta .post-time,
.type-blog.default .content-wrapper-inner .post .post-inner header .post-meta .post-author {
  display: none;
}
.type-blog.default .content-wrapper-inner .post .post-inner .text {
  display: none;
}
.type-blog.default .single-post .post-top .post-title-meta-wrap {
  padding: 1em;
  position: relative;
}
.type-blog.default .single-post .post-top .post-title-meta-wrap .content-headline {
  padding-left: 0;
}
.type-blog.default .single-post .post-top .post-title-meta-wrap .content-headline h2 {
  margin: 0;
}
.type-blog.default .single-post .post-top .post-title-meta-wrap .post-meta {
  margin-bottom: 0;
}
.type-blog.default .single-post .post-top .post-title-meta-wrap .post-meta .post-time {
  display: none;
}
.type-blog.default .single-post .post-top .content-main-image {
  height: 40vh;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.type-blog.default .single-post .post-top .content-main-image .bg-image {
  position: absolute;
  top: -1em;
  left: -1em;
  right: -1em;
  bottom: -1em;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(6px);
  opacity: 0.6;
}
.type-blog.default .single-post .post-top .content-main-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.type-blog.default .single-post .post-top .template-navigation-link {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 1em;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .single-post .post-top .template-navigation-link {
    margin-top: 0;
    position: static;
  }
}
.type-blog.default .single-post .post-top .template-navigation-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 #4d4d4d;
  color: #4d4d4d;
  box-shadow: 0px 4px 9.8px 0.2px rgba(12, 12, 12, 0.3);
  border-radius: 10px;
  text-decoration: none;
}
.type-blog.default .single-post .post-top .template-navigation-link a.full-width {
  display: block;
}
.type-blog.default .single-post .post-top .template-navigation-link a:hover,
.type-blog.default .single-post .post-top .template-navigation-link a:focus,
.type-blog.default .single-post .post-top .template-navigation-link a:active {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.type-blog.default .single-post .post-top .template-navigation-link a.full-width {
  display: block;
}
.type-blog.default .single-post .post-top .template-navigation-link a:hover,
.type-blog.default .single-post .post-top .template-navigation-link a:focus,
.type-blog.default .single-post .post-top .template-navigation-link a:active {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .single-post .post-top .template-navigation-link a {
    display: block;
    margin-bottom: 1em;
  }
}
.type-blog.default .single-post .text {
  padding: 1em 2em 0 2em;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .single-post .text {
    padding: 0;
  }
}
.type-blog.default .comment-link-display {
  display: none;
}
.type-blog.default .article-author {
  padding: 1.5em;
  margin: 2em -1.5em 0 -1.5em;
  border-top: solid 1px #eee;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .article-author {
    margin: 0;
    padding: 1em 0 0 0;
  }
}
.type-blog.default .article-author .author-image-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .article-author .author-image-wrapper {
    float: none;
  }
}
.type-blog.default .article-author .author-image-wrapper img {
  display: none;
}
.type-blog.default .author-bio {
  float: left;
  padding-left: 1.5em;
  max-width: 75%;
}
@media only screen and (max-width: 768px) {
  .type-blog.default .author-bio {
    max-width: none;
    padding-left: 0;
    float: none;
    margin-top: 0.5em;
  }
}
.type-blog.default .author-bio h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.type-blog.default .author-bio .author-email {
  margin-top: 0;
  margin-bottom: 1em;
}
.type-blog.default .author-bio .author-profile {
  font-style: italic;
}
.type-blog.default footer {
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  .type-blog.default footer {
    padding: 0;
  }
}
.blog-comment-toggle {
  border: none;
  background: #4d4d4d;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 0.7em;
  color: #fff !important;
  text-decoration: none;
}
.blog-comment-toggle:hover,
.blog-comment-toggle:focus {
  background: #272727;
  text-decoration: none;
}
.blog-comment-toggle * {
  display: inline;
}
#blog-comments {
  padding: 1.5em;
  margin: 0 -1.5em;
  border-top: solid 1px #eee;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #blog-comments {
    margin: 0;
    padding: 1em 0 0 0;
  }
}
#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;
  border-top: solid 1px #e7e7e7;
}
#blog-comments .comments-list .blog-cmt {
  padding: 1em 0.5em;
  border-bottom: solid 1px #e7e7e7;
}
#blog-comments .comments-list .blog-cmt .comment-content > p:first-child {
  font-size: 85%;
}
#blog-comments #blg-cmt-frm {
  display: none;
  clear: both;
  padding-bottom: 0.7em;
}
.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;
}
#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;
}
#container .blog-top {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #container .blog-top.type-blogcategories {
    width: 100%;
  }
}
#container .blog-top.type-blogcategories .placement-inner {
  margin-left: -1em;
}
@media only screen and (max-width: 768px) {
  #container .blog-top.type-blogcategories .placement-inner {
    margin-left: 0;
  }
}
#container .blog-top.type-blogcategories .content-headline {
  padding: 1.4em 1em;
  cursor: pointer;
}
#container .blog-top.type-blogcategories .content-headline h2,
#container .blog-top.type-blogcategories .content-headline h3 {
  font-size: 18px;
  display: inline-block;
  margin: 0;
}
#container .blog-top.type-blogcategories .content-headline h2:before,
#container .blog-top.type-blogcategories .content-headline h3:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  padding-right: 0.5em;
}
#container .blog-top.type-blogcategories .content-headline.open h2:before,
#container .blog-top.type-blogcategories .content-headline.open h3:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  display: inline-block;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  #container .blog-top.type-blogcategories .content-headline {
    padding: 0.5em;
  }
}
#container .blog-top.type-blogcategories .content-wrapper-inner {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1em;
  border-top: solid 6px #161b43;
  z-index: 1000;
  box-shadow: inset 0 0 0 1px #eee;
}
#container .blog-top.type-blogcategories .content-wrapper-inner .article-categories {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #container .blog-top.type-blogcategories .content-wrapper-inner .article-categories {
    padding: 0.5em;
  }
}
#container .blog-top.type-blogcategories .content-wrapper-inner a {
  display: block;
  color: #555459;
  text-decoration: none;
}
#container .blog-top.type-blogcategories .content-wrapper-inner a:hover,
#container .blog-top.type-blogcategories .content-wrapper-inner a:focus,
#container .blog-top.type-blogcategories .content-wrapper-inner a:active {
  text-decoration: underline;
}
#container .blog-top.type-blogarchives .content-headline {
  padding: 1.4em 0;
  cursor: pointer;
}
#container .blog-top.type-blogarchives .content-headline h2,
#container .blog-top.type-blogarchives .content-headline h3 {
  font-size: 18px;
  margin: 0;
}
#container .blog-top.type-blogarchives .content-headline h2:before,
#container .blog-top.type-blogarchives .content-headline h3:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  padding-right: 0.5em;
}
#container .blog-top.type-blogarchives .content-headline.open h2:before,
#container .blog-top.type-blogarchives .content-headline.open h3:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  display: inline-block;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  #container .blog-top.type-blogarchives .content-headline {
    padding: 0.5em;
  }
}
#container .blog-top.type-blogarchives .content-wrapper-inner {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1em;
  border-top: solid 6px #161b43;
  z-index: 999;
  box-shadow: inset 0 0 0 1px #eee;
}
@media only screen and (max-width: 768px) {
  #container .blog-top.type-blogsearch {
    width: 100%;
  }
}
#container .blog-top.type-blogsearch .placement-inner {
  margin-right: -1em;
}
@media only screen and (max-width: 768px) {
  #container .blog-top.type-blogsearch .placement-inner {
    margin-right: 0;
  }
}
#container .blog-top.type-blogsearch .content-headline,
#container .blog-top.type-blogsearch label {
  display: none;
}
#container .blog-top.type-blogsearch form {
  position: relative;
  padding: 1em;
}
#container .blog-top.type-blogsearch form input[type="search"] {
  border: none;
}
#container .blog-top.type-blogsearch form input[type="submit"] {
  position: absolute;
  top: 19px;
  right: 21px;
  background-image: url("/base-install/images/_site/icons/search-grey.png");
  background-color: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  height: 28px;
  width: 28px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#container .blog-top.type-blogsearch form input[type="submit"]:hover,
#container .blog-top.type-blogsearch form input[type="submit"]:focus,
#container .blog-top.type-blogsearch form input[type="submit"]:active {
  opacity: 0.6;
}
#container .blog-top .placement-inner {
  margin: 0;
  padding: 0;
  border: none;
  background: #161b43;
  height: 68px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #container .blog-top .placement-inner {
    height: auto;
  }
}
#site-content-top-row .post-top .post-title-meta-wrap {
  position: relative;
  padding: 1em 1.5em;
}
#site-content-top-row .post-top .post-title-meta-wrap .content-headline h2 {
  margin-bottom: 0;
}
#site-content-top-row .post-top .post-title-meta-wrap .post-meta {
  margin-bottom: 0;
}
.grid-blog.cerris .post-top {
  position: relative;
}
.grid-blog.cerris .template-navigation-link {
  position: absolute;
  top: 1em;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .grid-blog.cerris .template-navigation-link {
    margin-top: 0;
    position: static;
  }
}
.grid-blog.cerris .template-navigation-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 #4d4d4d;
  color: #4d4d4d;
  box-shadow: 0px 4px 9.8px 0.2px rgba(12, 12, 12, 0.3);
  border-radius: 10px;
  text-decoration: none;
}
.grid-blog.cerris .template-navigation-link a.full-width {
  display: block;
}
.grid-blog.cerris .template-navigation-link a:hover,
.grid-blog.cerris .template-navigation-link a:focus,
.grid-blog.cerris .template-navigation-link a:active {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.grid-blog.cerris .template-navigation-link a.full-width {
  display: block;
}
.grid-blog.cerris .template-navigation-link a:hover,
.grid-blog.cerris .template-navigation-link a:focus,
.grid-blog.cerris .template-navigation-link a:active {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .grid-blog.cerris .template-navigation-link a {
    display: block;
    margin-bottom: 1em;
  }
}
.type-blog .blog-blog .content-wrapper-inner {
  overflow: hidden;
}
.blog-pagination {
  clear: both;
  margin-top: 1em;
  padding: 0 1em;
}
.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%;
}
.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 #bbb;
  padding: 0.5em;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  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 #bbb;
  padding: 0.5em;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
  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,
.form-in-new-window button,
.form input[type="submit"],
.form-in-new-window input[type="submit"],
.form input[type="button"],
.form-in-new-window input[type="button"] {
  border: none;
  background: #4d4d4d;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
.form button:hover,
.form-in-new-window button:hover,
.form input[type="submit"]:hover,
.form-in-new-window input[type="submit"]:hover,
.form input[type="button"]:hover,
.form-in-new-window input[type="button"]:hover,
.form button:focus,
.form-in-new-window button:focus,
.form input[type="submit"]:focus,
.form-in-new-window input[type="submit"]:focus,
.form input[type="button"]:focus,
.form-in-new-window input[type="button"]:focus {
  background: #272727;
  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: sans-serif;
  font-size: 1em;
}
.form :-moz-placeholder,
.form-in-new-window :-moz-placeholder {
  color: #999;
  font-family: sans-serif;
  font-size: 1em;
}
.form ::-moz-placeholder,
.form-in-new-window ::-moz-placeholder {
  color: #999;
  font-family: sans-serif;
  font-size: 1em;
}
.form :-ms-input-placeholder,
.form-in-new-window :-ms-input-placeholder {
  color: #999;
  font-family: sans-serif;
  font-size: 1em;
}
.form-in-new-window form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 0 1em;
}
.form-in-new-window {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  background-image: none;
}
.form-in-new-window .logo-container {
  display: none;
}
.form-in-new-window .content-container {
  width: 100%;
}
.form-in-new-window legend {
  padding: 0;
  color: #555459;
}
.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: 768px) {
  .form-in-new-window .button_row input {
    /*width: 100%;
				float: none !important;*/
  }
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .form-in-new-window table {
    font-size: 70% !important;
  }
}
#container form .row,
.form-in-new-window form .row {
  *zoom: 1;
}
#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;
}
#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"] {
  border: none;
  background: #fff;
  padding: 0.5em 1.2em;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  color: #555459;
}
#container form .row table th input[type="submit"]:hover,
.form-in-new-window form .row table th input[type="submit"]:hover,
#container form .row table th input[type="submit"]:focus,
.form-in-new-window form .row table th input[type="submit"]:focus {
  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;
  border: none;
  background: #333;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  line-height: 1.4;
}
#container form .button_row input#segment_summary:hover,
.form-in-new-window form .button_row input#segment_summary:hover,
#container form .button_row input#save_and_edit_later:hover,
.form-in-new-window form .button_row input#save_and_edit_later:hover,
#container form .button_row input#segment_summary:focus,
.form-in-new-window form .button_row input#segment_summary:focus,
#container form .button_row input#save_and_edit_later:focus,
.form-in-new-window form .button_row input#save_and_edit_later:focus {
  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"] {
  border: none;
  background: #333;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  float: left;
  margin-right: 1em;
  margin-top: 0.4em;
  text-decoration: none !important;
}
#container form .button_row a[title="Edit previous Page"]:hover,
.form-in-new-window form .button_row a[title="Edit previous Page"]:hover,
#container form .button_row a[title="Edit previous Page"]:focus,
.form-in-new-window form .button_row a[title="Edit previous Page"]:focus {
  background: #0d0d0d;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #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: 768px) {
  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;
  border: none;
  background: #333;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
table#form_summary tr.button_row form #edit_later:hover,
table#form_summary tr.button_row form #edit_later:focus {
  background: #0d0d0d;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  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: 768px) {
  #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 -*/
@media only screen and (max-width: 768px) {
  #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: 768px) {
  #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 {
  font-size: 1.6rem;
}
.form .row {
  position: relative;
  margin: 0.5em 0;
}
.form .row.save-space {
  margin: 2rem 0 0.4rem 0;
}
.hosted-payment-form .form .row.save-space {
  margin: 2rem 0 0.4rem 0;
}
.form .row.save-space label {
  font-size: 1em;
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: grey;
  transition: 0.2s linear;
}
.form .row.save-space.focused label {
  font-size: 0.7em;
  transform: translateY(-3rem) translateX(-1rem);
  transition: 0.2s linear;
}
.form .row.save-space.focused label .labelman {
  font-size: 0.7em;
}
.form .row .label p,
.form .row .field p {
  margin: 0.4rem 0;
}
.form textarea:valid,
.form input:valid {
  background: rgba(22, 27, 67, 0.05);
}
.form textarea:invalid,
.form input:invalid {
  background: rgba(255, 0, 23, 0.2);
  border: 1px solid darkred;
}
/*DONT SHOW FAVOURITING*/
.favourite-object {
  display: none !important;
}
#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 {
  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 {
  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 {
  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 {
  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-popupplacement .pop-up-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #bbb;
  background-color: rgba(187, 187, 187, 0.6);
  z-index: 999999;
  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;
}
@media only screen and (max-width: 768px) {
  .type-popupplacement .pop-up-backdrop .pop-up-content-box {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
  }
}
.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: 16px;
  height: 16px;
  background-image: url('/base-install/images/_site/popupclose.png');
  position: absolute;
  top: -14px;
  right: -14px;
}
.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;
}
.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: 768px) {
  .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: #3999d9;
}
.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: #efefef;
}
.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: 768px) {
  .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: 200px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 'FontAwesome';
  font-family: "Font Awesome 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: #555459;
}
.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: 768px) {
  .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;
}
.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: 768px) {
  .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: #3999d9;
}
.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: #efefef;
}
.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: 768px) {
  .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: 200px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 'FontAwesome';
  font-family: "Font Awesome 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: #555459;
}
.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: 768px) {
  .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 #3999d9;
  background: rgba(57, 153, 217, 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 .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: #3999d9;
  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: 'FontAwesome';
  font-family: "Font Awesome 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: #3999d9;
  margin-left: 0.5em;
}
.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: #87868d;
  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: 'FontAwesome';
  font-family: "Font Awesome 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 {
  background: #3999d9;
  color: white;
  border-color: #3999d9;
  transition: 0.1s linear;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover time {
  color: white;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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: #555459;
}
.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: 'FontAwesome';
  font-family: "Font Awesome 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: 'FontAwesome';
  font-family: "Font Awesome 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: #3999d9;
  margin: 0 0.25em;
}
.gallery-wrapper .content-items-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-wrapper .list-content-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 200px;
  height: 200px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .gallery-wrapper .list-content-item {
    width: 30vw;
    height: 30vw;
  }
}
.gallery-wrapper .list-content-item .image-wrapper {
  padding: 0.5em;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.gallery-wrapper .list-content-item .image-wrapper a {
  display: block;
  height: 100%;
}
.gallery-wrapper .list-content-item img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-cssfilters .gallery-wrapper .list-content-item img {
  width: auto;
  max-height: 200px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-wrap {
  box-sizing: content-box !important;
}
#fancybox-wrap * {
  box-sizing: content-box !important;
}
#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('/base-install/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;
}
#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('/base-install/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('/base-install/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('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#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('/base-install/images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/base-install/images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/base-install/images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/base-install/images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/base-install/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;
}
div.fancybox-title-over {
  position: static;
  bottom: 0;
  left: 0;
  color: #555459;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  div.fancybox-title-over {
    color: #555459;
    position: static;
  }
}
span#fancybox-title-over {
  padding: 10px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  span#fancybox-title-over {
    background-image: none;
  }
}
.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('/base-install/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('/base-install/images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/base-install/images/fancybox/fancybox.png') -55px -90px no-repeat;
}
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
.fancybox-wrap {
  box-sizing: content-box !important;
}
.fancybox-wrap * {
  box-sizing: content-box !important;
}
.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;
}
.fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/base-install/images/fancybox/fancybox.png');
}
.fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.7);
}
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1101;
  outline: none;
}
.fancybox-outer {
  position: relative;
  max-width: 600px;
  background: #fff;
}
.fancybox-outer .main-editor-output {
  padding: 1em 0;
}
.fancybox-outer .main-editor-output p {
  padding: 0 1em;
}
.fancybox-outer .content-main-image {
  padding: 1em 1em 0 1em;
}
.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('/base-install/images/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
}
.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('/base-install/images/fancybox/blank.gif');
  z-index: 1102;
}
.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('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
.fancybox-right-ico {
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
.fancybox-left:hover,
.fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
.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('/base-install/images/fancybox/fancybox-x.png');
}
.fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
.fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/base-install/images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
.fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
.fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/base-install/images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
.fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/base-install/images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
.fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/base-install/images/fancybox/fancybox-y.png');
}
.fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/base-install/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;
}
/*div.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

span.fancybox-title-over {
	padding: 10px;
	background-image: url('/base-install/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('/base-install/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('/base-install/images/fancybox/fancybox-x.png') 0px -40px;
}
.fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/base-install/images/fancybox/fancybox.png') -55px -90px no-repeat;
}
.login-welcome-note-wrapper {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: -1.5em;
}
@media only screen and (max-width: 768px) {
  .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;
}
.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: #555459;
  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%;
  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: #efefef;
  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: #555459;
  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: #3999d9;
  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: #161b43;
}
.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: #88b700;
}
.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: #ec7b00;
}
.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: #66009b;
}
.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: #007d4b;
}
/*.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: #555459;
}
.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: none;
}
#container .registration-wrapper .registration-button-wrapper {
  margin-top: 0.5em;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit {
  border: none;
  background: #3999d9;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit:hover,
#container .registration-wrapper .registration-button-wrapper .reg-submit:focus {
  background: #2070a6;
  text-decoration: none;
}
#container .registration-wrapper .registration-button-wrapper .reset-process {
  float: right;
  border: none;
  background: #999;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
#container .registration-wrapper .registration-button-wrapper .reset-process:hover,
#container .registration-wrapper .registration-button-wrapper .reset-process:focus {
  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;
}
.home-page #logon-horizon #logonForm .information {
  text-align: center;
  padding: 1.5em 3em;
  font-size: 1.4em;
  background: rgba(57, 153, 217, 0.1);
  border: solid 3px #3999d9;
  margin: 1em;
  border-radius: 4px;
}
.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: 768px) {
  .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.not-attempted {
  border: 1px solid black;
  background-color: #4d4d4d;
  color: #fff;
}
.svs-validator-status.not-attempted:after {
  content: ', click here to complete your profile';
}
.svs-validator-status.not-attempted:hover {
  background-color: #333;
}
.svs-validator-status.invalid {
  border: 1px solid #247fbb;
  background-color: #3999d9;
  color: #fff;
}
.svs-validator-status.invalid:after {
  content: ', click here to re-enter your details';
}
.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: #3999d9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.show-breakdown .ui-dialog-titlebar a {
  color: #fff;
  float: right;
}
.statementwrap {
  overflow-x: auto;
}
/*==== WSL PLACEMENTS ====*/
@media only screen and (max-width: 768px) {
  .main-wrapper {
    padding: 0.4rem;
  }
  .main-wrapper .content-headline h2 {
    margin: 0.5em 0 0.25em 0;
  }
}
.ui-dialog {
  margin: 0 0.8rem;
  border: none;
}
.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;
}
.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: right;
}
.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:after {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .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 200px;
    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: #949399;
    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: #1f6da1;
    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: #1f6da1;
}
.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: 'FontAwesome';
  font-family: "Font Awesome 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: 768px) {
  .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;
}
.tenancy-switcher-wrapper .accounts-list,
.tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .tenancy-switcher-wrapper .accounts-list,
  .tenancy-switcher-wrapper .tenancies-list {
    flex-wrap: wrap;
  }
}
.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;
  border-left: none;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .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 {
    border: 1px solid #ccc;
  }
}
.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:first-child,
.tenancy-switcher-wrapper .tenancies-list .account-item:first-child,
.tenancy-switcher-wrapper .accounts-list .tenancy-item:first-child,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item:first-child {
  border-left: 1px solid #ddd;
}
.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 {
  border-bottom: 1px solid white;
  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: #7b7980;
}
.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: #ddd;
  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: 768px) {
  .type-wslplacement.instance-16 .wsl-data-table td:nth-child(5) {
    font-weight: 700;
    font-size: 120%;
  }
  .type-wslplacement.instance-16 .wsl-data-table td:nth-child(5):before {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .layout_1_0 .middle {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .date-search-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .date-search-container {
    margin: 0.5em 0;
    flex-wrap: wrap;
  }
}
.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: 768px) {
  .date-search-container .search-parameter.rent-statement-search {
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 630px) and (max-width: 768px) {
  .date-search-container .search-parameter.rent-statement-search {
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .date-search-container .search-parameter.rent-statement-search {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .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 0;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .date-search-container .search-parameter.submit-previous {
    flex: 1 1 150px;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .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: 1024px) {
  .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: 0.5em;
  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 (min-width: 1024px) {
  .date-search-container .search-parameter.submit-today {
    order: 4;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .date-search-container .search-parameter.submit-today {
    order: 4;
    flex: 0 0 100%;
  }
}
.date-search-container .search-parameter.submit-today .load-today {
  margin: 0 auto;
}
.date-search-container .search-parameter.submit-next {
  flex: 0 1 auto;
  margin: auto 0 0 0;
  padding-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .date-search-container .search-parameter.submit-next {
    flex: 1 1 150px;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .date-search-container .search-parameter.submit-next {
    order: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .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 {
  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 #4d4d4d;
  color: #4d4d4d;
  box-shadow: 0px 4px 9.8px 0.2px rgba(12, 12, 12, 0.3);
  border-radius: 10px;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: auto;
}
.date-search-container .search-parameter .load-date-data.full-width {
  display: block;
}
.date-search-container .search-parameter .load-date-data:hover,
.date-search-container .search-parameter .load-date-data:focus,
.date-search-container .search-parameter .load-date-data:active {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.date-search-container .search-parameter .load-date-data.full-width {
  display: block;
}
.date-search-container .search-parameter .load-date-data:hover,
.date-search-container .search-parameter .load-date-data:focus,
.date-search-container .search-parameter .load-date-data:active {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .date-search-container .search-parameter .load-date-data {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .date-search-container .search-parameter .load-date-data.view-previous-period {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .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: 'FontAwesome';
  font-family: "Font Awesome 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;
}
.date-search-container .search-parameter .load-date-data.view-next-period {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .date-search-container .search-parameter .load-date-data.view-next-period {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .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: 'FontAwesome';
  font-family: "Font Awesome 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;
}
.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: 768px) {
  .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: 768px) {
  .rent-statement-search .filter-rent-options-list {
    margin-bottom: 0.5em;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 630px) and (max-width: 768px) {
  .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: 768px) {
  .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 {
  position: absolute;
  right: 0;
  bottom: 1px;
}
.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: 768px) {
  .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: 768px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .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: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
}
.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 #007d4b;
  background: #31ffac;
  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 #007d4b;
  border-top-color: #00fd98;
  border-left-color: #00fd98;
  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: 'FontAwesome';
  font-family: "Font Awesome 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: 'FontAwesome';
  font-family: "Font Awesome 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 #3999d9;
  border-top-color: #a4d0ee;
  border-left-color: #a4d0ee;
  border-radius: 50%;
  animation: rotate360 1s infinite linear;
}
.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: 768px) {
  .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: 768px) {
  .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: 'FontAwesome';
  font-family: "Font Awesome 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;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper {
  display: block;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-submit {
  margin-right: 0.5em;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-submit:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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 .forgot-password {
  margin-left: 0.5em;
  display: inline-block;
}
.main-article-area-7 .login-welcome-wrapper {
  text-align: center;
}
@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 (min-width: 1024px) {
  .home-page .main-article-area-7 .login-button-wrapper .forgot-password {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .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;
}
/*---- 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: 768px) {
  #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: #3999d9;
}
#container #main-content .pb-menu .process-list .process-entry-link {
  padding: 1em;
  margin: 0 -1em;
  display: block;
  text-decoration: none;
  color: #555459;
  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: #3999d9;
  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 #eaeaea;
  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: 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: 768px) {
  #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 #555459;
  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: #737278;
}
#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;
}
.slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 270px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .slider {
    min-height: 60vh;
  }
}
.slider .individual-slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 270px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .slider .individual-slides {
    min-height: 60vh;
  }
}
.slider .slide-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider .slide-img-wrapper .wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.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);
}
.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;
}
.decoration-right {
  position: absolute;
  bottom: 24px;
  right: 12px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .decoration-right {
    bottom: 10px;
    right: 5px;
  }
}
.decoration-right a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  font-size: 0;
  color: transparent;
  margin: 0 4px;
  transition: background-color 1s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .decoration-right a {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
}
.decoration-right a.activeSlide {
  background: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  .decoration-right a.activeSlide {
    background: #3999d9;
  }
}
.slideshow-wrapper {
  position: relative;
}
.slider-controls {
  height: 0;
}
.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;
  outline: none !important;
}
.slider-controls a.play-pause {
  background-image: url("../images/slideshows/controls1-16px-w/pause.png");
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 7;
  opacity: 0.2;
  transition: opacity, 0.3s ease-in-out;
}
.slider-controls a.play-pause:hover {
  opacity: 0.9 !important;
}
.slider-controls a.play-pause.paused {
  background-image: url("../images/slideshows/controls1-16px-w/play.png");
}
.slider-controls a.play-pause.paused:hover {
  opacity: 0.9 !important;
}
.slider-controls .previous {
  background-image: url("/base-install/images/_site/icons/slideshow-previous.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 80%;
  width: 26px;
  z-index: 7;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  opacity: 0.2;
  transition: opacity, 0.3s ease-in-out;
}
.ie8 .slider-controls .previous,
.ie7 .slider-controls .previous {
  top: 0;
}
@media only screen and (max-width: 768px) {
  .slider-controls .previous {
    background-size: 15px;
  }
}
.slider-controls .previous:hover {
  opacity: 0.9 !important;
}
.slider-controls .next {
  background-image: url("/base-install/images/_site/icons/slideshow-next.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 80%;
  width: 26px;
  z-index: 7;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  opacity: 0.2;
  transition: opacity, 0.3s ease-in-out;
}
.ie8 .slider-controls .next,
.ie7 .slider-controls .next {
  top: 0;
}
@media only screen and (max-width: 768px) {
  .slider-controls .next {
    background-size: 15px;
  }
}
.slider-controls .next:hover {
  opacity: 0.9 !important;
}
.type-slideshow {
  padding: 0;
}
.type-slideshow .placement-inner {
  margin: 0;
}
#site-content-top-row .type-slideshow .placement-inner {
  margin: -1em -1em 0 -1em;
}
@media only screen and (max-width: 768px) {
  #site-content-top-row .type-slideshow .placement-inner {
    margin: -1em -1em 0 -1em;
  }
}
.home-page #site-content-top-row .type-slideshow .placement-inner {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .home-page #site-content-top-row .type-slideshow .placement-inner {
    margin: 0;
  }
}
.type-slideshow .placement-inner .slider,
.type-slideshow .placement-inner .individual-slides {
  height: 600px;
}
@media only screen and (max-width: 768px) {
  .type-slideshow .placement-inner .slider,
  .type-slideshow .placement-inner .individual-slides {
    height: auto;
    width: auto;
  }
}
.type-slideshow .placement-inner .individual-slides {
  width: 100% !important;
}
.type-slideshow .placement-inner .individual-slides .slide-img-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.type-slideshow .placement-inner .individual-slides .slide-img-wrapper img {
  visibility: hidden;
}
.type-slideshow .placement-inner .individual-slides .slide-overlay {
  width: auto;
  right: 0;
  background: linear-gradient(to bottom, rgba(22, 27, 67, 0.3) 0%, rgba(0, 114, 206, 0) 100%);
  display: flex;
}
.type-slideshow .placement-inner .individual-slides .slide-overlay .slide-text-overlay {
  margin: auto 0;
  flex: 1 1 100%;
  color: #fff;
  font-size: 1rem;
  padding-right: 40%;
  text-shadow: 0px 4px 9.8px rgba(12, 12, 12, 0.3);
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
  .type-slideshow .placement-inner .individual-slides .slide-overlay .slide-text-overlay {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .type-slideshow .placement-inner .individual-slides .slide-overlay .slide-text-overlay {
    padding-right: 0;
    font-size: 0.8rem;
    margin: auto 0 2em 0;
  }
  .type-slideshow .placement-inner .individual-slides .slide-overlay .slide-text-overlay h2,
  .type-slideshow .placement-inner .individual-slides .slide-overlay .slide-text-overlay h3 {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}
.type-slideshow .placement-inner .individual-slides .slide-overlay .slide-text-overlay h2 {
  line-height: 1.1;
  margin: 0.2em 0;
  font-size: 4em;
}
.type-slideshow .placement-inner .individual-slides .slide-overlay .slide-text-overlay h3 {
  font-weight: 300;
  line-height: 1.1;
  margin: 0.2em 0;
  font-size: 2.5em;
}
.no-cssfilters.no-flexboxlegacy .slider .slide-text-overlay {
  height: 200px;
}
.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");
}
.logged-in .logged-out-only {
  display: none !important;
}
.col .default .placement-inner {
  border-bottom: solid 1px #eee;
}
.grid-blog.type-blogsminilist {
  overflow: hidden;
}
.grid-blog.type-blogsminilist .blog-posts-list {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -4px;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list {
    display: block;
    margin-right: 0;
    padding: 0 0.8em;
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post {
  flex: 1 1 32%;
  position: relative;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  /*&:first-child,
				&:nth-child(2) {
					flex: 1 1 48%;
				}*/
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post {
    overflow: hidden;
    flex: 1 1 100%;
    margin-bottom: 1em;
    background: #fff;
    border-right: none;
    box-shadow: 0px 4px 9.8px 0.2px rgba(12, 12, 12, 0.1);
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post:hover .blog-post-detail-wrapper,
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post:active .blog-post-detail-wrapper,
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post:focus .blog-post-detail-wrapper {
  opacity: 1;
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image {
    position: static;
    /*height: auto;
						width: 33.333%;
						position: absolute;
						left: 0;
						top: 0;
						bottom: 0;*/
  }
}
.no-cssfilters .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image {
  height: 400px;
  position: relative;
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-cssfilters .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
    position: static;
    opacity: 1;
    background: transparent;
    width: auto;
    padding: 0.75em 0.75em 0 0.75em;
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a {
  color: #fff;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  top: 0em;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a {
    position: static;
    color: #555459;
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-content-wrap {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-content-wrap {
    position: static;
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .blog-post-summary {
  display: none;
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-title {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-title {
    font-size: 18px;
    line-height: 1.2;
    color: #161b43;
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-meta {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding-top: 0.5em;
  margin-top: 0.5em;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-meta {
    border-top: solid 1px #555459;
    font-weight: 300;
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-meta:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f18e";
  display: inline-block;
  float: right;
  font-size: 32px;
  line-height: 1;
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-meta:before {
    opacity: 0.5;
    font-size: 20px;
    line-height: 32px;
  }
}
.grid-blog.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a .post-meta .post-time {
  display: none;
}
#container .grid-blog.cerris .placement-inner {
  background: transparent;
  border: none;
  padding: 0;
}
#container .grid-blog.cerris .content-headline {
  display: none;
}
#container .grid-blog.cerris .content-wrapper-inner {
  margin: 0 -1em;
}
#container .grid-blog.cerris .content-wrapper-inner .post {
  width: 50%;
  float: left;
  padding: 0.5em;
  margin: 0.5em 0;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .content-wrapper-inner .post {
    width: 100%;
    height: auto;
  }
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 {
  width: 100%;
  float: none;
  position: relative;
  clear: both;
  padding: 0 0.5em !important;
  margin: 1em 0 0.5em 0 !important;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .content-main-image {
  height: 100%;
  position: static !important;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner {
  position: absolute;
  bottom: 0 !important;
  right: 0.5em !important;
  top: auto !important;
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
  padding: 3em 2em;
  width: 50%;
  border: none;
  z-index: 5;
  transition: background-color 0.3s ease-in-out;
  height: auto !important;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner:hover,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner:hover,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner:hover,
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner:focus,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner:focus,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner:focus,
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner:active,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner:active,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner:active {
  background-color: rgba(102, 102, 102, 0.95);
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner {
    width: auto;
    right: 0.5em;
    left: 0.5em;
    position: static !important;
    padding: 1em !important;
  }
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner .post-title,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner .post-title,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner .post-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1.2;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner .post-title a,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner .post-title a,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner .post-title a {
  color: #fff;
  text-decoration: none;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner .text .more-link,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner .text .more-link,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner .text .more-link {
  color: #fff;
  text-decoration: none;
  font-size: 0;
  width: 45px;
  height: 45px;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-1 .post-inner .text .more-link:before,
#container .grid-blog.cerris .content-wrapper-inner .post .post-8 .post-inner .text .more-link:before,
#container .grid-blog.cerris .content-wrapper-inner .post .post-15 .post-inner .text .more-link:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
  color: #555459;
  position: relative;
  left: 3px;
}
#container .grid-blog.cerris .content-wrapper-inner .post .content-main-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .content-wrapper-inner .post .content-main-image {
    height: auto;
  }
}
#container .grid-blog.cerris .content-wrapper-inner .post .content-main-image img {
  width: 100%;
  visibility: hidden;
}
#container .grid-blog.cerris .content-wrapper-inner .post.has-image .post-inner {
  height: 50%;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .content-wrapper-inner .post.has-image .post-inner {
    height: auto;
  }
}
#container .grid-blog.cerris .content-wrapper-inner .post:nth-child(n + 2) {
  padding: 0.5em;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-2,
#container .grid-blog.cerris .content-wrapper-inner .post .post-4,
#container .grid-blog.cerris .content-wrapper-inner .post .post-6,
#container .grid-blog.cerris .content-wrapper-inner .post .post-9,
#container .grid-blog.cerris .content-wrapper-inner .post .post-11,
#container .grid-blog.cerris .content-wrapper-inner .post .post-13,
#container .grid-blog.cerris .content-wrapper-inner .post:nth-child(2n + 2) {
  position: relative;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-2 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post .post-4 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post .post-6 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post .post-9 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post .post-11 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post .post-13 .post-inner,
#container .grid-blog.cerris .content-wrapper-inner .post:nth-child(2n + 2) .post-inner {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  right: 0.5em;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .content-wrapper-inner .post .post-2 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-4 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-6 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-9 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-11 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-13 .post-inner,
  #container .grid-blog.cerris .content-wrapper-inner .post:nth-child(2n + 2) .post-inner {
    position: static;
  }
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-2 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post .post-4 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post .post-6 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post .post-9 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post .post-11 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post .post-13 .content-main-image,
#container .grid-blog.cerris .content-wrapper-inner .post:nth-child(2n + 2) .content-main-image {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .content-wrapper-inner .post .post-2 .content-main-image,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-4 .content-main-image,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-6 .content-main-image,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-9 .content-main-image,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-11 .content-main-image,
  #container .grid-blog.cerris .content-wrapper-inner .post .post-13 .content-main-image,
  #container .grid-blog.cerris .content-wrapper-inner .post:nth-child(2n + 2) .content-main-image {
    position: static;
  }
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner {
  padding: 1em;
  background: #fff;
  border: solid 1px #ddd;
  height: 500px;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-title a {
  color: #555459;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-title a:hover,
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-title a:focus,
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-title a:active {
  text-decoration: underline;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-meta {
  margin: 0;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-meta .post-time {
  display: none;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-meta .post-date {
  font-weight: 600;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .post-meta .post-date time {
  font-weight: 400;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .text .more-link {
  color: #555459;
  text-decoration: none;
  font-style: italic;
}
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .text .more-link:hover,
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .text .more-link:focus,
#container .grid-blog.cerris .content-wrapper-inner .post .post-inner .text .more-link:active {
  text-decoration: underline;
}
#container .grid-blog.cerris .content-wrapper-inner .post-categories {
  display: none;
}
#container .grid-blog.cerris .single-post {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .single-post .post-inner {
    padding: 0 0.5em;
  }
}
#container .grid-blog.cerris .single-post .post-inner header {
  padding: 0em 11em 0em 0;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .single-post .post-inner header {
    padding: 0 0 0.7em 0;
  }
}
#container .grid-blog.cerris .single-post .post-inner header h2,
#container .grid-blog.cerris .single-post .post-inner header h3 {
  margin: 0;
}
#container .grid-blog.cerris .single-post .post-inner .text > p:first-child {
  font-size: 125%;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .single-post .post-inner .text > p:first-child {
    font-size: 100%;
  }
}
#container .grid-blog.cerris .single-post .content-wrapper-inner {
  margin: 0;
}
#container .grid-blog.cerris .single-post .content-wrapper-inner .content-main-image {
  max-height: 550px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1em;
}
.single-property #container .grid-blog.cerris .single-post .content-wrapper-inner .content-main-image {
  margin: 0.5em -1.5em 2em -1.5em;
}
@media only screen and (max-width: 768px) {
  .single-property #container .grid-blog.cerris .single-post .content-wrapper-inner .content-main-image {
    margin: 0.5em -1em 1em -1em;
  }
}
#container .grid-blog.cerris .single-post .content-wrapper-inner .content-main-image img {
  visibility: hidden;
}
#container .grid-blog.cerris .single-post .content-wrapper-inner .content-headline {
  display: block;
}
#container .grid-blog.cerris .single-post .content-wrapper-inner .content-headline h2 {
  font-size: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #container .grid-blog.cerris .single-post .content-wrapper-inner .content-headline h2 {
    font-size: 22px;
  }
}
.banner-with-text .content-wrapper-inner {
  *zoom: 1;
  position: relative;
}
.banner-with-text .content-wrapper-inner:before,
.banner-with-text .content-wrapper-inner:after {
  content: " ";
  display: table;
}
.banner-with-text .content-wrapper-inner:after {
  clear: both;
}
.banner-with-text .content-wrapper-inner .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .banner-with-text .content-wrapper-inner .content-main-image {
    position: static;
  }
}
.banner-with-text .content-wrapper-inner .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-with-text .content-wrapper-inner .main-editor-output {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 3;
  margin: 4em 3em 4em 0;
  width: 40%;
  float: right;
  padding: 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .banner-with-text .content-wrapper-inner .main-editor-output {
    margin: 0;
    padding: 1em;
  }
}
.banner-with-text .content-wrapper-inner .main-editor-output p + h3:first-of-type {
  border-top: solid 2px #161b43;
}
.banner-with-text .content-wrapper-inner .main-editor-output h3:first-of-type {
  color: #161b43;
  padding-top: 0.33em;
  margin-top: 0.33em;
  margin-bottom: 0.33em;
}
.banner-with-text .content-wrapper-inner .main-editor-output .cta {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-with-text .content-wrapper-inner .main-editor-output {
    position: static;
    width: auto;
  }
}
.banner-with-text .content-wrapper-inner .main-editor-output h2,
.banner-with-text .content-wrapper-inner .main-editor-output h3 {
  font-weight: 400;
}
.banner-with-text .content-wrapper-inner .main-editor-output .cta {
  border: none;
  background: #3999d9;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  padding: 0.65em 2.5em;
  margin-top: 0.5em;
}
.banner-with-text .content-wrapper-inner .main-editor-output .cta:hover,
.banner-with-text .content-wrapper-inner .main-editor-output .cta:focus {
  background: #2070a6;
  text-decoration: none;
}
.home-page .circle-menu {
  background: #3999d9;
}
@media only screen and (min-width: 1024px) {
  .home-page .circle-menu {
    border-right: solid 4px #fff;
  }
}
@media only screen and (max-width: 768px) {
  .circle-menu {
    border: none;
  }
}
.circle-menu .placement-inner {
  background: #3999d9;
  border-right: none;
  margin: 0 -1em;
}
.home-page .circle-menu .placement-inner {
  margin: 0;
}
.circle-menu .menu {
  display: flex;
  flex-grow: inherit;
}
@media only screen and (max-width: 768px) {
  .circle-menu .menu {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 630px) and (max-width: 768px) {
  .circle-menu .menu {
    flex-wrap: nowrap;
  }
}
.circle-menu .menu .menu-item {
  flex: 1 1 320px;
  float: none;
  padding: 0.5em 0.2em;
}
@media only screen and (max-width: 768px) {
  .circle-menu .menu .menu-item {
    /*float: none;
				width: 100%;
				padding: 0.5em;*/
    padding: 1em 0.5em;
    flex: 1 1 32%;
  }
}
.circle-menu .menu .menu-item a {
  *zoom: 1;
  color: #fff;
  width: 100%;
}
.circle-menu .menu .menu-item a:before,
.circle-menu .menu .menu-item a:after {
  content: " ";
  display: table;
}
.circle-menu .menu .menu-item a:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .circle-menu .menu .menu-item a {
    padding: 0;
    text-align: center;
  }
}
.circle-menu .menu .menu-item a .main-image-wrapper {
  display: block;
  border-radius: 50%;
  transition: background 0.3s ease-in-out;
  padding-top: 100%;
  box-shadow: inset 0 0 0 8px #fff;
  background: #fff;
  position: relative;
}
.circle-menu .menu .menu-item a .main-image-wrapper:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  right: -5px;
  bottom: 5px;
  border-radius: 50%;
  background: #3999d9;
  transition: right 0.33s ease, left 0.33s ease, opacity 0.33s ease;
}
@media only screen and (max-width: 768px) {
  .circle-menu .menu .menu-item a .main-image-wrapper {
    height: 90px;
    width: 90px;
    padding: 0.5em;
    display: inline-block;
    padding-top: 0;
  }
}
.circle-menu .menu .menu-item a .main-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  width: 100%;
  height: 100%;
  padding: 27%;
}
.circle-menu .menu .menu-item a .main-link-text {
  margin-top: 0.75em;
  display: block;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .circle-menu .menu .menu-item a .main-link-text {
    font-size: 14px;
  }
}
.circle-menu .menu .menu-item a:hover .main-image-wrapper:before,
.circle-menu .menu .menu-item a:focus .main-image-wrapper:before,
.circle-menu .menu .menu-item a:active .main-image-wrapper:before {
  right: 5px;
  left: 5px;
  opacity: 0.8;
}
.circle-menu .menu .menu-item a:hover .main-link-text,
.circle-menu .menu .menu-item a:focus .main-link-text,
.circle-menu .menu .menu-item a:active .main-link-text {
  text-decoration: underline;
}
.circle-menu a {
  /*perspective: 1000px;
		.menu-front {
			transition: 0.6s;
			transform-style: preserve-3d;
			position: relative;
			.main-image-wrapper {
				backface-visibility: visible;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;*/
  /* for firefox 31 */
  /*transform: rotateY(0deg);
				img {
					
				}
			}
		}*/
  /*&:hover {
			.menu-front {
				transform: rotateY(180deg);
			}
		}*/
}
.page-title,
.portal-title {
  position: relative;
}
.page-title .placement-inner,
.portal-title .placement-inner {
  margin: 0;
}
.page-title .placement-inner .content-main-image,
.portal-title .placement-inner .content-main-image {
  margin: 0.5em -1em 0 -1em;
}
@media only screen and (max-width: 768px) {
  .page-title .placement-inner .content-main-image,
  .portal-title .placement-inner .content-main-image {
    margin: 0;
  }
}
.page-title .content-headline,
.portal-title .content-headline {
  text-align: center;
}
.page-title .content-headline h2,
.portal-title .content-headline h2 {
  display: inline-block;
  text-align: center;
  font-size: 220%;
  margin-bottom: 0.2em;
  padding: 0 3em 0.3em 3em;
  border-bottom: solid 6px transparent;
}
@media only screen and (max-width: 768px) {
  .page-title .content-headline h2,
  .portal-title .content-headline h2 {
    padding: 0 1em 0.3em 1em;
  }
}
#site-content-top-row .page-title .content-headline h2,
#site-content-top-row .portal-title .content-headline h2 {
  margin-top: 0;
}
.page-title.color-1 .content-headline h2 {
  border-bottom-color: #3999d9;
}
.page-title.color-2 .content-headline h2 {
  border-bottom-color: #161b43;
}
.page-title.color-3 .content-headline h2 {
  border-bottom-color: #88b700;
}
.page-title.color-4 .content-headline h2 {
  border-bottom-color: #ec7b00;
}
.page-title.color-5 .content-headline h2 {
  border-bottom-color: #66009b;
}
.page-title.color-6 .content-headline h2 {
  border-bottom-color: #007d4b;
}
.page-title.color-7 .content-headline h2 {
  border-bottom-color: #ff0017;
}
.page-title.color-8 .content-headline h2 {
  border-bottom-color: #ff009b;
}
.portal-title .content-headline {
  display: none;
}
.portal-title .main-editor-output {
  text-align: center;
}
.portal-title h2 {
  display: inline-block;
  font-size: 220%;
  margin-bottom: 0.2em;
  padding: 0 3em 0.3em 3em;
  border-bottom: solid 6px #3999d9;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .portal-title h2 {
    padding: 0 1em 0.3em 1em;
  }
}
#site-content-top-row .portal-title h2 {
  margin-top: 0;
}
#container #content-wrapper .contact-us-form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container #content-wrapper .contact-us-form .labelman {
  flex: 1 0 100%;
}
#container #content-wrapper .contact-us-form .row {
  flex: 1 1 100%;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
#container #content-wrapper .contact-us-form .row:nth-child(4),
#container #content-wrapper .contact-us-form .row:nth-child(5),
#container #content-wrapper .contact-us-form .row:nth-child(6),
#container #content-wrapper .contact-us-form .row:nth-child(7) {
  flex: 1 1 350px;
}
@media only screen and (max-width: 768px) {
  #container #content-wrapper .contact-us-form .row:nth-child(9) .label,
  #container #content-wrapper .contact-us-form .row:nth-child(9) .field {
    width: 100%;
    float: none;
  }
}
#container #content-wrapper .contact-us-form .row:nth-child(9) .label p {
  padding: 0.6em 1em 0 0;
}
@media only screen and (max-width: 768px) {
  #container #content-wrapper .contact-us-form .row:nth-child(9) .label p {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #container #content-wrapper .contact-us-form .row {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#container #content-wrapper .contact-us-form .row .field {
  display: block;
}
#container #content-wrapper .contact-us-form .row .field input,
#container #content-wrapper .contact-us-form .row .field textarea {
  border: none !important;
  background: #efefef;
  padding: 0.75em !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease-in-out;
}
#container #content-wrapper .contact-us-form .row .field input:hover,
#container #content-wrapper .contact-us-form .row .field textarea:hover,
#container #content-wrapper .contact-us-form .row .field input:focus,
#container #content-wrapper .contact-us-form .row .field textarea:focus,
#container #content-wrapper .contact-us-form .row .field input:active,
#container #content-wrapper .contact-us-form .row .field textarea:active {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
#container #content-wrapper .contact-us-form .button_row {
  padding: 0;
  border-top: none;
}
@media only screen and (max-width: 768px) {
  #container #content-wrapper .contact-us-form .button_row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #container #content-wrapper .contact-us-form .button_row input {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
}
.layout_0_1 .pc-base .placement-inner {
  margin-left: -1em;
}
@media only screen and (max-width: 768px) {
  .layout_0_1 .pc-base .placement-inner {
    margin: 0 -1em;
  }
}
.pc-base .main-editor-output {
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .pc-base .main-editor-output {
    padding: 1em !important;
  }
}
.pc-base .main-editor-output h2,
.pc-base .main-editor-output h3,
.pc-base .main-editor-output h4,
.pc-base .main-editor-output h5,
.pc-base .main-editor-output h6 {
  margin-top: 0;
}
.pc-1 .placement-inner {
  background-color: #3999d9 !important;
  color: #fff;
}
.pc-1 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-1 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-1 .placement-inner a.cta:hover,
.pc-1 .placement-inner a.cta:focus,
.pc-1 .placement-inner a.cta:active {
  background: #fff;
  color: #3999d9;
  text-decoration: none !important;
}
.pc-2 .placement-inner {
  background-color: #161b43 !important;
  color: #fff;
}
.pc-2 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-2 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-2 .placement-inner a.cta:hover,
.pc-2 .placement-inner a.cta:focus,
.pc-2 .placement-inner a.cta:active {
  background: #fff;
  color: #161b43;
  text-decoration: none !important;
}
.pc-3 .placement-inner {
  background-color: #88b700 !important;
  color: #fff;
}
.pc-3 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-3 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-3 .placement-inner a.cta:hover,
.pc-3 .placement-inner a.cta:focus,
.pc-3 .placement-inner a.cta:active {
  background: #fff;
  color: #88b700;
  text-decoration: none !important;
}
.pc-4 .placement-inner {
  background-color: #ec7b00 !important;
  color: #fff;
}
.pc-4 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-4 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-4 .placement-inner a.cta:hover,
.pc-4 .placement-inner a.cta:focus,
.pc-4 .placement-inner a.cta:active {
  background: #fff;
  color: #ec7b00;
  text-decoration: none !important;
}
.pc-5 .placement-inner {
  background-color: #66009b !important;
  color: #fff;
}
.pc-5 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-5 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-5 .placement-inner a.cta:hover,
.pc-5 .placement-inner a.cta:focus,
.pc-5 .placement-inner a.cta:active {
  background: #fff;
  color: #66009b;
  text-decoration: none !important;
}
.pc-6 .placement-inner {
  background-color: #007d4b !important;
  color: #fff;
}
.pc-6 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-6 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-6 .placement-inner a.cta:hover,
.pc-6 .placement-inner a.cta:focus,
.pc-6 .placement-inner a.cta:active {
  background: #fff;
  color: #007d4b;
  text-decoration: none !important;
}
.pc-7 .placement-inner {
  background-color: #ff0017 !important;
  color: #fff;
}
.pc-7 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-7 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-7 .placement-inner a.cta:hover,
.pc-7 .placement-inner a.cta:focus,
.pc-7 .placement-inner a.cta:active {
  background: #fff;
  color: #ff0017;
  text-decoration: none !important;
}
.pc-8 .placement-inner {
  background-color: #ff009b !important;
  color: #fff;
}
.pc-8 .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-8 .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-8 .placement-inner a.cta:hover,
.pc-8 .placement-inner a.cta:focus,
.pc-8 .placement-inner a.cta:active {
  background: #fff;
  color: #ff009b;
  text-decoration: none !important;
}
.pc-grey .placement-inner {
  background-color: #333 !important;
  color: #fff;
}
.pc-grey .placement-inner a {
  color: #fff;
  text-decoration: none;
}
.pc-grey .placement-inner a.cta {
  color: #fff;
  border-color: #fff;
}
.pc-grey .placement-inner a.cta:hover,
.pc-grey .placement-inner a.cta:focus,
.pc-grey .placement-inner a.cta:active {
  background: #fff;
  color: #333;
  text-decoration: none !important;
}
.page-banner-overlay {
  padding: 0;
  margin: 0;
}
#site-content-top-row .page-banner-overlay {
  margin-top: -1em;
  margin-bottom: 1em;
}
.page-banner-overlay .placement-inner {
  padding: 0;
  margin: 0 -1em;
}
.page-banner-overlay .placement-inner .content-main-image {
  position: relative;
}
.page-banner-overlay .placement-inner .content-main-image:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-left .placement-inner,
.image-right .placement-inner {
  margin: 0 -1em;
}
@media only screen and (max-width: 768px) {
  .image-left .placement-inner,
  .image-right .placement-inner {
    margin: 0 0.5em;
  }
}
.image-left .placement-inner .content-wrapper-inner,
.image-right .placement-inner .content-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
@media only screen and (max-width: 768px) {
  .image-left .placement-inner .content-wrapper-inner,
  .image-right .placement-inner .content-wrapper-inner {
    display: block;
  }
}
.image-left .placement-inner .content-wrapper-inner .content-main-image,
.image-right .placement-inner .content-wrapper-inner .content-main-image {
  max-width: 30%;
  flex: 1 1 500px;
}
.pc-base.image-left .placement-inner .content-wrapper-inner .content-main-image,
.pc-base.image-right .placement-inner .content-wrapper-inner .content-main-image {
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .pc-base.image-left .placement-inner .content-wrapper-inner .content-main-image,
  .pc-base.image-right .placement-inner .content-wrapper-inner .content-main-image {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .image-left .placement-inner .content-wrapper-inner .content-main-image,
  .image-right .placement-inner .content-wrapper-inner .content-main-image {
    max-width: none;
  }
  .image-left .placement-inner .content-wrapper-inner .content-main-image img,
  .image-right .placement-inner .content-wrapper-inner .content-main-image img {
    width: 100%;
  }
}
.image-left .placement-inner .content-wrapper-inner .main-editor-output,
.image-right .placement-inner .content-wrapper-inner .main-editor-output {
  margin: auto;
  padding: 1em;
  max-width: 70%;
  flex: 1 1 500px;
}
.pc-base.image-left .placement-inner .content-wrapper-inner .main-editor-output,
.pc-base.image-right .placement-inner .content-wrapper-inner .main-editor-output {
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .pc-base.image-left .placement-inner .content-wrapper-inner .main-editor-output,
  .pc-base.image-right .placement-inner .content-wrapper-inner .main-editor-output {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .image-left .placement-inner .content-wrapper-inner .main-editor-output,
  .image-right .placement-inner .content-wrapper-inner .main-editor-output {
    max-width: none;
    padding: 0;
    margin: none;
  }
}
.image-left .placement-inner .content-wrapper-inner .content-main-image {
  order: 1;
}
.image-left .placement-inner .content-wrapper-inner .main-editor-output {
  order: 2;
}
.image-right .placement-inner .content-wrapper-inner .content-main-image {
  order: 2;
}
.image-right .placement-inner .content-wrapper-inner .main-editor-output {
  order: 1;
}
.half-width .placement-inner .content-wrapper-inner .main-editor-output {
  max-width: 50%;
  flex: 1 1 500px;
}
@media only screen and (max-width: 768px) {
  .half-width .placement-inner .content-wrapper-inner .main-editor-output {
    max-width: 100%;
  }
}
.half-width .placement-inner .content-wrapper-inner .content-main-image {
  max-width: 50%;
  flex: 1 1 500px;
}
@media only screen and (max-width: 768px) {
  .half-width .placement-inner .content-wrapper-inner .content-main-image {
    max-width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .half-width .placement-inner .content-wrapper-inner .content-main-image img {
    width: 100%;
  }
}
.list-boxes .content-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: space-evenly;
}
.list-boxes .content-items-list .list-content-item {
  width: 31.5%;
  border: solid 0.5em #fff;
  padding: 1em;
  border: solid 1px #eee;
  margin-bottom: 1em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.type-listtextcontent.list-boxes .content-items-list .list-content-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .list-boxes .content-items-list .list-content-item {
    width: 100%;
  }
}
.list-boxes .content-items-list .list-content-item .content-main-image {
  order: 1;
}
.list-boxes .content-items-list .list-content-item .content-main-image img {
  width: 100%;
}
.list-boxes .content-items-list .list-content-item .content-item-title {
  margin: 0.8em 0 0 0;
  order: 2;
}
.list-boxes .content-items-list .list-content-item .content-item-container {
  order: 3;
}
.list-boxes .content-items-list .list-content-item .summary > p:last-child {
  margin-bottom: 0;
}
.list-boxes .content-items-list .list-content-item .content-item-full-article-wrapper {
  display: none !important;
}
.accordion .single-content .content-headline {
  background: #efefef;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}
.accordion .single-content .content-headline:hover,
.accordion .single-content .content-headline:focus,
.accordion .single-content .content-headline:active {
  background: #e2e2e2;
}
.accordion .single-content .content-headline h2,
.accordion .single-content .content-headline h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 1em;
  line-height: 1.2;
}
.accordion .single-content .content-headline h2:before,
.accordion .single-content .content-headline h3:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  color: #3999d9;
  font-size: 32px;
  line-height: 24px;
  float: right;
  display: block;
}
.accordion .single-content .content-wrapper-inner {
  display: none;
  padding: 0 1em;
}
.accordion .list-content .template-index-display,
.accordion .list-content .back-to-top {
  display: none;
}
.accordion .list-content .content-items-list .list-content-item {
  padding: 0;
  border: none;
  background: transparent;
  padding: 1.1em 0 0.5em 0;
}
.accordion .list-content .content-items-list .list-content-item:first-child {
  padding-top: 0;
}
.accordion .list-content .content-items-list .list-content-item .content-item-container > h3 {
  background: #efefef;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 1em;
  line-height: 1.2;
}
.accordion .list-content .content-items-list .list-content-item .content-item-container > h3 a {
  color: #555459;
  text-decoration: none !important;
}
.accordion .list-content .content-items-list .list-content-item .content-item-container > h3:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  color: #3999d9;
  font-size: 32px;
  line-height: 24px;
  float: right;
  display: block;
  margin-left: 0.5em;
}
.accordion .list-content .content-items-list .list-content-item .content-item-container > h3:hover,
.accordion .list-content .content-items-list .list-content-item .content-item-container > h3:focus,
.accordion .list-content .content-items-list .list-content-item .content-item-container > h3:active {
  background: #e2e2e2;
}
.accordion .list-content .content-items-list .list-content-item .content-item-container > h3.open:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  display: inline-block;
  line-height: 24px;
}
.accordion .list-content .content-items-list .list-content-item .faq-answer {
  display: none;
  padding: 0 1em;
}
.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;
}
#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 .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;
}
.accordion-base .placement-inner .content-headline:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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: 300;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 28px;
  line-height: 28px;
  margin-top: -14px;
}
@media only screen and (max-width: 768px) {
  .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: 1px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .accordion-base .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-color-1 .content-headline {
  background-color: #3999d9 !important;
  color: #fff;
}
.accordion-color-1 .content-headline h2,
.accordion-color-1 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-2 .content-headline {
  background-color: #161b43 !important;
  color: #fff;
}
.accordion-color-2 .content-headline h2,
.accordion-color-2 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-3 .content-headline {
  background-color: #88b700 !important;
  color: #fff;
}
.accordion-color-3 .content-headline h2,
.accordion-color-3 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-4 .content-headline {
  background-color: #ec7b00 !important;
  color: #fff;
}
.accordion-color-4 .content-headline h2,
.accordion-color-4 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-5 .content-headline {
  background-color: #66009b !important;
  color: #fff;
}
.accordion-color-5 .content-headline h2,
.accordion-color-5 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-6 .content-headline {
  background-color: #007d4b !important;
  color: #fff;
}
.accordion-color-6 .content-headline h2,
.accordion-color-6 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-7 .content-headline {
  background-color: #ff0017 !important;
  color: #fff;
}
.accordion-color-7 .content-headline h2,
.accordion-color-7 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-8 .content-headline {
  background-color: #ff009b !important;
  color: #fff;
}
.accordion-color-8 .content-headline h2,
.accordion-color-8 .content-headline h3 {
  color: #fff !important;
}
.accordion-color-9 .content-headline {
  background-color: #0fff91 !important;
  color: #555459;
}
.accordion-color-9 .content-headline h2,
.accordion-color-9 .content-headline h3 {
  color: #555459 !important;
}
.accordion-color-off-white .content-headline {
  background-color: #efefef !important;
  color: #555459;
}
.accordion-color-off-white .content-headline h2,
.accordion-color-off-white .content-headline h3 {
  color: #555459 !important;
}
.accordion-solid-1 .content-headline {
  background-color: #3999d9;
  color: #fff;
}
.accordion-solid-1 .content-wrapper-inner {
  background-color: #3999d9;
  color: #fff;
}
#container .accordion-solid-1 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-2 .content-headline {
  background-color: #161b43;
  color: #fff;
}
.accordion-solid-2 .content-wrapper-inner {
  background-color: #161b43;
  color: #fff;
}
#container .accordion-solid-2 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-3 .content-headline {
  background-color: #88b700;
  color: #fff;
}
.accordion-solid-3 .content-wrapper-inner {
  background-color: #88b700;
  color: #fff;
}
#container .accordion-solid-3 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-4 .content-headline {
  background-color: #ec7b00;
  color: #fff;
}
.accordion-solid-4 .content-wrapper-inner {
  background-color: #ec7b00;
  color: #fff;
}
#container .accordion-solid-4 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-5 .content-headline {
  background-color: #66009b;
  color: #fff;
}
.accordion-solid-5 .content-wrapper-inner {
  background-color: #66009b;
  color: #fff;
}
#container .accordion-solid-5 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-6 .content-headline {
  background-color: #007d4b;
  color: #fff;
}
.accordion-solid-6 .content-wrapper-inner {
  background-color: #007d4b;
  color: #fff;
}
#container .accordion-solid-6 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-7 .content-headline {
  background-color: #ff0017;
  color: #fff;
}
.accordion-solid-7 .content-wrapper-inner {
  background-color: #ff0017;
  color: #fff;
}
#container .accordion-solid-7 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-8 .content-headline {
  background-color: #ff009b;
  color: #fff;
}
.accordion-solid-8 .content-wrapper-inner {
  background-color: #ff009b;
  color: #fff;
}
#container .accordion-solid-8 .content-wrapper-inner {
  padding-top: 0;
}
.accordion-solid-9 .content-headline {
  background-color: #0fff91;
  color: #555459;
}
.accordion-solid-9 .content-wrapper-inner {
  background-color: #0fff91;
  color: #555459;
}
#container .accordion-solid-9 .content-wrapper-inner {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .type-droplet #launchSupport {
    left: 10px;
    right: 10px;
    width: auto;
  }
}
.site-footer-row {
  padding-bottom: 40px;
}
.home-page .solid-menu {
  padding: 0;
}
.home-page .solid-menu .placement-inner {
  margin: 0;
  height: 100%;
}
.home-page .solid-menu .placement-inner .content-item,
.home-page .solid-menu .placement-inner .content-item-inner,
.home-page .solid-menu .placement-inner .content-wrapper-inner,
.home-page .solid-menu .placement-inner .menu {
  height: 100%;
}
.solid-menu .menu {
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.home-page .solid-menu .menu {
  margin: 0;
}
.solid-menu .menu .menu-item {
  flex: 1 1 20%;
  float: none;
  padding: 4px;
}
.home-page .solid-menu .menu .menu-item {
  padding: 0;
}
.solid-menu .menu .menu-item a {
  height: 100%;
  position: relative;
  padding: 1.5em;
  transition: background-color 0.33s ease;
  width: 100%;
}
.solid-menu .menu .menu-item a .main-image-wrapper {
  display: block;
  min-height: 79px;
  max-height: 110px;
  height: 90px;
}
.solid-menu .menu .menu-item a .main-image-wrapper img {
  width: auto;
  max-height: 100%;
}
.solid-menu .menu .menu-item a .main-link-text {
  display: block;
  font-size: 1.4em;
  line-height: 1.2;
  margin: 0.45em 0 0.33em 0;
}
.solid-menu .menu .menu-item a .menu-item-desc {
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
.solid-menu .menu .menu-item a .menu-item-desc p {
  font-weight: 300;
}
.solid-menu.color-1 .placement-inner .menu-item a {
  background-color: #3999d9;
  color: #fff;
}
.solid-menu.color-1 .placement-inner .menu-item a:hover,
.solid-menu.color-1 .placement-inner .menu-item a:focus,
.solid-menu.color-1 .placement-inner .menu-item a:active {
  background-color: #53a6de;
}
.solid-menu.color-2 .placement-inner .menu-item a {
  background-color: #161b43;
  color: #fff;
}
.solid-menu.color-2 .placement-inner .menu-item a:hover,
.solid-menu.color-2 .placement-inner .menu-item a:focus,
.solid-menu.color-2 .placement-inner .menu-item a:active {
  background-color: #1e245a;
}
.solid-menu.color-3 .placement-inner .menu-item a {
  background-color: #88b700;
  color: #fff;
}
.solid-menu.color-3 .placement-inner .menu-item a:hover,
.solid-menu.color-3 .placement-inner .menu-item a:focus,
.solid-menu.color-3 .placement-inner .menu-item a:active {
  background-color: #9fd600;
}
.solid-menu.color-4 .placement-inner .menu-item a {
  background-color: #ec7b00;
  color: #fff;
}
.solid-menu.color-4 .placement-inner .menu-item a:hover,
.solid-menu.color-4 .placement-inner .menu-item a:focus,
.solid-menu.color-4 .placement-inner .menu-item a:active {
  background-color: #ff8a0c;
}
.solid-menu.color-5 .placement-inner .menu-item a {
  background-color: #66009b;
  color: #fff;
}
.solid-menu.color-5 .placement-inner .menu-item a:hover,
.solid-menu.color-5 .placement-inner .menu-item a:focus,
.solid-menu.color-5 .placement-inner .menu-item a:active {
  background-color: #7a00ba;
}
.solid-menu.color-6 .placement-inner .menu-item a {
  background-color: #007d4b;
  color: #fff;
}
.solid-menu.color-6 .placement-inner .menu-item a:hover,
.solid-menu.color-6 .placement-inner .menu-item a:focus,
.solid-menu.color-6 .placement-inner .menu-item a:active {
  background-color: #009c5d;
}
.solid-menu.color-7 .placement-inner .menu-item a {
  background-color: #ff0017;
  color: #fff;
}
.solid-menu.color-7 .placement-inner .menu-item a:hover,
.solid-menu.color-7 .placement-inner .menu-item a:focus,
.solid-menu.color-7 .placement-inner .menu-item a:active {
  background-color: #ff1f33;
}
.solid-menu.color-8 .placement-inner .menu-item a {
  background-color: #ff009b;
  color: #fff;
}
.solid-menu.color-8 .placement-inner .menu-item a:hover,
.solid-menu.color-8 .placement-inner .menu-item a:focus,
.solid-menu.color-8 .placement-inner .menu-item a:active {
  background-color: #ff1fa7;
}
.solid-menu.color-9 .placement-inner .menu-item a {
  background-color: #0fff91;
  color: #555459;
}
.solid-menu.color-9 .placement-inner .menu-item a:hover,
.solid-menu.color-9 .placement-inner .menu-item a:focus,
.solid-menu.color-9 .placement-inner .menu-item a:active {
  background-color: #2eff9f;
}
.solid-menu.color-10 .placement-inner .menu-item a {
  background-color: #0091ff;
  color: #fff;
}
.solid-menu.color-10 .placement-inner .menu-item a:hover,
.solid-menu.color-10 .placement-inner .menu-item a:focus,
.solid-menu.color-10 .placement-inner .menu-item a:active {
  background-color: #1f9eff;
}
.solid-menu.color-11 .placement-inner .menu-item a {
  background-color: #ff59ff;
  color: #fff;
}
.solid-menu.color-11 .placement-inner .menu-item a:hover,
.solid-menu.color-11 .placement-inner .menu-item a:focus,
.solid-menu.color-11 .placement-inner .menu-item a:active {
  background-color: #ff78ff;
}
.solid-menu.color-12 .placement-inner .menu-item a {
  background-color: #b391ff;
  color: #fff;
}
.solid-menu.color-12 .placement-inner .menu-item a:hover,
.solid-menu.color-12 .placement-inner .menu-item a:focus,
.solid-menu.color-12 .placement-inner .menu-item a:active {
  background-color: #c8b0ff;
}
.solid-menu.color-13 .placement-inner .menu-item a {
  background-color: #4f2100;
  color: #fff;
}
.solid-menu.color-13 .placement-inner .menu-item a:hover,
.solid-menu.color-13 .placement-inner .menu-item a:focus,
.solid-menu.color-13 .placement-inner .menu-item a:active {
  background-color: #6e2e00;
}
.solid-menu.color-14 .placement-inner .menu-item a {
  background-color: #ffd90f;
  color: #555459;
}
.solid-menu.color-14 .placement-inner .menu-item a:hover,
.solid-menu.color-14 .placement-inner .menu-item a:focus,
.solid-menu.color-14 .placement-inner .menu-item a:active {
  background-color: #ffde2e;
}
.photo-menu .menu {
  margin: 0 -0.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.photo-menu .menu.description-list .menu-item a:hover .main-link-text,
.photo-menu .menu.description-list .menu-item a:focus .main-link-text,
.photo-menu .menu.description-list .menu-item a:active .main-link-text {
  opacity: 0.3;
}
.photo-menu .menu .menu-item {
  padding: 0.5em;
  flex: 1 1 32%;
  max-width: 33.3%;
}
@media only screen and (max-width: 768px) {
  .photo-menu .menu .menu-item {
    flex: 0 0 100%;
    max-width: none;
  }
}
.photo-menu .menu .menu-item a {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.photo-menu .menu .menu-item a:hover .menu-item-desc,
.photo-menu .menu .menu-item a:focus .menu-item-desc,
.photo-menu .menu .menu-item a:active .menu-item-desc {
  opacity: 1;
}
.photo-menu .menu .menu-item a .menu-item-img,
.photo-menu .menu .menu-item a .main-image-wrapper {
  position: relative;
  display: block;
  height: 280px;
}
@media only screen and (max-width: 768px) {
  .photo-menu .menu .menu-item a .menu-item-img,
  .photo-menu .menu .menu-item a .main-image-wrapper {
    height: 150px;
  }
}
.photo-menu .menu .menu-item a .menu-item-img:before,
.photo-menu .menu .menu-item a .main-image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.photo-menu .menu .menu-item a .menu-item-img img,
.photo-menu .menu .menu-item a .main-image-wrapper 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;";
}
.photo-menu .menu .menu-item .main-link-text {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  color: #fff;
  font-size: 130%;
  transition: opacity 0.33s ease;
  text-shadow: 0 0 4px rgba(12, 12, 12, 0.8);
}
.photo-menu .menu .menu-item .menu-item-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.33s ease;
  font-size: 110%;
  padding: 1em;
  text-shadow: 0 0 4px rgba(12, 12, 12, 0.8);
}
.photo-menu .menu .menu-item .menu-item-desc p {
  line-height: 1.2;
  margin: 0;
}
.photo-menu.color-1 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-1 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(57, 153, 217, 0) 0%, rgba(57, 153, 217, 0.65) 100%);
}
.photo-menu.color-1 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(57, 153, 217, 0) 0%, #3999d9 100%);
}
.photo-menu.color-2 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-2 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(22, 27, 67, 0) 0%, rgba(22, 27, 67, 0.65) 100%);
}
.photo-menu.color-2 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(22, 27, 67, 0) 0%, #161b43 100%);
}
.photo-menu.color-3 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-3 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(136, 183, 0, 0) 0%, rgba(136, 183, 0, 0.65) 100%);
}
.photo-menu.color-3 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(136, 183, 0, 0) 0%, #88b700 100%);
}
.photo-menu.color-4 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-4 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(236, 123, 0, 0) 0%, rgba(236, 123, 0, 0.65) 100%);
}
.photo-menu.color-4 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(236, 123, 0, 0) 0%, #ec7b00 100%);
}
.photo-menu.color-5 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-5 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(102, 0, 155, 0) 0%, rgba(102, 0, 155, 0.65) 100%);
}
.photo-menu.color-5 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(102, 0, 155, 0) 0%, #66009b 100%);
}
.photo-menu.color-6 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-6 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(0, 125, 75, 0) 0%, rgba(0, 125, 75, 0.65) 100%);
}
.photo-menu.color-6 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(0, 125, 75, 0) 0%, #007d4b 100%);
}
.photo-menu.color-7 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-7 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(255, 0, 23, 0) 0%, rgba(255, 0, 23, 0.65) 100%);
}
.photo-menu.color-7 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(255, 0, 23, 0) 0%, #ff0017 100%);
}
.photo-menu.color-8 .menu .menu-item a .menu-item-img:before,
.photo-menu.color-8 .menu .menu-item a .main-image-wrapper:before {
  background: linear-gradient(to bottom, rgba(255, 0, 155, 0) 0%, rgba(255, 0, 155, 0.65) 100%);
}
.photo-menu.color-8 .menu .menu-item a .menu-item-desc {
  background: linear-gradient(to bottom, rgba(255, 0, 155, 0) 0%, #ff009b 100%);
}
iframe.map {
  border: none;
  width: 50%;
  margin-top: -1.6em;
  margin-right: -1em;
}
iframe.map.left {
  float: left;
}
iframe.map.right {
  float: right;
}
@media only screen and (max-width: 768px) {
  iframe.map {
    float: none;
    width: 100%;
  }
}
.home-page #accessibility-controls .content-container,
.page-top-banner #accessibility-controls .content-container,
.home-page #site-header-row .content-container,
.page-top-banner #site-header-row .content-container {
  background: transparent;
}
.home-page .header-acc-wrap,
.page-top-banner .header-acc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.3s ease-in-out;
}
.navbar-is-fixed.home-page .header-acc-wrap,
.navbar-is-fixed.page-top-banner .header-acc-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.home-page #accessibility-controls .dropdown #access-dropdown,
.page-top-banner #accessibility-controls .dropdown #access-dropdown {
  background: #3999d9;
  color: #fff !important;
  border: solid 2px #fff !important;
}
.home-page #accessibility-controls .dropdown #access-dropdown:before,
.page-top-banner #accessibility-controls .dropdown #access-dropdown:before {
  color: #fff !important;
}
.navbar-is-fixed.home-page #accessibility-controls .dropdown #access-dropdown,
.navbar-is-fixed.page-top-banner #accessibility-controls .dropdown #access-dropdown {
  color: #555459 !important;
  border-color: #555459 !important;
}
.navbar-is-fixed.home-page #accessibility-controls .dropdown #access-dropdown:before,
.navbar-is-fixed.page-top-banner #accessibility-controls .dropdown #access-dropdown:before {
  color: #555459 !important;
}
.home-page .login-switch-wrapper .login-switch,
.page-top-banner .login-switch-wrapper .login-switch {
  color: #fff;
  border: solid 2px #fff;
}
@media only screen and (max-width: 768px) {
  .home-page .login-switch-wrapper .login-switch,
  .page-top-banner .login-switch-wrapper .login-switch {
    color: #555459;
    border-color: #555459;
  }
}
.navbar-is-fixed.home-page .login-switch-wrapper .login-switch,
.navbar-is-fixed.page-top-banner .login-switch-wrapper .login-switch {
  color: #555459 !important;
  border-color: #555459 !important;
}
.navbar-is-fixed.home-page .login-switch-wrapper .login-switch:before,
.navbar-is-fixed.page-top-banner .login-switch-wrapper .login-switch:before {
  color: #555459 !important;
}
.home-page .login-switch-wrapper .login-switch:before,
.page-top-banner .login-switch-wrapper .login-switch:before {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home-page .login-switch-wrapper .login-switch:before,
  .page-top-banner .login-switch-wrapper .login-switch:before {
    color: #555459;
  }
}
.home-page #top-nav li > a,
.page-top-banner #top-nav li > a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home-page #top-nav li > a,
  .page-top-banner #top-nav li > a {
    color: #555459;
  }
}
@media only screen and (max-width: 768px) {
  .home-page #top-nav li > a.current,
  .page-top-banner #top-nav li > a.current {
    color: #fff;
  }
}
.navbar-is-fixed.home-page #top-nav li > a,
.navbar-is-fixed.page-top-banner #top-nav li > a {
  color: #555459 !important;
}
.home-page #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:hover,
.page-top-banner #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:hover,
.home-page #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus,
.page-top-banner #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus,
.home-page #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:active,
.page-top-banner #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:active,
.home-page #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.current,
.page-top-banner #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.current {
  color: #fff !important;
}
.home-page .mobile-nav-toggle-wrap.open .mobile-nav-toggle,
.page-top-banner .mobile-nav-toggle-wrap.open .mobile-nav-toggle {
  color: #555459;
  border-color: #555459;
}
.home-page .mobile-nav-toggle-wrap .mobile-nav-toggle,
.page-top-banner .mobile-nav-toggle-wrap .mobile-nav-toggle {
  color: #fff;
  border-color: #fff;
}
.home-page .mobile-nav-toggle-wrap .login-switch-wrapper .login-switch,
.page-top-banner .mobile-nav-toggle-wrap .login-switch-wrapper .login-switch {
  color: #fff;
  border-color: #fff;
}
.home-page .mobile-nav-toggle-wrap .login-switch-wrapper .login-switch:before,
.page-top-banner .mobile-nav-toggle-wrap .login-switch-wrapper .login-switch:before {
  color: #fff;
}
.home-page .breadcrumb,
.page-top-banner .breadcrumb {
  margin-top: 1em;
}
.portal-section .layout_1_1 .middle .layout_col_inner {
  padding: 0 1em;
}
@media only screen and (max-width: 768px) {
  .portal-section .layout_1_1 .middle .layout_col_inner {
    padding: 0;
  }
}
.portal-section .layout_0_1 .middle .layout_col_inner {
  padding: 0 1em 0 0;
}
@media only screen and (max-width: 768px) {
  .portal-section .layout_0_1 .middle .layout_col_inner {
    padding: 0;
  }
}
.portal-section .layout_1_0 .middle .layout_col_inner {
  padding: 0 0 0 1em;
}
@media only screen and (max-width: 768px) {
  .portal-section .layout_1_0 .middle .layout_col_inner {
    padding: 0;
  }
}
.portal-section .wsl-data-table {
  margin-top: 0.5em;
}
.portal-section .wsl-data-table .td-align-currency,
.portal-section .wsl-data-table .td-align-number,
.portal-section .wsl-data-table .td-align-date,
.portal-section .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
.portal-section .wsl-data-table .content-headline h2 {
  margin: 0.5em 0 0.5em 0;
}
.portal-section .wsl-data-table .show-transaction-details:after {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .portal-section .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .portal-section .wsl-data-table th {
    display: none;
  }
  .portal-section .wsl-data-table td {
    flex: 1 1 200px;
    padding: 0.4rem 0.8rem;
  }
  .portal-section .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: #949399;
    padding: 0.2rem 0 0 0;
  }
  .portal-section .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .portal-section .wsl-data-table td:first-child:before {
    background: #3999d9;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .portal-section .wsl-data-table td:empty {
    display: none;
  }
  .portal-section .wsl-data-table .td-align-currency,
  .portal-section .wsl-data-table .td-align-number,
  .portal-section .wsl-data-table .td-align-date,
  .portal-section .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.portal-section .content-headline h2 {
  margin: 0.5em 0;
}
.portal-section .profile-pod {
  display: flex;
  flex-wrap: wrap;
}
.portal-section .profile-pod.tenant-info li,
.portal-section .profile-pod.tenancy-contact-details li,
.portal-section .profile-pod.tenancy-info li {
  flex: 1 0 170px;
}
.portal-section .profile-pod.tenant-info .ti-email,
.portal-section .profile-pod.tenancy-contact-details .ti-email,
.portal-section .profile-pod.tenancy-info .ti-email {
  word-break: break-all;
}
.portal-section .profile-pod li {
  flex: 1 1 auto;
  border-bottom: 1px solid #ddd;
  margin: 0 0.4rem;
  padding: 0.4em 1em 0.4em 0;
}
.portal-section .profile-pod li .lbl {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3999d9;
  display: block;
  font-size: 70%;
  font-weight: 700;
  line-height: 1.4;
}
.portal-section .current-balance .content-wrapper {
  border: 1px solid #ddd;
  border-top: 2px solid #3999d9;
}
.portal-section .current-balance .content-item-inner {
  position: relative;
}
.portal-section .current-balance .content-wrapper-inner {
  padding: 0.8rem 1.6rem;
}
.portal-section .current-balance .content-headline {
  position: absolute;
  top: -2px;
  left: -1px;
}
@media only screen and (max-width: 768px) {
  .portal-section .current-balance .content-headline {
    position: static;
  }
}
.portal-section .current-balance .content-headline h2 {
  background: #3999d9;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 768px) {
  .portal-section .current-balance .content-headline h2 {
    display: block;
  }
}
.portal-section .current-balance .current-balance {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .portal-section .current-balance .current-balance {
    text-align: center;
  }
}
.portal-section .current-balance .user-info {
  font-size: 90%;
  display: inline-block;
  text-align: left;
  color: #87868d;
  font-size: 80%;
}
.portal-section .current-balance .user-info .highlight {
  font-weight: 700;
}
.portal-section .current-balance .tenancy-balance-item {
  border-top: 1px solid #ddd;
  margin: 0.5em 0 0.4rem 0;
  padding: 1em 0 0 0;
}
.portal-section .current-balance .tenancy-balance-item:first-child {
  border-top: none;
  padding: 0.4rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .portal-section .current-balance .tenancy-balance-item:first-child {
    padding: 0.25em 0 0 0;
  }
}
.portal-section .current-balance .single-tenancy .total-balance {
  margin: 0;
}
.portal-section .current-balance .total-balance {
  font-size: 5vw;
  display: inline-block;
  padding: 0.4rem 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .portal-section .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: 768px) {
  .portal-section .current-balance .dwelling {
    display: block;
    text-align: center;
  }
}
.portal-section .tenancy-switcher-wrapper .accounts-list,
.portal-section .tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.portal-section .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy,
.portal-section .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy,
.portal-section .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy,
.portal-section .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy {
  background: #3999d9;
  color: #fff;
}
.portal-section .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy .tncy-id,
.portal-section .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy .tncy-id,
.portal-section .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy .tncy-id,
.portal-section .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy .tncy-id {
  background: #3999d9;
  color: #fff;
}
.portal-section .tenancy-switcher-wrapper .accounts-list .account-item.active .tncy-id,
.portal-section .tenancy-switcher-wrapper .tenancies-list .account-item.active .tncy-id,
.portal-section .tenancy-switcher-wrapper .accounts-list .tenancy-item.active .tncy-id,
.portal-section .tenancy-switcher-wrapper .tenancies-list .tenancy-item.active .tncy-id {
  background: #3999d9;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.portal-section .tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.portal-section .tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.portal-section .tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.portal-section .tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  color: #247fbb;
  color: #555459;
}
.repairs-page .page-title h2,
.repairs-page .portal-title h2 {
  border-bottom-color: #161b43;
}
.repairs-page .type-menuplacement .my-account .tenant-portal-pages-menu .menu-item .current {
  background: #161b43;
  color: #fff;
}
.repairs-page .content-container.breadcrumb #breadcrumbs li.current {
  background: #161b43;
  color: #fff;
}
.repairs-page .right .type-wslplacement {
  background: #161b43;
  color: #fff;
}
.repairs-page table th {
  background: #161b43;
  color: #fff;
}
.repairs-page table thead th {
  border-right-color: #232a69;
}
.repairs-page .current-balance .placement-inner {
  background: #161b43;
  color: #fff;
}
.repairs-page .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:before {
  background-color: #161b43;
}
.repairs-page .tenancy-switcher-wrapper .accounts-list,
.repairs-page .tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.repairs-page .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy,
.repairs-page .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy {
  background: #161b43;
  color: #fff;
}
.repairs-page .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy .tncy-id,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy .tncy-id,
.repairs-page .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy .tncy-id,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy .tncy-id {
  background: #161b43;
  color: #fff;
}
.repairs-page .tenancy-switcher-wrapper .accounts-list .account-item.active .tncy-id,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .account-item.active .tncy-id,
.repairs-page .tenancy-switcher-wrapper .accounts-list .tenancy-item.active .tncy-id,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item.active .tncy-id {
  background: #161b43;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.repairs-page .tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.repairs-page .tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.repairs-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  color: #090c1d;
  color: #555459;
}
.repairs-page .type-wslplacement .wsl-data-table {
  margin-top: 0.5em;
}
.repairs-page .type-wslplacement .wsl-data-table .td-align-currency,
.repairs-page .type-wslplacement .wsl-data-table .td-align-number,
.repairs-page .type-wslplacement .wsl-data-table .td-align-date,
.repairs-page .type-wslplacement .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
.repairs-page .type-wslplacement .wsl-data-table .content-headline h2 {
  margin: 0.5em 0 0.5em 0;
}
.repairs-page .type-wslplacement .wsl-data-table .show-transaction-details:after {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .repairs-page .type-wslplacement .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .repairs-page .type-wslplacement .wsl-data-table th {
    display: none;
  }
  .repairs-page .type-wslplacement .wsl-data-table td {
    flex: 1 1 200px;
    padding: 0.4rem 0.8rem;
  }
  .repairs-page .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: #949399;
    padding: 0.2rem 0 0 0;
  }
  .repairs-page .type-wslplacement .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .repairs-page .type-wslplacement .wsl-data-table td:first-child:before {
    background: #161b43;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .repairs-page .type-wslplacement .wsl-data-table td:empty {
    display: none;
  }
  .repairs-page .type-wslplacement .wsl-data-table .td-align-currency,
  .repairs-page .type-wslplacement .wsl-data-table .td-align-number,
  .repairs-page .type-wslplacement .wsl-data-table .td-align-date,
  .repairs-page .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.repairs-page .type-wslplacement .content-headline h2 {
  margin: 0.5em 0;
}
.repairs-page .type-wslplacement .profile-pod {
  display: flex;
  flex-wrap: wrap;
}
.repairs-page .type-wslplacement .profile-pod.tenant-info li,
.repairs-page .type-wslplacement .profile-pod.tenancy-contact-details li,
.repairs-page .type-wslplacement .profile-pod.tenancy-info li {
  flex: 1 0 170px;
}
.repairs-page .type-wslplacement .profile-pod.tenant-info .ti-email,
.repairs-page .type-wslplacement .profile-pod.tenancy-contact-details .ti-email,
.repairs-page .type-wslplacement .profile-pod.tenancy-info .ti-email {
  word-break: break-all;
}
.repairs-page .type-wslplacement .profile-pod li {
  flex: 1 1 auto;
  border-bottom: 1px solid #ddd;
  margin: 0 0.4rem;
  padding: 0.4em 1em 0.4em 0;
}
.repairs-page .type-wslplacement .profile-pod li .lbl {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #161b43;
  display: block;
  font-size: 70%;
  font-weight: 700;
  line-height: 1.4;
}
.repairs-page .type-wslplacement .current-balance .content-wrapper {
  border: 1px solid #ddd;
  border-top: 2px solid #161b43;
}
.repairs-page .type-wslplacement .current-balance .content-item-inner {
  position: relative;
}
.repairs-page .type-wslplacement .current-balance .content-wrapper-inner {
  padding: 0.8rem 1.6rem;
}
.repairs-page .type-wslplacement .current-balance .content-headline {
  position: absolute;
  top: -2px;
  left: -1px;
}
@media only screen and (max-width: 768px) {
  .repairs-page .type-wslplacement .current-balance .content-headline {
    position: static;
  }
}
.repairs-page .type-wslplacement .current-balance .content-headline h2 {
  background: #161b43;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 768px) {
  .repairs-page .type-wslplacement .current-balance .content-headline h2 {
    display: block;
  }
}
.repairs-page .type-wslplacement .current-balance .current-balance {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .repairs-page .type-wslplacement .current-balance .current-balance {
    text-align: center;
  }
}
.repairs-page .type-wslplacement .current-balance .user-info {
  font-size: 90%;
  display: inline-block;
  text-align: left;
  color: #87868d;
  font-size: 80%;
}
.repairs-page .type-wslplacement .current-balance .user-info .highlight {
  font-weight: 700;
}
.repairs-page .type-wslplacement .current-balance .tenancy-balance-item {
  border-top: 1px solid #ddd;
  margin: 0.5em 0 0.4rem 0;
  padding: 1em 0 0 0;
}
.repairs-page .type-wslplacement .current-balance .tenancy-balance-item:first-child {
  border-top: none;
  padding: 0.4rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .repairs-page .type-wslplacement .current-balance .tenancy-balance-item:first-child {
    padding: 0.25em 0 0 0;
  }
}
.repairs-page .type-wslplacement .current-balance .single-tenancy .total-balance {
  margin: 0;
}
.repairs-page .type-wslplacement .current-balance .total-balance {
  font-size: 5vw;
  display: inline-block;
  padding: 0.4rem 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .repairs-page .type-wslplacement .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: 768px) {
  .repairs-page .type-wslplacement .current-balance .dwelling {
    display: block;
    text-align: center;
  }
}
.my-profile-page .page-title h2,
.my-profile-page .portal-title h2 {
  border-bottom-color: #ec7b00;
}
.my-profile-page .type-menuplacement .my-account .tenant-portal-pages-menu .menu-item .current {
  background: #ec7b00;
  color: #fff;
}
.my-profile-page .content-container.breadcrumb #breadcrumbs li.current {
  background: #ec7b00;
  color: #fff;
}
.my-profile-page .right .type-wslplacement {
  background: #ec7b00;
  color: #fff;
}
.my-profile-page table th {
  background: #ec7b00;
  color: #fff;
}
.my-profile-page table thead th {
  border-right-color: #ff9420;
}
.my-profile-page .current-balance .placement-inner {
  background: #ec7b00;
  color: #fff;
}
.my-profile-page .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:before {
  background-color: #ec7b00;
}
.my-profile-page .tenancy-switcher-wrapper .accounts-list,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.my-profile-page .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy,
.my-profile-page .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy {
  background: #ec7b00;
  color: #fff;
}
.my-profile-page .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy .tncy-id,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy .tncy-id,
.my-profile-page .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy .tncy-id,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy .tncy-id {
  background: #ec7b00;
  color: #fff;
}
.my-profile-page .tenancy-switcher-wrapper .accounts-list .account-item.active .tncy-id,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .account-item.active .tncy-id,
.my-profile-page .tenancy-switcher-wrapper .accounts-list .tenancy-item.active .tncy-id,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item.active .tncy-id {
  background: #ec7b00;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.my-profile-page .tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.my-profile-page .tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.my-profile-page .tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  color: #b96000;
  color: #555459;
}
.my-profile-page .type-wslplacement .wsl-data-table {
  margin-top: 0.5em;
}
.my-profile-page .type-wslplacement .wsl-data-table .td-align-currency,
.my-profile-page .type-wslplacement .wsl-data-table .td-align-number,
.my-profile-page .type-wslplacement .wsl-data-table .td-align-date,
.my-profile-page .type-wslplacement .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
.my-profile-page .type-wslplacement .wsl-data-table .content-headline h2 {
  margin: 0.5em 0 0.5em 0;
}
.my-profile-page .type-wslplacement .wsl-data-table .show-transaction-details:after {
  font-family: 'FontAwesome';
  font-family: "Font Awesome 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-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .my-profile-page .type-wslplacement .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .my-profile-page .type-wslplacement .wsl-data-table th {
    display: none;
  }
  .my-profile-page .type-wslplacement .wsl-data-table td {
    flex: 1 1 200px;
    padding: 0.4rem 0.8rem;
  }
  .my-profile-page .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: #949399;
    padding: 0.2rem 0 0 0;
  }
  .my-profile-page .type-wslplacement .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .my-profile-page .type-wslplacement .wsl-data-table td:first-child:before {
    background: #ec7b00;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .my-profile-page .type-wslplacement .wsl-data-table td:empty {
    display: none;
  }
  .my-profile-page .type-wslplacement .wsl-data-table .td-align-currency,
  .my-profile-page .type-wslplacement .wsl-data-table .td-align-number,
  .my-profile-page .type-wslplacement .wsl-data-table .td-align-date,
  .my-profile-page .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.my-profile-page .type-wslplacement .content-headline h2 {
  margin: 0.5em 0;
}
.my-profile-page .type-wslplacement .profile-pod {
  display: flex;
  flex-wrap: wrap;
}
.my-profile-page .type-wslplacement .profile-pod.tenant-info li,
.my-profile-page .type-wslplacement .profile-pod.tenancy-contact-details li,
.my-profile-page .type-wslplacement .profile-pod.tenancy-info li {
  flex: 1 0 170px;
}
.my-profile-page .type-wslplacement .profile-pod.tenant-info .ti-email,
.my-profile-page .type-wslplacement .profile-pod.tenancy-contact-details .ti-email,
.my-profile-page .type-wslplacement .profile-pod.tenancy-info .ti-email {
  word-break: break-all;
}
.my-profile-page .type-wslplacement .profile-pod li {
  flex: 1 1 auto;
  border-bottom: 1px solid #ddd;
  margin: 0 0.4rem;
  padding: 0.4em 1em 0.4em 0;
}
.my-profile-page .type-wslplacement .profile-pod li .lbl {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ec7b00;
  display: block;
  font-size: 70%;
  font-weight: 700;
  line-height: 1.4;
}
.my-profile-page .type-wslplacement .current-balance .content-wrapper {
  border: 1px solid #ddd;
  border-top: 2px solid #ec7b00;
}
.my-profile-page .type-wslplacement .current-balance .content-item-inner {
  position: relative;
}
.my-profile-page .type-wslplacement .current-balance .content-wrapper-inner {
  padding: 0.8rem 1.6rem;
}
.my-profile-page .type-wslplacement .current-balance .content-headline {
  position: absolute;
  top: -2px;
  left: -1px;
}
@media only screen and (max-width: 768px) {
  .my-profile-page .type-wslplacement .current-balance .content-headline {
    position: static;
  }
}
.my-profile-page .type-wslplacement .current-balance .content-headline h2 {
  background: #ec7b00;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 768px) {
  .my-profile-page .type-wslplacement .current-balance .content-headline h2 {
    display: block;
  }
}
.my-profile-page .type-wslplacement .current-balance .current-balance {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .my-profile-page .type-wslplacement .current-balance .current-balance {
    text-align: center;
  }
}
.my-profile-page .type-wslplacement .current-balance .user-info {
  font-size: 90%;
  display: inline-block;
  text-align: left;
  color: #87868d;
  font-size: 80%;
}
.my-profile-page .type-wslplacement .current-balance .user-info .highlight {
  font-weight: 700;
}
.my-profile-page .type-wslplacement .current-balance .tenancy-balance-item {
  border-top: 1px solid #ddd;
  margin: 0.5em 0 0.4rem 0;
  padding: 1em 0 0 0;
}
.my-profile-page .type-wslplacement .current-balance .tenancy-balance-item:first-child {
  border-top: none;
  padding: 0.4rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .my-profile-page .type-wslplacement .current-balance .tenancy-balance-item:first-child {
    padding: 0.25em 0 0 0;
  }
}
.my-profile-page .type-wslplacement .current-balance .single-tenancy .total-balance {
  margin: 0;
}
.my-profile-page .type-wslplacement .current-balance .total-balance {
  font-size: 5vw;
  display: inline-block;
  padding: 0.4rem 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .my-profile-page .type-wslplacement .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: 768px) {
  .my-profile-page .type-wslplacement .current-balance .dwelling {
    display: block;
    text-align: center;
  }
}
.report-tree-placeholder #EMERGENCY .rt-node-head:before {
  background-color: #c0392b;
}
.report-tree-placeholder #EMERGENCY .rt-node-name {
  color: #c0392b;
}
.report-tree-placeholder #RESPONSIBILITIES .rt-node-head:before {
  background-color: #ec7b00;
}
.faq-page #container .main-content .main-article-area-7 .site-search .type-select-buttons {
  display: none;
}
.faq-page #container .main-content .main-article-area-7 .site-search .content-headline {
  display: none;
}
.faq-page #container .main-content .main-article-area-7 .site-search .search-inputs {
  text-align: center;
}
.faq-page #container .main-content .main-article-area-7 .site-search .search-inputs input[type="search"] {
  width: 70%!important;
}
.faq-page #container .main-content .main-article-area-7 .site-search label {
  display: none;
}
.page-iframed body {
  background: white;
  padding-top: 0;
}
.page-iframed .header-acc-wrap,
.page-iframed .site-footer-row {
  display: none;
}
.timeline .content-container {
  background: none;
}
.timeline #sidemenu {
  display: none;
}
.timeline .middle {
  max-width: 1000px;
  margin: 2px auto 0 auto;
}
.timeline .middle .alt-wrap {
  position: relative;
}
.timeline .middle .alt-wrap .alt {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  font-size: 225%;
  line-height: 0;
  opacity: 0;
  z-index: 90;
  -webkit-text-shadow: 0 4px 6px #000;
  -moz-text-shadow: 0 4px 6px #000;
  text-shadow: 0 4px 6px #000;
  transition: all 0.2s ease-out;
}
.timeline .middle .alt-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3999d9;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.timeline .middle .placement-row-wrapper {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.timeline .middle .placement-row-wrapper:nth-child(1),
.timeline .middle .placement-row-wrapper:nth-child(2) {
  opacity: 1;
}
.timeline .breadcrumb,
.timeline .site-article-footer-row,
.timeline .totals-count {
  display: none;
}
.timeline #site-footer-row {
  margin-top: 0;
}
.timeline .main-content {
  color: #fff;
  background-image: url("../images/_site/images/petrus-background.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  background-attachment: fixed;
  font-family: 'Stag Sans Web', sans-serif;
}
.timeline .main-content .content-headline h2 {
  border-bottom: none;
  margin-bottom: -1em;
  font-size: 220%;
  -webkit-text-shadow: 0 4px 6px #000;
  -moz-text-shadow: 0 4px 6px #000;
  text-shadow: 0 4px 6px #000;
}
.timeline .main-content:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  content: '';
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 0;
}
.timeline .main-content .main-wrapper {
  z-index: 1;
  position: relative;
}
.timeline .type-listtextcontent {
  text-align: center;
  margin-bottom: 2em;
}
.timeline .type-listtextcontent .content-items-list {
  text-align: left;
}
.timeline .type-listtextcontent .content-items-list .cl-headline {
  display: none;
}
.timeline .type-listtextcontent .content-items-list .list-content-item {
  width: 49.5%;
}
.timeline .type-listtextcontent .content-items-list .list-content-item:nth-child(odd) {
  float: left;
  margin-right: 0.5%;
}
.timeline .type-listtextcontent .content-items-list .list-content-item:nth-child(even) {
  float: right;
}
.timeline .type-listtextcontent .content-items-list .list-content-item p,
.timeline .type-listtextcontent .content-items-list .list-content-item h3,
.timeline .type-listtextcontent .content-items-list .list-content-item h4,
.timeline .type-listtextcontent .content-items-list .list-content-item h2 {
  padding: 1em;
}
.timeline .type-listtextcontent .content-items-list .list-content-item p img,
.timeline .type-listtextcontent .content-items-list .list-content-item h3 img,
.timeline .type-listtextcontent .content-items-list .list-content-item h4 img,
.timeline .type-listtextcontent .content-items-list .list-content-item h2 img {
  margin: -1em;
}
.timeline .type-listtextcontent .content-items-list .list-content-item.has-image .content-main-image {
  max-width: 100%;
}
.timeline .type-listtextcontent .content-items-list .list-content-item.has-image .cl-summary {
  margin: 0;
}
.timeline .type-listtextcontent .content-items-list .list-content-item p,
.timeline .type-listtextcontent .content-items-list .list-content-item h2,
.timeline .type-listtextcontent .content-items-list .list-content-item h3,
.timeline .type-listtextcontent .content-items-list .list-content-item .content-main-image {
  transition: all 0.2s ease-out;
}
.timeline .type-listtextcontent .content-items-list .list-content-item p:hover,
.timeline .type-listtextcontent .content-items-list .list-content-item h2:hover,
.timeline .type-listtextcontent .content-items-list .list-content-item h3:hover,
.timeline .type-listtextcontent .content-items-list .list-content-item .content-main-image:hover {
  transform: scale(1.05);
  z-index: 1000;
}
.timeline .type-listtextcontent .content-headline {
  position: relative;
  z-index: 2000;
}
.timeline .type-listtextcontent .content-headline:before {
  content: '';
  background-image: url("../images/_site/icons/p-icon.png");
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  top: -55px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  margin: 0 auto;
  background-size: cover;
}
.timeline .content-main-image {
  transition: all 0.2s ease-out;
}
.timeline .content-main-image:hover {
  transition: all 0.2s ease-out;
}
.timeline .timeline-style-1 .list-content-item:nth-child(even) p:nth-child(1) {
  background: #3999d9;
  width: 90%;
}
.timeline .timeline-style-1 .list-content-item:nth-child(even) p:nth-child(1):hover {
  background: #0091ff;
  transform: scale(1);
}
.timeline .timeline-style-1 .list-content-item:nth-child(even) p:nth-child(2) {
  background: #161b43;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-1 .list-content-item:nth-child(even) {
    order: 1;
  }
  .timeline .timeline-style-1 .list-content-item:nth-child(even) p:nth-child(3) {
    display: none;
  }
  .timeline .timeline-style-1 .list-content-item:nth-child(odd) {
    order: 2;
  }
  .timeline .timeline-style-1 .list-content-item:nth-child(odd) p:nth-child(1) {
    display: none;
  }
}
.timeline .timeline-style-1 .content-main-image {
  position: relative;
}
.timeline .timeline-style-2 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 70%;
  background: #161b43;
  float: right;
}
.timeline .timeline-style-2 .list-content-item:nth-child(odd) p:nth-child(1):hover {
  background: #007d4b;
  transform: scale(1);
}
.timeline .timeline-style-2 .list-content-item .alt-wrap:after {
  background: #ec7b00;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-2 .list-content-item:nth-child(even) {
    order: 1;
  }
  .timeline .timeline-style-2 .list-content-item:nth-child(even) p:nth-child(3) {
    display: none;
  }
  .timeline .timeline-style-2 .list-content-item:nth-child(odd) {
    order: 2;
  }
  .timeline .timeline-style-2 .list-content-item:nth-child(odd) p:nth-child(1) {
    display: none;
  }
}
.timeline .timeline-style-3 .list-content-item:nth-child(odd) .content-main-image {
  float: right;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-3 .list-content-item:nth-child(odd) .content-main-image {
    width: auto;
  }
}
.timeline .timeline-style-3 .list-content-item:nth-child(odd) p:nth-child(1),
.timeline .timeline-style-3 .list-content-item:nth-child(odd) h3:nth-child(1) {
  clear: both;
  float: right;
  width: 60%;
  background: #3999d9;
}
.timeline .timeline-style-3 .list-content-item:nth-child(even) p:nth-child(1) {
  width: 70%;
  background: #3999d9;
}
.timeline .timeline-style-3 .list-content-item:nth-child(even) p:nth-child(1):hover {
  background: #3999d9;
}
.timeline .timeline-style-3 .list-content-item:nth-child(even) .content-main-image img {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-3 .list-content-item:nth-child(even) .content-main-image img {
    width: auto;
  }
}
.timeline .timeline-style-12 .list-content-item .content-main-image {
  float: left;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-12 .list-content-item .content-main-image {
    width: auto;
  }
}
.timeline .timeline-style-12 .list-content-item:nth-child(odd) p:nth-child(1) {
  background: #88b700;
}
.timeline .timeline-style-12 .list-content-item:nth-child(even) h3:nth-child(1),
.timeline .timeline-style-12 .list-content-item:nth-child(even) p:nth-child(1) {
  width: 85%;
  background: #007d4b;
}
.timeline .timeline-style-12 .list-content-item:nth-child(even) h3:nth-child(1):hover,
.timeline .timeline-style-12 .list-content-item:nth-child(even) p:nth-child(1):hover {
  background: #88b700;
  transform: scale(1);
}
.timeline .timeline-style-12 .list-content-item .alt-wrap:after {
  background: #88b700;
}
.timeline .timeline-style-4 .list-content-item:nth-child(odd) p:nth-child(1),
.timeline .timeline-style-4 .list-content-item:nth-child(odd) h2:nth-child(1) {
  width: 55%;
  float: right;
}
.timeline .timeline-style-4 .list-content-item:nth-child(odd) p:nth-child(2) {
  float: right;
  width: 70%;
  margin: 0;
}
.timeline .timeline-style-4 .list-content-item:nth-child(odd) p:nth-child(3) {
  float: right;
  width: 40%;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-4 .list-content-item:nth-child(odd) p:nth-child(3) {
    display: none;
  }
}
.timeline .timeline-style-4 .list-content-item:nth-child(even) .content-main-image {
  width: 80%;
  float: none;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-4 .list-content-item:nth-child(even) .content-main-image {
    width: auto;
  }
}
.timeline .timeline-style-4 .list-content-item:nth-child(even) p:nth-child(1) {
  width: 80%;
  background: #161b43;
}
.timeline .timeline-style-4 .list-content-item .alt-wrap:after {
  background: #161b43;
}
.timeline .timeline-style-5 .list-content-item:nth-child(even) p:nth-child(1) {
  width: 55%;
}
.timeline .timeline-style-5 .list-content-item:nth-child(even) p:nth-child(2) {
  width: 85%;
  background: #88b700;
}
.timeline .timeline-style-5 .list-content-item:nth-child(even) p:nth-child(2):hover {
  background: #007d4b;
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-5 .list-content-item:nth-child(even) p:nth-child(2) {
    display: none;
  }
}
.timeline .timeline-style-5 .list-content-item:nth-child(odd) p:nth-child(1) {
  background: #3999d9;
}
.timeline .timeline-style-5 .alt-wrap:after {
  background: #007d4b;
}
.timeline .timeline-style-6 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 90%;
  background: #007d4b;
  float: right;
}
.timeline .timeline-style-6 .list-content-item:nth-child(even) p:nth-child(1) {
  background: #88b700;
}
.timeline .timeline-style-6 .list-content-item:nth-child(even) p:nth-child(1):hover {
  background: #161b43;
  transform: scale(1.05);
}
.timeline .timeline-style-6 .list-content-item:nth-child(even) p:nth-child(2) {
  background: #3999d9;
}
.timeline .timeline-style-6 .list-content-item:nth-child(even) p:nth-child(2):hover {
  background: #161b43;
  transform: scale(1.05);
}
.timeline .timeline-style-6 .list-content-item:nth-child(even) p:nth-child(2) {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-6 .list-content-item:nth-child(even) {
    order: 1;
  }
  .timeline .timeline-style-6 .list-content-item:nth-child(even) p:nth-child(3) {
    display: none;
  }
  .timeline .timeline-style-6 .list-content-item:nth-child(odd) {
    order: 2;
  }
}
.timeline .timeline-style-7 .list-content-item:nth-child(odd) p:nth-child(1),
.timeline .timeline-style-7 .list-content-item:nth-child(odd) h3:nth-child(1) {
  width: 75%;
  background: #007d4b;
  float: right;
  margin-bottom: 0;
  clear: both;
}
.timeline .timeline-style-7 .list-content-item:nth-child(odd) p:nth-child(1):hover,
.timeline .timeline-style-7 .list-content-item:nth-child(odd) h3:nth-child(1):hover {
  background: #3999d9;
  transform: scale(1);
}
.timeline .timeline-style-7 .list-content-item:nth-child(odd) p:nth-child(2) {
  float: right;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-7 .list-content-item:nth-child(odd) p:nth-child(2) {
    display: none;
  }
}
.timeline .timeline-style-7 .list-content-item:nth-child(even) p:nth-child(1) {
  width: 80%;
  background: #161b43;
  float: left;
}
.timeline .timeline-style-8 .list-content-item:nth-child(odd) p:nth-child(1) {
  background: #3999d9;
  float: right;
  margin-bottom: 0;
  clear: both;
  font-size: 1.2em;
}
.timeline .timeline-style-8 .list-content-item:nth-child(odd) p:nth-child(1):hover {
  background: #0091ff;
  transform: scale(1);
}
.timeline .timeline-style-8 .list-content-item:nth-child(even) p:nth-child(1) {
  width: 80%;
  background: #88b700;
}
.timeline .timeline-style-8 .list-content-item:nth-child(even) p:nth-child(2) {
  width: 90%;
}
.timeline .timeline-style-8 .alt-wrap:after {
  background: #66009b;
}
.timeline .timeline-style-9 .list-content-item:nth-child(odd) .content-main-image {
  width: 65%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-9 .list-content-item:nth-child(odd) .content-main-image {
    float: none;
    width: auto;
  }
}
.timeline .timeline-style-9 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 55%;
  background: #88b700;
  float: right;
  clear: both;
}
.timeline .timeline-style-9 .list-content-item:nth-child(odd) p:nth-child(1):hover {
  background: #007d4b;
  transform: scale(1);
}
.timeline .timeline-style-9 .list-content-item:nth-child(odd) p:nth-child(2) {
  width: 40%;
  clear: both;
  float: right;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-9 .list-content-item:nth-child(odd) p:nth-child(2) {
    display: none;
  }
}
.timeline .timeline-style-9 .list-content-item:nth-child(even) p:nth-child(1) {
  width: 90%;
  background: #161b43;
}
.timeline .timeline-style-9 .list-content-item:nth-child(even) p:nth-child(2) {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-9 .list-content-item:nth-child(even) p:nth-child(2) {
    display: none;
  }
}
.timeline .timeline-style-9 .list-content-item:nth-child(even) p:nth-child(3) {
  width: 60%;
  background: #88b700;
}
.timeline .timeline-style-10 .list-content-item .content-main-image {
  width: 75%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-10 .list-content-item .content-main-image {
    width: auto;
    float: none;
  }
}
.timeline .timeline-style-10 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 80%;
  background: #88b700;
  float: right;
}
.timeline .timeline-style-10 .list-content-item:nth-child(even) p:nth-child(1) {
  background: #3999d9;
}
.timeline .timeline-style-10 .list-content-item:nth-child(even) p:nth-child(2) {
  width: 85%;
}
.timeline .timeline-style-11 .list-content-item .content-main-image {
  width: 75%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-11 .list-content-item .content-main-image {
    width: auto;
    float: none;
  }
}
.timeline .timeline-style-11 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 80%;
  background: #161b43;
  float: right;
}
.timeline .timeline-style-13 .list-content-item:nth-child(odd) p:nth-child(2) {
  width: 100%;
  float: right;
}
.timeline .timeline-style-13 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 80%;
  background: #88b700;
  float: right;
}
.timeline .timeline-style-13 .list-content-item:nth-child(even) p:nth-child(1) {
  background: #3999d9;
}
.timeline .timeline-style-14 .list-content-item .content-main-image {
  float: left;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-14 .list-content-item .content-main-image {
    width: auto;
    float: none;
  }
}
.timeline .timeline-style-14 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 80%;
  background: #161b43;
  float: right;
}
.timeline .timeline-style-14 .list-content-item:nth-child(odd) p:nth-child(2) {
  width: 60%;
  background: #3999d9;
  float: right;
}
.timeline .timeline-style-15 .list-content-item:nth-child(odd) p:nth-child(2) {
  width: 100%;
  float: right;
}
.timeline .timeline-style-15 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 80%;
  background: #88b700;
  float: right;
}
.timeline .timeline-style-15 .list-content-item:nth-child(even) p:nth-child(2) {
  background: #3999d9;
  width: 70%;
}
.timeline .timeline-style-15 .list-content-item:nth-child(even) p:nth-child(1) {
  background: #ff009b;
}
.timeline .timeline-style-16 .list-content-item .content-main-image {
  float: left;
}
@media only screen and (max-width: 768px) {
  .timeline .timeline-style-16 .list-content-item .content-main-image {
    width: auto;
    float: none;
  }
}
.timeline .timeline-style-16 .list-content-item:nth-child(odd) p:nth-child(1) {
  width: 80%;
  background: #161b43;
  float: right;
}
.timeline .timeline-style-16 .list-content-item:nth-child(odd) p:nth-child(2) {
  width: 60%;
  background: #3999d9;
  float: right;
}
@media only screen and (max-width: 768px) {
  .timeline .type-listtextcontent .content-items-list {
    display: flex;
    flex-wrap: wrap;
  }
  .timeline .type-listtextcontent .content-items-list .list-content-item {
    flex-grow: 1;
    margin: 0;
    width: auto;
    float: none;
  }
  .timeline .type-listtextcontent .content-items-list .list-content-item p,
  .timeline .type-listtextcontent .content-items-list .list-content-item h2,
  .timeline .type-listtextcontent .content-items-list .list-content-item h3,
  .timeline .type-listtextcontent .content-items-list .list-content-item h4,
  .timeline .type-listtextcontent .content-items-list .list-content-item img {
    float: none!important;
    margin: 0.5em 0 !important;
    width: 100%!important;
  }
  .timeline .type-listtextcontent .content-items-list .list-content-item p img {
    display: none;
  }
  .timeline .type-listtextcontent .content-items-list .list-content-item:nth-child(odd),
  .timeline .type-listtextcontent .content-items-list .list-content-item:nth-child(even) {
    float: none;
    clear: both;
  }
}
.timeline .content-headline .pod-heading h2 {
  text-shadow: none;
  font-size: 160%;
}
.home-page .sidemenu-parent {
  display: none;
}
.home-page #accessibility-controls .content-container,
.home-page #site-header-row .content-container {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .home-page #site-header-row .logo-container {
    padding-left: 0.5em;
  }
}
.home-page .main-wrapper {
  width: 100%;
}
.home-page #site-content-top-row .placement-row-2 .page-placement {
  padding: 0;
}
.home-page #site-content-top-row .page-placement.type-general {
  padding: 0;
}
.home-page #site-content-top-row .page-placement.type-general .placement-inner {
  margin: 0;
  background-color: rgba(22, 27, 67, 0.8);
  padding: 1em 25%;
  margin-top: -4.5em;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .home-page #site-content-top-row .page-placement.type-general .placement-inner {
    display: none;
  }
}
.home-page #site-content-top-row .site-search .content-headline {
  display: none;
}
.home-page #site-content-top-row .site-search .search-inputs {
  position: relative;
}
.home-page #site-content-top-row .site-search .search-inputs label {
  display: none;
}
.home-page #site-content-top-row .site-search .search-inputs input[type="search"],
.home-page #site-content-top-row .site-search .search-inputs input[type="text"] {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  padding: 0.75em;
  border-radius: 8px;
  border: none;
}
.home-page #site-content-top-row .site-search .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-page #site-content-top-row .site-search .search-inputs .submit-wrap input[type="submit"] {
  height: 100%;
  width: 42px;
  border: none;
  border-radius: 0;
  background: transparent;
  background-image: url("/base-install/images/_site/icons/search-orange.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 0;
  color: transparent;
  transition: opacity 0.3s ease-in-out;
}
.home-page #site-content-top-row .site-search .search-inputs .submit-wrap input[type="submit"]:hover,
.home-page #site-content-top-row .site-search .search-inputs .submit-wrap input[type="submit"]:focus,
.home-page #site-content-top-row .site-search .search-inputs .submit-wrap input[type="submit"]:active {
  opacity: 0.6;
}
.home-page #site-content-top-row .site-search .advanced-search {
  display: none;
}
.home-page .middle .placement-row-3-up {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1;
  justify-content: space-between;
}
.home-page .middle .placement-row-3-up .page-placement {
  width: 25%;
  flex: 1 1 25%;
  border-top: solid 4px #fff;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .placement-row-3-up .page-placement {
    flex: 1 1 100%;
  }
}
.home-page .middle .placement-row-3-up .page-placement:nth-child(2) {
  border-right: solid 4px #fff;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .placement-row-3-up .page-placement:nth-child(2) {
    border-right: none;
  }
}
.home-page .middle .placement-row-3-up .page-placement:first-child {
  width: 50%;
  flex: 1 1 50%;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .placement-row-3-up .page-placement:first-child {
    flex: 1 1 100%;
  }
}
.home-page .middle .placement-row-2-up {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .placement-row-2-up {
    border-top: none;
  }
}
.home-page .middle .placement-row-2-up .page-placement {
  flex: 1 1 410px;
  border-top: solid white 4px;
}
.home-page .middle .banner-with-text {
  padding-top: 4px;
}
.home-page .middle .grid-blog .placement-inner,
.home-page .middle .banner-with-text .placement-inner {
  margin: 0 !important;
}
.home-page .middle .grid-blog .placement-inner .content-headline h2,
.home-page .middle .banner-with-text .placement-inner .content-headline h2,
.home-page .middle .grid-blog .placement-inner .content-headline h3,
.home-page .middle .banner-with-text .placement-inner .content-headline h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .grid-blog .placement-inner .content-headline h2,
  .home-page .middle .grid-blog .placement-inner .content-headline h3 {
    text-align: left !important;
    margin: 0.25em 2vw 0.75em 2.5vw !important;
    font-size: 22px;
  }
}
.social-icons {
  list-style: none;
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: flex-start;
}
.social-icons li {
  display: inline-flex;
}
.social-icons a {
  border-radius: 50%;
  text-decoration: none;
  font-size: 0;
}
.social-icons a:before {
  width: 2em;
  height: 2em;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 16px;
}
#container .social-icons a:before {
  display: flex;
  font-family: "Font Awesome Brands";
}
.social-icons a:hover:before,
.social-icons a:focus:before,
.social-icons a:active:before {
  border-radius: 50%;
}
.main-editor-output .social-icons a[href*="facebook"]:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f39e";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.main-editor-output .social-icons a[href*="twitter"]:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\𝕏";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.main-editor-output .social-icons a[href*="linkedin"]:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e1";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.main-editor-output .social-icons a[href*="instagram"]:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.main-editor-output .social-icons a[href*="youtube"]:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f167";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.main-editor-output .social-icons a[href*="x"]:before {
  font-family: 'FontAwesome';
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\𝕏";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
@font-face {
  font-family: "Font Awesome 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 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 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 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");
}
.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;
}
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 13pt;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  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;
  }
}
/*# sourceMappingURL=styles.css.map */