@charset 'utf-8';
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: #4F4E4E;
}
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 ====*/
.contained {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
/*
	Containment options: contained, semi, open, boxed.
	classic: Everything is constrained within @max-site-width defined above, some sections (accessibility bar, header row, banner row, footer row) will have their containers run full width, to allow borders or shadows to span the viewport
	Semi: Banner Row, Top Row and Bottom Row will span the full width of the viewport
	Open: The site will not be contained and will only be constrained by the browser viewport.
	Boxed: Everything is contained within @max-site-width, no exceptions.
*/
/*
OPTION 1: The classic Flexbox settings: flex-box (LEGACY VERSION)
OPTION 2: The all new CSS Grid method: css-grids (2021);
*/
/*==== SET MAIN DESIGN VARIABLES ====*/
#accessibility-controls {
  background-color: #383B3C;
}
#site-header-row {
  background-color: #fff;
}
#site-nav-row {
  background-color: #233588;
}
@media only screen and (max-width: 840px) {
  #site-nav-row {
    background: #1e2d74;
  }
}
#site-footer-row {
  background: #233588;
}
/*			Full NHS Colour palette			*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
  margin: 0.6em 0;
}
.content-headline h2,
.content-headline h3 {
  font-size: 1.5625em;
  font-weight: 700;
  color: #233588;
  margin-bottom: 0.25em;
}
blockquote {
  margin: 2em 0 1em;
  padding: 1.3em 4.5em;
  background: rgba(35, 53, 136, 0.1);
  position: relative;
  border-radius: 0px;
}
blockquote:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  font-size: 2em;
  color: rgba(35, 53, 136, 0.3);
  font-weight: 900;
}
blockquote:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10e";
  display: inline-block;
  position: absolute;
  bottom: 0.4em;
  right: 0.5em;
  font-size: 2em;
  color: rgba(35, 53, 136, 0.3);
  font-weight: 900;
}
ul,
ol {
  margin: 0.1em 0;
  padding: 0 2em;
}
ul li,
ol li {
  margin: 0.2em 0;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/font-awesome-5/fa-solid-900.eot');
  src: url('../fonts/font-awesome-5/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome-5/fa-solid-900.woff2') format('woff2'), url('../fonts/font-awesome-5/fa-solid-900.woff') format('woff'), url('../fonts/font-awesome-5/fa-solid-900.ttf') format('truetype'), url('../fonts/font-awesome-5/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/font-awesome-5/fa-light-300.eot');
  src: url('../fonts/font-awesome-5/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome-5/fa-light-300.woff2') format('woff2'), url('../fonts/font-awesome-5/fa-light-300.woff') format('woff'), url('../fonts/font-awesome-5/fa-light-300.ttf') format('truetype'), url('../fonts/font-awesome-5/fa-light-300.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/font-awesome-5/fa-brands-400.eot');
  src: url('../fonts/font-awesome-5/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome-5/fa-brands-400.woff2') format('woff2'), url('../fonts/font-awesome-5/fa-brands-400.woff') format('woff'), url('../fonts/font-awesome-5/fa-brands-400.ttf') format('truetype'), url('../fonts/font-awesome-5/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/font-awesome-5/fa-regular-400.eot');
  src: url('../fonts/font-awesome-5/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome-5/fa-regular-400.woff2') format('woff2'), url('../fonts/font-awesome-5/fa-regular-400.woff') format('woff'), url('../fonts/font-awesome-5/fa-regular-400.ttf') format('truetype'), url('../fonts/font-awesome-5/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/font-awesome-5/fa-solid-900.eot');
  src: url('../fonts/font-awesome-5/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome-5/fa-solid-900.woff2') format('woff2'), url('../fonts/font-awesome-5/fa-solid-900.woff') format('woff'), url('../fonts/font-awesome-5/fa-solid-900.ttf') format('truetype'), url('../fonts/font-awesome-5/fa-solid-900.svg#fontawesome') format('svg');
}
.fonticon,
[data-icon]:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}
.content-image-aligned-left,
.content-image-aligned-right {
  max-width: 100%;
  height: auto;
}
.content-image-aligned-left {
  float: left;
  margin: 0.5em 2.5em 1em 0;
}
.content-image-aligned-right {
  float: right;
  margin: 0.5em 0 1em 2.5em;
}
img,
video,
iframe,
audio {
  max-width: 100%;
}
table img {
  max-width: none;
}
.map-wrapper-inner img {
  max-width: none!important;
}
a {
  color: #233588;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:visited {
  color: #131d4b;
}
.main-editor-output a:not(.cta) {
  text-decoration: underline;
}
.main-editor-output a:not(.cta):focus,
.main-editor-output a:not(.cta):active,
.main-editor-output a:not(.cta):hover {
  text-decoration: underline !important;
  border-bottom: 1px dashed black;
}
/*
.cta {
  background: @primary;
  color: @bright-white;
  display: inline-block;
}
*/
.decoration-left a:focus,
.slider-controls a:focus {
  outline: 2px dotted grey !important;
}
.container .cta {
  background-color: #233588;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .container .cta {
    min-width: 0;
    width: 100%;
  }
}
.container .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.container .cta:hover,
.container .cta:focus,
.container .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #2d45b1;
}
.container .cta:hover:after,
.container .cta:focus:after,
.container .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.container .cta:focus {
  outline: 2px dotted grey !important;
}
.cta-contact {
  background: #0072CE;
  color: #fff;
  display: inline-block;
  padding: 0.5em 2em 0.5em 1em;
  font-weight: 400;
  transform: translateY(0);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 6px;
}
@media only screen and (max-width: 840px) {
  .cta-contact {
    min-width: 0;
  }
}
.cta-contact:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f098";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}
.cta-contact:visited {
  color: #fff;
}
.cta-contact:hover,
.cta-contact:focus,
.cta-contact:active {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 3px 6px rgba(12, 12, 12, 0.22);
}
.cta-contact:hover:before,
.cta-contact:focus:before,
.cta-contact:active:before {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.cta-chat {
  background: #80BA27;
  color: #fff;
  display: inline-block;
  padding: 0.5em 2em 0.5em 1em;
  font-weight: 400;
  transform: translateY(0);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 6px;
}
@media only screen and (max-width: 840px) {
  .cta-chat {
    min-width: 0;
  }
}
.cta-chat:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2d0";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}
.cta-chat:visited {
  color: #fff;
}
.cta-chat:hover,
.cta-chat:focus,
.cta-chat:active {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 3px 6px rgba(12, 12, 12, 0.22);
}
.cta-chat:hover:before,
.cta-chat:focus:before,
.cta-chat:active:before {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
table {
  width: 100%;
}
@media only screen and (max-width: 840px) {
  table {
    font-size: 90%;
  }
}
table th,
table td {
  padding: 0.75em;
}
@media only screen and (max-width: 840px) {
  table th,
  table td {
    padding: 0.3em;
  }
}
table th {
  background: #233588;
  color: #fff;
  text-align: left;
}
table thead th {
  border-right: solid 2px #5a68a6;
}
table thead th:last-child {
  border-right: none;
}
table tbody tr:nth-child(even) td {
  background: #f9fbfc;
}
table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
table tbody tr:hover td {
  background: #f3f7f8;
}
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;
  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: 2px solid #ddd;
  padding: 0.5em;
  border-radius: 0px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  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: #919ac4;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#container textarea {
  box-sizing: border-box;
  border: 2px solid #ddd;
  padding: 0.5em;
  border-radius: 0px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 8em;
  resize: vertical;
}
#container textarea:hover,
#container textarea:focus {
  border-color: #919ac4;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#container .col select {
  width: 100%;
}
#container button,
#container input[type="submit"] {
  border: none;
  background: #233588;
  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,
#container button:active,
#container input[type="submit"]:active {
  background: #131d4b;
  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 select,
body.form-in-new-window select {
  background-color: #fff;
  background-image: url("/base-install/images/arrows/select.png");
  background-position: center right 0.5em;
  background-size: 14px;
  background-repeat: no-repeat;
  border: 2px solid #ddd;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em 2em 0.5em 0.5em;
  margin-top: 0.5em;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
#container select:hover,
body.form-in-new-window select:hover,
#container select:focus,
body.form-in-new-window select:focus,
#container select:active,
body.form-in-new-window select:active {
  border-color: #919ac4;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
ul.ui-autocomplete {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #a3b0b6;
  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: #f6f9fa;
}
#registration-form .error {
  padding: 1.875em;
  border-left: 4px solid #DA291C;
  background-color: rgba(218, 41, 28, 0.1);
  font-size: 1.25em;
  font-weight: 700;
  color: #DA291C;
  margin-bottom: 0.5em;
}
#registration-form .pw-reset-form {
  margin-bottom: 1.5em;
}
#registration-form .pw-reset-form .logon-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#registration-form .pw-reset-form .information {
  font-size: 1.5625em;
  font-weight: 700;
}
#registration-form #logonForm > div.information:only-child {
  padding: 1.875em;
  border-left: 4px solid #006747;
  background-color: rgba(0, 103, 71, 0.1);
  font-size: 1.25em;
  font-weight: 700;
  color: #006747;
  margin-bottom: 0.5em;
}
* {
  box-sizing: border-box;
}
.content-container {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
}
@media only screen and (max-width: 840px) {
  .wrapper {
    float: none;
    width: auto;
  }
}
.main-cols-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 1.5em;
  gap: 1em;
}
.home-page .main-cols-container {
  padding-top: 0;
}
@media only screen and (max-width: 840px) {
  .main-cols-container {
    flex-wrap: wrap;
  }
}
.main-cols-container .wrapper {
  order: 2;
  flex: 1 1 auto;
}
@media only screen and (max-width: 840px) {
  .main-cols-container .wrapper {
    order: 1;
    flex: 0 0 100%;
  }
}
.main-cols-container .col.left {
  order: 1;
}
@media only screen and (max-width: 840px) {
  .main-cols-container .col.left {
    order: 2;
  }
}
.main-cols-container .col.right {
  order: 3;
}
@media only screen and (max-width: 840px) {
  .main-cols-container .col.right {
    order: 3;
  }
}
.layout_0_1 .col,
.layout_1_0 .col {
  flex: 0 0 300px;
}
@media only screen and (max-width: 840px) {
  .layout_0_1 .col,
  .layout_1_0 .col {
    flex: 0 0 100%;
  }
}
.layout_1_1 .col {
  flex: 0 0 300px;
}
@media only screen and (max-width: 840px) {
  .layout_1_1 .col {
    flex: 0 0 100%;
  }
}
/* complex layouts to move here */
.style-picker {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 1000;
  cursor: move;
}
.style-picker .picker-window {
  background: rgba(0, 114, 206, 0.6);
  border-radius: 5px;
}
.style-picker .picker-window .style-display h2 {
  color: #fff;
  padding: 0.5em 0.75em;
  margin: 0;
}
.style-picker .picker-window .controlpad-wrapper {
  width: auto;
}
.style-picker .picker-window .controlpad-wrapper .digit-wrapper {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(5, 3em);
  grid-template-rows: repeat(2, 3em);
  list-style: none;
  grid-gap: 0.5em;
  padding: 0 1em 1em 1em;
}
.style-picker .picker-window .controlpad-wrapper .digit-wrapper li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}
.style-picker .picker-window .controlpad-wrapper .digit-wrapper li:nth-child(odd) {
  background: #f6f9fa;
}
.style-picker .picker-window .controlpad-wrapper .digit-wrapper li:nth-child(odd):hover {
  background: #d5e3e8;
}
.style-picker .picker-window .controlpad-wrapper .digit-wrapper li:nth-child(even) {
  background: #E8EDEE;
}
.style-picker .picker-window .controlpad-wrapper .digit-wrapper li:nth-child(even):hover {
  background: #cbd6d8;
}
.placement-row {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 840px) {
  .placement-row {
    flex-wrap: wrap;
  }
}
.placement-row:has([class*='boxed']) {
  gap: 0.75em;
}
.page-placement {
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.no-flexbox .page-placement {
  float: left;
}
@media only screen and (max-width: 840px) {
  #container .page-placement {
    flex: 0 0 100%;
    float: none;
    width: auto;
  }
}
.placement-inner {
  margin: 0 0.5em;
  width: 100%;
  height: 100%;
}
.placement-row-1-up .page-placement {
  flex: 1 1 100%;
}
.no-flexbox .placement-row-1-up .page-placement {
  width: 100%;
}
.placement-row-2-up .page-placement {
  flex: 1 1 45%;
}
.no-flexbox .placement-row-2-up .page-placement {
  width: 50%;
}
.placement-row-3-up .page-placement {
  flex: 1 1 30%;
}
.no-flexbox .placement-row-3-up .page-placement {
  width: 33.33333333%;
}
.placement-row-4-up .page-placement {
  flex: 1 1 22.5%;
}
.no-flexbox .placement-row-4-up .page-placement {
  width: 25%;
}
.placement-row-5-up .page-placement {
  flex: 1 1 18%;
}
.no-flexbox .placement-row-5-up .page-placement {
  width: 20%;
}
.placement-row-6-up .page-placement {
  flex: 1 1 15%;
}
.no-flexbox .placement-row-6-up .page-placement {
  width: 16.66666667%;
}
.placement-row-7-up .page-placement {
  flex: 1 1 12.85714286%;
}
.no-flexbox .placement-row-7-up .page-placement {
  width: 14.28571429%;
}
.placement-row-8-up .page-placement {
  flex: 1 1 11.25%;
}
.no-flexbox .placement-row-8-up .page-placement {
  width: 12.5%;
}
.placement-row-9-up .page-placement {
  flex: 1 1 10%;
}
.no-flexbox .placement-row-9-up .page-placement {
  width: 11.11111111%;
}
.placement-row-10-up .page-placement {
  flex: 1 1 9%;
}
.no-flexbox .placement-row-10-up .page-placement {
  width: 10%;
}
.placement-row-11-up .page-placement {
  flex: 1 1 8.18181818%;
}
.no-flexbox .placement-row-11-up .page-placement {
  width: 9.09090909%;
}
.placement-row-12-up .page-placement {
  flex: 1 1 7.5%;
}
.no-flexbox .placement-row-12-up .page-placement {
  width: 8.33333333%;
}
#container #main-content #site-content-top-row .placement-row-1-up .type-textcontent .placement-inner,
#container #main-content #site-content-bottom-row .placement-row-1-up .type-textcontent .placement-inner {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
  padding: 0 0.5em;
}
html,
body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  position: relative;
  transition: left 0.4s ease;
  left: 0;
  overflow-x: hidden;
}
@media only screen and (max-width: 840px) {
  html {
    overflow-x: visible;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 840px) {
  body {
    font-size: 1.6em;
  }
}
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container #main-content {
  flex: 1 0 auto;
}
.container #main-content .content-container {
  width: 100%;
  max-width: none;
  margin: 0;
}
.container #main-content .content-container .dynamic-cols-wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
}
.container #main-content .content-container #site-content-top-row .page-placement,
.container #main-content .content-container #site-content-bottom-row .page-placement {
  padding: 0;
}
.container #main-content .content-container #site-content-top-row .page-placement .placement-inner,
.container #main-content .content-container #site-content-bottom-row .page-placement .placement-inner {
  margin: 0;
}
#site-content-top-row .page-placement {
  padding: 0;
}
#site-content-top-row .page-placement .placement-inner {
  margin: 0;
}
html.top-nav-open {
  left: -40vw;
}
@media only screen and (min-width: 841px) {
  html.top-nav-open {
    left: 0;
  }
}
#main-content {
  padding-top: 44px;
  position: relative;
}
.home-page #main-content {
  padding-top: 0;
}
html.home-page.password-reset #site-content-top-row,
html.home-page.password-reset #site-content-bottom-row {
  display: none;
}
html.home-page.password-reset .main-article-area-7 .placement-row-wrapper {
  display: none;
}
html.home-page.password-reset .main-article-area-7 .placement-row-wrapper.reset-form {
  display: block;
}
#fontsizedown {
  background-image: url("../images/access-bar/textdown.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
#fontsizeup {
  background-image: url("../images/access-bar/textup.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
#webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
#webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
#webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
#accessibility-controls {
  color: #fff;
  font-size: 90%;
}
#accessibility-controls .content-container {
  min-height: 47px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#accessibility-controls .accessibility-toggle-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle {
  color: #fff;
  padding: 0.75em;
  margin-left: -0.75em;
  outline: none !important;
  position: relative;
  z-index: 10;
  border-bottom: solid 1px transparent;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:hover,
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:focus,
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:active {
  background: #1f2122;
}
@media only screen and (max-width: 840px) {
  #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:hover,
  #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:focus,
  #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:active {
    background: none;
  }
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .closed-text {
  display: block;
  line-height: 23px;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .closed-text:before {
  position: relative;
  top: 2px;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f29a";
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 1.6em;
  margin-right: 0.25em;
  line-height: 23px;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .open-text {
  display: none;
  line-height: 23px;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .open-text:before {
  position: relative;
  top: 2px;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  color: text-color;
  font-size: 1.6em;
  margin-right: 0.25em;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open {
  background: #444849;
  color: #fff;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open .closed-text {
  display: none;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open .open-text {
  display: block;
}
#accessibility-controls .access-controls-wrapper {
  display: flex;
  flex: 0 0 100%;
  order: 3;
  display: none;
  position: relative;
  padding: 1.5em 0.5em;
}
#accessibility-controls .access-controls-wrapper .access-controls-wrapper-inner {
  display: flex;
}
#accessibility-controls .access-controls-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 99.4vw;
  transform: translateX(-50vw);
  z-index: 0;
  background: #444849;
  border-top: solid 1px #696f71;
  border-bottom: solid 1px #696f71;
}
#accessibility-controls .access-controls-wrapper ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#accessibility-controls .access-controls-wrapper ol li {
  flex: 1 1 auto;
  margin-left: 1em;
}
@media only screen and (max-width: 840px) {
  #accessibility-controls .access-controls-wrapper {
    display: none;
  }
}
#accessibility-controls .access-controls-wrapper ol#accessbar {
  order: 1;
}
#accessibility-controls .access-controls-wrapper ol#skiplinks {
  order: 2;
  margin-left: auto;
  padding-right: 0.5em;
}
#accessibility-controls .access-controls-wrapper ol#skiplinks li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#accessibility-controls .access-controls-wrapper + .placement-row-wrapper {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement {
  flex: 1 1 auto;
}
#accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement.type-textcontent {
  padding: 0;
}
#accessibility-controls #accessbar form {
  display: inline-block;
}
#accessibility-controls #accessbar .access-options-label {
  color: #fff;
  font-weight: 700;
}
#accessibility-controls #accessbar input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  padding: 0;
  margin-right: 0.45em;
  border-radius: 50%;
}
#accessibility-controls #accessbar input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
#accessibility-controls #accessbar input[type="submit"]:focus {
  outline: 1px solid #a3b0b6;
}
#accessibility-controls .access-options-label {
  margin-right: 0.2em;
}
#accessibility-controls .type-textcontent .placement-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#accessibility-controls .type-textcontent .main-editor-output p {
  margin: 0;
}
@media only screen and (max-width: 840px) {
  #accessibility-controls .type-menuplacement {
    display: none;
  }
}
#accessibility-controls .type-menuplacement .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#accessibility-controls .type-menuplacement .menu .menu-item {
  flex: 0 0 auto;
  padding: 0 1em;
  border-right: solid 1px #ddd;
}
#accessibility-controls .type-menuplacement .menu .menu-item a {
  color: #fff;
}
#change-contrast .contrast-switch {
  position: relative;
}
#change-contrast .contrast-switch:before {
  position: absolute;
  top: 100%;
  margin-top: 0.33em;
  color: #fff;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 4px;
  padding: 0.75em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
  font-size: 14px;
  line-height: 14px;
  width: 150px;
  left: 50%;
  margin-left: -85.5px;
  pointer-events: none;
}
#change-contrast .contrast-switch.webpagecontrast0-wrap:before {
  content: "Normal contrast";
}
#change-contrast .contrast-switch.webpagecontrast1-wrap:before {
  content: "Soft contrast";
}
#change-contrast .contrast-switch.webpagecontrast2-wrap:before {
  content: "High contrast";
}
#change-contrast .contrast-switch:hover:before,
#change-contrast .contrast-switch:focus:before,
#change-contrast .contrast-switch:active:before {
  opacity: 1;
}
#google_translate_element {
  color: #fff;
  padding: 0.75em 1.5em;
  outline: 0 !important;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 840px) {
  #google_translate_element {
    display: none;
  }
}
#google_translate_element:before {
  position: relative;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f57c";
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
  margin-right: 0.25em;
}
#google_translate_element .skiptranslate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#google_translate_element .skiptranslate:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#google_translate_element .goog-te-gadget-simple {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#google_translate_element:hover,
#google_translate_element:focus,
#google_translate_element:active {
  background: #1f2122;
  border-bottom: transparent;
}
#site-header-row {
  color: #4F4E4E;
  padding: 1em 0;
}
#site-header-row .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#site-header-row .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #site-header-row .logo-container {
    flex-direction: row;
  }
}
#site-header-row .logo-container + .placement-row-wrapper {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#site-header-row .logo-container + .placement-row-wrapper .placement-row .page-placement {
  flex: 1 1 auto;
}
#site-header-row .placement-row-wrapper {
  flex: 0 0 100%;
}
#site-header-row {
  border-bottom: solid 1px #E8EDEE;
}
#site-header-row .logo-container {
  margin-left: 0.5em;
}
#site-header-row .logo-container + .placement-row-wrapper {
  margin-left: auto;
}
.logo-container #logo {
  width: 250px;
  display: block;
}
@media only screen and (max-width: 840px) {
  .logo-container #logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.logo-container #logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 840px) {
  .logo-container #logo img {
    width: 80%;
  }
}
.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 #E8EDEE;
  font-size: 80%;
  margin: 0.5em;
  overflow: hidden;
}
.home-page #footer-links {
  display: none;
}
#footer-links p {
  margin: 0.5em;
}
#footer-links p a {
  padding: 2px 1em 2px 1em;
  color: #4F4E4E;
}
#footer-links p a:before {
  color: #4F4E4E;
  margin-right: 0.33em;
  transition: color 0.25s ease;
  font-weight: 900 !important;
}
#footer-links p a:hover:before,
#footer-links p a:focus:before,
#footer-links p a:active:before {
  color: #233588;
}
#footer-links p a.ref-page-top:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f062";
  display: inline-block;
}
#footer-links p a.ref-contact:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f304";
  display: inline-block;
}
#footer-links p a.ref-print:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02f";
  display: inline-block;
}
#footer-links p a.ref-email:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  display: inline-block;
}
#footer-links p a.ref-sitemap:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e8";
  display: inline-block;
}
@media only screen and (max-width: 840px) {
  #footer-links p a {
    float: left;
    width: 50%;
    padding-bottom: 0.2em;
  }
}
#site-footer-row {
  flex-shrink: 0;
}
#site-footer-row * {
  color: #fff;
}
#site-footer-row {
  margin-top: 2.5em;
}
#site-footer-row * {
  color: #fff;
}
#site-footer-row .site-footer.content-container {
  max-width: none;
  width: 100%;
  position: relative;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper .placement-row-3-up .type-menuplacement {
  margin-right: 2em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1em;
  margin-bottom: 1em;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper .placement-row-3-up .type-menuplacement:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 840px) {
  #site-footer-row .site-footer.content-container .placement-row-wrapper .placement-row-3-up .type-menuplacement {
    border: none;
  }
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-menuplacement .menu {
  display: flex;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-menuplacement .menu .menu-item {
  margin-right: 0.75em;
  padding-right: 0.75em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-textcontent {
  text-align: right;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-textcontent img {
  margin: 0px 5px;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-textcontent p {
  margin-top: 0px;
}
@media only screen and (max-width: 840px) {
  #site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-textcontent {
    text-align: left;
  }
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-textcontent .main-editor-output a {
  text-decoration: none;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-textcontent .main-editor-output a:hover,
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .type-textcontent .main-editor-output a:focus {
  text-decoration: none !important;
  opacity: 0.8;
  cursor: pointer;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-of-type(3) .placement-row-3-up .page-placement:nth-of-type(2) {
  flex-basis: 40%;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper:nth-last-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.5em;
  margin-top: 0.5em;
}
#site-footer-row .site-footer.content-container .site-credits-container {
  overflow: hidden;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0.5em 0;
  margin-top: 0.5em;
  background: #005EB8;
}
#site-footer-row .site-footer.content-container .site-credits-container .credits-wrap {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 840px) {
  #site-footer-row .site-footer.content-container .site-credits-container .credits-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#site-footer-row .site-footer.content-container .site-credits-container .client-credits,
#site-footer-row .site-footer.content-container .site-credits-container #verseone-credits {
  width: 50%;
  float: left;
  font-size: 80%;
  padding: 0 0.5em;
}
#site-footer-row .site-footer.content-container .site-credits-container .client-credits p,
#site-footer-row .site-footer.content-container .site-credits-container #verseone-credits p {
  color: #fff;
}
@media only screen and (max-width: 840px) {
  #site-footer-row .site-footer.content-container .site-credits-container .client-credits,
  #site-footer-row .site-footer.content-container .site-credits-container #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row .site-footer.content-container .site-credits-container #verseone-credits {
  text-align: right;
}
@media only screen and (max-width: 840px) {
  #site-footer-row .site-footer.content-container .site-credits-container #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row .site-footer .type-textcontent {
  flex: 1 0 29%;
}
#site-footer-row .site-footer .type-menuplacement .content-headline h2,
#site-footer-row .site-footer .type-menuplacement .content-headline h3 {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.4em 0;
}
#site-footer-row .site-footer .type-menuplacement .content-headline:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 0.75em;
}
#site-footer-row .site-footer .type-menuplacement .menu .menu-item {
  margin-bottom: 0.4em;
}
.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 {
  position: relative;
  z-index: 10;
}
#site-nav-row .page-placement {
  padding: 0;
}
#site-nav-row {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
#site-nav-row .type-menuplacement .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#site-nav-row .type-menuplacement .menu > li > a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
#site-nav-row .type-menuplacement .menu > li:hover > a,
#site-nav-row .type-menuplacement .menu > li:focus > a,
#site-nav-row .type-menuplacement .menu > li:active > a {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}
#site-nav-row .type-menuplacement .menu > li.menu-current > a,
#site-nav-row .type-menuplacement .menu > li.nav-item-expanded > a {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}
#site-nav-row .type-menuplacement .menu:hover > li.menu-current > a,
#site-nav-row .type-menuplacement .menu:focus > li.menu-current > a,
#site-nav-row .type-menuplacement .menu:active > li.menu-current > a,
#site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a,
#site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a,
#site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a {
  background: transparent;
  color: #fff;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu:hover > li.menu-current > a,
  #site-nav-row .type-menuplacement .menu:focus > li.menu-current > a,
  #site-nav-row .type-menuplacement .menu:active > li.menu-current > a,
  #site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a,
  #site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a,
  #site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a {
    color: #fff;
  }
}
#site-nav-row .type-menuplacement .menu:hover > li.menu-current > a:hover,
#site-nav-row .type-menuplacement .menu:focus > li.menu-current > a:hover,
#site-nav-row .type-menuplacement .menu:active > li.menu-current > a:hover,
#site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a:hover,
#site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a:hover,
#site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a:hover,
#site-nav-row .type-menuplacement .menu:hover > li.menu-current > a:focus,
#site-nav-row .type-menuplacement .menu:focus > li.menu-current > a:focus,
#site-nav-row .type-menuplacement .menu:active > li.menu-current > a:focus,
#site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a:focus,
#site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a:focus,
#site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a:focus,
#site-nav-row .type-menuplacement .menu:hover > li.menu-current > a:active,
#site-nav-row .type-menuplacement .menu:focus > li.menu-current > a:active,
#site-nav-row .type-menuplacement .menu:active > li.menu-current > a:active,
#site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a:active,
#site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a:active,
#site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a:active {
  background: #233588;
  color: #fff;
}
#site-nav-row .type-menuplacement .menu > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 1 0 auto;
}
#site-nav-row .type-menuplacement .menu > li > a {
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu > li > a {
    text-align: left;
    padding: 1em 1.25em;
    color: #fff;
  }
}
#site-nav-row {
  border-top: solid 1px #E8EDEE;
}
@media only screen and (max-width: 840px) {
  #site-nav-row {
    border: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 70vw;
    z-index: 1000;
    transition: left 0.4s ease;
  }
}
#site-nav-row.menu-open {
  left: 29vw;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .top-navigation {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .placement-inner {
    margin: 0;
  }
}
#site-nav-row .type-menuplacement .menu {
  position: relative;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu {
    display: block;
    height: calc(100vh - 54px);
    overflow-y: auto;
    width: 100%;
  }
}
#site-nav-row .type-menuplacement .menu > .mobile-only {
  display: none;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu > .mobile-only {
    display: block;
  }
}
#site-nav-row .type-menuplacement .menu .menu-item-home.menu-item-1 a:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  display: inline-block;
  font-weight: 900;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .menu-item-home.menu-item-1 a:before {
    display: none;
  }
}
#site-nav-row .type-menuplacement .menu .menu-item-home.menu-item-1 a .main-link-text {
  display: none;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .menu-item-home.menu-item-1 a .main-link-text {
    display: block;
  }
}
#site-nav-row .type-menuplacement .menu .menu-item[class*="-search"] a:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-weight: 900;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .menu-item[class*="-search"] a:before {
    display: none;
  }
}
#site-nav-row .type-menuplacement .menu .menu-item[class*="-search"] a .main-link-text {
  display: none;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .menu-item[class*="-search"] a .main-link-text {
    display: block;
  }
}
#site-nav-row .type-menuplacement .menu > .has-children {
  position: relative;
}
#site-nav-row .type-menuplacement .menu > .has-children > a .main-link-text:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  padding-left: 0.2em;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu > .has-children > a .main-link-text:after {
    content: "";
  }
}
@media only screen and (min-width: 841px) {
  #site-nav-row .type-menuplacement .menu > .has-children:hover .output-level-2,
  #site-nav-row .type-menuplacement .menu > .has-children:focus .output-level-2,
  #site-nav-row .type-menuplacement .menu > .has-children:active .output-level-2 {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu > .has-children {
    position: relative;
  }
}
#site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer {
  display: none;
  background-color: #19255f;
}
#site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer:hover,
#site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer:focus {
  background-color: #131d4b;
  cursor: pointer;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 54px !important;
    width: 54px !important;
    z-index: 100 !important;
  }
  #site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f055";
    display: inline-block;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 1.5em;
    display: block;
  }
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer.open:before {
    content: "\f056";
  }
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .has-children.open #site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 400px;
  background: #fff;
  z-index: 3;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-fill: auto;
  column-fill: auto;
  padding: 1em;
  border-radius: 0 0 6px 6px;
  border: solid 1px #E8EDEE;
  border-top: none;
  box-shadow: 0 4px 4px rgba(68, 68, 68, 0.1);
  overflow: visible;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 {
    position: static !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
    padding: 1em 1.25em;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2.closed {
    display: none;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2.open {
    display: block;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 a {
  color: #4F4E4E;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 a {
    color: #fff;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li {
  margin: 0 0 0.5em 0;
  width: 100%;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 > li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li:hover .output-level-3 {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a {
  font-weight: 700;
  font-size: 90%;
  display: block;
  border-bottom: solid 3px rgba(35, 53, 136, 0.15);
  transition: border-bottom 0.25s ease;
  padding-bottom: 0.18em;
  position: relative;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 > li > a {
    padding: 1em 1.25em;
    border-bottom: none;
    font-size: 100%;
    padding-right: 60px;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a:hover,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a:focus,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a:active {
  border-bottom-color: #233588;
  text-decoration: none;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  background: rgba(35, 53, 136, 0.25);
  position: relative;
  top: 3px;
  transition: background 0.25s ease;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:hover:before,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:focus:before,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:active:before {
  background: #233588;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #233588;
  transition: color 0.25s ease;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > a:hover:after {
  color: #19255f;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li:has(.output-level-3) > a:after {
  display: block;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 > li:has(.output-level-3) > a:after {
    display: none;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol {
  font-size: 85%;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li {
  margin: 0.75em 0;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a {
  color: #696767;
  transform: translateX(0);
  transition: transform 0.2s ease;
  display: block;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a {
    color: #fff;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a:hover,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a:focus,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a:active {
  transform: translateX(8px);
  text-decoration: none;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current {
  padding-left: 4px;
  border-left: solid 6px rgba(35, 53, 136, 0.25);
  transition: border-left 0.2s ease;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:hover,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:focus,
#site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:active {
  border-left-color: #233588;
  transform: none;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 {
  position: absolute;
  left: calc(100% + 1px);
  top: -0.5em;
  width: 250px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 1em;
  border-radius: 4px;
  overflow-y: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  height: auto;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3:not(.display-menu-left) {
  left: calc(100% + 1px);
  right: auto;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3.display-menu-left {
  left: auto;
  right: calc(100% + 1px);
}
@media (max-width: 1000px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 {
    left: auto !important;
    right: calc(100% + 1px) !important;
  }
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    border-radius: 0;
    visibility: visible;
    z-index: auto;
    opacity: 1;
    display: none;
  }
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3.overflow-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  border-radius: 0 0 4px 4px;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li {
  flex: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0.25em 0;
  border-left: none;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a {
  height: 100%;
  color: #4F4E4E;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
  font-size: 80%;
}
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a:hover,
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a:focus,
#site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a:active {
  background: rgba(35, 53, 136, 0.1);
  text-decoration: none;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 {
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    display: block !important;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0.5em 1.25em;
    margin-top: 0.5em;
    border-radius: 0;
    max-height: none;
    overflow-y: visible;
    box-shadow: none;
    border-left: 3px solid rgba(35, 53, 136, 0.25);
    visibility: visible;
    z-index: auto;
    opacity: 1;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3.open {
    display: block !important;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3.closed {
    display: none !important;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li {
    flex: none;
    width: 100%;
    margin: 0.25em 0;
    border-left: none;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a {
    color: #fff;
    padding: 0.5em 0.75em;
    font-size: 90%;
    border-left: 2px solid transparent;
    transition: border-left-color 0.2s ease;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a:hover,
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a:focus,
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li a:active {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #233588;
    text-decoration: none;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li .output-level-3 {
    display: block !important;
    margin-top: 0.5em;
    padding-left: 0.5em;
    border-left: 2px solid rgba(35, 53, 136, 0.25);
    background: rgba(255, 255, 255, 0.03);
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li .output-level-3 > li {
    margin: 0.25em 0;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li .output-level-3 > li a {
    padding: 0.5em 0.75em;
    font-size: 95%;
    color: #fff;
    border-left: 2px solid transparent;
    transition: border-left-color 0.2s ease;
  }
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li .output-level-3 > li a:hover,
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li .output-level-3 > li a:focus,
  #site-nav-row .type-menuplacement .menu .output-level-2 > li .output-level-3 > li .output-level-3 > li a:active {
    background: rgba(255, 255, 255, 0.08);
    border-left-color: #233588;
    text-decoration: none;
  }
}
#site-nav-row .mobile-menu-tools {
  display: none;
}
@media only screen and (max-width: 840px) {
  #site-nav-row .mobile-menu-tools {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
#site-nav-row .mobile-menu-tools .close-menu {
  display: flex;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #80BA27;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none !important;
}
#site-nav-row .mobile-menu-tools .close-menu:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  width: 100%;
  font-size: 32px;
}
#site-nav-row .mobile-menu-tools .close-menu .button-text {
  display: none;
}
#site-nav-row .mobile-menu-tools .search-target-wrap {
  flex: 1 1 auto;
}
#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: #233588;
  color: #fff;
}
#top-nav:hover > li > a.current,
#top-nav:focus > li > a.current,
#top-nav:active > li > a.current {
  background: transparent;
  color: #4F4E4E;
}
#top-nav:hover > li > a.current:hover,
#top-nav:focus > li > a.current:hover,
#top-nav:active > li > a.current:hover,
#top-nav:hover > li > a.current:focus,
#top-nav:focus > li > a.current:focus,
#top-nav:active > li > a.current:focus,
#top-nav:hover > li > a.current:active,
#top-nav:focus > li > a.current:active,
#top-nav:active > li > a.current:active {
  background: #233588;
  color: #fff;
}
#top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#top-nav > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 0 0 auto;
}
#top-nav > li > a {
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 840px) {
  #top-nav > li > a {
    text-align: left;
    padding: 1em 1.25em;
    color: #fff;
  }
}
@media only screen and (max-width: 840px) {
  #top-nav {
    display: none;
  }
  #top-nav li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  #top-nav li a {
    text-align: left;
  }
}
.mobile-nav-toggle-wrap {
  display: none;
  margin-left: auto;
}
@media only screen and (max-width: 840px) {
  .mobile-nav-toggle-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.mobile-nav-toggle-wrap .mobile-nav-toggle {
  color: #4F4E4E;
  text-decoration: none !important;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  display: inline-block;
  font-size: 32px;
  font-weight: 900;
  transition: color 0.4s ease;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle.open:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  color: transparent;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .button-text {
  display: none;
}
.mega-menu-wrapper {
  width: 100%;
  margin: 0;
  max-width: none;
}
.mega-menu-wrapper {
  /*position: relative;
	width: auto;
	max-width: none;
	@media @mobile-nav {
		display: block;
		position: fixed !important;
		top: -60px;
		right: -100%;
		bottom: 0;
		background: @off-white !important;
		padding: 1em;
		padding-top: 115px;
		width: 75%;
		transition: right 0.6s ease-in-out;
		box-shadow: 0 5px 5px rgba(0,0,0,0.05);
		//margin: 0;
	}
	&.menu-open {
		right: 0;
	}
	#top-nav {
		padding: 0 0.5em;
		@media @mobile-nav {
			height: 100%;
			overflow-y: auto;
			display: block;
			margin: 0 -1em;
			width: auto;
			padding: 0;
		}
		li {
			&.has-children {
				> a {
					&:after {
						.add-icon("f0dd");
						font-weight: 900;
						position: relative;
						top: -3px;
						margin-left: 0.3em;
					}
				}
			}
			&.menu-item-1 {
				.mega-menu {
					margin-left: 0;
				}
			}
			&:last-child {
				> a {
					@media @mobile-nav {
						padding-right: 0.75em;
					}
					&.current {
						padding-right: 0.75em;
					}
				}
				.mega-menu {
					margin-right: 0;
				}
			}*/
}
.mega-menu-wrapper .mega-menu {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 0.5em;
  right: 0.5em;
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 840px) {
  .mega-menu-wrapper .mega-menu {
    display: none !important;
  }
}
.mega-menu-wrapper .mega-menu .mega-items-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column {
  display: table-cell;
  text-align: left;
  padding: 0 2em 0 0;
  margin: 0;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column:last-child {
  padding-right: 0;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column li {
  display: block;
  text-align: left;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item {
  display: block;
  text-align: left;
  padding-bottom: 2em;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item > a {
  border-bottom: solid 1px rgba(79, 78, 78, 0.2);
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item > a:hover,
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item > a:focus,
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item > a:active {
  text-decoration: none !important;
  border-bottom-width: 2px;
  margin-bottom: 9px;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item > a.default,
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item > a.all-children-link {
  font-weight: 700;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item a {
  display: block;
  text-align: left;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
  color: #4F4E4E !important;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item a.current {
  background: transparent;
  color: #4F4E4E;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item a.megamenu-show-children {
  font-style: italic;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item a:hover,
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus,
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item a:active {
  background: transparent;
  color: #4F4E4E;
  text-decoration: underline;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap {
  padding: 0;
  margin: 0;
}
.mega-menu-wrapper .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap .subsubmenu-item a {
  color: #4F4E4E !important;
}
.show-mega-menu {
  display: block !important;
}
.content-container.breadcrumb {
  font-size: 0.875em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #233588;
  width: auto;
  padding: 0.5em 0.5em;
}
.content-container.breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: calc(((100vw - 1300px) / 2) + 1px);
  z-index: 1;
  background: #233588;
}
@media only screen and (max-width: 840px) {
  .content-container.breadcrumb:before {
    width: 2vw;
    display: none;
  }
}
.content-container.breadcrumb:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: calc(((100vw - 1300px) / 2) + 1px);
  z-index: 1;
  background: #233588;
}
@media only screen and (max-width: 840px) {
  .content-container.breadcrumb:after {
    width: 2vw;
    display: none;
  }
}
.content-container.breadcrumb #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0 0.5em;
}
.content-container.breadcrumb #breadcrumbs .now_viewing {
  display: none;
}
.content-container.breadcrumb #breadcrumbs li {
  flex: 0 0 auto;
  margin-right: 0.3em;
}
.content-container.breadcrumb #breadcrumbs li:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 22px;
  margin-left: 0.5em;
  margin-right: 0.2em;
  position: relative;
  top: 3px;
  font-weight: 300;
  color: #fff;
}
.content-container.breadcrumb #breadcrumbs li a {
  color: #fff;
  text-decoration: none;
}
.content-container.breadcrumb #breadcrumbs li a:hover,
.content-container.breadcrumb #breadcrumbs li a:focus,
.content-container.breadcrumb #breadcrumbs li a:active {
  text-decoration: underline;
}
.content-container.breadcrumb #breadcrumbs li.current {
  color: #fff;
  padding-top: 4px;
}
.content-container.breadcrumb #breadcrumbs li.current:after {
  display: none;
}
.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;
}
.side-navigation-menu .content-headline {
  padding: 0.75em 1em;
  border-radius: 0px 0px 0 0;
  background: #E8EDEE;
}
.side-navigation-menu .content-headline h2,
.side-navigation-menu .content-headline h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  font-weight: 400;
}
.side-navigation-menu .content-headline h2 a,
.side-navigation-menu .content-headline h3 a {
  color: #4F4E4E;
}
.side-navigation-menu .content-item-inner {
  border: solid 1px #E8EDEE;
  border-top: none;
  border-radius: 0px;
}
.side-navigation-menu .menu {
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
.side-navigation-menu .menu > .menu-item:last-child {
  border-bottom: none;
}
.side-navigation-menu .menu > .menu-item.menu-current,
.side-navigation-menu .menu > .menu-item.nav-item-expanded {
  background: rgba(35, 53, 136, 0.05);
  border-bottom: none;
}
.side-navigation-menu .menu > .menu-item.menu-current + .menu-item,
.side-navigation-menu .menu > .menu-item.nav-item-expanded + .menu-item {
  border-top: solid 1px #E8EDEE;
}
.side-navigation-menu .menu > .menu-item.menu-current > a,
.side-navigation-menu .menu > .menu-item.nav-item-expanded > a {
  background: #233588;
  color: #fff;
}
.side-navigation-menu .menu > .menu-item .menu-current > a {
  background: #6572ac;
  color: #fff;
}
.side-navigation-menu .menu > .menu-item .menu-current > a > .main-link-text {
  font-weight: 700;
}
.side-navigation-menu .menu > .menu-item ol ol {
  background: rgba(35, 53, 136, 0.05);
}
.side-navigation-menu .menu > .menu-item ol ol li > a {
  padding-left: 2em;
}
.side-navigation-menu .menu > .menu-item a {
  color: #4F4E4E;
  padding: 0.75em 1em;
  transition: background 0.33s ease, color 0.33s ease;
}
.side-navigation-menu .menu > .menu-item a:hover,
.side-navigation-menu .menu > .menu-item a:focus,
.side-navigation-menu .menu > .menu-item a:active {
  background: #233588;
  color: #fff;
}
.side-navigation-menu .menu > .menu-item a:hover:before,
.side-navigation-menu .menu > .menu-item a:focus:before,
.side-navigation-menu .menu > .menu-item a:active:before {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
}
.side-navigation-menu .menu > .menu-item a .main-link-text {
  display: block;
  transition: text-indent 0.33s ease;
}
.side-navigation-menu .menu .menu-item.has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  float: right;
  border-radius: 50%;
  display: block;
  text-align: center;
  transition: box-shadow 0.33s ease, background 0.33s ease;
  position: relative;
  top: 3px;
  padding: 0 4px;
}
.side-navigation-menu .menu .menu-item.has-children.nav-item-expanded > a {
  background: #4f5da0;
  color: #fff;
}
.side-navigation-menu .menu .menu-item.has-children.nav-item-expanded > a:before {
  content: "\f078";
  padding: 0;
}
.type-menuplacement .menu-desc {
  display: none;
}
.carousel-menu .content-headline {
  margin-top: 1.5em;
}
.carousel-menu .content-headline h2,
.carousel-menu .content-headline h3 {
  color: #233588;
}
.carousel-menu .menu .menu-item {
  overflow: hidden;
  box-shadow: 0 8px 8px rgba(12, 12, 12, 0.08);
}
@media only screen and (max-width: 840px) {
  .carousel-menu .menu .menu-item {
    flex: 0 0 100%;
  }
}
.carousel-menu .menu .menu-item a {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.carousel-menu .menu .menu-item a:hover .title-desc-wrap:before,
.carousel-menu .menu .menu-item a:focus .title-desc-wrap:before,
.carousel-menu .menu .menu-item a:active .title-desc-wrap:before {
  opacity: 1;
}
.carousel-menu .menu .menu-item a:hover .title-desc-wrap:after,
.carousel-menu .menu .menu-item a:focus .title-desc-wrap:after,
.carousel-menu .menu .menu-item a:active .title-desc-wrap:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.carousel-menu .menu .menu-item a:hover .title-desc-wrap .menu-item-desc,
.carousel-menu .menu .menu-item a:focus .title-desc-wrap .menu-item-desc,
.carousel-menu .menu .menu-item a:active .title-desc-wrap .menu-item-desc {
  max-height: 2.8em;
  opacity: 1;
  overflow: visible;
}
.carousel-menu .menu .menu-item a .main-image-wrapper,
.carousel-menu .menu .menu-item a .menu-item-img {
  position: relative;
  padding-top: 100%;
  display: block;
}
.carousel-menu .menu .menu-item a .main-image-wrapper img,
.carousel-menu .menu .menu-item a .menu-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;";
}
.carousel-menu .menu .menu-item a .title-desc-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4em 2.25em 2em 2em;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(19, 29, 75, 0) 0%, rgba(45, 69, 177, 0.8) 100%);
}
.carousel-menu .menu .menu-item a .title-desc-wrap:before {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  background: #233588;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.33s ease;
  transition-delay: 0.15s;
}
.carousel-menu .menu .menu-item a .title-desc-wrap:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a9";
  display: inline-block;
  font-weight: 900;
  position: absolute;
  right: 1.25em;
  bottom: 2.8em;
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.33s ease;
  transition-delay: 0.15s;
}
.carousel-menu .menu .menu-item a .title-desc-wrap .main-link-text {
  display: block;
  font-size: 135%;
  font-weight: 700;
  padding-bottom: 0.3em;
}
.carousel-menu .menu .menu-item a .title-desc-wrap .menu-item-desc {
  max-height: 0;
  opacity: 0;
  transition: opacity 0.33s ease, max-height 0.33s ease;
  transition-delay: 0.15s;
  overflow: hidden;
  padding-right: 3em;
}
.carousel-menu .menu .menu-item a .title-desc-wrap .menu-item-desc p {
  margin: 0;
}
.carousel-menu .bx-wrapper {
  position: relative;
  padding-bottom: 3em;
  padding-top: 0.5em;
}
.carousel-menu .bx-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: calc((100vw - 1300px) / 2);
  background: rgba(255, 255, 255, 0.9);
  margin-right: 1px;
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.carousel-menu .bx-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 101%;
  height: 100%;
  width: calc((100vw - 1300px) / 2);
  background: rgba(255, 255, 255, 0.9);
  margin-right: 1px;
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.carousel-menu .bx-viewport {
  overflow: visible !important;
}
@media only screen and (max-width: 840px) {
  .carousel-menu .bx-viewport {
    overflow: hidden !important;
  }
}
.carousel-menu .bx-controls {
  position: absolute;
  top: -5rem;
  right: 0;
}
.carousel-menu .bx-controls .bx-pager {
  display: none;
}
.carousel-menu .bx-controls .bx-controls-direction a {
  font-size: 0;
  color: transparent;
  margin-left: 2.4rem;
  transition: opacity 0.25s ease;
}
.carousel-menu .bx-controls .bx-controls-direction a:hover,
.carousel-menu .bx-controls .bx-controls-direction a:focus,
.carousel-menu .bx-controls .bx-controls-direction a:active {
  opacity: 0.6;
}
.carousel-menu .bx-controls .bx-controls-direction .bx-prev:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  font-size: 2.8rem;
  color: #233588;
}
.carousel-menu .bx-controls .bx-controls-direction .bx-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 2.8rem;
  color: #233588;
}
.site-content-top-row .type-menuplacement.default,
.site-banner-row .type-menuplacement.default {
  background: #fff;
  margin-top: 0.5em;
}
.site-content-top-row .type-menuplacement.default .menu,
.site-banner-row .type-menuplacement.default .menu {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
.site-content-top-row .type-menuplacement.default .menu .menu-item a,
.site-banner-row .type-menuplacement.default .menu .menu-item a {
  display: block;
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
.site-content-top-row .type-menuplacement.default .menu .menu-item a:hover,
.site-banner-row .type-menuplacement.default .menu .menu-item a:hover,
.site-content-top-row .type-menuplacement.default .menu .menu-item a:focus,
.site-banner-row .type-menuplacement.default .menu .menu-item a:focus,
.site-content-top-row .type-menuplacement.default .menu .menu-item a:active,
.site-banner-row .type-menuplacement.default .menu .menu-item a:active {
  background: #131d4b;
  text-decoration: none;
}
.icon-menu .content-item-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.icon-menu .content-item-inner .headline-desc-wrap {
  flex: 1 1 40%;
  padding-right: 4em;
}
@media only screen and (max-width: 840px) {
  .icon-menu .content-item-inner .headline-desc-wrap {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.icon-menu .content-item-inner .headline-desc-wrap .menu-desc {
  display: block;
}
.icon-menu .standard-list-menu .content-wrapper-inner {
  flex: 1 1 58%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .icon-menu .standard-list-menu .content-wrapper-inner {
    flex: 1 1 50%;
  }
}
@media only screen and (max-width: 840px) {
  .icon-menu .standard-list-menu .content-wrapper-inner {
    flex: 0 0 100%;
  }
}
.landing-page .placement-row-1-up .icon-menu .description-list-menu {
  background: #f6f9fa;
  position: relative;
  margin: -0.5em 0;
  padding: 3em 0;
}
@media only screen and (max-width: 840px) {
  .landing-page .placement-row-1-up .icon-menu .description-list-menu {
    background: transparent;
    padding: 1em 0;
  }
}
.landing-page .placement-row-1-up .icon-menu .description-list-menu:before,
.landing-page .placement-row-1-up .icon-menu .description-list-menu:after {
  content: "";
  background: #f6f9fa;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(((100vw - 1300px) / 2) + 1px);
  z-index: -1;
}
@media only screen and (max-width: 840px) {
  .landing-page .placement-row-1-up .icon-menu .description-list-menu:before,
  .landing-page .placement-row-1-up .icon-menu .description-list-menu:after {
    display: none;
  }
}
.landing-page .placement-row-1-up .icon-menu .description-list-menu:before {
  right: 100%;
}
.landing-page .placement-row-1-up .icon-menu .description-list-menu:after {
  left: 100%;
}
.icon-menu .description-list-menu .content-headline h2,
.icon-menu .description-list-menu .content-headline h3 {
  margin: 0 0 0.25em 0;
}
.icon-menu .description-list-menu .headline-desc-wrap {
  margin-bottom: 1.3em;
}
.icon-menu .description-list-menu .content-wrapper-inner {
  flex: 0 0 100%;
}
@media only screen and (max-width: 840px) {
  .icon-menu .description-list-menu .menu .menu-item {
    flex: 0 0 100%;
    max-width: none;
  }
}
.icon-menu .description-list-menu .menu .menu-item a {
  text-align: left;
  font-weight: 400;
  border-radius: 0px;
  box-shadow: none;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
@media only screen and (max-width: 840px) {
  .icon-menu .description-list-menu .menu .menu-item a {
    padding: 0em 0.75em;
  }
}
.icon-menu .description-list-menu .menu .menu-item a:hover,
.icon-menu .description-list-menu .menu .menu-item a:focus,
.icon-menu .description-list-menu .menu .menu-item a:active {
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(66, 85, 99, 0.3);
}
.icon-menu .description-list-menu .menu .menu-item a:hover .main-image-wrapper,
.icon-menu .description-list-menu .menu .menu-item a:focus .main-image-wrapper,
.icon-menu .description-list-menu .menu .menu-item a:active .main-image-wrapper,
.icon-menu .description-list-menu .menu .menu-item a:hover .menu-item-img,
.icon-menu .description-list-menu .menu .menu-item a:focus .menu-item-img,
.icon-menu .description-list-menu .menu .menu-item a:active .menu-item-img {
  background: transparent;
  box-shadow: none;
}
.icon-menu .description-list-menu .menu .menu-item a .main-link-text {
  color: #233588;
  font-size: 1.25em;
  font-weight: 700;
}
.icon-menu .description-list-menu .menu .menu-item a .menu-item-desc {
  font-size: 0.875em;
  line-height: 1.5;
  color: #616060;
}
.icon-menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.75em;
}
.icon-menu .menu .menu-item {
  flex: 1 1 30%;
  max-width: 33.333%;
  padding: 0.75em;
}
@media only screen and (max-width: 840px) {
  .icon-menu .menu .menu-item {
    flex: 1 1 45%;
    max-width: 50%;
  }
}
.icon-menu .menu .menu-item a {
  display: block;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 8px rgba(12, 12, 12, 0.15);
  color: #4F4E4E;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  overflow: hidden;
}
.icon-menu .menu .menu-item a:hover,
.icon-menu .menu .menu-item a:focus,
.icon-menu .menu .menu-item a:active {
  text-decoration: none;
}
.icon-menu .menu .menu-item a:hover .main-image-wrapper,
.icon-menu .menu .menu-item a:focus .main-image-wrapper,
.icon-menu .menu .menu-item a:active .main-image-wrapper,
.icon-menu .menu .menu-item a:hover .menu-item-img,
.icon-menu .menu .menu-item a:focus .menu-item-img,
.icon-menu .menu .menu-item a:active .menu-item-img {
  background: #f6f9fa;
  box-shadow: 0 0 0 100px #f6f9fa;
}
.icon-menu .menu .menu-item a .main-image-wrapper,
.icon-menu .menu .menu-item a .menu-item-img {
  width: 40px;
  display: inline-block;
  margin-bottom: 0.5em;
  border-radius: 50%;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.icon-menu .content-item.has-image .content-item-inner {
  position: relative;
  padding-right: 35%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .icon-menu .content-item.has-image .content-item-inner {
    display: block;
  }
}
@media only screen and (max-width: 840px) {
  .icon-menu .content-item.has-image .content-item-inner {
    padding-right: 0;
  }
}
.icon-menu .content-item.has-image .content-item-inner .content-main-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  z-index: -1;
  height: 100%;
}
.icon-menu .content-item.has-image .content-item-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;
  font-family: "object-fit: cover; object-position: center center;";
}
@media only screen and (max-width: 840px) {
  .icon-menu .content-item.has-image .content-item-inner .content-main-image {
    display: none;
  }
}
.icon-menu .content-item.has-image .content-item-inner .headline-desc-wrap {
  padding-right: 25%;
}
@media only screen and (max-width: 840px) {
  .icon-menu .content-item.has-image .content-item-inner .headline-desc-wrap {
    padding-right: 0;
  }
}
.icon-menu .content-item.has-image .content-item-inner .content-wrapper-inner .menu {
  margin-top: 2em;
}
.icon-menu .content-item.has-image .content-item-inner .content-wrapper-inner .menu .menu-item {
  flex: 1 1 23%;
  max-width: 25%;
}
@media only screen and (max-width: 840px) {
  .icon-menu .content-item.has-image .content-item-inner .content-wrapper-inner .menu .menu-item {
    flex: 1 1 45%;
    max-width: 50%;
  }
}
.icon-menu-2 .headline-desc-wrap {
  margin-bottom: 1.2em;
}
.icon-menu-2 .headline-desc-wrap .content-headline h2,
.icon-menu-2 .headline-desc-wrap .content-headline h3 {
  margin: 0 0 0.25em 0;
}
.icon-menu-2 .headline-desc-wrap .menu-desc {
  display: block;
}
.icon-menu-2 .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.75em;
}
.icon-menu-2 .menu .menu-item {
  flex: 1 1 30%;
  max-width: 33.333%;
  padding: 0.75em;
}
@media only screen and (max-width: 840px) {
  .icon-menu-2 .menu .menu-item {
    flex: 0 0 100%;
    max-width: none;
  }
}
.icon-menu-2 .menu .menu-item a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.icon-menu-2 .menu .menu-item a:hover,
.icon-menu-2 .menu .menu-item a:focus,
.icon-menu-2 .menu .menu-item a:active {
  text-decoration: none;
}
.icon-menu-2 .menu .menu-item a:hover .main-image-wrapper,
.icon-menu-2 .menu .menu-item a:focus .main-image-wrapper,
.icon-menu-2 .menu .menu-item a:active .main-image-wrapper,
.icon-menu-2 .menu .menu-item a:hover .menu-item-img,
.icon-menu-2 .menu .menu-item a:focus .menu-item-img,
.icon-menu-2 .menu .menu-item a:active .menu-item-img {
  background-color: #e9ebf3;
}
.icon-menu-2 .menu .menu-item a .main-image-wrapper,
.icon-menu-2 .menu .menu-item a .menu-item-img {
  flex: 1 1 100px;
  border-radius: 50%;
  overflow: hidden;
  padding: 1.5em;
  background-image: linear-gradient(47deg, rgba(255, 255, 255, 0) 30%, rgba(35, 53, 136, 0.1) 100%);
  transition: background-color 0.25s ease;
}
@media only screen and (max-width: 840px) {
  .icon-menu-2 .menu .menu-item a .main-image-wrapper,
  .icon-menu-2 .menu .menu-item a .menu-item-img {
    flex: 1 1 50px;
    padding: 1em;
  }
}
.icon-menu-2 .menu .menu-item a .title-desc-wrap {
  flex: 1 1 50%;
  padding-left: 1.5em;
}
.icon-menu-2 .menu .menu-item a .title-desc-wrap .main-link-text {
  font-size: 1.25em;
  font-weight: 700;
  color: #233588;
}
.icon-menu-2 .menu .menu-item a .title-desc-wrap .menu-item-desc {
  font-size: 0.875em;
  line-height: 1.5;
  color: #425563;
}
.menu,
.menu li,
.menu ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 840px) {
  .standard-list li,
  .description-list li {
    float: none;
    width: auto;
  }
}
.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 .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;
}
.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: 840px) {
  .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: 840px) {
  .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;
}
.website-quick-links .menu-placement-wrapper {
  background: #fff;
  border-bottom: solid 1px #e8edee;
  position: relative;
  background: url(/base-install/images/_site/shapes/Swirl-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 3em 0 3em 0;
}
.website-quick-links .menu-placement-wrapper .menu {
  padding-top: 3em;
  padding-bottom: 2em;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item {
  margin: 0.6em 0.6em;
  flex-basis: 15em;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  padding: 2em;
  background-color: #4D0C7A;
  border-radius: 6px;
  height: 100%;
  box-shadow: 0 8px 20px -8px;
  transition: all 0.25s;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a:hover,
.website-quick-links .menu-placement-wrapper .menu .menu-item a:focus,
.website-quick-links .menu-placement-wrapper .menu .menu-item a:active {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -8px;
  background-color: #fff;
  text-decoration: none;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a:hover .main-link-text,
.website-quick-links .menu-placement-wrapper .menu .menu-item a:focus .main-link-text,
.website-quick-links .menu-placement-wrapper .menu .menu-item a:active .main-link-text {
  color: #4D0C7A;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a:hover img,
.website-quick-links .menu-placement-wrapper .menu .menu-item a:focus img,
.website-quick-links .menu-placement-wrapper .menu .menu-item a:active img {
  filter: invert(0) sepia(10) saturate(10) hue-rotate(220deg) brightness(0.45);
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a .main-link-text {
  color: #ffffff;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a h2 {
  text-align: center;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a .title-desc-wrap {
  margin-bottom: auto;
}
.website-quick-links .menu-placement-wrapper .menu .menu-item a .menu-item-desc p {
  color: #fff;
  font-size: 1.4rem;
}
.website-quick-links.portal .menu-placement-wrapper .menu .menu-item a {
  background-color: #233588;
}
.website-quick-links.portal .menu-placement-wrapper .menu .menu-item a:hover {
  background-color: #fff;
}
.website-quick-links.portal .menu-placement-wrapper .menu .menu-item a:hover span,
.website-quick-links.portal .menu-placement-wrapper .menu .menu-item a:hover p {
  color: #233588;
}
.website-quick-links.portal .menu-placement-wrapper .menu .menu-item .main-image-wrapper img {
  min-height: 40px;
  margin-bottom: 7px;
}
.website-quick-links.portal .menu-placement-wrapper .menu .menu-item .menu-item-desc p {
  margin-top: 3px;
}
.website-quick-links.portal .menu-placement-wrapper .menu .menu-item .main-link-text {
  font-size: 2rem;
  font-weight: 700;
}
.home-page .site-content-bottom-row .placement-row-1-up:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 0;
  display: inline-block;
  background-image: url(/base-install/images/_site/shapes/blue-wave-wide.png);
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.block-signposting-primary {
  background-color: #7E1974;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin-top: 10em;
  padding-bottom: 15em !important;
}
.block-signposting-primary:before {
  content: "";
  position: absolute;
  transform: translateY(-295px);
  z-index: -1;
  display: inline-block;
  background-image: url("/base-install/images/_site/shapes/pre-footer-swirl.png");
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.block-signposting-primary:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/base-install/images/_site/shapes/Swirl-white.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 50%;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .block-signposting-primary:after {
    background: none;
  }
}
.block-signposting-primary .placement-inner {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 3;
  margin-left: auto !important;
  margin-right: auto !important;
}
.block-signposting-primary .menu-placement-wrapper .menu-headline {
  text-align: center;
}
.block-signposting-primary .menu-placement-wrapper .menu-headline h2 {
  color: #ffffff;
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.block-signposting-primary .menu-placement-wrapper .menu-headline h2 small {
  font-weight: normal;
}
.block-signposting-primary .menu-placement-wrapper .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item {
  flex: 0 0 15em;
  margin: 1.25em;
  text-align: center;
  position: relative;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  display: inline-block;
  position: absolute;
  background-color: #233588;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -20px;
  right: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 22px;
  line-height: 1.3;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item:hover:before,
.block-signposting-primary .menu-placement-wrapper .menu .menu-item:focus:before {
  top: -10px;
  opacity: 1;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item a {
  color: #ffffff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  text-decoration: none;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item a:hover,
.block-signposting-primary .menu-placement-wrapper .menu .menu-item a:focus,
.block-signposting-primary .menu-placement-wrapper .menu .menu-item a:active {
  background-color: rgba(147, 29, 136, 0.4);
  text-decoration: none;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item .main-link-text {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item .menu-item-img {
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.5em;
}
.block-signposting-primary .menu-placement-wrapper .menu .menu-item .menu-item-desc {
  color: #ffffff;
}
.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: 841px) {
  .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: 840px) {
  .sitemap {
    -moz-column-width: auto;
    -moz-column-count: 1;
    -moz-column-gap: 2em;
    -moz-column-rule-color: #ddd;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: 2em;
    -webkit-column-rule-color: #ddd;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 1;
    column-gap: 2em;
    column-rule-color: #ddd;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
.content-items-list,
.list-content-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .content-wrapper-paginator-options select {
  width: auto;
}
.type-listdocuments #rss_gif {
  float: right;
}
#site-header-row .site-search .advanced-search,
#container .search-target-wrap .site-search .advanced-search,
#site-header-row .site-search label,
#container .search-target-wrap .site-search label {
  display: none;
}
#site-header-row .site-search .search-inputs,
#container .search-target-wrap .site-search .search-inputs {
  position: relative;
}
#site-header-row .site-search .search-inputs input[type="search"],
#container .search-target-wrap .site-search .search-inputs input[type="search"],
#site-header-row .site-search .search-inputs input[type="text"],
#container .search-target-wrap .site-search .search-inputs input[type="text"] {
  background: #f6f9fa;
  border: none;
  width: 300px;
  padding-right: 34px;
  border-radius: 0px;
  padding: 0.5em 0.5em 0.6em 0.7em !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 840px) {
  #site-header-row .site-search .search-inputs input[type="search"],
  #container .search-target-wrap .site-search .search-inputs input[type="search"],
  #site-header-row .site-search .search-inputs input[type="text"],
  #container .search-target-wrap .site-search .search-inputs input[type="text"] {
    width: 100%;
    line-height: 38px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
  }
}
#site-header-row .site-search .search-inputs input[type="search"]::-moz-placeholder, #container .search-target-wrap .site-search .search-inputs input[type="search"]::-moz-placeholder, #site-header-row .site-search .search-inputs input[type="text"]::-moz-placeholder, #container .search-target-wrap .site-search .search-inputs input[type="text"]::-moz-placeholder {
  font-size: 80%;
}
#site-header-row .site-search .search-inputs input[type="search"]::placeholder,
#container .search-target-wrap .site-search .search-inputs input[type="search"]::placeholder,
#site-header-row .site-search .search-inputs input[type="text"]::placeholder,
#container .search-target-wrap .site-search .search-inputs input[type="text"]::placeholder {
  font-size: 80%;
}
#site-header-row .site-search .search-inputs .submit-wrap,
#container .search-target-wrap .site-search .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  #site-header-row .site-search .search-inputs .submit-wrap,
  #container .search-target-wrap .site-search .search-inputs .submit-wrap {
    width: 54px;
  }
}
#site-header-row .site-search .search-inputs .submit-wrap:hover:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:hover:before,
#site-header-row .site-search .search-inputs .submit-wrap:focus:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:focus:before,
#site-header-row .site-search .search-inputs .submit-wrap:active:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:active:before {
  color: #788b94;
}
#site-header-row .site-search .search-inputs .submit-wrap:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  line-height: 34px;
  color: #a3b0b6;
  font-weight: 900;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 840px) {
  #site-header-row .site-search .search-inputs .submit-wrap:before,
  #container .search-target-wrap .site-search .search-inputs .submit-wrap:before {
    line-height: 54px;
    color: #fff;
  }
}
#site-header-row .site-search .search-inputs .submit-wrap input,
#container .search-target-wrap .site-search .search-inputs .submit-wrap input {
  position: relative;
  z-index: 3;
  font-size: 0;
  color: transparent;
  background: transparent;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 840px) {
  #site-header-row .site-search {
    display: none;
  }
}
.advanced-search {
  display: none;
}
@media only screen and (min-width: 841px) {
  .search-type-options {
    display: inline-block;
    width: 32.66666667%;
  }
}
@media only screen and (max-width: 840px) {
  .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;
}
.home-page #container .main-content .site-search label {
  display: none;
}
#container .site-header-row .site-search label {
  display: none;
}
#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 .page-select-label,
#container .site-search .global-pagination .per-page-label {
  display: inline-block;
}
#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: #f6f9fa;
}
#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: 840px) {
  #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;
  }
}
#container #main-content .middle .site-search .content-headline {
  display: none !important;
}
#container #main-content .middle .site-search #site-search-form .search-inputs {
  position: relative;
}
#container #main-content .middle .site-search #site-search-form .search-inputs label {
  font-size: 150%;
  text-align: center;
  margin-bottom: 0.5em;
}
#container #main-content .middle .site-search #site-search-form .search-inputs input[type="search"],
#container #main-content .middle .site-search #site-search-form .search-inputs input[type="text"] {
  width: 100%;
  padding: 0.75em;
  font-size: 120%;
  border-radius: 8px;
}
#container #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
}
#container #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 67px;
  height: 54px;
  line-height: 56px;
  text-align: center;
  font-size: 26px;
  pointer-events: none;
}
@media only screen and (max-width: 840px) {
  #container #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap:before {
    height: 38px;
  }
}
#container #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input {
  background-color: #233588;
  background-image: url("/base-install/images/_site/icons/magnify.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 56px;
  width: 67px;
  border-radius: 0 8px 8px 0;
  font-size: 0;
  color: transparent;
  transition: background 0.25s ease;
}
#container #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input:hover,
#container #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input:focus,
#container #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input:active {
  background: #1b2868;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons {
  text-align: center;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options {
  width: auto;
}
@media only screen and (max-width: 840px) {
  #container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options {
    width: auto;
  }
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options:nth-child(2) {
  display: none;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options:nth-child(3) {
  display: none;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options:nth-child(6) {
  display: none;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options:nth-child(7) {
  display: none;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options:nth-child(8) {
  display: none;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .search-type-options:nth-child(9) {
  display: none;
}
#container #main-content .middle .site-search #site-search-form .type-select-buttons .category-search-filter {
  display: none;
}
#container #main-content .middle .site-search .site-search-results-container {
  margin-top: 1em;
}
#container #main-content .middle .site-search .site-search-results-container .global-pagination {
  text-align: center;
}
#container #main-content .middle .site-search .site-search-results-container .global-pagination label {
  margin: 0;
}
#container #main-content .middle .site-search .site-search-results-container .global-pagination select {
  margin-right: 1.5em;
}
#container #main-content .middle .site-search .site-search-results-container .global-pagination .update-order {
  padding: 0;
  background: transparent !important;
  color: #4F4E4E !important;
  text-decoration: underline;
}
#container #main-content .middle .site-search .site-search-results-container .global-pagination .update-order:hover,
#container #main-content .middle .site-search .site-search-results-container .global-pagination .update-order:focus,
#container #main-content .middle .site-search .site-search-results-container .global-pagination .update-order:active {
  text-decoration: none;
}
#container #main-content .middle .site-search .site-search-results-container .search-result-item {
  border-radius: 6px;
}
#container #main-content .middle .site-search .site-search-results-container .search-result-item > h3 {
  font-size: 1.5em;
}
.layout_0_0 .middle .login-box .placement-inner {
  padding: 0 20%;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 840px) {
  .layout_0_0 .middle .login-box .placement-inner {
    padding: 0;
  }
}
.login-box .placement-inner .content-item {
  background: #e9ebf3;
  border-radius: 0px;
  overflow: hidden;
  padding: 1em 2em 2em 2em;
}
.login-box .placement-inner .content-item .content-headline h2,
.login-box .placement-inner .content-item .content-headline h3 {
  margin: 0.2em 0 0.3em 0;
  padding-bottom: 0.3em;
  border-bottom: solid 2px #bdc2db;
  color: #4F4E4E;
}
.login-box .placement-inner .content-item .row.spam-guard {
  border: solid 2px #bdc2db;
  padding: 1em;
  margin-top: 1em;
  border-radius: 0px;
}
.login-box .placement-inner .content-item .row.spam-guard label {
  margin-top: 0 !important;
}
.login-box .placement-inner .content-item .login-button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.login-box .placement-inner .content-item .login-button-wrapper .login-keepmeloggedin-wrapper {
  flex: 0 0 100%;
  margin: 0;
  padding: 1em 0;
  display: block;
}
.login-box .placement-inner .content-item .login-button-wrapper .login-submit {
  margin-right: 0;
  order: 10;
  margin-left: auto;
}
.login-box .placement-inner .content-item .login-button-wrapper .register {
  order: 1;
}
.login-box .placement-inner .content-item .login-button-wrapper .forgot-password {
  order: 2;
  color: #4F4E4E;
  padding: 0.5em;
}
.login-box .login-forgot-password-wrapper legend {
  font-size: 1.5625em;
  font-weight: 700;
  margin: 0 0 0.3em 0;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  border-bottom: solid 2px #bdc2db;
  color: #4F4E4E;
  width: 100%;
}
.login-box .login-forgot-password-wrapper .row.spam-guard .labelman {
  display: none;
}
.login-box .login-forgot-password-wrapper input[type="submit"] {
  margin-top: 1.5em;
  float: right;
}
.error-404 #main-content {
  padding: 0;
}
.error-404 .container {
  padding-bottom: 0;
  min-height: 0;
}
.error-404 .wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 95vh;
}
@media only screen and (max-width: 840px) {
  .error-404 .wrapper-inner {
    height: auto;
  }
}
.error-404 .wrapper-inner #brand-row {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2em;
}
@media only screen and (max-width: 840px) {
  .error-404 .wrapper-inner #brand-row {
    padding: 1em 1em 0 1em;
  }
}
.error-404 .wrapper-inner #brand-row #logotype {
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .error-404 .wrapper-inner #brand-row #logotype a {
    max-width: 200px;
    display: inline-block;
  }
}
.error-404 .wrapper-inner #hero-row {
  flex: 1 1 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-404 .wrapper-inner #hero-row .container {
  padding: 2em 0 2.5em 2em;
  border-left: solid 1px #ddd;
}
@media only screen and (max-width: 840px) {
  .error-404 .wrapper-inner #hero-row .container {
    border-left: none;
    padding: 1em;
  }
}
.error-404 .wrapper-inner #hero-row .page-headline {
  font-size: 200%;
  margin-top: 0;
}
.error-404 .wrapper-inner #hero-row .search-headline {
  display: none;
}
.error-404 .wrapper-inner #hero-row .form-wrapper {
  margin-top: 1.5em;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs {
  position: relative;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs input[type="text"],
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs input[type="search"] {
  padding: 0.5em;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs label {
  display: none;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap {
  position: absolute;
  top: 3px;
  right: 6px;
  height: 35px;
  width: 35px;
  transition: opacity 0.33s ease-in-out;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:hover,
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:focus,
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:active {
  opacity: 0.7;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: #233588;
  pointer-events: none;
  position: absolute;
  top: 2px;
  left: 10px;
  width: 35px;
  height: 35px;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap input[type="submit"] {
  background-color: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  /*background-image: url("/base-install/images/_site/icons/search-white.png");
							background-repeat: no-repeat;
							background-size: contain;*/
  width: 100%;
  height: 100%;
}
.error-404 #footer-row .footer-list {
  float: left;
  width: 50%;
  color: #ddd;
  font-size: 85%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list.copyright {
  text-align: right;
  padding-right: 1em;
  border-right: solid 2px #ddd;
}
.error-404 #footer-row .footer-list.verseone-credit {
  padding-left: 1em;
}
.error-404 #footer-row .footer-list.verseone-credit a {
  color: #ddd;
  text-decoration: underline;
}
.error-404 #footer-row .footer-list.verseone-credit a:hover,
.error-404 #footer-row .footer-list.verseone-credit a:focus,
.error-404 #footer-row .footer-list.verseone-credit a:active {
  text-decoration: none;
}
.a-to-z-letters,
.a-to-z-letters li,
.a-to-z-pages,
.a-to-z-pages li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.a-to-z-letters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.a-to-z-letters li {
  flex: 1 1 7.69230769%;
  text-align: center;
  border: solid #f6f9fa 0.2em;
  background: #E8EDEE;
  color: #666;
}
.a-to-z-letters li.reset-search {
  flex: 0 0 auto;
  background: transparent;
  margin-top: 0.5em;
}
.a-to-z-letters li.reset-search a {
  padding: 0;
  background: transparent !important;
  color: #233588;
}
.a-to-z-letters li.reset-search a:hover,
.a-to-z-letters li.reset-search a:focus,
.a-to-z-letters li.reset-search a:active {
  text-decoration: underline;
}
.a-to-z-letters li a {
  display: block;
  padding: 0.9em;
  background: #233588;
  color: #fff;
  transition: background 0.25s ease;
  border-radius: 6px;
  overflow: hidden;
}
.a-to-z-letters li a:hover,
.a-to-z-letters li a:focus,
.a-to-z-letters li a:active {
  background: #2d45b1;
  text-decoration: none;
}
/*.a-to-z-letters {
	//.clearfix;
	li {
		display: inline-block;
		font-size: 1.15em;
		margin: 0.25em 0.125em;
		a {
			display: block;
			padding: 0.5em;
			background-color: @darkest-grey;
			color: @bright-white;
			transition: opacity 0.25s ease-in-out;
			&:hover,
			&:focus,
			&:active {
				opacity: 0.6;
				text-decoration: none;
			}
		}
	}
}*/
.a-to-z-pages {
  margin-top: 1em;
}
.a-to-z-pages li {
  margin: 0.1em 0;
}
.index-list,
.index-item,
.category-list,
.category-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faq-list .index-item {
  padding: 0.1em 0;
}
.faq-list .back-to-top {
  display: none;
  float: right;
  font-size: 80%;
}
.faq-list .content-items-list .list-content-item {
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: solid 1px #ddd;
}
.faq-list .content-items-list .list-content-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.faq-list .content-items-list .list-content-item .content-item-container > h3 {
  margin-top: 0;
}
.faq-category-list li {
  display: inline-block;
  font-size: 90%;
  margin-right: 0.5em;
  border: 1px solid #a3b0b6;
  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;
}
.faq-index-list .index-list {
  padding: 1em;
  background: #f6f9fa;
  border: 1px solid #ddd;
}
.faq-index-list .index-list .index-item {
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0.5em 40px;
  min-height: 28px;
  position: relative;
}
.faq-index-list .index-list .index-item:hover:before,
.faq-index-list .index-list .index-item:focus:before,
.faq-index-list .index-list .index-item:active:before {
  font-weight: 900;
}
.faq-index-list .index-list .index-item:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  display: inline-block;
  color: #233588;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.faq-index-list .index-list .index-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.job-ref-details,
.job-ref-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*------------- Events Calendar ----------------*/
.events-calendar-top {
  padding-bottom: 0em;
}
.events-calendar-top ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.events-calendar-top ol li {
  float: left;
  margin-right: 0.8em;
}
.events-calendar-top ol li a {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.events-calendar-top ol li a.month-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-month.png");
}
.events-calendar-top ol li a.week-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-week.png");
}
.events-calendar-top ol li a.day-view,
.events-calendar-top ol li a.today-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-day.png");
}
.events-calendar-top ol li a.all-types-view {
  background-image: url("../images/events-calendar/view-nav-icons/event-types-view.png");
}
.events-calendar-top ol li a.all-events-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view.png");
}
#container .event-calendar-time-navigation .content-headline {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: none;
}
#container .event-calendar-time-navigation .month-year-nav {
  margin: 1em 0;
  padding: 0 1em;
}
.event-key {
  margin-top: 0.3em;
}
.event-key .event-key-table {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-key .event-key-table li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 1em;
}
.event-key .event-key-table span {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
}
.ie7 .event-key .event-key-table span {
  *display: inline;
  zoom: 1;
}
.event-key .event-key-table .event-type-name {
  display: inline-block;
}
.type-eventscalendar .venue-itinerary-form {
  display: none;
}
/*------------- Month View ----------------*/
.activity-calendar {
  /*--- Mini calendar for mobile and columns ---*/
  /*--- In a column or mulitple placement row ---*/
}
.activity-calendar .content-headline {
  border-bottom: none !important;
}
.activity-calendar .content-headline h2 {
  margin-top: 0;
  text-align: center;
}
.activity-calendar .prev-year {
  float: left;
  margin-right: 1em;
}
.activity-calendar .prev-year:before {
  content: "<<";
}
.activity-calendar .next-year {
  float: right;
  margin-left: 1em;
}
.activity-calendar .next-year:after {
  content: ">>";
}
.activity-calendar .prev-month {
  float: left;
}
.activity-calendar .prev-month:before {
  content: "<";
}
.activity-calendar .next-month {
  float: right;
}
.activity-calendar .next-month:after {
  content: ">";
}
.activity-calendar .ac-calendar {
  margin: 0.8em 0;
}
.activity-calendar .days-head td {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 14.28571429%;
  padding: 0 0.4em;
}
.ie7 .activity-calendar .days-head {
  margin-top: 2.2em;
}
.activity-calendar .days-head {
  text-align: center;
}
.activity-calendar .days-head th {
  text-align: center;
}
.activity-calendar .days-head td {
  height: 80px;
  border: 1px solid #ddd !important;
  border-right: 0;
  border-top: 0;
  vertical-align: top;
}
.activity-calendar .days-head td .ac-day-inner {
  text-align: left;
}
.activity-calendar .days-head td .ac-day-inner p {
  margin: 0;
}
.activity-calendar .days-head td .ac-day-inner a {
  text-decoration: none !important;
}
.activity-calendar .days-head tr:nth-child(2n) td {
  background: none;
}
.activity-calendar .days-head tr:hover td {
  background: none;
}
.activity-calendar .ac-calendar-lead {
  background: #ffffff !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: #4F4E4E;
  width: auto;
  height: auto;
  font-size: 80%;
  line-height: 1;
  transition: border-bottom 0.2s ease-out;
}
.activity-calendar .ac-activity.event-name:hover,
.activity-calendar .ac-activity.event-name:active,
.activity-calendar .ac-activity.event-name:focus {
  border-bottom: solid 6px;
}
@media only screen and (max-width: 880px) {
  .activity-calendar .days-head {
    display: block;
  }
  .activity-calendar .days-head thead {
    display: none;
  }
  .activity-calendar .days-head tbody {
    display: block;
  }
  .activity-calendar .days-head tbody tr {
    height: auto !important;
    display: block;
  }
  .activity-calendar .days-head tbody tr td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .activity-calendar .days-head tbody tr .ac-activity {
    font-size: 100%;
    margin: 1em 0;
  }
  .activity-calendar .days-head tbody tr .ac-calendar-lead {
    display: none;
  }
  .activity-calendar .ac-month-list {
    border-top: 1px solid #ddd;
  }
  .activity-calendar .ac-month-list td {
    height: 45px;
  }
  .activity-calendar .ac-month-list td p {
    font-size: 0.8em;
  }
  .activity-calendar .ac-activity {
    display: block;
    margin: 2px 0.3em 0 0;
  }
}
.col .activity-calendar .days-head,
.placement-row-2-up .activity-calendar .days-head,
.placement-row-3-up .activity-calendar .days-head,
.placement-row-4-up .activity-calendar .days-head {
  display: block;
}
.col .activity-calendar .days-head thead,
.placement-row-2-up .activity-calendar .days-head thead,
.placement-row-3-up .activity-calendar .days-head thead,
.placement-row-4-up .activity-calendar .days-head thead {
  display: none;
}
.col .activity-calendar .days-head tbody,
.placement-row-2-up .activity-calendar .days-head tbody,
.placement-row-3-up .activity-calendar .days-head tbody,
.placement-row-4-up .activity-calendar .days-head tbody {
  display: block;
}
.col .activity-calendar .days-head tbody tr,
.placement-row-2-up .activity-calendar .days-head tbody tr,
.placement-row-3-up .activity-calendar .days-head tbody tr,
.placement-row-4-up .activity-calendar .days-head tbody tr {
  height: auto !important;
  display: block;
}
.col .activity-calendar .days-head tbody tr td,
.placement-row-2-up .activity-calendar .days-head tbody tr td,
.placement-row-3-up .activity-calendar .days-head tbody tr td,
.placement-row-4-up .activity-calendar .days-head tbody tr td {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.col .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-2-up .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-3-up .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-4-up .activity-calendar .days-head tbody tr .ac-activity {
  font-size: 100%;
  margin: 1em 0;
}
.col .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-2-up .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-3-up .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-4-up .activity-calendar .days-head tbody tr .ac-calendar-lead {
  display: none;
}
.col .activity-calendar .ac-month-list,
.placement-row-2-up .activity-calendar .ac-month-list,
.placement-row-3-up .activity-calendar .ac-month-list,
.placement-row-4-up .activity-calendar .ac-month-list {
  border-top: 1px solid #ddd;
}
.col .activity-calendar .ac-month-list td,
.placement-row-2-up .activity-calendar .ac-month-list td,
.placement-row-3-up .activity-calendar .ac-month-list td,
.placement-row-4-up .activity-calendar .ac-month-list td {
  height: 45px;
}
.col .activity-calendar .ac-month-list td p,
.placement-row-2-up .activity-calendar .ac-month-list td p,
.placement-row-3-up .activity-calendar .ac-month-list td p,
.placement-row-4-up .activity-calendar .ac-month-list td p {
  font-size: 0.8em;
}
.col .activity-calendar .ac-activity,
.placement-row-2-up .activity-calendar .ac-activity,
.placement-row-3-up .activity-calendar .ac-activity,
.placement-row-4-up .activity-calendar .ac-activity {
  display: block;
  margin: 2px 0.3em 0 0;
}
.col .activity-calendar .prev-year,
.placement-row-2-up .activity-calendar .prev-year,
.placement-row-3-up .activity-calendar .prev-year,
.placement-row-4-up .activity-calendar .prev-year,
.col .activity-calendar .next-year,
.placement-row-2-up .activity-calendar .next-year,
.placement-row-3-up .activity-calendar .next-year,
.placement-row-4-up .activity-calendar .next-year,
.col .activity-calendar .events-calendar-top,
.placement-row-2-up .activity-calendar .events-calendar-top,
.placement-row-3-up .activity-calendar .events-calendar-top,
.placement-row-4-up .activity-calendar .events-calendar-top {
  display: none;
}
/*------------- Week view ----------------*/
.no-events {
  text-align: center;
}
.basic-event-details,
.event-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.basic-event-details li,
.event-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table-row;
}
.basic-event-details li span,
.event-details li span {
  padding-bottom: 0.5em;
}
.basic-event-details li .event-label,
.event-details li .event-label {
  display: table-cell;
  padding-right: 0.8em;
  color: #4F4E4E;
}
.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;
}
/*Create event form in frontend*/
#container #create-event-form fieldset {
  margin-top: 1em;
}
#container #create-event-form fieldset legend {
  font-weight: 700;
  font-size: 1.2em;
}
#container #create-event-form fieldset .row {
  border: none;
}
#container #create-event-form fieldset .row label {
  display: inline;
}
#container #create-event-form fieldset .row .mandatory-field {
  display: inline;
  color: red;
  padding-right: 1em;
}
#container #create-event-form fieldset .row select {
  display: block;
}
/*------------- Blog Module  ----------------*/
.post-meta {
  font-size: 80%;
}
/*------------- Blog list  ----------------*/
.older-posts {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.25s ease;
  display: block;
  flex-basis: 40%;
  margin: 0.75em;
  margin-left: auto;
  text-align: right;
  background: linear-gradient(90deg, #fff 10%, #233588 60%);
}
.older-posts:hover,
.older-posts:focus,
.older-posts:active {
  background: #131d4b;
  text-decoration: none;
}
.older-posts:visited {
  color: #fff;
}
.older-posts:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
}
.older-posts:hover,
.older-posts:focus,
.older-posts:active {
  background: linear-gradient(90deg, #fff 0%, #233588 60%);
}
.newer-posts {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.25s ease;
  display: block;
  flex-basis: 40%;
  margin: 0.75em;
  background: linear-gradient(-90deg, #fff 10%, #233588 60%);
}
.newer-posts:hover,
.newer-posts:focus,
.newer-posts:active {
  background: #131d4b;
  text-decoration: none;
}
.newer-posts:visited {
  color: #fff;
}
.newer-posts:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
}
.newer-posts:hover,
.newer-posts:focus,
.newer-posts:active {
  background: linear-gradient(-90deg, #fff 0%, #233588 60%);
}
.type-blogsminilist .blog-posts-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.75em;
}
.type-blogsminilist .blog-posts-list .blog-posts-post {
  padding: 0.75em;
  flex: 1 1 23%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.type-blogsminilist .blog-posts-list .blog-posts-post:hover .content-main-image img,
.type-blogsminilist .blog-posts-list .blog-posts-post:focus .content-main-image img,
.type-blogsminilist .blog-posts-list .blog-posts-post:active .content-main-image img {
  transform: scale(1.07);
}
@media only screen and (max-width: 840px) {
  .type-blogsminilist .blog-posts-list .blog-posts-post {
    flex: 1 1 20em;
  }
}
.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image {
  border: solid 1px #E8EDEE;
  border-bottom: none;
  position: relative;
  padding-top: 56.7%;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -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;";
  transition: transform 0.4s ease;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  background: #fff;
  border: solid 1px #E8EDEE;
  border-top: none;
  padding: 1em;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-footer {
  order: 1;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-footer p {
  margin-top: 0;
  color: #a7aecf;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper > a {
  font-size: 1.0625em;
  line-height: 1.17;
  font-weight: 700;
  line-height: 1.3;
  order: 2;
  color: #4F4E4E;
  padding: 0 0 0.4em 0;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .blog-post-summary {
  font-size: 0.875em;
  line-height: 1.5;
  order: 3;
}
.type-blog .content-headline {
  display: none;
}
.type-blog .content-headline.blog-name {
  display: inline-block;
}
.type-blog .list-content .content-wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.75em;
}
.type-blog .list-content .content-wrapper-inner .template-navigation-link {
  padding: 0.75em;
  flex-basis: 100%;
}
.type-blog .list-content .content-wrapper-inner .post {
  flex: 1 0 20em;
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post {
    flex: 1 1 100%;
  }
}
.type-blog .list-content .content-wrapper-inner .post:first-child {
  flex: 1 1 100%;
  background: #f6f9fa;
  border-radius: 0px;
  overflow: hidden;
  margin: 0 0.75em 0.5em 0.75em;
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner {
  position: relative;
  padding: 2em 50% 2em 2em;
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner {
    padding: 0em;
  }
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header .post-title {
  font-size: 1.5625em;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header .post-title {
    order: 2;
    margin-top: 0.5em;
    padding: 0 1.6rem;
  }
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header .post-title a {
  color: #4F4E4E;
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header .content-main-image {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  width: 45%;
  overflow: hidden;
  border-radius: 0px;
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header .content-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header .content-main-image {
    order: 1;
    position: static;
    width: auto;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .post-header .post-meta {
    order: 3;
    margin: 1em 0 0 0;
    color: #a7aecf;
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text > p {
  margin: 0;
  padding: 0.7em 0;
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text > p {
    font-size: 0.875em;
    line-height: 1.5;
  }
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link {
  background-color: #80BA27;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  margin-top: 1.2em;
  display: block;
  width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link {
    min-width: 0;
    width: 100%;
  }
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:hover,
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:focus,
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #9ad63e;
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:hover:after,
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:focus:after,
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link:focus {
  outline: 2px dotted grey !important;
}
@media only screen and (max-width: 840px) {
  .type-blog .list-content .content-wrapper-inner .post:first-child .post-inner .text .more-link {
    margin-top: 0.75em;
    white-space: normal;
    font-size: 0.875em;
    line-height: 1.5;
  }
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) {
  position: relative;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child):hover .content-main-image img,
.type-blog .list-content .content-wrapper-inner .post:not(:first-child):focus .content-main-image img,
.type-blog .list-content .content-wrapper-inner .post:not(:first-child):active .content-main-image img {
  transform: scale(1.07);
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner {
  padding: 0.75em;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .post-header {
  display: flex;
  flex-direction: column;
  border: solid 1px #E8EDEE;
  border-bottom: none;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .post-header .content-main-image {
  order: 1;
  position: relative;
  padding-top: 56.7%;
  border-radius: 0px;
  overflow: hidden;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .post-header .content-main-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -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;";
  transition: transform 0.4s ease;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .post-header .post-title {
  font-size: 1.0625em;
  line-height: 1.17;
  font-weight: 700;
  line-height: 1.3;
  order: 3;
  margin: 0;
  color: #4F4E4E;
  padding: 0 1.6rem 0.4em 1.6rem;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .post-header .post-title a {
  color: #4F4E4E;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .post-header .post-title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .post-header .post-meta {
  order: 2;
  color: #80BA27;
  padding: 0.5em 1.6rem 0 1.6rem;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .text {
  padding: 0 1.6rem 0.8rem 1.6rem;
  font-size: 0.875em;
  line-height: 1.5;
  border: solid 1px #E8EDEE;
  border-top: none;
  flex: 1 1 auto;
  border-radius: 0 0 0px 0px;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .text p {
  margin: 0;
  padding: 0.6em 0;
}
.type-blog .list-content .content-wrapper-inner .post:not(:first-child) .post-inner .text a {
  display: none;
}
.type-blog .single-post .template-navigation-link {
  margin-bottom: 1.2em;
}
.type-blog .single-post .template-navigation-link a {
  background-color: #80BA27;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  padding: 0.5em 1em 0.5em 0.5em;
  min-width: 0;
}
@media only screen and (max-width: 840px) {
  .type-blog .single-post .template-navigation-link a {
    min-width: 0;
    width: 100%;
  }
}
.type-blog .single-post .template-navigation-link a:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.type-blog .single-post .template-navigation-link a:hover,
.type-blog .single-post .template-navigation-link a:focus,
.type-blog .single-post .template-navigation-link a:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #9ad63e;
}
.type-blog .single-post .template-navigation-link a:hover:after,
.type-blog .single-post .template-navigation-link a:focus:after,
.type-blog .single-post .template-navigation-link a:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.type-blog .single-post .template-navigation-link a:focus {
  outline: 2px dotted grey !important;
}
.type-blog .single-post .template-navigation-link a:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f060";
  display: inline-block;
  right: auto;
  left: 0.65em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 840px) {
  .layout_0_0 .type-blog .single-post .content-wrapper-inner {
    padding-right: 0;
  }
}
.type-blog .single-post .content-wrapper-inner .post-inner {
  display: flex;
  flex-direction: column;
}
.type-blog .single-post .content-wrapper-inner .post-title {
  display: block;
  order: 1;
}
.type-blog .single-post .content-wrapper-inner .post-title h2,
.type-blog .single-post .content-wrapper-inner .post-title h3 {
  margin: 0;
  color: #4F4E4E;
}
.type-blog .single-post .content-wrapper-inner .post-footer {
  order: 2;
  color: #233588;
}
.type-blog .single-post .content-wrapper-inner .post-footer .post-author {
  font-weight: 700;
}
.type-blog .single-post .content-wrapper-inner .content-main-image {
  order: 3;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 1em 0;
}
.type-blog .single-post .content-wrapper-inner .content-main-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;";
}
.type-blog .single-post .content-wrapper-inner .text {
  order: 4;
}
.type-blog .single-post .content-wrapper-inner .text p {
  margin: 0 0 1.6em 0;
}
/*.type-blog {
	.content-wrapper-inner {
		.colored-bg& {
			padding: 0 !important;
		}
	}
	.list-content {
		.content-main-image {
			width: auto;
			float: left;
			margin: 0;
			.ie8 &,
			.ie7 & {
				width: 220px;
				height: 132px;
				overflow: hidden;
				
			}
			> a {
				display: block;
			}
			@media @mobile {
				float: none;
			}
			img {
				width: 220px;
				@media @mobile {
					width: auto;
				}
			}
		}
	}
	.content-main-image {
		//width: 220px;
		//float: left;
		//margin: 0.8em 1.2em 1em 0;
	}
	.blog-name {
		h2 {
			//margin-top: 0;
		}
	}
	.post-title {
		margin: 0;
		@media @mobile {
			margin: 0.6em 0 0 0;
		}
		
	}
	.post-meta {
	    border-bottom: 1px solid #ebebeb;
	    border-top: 1px solid #ebebeb;
	    margin: 1em 0 1em 0;
	    padding: 0.8em 0 0.7em 0;
	    .posted-on {
		    font-weight: 400;
	    }
	    .blog-comment-number {
		    float: right;
	    }
	}
	.post {
		padding: 0 0 1.75em 0;
		margin-bottom: 1.75em;
		border-bottom: solid 1px @lighter-grey;
		&:last-child {
			border-bottom: none;
		}
		&.single-post {
			background-color: transparent;
			.text,
			header {
				margin-left: 0;
			}
		}
		.post-title {
			font-weight: 400;
			font-size: 22px;
			line-height: 1.2;
			@media @mobile {
				font-size: 20px;
			}
			a {
				transition: all 0.4s;
			}
		}
		header,
		.text {
			margin-left: 235px;
			@media @mobile {
				margin-left: 0;
			}
		}
		&.no-image {
			header,
			.text {
				margin-left: 0;
			}
		}
		.more-link {
			.btn(@grey);
			float: left;
			margin: 10px 0 10px 5px;
			position: relative;
			@media @mobile {
				padding: 0;
			}
		}
	}
}*/
/*--- Blog search ---*/
#container .blog-search legend {
  display: none;
}
#container .blog-search input[type="search"],
#container .blog-search input[type="text"] {
  border: none;
  background: #f6f9fa;
  border-radius: 0;
  padding: 0.5em;
}
#container .blog-search input[type="submit"] {
  width: auto;
  text-indent: -9999px;
  background-image: url("/base-install/images/_site/icons/search-small.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0.5em 1.4em;
  transition: opacity 0.3s ease-out;
}
#container .blog-search input[type="submit"]:hover,
#container .blog-search input[type="submit"]:focus,
#container .blog-search input[type="submit"]:active {
  opacity: 0.6;
}
/*--- Archives ---*/
.archives-list,
.archives-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.archives-list.month {
  margin-left: 1.8em;
}
.archives-list a {
  display: block;
  padding: 0.3em 0;
}
.archives-list a.archive-list-item-year-toggle {
  padding-left: 18px;
  background-image: url("../images/blogs-v2/feedback/fs-expand.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.archives-list a.archive-list-item-year-toggle.open {
  background-image: url("../images/blogs-v2/feedback/fs-contract.png");
}
/*--- Categories ---*/
.article-categories a {
  display: block;
}
#container #main-content .type-blogsearch .blog-search fieldset {
  position: relative;
}
@media only screen and (max-width: 840px) {
  #container #main-content .type-blogsearch .blog-search fieldset {
    text-align: center;
  }
}
#container #main-content .type-blogsearch .blog-search fieldset .input-label.input-name-blog-search {
  display: none;
}
#container #main-content .type-blogsearch .blog-search fieldset input[type="search"],
#container #main-content .type-blogsearch .blog-search fieldset input[type="text"] {
  width: 100%;
}
.ie7 #container #main-content .type-blogsearch .blog-search fieldset input[type="search"],
.ie7 #container #main-content .type-blogsearch .blog-search fieldset input[type="text"] {
  width: 96%;
}
#container #main-content .type-blogsearch .blog-search fieldset input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a {
  text-decoration: none;
  transition: all 0.4s;
  border-bottom: solid 1px #ddd;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a:hover,
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a:focus,
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a:active {
  border-bottom: solid 1px #233588;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item ol.archives-list.month {
  margin-left: 1.8em;
}
/*------------- Single blog post  ----------------*/
/*#container .single-post {
	position: relative;
	padding: 0;
	.template-navigation-link {
		a.back-to-blog-home {
			.btn(@lighter-grey);
			display: inline-block;
			margin-top: 1em;
			&:before {
				.add-icon("f104");
				line-height: 0.7;
				font-size: 22px;
				margin-right: 10px;
				position: relative;
				top: 3px;
			}
			&:hover,
			&:focus,
			&:active {
				text-decoration: none;
			}
		}
	}
	.content-main-image {
		max-width: 40%;
		float: right;
		margin: 0 0 1em 1em;
		img {
			//width: 250px;
		}
		@media @mobile {
			float: none;
			width: 100%;
			margin: 0 0 0.5em 0;
			img {
				width: auto;
			}
		}
	}
	.content-headline.post-title {
		float: none;
		padding: 0;
		border: none !important;
		h2 {
			margin: 0.6em 0 0 0;
			line-height: 1.2;
		}
	}
}*/
/*--- Comment Form ---*/
.blog-comment-toggle {
  display: block;
  margin-bottom: 0.5em;
  outline: none;
  border: none;
  color: #233588 !important;
  font-weight: 400;
}
.blog-comment-toggle .button-text {
  transition: all 0.4s;
  font-size: 16px;
}
.blog-comment-toggle .button-text {
  display: inline-block;
}
.ie7 .blog-comment-toggle .button-text {
  *display: inline;
  zoom: 1;
}
.blog-comment-toggle:hover,
.blog-comment-toggle:focus,
.blog-comment-toggle:active {
  outline: none;
}
.blog-comment-toggle:hover .blog-comment-toggle-icon,
.blog-comment-toggle:focus .blog-comment-toggle-icon,
.blog-comment-toggle:active .blog-comment-toggle-icon {
  transform: translateY(-4px);
}
#blog-comments {
  padding: 1em;
  background: #f6f9fa;
}
#blog-comments h3 {
  margin: 0 0 1em 0;
}
#blog-comments .comment-content .comment-author {
  font-weight: bold;
}
#blog-comments .comment-content p {
  margin: 0 0 0 0;
}
#blog-comments .comments-list {
  clear: both;
}
#blog-comments .comments-list .blog-cmt {
  margin: 1em 0 0 0;
  padding: 1em;
  background: #ecf2f5;
}
#blog-comments #blg-cmt-frm {
  clear: both;
}
.ie7 #blog-comments #blg-cmt-frm {
  display: block;
}
#blog-comments #blg-cmt-frm .row.comment-website {
  display: none;
}
#blog-comments #blg-cmt-frm .row {
  border-top: none;
  padding: 0.5em 1.5em;
}
#blog-comments #blg-cmt-frm input[type="submit"] {
  padding: 0.6em 1em;
  float: right;
}
.comments-list,
.comments-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.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 #a3b0b6;
  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: #a3b0b6;
  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;
}
body.form-in-new-window form.form fieldset legend,
#container .main-editor-output form.form fieldset legend {
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: solid 2px #E8EDEE;
  width: 100%;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
body.form-in-new-window form.form fieldset p.labelman,
#container .main-editor-output form.form fieldset p.labelman {
  color: #DA291C;
  font-weight: 700;
}
body.form-in-new-window form.form fieldset .row,
#container .main-editor-output form.form fieldset .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1em;
}
body.form-in-new-window form.form fieldset .row:nth-child(odd),
#container .main-editor-output form.form fieldset .row:nth-child(odd) {
  background: #f6f9fa;
  border-radius: 0px;
}
@media only screen and (max-width: 840px) {
  body.form-in-new-window form.form fieldset .row,
  #container .main-editor-output form.form fieldset .row {
    flex-wrap: wrap;
    padding: 1em 1em;
  }
}
body.form-in-new-window form.form fieldset .row label,
#container .main-editor-output form.form fieldset .row label {
  flex: 1 1 25%;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 840px) {
  body.form-in-new-window form.form fieldset .row label,
  #container .main-editor-output form.form fieldset .row label {
    flex: 0 0 100%;
    padding: 0 0 0.25em 0;
    margin: 0;
  }
}
body.form-in-new-window form.form fieldset .row label .labelman,
#container .main-editor-output form.form fieldset .row label .labelman {
  color: #DA291C;
  font-weight: 700;
}
body.form-in-new-window form.form fieldset .row .field,
#container .main-editor-output form.form fieldset .row .field {
  flex: 1 1 70%;
}
@media only screen and (max-width: 840px) {
  body.form-in-new-window form.form fieldset .row .field,
  #container .main-editor-output form.form fieldset .row .field {
    flex: 0 0 100%;
  }
}
body.form-in-new-window form.form fieldset .row .field select,
#container .main-editor-output form.form fieldset .row .field select {
  width: 100%;
}
body.form-in-new-window form.form fieldset .row table,
#container .main-editor-output form.form fieldset .row table {
  border: solid 1px #ddd;
  border-left: none;
}
body.form-in-new-window form.form fieldset .row table caption,
#container .main-editor-output form.form fieldset .row table caption {
  display: none;
}
body.form-in-new-window form.form fieldset .row table th,
#container .main-editor-output form.form fieldset .row table th {
  background: #e9ebf3;
  color: #4F4E4E;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
body.form-in-new-window form.form fieldset .row table th input,
#container .main-editor-output form.form fieldset .row table th input {
  float: right;
}
body.form-in-new-window form.form fieldset .row table td,
#container .main-editor-output form.form fieldset .row table td {
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
body.form-in-new-window form.form .row.spam-guard .label,
#container .main-editor-output form.form .row.spam-guard .label {
  flex: 1 1 25%;
  padding-left: 1em;
  padding-right: 1em;
}
body.form-in-new-window form.form .row.spam-guard .label .labelman,
#container .main-editor-output form.form .row.spam-guard .label .labelman {
  color: #DA291C;
  font-weight: 700;
}
body.form-in-new-window form.form .row.spam-guard .label label,
#container .main-editor-output form.form .row.spam-guard .label label {
  display: inline;
  padding: 0;
  font-weight: 700;
}
body.form-in-new-window form.form .row.spam-guard .label label .challenge-q,
#container .main-editor-output form.form .row.spam-guard .label label .challenge-q {
  font-weight: 400;
}
body.form-in-new-window form.form .button_row,
#container .main-editor-output form.form .button_row {
  display: flex;
  border-top: solid 1px #E8EDEE;
  padding-top: 1em;
}
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type,
#container .main-editor-output form.form .button_row input[type="submit"]:first-of-type {
  order: 5;
  margin-left: auto;
}
body.form-in-new-window form.form .button_row input#segment_summary,
#container .main-editor-output form.form .button_row input#segment_summary,
body.form-in-new-window form.form .button_row input#save_and_edit_later,
#container .main-editor-output form.form .button_row input#save_and_edit_later {
  font-size: 0.875em;
  line-height: 1.5;
  color: #4F4E4E !important;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1em;
}
body.form-in-new-window form.form .button_row input#segment_summary:hover,
#container .main-editor-output form.form .button_row input#segment_summary:hover,
body.form-in-new-window form.form .button_row input#save_and_edit_later:hover,
#container .main-editor-output form.form .button_row input#save_and_edit_later:hover,
body.form-in-new-window form.form .button_row input#segment_summary:focus,
#container .main-editor-output form.form .button_row input#segment_summary:focus,
body.form-in-new-window form.form .button_row input#save_and_edit_later:focus,
#container .main-editor-output form.form .button_row input#save_and_edit_later:focus,
body.form-in-new-window form.form .button_row input#segment_summary:active,
#container .main-editor-output form.form .button_row input#segment_summary:active,
body.form-in-new-window form.form .button_row input#save_and_edit_later:active,
#container .main-editor-output form.form .button_row input#save_and_edit_later:active {
  text-decoration: underline;
}
body.form-in-new-window form.form .button_row a,
#container .main-editor-output form.form .button_row a {
  font-size: 0.875em;
  line-height: 1.5;
  color: #999;
  margin: 0 0.5em;
  padding: 0.8rem 0 0 0;
}
body.form-in-new-window .progressborder,
#container .main-editor-output .progressborder {
  border-radius: 0px;
  background: #f6f9fa;
  overflow: hidden;
  margin-top: 1em;
}
body.form-in-new-window .progressborder .progressbar,
#container .main-editor-output .progressborder .progressbar {
  background: #dee1ed;
  border-right: solid 4px #c8cde1;
  padding: 0.5em 1em;
}
body.form-in-new-window .progressborder .progressbar p,
#container .main-editor-output .progressborder .progressbar p {
  font-size: 0.875em;
  line-height: 1.5;
}
body.form-in-new-window .usr-feedback,
#container .main-editor-output .usr-feedback {
  padding: 0.4em 1em;
  border: solid 4px #E8EDEE;
  border-radius: 0px;
  background: #f6f9fa;
}
body.form-in-new-window .usr-feedback.login-required,
#container .main-editor-output .usr-feedback.login-required {
  border-color: #f39c12;
  background: #fef5e7;
}
body.form-in-new-window #form_complete,
#container .main-editor-output #form_complete {
  padding: 0.4em 1em;
  border: solid 4px #27ae60;
  border-radius: 0px;
  background: #e9f7ef;
}
body.form-in-new-window #form_window_head h1 {
  display: none;
}
body.form-in-new-window form.form fieldset legend {
  margin: 0 3.2rem;
  padding-top: 1em;
}
body.form-in-new-window form.form fieldset p.labelman {
  margin: 0.5em 2em 0 2em;
}
body.form-in-new-window form.form fieldset .row input[type='text'],
body.form-in-new-window form.form fieldset .row input[type='password'],
body.form-in-new-window form.form fieldset .row input[type='tel'],
body.form-in-new-window form.form fieldset .row input[type='url'],
body.form-in-new-window form.form fieldset .row input[type='email'],
body.form-in-new-window form.form fieldset .row input[type="search"],
body.form-in-new-window form.form fieldset .row input[type="number"],
body.form-in-new-window form.form fieldset .row textarea {
  box-sizing: border-box;
  border: 2px solid #ddd;
  padding: 0.5em;
  border-radius: 0px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}
body.form-in-new-window form.form fieldset .row input[type='text']:hover,
body.form-in-new-window form.form fieldset .row input[type='password']:hover,
body.form-in-new-window form.form fieldset .row input[type='tel']:hover,
body.form-in-new-window form.form fieldset .row input[type='url']:hover,
body.form-in-new-window form.form fieldset .row input[type='email']:hover,
body.form-in-new-window form.form fieldset .row input[type="search"]:hover,
body.form-in-new-window form.form fieldset .row input[type="number"]:hover,
body.form-in-new-window form.form fieldset .row textarea:hover,
body.form-in-new-window form.form fieldset .row input[type='text']:focus,
body.form-in-new-window form.form fieldset .row input[type='password']:focus,
body.form-in-new-window form.form fieldset .row input[type='tel']:focus,
body.form-in-new-window form.form fieldset .row input[type='url']:focus,
body.form-in-new-window form.form fieldset .row input[type='email']:focus,
body.form-in-new-window form.form fieldset .row input[type="search"]:focus,
body.form-in-new-window form.form fieldset .row input[type="number"]:focus,
body.form-in-new-window form.form fieldset .row textarea:focus {
  border-color: #919ac4;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
body.form-in-new-window form.form .button_row {
  padding: 1em;
}
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type:hover,
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type:focus,
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type:active {
  background: #131d4b;
  text-decoration: none;
}
#form_summary_legend legend,
#form_summary legend {
  font-weight: 700;
}
#form_summary_legend p img,
#form_summary p img {
  display: none;
}
#form_summary_legend td img,
#form_summary td img {
  display: none !important;
}
#form_summary_legend tr:before,
#form_summary tr:before {
  display: none !important;
}
#form_summary_legend .incomplete:before,
#form_summary .incomplete:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  color: #DA291C;
  font-weight: 900;
  margin-right: 0.4em;
}
#form_summary_legend .maybe:before,
#form_summary .maybe:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f128";
  display: inline-block;
  color: #f39c12;
  font-weight: 900;
  margin-right: 0.4em;
}
#form_summary_legend .done:before,
#form_summary .done:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: inline-block;
  color: #27ae60;
  font-weight: 900;
  margin-right: 0.4em;
}
.dept-directory,
.dept-directory li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dept-directory li {
  padding: 0.2em 0;
}
.dept-directory li dt {
  width: 80px;
  float: left;
}
.dept-directory li dd {
  margin-left: 100px;
}
.dept-directory .sd-overview dd {
  margin: 0 0 0.8em 0;
  padding: 0;
}
.folder-breadcrumb {
  padding: 0 0 0.8em 22px;
  background-image: url("../images/media-browser/folder.png");
  background-position: left 1px;
  background-repeat: no-repeat;
}
#container .media-search-inputs input[type="search"],
#container .media-search-inputs input[type="text"],
#container .media-search-inputs input[type="submit"],
#container .media-search-inputs label {
  float: left;
}
#container .media-search-inputs input[type="submit"] {
  width: auto;
  margin: 3px 0 0 0.5em;
}
#container .media-search-inputs input[type="checkbox"] {
  margin-top: 0.6em;
}
#container .media-search-inputs label {
  font-size: 90%;
  margin-top: 0.4em;
}
#container .media-search-inputs input[value="description"] {
  clear: none;
}
.ie7 #container .media-search-inputs input[value="display_name"] {
  clear: none;
}
.results-filter-options {
  margin: 0.5em 0;
}
.results-filter-options span {
  display: none;
}
.results-filter-options .status-filters {
  display: block;
}
.results-filter-options .status-filters a {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.ms-current {
  background-image: url("../images/media-browser/status-current.png");
}
.ms-underreview,
.ms-under-review {
  background-image: url("../images/media-browser/status-under-review.png");
}
.ms-expired {
  background-image: url("../images/media-browser/status-expired.png");
}
.ms-archived {
  background-image: url("../images/media-browser/status-archived.png");
}
.ms-all {
  padding-left: 0;
}
.media-display-table thead a {
  text-decoration: none;
}
.media-display-table thead .mb-sort {
  padding: 0 0 0 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.media-display-table thead .mb-sort.asc {
  background-image: url("../images/arrows/arrow-up.png");
}
.media-display-table thead .mb-sort.desc {
  background-image: url("../images/arrows/arrow-down.png");
}
.media-display-table .media-status {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 840px) {
  .results-filter-options {
    display: none;
  }
  .media-history {
    display: none;
  }
  .media-display-table th:first-child,
  .media-display-table td:first-child {
    display: none;
  }
  .media-display-table th:nth-child(2),
  .media-display-table td:nth-child(2) {
    display: none;
  }
  .media-display-table th:nth-child(4),
  .media-display-table td:nth-child(4) {
    display: none;
  }
  .media-display-table th:last-child,
  .media-display-table td:last-child {
    display: none;
  }
}
#container input[name="media_search_term"] {
  width: auto;
}
#container .mb-fldr-lst a {
  text-decoration: none;
}
#container .mb-fldr-lst input[type="search"],
#container .mb-fldr-lst input[type="text"] {
  width: 50%;
}
#container .mb-fldr-lst input[type="submit"] {
  width: auto;
}
#container .mb-fldr-lst .mb-folders-list,
#container .mb-fldr-lst .mb-folder-item,
#container .mb-fldr-lst .sub-list ul,
#container .mb-fldr-lst .sub-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .mb-fldr-lst .md-lst-wrp {
  margin-top: 0.5em;
}
#container .mb-fldr-lst .sub-list,
#container .mb-fldr-lst .sub-list ul {
  margin-left: 1.2em;
}
#container .mb-fldr-lst .back-to-top-folder {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0.4em 0 0.4em 22px;
  background-image: url("../images/media-browser/folder-tree.png");
}
#container .mb-fldr-lst .vw-fldr {
  display: inline-block;
  margin-left: 2px;
  padding-top: 2px;
}
.ie7 #container .mb-fldr-lst .vw-fldr {
  *display: inline;
  zoom: 1;
}
#container .mb-fldr-lst .xpnd-fldr {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../images/media-browser/folder-closed.png");
  background-position: center 1px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.ie7 #container .mb-fldr-lst .xpnd-fldr {
  *display: inline;
  zoom: 1;
}
#container .mb-fldr-lst .xpnd-fldr.open {
  background-image: url("../images/media-browser/folder-open.png");
}
#container .mb-fldr-lst .root-folder > .xpnd-fldr {
  background-image: url("../images/media-browser/folder-top.png");
}
#container .mb-fldr-lst .empty > .xpnd-fldr {
  background-image: url("../images/media-browser/folder.png");
  background-position: 10px 1px;
  background-repeat: no-repeat;
}
#file-viewer ul,
#file-viewer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#file-viewer .media-status {
  margin-bottom: 0.5em;
}
#file-viewer .media-status span {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
}
.status-download-information {
  float: right;
  width: 50%;
}
.media-information {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 840px) {
  .status-download-information,
  .media-information {
    float: none;
    width: auto;
  }
}
.media-history {
  clear: both;
  margin-top: 1em;
  float: left;
  width: 100%;
}
.ie7 .media-history {
  float: none;
}
.media-history .results-count {
  display: none;
}
.media-format,
.media-file-format .media-info {
  display: inline-block;
  padding-left: 28px;
  height: 24px;
  line-height: 24px;
  background-position: 1px center;
  background-repeat: no-repeat;
}
.ie7 .media-format,
.ie7 .media-file-format .media-info {
  *display: inline;
  zoom: 1;
}
.format-avi,
.format-mp4,
.format-swf,
.format-mov,
.format-flv,
.format-wmv {
  background-image: url("../images/media-browser/avi.png");
}
.format-aac,
.format-mp3,
.format-wma,
.format-wav {
  background-image: url("../images/media-browser/mp3.png");
}
.format-png {
  background-image: url("../images/media-browser/png.png");
}
.format-gif,
.format-jpeg,
.format-jpg {
  background-image: url("../images/media-browser/jpg.png");
}
.format-doc,
.format-docx {
  background-image: url("../images/media-browser/doc.png");
}
.format-pdf {
  background-image: url("../images/media-browser/pdf.png");
}
.format-ppsx,
.format-ppt,
.format-pptx {
  background-image: url("../images/media-browser/ppt.png");
}
.format-xls,
.format-xlsx {
  background-image: url("../images/media-browser/xls.png");
}
.format-rtf {
  background-image: url("../images/media-browser/rtf.png");
}
.format-csv {
  background-image: url("../images/media-browser/csv.png");
}
.format-txt {
  background-image: url("../images/media-browser/txt.png");
}
.breadcrumb .favourite-icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.favourite-container,
.breadcrumb .favourite-icon-wrap {
  display: none;
}
.favourite-icon-wrap a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0.5em;
}
.ie7 .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
.favourite-object {
  height: 16px;
  width: 16px;
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object:hover,
.favourite-object:focus,
.favourite-object:active {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this:hover,
.favourite-object.unfavourite-this:focus,
.favourite-object.unfavourite-this:active {
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object.favourite-page {
  height: 24px;
  width: 24px;
  background-image: url("../images/favourites/favourite-page.gif");
}
.favourite-object.favourite-page:hover,
.favourite-object.favourite-page:focus,
.favourite-object.favourite-page:active {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this:hover,
.favourite-object.favourite-page.unfavourite-this:focus,
.favourite-object.favourite-page.unfavourite-this:active {
  background-image: url("../images/favourites/favourite-page.gif");
}
.middle .favourite-object.favourite-page {
  display: none;
}
#container .favourites-list .favourite-icon-wrap a {
  display: inline-block;
  height: 24px;
  width: 24px;
  float: right;
}
.ie7 #container .favourites-list .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
#container .favourites-list .list-content-item {
  line-height: 24px;
  padding: 0.2em 0;
}
#container .favourites-list .list-content-item a {
  vertical-align: middle;
}
.fee-page-activator {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f9fa;
  padding: 0.3em 0.6em;
  font-size: 0.875em;
  line-height: 1.5;
  z-index: 10;
}
.fee-controls-wrapper {
  position: absolute !important;
  top: 0;
  right: 0;
  opacity: 0.1;
}
.page-placement {
  position: relative;
}
.page-placement:hover .fee-controls-wrapper,
.page-placement:focus .fee-controls-wrapper,
.page-placement:active .fee-controls-wrapper {
  opacity: 1;
}
.type-propertylist .main-image {
  text-align: center;
}
.property-search-example {
  display: block;
  font-size: 80%;
}
.property-type-features,
.property-type-features li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.property-type-features li {
  padding: 0.1em 0;
}
.type-propertymap .map-wrapper {
  height: 280px;
}
@media only screen and (min-width: 841px) {
  .layout_1_1 .col .type-propertymap .map-wrapper {
    height: 220px;
  }
}
p.property-results {
  text-align: center;
  font-size: 90%;
}
.view-property-details {
  text-align: center;
}
#container .property-list-pagination select {
  width: auto;
}
.property-sale-type {
  float: right;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #a3b0b6;
}
.ui-tabs-nav,
.ui-tabs-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-tabs-hide {
  display: none;
}
.single-property-wrapper .ui-tabs-nav {
  margin-top: 1em;
  border-bottom: 1px solid #a3b0b6;
}
.single-property-wrapper .ui-tabs-nav li {
  display: inline-block;
  margin: 0 0.2em;
}
.ie7 .single-property-wrapper .ui-tabs-nav li {
  *display: inline;
  zoom: 1;
}
.single-property-wrapper .ui-tabs-nav li.ui-tabs-selected {
  position: relative;
  top: 1px;
  background: #fff;
}
.single-property-wrapper .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  border: 1px solid #a3b0b6;
  border-bottom: 0;
  padding: 0.4em 0.8em;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-property-wrapper .ui-tabs-nav li a:hover,
.single-property-wrapper .ui-tabs-nav li a:focus {
  background: #E8EDEE;
}
#property-photos-tab .gallery-wrapper li {
  margin: 0 0.5em 0.5em 0;
  float: left;
}
#property-photos-tab .gallery-wrapper img {
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 840px) {
  #property-photos-tab .gallery-wrapper img {
    height: 70px;
  }
}
#fancybox-wrap * {
  box-sizing: content-box;
}
#fancybox-close {
  right: -54px !important;
}
@media only screen and (min-width: 841px) {
  #container .middle .placement-row-1-up .type-propertylist .main-image {
    float: right;
    width: 200px;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-details .property-overview,
  #container .middle .placement-row-1-up .type-propertylist .property-details h3,
  #container .middle .placement-row-1-up .type-propertylist .property-details h4,
  #container .middle .placement-row-1-up .type-propertylist .property-details .advert-text {
    margin-right: 215px;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-details .view-property-details {
    width: 200px;
    float: right;
    clear: right;
  }
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .main-image,
.ie8 #container .middle .placement-row-1-up .type-propertylist .main-image {
  float: right;
  width: 200px;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-details .property-overview,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-details .property-overview,
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-details h3,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-details h3,
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-details h4,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-details h4,
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-details .advert-text,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-details .advert-text {
  margin-right: 215px;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-details .view-property-details,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-details .view-property-details {
  width: 200px;
  float: right;
  clear: right;
}
#fancybox-wrap * {
  box-sizing: content-box;
}
#fancybox-wrap a {
  border: 0;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../images/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
  box-sizing: content-box;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../images/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../images/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('../images/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
.touch #fancybox-left,
.touch #fancybox-right {
  display: block;
}
.touch #fancybox-left span {
  left: 20px;
}
.touch #fancybox-right span {
  left: auto;
  right: 20px;
}
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
/*POPUP-START*/
.type-popupplacement .pop-up-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #a3b0b6;
  background-color: rgba(163, 176, 182, 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: 840px) {
  .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;
}
/*POPUP-START-END*/
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list {
  margin: 0.5em 0;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item {
  clear: both;
  padding: 0.7em 0 0.7em 1.5em;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:nth-child(odd) {
  background: #f6f9fa;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .top-level label {
  font-weight: bold;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .go-to-page a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  background-image: url("../images/topic-subscriptions/page.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 18px;
  height: 21px;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .go-to-page a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item input {
  clear: none;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item label {
  margin: 0;
  display: inline;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .topic-item:first-child {
  margin-top: 0.7em;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .topic-item:nth-child(odd) {
  background: transparent;
}
.resource-booking .time-period-nav ul,
.resource-booking .time-period-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.resource-booking .time-period-nav .month-selector {
  text-align: center;
}
.resource-booking .time-period-nav .month-selector #month-select {
  width: auto;
}
.resource-booking .time-period-nav .month-selector label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.resource-booking .time-period-nav .month-selector label .focusable:active,
.resource-booking .time-period-nav .month-selector label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.resource-booking .time-period-nav ul {
  display: table;
  width: 100%;
  padding: 0.5em 0;
}
.resource-booking .time-period-nav li {
  display: table-cell;
}
.resource-booking .time-period-nav .date-info {
  text-align: center;
}
.resource-booking .time-period-nav .previous-time,
.resource-booking .time-period-nav .next-time {
  width: 100px;
}
.resource-booking .time-period-nav .next-time {
  text-align: right;
}
.resource-display header h3 {
  text-align: center;
}
.resource-booking .rb-alert {
  position: fixed;
  width: 60%;
  margin-left: -30%;
  left: 50%;
  top: 0;
  background: #4F4E4E;
  color: #fff;
  padding: 1em;
}
.resource-booking .rb-alert button {
  float: right;
}
#rb-day-view .day-options .show-booking-form {
  display: none;
}
#rb-form-container {
  float: right;
  width: 24%;
  padding: 0.8em 0 0.4em 1.6em;
}
#rb-form-container form fieldset ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#rb-form-container form fieldset ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#rb-form-container form fieldset ul input[type="submit"] {
  margin-top: 1em;
}
#rb-day-calendar {
  margin-right: 24%;
}
.placement-row-2-up #rb-day-view .day-options .show-booking-form,
.placement-row-3-up #rb-day-view .day-options .show-booking-form,
.placement-row-4-up #rb-day-view .day-options .show-booking-form {
  display: block;
}
.placement-row-2-up #rb-form-container,
.placement-row-3-up #rb-form-container,
.placement-row-4-up #rb-form-container {
  float: none;
  width: auto;
  padding: 0;
  display: none;
  position: relative;
}
.placement-row-2-up #rb-form-container.show-form,
.placement-row-3-up #rb-form-container.show-form,
.placement-row-4-up #rb-form-container.show-form {
  display: block;
}
.placement-row-2-up #rb-form-container form.field-manager-enabled,
.placement-row-3-up #rb-form-container form.field-manager-enabled,
.placement-row-4-up #rb-form-container form.field-manager-enabled {
  position: absolute;
  width: 74%;
  top: 0;
  left: 50%;
  margin-left: -36%;
  background: #fff;
  padding: 1em;
  border: solid 1px #4F4E4E;
}
.placement-row-2-up #rb-day-calendar,
.placement-row-3-up #rb-day-calendar,
.placement-row-4-up #rb-day-calendar {
  margin-right: 0;
}
@media only screen and (max-width: 840px) {
  #rb-day-view .day-options .show-booking-form {
    display: block;
  }
  #rb-form-container {
    float: none;
    width: auto;
    padding: 0;
    display: none;
    position: relative;
  }
  #rb-form-container.show-form {
    display: block;
  }
  #rb-form-container form.field-manager-enabled {
    position: absolute;
    width: 74%;
    top: 0;
    left: 50%;
    margin-left: -36%;
    background: #fff;
    padding: 1em;
    border: solid 1px #4F4E4E;
  }
  #rb-day-calendar {
    margin-right: 0;
  }
}
.resource-calendar.week-display tbody tr.res-ch:hover td {
  background: none;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch .popup-holder {
  position: relative;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch .popup-holder .more-info.resource-info {
  display: none;
  background: #fff;
  color: #4F4E4E;
  top: 0;
  left: 100%;
  width: 300px;
  padding: 0.5em;
  border: solid 1px #4F4E4E;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch .popup-holder .more-info.resource-info h4 {
  margin-top: 0.5em;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch:hover .popup-holder .more-info.resource-info {
  display: block;
  position: absolute;
  z-index: 9999;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch {
  position: relative;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder {
  position: relative;
  height: 50px;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info .more-info-inner {
  border: solid 1px #4F4E4E;
  background: #fff;
  padding: 1.5em;
  width: 350px;
  min-height: 200px;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info .more-info-inner h4 {
  margin-top: 0.5em;
}
.resource-calendar.day-display tr td {
  text-align: center;
}
.resource-calendar.day-display .rb-booked-time-slot {
  border: 1px solid #999;
  text-transform: capitalize;
  text-align: left;
  vertical-align: top;
}
.resource-calendar.day-display .rb-booked-time-slot .booking-details {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 840px) {
  .resource-calendar.day-display .rb-booked-time-slot .booking-details {
    display: block;
  }
}
.resource-calendar.day-display .rb-booked-time-slot .booking-details li {
  display: table-cell;
  padding: 1em;
}
@media only screen and (max-width: 840px) {
  .resource-calendar.day-display .rb-booked-time-slot .booking-details li {
    display: block;
    text-align: left;
  }
}
.resource-calendar.day-display .rb-booked-time-slot .booking-details .cancel-booking {
  text-align: right;
}
@media only screen and (max-width: 840px) {
  .resource-calendar.day-display .rb-booked-time-slot .booking-details .cancel-booking {
    text-align: left;
  }
}
/*---- Dark Mute Blue ----*/
/*---- Note Red ----*/
/*---- Active Blue ----*/
/*---- Away Red ----*/
/*---- Inactive Amber ----*/
/*---- Offline Grey ----*/
/*---- Action Green ----*/
#container #main-content .type-processsearchplacement .placement-inner {
  background: transparent;
  border: none;
  padding: 0;
}
#container #main-content .type-processsearchplacement .pb-menu {
  background: #fff;
  border: solid 1px #ddd;
  padding: 1em;
}
#container #main-content .type-processsearchplacement .pb-menu .section-headline h2 {
  margin: 0 0 0.4em 0;
  font-weight: 400;
}
#container #main-content .type-processsearchplacement .pb-filters legend {
  font-weight: 700;
  border-bottom: solid 1px #ddd;
  display: block;
  width: 100%;
}
#container #main-content .type-processsearchplacement .pb-filters fieldset {
  margin-bottom: 1em;
}
#container #main-content .type-processsearchplacement .pb-filters fieldset:last-child {
  margin-bottom: 0;
}
#container #main-content .type-processplacement .placement-inner {
  background: transparent;
  border: none;
  padding: 0;
}
#container #main-content .type-processplacement .content-headline {
  padding: 1em;
  border: solid 1px #ddd;
  background: #fff;
  border-bottom: none;
}
#container #main-content .type-processplacement .process-wrapper .process-overview {
  background: #fff;
  padding: 1em;
  border: solid 1px #ddd;
  border-top: none;
}
#container #main-content .type-processplacement .process-wrapper .pb-step-list {
  margin: 0;
}
#container #main-content .type-processplacement .process-wrapper .pb-step-list .pb-step {
  background: #fff;
  box-shadow: none;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#container #main-content .type-processplacement .process-wrapper .pb-step-list .pb-step .btn-row {
  border-top: solid 1px #ddd;
  margin: 1em -1em -1em -56px !important;
  padding: 1em 1em 1em 56px !important;
}
@media only screen and (max-width: 840px) {
  #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.2em 0;
}
#container #main-content .pb-menu form.pb-filters,
#container #main-content .pb-menu .pb-filter-inputs {
  padding: 0.4em 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.4em 0;
}
#container #main-content .pb-menu .process-list-container {
  padding: 0.4em 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: #233588;
}
#container #main-content .pb-menu .process-list .process-entry-link {
  padding: 1em;
  margin: 0 -1em;
  display: block;
  text-decoration: none;
  color: #4F4E4E;
  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,
#container #main-content .pb-menu .process-list .process-entry-link:focus,
#container #main-content .pb-menu .process-list .process-entry-link:active {
  border-color: #233588;
  transition: 0.25s ease;
  text-decoration: none;
  z-index: 12;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details h3 {
  margin: 0.4em 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 #eff5f6;
  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.4em 0 0 0;
  padding: 0;
}
#container #main-content .pbm-wrapper .content-headline p {
  text-transform: none;
  margin: 0.4em 0;
}
#container #main-content .pbm-wrapper .process-overview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.4em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 840px) {
  #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,
#container #main-content .pbm-wrapper .process-overview .actn-btn.cancel-process:focus,
#container #main-content .pbm-wrapper .process-overview .actn-btn.cancel-process:active {
  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.4em;
  border-left: 1px solid #4F4E4E;
  margin-left: 0.4em;
}
#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.4em 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: #6e6c6c;
}
#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.4em 0.8em;
  margin: 0.8em -0.8em -0.8em -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.4em;
  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.4em 0.8em 0.8em 56px;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner a:hover,
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner a:focus,
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner a:active {
  text-decoration: none;
}
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-key-info h4 {
  margin: 0.4em 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.4em 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.4em 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: 0.8em 1.6em;
  margin-right: 0.4em;
}
#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,
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel:focus,
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel:active {
  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,
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress:focus,
#container #main-content .pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress:active {
  background: #27957c;
  border: 1px solid #22816b;
  color: #ffffff;
}
/*REPORTREE*/
.report-tree-placeholder .rt-node-description {
  border-top: none !important;
  margin: -1px 10px 0 10px;
}
.report-tree-placeholder .rt-node-description:empty {
  display: none;
}
.report-tree-placeholder .rt-node-form form {
  margin: 0 10px;
  padding: 0.4em;
  border: 1px solid #a3b0b6;
  border-top: none;
}
.report-tree-placeholder .rt-nodes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.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: 840px) {
  .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.4em 0 0 0;
  padding: 0.8em 1.2em;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  border: solid 1px #E8EDEE;
  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: #233588;
}
.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: #f6f9fa;
}
.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: 840px) {
  .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: 840px) {
  .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 #a3b0b6;
}
.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: #a3b0b6;
  background: #E8EDEE;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 840px) {
  .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
    display: none;
  }
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  display: inline-block;
  float: right;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-left: 0.25em;
  position: relative;
  top: 3px;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:hover,
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:focus,
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:active {
  color: #4F4E4E;
}
.report-tree-placeholder .rt-node-form form {
  padding: 0.8em;
}
.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.4em 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: 840px) {
  .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.4em;
  border: 1px solid #a3b0b6;
  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;
  padding: 0;
  margin: 0;
}
.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: 840px) {
  .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 #E8EDEE;
  margin: 0.4em 0 0 0;
  padding: 0.8em 1.2em;
  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: #233588;
}
.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: #f6f9fa;
}
.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: 840px) {
  .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: 840px) {
  .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 #a3b0b6;
}
.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: #a3b0b6;
  background: #E8EDEE;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 840px) {
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
    display: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  display: inline-block;
  float: right;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-left: 0.25em;
  position: relative;
  top: 3px;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:hover,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:focus,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back:active {
  color: #4F4E4E;
}
.report-repair .report-tree-placeholder .rt-node-form form {
  padding: 0.8em;
}
.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.4em 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: 840px) {
  .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.4em 0.8em;
  margin: 0.8em 0 0.4em 0;
  border: 1px solid #233588;
  background: rgba(35, 53, 136, 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.4em 0.8em;
}
.wsl-form-handler-messages .repair-booking-response .fe-title h3 {
  margin-top: 0.4em;
}
.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.4em 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.4em 0.8em;
  margin: 0.4rem;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day .repair-booking-day-head {
  color: #233588;
  margin: 0.4em 0;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #a3b0b6;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot:first-child .repair-slot-body {
  border-top: none;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot.preferred-slot .repair-slot-body:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  display: inline-block;
  color: #233588;
  margin-left: 0.4em;
}
.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.4em;
  margin: 0;
  color: #828181;
  cursor: pointer;
  transition: 0.3s ease;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f271";
  display: inline-block;
  margin-right: 0.4em;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:focus,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:active {
  background: #233588;
  color: white;
  border-color: #233588;
  transition: 0.1s linear;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover time,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:focus time,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:active time {
  color: white;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:hover:before,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:focus:before,
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body:active:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f274";
  display: inline-block;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-slot-body time {
  font-weight: 700;
  color: #4F4E4E;
}
.wsl-form-handler-messages .repair-booking-slots .repair-booking-options .btn-reload-slots {
  margin: 0.4em 0;
}
.wsl-form-handler-messages .repair-booking-slots .repair-booking-options .btn-reload-slots:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  display: inline-block;
  margin-right: 0.4em;
}
.wsl-form-handler-messages .repair-booking-slots .repair-booking-options .repair-ref {
  font-weight: 700;
}
.rt-node-restart {
  font-weight: 700;
  padding: 0 0.8rem;
}
.preferred-slot-key:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  display: inline-block;
  color: #233588;
  margin: 0 0.2em;
}
/*REPORTREE-END*/
.service-map-wrapper .map-wrapper .map-wrapper-inner {
  min-height: 300px;
}
[data-placement-class="ServiceSearch"] {
  padding-bottom: 0;
}
[data-placement-class="ServiceSearch"] .placement-inner {
  padding: 1.6em 3em 1em 3em;
  background: #f6f9fa;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
[data-placement-class="ServiceSearch"] .content-headline {
  display: none;
}
#service-search-form {
  position: relative;
}
#service-search-form .search-fields .row .field-label {
  color: #8f8e8e;
  display: block;
  margin-bottom: 0.4em;
}
#service-search-form .search-fields .row .field-value {
  display: block;
}
#service-search-form .search-fields .row .field-value input {
  background: #fff;
  border: solid 1px #c6ccd0;
  padding: 1em 1.5em;
}
#service-search-form .btn-row {
  position: absolute;
  bottom: 0.5em;
  right: 0;
}
#service-search-form .btn-row .search-reset {
  display: none;
}
#service-search-form .btn-row button {
  background: transparent;
}
#service-search-form .btn-row button:hover:before,
#service-search-form .btn-row button:focus:before,
#service-search-form .btn-row button:active:before {
  box-shadow: 0 0 0 7px rgba(79, 78, 78, 0.12);
}
#service-search-form .btn-row button:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  color: #757474;
  font-weight: 900;
  border-radius: 50%;
  transition: box-shadow 0.25s ease;
}
#service-search-form .btn-row button .btn-txt {
  display: none;
}
[data-placement-class="ServiceAToZ"] {
  padding-top: 0;
}
[data-placement-class="ServiceAToZ"] .placement-inner {
  padding: 0em 3em 1.6em 3em;
  background: #f6f9fa;
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
[data-placement-class="ServiceAToZ"] .content-headline {
  display: none;
}
.type-servicelist .service-list-wrapper .content-headline {
  display: none;
}
.type-servicelist .results-pagination .service-list-pagination form {
  display: flex;
  flex-direction: row;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link,
.type-servicelist .results-pagination .service-list-pagination form .previous-link {
  background-color: #80BA27;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  min-width: 0;
  text-indent: 0 !important;
}
@media only screen and (max-width: 840px) {
  .type-servicelist .results-pagination .service-list-pagination form .next-link,
  .type-servicelist .results-pagination .service-list-pagination form .previous-link {
    min-width: 0;
    width: 100%;
  }
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:after,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:hover,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:hover,
.type-servicelist .results-pagination .service-list-pagination form .next-link:focus,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:focus,
.type-servicelist .results-pagination .service-list-pagination form .next-link:active,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #9ad63e;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:hover:after,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:hover:after,
.type-servicelist .results-pagination .service-list-pagination form .next-link:focus:after,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:focus:after,
.type-servicelist .results-pagination .service-list-pagination form .next-link:active:after,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:focus,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:focus {
  outline: 2px dotted grey !important;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:after {
  margin-left: 1em;
}
.type-servicelist .results-pagination .service-list-pagination form .previous-link {
  padding: 0.5em 1em 0.5em 2.2em;
}
.type-servicelist .results-pagination .service-list-pagination form .previous-link:after {
  content: "\f0a8";
  right: auto;
  left: 0.5em;
}
#container .type-servicelist .results-pagination .service-list-pagination form label {
  margin: 0;
  margin-left: auto;
  display: block;
  padding: 0.5em 0;
}
.type-servicelist .results-pagination .service-list-pagination form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  display: block;
  padding: 0.5em;
  background: #E8EDEE;
  border-radius: 0;
  margin: 0 0.5em;
}
#container .type-servicelist .results-pagination .service-list-pagination form button {
  display: block;
  margin-right: auto;
  padding: 0.5em 0;
  background: transparent;
  border: none;
  color: #4F4E4E;
}
#container .type-servicelist .results-pagination .service-list-pagination form button:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  font-weight: 900;
}
#container .type-servicelist .results-pagination .service-list-pagination form button .btn-txt {
  display: none;
}
.type-servicelist ol.content-items-list {
  padding: 1.6em 0;
  background: #f6f9fa;
  margin: 1em 0;
  border-radius: 0px;
  overflow: hidden;
}
.type-servicelist ol.content-items-list .list-content-item {
  padding: 0.5em 3em;
  position: relative;
}
.type-servicelist ol.content-items-list .list-content-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.6em;
  background: transparent;
  transition: background 0.25s ease;
}
.type-servicelist ol.content-items-list .list-content-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(0, 94, 184, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.type-servicelist ol.content-items-list .list-content-item:hover:before,
.type-servicelist ol.content-items-list .list-content-item:focus:before,
.type-servicelist ol.content-items-list .list-content-item:active:before {
  background: #80BA27;
}
.type-servicelist ol.content-items-list .list-content-item:hover:after,
.type-servicelist ol.content-items-list .list-content-item:focus:after,
.type-servicelist ol.content-items-list .list-content-item:active:after {
  opacity: 1;
}
.type-servicelist ol.content-items-list .list-content-item .service-header h2,
.type-servicelist ol.content-items-list .list-content-item .service-header h3 {
  margin: 0.1em 0 0.3em 0;
  color: #233588;
}
.type-servicelist ol.content-items-list .list-content-item .service-header h2 a,
.type-servicelist ol.content-items-list .list-content-item .service-header h3 a {
  text-decoration: none !important;
  outline: none !important;
  color: #233588;
}
.type-servicelist ol.content-items-list .list-content-item .service-header h2 a:before,
.type-servicelist ol.content-items-list .list-content-item .service-header h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details .service-address,
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details .service-category {
  display: none;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details .description {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0.3em;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service {
  display: none;
}
.type-servicelist .single-service .content-headline {
  order: 1;
  flex: 0 0 100%;
  border-bottom: solid 2px #E8EDEE;
  margin-bottom: 1em;
}
.type-servicelist .single-service .content-headline h2,
.type-servicelist .single-service .content-headline h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.type-servicelist .single-service .service-section-wrap .service-section {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 2em;
}
.type-servicelist .single-service .service-section-wrap .service-section.srv-basic-details {
  margin-bottom: 0;
}
.type-servicelist .single-service .service-section-wrap .service-section:last-child {
  margin-bottom: 0;
}
.type-servicelist .single-service .service-section-wrap .service-section .service-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: solid 1px #E8EDEE;
  padding: 0.5em 0;
}
.type-servicelist .single-service .service-section-wrap .service-section .service-info:last-child {
  border-bottom: none;
}
.type-servicelist .single-service .service-section-wrap .service-section .service-info .label {
  font-weight: 700;
  flex: 0 0 250px;
}
.type-consultantdirectoryplacement .consultant-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1em 2.5em;
  background: #f6f9fa;
  border-radius: 0px 0px 0 0;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .consultant-search form {
    flex-direction: column;
  }
}
.type-consultantdirectoryplacement .consultant-search fieldset.search-fields {
  flex: 1 1 auto;
}
.type-consultantdirectoryplacement .consultant-search fieldset.submission-controls {
  flex: 0 0 auto;
  padding: 0 0.5em;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls {
    padding: 0.5em 0;
  }
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button {
  background: #80BA27;
  padding: 0.9em 2em;
  border-radius: 6px;
  margin-top: 1px;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:hover,
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:focus,
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:active {
  background: #6fa122;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:hover:after,
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:focus:after,
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:before {
  content: "Search";
  font-size: 0.875em;
  line-height: 1.5;
  position: relative;
  top: 1px;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.5em;
  position: relative;
  top: 1px;
  right: -5px;
  border-radius: 50%;
  transition: box-shadow 0.25s ease;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button .btn-txt {
  display: none;
}
.type-consultantdirectoryplacement .consultant-search fieldset legend {
  display: none;
}
.type-consultantdirectoryplacement .consultant-search fieldset .row {
  display: inline-block;
  width: 33%;
  padding: 0 0.5em;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .consultant-search fieldset .row {
    display: block;
    width: auto;
    padding: 0.5em 0;
  }
}
.type-consultantdirectoryplacement .consultant-search fieldset .row:nth-child(4) {
  display: none;
}
.type-consultantdirectoryplacement .consultant-search fieldset .row label {
  display: none !important;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset .row input {
  background: #fff;
  border: solid 1px #c6ccd0;
  padding: 1em 1.5em;
  border-radius: 0px;
}
.type-consultantdirectoryplacement .consultant-a-z {
  padding: 0em 3em 1em 3em;
  background: #f6f9fa;
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
.type-consultantdirectoryplacement .consultant-a-z .content-headline {
  display: none;
}
.type-consultantdirectoryplacement .consultant-a-z .a-to-z-letters {
  border-top: solid 1px #E8EDEE;
  justify-content: flex-start;
  padding-top: 1em;
}
.type-consultantdirectoryplacement .consultant-a-z .a-to-z-letters li {
  flex: 0 0 54.4px;
}
.type-consultantdirectoryplacement .consultant-a-z .a-to-z-letters li a {
  padding: 0.7em;
}
.type-consultantdirectoryplacement .top-pagination {
  text-align: right;
  margin-top: 2em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #E8EDEE;
  font-size: 0.875em;
  line-height: 1.5;
  color: #696767;
}
.type-consultantdirectoryplacement .top-pagination a {
  display: none;
}
.type-consultantdirectoryplacement .top-pagination .page-nav-count {
  margin-right: 0.5em;
}
.type-consultantdirectoryplacement .top-pagination .results-totals-count:before {
  content: "(";
  margin-right: -0.2em;
}
.type-consultantdirectoryplacement .top-pagination .results-totals-count:after {
  content: ")";
  margin-left: -0.2em;
}
.type-consultantdirectoryplacement .list-consultants {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item {
  flex: 1 1 23%;
  max-width: 25%;
  padding: 1em;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .list-consultants .list-consultant-item {
    max-width: 50%;
    flex: 1 1 48%;
  }
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner {
  border: solid 1px #E8EDEE;
  border-radius: 0px;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link {
  display: block;
  color: #4F4E4E;
  text-decoration: none !important;
  transition: background 0.25s ease;
  border-radius: 0px;
  overflow: hidden;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:hover,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:focus,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:active {
  background: #f6f9fa;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:hover .consultant-photo img,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:focus .consultant-photo img,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:active .consultant-photo img {
  transform: scale(1.07);
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-photo {
  position: relative;
  padding-top: 100%;
  transition: opacity 0.25s ease;
  border-radius: 0px;
  overflow: hidden;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-photo .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-photo .content-main-image img {
  transition: transform 0.4s ease;
  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;";
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-detail-wrap {
  padding: 0.5em 1em 0.5em 1em;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-detail-wrap .consultant-name-wrap {
  font-size: 1.125em;
  line-height: 1.44;
  color: #233588;
  font-weight: 700;
}
.type-consultantdirectoryplacement .lower-pagination {
  background: #f6f9fa;
  padding: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-consultantdirectoryplacement .lower-pagination .goto-previous-page {
  order: 1;
}
.type-consultantdirectoryplacement .lower-pagination .page-nav-count {
  order: 2;
  margin-left: auto;
  margin-right: 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
  color: #696767;
  align-self: center;
}
.type-consultantdirectoryplacement .lower-pagination .results-totals-count {
  order: 3;
  margin-right: auto;
  font-size: 0.875em;
  line-height: 1.5;
  color: #696767;
  align-self: center;
}
.type-consultantdirectoryplacement .lower-pagination .results-totals-count:before {
  content: "(";
  margin-right: -0.2em;
}
.type-consultantdirectoryplacement .lower-pagination .results-totals-count:after {
  content: ")";
  margin-left: -0.2em;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page {
  order: 4;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page {
  background-color: #80BA27;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  min-width: 0;
  text-indent: 0 !important;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .lower-pagination .goto-next-page,
  .type-consultantdirectoryplacement .lower-pagination .goto-prev-page {
    min-width: 0;
    width: 100%;
  }
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:after,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:hover,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:hover,
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:focus,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:focus,
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:active,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #9ad63e;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:hover:after,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:hover:after,
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:focus:after,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:focus:after,
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:active:after,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:focus,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:focus {
  outline: 2px dotted grey !important;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:after {
  margin-left: 1em;
}
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:after {
  content: "\f0a8";
  float: left;
  margin-right: 1em;
}
.type-consultantdirectoryplacement .single-content .consultant-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-headline {
  order: 1;
  flex: 0 0 100%;
  border-bottom: solid 2px #E8EDEE;
  margin-bottom: 1em;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image {
  order: 3;
  flex: 1 1 27%;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image img {
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image {
    order: 2;
    margin-bottom: 1.5em;
    flex: 0 0 100%;
    padding: 0 20vw;
    overflow: hidden;
  }
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner {
  order: 2;
  flex: 1 2 67%;
  padding-right: 2em;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner {
    order: 3;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #E8EDEE;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info.last-modified {
  display: none;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-label {
  font-weight: 700;
  flex: 1 1 25%;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-label {
    flex: 0 0 100%;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value {
  flex: 1 1 75%;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value p:first-child {
  margin-top: 0;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 840px) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value {
    flex: 0 0 100%;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav {
  margin-top: 1.5em;
}
#container #main-content .media-viewer-wrapper .content-headline {
  display: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar {
  padding: 0 0 1em 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap {
  position: relative;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap label {
  display: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap input[type="search"],
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap input[type="text"] {
  padding: 0.7em 0.7em 0.6em 0.7em;
  width: 100%;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap .submit-search-terms {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  width: 32px;
  background: transparent;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .search-bar .search-input-wrap .submit-search-terms:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 1.6rem;
  color: #4F4E4E;
  font-weight: 700;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap {
  font-size: 90%;
  margin: 0.5em 0 1em 0;
  overflow: hidden;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list footer {
  font-size: 100%;
  overflow: hidden;
  margin: 0.5em 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list-wrap {
  clear: both;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z {
  display: none;
  overflow: hidden;
  margin-bottom: 1em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin: 0 0em 0.5em 0;
  text-align: center;
  width: 7.69%;
}
@media only screen and (max-width: 840px) {
  #container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li {
    width: auto;
    margin-right: 0.5em;
  }
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li a {
  padding: 0.5em;
  display: inline-block;
  text-decoration: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li a:hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-a-to-z ul li a:focus {
  background: #fff;
  color: #4F4E4E;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .load-parent-folder {
  overflow: hidden;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list {
  padding: 0;
  overflow: hidden;
  float: left;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  margin-right: 0.5em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:focus,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button:active {
  background: #131d4b;
  text-decoration: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  display: block;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:hover,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:focus,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li a:active {
  background: #131d4b;
  text-decoration: none;
}
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info h3 {
  margin-bottom: 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info .toggle-table-display {
  background-color: transparent;
  color: #4F4E4E;
  padding: 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info .total-count {
  float: right;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 0.5em;
  table-layout: auto;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr {
  border-bottom: 1px solid #f6f9fa;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr:nth-child(2n+1) td,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr:nth-child(2n) td {
  border: none !important;
  background-color: transparent !important;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td {
  padding: 1em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .folder-name,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .folder-name {
  display: inline-block;
  display: block;
}
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .folder-name,
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .folder-name {
  *display: inline;
  zoom: 1;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .folder-name:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .folder-name:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07b";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.5em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name {
  display: inline-block;
}
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name,
.ie7 #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name {
  *display: inline;
  zoom: 1;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f15b";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.5em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-pdf:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-pdf:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  display: inline-block;
  font-weight: 900;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-doc:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-doc:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-docx:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-docx:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c2";
  display: inline-block;
  font-weight: 900;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-xls:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-xls:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-xlsx:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-xlsx:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c3";
  display: inline-block;
  font-weight: 900;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-ppt:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-ppt:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-pptx:before,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-pptx:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c4";
  display: inline-block;
  font-weight: 900;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td {
  background-color: transparent !important;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td a {
  color: #233588;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td a:visited {
  color: #233588;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td:last-child {
  border: none !important;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th {
  background-color: transparent;
  border: none;
  color: #4F4E4E;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th a {
  color: #233588;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th a:visited {
  color: #233588;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list footer {
  font-size: 90%;
  margin-bottom: 2em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list thead th:first-child {
  text-align: left;
}
.file-list-wrap,
.controls-wrap {
  /*.page-nav {
		.btn;
		float: left;
		margin: 0 0.5em;
		&.goto-prev-page {
			margin-left: 0;
		}
	}*/
  /*.page-nav-count, 
	.results-totals-count {
		margin-top: 0.4em;
		float: left;
	}*/
}
.file-list-wrap .controls-wrap,
.controls-wrap .controls-wrap {
  text-align: center;
}
.file-list-wrap .controls-wrap .page-nav,
.controls-wrap .controls-wrap .page-nav {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
.file-list-wrap .controls-wrap .page-nav:hover,
.controls-wrap .controls-wrap .page-nav:hover,
.file-list-wrap .controls-wrap .page-nav:focus,
.controls-wrap .controls-wrap .page-nav:focus,
.file-list-wrap .controls-wrap .page-nav:active,
.controls-wrap .controls-wrap .page-nav:active {
  background: #131d4b;
  text-decoration: none;
}
.file-list-wrap .controls-wrap .goto-prev-page,
.controls-wrap .controls-wrap .goto-prev-page {
  float: left;
}
.file-list-wrap .controls-wrap .goto-next-page,
.controls-wrap .controls-wrap .goto-next-page {
  float: right;
}
.file-list-wrap .controls-wrap .page-nav-count,
.controls-wrap .controls-wrap .page-nav-count,
.file-list-wrap .controls-wrap .results-totals-count,
.controls-wrap .controls-wrap .results-totals-count {
  display: inline-block;
  margin: 0.5em 1em 0 1em;
}
.file-list-wrap .file-listings table thead tr th:nth-child(3),
.controls-wrap .file-listings table thead tr th:nth-child(3),
.file-list-wrap .file-listings table thead tr th:nth-child(4),
.controls-wrap .file-listings table thead tr th:nth-child(4) {
  display: none;
}
.file-list-wrap .file-listings table tbody tr td:nth-child(3),
.controls-wrap .file-listings table tbody tr td:nth-child(3),
.file-list-wrap .file-listings table tbody tr td:nth-child(4),
.controls-wrap .file-listings table tbody tr td:nth-child(4) {
  display: none;
}
.media-ext-pdf {
  padding-left: 0.5em;
}
.media-ext-pdf:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  display: inline-block;
  font-weight: 900;
  left: -0.35em;
  position: relative;
}
.media-ext-docx,
.media-ext-doc {
  padding-left: 0.5em;
}
.media-ext-docx:before,
.media-ext-doc:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c2";
  display: inline-block;
  font-weight: 900;
  left: -0.35em;
  position: relative;
}
.file-type-ppt,
.file-type-pptx {
  padding-left: 0.5em;
}
.file-type-ppt:before,
.file-type-pptx:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c4";
  display: inline-block;
  font-weight: 900;
  left: -0.35em;
  position: relative;
}
.file-type-xls,
.file-type-xlsx {
  padding-left: 0.5em;
}
.file-type-xls:before,
.file-type-xlsx:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c3";
  display: inline-block;
  font-weight: 900;
  left: -0.35em;
  position: relative;
}
/*==== APPLICATION STATUS STYLES ====*/
/* !Indicators such as arrow, app states, etc ----*/
#indicators .app-slider-arrow-left {
  background-image: url("../images/_site/icon/icon-chevron-left.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev {
  background-image: url("../images/slideshows/app-slider/prev-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev:hover,
#app-slider-controls .prev:focus,
#app-slider-controls .prev:active {
  background-image: url("../images/slideshows/app-slider/prev-hover-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev.disabled {
  background-image: url("../images/slideshows/app-slider/prev-disabled-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .next {
  background-image: url("../images/slideshows/app-slider/next-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#app-slider-controls .next:hover,
#app-slider-controls .next:focus,
#app-slider-controls .next:active {
  background-image: url("../images/slideshows/app-slider/next-hover-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#app-slider-controls .next.disabled {
  background-image: url("../images/slideshows/app-slider/next-disabled-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#container .application-status-wrapper .applications-information thead th {
  text-align: center;
}
#container .application-status-wrapper .applications-information .favourite-status {
  position: relative;
}
#container .application-status-wrapper .applications-information td {
  text-align: center;
}
#container .application-status-wrapper .applications-information td:first-child {
  width: 15%;
}
#container .application-status-wrapper .applications-information td .status-online {
  background: #27ae60;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-online:hover,
#container .application-status-wrapper .applications-information td .status-online:focus,
#container .application-status-wrapper .applications-information td .status-online:active {
  background: #2ecf72;
}
#container .application-status-wrapper .applications-information td .status-warning {
  background: #f39c12;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-warning:hover,
#container .application-status-wrapper .applications-information td .status-warning:focus,
#container .application-status-wrapper .applications-information td .status-warning:active {
  background: #f5ac39;
}
#container .application-status-wrapper .applications-information td .status-offline {
  background: #DA291C;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-offline:hover,
#container .application-status-wrapper .applications-information td .status-offline:focus,
#container .application-status-wrapper .applications-information td .status-offline:active {
  background: #b62217;
}
#container .application-status-wrapper .applications-information td .status-offline a {
  cursor: default;
  cursor: not-allowed;
}
#container .application-status-wrapper .applications-information td .link-to-application {
  text-align: center;
}
#container .application-status-wrapper .applications-information td .app-image-wrapper {
  width: 80px;
  height: 80px;
  margin: 1em 0;
  overflow: hidden;
  display: inline-block;
}
.ie7 #container .application-status-wrapper .applications-information td .app-image-wrapper {
  *display: inline;
  zoom: 1;
}
#container .application-status-wrapper .applications-information td .app-image-wrapper img {
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.ie8 #container .application-status-wrapper .applications-information td .app-image-wrapper img {
  top: 0;
  transform: translate(0, 0);
}
.application-status-wrapper .content-items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.application-status-wrapper .content-items-list .list-content-item {
  transition: transform 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.application-status-wrapper .content-items-list .list-content-item:hover,
.application-status-wrapper .content-items-list .list-content-item:focus,
.application-status-wrapper .content-items-list .list-content-item:active {
  transform: scale(1.04);
}
.application-status-wrapper .content-items-list .list-content-item:hover .link-to-application,
.application-status-wrapper .content-items-list .list-content-item:focus .link-to-application,
.application-status-wrapper .content-items-list .list-content-item:active .link-to-application {
  opacity: 0.6;
}
.layout_0_1 .middle .application-status-wrapper .content-items-list .list-content-item,
.layout_1_0 .middle .application-status-wrapper .content-items-list .list-content-item {
  flex: 0 1 12.5%;
}
@media only screen and (max-width: 840px) {
  .layout_0_1 .middle .application-status-wrapper .content-items-list .list-content-item,
  .layout_1_0 .middle .application-status-wrapper .content-items-list .list-content-item {
    flex: 0 1 25%;
  }
}
@media only screen and (max-width: 529px) {
  .layout_0_1 .middle .application-status-wrapper .content-items-list .list-content-item,
  .layout_1_0 .middle .application-status-wrapper .content-items-list .list-content-item {
    flex: 1 1 50%;
  }
}
.layout_1_1 .middle .application-status-wrapper .content-items-list .list-content-item {
  flex: 0 1 25%;
}
@media only screen and (max-width: 529px) {
  .layout_1_1 .middle .application-status-wrapper .content-items-list .list-content-item {
    flex: 1 1 50%;
  }
}
.col .application-status-wrapper .content-items-list .list-content-item {
  flex: 1 1 30%;
}
@media only screen and (max-width: 529px) {
  .col .application-status-wrapper .content-items-list .list-content-item {
    flex: 1 1 50%;
  }
}
.application-status-wrapper .content-items-list .list-content-item .link-to-application {
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: opacity 0.25s ease-in-out;
}
.application-status-wrapper .content-items-list .list-content-item .application-item-name {
  color: #4F4E4E;
  text-align: center;
  display: block;
  margin-top: 0.5em;
  text-decoration: none !important;
}
.application-status-wrapper .all-app-link {
  text-align: center;
}
.application-status-wrapper .all-app-link a {
  background-color: #233588;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .application-status-wrapper .all-app-link a {
    min-width: 0;
    width: 100%;
  }
}
.application-status-wrapper .all-app-link a:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.application-status-wrapper .all-app-link a:hover,
.application-status-wrapper .all-app-link a:focus,
.application-status-wrapper .all-app-link a:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #2d45b1;
}
.application-status-wrapper .all-app-link a:hover:after,
.application-status-wrapper .all-app-link a:focus:after,
.application-status-wrapper .all-app-link a:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.application-status-wrapper .all-app-link a:focus {
  outline: 2px dotted grey !important;
}
.reg-toolkit-wrapper .rt-back {
  display: inline-block;
  margin: 0.5em 0;
}
.reg-toolkit-wrapper .reg-toolkit-search {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
.reg-toolkit-wrapper .reg-toolkit-search form legend {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row label {
  display: none;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value {
  display: block;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value input[type="search"],
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .rt_search_type {
  float: left;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .rt_search_type label {
  display: block;
}
.reg-toolkit-wrapper .reg-toolkit-search form .btn_row {
  clear: both;
}
.reg-toolkit-wrapper .tenants-results-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1em), 1fr));
  gap: 1em;
}
.reg-toolkit-wrapper .tenants-results-wrapper > .search-parameter,
.reg-toolkit-wrapper .tenants-results-wrapper .pagination-wrap {
  grid-column: 1 / -1;
  transition: all 0.3s ease;
}
.reg-toolkit-wrapper .tenants-results-wrapper .search-parameter {
  display: flex;
  width: 100%;
  margin-top: 4rem;
  position: relative;
}
.reg-toolkit-wrapper .tenants-results-wrapper .search-parameter span.p-txt {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.reg-toolkit-wrapper .tenants-results-wrapper .search-parameter a {
  border: solid 1px #a3b0b6;
  border-radius: 6px;
  padding: 0.5rem 1rem;
}
.reg-toolkit-wrapper .tenants-results-wrapper .search-parameter a.reg-next {
  margin-left: auto;
}
.reg-toolkit-wrapper .tenants-results-wrapper .tenant-result-wrap {
  border: solid 1px #ddd;
  border-radius: 6px;
  padding: 1rem 2rem;
  position: relative;
}
.reg-toolkit-wrapper .tenants-results-wrapper .tenant-result-wrap:has(button:focus),
.reg-toolkit-wrapper .tenants-results-wrapper .tenant-result-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -8px;
}
.reg-toolkit-wrapper .tenants-results-wrapper .tenant-result-wrap:has(button:active) {
  transform: translateY(0);
}
.reg-toolkit-wrapper .tenants-results-wrapper .tenant-result-wrap button {
  opacity: 0;
  position: absolute;
  inset: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #ddd;
  border-radius: 2px;
  border-top: solid 4px #DA291C;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row.login-enabled {
  border-top: solid 4px #27ae60;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
  float: right;
  padding-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
    float: none;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions legend {
  display: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 90%;
  }
}
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate {
  border: none;
  background: #27ae60;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:hover,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:hover,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:focus,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:focus,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:active,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:active {
  background: #19703e;
  text-decoration: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-groups,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies {
  margin-bottom: 1em;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-groups .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .label {
  font-weight: 700;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details {
  margin-bottom: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status {
  padding: 0.5em 0;
  margin: 0.5em 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span {
  margin-right: 2.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span {
    display: block;
    margin-right: 0;
    margin: 0.25em 0;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.login-enabled,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.email-confirmed {
  font-weight: 700;
  color: #27ae60;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.login-disabled,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.email-unconfirmed {
  font-weight: 700;
  color: #DA291C;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies {
  margin-bottom: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies h3 {
  margin: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies {
  overflow: hidden;
  font-size: 90%;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
  float: left;
  width: 33.333%;
  padding-right: 1em;
  padding-left: 1em;
  border-right: solid 1px #ddd;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:first-child {
  padding-left: 0;
}
.reg-toolkit-wrapper .logged-as-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .logged-as-wrapper .label {
  font-weight: 700;
}
.reg-toolkit-wrapper .form .row .field input[type="text"],
.reg-toolkit-wrapper .form .row .field input[type="password"],
.reg-toolkit-wrapper .form .row .field input[type="email"] {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  border: solid 1px #a3b0b6;
}
.reg-toolkit-wrapper #basic-details {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.reg-toolkit-wrapper #basic-details .row {
  flex: 1;
}
.reg-toolkit-wrapper #basic-details .row label {
  display: block;
}
.reg-toolkit-wrapper #basic-details .btn_row {
  flex-basis: 100%;
}
.mimic-login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75em 0;
  text-align: center;
  background: #27ae60;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.mimic-login a {
  color: #fff;
  text-decoration: underline;
}
.mimic-login a:hover,
.mimic-login a:focus,
.mimic-login a:active {
  text-decoration: none;
}
.mimic-login .mimicked-user,
.mimic-login .original-user {
  font-weight: 700;
}
#container .reg-toolkit-wrapper .form label[for="pass_use_gen"],
#container .reg-toolkit-wrapper .form label[for="pass_use_custom"] {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  border-top: solid 4px #E8EDEE;
  font-size: 16px;
  font-weight: 700;
}
#container .reg-toolkit-wrapper .form label[for="pass_use_gen"] input,
#container .reg-toolkit-wrapper .form label[for="pass_use_custom"] input {
  margin-left: 0.5em;
}
/*==== WSL PLACEMENTS ====*/
@media only screen and (max-width: 840px) {
  .main-wrapper .content-headline h2 {
    margin: 0.4em 0 0.2em 0;
  }
}
.type-wslplacement .wsl-data-table {
  margin-top: 0.4em;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .wsl-data-table {
    font-size: 100% !important;
  }
}
.type-wslplacement .wsl-data-table .td-align-currency,
.type-wslplacement .wsl-data-table .td-align-number,
.type-wslplacement .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .wsl-data-table .td-align-currency,
  .type-wslplacement .wsl-data-table .td-align-number,
  .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left !important;
  }
}
.type-wslplacement .wsl-data-table .content-headline h2 {
  margin: 0.4em 0 0.4em 0;
}
.type-wslplacement .wsl-data-table .show-transaction-details {
  text-decoration: none;
}
.type-wslplacement .wsl-data-table .show-transaction-details:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  display: inline-block;
  margin-right: 0.4em;
  font-weight: 900;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .type-wslplacement .wsl-data-table th {
    display: none;
  }
  .type-wslplacement .wsl-data-table td {
    flex: 1 1 200px;
    padding: 0.4rem 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:before {
    content: attr(data-th);
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #8f8e8e;
    padding: 0.2rem 0 0 0;
  }
  .type-wslplacement .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:first-child:before {
    background: #003087;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:empty {
    display: none;
  }
  .type-wslplacement .wsl-data-table .td-align-currency,
  .type-wslplacement .wsl-data-table .td-align-number,
  .type-wslplacement .wsl-data-table .td-align-date,
  .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.web-service-placement .content-headline h2 {
  margin: 0.4em 0;
}
.web-service-placement .profile-pod {
  display: flex;
  flex-wrap: wrap;
}
.web-service-placement .profile-pod.tenant-info li,
.web-service-placement .profile-pod.tenancy-contact-details li,
.web-service-placement .profile-pod.tenancy-info li {
  flex: 1 0 190px;
}
.web-service-placement .profile-pod.tenant-info .ti-email,
.web-service-placement .profile-pod.tenancy-contact-details .ti-email,
.web-service-placement .profile-pod.tenancy-info .ti-email {
  word-break: break-all;
}
.web-service-placement .profile-pod li {
  flex: 1 1 auto;
  border-bottom: 1px solid #ddd;
  margin: 0 0.4rem;
  padding: 0.4em 1em 0.4em 0;
}
.web-service-placement .profile-pod li .lbl {
  letter-spacing: 0.1em;
  color: #003087;
  display: block;
  font-size: 70%;
  font-weight: 700;
  line-height: 1.4;
}
.web-service-placement .current-balance .content-wrapper {
  border: 1px solid #ddd;
  border-top: 2px solid #003087;
}
.web-service-placement .current-balance .content-item-inner {
  position: relative;
}
.web-service-placement .current-balance .content-wrapper-inner {
  padding: 0.8rem 1.6rem;
}
.web-service-placement .current-balance .content-headline {
  position: absolute;
  top: -2px;
  left: -1px;
}
@media only screen and (max-width: 840px) {
  .web-service-placement .current-balance .content-headline {
    position: static;
  }
}
.web-service-placement .current-balance .content-headline h2 {
  background: #003087;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 840px) {
  .web-service-placement .current-balance .content-headline h2 {
    display: block;
  }
}
.web-service-placement .current-balance .current-balance {
  text-align: right;
}
@media only screen and (max-width: 840px) {
  .web-service-placement .current-balance .current-balance {
    text-align: center;
  }
}
.web-service-placement .current-balance .user-info {
  display: inline-block;
  text-align: left;
  color: #828181;
}
.web-service-placement .current-balance .user-info .highlight {
  font-weight: 700;
}
.web-service-placement .current-balance .tenancy-balance-item {
  border-top: 1px solid #ddd;
  margin: 0.4em 0 0.4rem 0;
  padding: 0.8em 0 0 0;
}
.web-service-placement .current-balance .tenancy-balance-item:first-child {
  border-top: none;
  padding: 0.4rem 0 0 0;
}
@media only screen and (max-width: 840px) {
  .web-service-placement .current-balance .tenancy-balance-item:first-child {
    padding: 0.2em 0 0 0;
  }
}
.web-service-placement .current-balance .single-tenancy .total-balance {
  margin: 0;
}
.web-service-placement .current-balance .total-balance {
  font-size: 1.8em;
  display: inline-block;
  padding: 0.4rem 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 840px) {
  .web-service-placement .current-balance .total-balance {
    font-size: 10vw;
    letter-spacing: -2px;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 840px) {
  .web-service-placement .current-balance .dwelling {
    display: block;
    text-align: center;
  }
}
.ui-dialog {
  margin: 0 0.8rem;
  border: none;
  background: #fff;
}
.ui-dialog.show-breakdown {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.ui-dialog.show-breakdown .wsl-data-table {
  margin-top: 0.4em;
}
@media only screen and (max-width: 840px) {
  .ui-dialog.show-breakdown .wsl-data-table {
    font-size: 100% !important;
  }
}
.ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
.ui-dialog.show-breakdown .wsl-data-table .td-align-number,
.ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
@media only screen and (max-width: 840px) {
  .ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-number,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
    text-align: left !important;
  }
}
.ui-dialog.show-breakdown .wsl-data-table .content-headline h2 {
  margin: 0.4em 0 0.4em 0;
}
.ui-dialog.show-breakdown .wsl-data-table .show-transaction-details {
  text-decoration: none;
}
.ui-dialog.show-breakdown .wsl-data-table .show-transaction-details:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  display: inline-block;
  margin-right: 0.4em;
  font-weight: 900;
}
@media only screen and (max-width: 840px) {
  .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: #8f8e8e;
    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: #001335;
    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: #001335;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #ffffff;
  font-size: 90%;
  text-transform: capitalize;
  font-weight: 700;
}
.ui-dialog .ui-dialog-titlebar-close {
  transform: scale(1);
  transition: 0.25s linear;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  transform: scale(1.2);
  transition: 0.25s linear;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon .focusable:active,
.ui-dialog .ui-dialog-titlebar-close .ui-icon .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.ui-dialog .rent-statement-breakdown-response > p {
  font-size: 90%;
  margin: 0.8rem;
}
.ui-dialog .rent-statement-breakdown-response > p time {
  font-weight: 700;
}
@media only screen and (max-width: 840px) {
  .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.4em 0 0.4em 0;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy {
  background: #003087;
  color: #fff;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy .tncy-id {
  background: #003087;
  color: #fff;
  border-bottom-color: #001e54;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item.active .tncy-id {
  background: #003087;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  color: #9c9a9a;
}
.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: 840px) {
  .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: 840px) {
  .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.4em 0.8em;
  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 {
  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: #757474;
}
.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.4em 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: #E8EDEE;
  font-size: 90%;
  border-bottom: 1px solid #a3b0b6;
}
.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: 0.8em;
}
.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: 840px) {
  .layout_1_0 .middle {
    border-left: none;
  }
}
@media only screen and (max-width: 840px) {
  .statement-date-search .feedback-container {
    font-size: 90%;
  }
}
.date-search-container {
  display: flex;
  justify-content: space-between;
  margin: 1.2em 0 0.4em 0;
  flex-wrap: wrap;
  /*@media @mid-size {
    flex-wrap:wrap;
  }*/
}
@media only screen and (max-width: 840px) {
  .date-search-container {
    margin: 0.4em 0;
    flex-wrap: wrap;
    padding-bottom: 38px;
    position: relative;
  }
}
.date-search-container .search-parameter {
  flex: 1 1 auto;
}
.date-search-container .search-parameter.rent-statement-search {
  position: relative;
  /*@media @mid-size {
        flex:1 0 100%;
      }*/
  /*@media @1024 {
        order:2;
      }
      @media @laptop {
        order:2;
      }*/
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter.rent-statement-search {
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 841px) {
  .date-search-container .search-parameter.rent-statement-search {
    order: 2;
  }
}
.date-search-container .search-parameter.submit-previous {
  flex: 0 1 auto;
  margin: auto 0 0.5em 0;
  padding-right: 0.4em;
  padding-top: 24px;
  /*@media @mid-size {
        //flex:1 1 100%;
      }*/
  /*@media @1024 {
        order:1;
        .a-txt {
          .visuallyhidden();
        }
      }
      @media @laptop {
        order:1;
      }*/
}
.date-search-container .search-parameter.submit-previous a {
  display: inline-block;
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter.submit-previous {
    padding-top: 0;
    flex: 1 1 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
  }
  .date-search-container .search-parameter.submit-previous a {
    width: 34px;
  }
}
@media only screen and (min-width: 841px) {
  .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;
  }
}
.date-search-container .search-parameter.submit-today {
  margin-top: 0.8em;
  text-align: center;
  /*@media @laptop {
        order:4;
        flex:0 0 100%;
      }
      @media @1024 {
        order:4;
        flex:0 0 100%;
      }*/
}
@media only screen and (min-width: 841px) {
  .date-search-container .search-parameter.submit-today {
    order: 4;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter.submit-today {
    margin-top: 0.4em;
    min-height: 40px;
  }
}
.date-search-container .search-parameter.submit-today .load-today {
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter.submit-today .load-today {
    display: block;
    width: 100%;
    text-align: center;
    background: #E8EDEE !important;
    color: #4F4E4E;
    border-color: #ddd;
  }
}
.date-search-container .search-parameter.submit-next {
  flex: 0 1 auto;
  margin: auto 0 0.5em 0;
  padding-left: 0.4em;
  padding-top: 24px;
  /* @media @1024 {
        .a-txt {
          //.visuallyhidden();
        }
      }*/
  /* @media @1024 {
        order:3;
        .a-txt {
          .visuallyhidden();
        }
      }
      @media @laptop {
        order:3;
      }*/
}
.date-search-container .search-parameter.submit-next a {
  display: inline-block;
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter.submit-next {
    padding: 0;
    flex: 1 1 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
  }
  .date-search-container .search-parameter.submit-next a {
    width: 34px;
  }
}
@media only screen and (min-width: 841px) {
  .date-search-container .search-parameter.submit-next {
    order: 3;
  }
}
.date-search-container .search-parameter .load-date-data {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  margin-top: auto;
  margin-bottom: auto;
}
.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: #131d4b;
  text-decoration: none;
}
@media only screen and (min-width: 841px) {
  .date-search-container .search-parameter .load-date-data {
    padding: 0.4em;
  }
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter .load-date-data.view-previous-period {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 841px) {
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt .focusable:active,
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.date-search-container .search-parameter .load-date-data.view-previous-period:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  margin-right: 0.4em;
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter .load-date-data.view-previous-period:before {
    margin-right: 0;
  }
}
.date-search-container .search-parameter .load-date-data.view-next-period {
  margin-left: auto;
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter .load-date-data.view-next-period {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 841px) {
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt .focusable:active,
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.date-search-container .search-parameter .load-date-data.view-next-period:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  margin-left: 0.4em;
}
@media only screen and (max-width: 840px) {
  .date-search-container .search-parameter .load-date-data.view-next-period:after {
    margin-left: 0;
  }
}
.rent-statement-search legend {
  font-weight: 700;
  padding: 0.4em 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 @mid-size {
      flex:0 1 100%;
    }*/
}
.rent-statement-search .filter-rent-options-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0.4em;
  display: flex;
  justify-content: space-between;
  /*@media @mid-size {
      margin-bottom:@space-em;
      flex-wrap:wrap;
    }*/
}
@media only screen and (max-width: 840px) {
  .rent-statement-search .filter-rent-options-list {
    margin-bottom: 0.4em;
    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: 840px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item {
    flex: 1 0 100%;
    margin: 0.4em 0 0 0;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button {
  margin: auto 0;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range {
  padding: 0.8em 0.9em !important;
  /*@media @mid-size {
            .btn-txt {
              .visuallyhidden();
            }
          }*/
}
.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: 840px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range {
    display: block;
  }
}
@media only screen and (min-width: 841px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:active,
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
}
@media only screen and (max-width: 840px) {
  .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.2em;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item.start-date {
  padding-right: 0.4em;
  /*@media @mid-size {
          padding-right:0;
        }*/
}
@media only screen and (max-width: 840px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.start-date {
    padding-right: 0;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range {
  flex: 0 0 auto;
  margin: auto 0 0 0;
  padding-left: 0.5em;
}
@media only screen and (max-width: 840px) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range {
    padding-left: 0;
    flex: 0 0 100%;
  }
  .rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range button {
    display: block !important;
    text-align: center;
    width: 100% !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item .field-lbl {
  display: block;
  margin-right: 0.4em;
  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 #231f20;
  background: #827377;
  padding: 0.4em 0.8em;
}
.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.6em 0 -2.2em;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 4px solid #231f20;
  border-top-color: #675b5e;
  border-left-color: #675b5e;
  border-radius: 50%;
  animation: rotate360 1s infinite linear;
}
.portal-section .feedback.wsl-no-data,
.type-wslplacement .feedback.wsl-no-data,
.portal-section .feedback.validation-error,
.type-wslplacement .feedback.validation-error,
.portal-section .feedback .wsl-form-handler-message.wsl-result-failed,
.type-wslplacement .feedback .wsl-form-handler-message.wsl-result-failed,
.report-tree-placeholder .wsl-form-handler-message.wsl-result-failed {
  border: 1px solid #d72638;
  background: #f9dbde;
  font-weight: 700;
}
.portal-section .feedback.wsl-no-data:before,
.type-wslplacement .feedback.wsl-no-data:before,
.portal-section .feedback.validation-error:before,
.type-wslplacement .feedback.validation-error:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  margin-right: 0.4em;
  color: #d72638;
}
.portal-section .feedback .filters-feedback,
.type-wslplacement .feedback .filters-feedback {
  font-weight: 700;
}
.portal-section .wsl-table-feedback,
.type-wslplacement .wsl-table-feedback {
  display: block;
}
.portal-section .wsl-table-feedback:before,
.type-wslplacement .wsl-table-feedback:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  margin-right: 0.4em;
}
.data-loading {
  padding-left: 3em;
}
.data-loading:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: 0.6em 0.6em 0 -2.2em;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 4px solid #003087;
  border-top-color: #075fff;
  border-left-color: #075fff;
  border-radius: 50%;
  animation: rotate360 1s infinite linear;
}
.statementwrap {
  position: relative;
}
.statementwrap.data-loading {
  padding-left: 0;
}
.statementwrap.data-loading:before {
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.statementwrap.data-loading:after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.balance-status-debit .total-balance {
  color: #DA291C;
}
.balance-status-debit .total-balance:before {
  content: "Your account is in arrears by ";
  font-size: 1.6rem;
}
@media only screen and (max-width: 840px) {
  .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: 840px) {
  .balance-status-credit .total-balance:before {
    letter-spacing: 0;
    display: block;
  }
}
.datafish-form-display.email-change-wrapper fieldset {
  margin: 0.4em 0;
  border: 1px solid silver;
  padding: 0.4em 0.8em;
}
.datafish-form-display.email-change-wrapper fieldset legend {
  font-weight: 700;
  margin: 0.4em 0 0 0;
  background: white;
  padding: 0.4em;
}
.datafish-form-display.email-change-wrapper .row {
  margin: 0.4em 0;
}
.datafish-form-display.email-change-wrapper .row label {
  font-size: 90%;
}
.datafish-form-display .actn-btn.update-details:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e4";
  display: inline-block;
  margin-right: 4px;
}
.login-wrapper .error {
  border: solid 1px #DA291C;
  background-color: #fbeae8;
  padding: 0.5em;
}
#container .col .login-wrapper .login-button-wrapper .login-submit {
  float: none;
  padding: 0.6em 1.2em;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper,
.col .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper {
  display: block;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-submit,
.col .login-wrapper .login-button-wrapper .login-submit {
  margin-right: 0.4em;
  float: right;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-submit:before,
.col .login-wrapper .login-button-wrapper .login-submit:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  display: inline-block;
  margin-right: 4px;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register,
.col .login-wrapper .login-button-wrapper .login-button.register {
  border: none;
  background: #999;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register:hover,
.col .login-wrapper .login-button-wrapper .login-button.register:hover,
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register:focus,
.col .login-wrapper .login-button-wrapper .login-button.register:focus,
.main-article-area-7 .login-wrapper .login-button-wrapper .login-button.register:active,
.col .login-wrapper .login-button-wrapper .login-button.register:active {
  background: #737373;
  text-decoration: none;
}
.main-article-area-7 .login-wrapper .login-button-wrapper .forgot-password,
.col .login-wrapper .login-button-wrapper .forgot-password {
  margin-left: 0.4em;
  display: inline-block;
}
.main-article-area-7 .login-wrapper .spam-guard .label .labelman,
.col .login-wrapper .spam-guard .label .labelman {
  font-weight: 700;
  color: #DA291C;
  float: left;
  margin-right: 0.3em;
}
.main-article-area-7 .login-welcome-wrapper,
.col .login-welcome-wrapper {
  text-align: center;
}
.main-article-area-7 .login-welcome-wrapper .welcome-note,
.col .login-welcome-wrapper .welcome-note {
  text-transform: lowercase;
}
.main-article-area-7 .login-welcome-wrapper .welcome-note:first-letter,
.col .login-welcome-wrapper .welcome-note:first-letter,
.main-article-area-7 .login-welcome-wrapper .welcome-note::first-letter,
.col .login-welcome-wrapper .welcome-note::first-letter {
  text-transform: capitalize;
}
.main-article-area-7 .login-welcome-wrapper .welcome-note .meta-name,
.col .login-welcome-wrapper .welcome-note .meta-name {
  text-transform: none;
}
.col .login-button-wrapper button,
.col .login-button-wrapper input[type="submit"],
.col .login-button-wrapper a {
  display: block;
  text-align: center;
  margin: 0 0 0.5em 0 !important;
  width: 100%;
}
.home-page .main-article-area-7 .login-button-wrapper .forgot-password {
  /*@media @laptop {
          margin-left:0;
        }
        @media @1024 {
          margin-left:0;
        }*/
}
@media only screen and (min-width: 841px) {
  .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.4em;
}
.portal-title .main-editor-output ul li .cta {
  display: block;
}
.form .rt-field-wrap {
  word-break: break-all;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form .rt-field-wrap .focusable:active,
.form .rt-field-wrap .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.personal-settings-wrapper .pers-set-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: solid 1px #E8EDEE;
}
.no-flexbox .personal-settings-wrapper .pers-set-tabs ul {
  *zoom: 1;
}
.no-flexbox .personal-settings-wrapper .pers-set-tabs ul:before,
.no-flexbox .personal-settings-wrapper .pers-set-tabs ul:after {
  content: " ";
  display: table;
}
.no-flexbox .personal-settings-wrapper .pers-set-tabs ul:after {
  clear: both;
}
.personal-settings-wrapper .pers-set-tabs ul li {
  float: left;
  padding: 0.5em 1.2em;
  margin: 0;
}
.col .personal-settings-wrapper .pers-set-tabs ul li {
  width: 100%;
  float: none;
}
.personal-settings-wrapper .pers-set-tabs ul li a {
  color: #4F4E4E;
  text-decoration: none !important;
}
.personal-settings-wrapper .pers-set-tabs ul li.current-tab {
  background: #E8EDEE;
}
.personal-settings-wrapper .pers-set-tab-content {
  padding: 1em;
  border-left: solid 1px #E8EDEE;
  border-bottom: solid 1px #E8EDEE;
  border-right: solid 1px #E8EDEE;
}
.statement-content-wrapper .wsl-generate-pdf {
  border: none;
  background: #DA291C;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}
.statement-content-wrapper .wsl-generate-pdf:hover,
.statement-content-wrapper .wsl-generate-pdf:focus,
.statement-content-wrapper .wsl-generate-pdf:active {
  background: #961c13;
  text-decoration: none;
}
.statement-content-wrapper .wsl-generate-pdf:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.5em;
}
.statement-content-wrapper .wsl-generate-pdf:hover,
.statement-content-wrapper .wsl-generate-pdf:focus,
.statement-content-wrapper .wsl-generate-pdf:active {
  color: #fff;
}
.service-date {
  font-weight: 700;
  display: block;
  margin: 0.33em 0;
}
.service-date:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06a";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.33em;
}
.service-date.out-of-date {
  color: #DA291C;
}
.service-date.out-of-date:before {
  content: "\f057";
}
.service-date.near-date {
  color: #425563;
}
.service-date.near-date:before {
  content: "\f06a";
}
.service-date.in-date {
  color: #229955;
}
.service-date.in-date:before {
  content: "\f058";
}
#main-content:has(.type-wslplacement) .main-cols-container {
  padding-top: 0px;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(35, 53, 136, 0.2);
  border-radius: 6px;
  padding: 1em;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline h1,
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline h2,
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline h3,
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline h4,
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline h5,
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline h6 {
  margin-top: 0;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-headline p {
  font-size: 1.2em;
  font-weight: 800;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-wrapper-inner .tenancy-switcher-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-wrapper-inner .tenancy-switcher-wrapper > ul li {
  flex: 1 1 200px;
  text-decoration: underline;
  color: #233588;
  font-weight: 800;
  box-shadow: 0 0 10px 0 rgba(35, 53, 136, 0.2);
  border-radius: 6px;
  padding: 1em 1.5em;
  transition: all 0.3s ease;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-wrapper-inner .tenancy-switcher-wrapper > ul li.active {
  background-color: #233588;
  text-decoration: none;
  color: white;
  box-shadow: none;
}
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-wrapper-inner .tenancy-switcher-wrapper > ul li:hover,
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-wrapper-inner .tenancy-switcher-wrapper > ul li:focus,
#main-content:has(.type-wslplacement) .type-general .content-item-inner .content-wrapper-inner .tenancy-switcher-wrapper > ul li:active {
  box-shadow: 0 0 10px 0 rgba(35, 53, 136, 0.7);
}
.type-general:has(#allpayfrm) iframe {
  width: 100%;
  height: 800px;
  overflow: auto;
  border: none;
}
#site-content-top-row .placement-row-wrapper:has(.type-wslplacement),
#site-content-top-row .placement-row-wrapper:has(.type-general) {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
#site-content-top-row .placement-row-wrapper:has(.type-wslplacement) .type-wslplacement,
#site-content-top-row .placement-row-wrapper:has(.type-general) .type-wslplacement {
  margin: 0.5em 0;
}
.placement-row:has(.type-wslplacement) {
  gap: 1rem;
}
.type-wslplacement .placement-inner,
.type-general .placement-inner {
  margin: 0px !important;
}
.type-wslplacement .content-item-inner,
.type-general .content-item-inner {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(35, 53, 136, 0.2);
  border-radius: 6px;
  padding: 1.5em;
}
.type-wslplacement .content-item-inner .content-headline h1,
.type-general .content-item-inner .content-headline h1,
.type-wslplacement .content-item-inner .content-headline h2,
.type-general .content-item-inner .content-headline h2,
.type-wslplacement .content-item-inner .content-headline h3,
.type-general .content-item-inner .content-headline h3,
.type-wslplacement .content-item-inner .content-headline h4,
.type-general .content-item-inner .content-headline h4,
.type-wslplacement .content-item-inner .content-headline h5,
.type-general .content-item-inner .content-headline h5,
.type-wslplacement .content-item-inner .content-headline h6,
.type-general .content-item-inner .content-headline h6 {
  margin-top: 0;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.3em;
  color: #233588;
  align-items: center;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner:has(.top-row),
.type-general .content-item-inner .content-wrapper-inner .wsl-inner:has(.top-row) {
  flex-direction: column;
  align-items: flex-start;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row {
  font-size: 0.7em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link {
  background-color: #233588;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link,
  .type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link {
    min-width: 0;
    width: 100%;
  }
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:after,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:hover,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:hover,
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:focus,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:focus,
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:active,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #2d45b1;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:hover:after,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:hover:after,
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:focus:after,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:focus:after,
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:active:after,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:focus,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .top-row .more-link:focus {
  outline: 2px dotted grey !important;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .account-details .account-row,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .account-details .account-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .wsl-inner .account-details .account-row .acc-info,
.type-general .content-item-inner .content-wrapper-inner .wsl-inner .account-details .account-row .acc-info {
  font-size: 1.2em;
  font-weight: 800;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance > div,
.type-general .content-item-inner .content-wrapper-inner .card--balance > div {
  display: flex;
  flex-direction: column;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance > div .date,
.type-general .content-item-inner .content-wrapper-inner .card--balance > div .date {
  font-size: 1.5em;
  font-weight: 800;
  color: #233588;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance:has(.date),
.type-general .content-item-inner .content-wrapper-inner .card--balance:has(.date) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance,
  .type-general .content-item-inner .content-wrapper-inner .card--balance .balance {
    flex-direction: column;
  }
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears,
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit {
  font-size: 1.75em;
  font-weight: 800;
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears,
  .type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears,
  .type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit,
  .type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit {
    font-size: 1.4em;
  }
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-arrears,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-arrears,
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-arrears,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-arrears {
  color: #DA291C;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-arrears:after,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-arrears:after,
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-arrears:after,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-arrears:after {
  content: " in arrears";
  font-size: 0.8em;
  font-weight: 400;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-credit,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-credit,
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-credit,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-credit {
  color: #009639;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-credit:after,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-arrears.in-credit:after,
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-credit:after,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .in-credit.in-credit:after {
  content: " in credit";
  font-size: 0.8em;
  font-weight: 400;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .card--balance .balance .cta,
.type-general .content-item-inner .content-wrapper-inner .card--balance .balance .cta {
  margin-left: auto;
}
.type-wslplacement .content-item-inner .content-wrapper-inner .cta,
.type-general .content-item-inner .content-wrapper-inner .cta {
  min-width: 200px !important;
  padding: 1em !important;
}
.type-wslplacement .content-item-inner .content-wrapper-inner ul li,
.type-general .content-item-inner .content-wrapper-inner ul li {
  color: #233588;
  font-size: 1.1em;
  font-weight: 800;
}
.type-wslplacement .content-item-inner .content-wrapper-inner ul li span,
.type-general .content-item-inner .content-wrapper-inner ul li span,
.type-wslplacement .content-item-inner .content-wrapper-inner ul li a,
.type-general .content-item-inner .content-wrapper-inner ul li a {
  font-size: 0.9em;
  font-weight: 400;
}
.type-wslplacement .content-item-inner .content-wrapper-inner ul:has(.amount) li,
.type-general .content-item-inner .content-wrapper-inner ul:has(.amount) li {
  font-size: 1em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner ul:has(.amount) li span,
.type-general .content-item-inner .content-wrapper-inner ul:has(.amount) li span {
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}
.type-wslplacement .content-item-inner .content-wrapper-inner ul:has(.amount) li span .amount,
.type-general .content-item-inner .content-wrapper-inner ul:has(.amount) li span .amount {
  font-size: 1.2em;
  font-weight: 800;
}
.type-wslplacement .content-item-inner .content-wrapper-inner p,
.type-general .content-item-inner .content-wrapper-inner p {
  margin: 0px !important;
}
.type-wslplacement .content-item-inner .content-wrapper-inner a[href*="make-a-payment"],
.type-general .content-item-inner .content-wrapper-inner a[href*="make-a-payment"] {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 1rem;
}
.type-wslplacement .content-item-inner .content-wrapper-inner a[href*="make-a-payment"]:hover,
.type-general .content-item-inner .content-wrapper-inner a[href*="make-a-payment"]:hover,
.type-wslplacement .content-item-inner .content-wrapper-inner a[href*="make-a-payment"]:focus,
.type-general .content-item-inner .content-wrapper-inner a[href*="make-a-payment"]:focus,
.type-wslplacement .content-item-inner .content-wrapper-inner a[href*="make-a-payment"]:active,
.type-general .content-item-inner .content-wrapper-inner a[href*="make-a-payment"]:active {
  background: #131d4b;
  text-decoration: none;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li {
  text-decoration: underline;
  color: #233588;
  font-weight: 800;
  box-shadow: 0 0 10px 0 rgba(35, 53, 136, 0.2);
  border-radius: 6px;
  padding: 1em 1.5em;
  transition: all 0.3s ease;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active {
  background-color: #233588;
  text-decoration: none;
  color: white;
  box-shadow: none;
  position: relative;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active a,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active a {
  color: white !important;
  font-size: 1.2em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active a:before,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active .tenancy-number,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.active .tenancy-number {
  font-size: 0.9em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .prev-tenancy-address,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .prev-tenancy-address {
  font-size: 1.2em;
  text-decoration: none;
  flex: 1 1 100%;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .prev-payment-ref,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .prev-payment-ref {
  flex: 1 1 50%;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 800;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .prev-payment-ref strong,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .prev-payment-ref strong {
  font-weight: 400;
  font-size: 1.1em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-balance-amount,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-balance-amount {
  font-weight: 800;
  font-size: 1.1em;
  flex: 1 1 50%;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-balance-amount strong,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-balance-amount strong {
  font-weight: 400;
  font-size: 0.9em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: space-between;
  flex: 1 1 100%;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-startDate,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-startDate,
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-endDate,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-endDate {
  font-size: 0.9em;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-startDate strong,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-startDate strong,
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-endDate strong,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li.previous-tenancy .tenancy-dates .prev-tenancy-endDate strong {
  font-weight: 400;
  font-size: 0.9em;
}
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li:hover,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li:hover,
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li:focus,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li:focus,
.type-wslplacement .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li:active,
.type-general .content-item-inner .content-wrapper-inner:has(.tenancy-switcher-wrapper) .tenancy-switcher-wrapper > ul li:active {
  box-shadow: 0 0 10px 0 rgba(35, 53, 136, 0.7);
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #rentstatement,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #rentstatement {
  position: absolute;
  top: 1em;
  right: 1em;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #rentstatement,
  .type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #rentstatement {
    position: relative;
    top: 0;
    right: 0;
  }
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header {
  padding: 0.5em 0;
  border-bottom: 1px solid #233588;
  color: #233588;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:last-child,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:last-child {
  border-bottom: none;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:hover,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:hover,
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:focus,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:focus,
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:active,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header:active,
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header :focus-within,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header :focus-within {
  background-color: rgba(35, 53, 136, 0.1);
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header,
  .type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .ui-accordion-header-icon,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date {
  display: flex;
  flex-direction: column;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date span,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date span {
  font-size: 1.8rem;
  font-weight: 600;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in {
  color: #009639;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in:before,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in:before {
  content: "+";
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-out,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-out {
  color: #DA291C;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-out:before,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-out:before {
  content: "-";
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in-negative,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in-negative {
  color: #DA291C;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in-negative:before,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-date .align-currency-in-negative:before {
  content: "";
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 840px) {
  .type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair,
  .type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair {
    align-items: flex-start;
  }
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair .align-currency-in:after,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair .align-currency-in:after {
  content: " DR";
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair .align-currency-out:after,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair .align-currency-out:after {
  content: " CR";
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair span:not(.align-text),
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair span:not(.align-text) {
  font-weight: 600;
  font-size: 1.8rem;
}
.type-wslplacement .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair span:not(.align-text) .balance,
.type-general .content-item-inner:has(#rentstatement) .content-wrapper-inner #accordion .ui-accordion-header .align-pair span:not(.align-text) .balance {
  font-weight: 400;
}
a[href="/update-your-details"] {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 1rem;
}
a[href="/update-your-details"]:hover,
a[href="/update-your-details"]:focus,
a[href="/update-your-details"]:active {
  background: #131d4b;
  text-decoration: none;
}
.dweller-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
}
.dweller-container .dweller > div {
  font-size: 1.8rem;
}
.dweller-container .dweller .label {
  font-weight: 700;
}
.login-welcome-note-wrapper {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: -1.5em;
}
@media only screen and (max-width: 840px) {
  .login-welcome-note-wrapper {
    margin-bottom: 0;
  }
}
.login-welcome-note-wrapper .welcome-note {
  margin: 0;
}
.login-welcome-note-wrapper .welcome-note .meta-name {
  font-weight: 700;
}
.login-keepmeloggedin-wrapper {
  font-size: 80%;
  line-height: 120%;
  margin: 1em 0;
  display: inline-block;
}
.login-keepmeloggedin-wrapper span {
  margin: 0 0.1em;
}
.large-icon-menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.large-icon-menu .menu .menu-item {
  flex: 1 1 260px;
  padding: 1em;
  perspective: 1000px;
}
.large-icon-menu .menu .menu-item:hover a {
  transform: rotateY(180deg);
}
.no-cssfilters .large-icon-menu .menu .menu-item:hover a {
  transform: rotateY(0deg);
}
.no-cssfilters .large-icon-menu .menu .menu-item:hover a .menu-item-desc {
  opacity: 1;
}
.large-icon-menu .menu .menu-item a {
  display: block;
  color: #4F4E4E;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  transform-style: preserve-3d;
  position: relative;
  height: 170px;
}
.large-icon-menu .menu .menu-item a .menu-front,
.large-icon-menu .menu .menu-item a .menu-item-desc {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.large-icon-menu .menu .menu-item a .menu-front {
  z-index: 2;
  transform: rotateY(0deg);
  padding: 1em;
  background: #f6f9fa;
  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: #4F4E4E;
  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: #233588;
  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: #005EB8;
}
.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: #0072CE;
}
.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: #41B6E6;
}
.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: #00A9CE;
}
.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: #231f20;
}
/*.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: @primary;
					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: #4F4E4E;
}
.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 #E8EDEE;
  border-bottom: solid 1px #E8EDEE;
}
.logged-out .portal-menu .menu .menu-item.menu-item-logout {
  display: none;
}
#container .registration-wrapper .labelman {
  display: inline;
  color: #DA291C;
  font-weight: 700;
}
#container .registration-wrapper .row.spam-guard label {
  display: inline-block;
}
#container .registration-wrapper .registration-button-wrapper {
  margin-top: 0.5em;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit {
  border: none;
  background: #233588;
  padding: 0.5em 1.2em;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 6px;
  float: right;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit:hover,
#container .registration-wrapper .registration-button-wrapper .reg-submit:focus,
#container .registration-wrapper .registration-button-wrapper .reg-submit:active {
  background: #131d4b;
  text-decoration: none;
}
#container .registration-wrapper .registration-button-wrapper .reset-process {
  float: none;
  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,
#container .registration-wrapper .registration-button-wrapper .reset-process:active {
  background: #737373;
  text-decoration: none;
}
#container .registration-wrapper .notification {
  padding: 0.5em;
}
#container .registration-wrapper .notification.error {
  background: rgba(218, 41, 28, 0.1);
  border: solid 2px #DA291C;
}
#container .registration-wrapper .t-and-c-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  border: solid 1px #999;
  padding: 1em;
  overflow-y: auto;
  max-height: 500px;
}
#container .registration-wrapper .terms-acceptance-container {
  margin-bottom: 1em;
  font-size: 115%;
}
.home-page #logon-horizon {
  width: 100%;
}
.home-page #logon-horizon #logonForm .information {
  text-align: center;
  padding: 1.5em 3em;
  font-size: 1.4em;
  background: rgba(35, 53, 136, 0.1);
  border: solid 3px #233588;
  margin: 1em 0;
  border-radius: 0px;
}
.home-page #logon-horizon .logon-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-page #logon-horizon .logon-container .row .field-holder {
  margin: 0.5em 0;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard {
  margin: 0;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard .label .labelman {
  color: #233588;
  display: inline-block;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard .label label {
  display: inline-block;
}
.type-wslplacement .content-wrapper-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
.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: 840px) {
  .ui-datetime {
    left: 0 !important;
  }
}
.ui-datetime .ui-datetime-clock {
  display: none;
}
.ui-datetime .ui-datetime-calendar {
  width: 100% !important;
}
.ui-datetime .ui-datetime-title {
  text-align: center;
  margin-bottom: 0.5em;
}
.ui-datetime .ui-datetime-prev {
  float: left;
}
.ui-datetime .ui-datetime-next {
  float: right;
}
.ui-datetime table td a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
.all-pay-confirmation {
  list-style: none;
  padding: 1em;
  background: #f3f3f3;
  margin: 1em 0;
}
.all-pay-confirmation li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
.all-pay-confirmation li .hosted-pay-value,
.all-pay-confirmation li .hosted-pay-label,
.all-pay-confirmation li .all-pay-label,
.all-pay-confirmation li .all-pay-value {
  display: inherit;
}
.all-pay-confirmation li .hosted-pay-label,
.all-pay-confirmation li .all-pay-label {
  font-weight: bold;
}
.all-pay-confirmation li .address-value-list {
  padding: 0;
}
.all-pay-confirmation li .address-value-list li {
  border: none;
  margin: 0;
}
.svs-validator-status {
  margin-top: 1em;
}
.svs-validator-status.not-attempted {
  border: 1px solid black;
  background-color: #545454;
  color: #fff;
}
.svs-validator-status.not-attempted:after {
  content: ", click here to complete your profile";
  margin-left: -0.15em;
}
.svs-validator-status.not-attempted:hover {
  background-color: #333;
}
.svs-validator-status.invalid {
  border: 1px solid #19255f;
  background-color: #233588;
  color: #fff;
}
.svs-validator-status.invalid:after {
  content: ", click here to re-enter your details";
  margin-left: -0.15em;
}
.svs-validator-status.validated-ok {
  border: 1px solid #27ae60;
  background-color: #e9f7ef;
  color: #4F4E4E;
}
.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: #233588;
  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;
}
.form-stage .field-holder.field-required .field-label label:before {
  content: "*";
  color: #DA291C;
  font-weight: 900;
  margin-right: 0.33em;
}
/*.feedback {
	margin: 1em 0;
	padding: 0.75em;
	border: solid 1px @light-grey;
	background: @off-white;
	&.error {
		background-color: fadeout(@red, 60%);
		border-color: @red;
	}
}*/
#container .hpv-amount-wrap .row label {
  width: auto !important;
  vertical-align: middle !important;
}
#container .hpv-amount-wrap .row .field {
  width: auto !important;
}
#container .hpv-amount-wrap .row > .pay-balance {
  float: left;
  width: 50%;
  padding-top: 0.3em;
}
@media only screen and (max-width: 840px) {
  #container .hpv-amount-wrap .row > .pay-balance {
    float: none;
    width: auto;
  }
}
#container .hpv-amount-wrap .row > .other-amount {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 840px) {
  #container .hpv-amount-wrap .row > .other-amount {
    float: none;
    width: auto;
  }
}
#container .hpv-amount-wrap .row > .other-amount input[name="payment_amount"][type="radio"] {
  margin-top: 0.4em;
}
#container .hpv-amount-wrap .row > .other-amount input#other_amount {
  float: left;
  width: 120px;
}
/*====
ADC rendering has two styles: the first is the Preview (designated by a class of "extract-preview-mode" on the HTML element), which incorporates the Accessibility Checker; the second is the "live" version, which would usually have the document information on the right hand side, in place of the Accessibility Checker: this mode has no identifying class. So, two layouts: standard and the ".extract-preview-mode" modified version.
Obviously, since most extracted documents are going to be pretty text-heavy and the primary use case is for Accessibility, it is important that we prioritise Accessible text handling over pure aesthetics. This is part of the reason that this stylesheet DOES NOT CALL the standard styles.css: this allows us to focus on the styling for these documents without being affected by, or affecting, the rest of the site(s). -- ChrisM, 28/11/2022
====*/
/*==== ADC SETTINGS ====*/
a[href^="https://dequeuniversity.com"] {
  display: none;
}
/*===
	Default text element styling. We need to pay close attention to these, and to set them as the defaults. We can modify the various controls, e.g. index, Accessibility Checker, but these text defaults should be comprehensive and Accessible.
===*/
[data-placement-class="ADCPlacement"] h1,
[data-placement-class="ADCPlacement"] h2,
[data-placement-class="ADCPlacement"] h3,
[data-placement-class="ADCPlacement"] h4 {
  padding: 0.4em 0;
  margin: 1.2em 0 0.4em 0;
  line-height: 1.2;
  color: #002a52;
}
[data-placement-class="ADCPlacement"] h1 {
  border-top: 4px solid #ccc;
}
[data-placement-class="ADCPlacement"] a {
  color: #005eb8;
  word-wrap: break-word;
}
[data-placement-class="ADCPlacement"] a:visited {
  color: #004485;
}
[data-placement-class="ADCPlacement"] a:active {
  color: #52aaff;
}
[data-placement-class="ADCPlacement"] a:hover {
  color: #0078eb;
  text-decoration: none;
}
[data-placement-class="ADCPlacement"] table {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  background: rgba(255, 255, 255, 0.8);
  max-width: 50rem;
  margin: 1.6em auto 1.6em 0;
}
[data-placement-class="ADCPlacement"] table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
}
[data-placement-class="ADCPlacement"] table thead tr th {
  font-size: 0.9em;
  text-align: left;
  font-weight: 700;
  border: 1px solid silver;
  padding: 0.2em 0.6rem;
  background: rgba(220, 220, 220, 0.85);
  background: rgba(52, 61, 84, 0.85);
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.05em;
  -webkit-backdrop-filter: blur(5px) saturate(120%);
  backdrop-filter: blur(5px) saturate(120%);
}
[data-placement-class="ADCPlacement"] table th {
  text-align: left;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.4em 0.6rem;
}
[data-placement-class="ADCPlacement"] table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.4em 0.6rem;
}
[data-placement-class="ADCPlacement"] table tbody tr:nth-child(odd) {
  background: rgba(200, 200, 200, 0.1);
}
[data-placement-class="ADCPlacement"] button {
  background: none;
  display: inline-block;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin: 0.4em 0.8em 0 0;
  border-radius: 30px;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #005eb8;
  color: #005eb8;
  transition: 0.4s linear;
  cursor: pointer;
}
[data-placement-class="ADCPlacement"] button:hover {
  background: #005eb8;
  color: white;
  transition: 0.25s linear;
}
[data-placement-class="ADCPlacement"] #v5adc-top {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px) saturate(120%);
  backdrop-filter: blur(5px) saturate(120%);
  padding: 0.4em 0.8em;
  min-height: 48px;
}
[data-placement-class="ADCPlacement"] #v5adc-top .company-logo {
  flex: 1 1 auto;
  display: block;
  max-width: 20em;
  margin-top: auto;
  margin-bottom: auto;
  height: 35px;
}
@media only screen and (max-width: 840px) {
  [data-placement-class="ADCPlacement"] #v5adc-top .company-logo {
    max-width: 14em;
  }
}
[data-placement-class="ADCPlacement"] #v5adc-top .company-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  height: 100%;
  width: 100%;
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-messages {
  margin: auto 1.6em;
  font-size: 0.8em;
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-messages p {
  margin: 0;
  padding: 0.2em 0.8em;
  border-radius: 4px;
  border: 1px solid #ffb81c;
  background: rgba(255, 184, 28, 0.2);
  color: #593e03;
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions {
  flex: 2 2 40em;
  margin: auto 0 auto auto;
  text-align: left;
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools {
  font-size: 0.8em;
  display: inline-block;
  margin: 0.4em 0.8em;
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.skip-to-content {
  display: none;
}
@media only screen and (max-width: 840px) {
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.skip-to-index {
    display: none;
  }
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index,
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download {
  margin: 0 0 0 0.4em;
}
@media only screen and (max-width: 840px) {
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index,
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download {
    min-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index,
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download {
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
  }
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index:before,
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download:before {
    margin: 0;
  }
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index:before,
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download:before {
  content: "Hide ";
  position: static;
  display: inline-block !important;
  transform: none;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  transition: none;
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index.active:before,
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download.active:before {
  content: "Show ";
}
@media only screen and (max-width: 768px) {
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index:before,
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download:before,
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-index .btn-txt,
  [data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.toggle-download .btn-txt {
    display: none;
  }
}
[data-placement-class="ADCPlacement"] #v5adc-top #v5adc-actions .meta-tools.actn-select-element-doc.v5adc-toggled-on {
  outline: 4px dotted rgba(242, 130, 10, 0.6);
  border-radius: 1px;
  outline-offset: 0.4rem;
}
[data-placement-class="ADCPlacement"] #v5adc-main {
  padding: 0.4em 0;
  margin: 0.4em 1.6em;
  /* Creates a new instance of the section counter with each ol element */
  counter-reset: h2-section;
}
@media only screen and (max-width: 840px) {
  [data-placement-class="ADCPlacement"] #v5adc-main {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
[data-placement-class="ADCPlacement"] #v5adc-main .adc-inner *:not(table):not(div) {
  max-width: 50rem;
  margin-right: auto;
}
[data-placement-class="ADCPlacement"] #v5adc-main a[href^="#_bookmark"] {
  vertical-align: super;
  font-size: 0.8em;
  display: inline-block;
  padding: 0 0.2em;
}
[data-placement-class="ADCPlacement"] #v5adc-main p {
  margin: 0.6em 0;
}
[data-placement-class="ADCPlacement"] #v5adc-main img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
[data-placement-class="ADCPlacement"] #v5adc-main table {
  min-width: 80%;
}
@media only screen and (max-width: 840px) {
  [data-placement-class="ADCPlacement"] #v5adc-main table {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
[data-placement-class="ADCPlacement"] #v5adc-main ol li,
[data-placement-class="ADCPlacement"] #v5adc-main ul li {
  margin: 0.4em 0;
}
[data-placement-class="ADCPlacement"] #v5adc-main h2 {
  counter-reset: h3-section;
}
[data-placement-class="ADCPlacement"] #v5adc-main h2:before {
  counter-increment: h2-section;
  content: counter(h2-section) ". ";
}
[data-placement-class="ADCPlacement"] #v5adc-main h3 {
  counter-reset: h4-section;
}
[data-placement-class="ADCPlacement"] #v5adc-main h3:before {
  counter-increment: h3-section;
  content: counter(h2-section) "." counter(h3-section) ". ";
}
[data-placement-class="ADCPlacement"] #v5adc-main h4 {
  counter-reset: h5-section;
}
[data-placement-class="ADCPlacement"] #v5adc-main h4:before {
  counter-increment: h4-section;
  content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) ". ";
}
[data-placement-class="ADCPlacement"] #v5adc-main h5 {
  counter-reset: h6-section;
}
[data-placement-class="ADCPlacement"] #v5adc-main h5:before {
  counter-increment: h5-section;
  content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "." counter(h5-section) ". ";
}
[data-placement-class="ADCPlacement"] #v5adc-main h6:before {
  counter-increment: h6-section;
  content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "." counter(h5-section) "." counter(h6-section) ". ";
}
[data-placement-class="ADCPlacement"] #v5adc-main .v5adc-selected-element {
  outline: 4px dotted rgba(242, 130, 10, 0.6);
  border-radius: 1px;
  outline-offset: 0.4rem;
}
[data-placement-class="ADCPlacement"] #footer-links {
  margin: 0;
}
#container [data-placement-class="ADCPlacement"] #footer-links a {
  background-color: #233588;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 840px) {
  #container [data-placement-class="ADCPlacement"] #footer-links a {
    min-width: 0;
    width: 100%;
  }
}
#container [data-placement-class="ADCPlacement"] #footer-links a:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
#container [data-placement-class="ADCPlacement"] #footer-links a:hover,
#container [data-placement-class="ADCPlacement"] #footer-links a:focus,
#container [data-placement-class="ADCPlacement"] #footer-links a:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #2d45b1;
}
#container [data-placement-class="ADCPlacement"] #footer-links a:hover:after,
#container [data-placement-class="ADCPlacement"] #footer-links a:focus:after,
#container [data-placement-class="ADCPlacement"] #footer-links a:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
#container [data-placement-class="ADCPlacement"] #footer-links a:focus {
  outline: 2px dotted grey !important;
}
#container [data-placement-class="ADCPlacement"] #footer-links a:before {
  content: none;
}
#container [data-placement-class="ADCPlacement"] #footer-links a.ref-page-download:after {
  content: "\f019";
}
#container [data-placement-class="ADCPlacement"] #footer-links a.ref-email:after {
  content: "\f064";
}
#v5adc-index {
  position: fixed;
  width: 20em;
  max-width: 49vw;
  top: 26rem;
  right: 0;
  display: flex;
  padding: 0 0 0 0.8em;
  bottom: 3.75rem;
  transition: 0.25s linear;
  font-size: 0.9em;
}
#v5adc-index.triggered {
  transform: translate(100%);
  transition: 0.25s linear;
}
@media only screen and (max-width: 840px) {
  #v5adc-index {
    transform: translate(100%);
  }
  #v5adc-index.triggered {
    transform: translate(0);
    transition: 0.25s linear;
  }
}
#v5adc-index .adc-inner {
  padding: 0.8em 0.8em 0.4em 0.8em;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  max-height: 100%;
  overflow-y: auto;
  flex: 1 1 auto;
  -webkit-backdrop-filter: blur(5px) saturate(120%);
  backdrop-filter: blur(5px) saturate(120%);
}
#v5adc-index .adc-inner h2 {
  margin: 0;
  padding: 0 0 0.4em 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
}
#v5adc-index h2 {
  margin-top: 0;
}
#v5adc-index ol {
  margin: 0;
  padding: 0.4em 0;
  list-style-type: none;
}
#v5adc-index ol li {
  margin: 0.4em 0;
}
#v5adc-index ol li.v5adc-index-level-h1 {
  font-weight: 700;
}
#v5adc-index ol li.v5adc-index-level-h2 {
  margin-left: 0.8em;
  font-weight: 700;
}
#v5adc-index ol li.v5adc-index-level-h3 {
  margin-left: 1.2em;
  font-size: 0.9em;
}
#v5adc-index ol {
  counter-reset: list-section;
  /* Creates a new instance of the section counter with each ol element */
  list-style-type: none;
}
#v5adc-index ol li {
  display: flex;
}
#v5adc-index ol li a {
  order: 3;
}
#v5adc-index ol li::before {
  counter-increment: list-section;
  /* Increments only this instance of the section counter */
  content: counters(list-section, ".") " ";
  /* Combines the values of all instances of the section counter, separated by a period */
  margin-right: 0.4em;
  padding: 0.2rem 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  order: 1;
}
#v5adc-index ol li:after {
  padding: 0.2rem 0.4rem;
  background: #002a52;
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.9em;
  order: 2;
  align-items: flex-start;
}
#v5adc-index ol {
  display: block;
  list-styl-type: none;
  padding: 0;
  margin: 0;
}
#v5adc-index ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto 1fr;
  padding: 0;
  margin: 0.4em 0;
}
#v5adc-index ol li:before {
  order: 1;
  flex: 0 0 auto;
  grid-column: 1;
  grid-row: 1;
}
#v5adc-index ol li:after {
  order: 2;
  flex: 0 0 auto;
  display: block;
  grid-column: 2;
  grid-row: 1;
  margin-right: 0.4em;
}
#v5adc-index ol li a {
  order: 3;
  flex: 1 1 5em;
  padding: 0.2rem 0;
  grid-column: 3;
  grid-row: 1;
  display: block;
}
#v5adc-index ol li ol {
  flex: 1 1 100%;
  order: 4;
  grid-column: 2 / span 3;
  grid-row: 2;
}
#v5adc-index ol li ol:empty {
  display: none;
}
#v5adc-index ol li.v5adc-index-level-h2:after {
  padding: 0.2rem 0.4rem;
  background: rgba(0, 42, 82, 0.9);
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.9em;
  order: 2;
  align-items: flex-start;
}
#v5adc-index ol li.v5adc-index-level-h3:after {
  padding: 0.2rem 0.4rem;
  background: rgba(0, 42, 82, 0.8);
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.9em;
  order: 2;
  align-items: flex-start;
}
#v5adc-index ol li.v5adc-index-level-h4:after {
  padding: 0.2rem 0.4rem;
  background: rgba(0, 42, 82, 0.7);
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.9em;
  order: 2;
  align-items: flex-start;
}
#v5adc-index ol li.v5adc-index-level-h5:after {
  padding: 0.2rem 0.4rem;
  background: rgba(0, 42, 82, 0.6);
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.9em;
  order: 2;
  align-items: flex-start;
}
#v5adc-index ol li.v5adc-index-level-h6:after {
  padding: 0.2rem 0.4rem;
  background: rgba(0, 42, 82, 0.5);
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.9em;
  order: 2;
  align-items: flex-start;
}
#v5adc-index ol li.header-warning:after {
  padding: 0.2rem 0.4rem;
  background: #ee4266;
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.9em;
  order: 2;
  align-items: flex-start;
}
.extract-preview-mode #v5adc-index ol li:after {
  content: "h" attr(data-hlevel);
}
#v5adc-original-doc-info {
  position: fixed;
  top: 26rem;
  left: 0;
  width: 18em;
  max-width: 49vw;
  padding: 0 0.8em 0 0;
  transition: 0.25s linear;
}
#v5adc-original-doc-info.triggered {
  transform: translate(-100%);
  transition: 0.25s linear;
}
#v5adc-original-doc-info .adc-inner {
  padding: 0.8em 0.8em 0.4em 0.8em;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  max-height: 100%;
  overflow-y: auto;
  flex: 1 1 auto;
  -webkit-backdrop-filter: blur(5px) saturate(120%);
  backdrop-filter: blur(5px) saturate(120%);
  font-size: 0.8em;
}
#v5adc-original-doc-info .adc-inner h2 {
  margin: 0;
  padding: 0 0 0.4em 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
}
#v5adc-original-doc-info .v5adc-menu-expired {
  margin: 0 0 0.8em 0;
}
#v5adc-original-doc-info .v5adc-menu-expired .v5adc-menu-expired-message {
  margin: 0.2em 0;
  border: 1px solid #ffb81c;
  background: rgba(255, 184, 28, 0.2);
  padding: 0.2em 0.8em;
  border-radius: 4px;
  color: #593e03;
}
#v5adc-original-doc-info h2 {
  margin: 0;
  border: none;
}
#v5adc-original-doc-info .odc-info-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#v5adc-original-doc-info .odc-info-list .odc-info-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.4em;
}
#v5adc-original-doc-info .odc-info-list .odc-info-item:first-child {
  border-top: none;
}
#v5adc-original-doc-info .odc-info-list .odc-info-item .label:first-child {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  margin: 0.4em 0;
  color: rgba(0, 0, 0, 0.6);
}
#v5adc-original-doc-info .odc-info-list .odc-info-item .v5adc-download-original {
  background: none;
  display: inline-block;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin: 0.4em 0.8em 0 0;
  border-radius: 30px;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #005eb8;
  color: #005eb8;
  transition: 0.4s linear;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
#v5adc-original-doc-info .odc-info-list .odc-info-item .v5adc-download-original:hover {
  background: #005eb8;
  color: white;
  transition: 0.25s linear;
}
#v5adc-original-doc-info .odc-info-list .odc-info-item .v5adc-download-original:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ed";
  display: inline-block;
  margin-right: 4px;
}
/* ==========================================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
a[href]:after {
				content: " (" attr(href) ")";
				}
*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    margin: 1em ;
    padding: 0 !important;
  }
  #v5adc-top,
  #v5adc-original-doc-info,
  #v5adc-index {
    display: none;
  }
  #v5adc-main {
    margin: 0 !important;
    padding: 0 !important;
  }
  #v5adc-main .adc-inner {
    max-width: auto !important;
  }
}
.type-slideshow.default .cycle-slideshow,
.type-slideshow.primary-slideshow .cycle-slideshow,
.type-slideshow.accented .cycle-slideshow {
  position: relative;
  padding: 0;
  margin: 0;
}
.type-slideshow.default .cycle-slideshow:hover .slider-controls,
.type-slideshow.primary-slideshow .cycle-slideshow:hover .slider-controls,
.type-slideshow.accented .cycle-slideshow:hover .slider-controls,
.type-slideshow.default .cycle-slideshow:focus .slider-controls,
.type-slideshow.primary-slideshow .cycle-slideshow:focus .slider-controls,
.type-slideshow.accented .cycle-slideshow:focus .slider-controls,
.type-slideshow.default .cycle-slideshow:active .slider-controls,
.type-slideshow.primary-slideshow .cycle-slideshow:active .slider-controls,
.type-slideshow.accented .cycle-slideshow:active .slider-controls {
  opacity: 0.85;
}
.type-slideshow.default .cycle-slideshow .slider,
.type-slideshow.primary-slideshow .cycle-slideshow .slider,
.type-slideshow.accented .cycle-slideshow .slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 500px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #d8d8d8;
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider,
  .type-slideshow.accented .cycle-slideshow .slider {
    height: 847px !important;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides {
  height: 500px;
  width: 100% !important;
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides {
    height: 847px !important;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(1em, 1fr) repeat(3, minmax(-webkit-min-content, 433.33333333px)) minmax(1em, 1fr);
  grid-template-columns: minmax(1em, 1fr) repeat(3, minmax(min-content, 433.33333333px)) minmax(1em, 1fr);
  grid-template-rows: minmax(500px, -webkit-max-content);
  grid-template-rows: minmax(500px, max-content);
  grid-template-areas: "left-side left-mid right-side right-side";
  background: #fff;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper {
    display: -ms-grid;
    -ms-grid-columns: 1fr 613px 613px 1fr;
    -ms-grid-rows: 1fr;
    -ms-overflow-x: hidden;
  }
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 243px 1fr;
    grid-template-areas: "top" "bottom";
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-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;";
  grid-area: right-side;
  grid-area: 1 / 3 / 2 / 6;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper img {
    font-family: "object-fit: cover; object-position: center center;";
  }
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper img,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper img {
    padding-left: 0;
    grid-area: top;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper:before,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper:before {
  content: "";
  background: #fff;
  z-index: 1;
  grid-area: 1/3/2/4;
  -webkit-clip-path: polygon(0 100%, 30% 0, 0 0, 0 100%);
  clip-path: polygon(0 100%, 30% 0, 0 0, 0 100%);
  margin-left: -1px;
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:before:before,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper:before:before,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper:before:before {
    content: none;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay {
  grid-area: left-mid;
  background: #fff;
  color: #4F4E4E;
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  grid-area: 1 / 2 / 2 / 3;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay {
    top: auto;
    right: 0;
    width: 100%;
    padding: 0px 1em 3em 1em;
    grid-area: bottom;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay {
  padding: 0 1em 0 1em;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a {
  color: #233588;
  font-weight: 700;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta {
  background-color: #233588;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  background: #233588;
  margin-top: 2em;
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta,
  .type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta {
    min-width: 0;
    width: 100%;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:after,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:after,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #2d45b1;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover:after,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover:after,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover:after,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus:after,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus:after,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus:after,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active:after,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active:after,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus {
  outline: 2px dotted grey !important;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:after,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:after,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:after {
  content: none;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h2,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h2,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h2,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h3,
.type-slideshow.primary-slideshow .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h3,
.type-slideshow.accented .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h3 {
  font-size: 1.8em;
}
.type-slideshow.default .cycle-slideshow .decoration-left,
.type-slideshow.primary-slideshow .cycle-slideshow .decoration-left,
.type-slideshow.accented .cycle-slideshow .decoration-left {
  position: absolute;
  bottom: 1.5em;
  left: 3em;
  z-index: 100;
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .decoration-left,
  .type-slideshow.primary-slideshow .cycle-slideshow .decoration-left,
  .type-slideshow.accented .cycle-slideshow .decoration-left {
    left: 1em;
  }
}
.type-slideshow.default .cycle-slideshow .decoration-left a,
.type-slideshow.primary-slideshow .cycle-slideshow .decoration-left a,
.type-slideshow.accented .cycle-slideshow .decoration-left a {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0;
  color: transparent;
  border: 1px solid #233588;
  background: #233588;
  border-radius: 50%;
  margin-right: 4px;
  transition: background 0.8s ease;
}
.type-slideshow.default .cycle-slideshow .decoration-left a.activeSlide,
.type-slideshow.primary-slideshow .cycle-slideshow .decoration-left a.activeSlide,
.type-slideshow.accented .cycle-slideshow .decoration-left a.activeSlide {
  background: #FAE100;
}
.type-slideshow.default .cycle-slideshow .decoration-left a:hover,
.type-slideshow.primary-slideshow .cycle-slideshow .decoration-left a:hover,
.type-slideshow.accented .cycle-slideshow .decoration-left a:hover {
  opacity: 0.8;
}
.type-slideshow.default .cycle-slideshow .slider-controls,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls,
.type-slideshow.accented .cycle-slideshow .slider-controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  padding-right: 2em;
  opacity: 1;
  transition: opacity 0.25s ease;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 840px) {
  .type-slideshow.default .cycle-slideshow .slider-controls,
  .type-slideshow.primary-slideshow .cycle-slideshow .slider-controls,
  .type-slideshow.accented .cycle-slideshow .slider-controls {
    right: 0;
    padding-right: 1em;
    top: 2%;
    transform: translateY(0%);
  }
}
.type-slideshow.default .cycle-slideshow .slider-controls li,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li,
.type-slideshow.accented .cycle-slideshow .slider-controls li {
  margin: 0.4em 0.25em;
  display: inline-block;
  background-color: #233588;
  border: 1px solid #233588;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a,
.type-slideshow.accented .cycle-slideshow .slider-controls li a {
  font-size: 0;
  color: transparent;
  transition: all 0.25s ease;
  padding: 15px 10px;
  display: inline-block;
  width: 100%;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a:hover,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a:hover,
.type-slideshow.accented .cycle-slideshow .slider-controls li a:hover,
.type-slideshow.default .cycle-slideshow .slider-controls li a:focus,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a:focus,
.type-slideshow.accented .cycle-slideshow .slider-controls li a:focus,
.type-slideshow.default .cycle-slideshow .slider-controls li a:active,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a:active,
.type-slideshow.accented .cycle-slideshow .slider-controls li a:active {
  background-color: #fff;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a:hover:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a:hover:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a:hover:before,
.type-slideshow.default .cycle-slideshow .slider-controls li a:focus:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a:focus:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a:focus:before,
.type-slideshow.default .cycle-slideshow .slider-controls li a:active:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a:active:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a:active:before {
  color: #233588;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a:before {
  font-size: 20px;
  color: #fff;
  font-weight: 900 !important;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.previous:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a.previous:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a.previous:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.next:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a.next:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a.next:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.play-pause:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a.play-pause:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a.play-pause:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04c";
  display: inline-block;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.play-pause.paused:before,
.type-slideshow.primary-slideshow .cycle-slideshow .slider-controls li a.play-pause.paused:before,
.type-slideshow.accented .cycle-slideshow .slider-controls li a.play-pause.paused:before {
  content: "\f04b";
}
#site-content-top-row .type-slideshow {
  padding-top: 0;
}
.gradient-overlay-slideshow {
  position: relative;
}
.gradient-overlay-slideshow:hover .slider-controls,
.gradient-overlay-slideshow:focus .slider-controls,
.gradient-overlay-slideshow:active .slider-controls {
  opacity: 0.85;
}
.gradient-overlay-slideshow .slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.gradient-overlay-slideshow .slider .individual-slides {
  height: 500px;
  width: 100% !important;
  margin: 0;
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper {
  width: 100%;
  height: 100%;
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-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;";
}
@media only screen and (max-width: 840px) {
  .gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper img {
    padding-left: 0;
    padding-bottom: 40%;
  }
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay {
  background-image: linear-gradient(to right, #1b2868 0%, rgba(128, 186, 39, 0) 100%);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 3em 0;
}
@media only screen and (max-width: 840px) {
  .gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay {
    top: auto;
    right: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(270deg, #80ba27 0%, #1b2868 100%);
    padding-bottom: 0;
  }
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay {
  width: 33.333%;
}
#site-content-top-row .gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay,
#site-content-bottom-row .gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay {
  max-width: 1300px;
  padding-left: 0.5em;
  position: relative;
  margin-left: calc((100vw - 1300px) / 2);
  max-width: 25em;
}
@media only screen and (max-width: 840px) {
  #site-content-top-row .gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay,
  #site-content-bottom-row .gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay {
    padding: 0 1em;
    margin-left: 0;
    max-width: none;
    width: auto;
  }
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h2,
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h3 {
  margin: 0;
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h2:after,
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #80BA27;
  margin: 0.75em 0;
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a {
  color: #fff;
  font-weight: 700;
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta {
  background-color: #80BA27;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 840px) {
  .gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta {
    min-width: 0;
    width: 100%;
  }
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover,
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus,
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #9ad63e;
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:hover:after,
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus:after,
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.gradient-overlay-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay .slide-text-overlay a.cta:focus {
  outline: 2px dotted grey !important;
}
.gradient-overlay-slideshow .decoration-left {
  display: none;
}
.gradient-overlay-slideshow .slider-controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 1.1em;
  left: calc((100vw - 1300px) / 2);
  z-index: 100;
  padding-right: 3em;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
@media only screen and (max-width: 840px) {
  .gradient-overlay-slideshow .slider-controls {
    right: 0;
    left: auto;
    padding-right: 1em;
    bottom: auto;
    top: 0.5em;
  }
}
.gradient-overlay-slideshow .slider-controls li {
  margin: 0 0.25em;
  display: inline-block;
}
.gradient-overlay-slideshow .slider-controls li a {
  font-size: 0;
  color: transparent;
  transition: opacity 0.25s ease;
}
.gradient-overlay-slideshow .slider-controls li a:hover,
.gradient-overlay-slideshow .slider-controls li a:focus,
.gradient-overlay-slideshow .slider-controls li a:active {
  opacity: 0.5;
}
.gradient-overlay-slideshow .slider-controls li a:before {
  font-size: 20px;
  color: #fff;
  font-weight: 900 !important;
}
.gradient-overlay-slideshow .slider-controls li a.previous:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f359";
  display: inline-block;
}
.gradient-overlay-slideshow .slider-controls li a.next:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f35a";
  display: inline-block;
}
.gradient-overlay-slideshow .slider-controls li a.play-pause:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f28b";
  display: inline-block;
}
.gradient-overlay-slideshow .slider-controls li a.play-pause.paused:before {
  content: "\f144";
}
/*.slider {
	.list-reset;
	height: @cycle-height;
	overflow: hidden;
	.individual-slides {
		.list-reset;
		height: @cycle-height;
		width: 100%;
	}
	.slide-img-wrapper {
		img {
			width: 100%;
			height: auto;
		}
	}
	.slide-overlay {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 45%;
		padding: 1em;
		background: rgba(255,255,255,0.9);
		.no-rgba & {
			background: @bright-white;
		}
	}
	.slide-text-container {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		padding: 0 1em;
		background: @bright-white;
	}
}

.slider-controls,
.slider-controls li {
	.list-reset;
}

.slideshow-wrapper {
	position: relative;
}

.slider-controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
	background: @bright-white;
	padding: 0.3em;
	li {
		.inline-block;
	}
	.previous,
	.play-pause,
	.paused,
	.next {
		.bg-pos;
	}
	a {
		display: block;
		text-indent: -99999px;
		width: 21px;
		height: 21px;
		&.previous {
			#slide-controls > .back;
		}
		&.play-pause {
			#slide-controls > .pause;
			margin: 0 3px;
			&.paused {
				#slide-controls > .play;
			}
		}
		&.next {
			#slide-controls > .forward;
		}
	}
}*/
.jcarousel-clip {
  height: 270px;
  overflow: hidden;
}
.jcarousel,
.jcarousel li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jcarousel .slide-img-wrapper img {
  width: 100%;
  height: auto;
}
.jcarousel .individual-slides {
  height: 270px;
  position: relative;
}
.jcarousel .slide-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
}
.no-rgba .jcarousel .slide-text-overlay {
  background: #fff;
}
.jcarousel .slide-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
}
.jcarousel-prev,
.jcarousel-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: #ddd;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  cursor: hand;
  cursor: pointer;
}
.jcarousel-prev .carousel-control,
.jcarousel-next .carousel-control {
  width: 20px;
  height: 20px;
}
.jcarousel-prev {
  left: -20px;
}
.jcarousel-prev .carousel-control {
  background-image: url("../images/slideshows/controls1-16px-k/back.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.jcarousel-prev .carousel-control:focus,
.jcarousel-prev .carousel-control:hover,
.jcarousel-prev .carousel-control:active {
  background-image: url("../images/slideshows/controls1-16px-w/back.png");
}
.jcarousel-next {
  right: -20px;
}
.jcarousel-next .carousel-control {
  background-image: url("../images/slideshows/controls1-16px-k/forward.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.jcarousel-next .carousel-control:focus,
.jcarousel-next .carousel-control:hover,
.jcarousel-next .carousel-control:active {
  background-image: url("../images/slideshows/controls1-16px-w/forward.png");
}
.no-headline .content-headline {
  display: none;
}
.alerts-placement {
  background: #fceeed;
}
#container #main-content #site-content-top-row .alerts-placement .placement-inner {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
  padding: 0 0.5em;
}
.alerts-placement .main-editor-output {
  padding: 2em 0;
  overflow: hidden;
}
.alerts-placement .main-editor-output h2,
.alerts-placement .main-editor-output > p {
  color: #DA291C;
  float: left;
  width: 32%;
}
@media only screen and (max-width: 840px) {
  .alerts-placement .main-editor-output h2,
  .alerts-placement .main-editor-output > p {
    float: none;
    width: 100%;
  }
}
.alerts-placement .main-editor-output h2 {
  margin: 0;
  position: relative;
  padding-left: 1.6em;
}
@media only screen and (max-width: 840px) {
  .alerts-placement .main-editor-output h2 {
    padding-left: 0;
  }
}
.alerts-placement .main-editor-output h2:before {
  position: absolute;
  top: 4px;
  left: 3px;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06a";
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (max-width: 840px) {
  .alerts-placement .main-editor-output h2:before {
    display: none;
  }
}
.alerts-placement .main-editor-output > p {
  clear: left;
  padding-left: 2.4em;
  order: 999;
  flex: 0 0 100%;
  position: relative;
}
@media only screen and (max-width: 840px) {
  .alerts-placement .main-editor-output > p {
    padding-left: 0;
  }
}
.alerts-placement .main-editor-output aside {
  margin-left: 35%;
  position: relative;
}
@media only screen and (max-width: 840px) {
  .alerts-placement .main-editor-output aside {
    margin-left: 0;
  }
}
.alerts-placement .main-editor-output aside:before {
  content: "";
  position: absolute;
  left: -4%;
  top: -1em;
  bottom: -1em;
  width: 2px;
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 840px) {
  .alerts-placement .main-editor-output aside:before {
    display: none;
  }
}
.call-out-text {
  background: linear-gradient(0deg, rgba(0, 48, 135, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
.call-out-text .placement-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em 3em;
}
@media only screen and (max-width: 840px) {
  .call-out-text .placement-inner {
    padding: 3em 1em;
  }
}
.call-out-text .placement-inner .content-headline h2,
.call-out-text .placement-inner .content-headline h3 {
  margin: 0;
  padding-bottom: 0.5em;
  color: #233588;
}
.call-out-text .placement-inner .content-headline:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #80BA27;
  margin-bottom: 0.75em;
}
.call-out-text .main-editor-output a.cta {
  background-color: #80BA27;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 840px) {
  .call-out-text .main-editor-output a.cta {
    min-width: 0;
    width: 100%;
  }
}
.call-out-text .main-editor-output a.cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.call-out-text .main-editor-output a.cta:hover,
.call-out-text .main-editor-output a.cta:focus,
.call-out-text .main-editor-output a.cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #9ad63e;
}
.call-out-text .main-editor-output a.cta:hover:after,
.call-out-text .main-editor-output a.cta:focus:after,
.call-out-text .main-editor-output a.cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.call-out-text .main-editor-output a.cta:focus {
  outline: 2px dotted grey !important;
}
.image-overlay-menu {
  position: relative;
  overflow: hidden;
}
.image-overlay-menu .placement-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-overlay-menu .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.image-overlay-menu .content-main-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233588;
  background-image: linear-gradient(to right, #1b2868 0%, #263a94 100%);
  opacity: 0.5;
  z-index: 2;
}
.image-overlay-menu .content-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  filter: saturate(0.7);
}
.image-overlay-menu .menu {
  padding: 0 3em;
}
@media only screen and (max-width: 840px) {
  .image-overlay-menu .menu {
    padding: 3em 1.5em;
  }
}
.image-overlay-menu .menu .menu-item {
  margin: 1em 0;
}
.image-overlay-menu .menu .menu-item a:hover,
.image-overlay-menu .menu .menu-item a:focus,
.image-overlay-menu .menu .menu-item a:active {
  text-decoration: none;
}
.image-overlay-menu .menu .menu-item a:hover .main-image-wrapper,
.image-overlay-menu .menu .menu-item a:focus .main-image-wrapper,
.image-overlay-menu .menu .menu-item a:active .main-image-wrapper {
  opacity: 1;
}
.image-overlay-menu .menu .menu-item a .main-image-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none !important;
  z-index: 0;
}
.image-overlay-menu .menu .menu-item a .main-image-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233588;
  background-image: linear-gradient(to right, #1b2868 0%, #263a94 100%);
  opacity: 0.5;
}
.image-overlay-menu .menu .menu-item a .main-image-wrapper img {
  -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;";
  filter: saturate(0.7);
  width: 100%;
  height: 100%;
}
.image-overlay-menu .menu .menu-item a .main-link-text {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #fff;
  padding: 0.5em 1em;
  font-weight: 400;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: text-indent 0.3s ease;
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  padding: 0.7em 1em;
}
.image-overlay-menu .menu .menu-item a .main-link-text:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a9";
  display: inline-block;
  float: right;
  margin-top: 3px;
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
}
.image-overlay-menu .menu .menu-item a .main-link-text:hover,
.image-overlay-menu .menu .menu-item a .main-link-text:focus,
.image-overlay-menu .menu .menu-item a .main-link-text:active {
  text-decoration: none;
  text-indent: 6px;
}
.image-overlay-menu .menu .menu-item a .main-link-text:hover:after,
.image-overlay-menu .menu .menu-item a .main-link-text:focus:after,
.image-overlay-menu .menu .menu-item a .main-link-text:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.image-only .content-headline {
  display: none;
}
.image-only .content-main-image {
  height: 500px;
}
@media only screen and (max-width: 840px) {
  .image-only .content-main-image {
    height: 250px;
  }
}
.image-only 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;";
}
.image-only.narrow {
  flex: 1 1 25%;
}
.image-only.narrow .content-main-image {
  height: auto;
}
.fs-base {
  position: relative;
  padding: 2em 0 !important;
}
.fs-base .content-headline h2,
.fs-base .content-headline h3 {
  margin-top: 0;
  margin-bottom: 0.58em;
}
.fs-base:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: calc(((100vw - 1300px) / 2) + 1px);
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .fs-base:before {
    width: 2vw;
  }
}
.fs-base:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: calc(((100vw - 1300px) / 2) + 1px);
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .fs-base:after {
    width: 2vw;
  }
}
.fs-color2 {
  background: #005EB8;
}
.fs-color2:before,
.fs-color2:after {
  background: #005EB8;
}
.fs-color2.pale {
  background: #e6eff8;
}
.fs-color2.pale:before,
.fs-color2.pale:after {
  background: #e6eff8;
}
.fs-color2-grad {
  background: #005EB8;
  background-image: linear-gradient(270deg, rgba(0, 94, 184, 0) 0%, rgba(0, 94, 184, 0.1) 100%);
}
.fs-color2-grad:before,
.fs-color2-grad:after {
  background: #005EB8;
}
.fs-color2-grad.pale {
  background: #e6eff8;
}
.fs-color2-grad.pale:before,
.fs-color2-grad.pale:after {
  background: #e6eff8;
}
.contact-us-bar {
  position: relative;
  padding: 2em 0 !important;
  background-image: linear-gradient(270deg, rgba(35, 53, 136, 0) 0%, rgba(35, 53, 136, 0.1) 100%);
  background: transparent;
}
.contact-us-bar .content-headline h2,
.contact-us-bar .content-headline h3 {
  margin-top: 0;
  margin-bottom: 0.58em;
}
.contact-us-bar:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: calc(((100vw - 1300px) / 2) + 1px);
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .contact-us-bar:before {
    width: 2vw;
  }
}
.contact-us-bar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: calc(((100vw - 1300px) / 2) + 1px);
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .contact-us-bar:after {
    width: 2vw;
  }
}
.contact-us-bar:before,
.contact-us-bar:after {
  display: none;
}
#site-footer-row .contact-us-bar {
  background-image: none;
  position: relative;
  margin-bottom: 2.5em;
}
#site-footer-row .contact-us-bar:before {
  display: block;
  content: "";
  background-image: linear-gradient(270deg, #ffffff 0%, #e9ebf3 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 99.6vw;
  transform: translateX(-50vw);
  z-index: 0;
}
.contact-us-bar .main-editor-output {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.contact-us-bar .main-editor-output > p:first-child {
  order: 1;
  flex: 1 1 auto;
  color: #233588 !important;
}
.contact-us-bar .main-editor-output > p:first-child * {
  color: #233588 !important;
}
#site-footer-row .contact-us-bar .main-editor-output .icon-cta {
  color: #fff;
}
.contact-us-bar .main-editor-output aside {
  order: 2;
  flex: 1 1 auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 840px) {
  .contact-us-bar .main-editor-output aside {
    display: block;
    text-align: left;
  }
}
.contact-us-bar .main-editor-output aside a {
  margin-left: 1.2em;
}
@media only screen and (max-width: 840px) {
  .contact-us-bar .main-editor-output aside a {
    margin-left: 0;
    display: block;
  }
}
.page-banner {
  position: relative;
}
.page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 99.4vw;
  transform: translateX(-50vw);
  z-index: -1;
}
@media only screen and (max-width: 840px) {
  .page-banner:before {
    width: 100vw;
  }
}
.page-banner .content-headline {
  display: none;
}
.page-banner .placement-inner {
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
}
.page-banner .content-wrapper-inner {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 840px) {
  .page-banner .content-wrapper-inner {
    display: block;
  }
}
.page-banner .content-wrapper-inner .content-main-image {
  order: 2;
  flex: 1 1 auto;
  padding-left: 2em;
  max-height: 300px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page-banner .content-wrapper-inner .content-main-image {
    flex: 1 1 45%;
  }
}
@media only screen and (max-width: 840px) {
  .page-banner .content-wrapper-inner .content-main-image {
    overflow: hidden;
    order: 1;
    flex: 0 0 100%;
    padding-left: 0;
    margin: 0 calc(-2vw - 0.5em);
    max-height: none;
    height: 180px;
  }
}
.page-banner .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;
  font-family: "object-fit: cover; object-position: center center;";
}
.page-banner .content-wrapper-inner .main-editor-output {
  order: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4em;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page-banner .content-wrapper-inner .main-editor-output {
    flex: 1 1 45%;
  }
}
@media only screen and (max-width: 840px) {
  .page-banner .content-wrapper-inner .main-editor-output {
    order: 2;
    flex: 0 0 100%;
    padding: 1.5em 0;
  }
}
.page-banner .content-wrapper-inner .main-editor-output > h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-banner.primary {
  background-color: #233588;
  color: #fff;
}
.page-banner.primary.pale {
  background: #e9ebf3;
  color: #4F4E4E;
}
.page-banner.primary.pale:before {
  background: #e9ebf3;
}
.page-banner.primary.grad {
  background-image: linear-gradient(270deg, #19255f 0%, #283d9c 100%);
}
.page-banner.color2 {
  background-color: #005EB8;
  color: #fff;
}
.page-banner.color2.pale {
  background: #e6eff8;
  color: #4F4E4E;
}
.page-banner.color2.pale:before {
  background: #e6eff8;
}
.page-banner.color2.grad {
  background-image: linear-gradient(270deg, #004485 0%, #006bd2 100%);
}
.page-banner.purple-pink {
  background-color: #330072;
  color: #fff;
  background-image: linear-gradient(to right, #330072 0%, #AE2573 100%) !important;
}
.page-banner.purple-pink.pale {
  background: #ebe6f1;
  color: #4F4E4E;
}
.page-banner.purple-pink.pale:before {
  background: #ebe6f1;
}
.page-banner.purple-pink.grad {
  background-image: linear-gradient(270deg, #1c003f 0%, #3e008c 100%);
}
.page-banner.blue-aqua {
  background-color: #003087;
  color: #fff;
  background-image: linear-gradient(to right, #003087 0%, #00A499 100%) !important;
}
.page-banner.blue-aqua.pale {
  background: #e6eaf3;
  color: #4F4E4E;
}
.page-banner.blue-aqua.pale:before {
  background: #e6eaf3;
}
.page-banner.blue-aqua.grad {
  background-image: linear-gradient(270deg, #001e54 0%, #0039a1 100%);
}
.accordion-color-primary {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
.accordion-color-primary .placement-inner {
  padding: 0;
  position: relative;
}
#container .accordion-color-primary .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  outline: none !important;
  transition: border-radius 0.33s ease;
  border: none;
}
#container .accordion-color-primary .placement-inner .actn-show-content .content-headline,
#container .accordion-color-primary .placement-inner .actn-show-content .item-headline {
  background-color: #e9ebf3;
  border-radius: 6px;
}
#container .accordion-color-primary .placement-inner .actn-show-content .content-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content .item-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content .content-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content .item-headline h3 {
  color: #233588;
  border-bottom: none;
}
#container .accordion-color-primary .placement-inner .actn-show-content:hover .content-headline,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .content-headline,
#container .accordion-color-primary .placement-inner .actn-show-content:active .content-headline,
#container .accordion-color-primary .placement-inner .actn-show-content.open .content-headline,
#container .accordion-color-primary .placement-inner .actn-show-content:hover .item-headline,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .item-headline,
#container .accordion-color-primary .placement-inner .actn-show-content:active .item-headline,
#container .accordion-color-primary .placement-inner .actn-show-content.open .item-headline {
  background: #233588;
}
#container .accordion-color-primary .placement-inner .actn-show-content:hover .content-headline:before,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .content-headline:before,
#container .accordion-color-primary .placement-inner .actn-show-content:active .content-headline:before,
#container .accordion-color-primary .placement-inner .actn-show-content.open .content-headline:before,
#container .accordion-color-primary .placement-inner .actn-show-content:hover .item-headline:before,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .item-headline:before,
#container .accordion-color-primary .placement-inner .actn-show-content:active .item-headline:before,
#container .accordion-color-primary .placement-inner .actn-show-content.open .item-headline:before {
  color: #fff;
}
#container .accordion-color-primary .placement-inner .actn-show-content:hover .content-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .content-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content:active .content-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content.open .content-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content:hover .item-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .item-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content:active .item-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content.open .item-headline h2,
#container .accordion-color-primary .placement-inner .actn-show-content:hover .content-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .content-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content:active .content-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content.open .content-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content:hover .item-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content:focus .item-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content:active .item-headline h3,
#container .accordion-color-primary .placement-inner .actn-show-content.open .item-headline h3 {
  color: #fff;
  border-bottom: none;
}
#container .accordion-color-primary .placement-inner .actn-show-content:focus {
  outline: 2px dotted grey !important;
}
.accordion-color-primary .placement-inner .actn-show-content.open .content-headline:before {
  content: "\f106";
}
.accordion-color-primary .placement-inner .content-headline,
.accordion-color-primary .placement-inner .item-headline {
  position: relative;
  padding: 1em 4em 1em 1em;
  cursor: pointer;
  transition: color 0.33s ease, background-color 0.33s ease, opacity 0.33s ease;
  background-color: #dee1ed;
}
.accordion-color-primary .placement-inner .content-headline:before,
.accordion-color-primary .placement-inner .item-headline:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  font-size: 24px;
  width: 24px;
  color: #233588;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
}
.accordion-color-primary .placement-inner .content-headline h2,
.accordion-color-primary .placement-inner .item-headline h2,
.accordion-color-primary .placement-inner .content-headline h3,
.accordion-color-primary .placement-inner .item-headline h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  border-bottom: none;
}
.col .accordion-color-primary .placement-inner .content-headline h2,
.col .accordion-color-primary .placement-inner .item-headline h2,
.col .accordion-color-primary .placement-inner .content-headline h3,
.col .accordion-color-primary .placement-inner .item-headline h3 {
  font-size: 1em;
}
.accordion-color-primary .placement-inner .content-wrapper-inner {
  padding: 1.5em 3em 1.5em 2.5em;
  background-color: #e9ebf3;
  display: none;
}
.accordion-color-primary .placement-inner .content-wrapper-inner .main-editor-output {
  border-bottom: none !important;
}
.col .accordion-color-primary .placement-inner .content-wrapper-inner {
  padding: 1em;
}
@media only screen and (max-width: 840px) {
  .accordion-color-primary .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-color-primary .placement-inner p a {
  color: #233588;
}
.accordion-color-primary .text-content-collection .list-content-item {
  margin-bottom: 1em;
}
.accordion-color-primary .text-content-collection .list-content-item:last-child {
  margin-bottom: 0;
}
.accordion-color-primary.menu-acc {
  display: none;
  border-top: 1px solid #E8EDEE;
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .accordion-color-primary.menu-acc .placement-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 840px) {
  .accordion-color-primary.menu-acc {
    display: block;
  }
  .accordion-color-primary.menu-acc .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: inline-block;
  }
  .accordion-color-primary.menu-acc .content-headline h2 {
    padding-bottom: 0;
    margin: 0 !important;
    padding: 0.5em 0;
  }
  .accordion-color-primary.menu-acc .open .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: inline-block;
  }
}
.accordion-color-secondary {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
.accordion-color-secondary .placement-inner {
  padding: 0;
  position: relative;
}
#container .accordion-color-secondary .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  outline: none !important;
  transition: border-radius 0.33s ease;
  border: none;
}
#container .accordion-color-secondary .placement-inner .actn-show-content .content-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content .item-headline {
  background-color: #f2f8e9;
  border-radius: 6px;
}
#container .accordion-color-secondary .placement-inner .actn-show-content .content-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content .item-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content .content-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content .item-headline h3 {
  color: #80BA27;
  border-bottom: none;
}
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .content-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .content-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .content-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .content-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .item-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .item-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .item-headline,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .item-headline {
  background: #80BA27;
}
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .content-headline:before,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .content-headline:before,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .content-headline:before,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .content-headline:before,
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .item-headline:before,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .item-headline:before,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .item-headline:before,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .item-headline:before {
  color: #fff;
}
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .content-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .content-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .content-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .content-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .item-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .item-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .item-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .item-headline h2,
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .content-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .content-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .content-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .content-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content:hover .item-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content:focus .item-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content:active .item-headline h3,
#container .accordion-color-secondary .placement-inner .actn-show-content.open .item-headline h3 {
  color: #fff;
  border-bottom: none;
}
#container .accordion-color-secondary .placement-inner .actn-show-content:focus {
  outline: 2px dotted grey !important;
}
.accordion-color-secondary .placement-inner .actn-show-content.open .content-headline:before {
  content: "\f106";
}
.accordion-color-secondary .placement-inner .content-headline,
.accordion-color-secondary .placement-inner .item-headline {
  position: relative;
  padding: 1em 4em 1em 1em;
  cursor: pointer;
  transition: color 0.33s ease, background-color 0.33s ease, opacity 0.33s ease;
  background-color: #ecf5df;
}
.accordion-color-secondary .placement-inner .content-headline:before,
.accordion-color-secondary .placement-inner .item-headline:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  font-size: 24px;
  width: 24px;
  color: #80BA27;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
}
.accordion-color-secondary .placement-inner .content-headline h2,
.accordion-color-secondary .placement-inner .item-headline h2,
.accordion-color-secondary .placement-inner .content-headline h3,
.accordion-color-secondary .placement-inner .item-headline h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  border-bottom: none;
}
.col .accordion-color-secondary .placement-inner .content-headline h2,
.col .accordion-color-secondary .placement-inner .item-headline h2,
.col .accordion-color-secondary .placement-inner .content-headline h3,
.col .accordion-color-secondary .placement-inner .item-headline h3 {
  font-size: 1em;
}
.accordion-color-secondary .placement-inner .content-wrapper-inner {
  padding: 1.5em 3em 1.5em 2.5em;
  background-color: #f2f8e9;
  display: none;
}
.accordion-color-secondary .placement-inner .content-wrapper-inner .main-editor-output {
  border-bottom: none !important;
}
.col .accordion-color-secondary .placement-inner .content-wrapper-inner {
  padding: 1em;
}
@media only screen and (max-width: 840px) {
  .accordion-color-secondary .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-color-secondary .placement-inner p a {
  color: #80BA27;
}
.accordion-color-secondary .text-content-collection .list-content-item {
  margin-bottom: 1em;
}
.accordion-color-secondary .text-content-collection .list-content-item:last-child {
  margin-bottom: 0;
}
.accordion-color-secondary.menu-acc {
  display: none;
  border-top: 1px solid #E8EDEE;
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .accordion-color-secondary.menu-acc .placement-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 840px) {
  .accordion-color-secondary.menu-acc {
    display: block;
  }
  .accordion-color-secondary.menu-acc .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: inline-block;
  }
  .accordion-color-secondary.menu-acc .content-headline h2 {
    padding-bottom: 0;
    margin: 0 !important;
    padding: 0.5em 0;
  }
  .accordion-color-secondary.menu-acc .open .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: inline-block;
  }
}
.accordion-color-tertiary {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
.accordion-color-tertiary .placement-inner {
  padding: 0;
  position: relative;
}
#container .accordion-color-tertiary .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  outline: none !important;
  transition: border-radius 0.33s ease;
  border: none;
}
#container .accordion-color-tertiary .placement-inner .actn-show-content .content-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content .item-headline {
  background-color: #f2e8f1;
  border-radius: 6px;
}
#container .accordion-color-tertiary .placement-inner .actn-show-content .content-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content .item-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content .content-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content .item-headline h3 {
  color: #7E1974;
  border-bottom: none;
}
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .content-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .content-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .content-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .content-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .item-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .item-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .item-headline,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .item-headline {
  background: #7E1974;
}
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .content-headline:before,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .content-headline:before,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .content-headline:before,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .content-headline:before,
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .item-headline:before,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .item-headline:before,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .item-headline:before,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .item-headline:before {
  color: #fff;
}
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .content-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .content-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .content-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .content-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .item-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .item-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .item-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .item-headline h2,
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .content-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .content-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .content-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .content-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content:hover .item-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus .item-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content:active .item-headline h3,
#container .accordion-color-tertiary .placement-inner .actn-show-content.open .item-headline h3 {
  color: #fff;
  border-bottom: none;
}
#container .accordion-color-tertiary .placement-inner .actn-show-content:focus {
  outline: 2px dotted grey !important;
}
.accordion-color-tertiary .placement-inner .actn-show-content.open .content-headline:before {
  content: "\f106";
}
.accordion-color-tertiary .placement-inner .content-headline,
.accordion-color-tertiary .placement-inner .item-headline {
  position: relative;
  padding: 1em 4em 1em 1em;
  cursor: pointer;
  transition: color 0.33s ease, background-color 0.33s ease, opacity 0.33s ease;
  background-color: #ecddea;
}
.accordion-color-tertiary .placement-inner .content-headline:before,
.accordion-color-tertiary .placement-inner .item-headline:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  font-size: 24px;
  width: 24px;
  color: #7E1974;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
}
.accordion-color-tertiary .placement-inner .content-headline h2,
.accordion-color-tertiary .placement-inner .item-headline h2,
.accordion-color-tertiary .placement-inner .content-headline h3,
.accordion-color-tertiary .placement-inner .item-headline h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  border-bottom: none;
}
.col .accordion-color-tertiary .placement-inner .content-headline h2,
.col .accordion-color-tertiary .placement-inner .item-headline h2,
.col .accordion-color-tertiary .placement-inner .content-headline h3,
.col .accordion-color-tertiary .placement-inner .item-headline h3 {
  font-size: 1em;
}
.accordion-color-tertiary .placement-inner .content-wrapper-inner {
  padding: 1.5em 3em 1.5em 2.5em;
  background-color: #f2e8f1;
  display: none;
}
.accordion-color-tertiary .placement-inner .content-wrapper-inner .main-editor-output {
  border-bottom: none !important;
}
.col .accordion-color-tertiary .placement-inner .content-wrapper-inner {
  padding: 1em;
}
@media only screen and (max-width: 840px) {
  .accordion-color-tertiary .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-color-tertiary .placement-inner p a {
  color: #7E1974;
}
.accordion-color-tertiary .text-content-collection .list-content-item {
  margin-bottom: 1em;
}
.accordion-color-tertiary .text-content-collection .list-content-item:last-child {
  margin-bottom: 0;
}
.accordion-color-tertiary.menu-acc {
  display: none;
  border-top: 1px solid #E8EDEE;
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .accordion-color-tertiary.menu-acc .placement-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 840px) {
  .accordion-color-tertiary.menu-acc {
    display: block;
  }
  .accordion-color-tertiary.menu-acc .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: inline-block;
  }
  .accordion-color-tertiary.menu-acc .content-headline h2 {
    padding-bottom: 0;
    margin: 0 !important;
    padding: 0.5em 0;
  }
  .accordion-color-tertiary.menu-acc .open .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: inline-block;
  }
}
.accordion-color-fourth {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
.accordion-color-fourth .placement-inner {
  padding: 0;
  position: relative;
}
#container .accordion-color-fourth .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  outline: none !important;
  transition: border-radius 0.33s ease;
  border: none;
}
#container .accordion-color-fourth .placement-inner .actn-show-content .content-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content .item-headline {
  background-color: #ede7f2;
  border-radius: 6px;
}
#container .accordion-color-fourth .placement-inner .actn-show-content .content-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content .item-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content .content-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content .item-headline h3 {
  color: #4D0C7A;
  border-bottom: none;
}
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .content-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .content-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .content-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .content-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .item-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .item-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .item-headline,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .item-headline {
  background: #4D0C7A;
}
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .content-headline:before,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .content-headline:before,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .content-headline:before,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .content-headline:before,
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .item-headline:before,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .item-headline:before,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .item-headline:before,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .item-headline:before {
  color: #fff;
}
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .content-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .content-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .content-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .content-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .item-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .item-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .item-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .item-headline h2,
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .content-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .content-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .content-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .content-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content:hover .item-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content:focus .item-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content:active .item-headline h3,
#container .accordion-color-fourth .placement-inner .actn-show-content.open .item-headline h3 {
  color: #fff;
  border-bottom: none;
}
#container .accordion-color-fourth .placement-inner .actn-show-content:focus {
  outline: 2px dotted grey !important;
}
.accordion-color-fourth .placement-inner .actn-show-content.open .content-headline:before {
  content: "\f106";
}
.accordion-color-fourth .placement-inner .content-headline,
.accordion-color-fourth .placement-inner .item-headline {
  position: relative;
  padding: 1em 4em 1em 1em;
  cursor: pointer;
  transition: color 0.33s ease, background-color 0.33s ease, opacity 0.33s ease;
  background-color: #e4dbeb;
}
.accordion-color-fourth .placement-inner .content-headline:before,
.accordion-color-fourth .placement-inner .item-headline:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  font-size: 24px;
  width: 24px;
  color: #4D0C7A;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
}
.accordion-color-fourth .placement-inner .content-headline h2,
.accordion-color-fourth .placement-inner .item-headline h2,
.accordion-color-fourth .placement-inner .content-headline h3,
.accordion-color-fourth .placement-inner .item-headline h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  border-bottom: none;
}
.col .accordion-color-fourth .placement-inner .content-headline h2,
.col .accordion-color-fourth .placement-inner .item-headline h2,
.col .accordion-color-fourth .placement-inner .content-headline h3,
.col .accordion-color-fourth .placement-inner .item-headline h3 {
  font-size: 1em;
}
.accordion-color-fourth .placement-inner .content-wrapper-inner {
  padding: 1.5em 3em 1.5em 2.5em;
  background-color: #ede7f2;
  display: none;
}
.accordion-color-fourth .placement-inner .content-wrapper-inner .main-editor-output {
  border-bottom: none !important;
}
.col .accordion-color-fourth .placement-inner .content-wrapper-inner {
  padding: 1em;
}
@media only screen and (max-width: 840px) {
  .accordion-color-fourth .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-color-fourth .placement-inner p a {
  color: #4D0C7A;
}
.accordion-color-fourth .text-content-collection .list-content-item {
  margin-bottom: 1em;
}
.accordion-color-fourth .text-content-collection .list-content-item:last-child {
  margin-bottom: 0;
}
.accordion-color-fourth.menu-acc {
  display: none;
  border-top: 1px solid #E8EDEE;
  margin: 0;
}
@media only screen and (max-width: 840px) {
  .accordion-color-fourth.menu-acc .placement-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 840px) {
  .accordion-color-fourth.menu-acc {
    display: block;
  }
  .accordion-color-fourth.menu-acc .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: inline-block;
  }
  .accordion-color-fourth.menu-acc .content-headline h2 {
    padding-bottom: 0;
    margin: 0 !important;
    padding: 0.5em 0;
  }
  .accordion-color-fourth.menu-acc .open .content-headline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: inline-block;
  }
}
.boxed-placement .placement-inner {
  padding: 2em;
  border: solid 5px transparent;
  border-radius: 0px;
}
@media only screen and (max-width: 840px) {
  .boxed-placement .placement-inner {
    padding: 1em;
  }
}
.boxed-placement .placement-inner .content-headline h2,
.boxed-placement .placement-inner .content-headline h3 {
  margin-top: 0;
}
.box-color-1 .placement-inner {
  border-color: #b3c1db;
}
.box-color-1 .content-headline h2,
.box-color-1 .content-headline h3 {
  color: #003087;
}
.box-color-1 .main-editor-output .cta {
  background-color: #003087;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-1 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-1 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-1 .main-editor-output .cta:hover,
.box-color-1 .main-editor-output .cta:focus,
.box-color-1 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #0042ba;
}
.box-color-1 .main-editor-output .cta:hover:after,
.box-color-1 .main-editor-output .cta:focus:after,
.box-color-1 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-1 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-2 .placement-inner {
  border-color: #b3cfea;
}
.box-color-2 .content-headline h2,
.box-color-2 .content-headline h3 {
  color: #005EB8;
}
.box-color-2 .main-editor-output .cta {
  background-color: #005EB8;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-2 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-2 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-2 .main-editor-output .cta:hover,
.box-color-2 .main-editor-output .cta:focus,
.box-color-2 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #0078eb;
}
.box-color-2 .main-editor-output .cta:hover:after,
.box-color-2 .main-editor-output .cta:focus:after,
.box-color-2 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-2 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-3 .placement-inner {
  border-color: #b3d5f0;
}
.box-color-3 .content-headline h2,
.box-color-3 .content-headline h3 {
  color: #0072CE;
}
.box-color-3 .main-editor-output .cta {
  background-color: #0072CE;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-3 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-3 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-3 .main-editor-output .cta:hover,
.box-color-3 .main-editor-output .cta:focus,
.box-color-3 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #028eff;
}
.box-color-3 .main-editor-output .cta:hover:after,
.box-color-3 .main-editor-output .cta:focus:after,
.box-color-3 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-3 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-4 .placement-inner {
  border-color: #c6e9f8;
}
.box-color-4 .content-headline h2,
.box-color-4 .content-headline h3 {
  color: #41B6E6;
}
.box-color-4 .main-editor-output .cta {
  background-color: #41B6E6;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-4 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-4 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-4 .main-editor-output .cta:hover,
.box-color-4 .main-editor-output .cta:focus,
.box-color-4 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #6ec7ec;
}
.box-color-4 .main-editor-output .cta:hover:after,
.box-color-4 .main-editor-output .cta:focus:after,
.box-color-4 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-4 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-5 .placement-inner {
  border-color: #b3e5f0;
}
.box-color-5 .content-headline h2,
.box-color-5 .content-headline h3 {
  color: #00A9CE;
}
.box-color-5 .main-editor-output .cta {
  background-color: #00A9CE;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-5 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-5 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-5 .main-editor-output .cta:hover,
.box-color-5 .main-editor-output .cta:focus,
.box-color-5 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #02d2ff;
}
.box-color-5 .main-editor-output .cta:hover:after,
.box-color-5 .main-editor-output .cta:focus:after,
.box-color-5 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-5 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-6 .placement-inner {
  border-color: #bdbcbc;
}
.box-color-6 .content-headline h2,
.box-color-6 .content-headline h3 {
  color: #231f20;
}
.box-color-6 .main-editor-output .cta {
  background-color: #231f20;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-6 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-6 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-6 .main-editor-output .cta:hover,
.box-color-6 .main-editor-output .cta:focus,
.box-color-6 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #3e3739;
}
.box-color-6 .main-editor-output .cta:hover:after,
.box-color-6 .main-editor-output .cta:focus:after,
.box-color-6 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-6 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-7 .placement-inner {
  border-color: #c6ccd0;
}
.box-color-7 .content-headline h2,
.box-color-7 .content-headline h3 {
  color: #425563;
}
.box-color-7 .main-editor-output .cta {
  background-color: #425563;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-7 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-7 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-7 .main-editor-output .cta:hover,
.box-color-7 .main-editor-output .cta:focus,
.box-color-7 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #566f82;
}
.box-color-7 .main-editor-output .cta:hover:after,
.box-color-7 .main-editor-output .cta:focus:after,
.box-color-7 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-7 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-8 .placement-inner {
  border-color: #d6dbde;
}
.box-color-8 .content-headline h2,
.box-color-8 .content-headline h3 {
  color: #768692;
}
.box-color-8 .main-editor-output .cta {
  background-color: #768692;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-8 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-8 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-8 .main-editor-output .cta:hover,
.box-color-8 .main-editor-output .cta:focus,
.box-color-8 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #929fa9;
}
.box-color-8 .main-editor-output .cta:hover:after,
.box-color-8 .main-editor-output .cta:focus:after,
.box-color-8 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-8 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-9 .placement-inner {
  border-color: #f8fafa;
}
.box-color-9 .content-headline h2,
.box-color-9 .content-headline h3 {
  color: #E8EDEE;
}
.box-color-9 .main-editor-output .cta {
  background-color: #E8EDEE;
  color: #4F4E4E;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-9 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-9 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-9 .main-editor-output .cta:hover,
.box-color-9 .main-editor-output .cta:focus,
.box-color-9 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #ffffff;
}
.box-color-9 .main-editor-output .cta:hover:after,
.box-color-9 .main-editor-output .cta:focus:after,
.box-color-9 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-9 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-10 .placement-inner {
  border-color: #b3d1c8;
}
.box-color-10 .content-headline h2,
.box-color-10 .content-headline h3 {
  color: #006747;
}
.box-color-10 .main-editor-output .cta {
  background-color: #006747;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-10 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-10 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-10 .main-editor-output .cta:hover,
.box-color-10 .main-editor-output .cta:focus,
.box-color-10 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #009a6a;
}
.box-color-10 .main-editor-output .cta:hover:after,
.box-color-10 .main-editor-output .cta:focus:after,
.box-color-10 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-10 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-11 .placement-inner {
  border-color: #b3e0c4;
}
.box-color-11 .content-headline h2,
.box-color-11 .content-headline h3 {
  color: #009639;
}
.box-color-11 .main-editor-output .cta {
  background-color: #009639;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-11 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-11 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-11 .main-editor-output .cta:hover,
.box-color-11 .main-editor-output .cta:focus,
.box-color-11 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #00c94c;
}
.box-color-11 .main-editor-output .cta:hover:after,
.box-color-11 .main-editor-output .cta:focus:after,
.box-color-11 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-11 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-12 .placement-inner {
  border-color: #d7ecbc;
}
.box-color-12 .content-headline h2,
.box-color-12 .content-headline h3 {
  color: #78BE20;
}
.box-color-12 .main-editor-output .cta {
  background-color: #78BE20;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-12 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-12 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-12 .main-editor-output .cta:hover,
.box-color-12 .main-editor-output .cta:focus,
.box-color-12 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #92dd34;
}
.box-color-12 .main-editor-output .cta:hover:after,
.box-color-12 .main-editor-output .cta:focus:after,
.box-color-12 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-12 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-13 .placement-inner {
  border-color: #b3e4e0;
}
.box-color-13 .content-headline h2,
.box-color-13 .content-headline h3 {
  color: #00A499;
}
.box-color-13 .main-editor-output .cta {
  background-color: #00A499;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-13 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-13 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-13 .main-editor-output .cta:hover,
.box-color-13 .main-editor-output .cta:focus,
.box-color-13 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #00d7c9;
}
.box-color-13 .main-editor-output .cta:hover:after,
.box-color-13 .main-editor-output .cta:focus:after,
.box-color-13 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-13 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-14 .placement-inner {
  border-color: #c2b3d5;
}
.box-color-14 .content-headline h2,
.box-color-14 .content-headline h3 {
  color: #330072;
}
.box-color-14 .main-editor-output .cta {
  background-color: #330072;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-14 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-14 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-14 .main-editor-output .cta:hover,
.box-color-14 .main-editor-output .cta:focus,
.box-color-14 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #4a00a5;
}
.box-color-14 .main-editor-output .cta:hover:after,
.box-color-14 .main-editor-output .cta:focus:after,
.box-color-14 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-14 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-15 .placement-inner {
  border-color: #d8bfcc;
}
.box-color-15 .content-headline h2,
.box-color-15 .content-headline h3 {
  color: #7C2855;
}
.box-color-15 .main-editor-output .cta {
  background-color: #7C2855;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-15 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-15 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-15 .main-editor-output .cta:hover,
.box-color-15 .main-editor-output .cta:focus,
.box-color-15 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #a3346f;
}
.box-color-15 .main-editor-output .cta:hover:after,
.box-color-15 .main-editor-output .cta:focus:after,
.box-color-15 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-15 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-16 .placement-inner {
  border-color: #e7bed5;
}
.box-color-16 .content-headline h2,
.box-color-16 .content-headline h3 {
  color: #AE2573;
}
.box-color-16 .main-editor-output .cta {
  background-color: #AE2573;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-16 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-16 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-16 .main-editor-output .cta:hover,
.box-color-16 .main-editor-output .cta:focus,
.box-color-16 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #d4328e;
}
.box-color-16 .main-editor-output .cta:hover:after,
.box-color-16 .main-editor-output .cta:focus:after,
.box-color-16 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-16 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-17 .placement-inner {
  border-color: #dcb9c3;
}
.box-color-17 .content-headline h2,
.box-color-17 .content-headline h3 {
  color: #8A1538;
}
.box-color-17 .main-editor-output .cta {
  background-color: #8A1538;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-17 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-17 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-17 .main-editor-output .cta:hover,
.box-color-17 .main-editor-output .cta:focus,
.box-color-17 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #b61c4a;
}
.box-color-17 .main-editor-output .cta:hover:after,
.box-color-17 .main-editor-output .cta:focus:after,
.box-color-17 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-17 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-18 .placement-inner {
  border-color: #f4bfbb;
}
.box-color-18 .content-headline h2,
.box-color-18 .content-headline h3 {
  color: #DA291C;
}
.box-color-18 .main-editor-output .cta {
  background-color: #DA291C;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-18 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-18 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-18 .main-editor-output .cta:hover,
.box-color-18 .main-editor-output .cta:focus,
.box-color-18 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #e74d42;
}
.box-color-18 .main-editor-output .cta:hover:after,
.box-color-18 .main-editor-output .cta:focus:after,
.box-color-18 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-18 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-19 .placement-inner {
  border-color: #fadcb3;
}
.box-color-19 .content-headline h2,
.box-color-19 .content-headline h3 {
  color: #ED8B00;
}
.box-color-19 .main-editor-output .cta {
  background-color: #ED8B00;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-19 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-19 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-19 .main-editor-output .cta:hover,
.box-color-19 .main-editor-output .cta:focus,
.box-color-19 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #ffa321;
}
.box-color-19 .main-editor-output .cta:hover:after,
.box-color-19 .main-editor-output .cta:focus:after,
.box-color-19 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-19 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-20 .placement-inner {
  border-color: #ffeabb;
}
.box-color-20 .content-headline h2,
.box-color-20 .content-headline h3 {
  color: #FFB81C;
}
.box-color-20 .main-editor-output .cta {
  background-color: #FFB81C;
  color: #4F4E4E;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-20 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-20 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-20 .main-editor-output .cta:hover,
.box-color-20 .main-editor-output .cta:focus,
.box-color-20 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #ffc84f;
}
.box-color-20 .main-editor-output .cta:hover:after,
.box-color-20 .main-editor-output .cta:focus:after,
.box-color-20 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-20 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.box-color-21 .placement-inner {
  border-color: #fef6b3;
}
.box-color-21 .content-headline h2,
.box-color-21 .content-headline h3 {
  color: #FAE100;
}
.box-color-21 .main-editor-output .cta {
  background-color: #FAE100;
  color: #4F4E4E;
  display: inline-block;
  min-width: 250px;
  padding: 1em 2.5em;
  font-weight: bold;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .box-color-21 .main-editor-output .cta {
    min-width: 0;
    width: 100%;
  }
}
.box-color-21 .main-editor-output .cta:after {
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  text-indent: 0 !important;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -8px;
}
.box-color-21 .main-editor-output .cta:hover,
.box-color-21 .main-editor-output .cta:focus,
.box-color-21 .main-editor-output .cta:active {
  text-decoration: none;
  transform: translateY(-2px);
  background-color: #ffea2e;
}
.box-color-21 .main-editor-output .cta:hover:after,
.box-color-21 .main-editor-output .cta:focus:after,
.box-color-21 .main-editor-output .cta:active:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.box-color-21 .main-editor-output .cta:focus {
  outline: 2px dotted grey !important;
}
.text-over-image-banner {
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.text-over-image-banner .content-main-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 99.4vw;
  transform: translateX(-50vw);
  z-index: 0;
}
.text-over-image-banner .content-main-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.text-over-image-banner .content-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.text-over-image-banner .content-item-inner {
  padding: 4em 0;
}
.placement-row-wrapper:nth-child(odd) .text-over-image-banner .content-item-inner {
  padding: 4em 0 4em 30%;
}
@media only screen and (max-width: 840px) {
  .placement-row-wrapper:nth-child(odd) .text-over-image-banner .content-item-inner {
    padding: 2em 0;
  }
}
.placement-row-wrapper:nth-child(even) .text-over-image-banner .content-item-inner {
  padding: 4em 30% 4em 0;
}
@media only screen and (max-width: 840px) {
  .placement-row-wrapper:nth-child(even) .text-over-image-banner .content-item-inner {
    padding: 2em 0;
  }
}
.text-over-image-banner .content-headline,
.text-over-image-banner .main-editor-output {
  position: relative;
  z-index: 2;
  color: #fff;
}
.text-over-image-banner .content-headline h2,
.text-over-image-banner .content-headline h3 {
  margin: 0;
  color: #fff;
}
.text-over-image-banner.primary .content-main-image:before {
  background: linear-gradient(to right, rgba(35, 53, 136, 0.7) 0%, rgba(128, 186, 39, 0.7) 100%);
}
.text-over-image-banner.color1 .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 33, 94, 0.7) 0%, rgba(0, 53, 150, 0.7) 100%);
}
.text-over-image-banner.color2 .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 73, 143, 0.7) 0%, rgba(0, 102, 199, 0.7) 100%);
}
.text-over-image-banner.color3 .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 91, 165, 0.7) 0%, rgba(0, 122, 221, 0.7) 100%);
}
.text-over-image-banner.color4 .content-main-image:before {
  background: linear-gradient(to right, rgba(30, 168, 225, 0.7) 0%, rgba(79, 187, 232, 0.7) 100%);
}
.text-over-image-banner.color5 .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 136, 165, 0.7) 0%, rgba(0, 182, 221, 0.7) 100%);
}
.text-over-image-banner.color6 .content-main-image:before {
  background: linear-gradient(to right, rgba(13, 12, 12, 0.7) 0%, rgba(43, 38, 39, 0.7) 100%);
}
.text-over-image-banner.color7 .content-main-image:before {
  background: linear-gradient(to right, rgba(50, 64, 75, 0.7) 0%, rgba(72, 93, 108, 0.7) 100%);
}
.text-over-image-banner.color8 .content-main-image:before {
  background: linear-gradient(to right, rgba(99, 113, 124, 0.7) 0%, rgba(127, 142, 153, 0.7) 100%);
}
.text-over-image-banner.color9 .content-main-image:before {
  background: linear-gradient(to right, rgba(209, 219, 221, 0.7) 0%, rgba(241, 244, 245, 0.7) 100%);
}
.text-over-image-banner.color10 .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 62, 43, 0.7) 0%, rgba(0, 118, 82, 0.7) 100%);
}
.text-over-image-banner.color11 .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 109, 41, 0.7) 0%, rgba(0, 165, 63, 0.7) 100%);
}
.text-over-image-banner.color12 .content-main-image:before {
  background: linear-gradient(to right, rgba(98, 155, 26, 0.7) 0%, rgba(128, 203, 34, 0.7) 100%);
}
.text-over-image-banner.color13 .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 123, 115, 0.7) 0%, rgba(0, 179, 167, 0.7) 100%);
}
.text-over-image-banner.color14 .content-main-image:before {
  background: linear-gradient(to right, rgba(33, 0, 73, 0.7) 0%, rgba(58, 0, 129, 0.7) 100%);
}
.text-over-image-banner.color15 .content-main-image:before {
  background: linear-gradient(to right, rgba(93, 30, 64, 0.7) 0%, rgba(136, 44, 93, 0.7) 100%);
}
.text-over-image-banner.color16 .content-main-image:before {
  background: linear-gradient(to right, rgba(140, 30, 93, 0.7) 0%, rgba(187, 40, 123, 0.7) 100%);
}
.text-over-image-banner.color17 .content-main-image:before {
  background: linear-gradient(to right, rgba(103, 16, 42, 0.7) 0%, rgba(151, 23, 61, 0.7) 100%);
}
.text-over-image-banner.color18 .content-main-image:before {
  background: linear-gradient(to right, rgba(182, 34, 23, 0.7) 0%, rgba(227, 48, 35, 0.7) 100%);
}
.text-over-image-banner.color19 .content-main-image:before {
  background: linear-gradient(to right, rgba(196, 115, 0, 0.7) 0%, rgba(252, 148, 0, 0.7) 100%);
}
.text-over-image-banner.color20 .content-main-image:before {
  background: linear-gradient(to right, rgba(242, 166, 0, 0.7) 0%, rgba(255, 189, 43, 0.7) 100%);
}
.text-over-image-banner.color21 .content-main-image:before {
  background: linear-gradient(to right, rgba(209, 188, 0, 0.7) 0%, rgba(255, 231, 10, 0.7) 100%);
}
.side-image .content-headline {
  display: none;
}
.side-image .content-wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.image-left.side-image .content-wrapper-inner .content-main-image {
  order: 1;
}
.image-left.side-image .content-wrapper-inner .main-editor-output {
  order: 2;
  padding-left: 3em;
}
@media only screen and (max-width: 840px) {
  .image-left.side-image .content-wrapper-inner .main-editor-output {
    padding-left: 1.5em;
  }
}
.image-right.side-image .content-wrapper-inner .content-main-image {
  order: 2;
}
.image-right.side-image .content-wrapper-inner .main-editor-output {
  order: 1;
  padding-right: 3em;
}
@media only screen and (max-width: 840px) {
  .image-right.side-image .content-wrapper-inner .main-editor-output {
    padding-right: 1.5em;
  }
}
.side-image .content-wrapper-inner .content-main-image {
  flex: 1 1 27%;
}
.side-image .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;
  font-family: "object-fit: cover; object-position: center center;";
}
.side-image .content-wrapper-inner .main-editor-output {
  flex: 1 1 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-image .content-wrapper-inner .main-editor-output > h2:first-child {
  margin: 0;
  border-bottom: solid 1px #E8EDEE;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
}
/*
	
	For placements with split widths - like a 70/30 split, make one placement wider, using a flex: 1 0 70%; which will automatically make the other placement in the row 30% wide.
	
*/
.main-content small {
  font-size: 1.1em;
  color: #c02284;
  font-weight: bold;
}
.main-content h2 {
  color: #233588;
}
.home-page .main-content [data-placement-class="SiteSearch"] {
  background-color: #0081ad;
  padding: 2em 0 3em 0 !important;
  margin-bottom: 3em;
  align-content: center;
  text-align: center;
}
.home-page .main-content [data-placement-class="SiteSearch"] h2 {
  color: #fff;
}
.home-page .main-content [data-placement-class="SiteSearch"] form {
  margin-top: 1.6em;
}
.inline-text-image {
  margin: 3em 0;
}
.inline-text-image .content-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
}
.inline-text-image .content-main-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 1 0 35em;
}
.inline-text-image .content-main-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: contain; object-position: center top;";
}
.inline-text-image .main-editor-output {
  margin: 1.5em;
  padding: 0 2em 0 2em;
  flex: 1 0 22em;
}
.inline-text-image .main-editor-output h2 {
  font-size: 1.875em;
  font-weight: 700;
  margin-top: 0.25em;
}
.inline-text-image .main-editor-output .cta {
  margin-top: 1.5em;
}
@media only screen and (max-width: 840px) {
  .inline-text-image {
    margin: 1.5em 0;
  }
  .inline-text-image .main-editor-output {
    width: 100%;
    padding: 0.5em;
    margin: 0;
  }
  .inline-text-image .content-main-image {
    display: none;
  }
}
#content-wrapper .inline-text-image:only-child:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/base-install/images/_site/shapes/Swirl-home.png);
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: center;
  opacity: 0.6;
}
@media only screen and (max-width: 840px) {
  #content-wrapper .inline-text-image:only-child:before {
    background: #80BA27;
    opacity: 0.1;
  }
}
#content-wrapper .inline-text-image:only-child .main-editor-output {
  padding: 2em 2em 2em 3em;
}
@media only screen and (max-width: 840px) {
  #content-wrapper .inline-text-image:only-child .main-editor-output {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #content-wrapper .inline-text-image:only-child .content-main-image {
    display: flex;
  }
}
@media only screen and (max-width: 840px) {
  #content-wrapper .inline-text-image:only-child .content-main-image {
    display: none;
  }
}
#content-wrapper .inline-text-image .content-wrapper-inner {
  padding: 0 2em;
}
@media only screen and (max-width: 840px) {
  #content-wrapper .inline-text-image .content-wrapper-inner {
    padding: 0.5em;
  }
}
#content-wrapper .inline-text-image .content-main-image {
  flex: 1 1 10em;
}
@media only screen and (max-width: 1024px) {
  #content-wrapper .inline-text-image .content-main-image {
    display: none;
  }
}
#content-wrapper .inline-text-image .main-editor-output {
  flex: 1 1 16em;
  margin: 0;
  padding: 2em;
}
@media only screen and (max-width: 840px) {
  #content-wrapper .inline-text-image .main-editor-output {
    padding: 0;
  }
}
#content-wrapper .inline-text-image:nth-child(even):before {
  content: none;
}
@media only screen and (max-width: 840px) {
  #content-wrapper .inline-text-image:nth-child(even):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #9ED5F5;
    opacity: 0.1;
  }
}
/*
.inline-text-image-small {
  .content-wrapper-inner {
    display: flex;
  }
  img {
    max-width: 8em;
  }
  .main-editor-output {
    padding-left: 2em;
  }
  @media @mobile {
    .main-editor-output {
      width: 100%;
    }
    .content-main-image {
      display: none;
    }
  }
}
*/
.inline-text-image.wave-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/base-install/images/_site/shapes/Swirl-home.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.6;
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .inline-text-image.wave-bg:before {
    background: #80BA27;
    opacity: 0.1;
  }
}
.inline-text-image.wave-bg .placement-inner {
  z-index: 3;
}
.inline-text-image.wave-bg .content-main-image {
  flex: 1 0 20em;
}
.inline-text-image.wave-bg .main-editor-output {
  flex: 1 0 20em;
}
#site-footer-row .placement-row {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
#site-content-top-row .site-search .search-inputs {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#site-content-top-row .site-search .search-inputs input[type="search"] {
  background: #f6f9fa;
  border: none;
  width: 300px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  padding: 0.5em 0.5em 0.6em 0.7em;
  box-shadow: none !important;
  font-size: 1.26em;
}
#site-content-top-row .site-search .search-inputs .submit-wrap input[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  height: 100%;
}
.placement-row-1-up .type-blogsminilist {
  justify-content: center;
  background-color: #7E1974;
}
.placement-row-1-up .type-blogsminilist .placement-inner {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 840px) {
  .placement-row-1-up .type-blogsminilist .placement-inner {
    width: 90%;
  }
}
.placement-row-1-up .type-blogsminilist .blog-mini-list {
  padding-top: 2.5em;
  padding-bottom: 3.5em;
}
.placement-row-1-up .type-blogsminilist .content-headline h3 {
  margin-top: 0.25em;
  color: #fff;
}
.placement-row-1-up .type-blogsminilist .blog-posts-list .blog-posts-post {
  border: none;
  padding: 1em;
}
.placement-row-1-up .type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image {
  border: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.placement-row-1-up .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.placement-row-1-up .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a {
  font-size: 1.25em;
  font-weight: 700;
  color: #233588;
}
.placement-row-1-up .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-meta {
  color: #c02284;
}
.site-alert-banner {
  background-color: #fae100;
}
.site-alert-banner .main-editor-output {
  text-align: center;
  color: #000;
}
.type-contentcollection.board-placement .text-content-collection .list-content-item .content-wrapper-inner {
  display: flex;
}
@media only screen and (max-width: 840px) {
  .type-contentcollection.board-placement .text-content-collection .list-content-item .content-wrapper-inner {
    flex-direction: column;
  }
}
.type-contentcollection.board-placement .text-content-collection .list-content-item .content-wrapper-inner .content-main-image {
  flex: 0 1 20em;
  padding-right: 2em;
  max-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 840px) {
  .type-contentcollection.board-placement .text-content-collection .list-content-item .content-wrapper-inner .content-main-image {
    width: 100%;
    max-height: 450px;
    padding-right: 0;
  }
}
.type-contentcollection.board-placement .text-content-collection .list-content-item .content-wrapper-inner .content-main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.type-contentcollection.board-placement .text-content-collection .list-content-item .content-wrapper-inner .main-editor-output {
  flex: 1;
}
.da-lsq {
  transform: rotate(-90deg);
  position: fixed;
  right: -100px;
  bottom: 50%;
  z-index: 9999;
}
.da-lsq .lsq-link {
  border: 1px solid #fff;
}
@media only screen and (max-width: 840px) {
  .da-lsq {
    transform: none;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.boxed-color-green,
.boxed-color-dark-grey,
.boxed-color-purple,
.boxed-color-dark-blue {
  padding: 1em;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.boxed-color-green .content-headline *,
.boxed-color-dark-grey .content-headline *,
.boxed-color-purple .content-headline *,
.boxed-color-dark-blue .content-headline * {
  color: white !important;
}
.boxed-color-green .content-wrapper-inner *,
.boxed-color-dark-grey .content-wrapper-inner *,
.boxed-color-purple .content-wrapper-inner *,
.boxed-color-dark-blue .content-wrapper-inner * {
  color: white !important;
}
.boxed-color-green {
  background-color: #80BA27;
}
.boxed-color-dark-grey {
  background-color: #545454;
}
.boxed-color-purple {
  background-color: #4D0C7A;
}
.boxed-color-dark-blue {
  background-color: #233588;
}
.cta-payment-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.cta-payment-container .cta {
  margin-top: 0;
}
.cta-payment-container a {
  flex: 1;
}
.landing-page .main-cols-container {
  padding-top: 0;
}
.landing-page .main-cols-container .middle .placement-row {
  margin-bottom: 2em;
}
.landing-page .main-cols-container .middle .placement-row-1 {
  padding-top: 2em;
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 48, 135, 0.05) 100%);
}
@media only screen and (max-width: 840px) {
  .landing-page .main-cols-container .middle .placement-row-1 {
    background: #fff;
  }
}
.landing-page .main-cols-container .middle .placement-row-1:before,
.landing-page .main-cols-container .middle .placement-row-1:after {
  content: "";
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 48, 135, 0.05) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(((100vw - 1300px) / 2) + 1px);
}
@media only screen and (max-width: 840px) {
  .landing-page .main-cols-container .middle .placement-row-1:before,
  .landing-page .main-cols-container .middle .placement-row-1:after {
    display: none;
  }
}
.landing-page .main-cols-container .middle .placement-row-1:before {
  right: 100%;
}
.landing-page .main-cols-container .middle .placement-row-1:after {
  left: 100%;
}
.home-page .sidemenu-parent {
  display: none;
}
.home-page #site-footer-row {
  margin-top: 0;
}
.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;
}
.no-flexbox .clearfix {
  *zoom: 1;
}
.no-flexbox .clearfix:before,
.no-flexbox .clearfix:after {
  content: " ";
  display: table;
}
.no-flexbox .clearfix:after {
  clear: both;
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
a[href]:after {
        content: " (" attr(href) ")";
        }
*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .top-navigation,
  .nav-toggle,
  #accessibility-controls,
  #sidemenu,
  #pecr-compliance-banner,
  #site-header-row .site-search,
  #site-header-row .type-textcontent {
    display: none !important;
  }
  .logo-container {
    margin: 0 !important;
  }
  .layout_1_1 .wrapper .middle {
    margin: 0;
  }
  .layout_1_1 .col.left {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_1_1 .col.right {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_1_0 .wrapper .middle {
    margin-left: 0;
  }
  .layout_1_0 .col.left {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_0_1 .wrapper .middle {
    margin-right: 0;
  }
  .layout_0_1 .col.right {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
  /*#breadcrumbs {
      margin: 1em 0 0 0;
    }*/
  .breadcrumb {
    display: none;
  }
  #site-nav-row {
    margin: 0;
  }
  .site-footer {
    font-size: 70%;
  }
  .site-footer img {
    display: none;
  }
  .container {
    padding-bottom: 1em !important;
  }
  #site-footer-row {
    padding: 0;
    margin: 0;
    position: static !important;
  }
  input[type="submit"] {
    background: #233588 !important;
    color: #fff !important;
  }
  #site-footer-row .lh-footer-text,
  #site-footer-row .footer-placement .main-editor-output {
    border-right: none;
  }
  #site-article-footer-row {
    display: none;
  }
  .type-propertylist .ui-tabs-hide {
    display: block;
  }
  .type-propertylist .main-image {
    float: right;
    width: 35%;
    margin: 0 0 1em 1em;
  }
  .single-property-wrapper .content-headline {
    position: static;
    padding: 0 0 1em 0;
  }
  .property-details-footer .ui-tabs-nav {
    display: none;
  }
  .list-content .template-navigation-link {
    display: none;
  }
  .type-blog .back-to-blog-home {
    display: none;
  }
  .forum-submission-toggle {
    display: none;
  }
  table th {
    background: #333 !important;
    color: #fff !important;
  }
  #site-header-row .type-textcontent.no-headline .main-editor-output p {
    margin-top: 2.5em !important;
  }
  .accordion-base .placement-inner .content-headline {
    background: #E8EDEE !important;
  }
  .accordion-base .placement-inner .content-wrapper-inner {
    display: block !important;
  }
  .type-propertysearch {
    display: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
    padding-top: 0 !important;
    background-image: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image img {
    display: block !important;
  }
  .type-slideshow {
    display: none !important;
  }
}
/*# sourceMappingURL=styles.css.map */